|
|
|
1 | 2025-01-06T18:25:39.281Z | job assigned to worker 01JGYDRR6C65JKG5P16MD9M24C [factory aws, i-079e995608d415e6c] (queued for 4 m 7 s) |
|
2 | 2025-01-06T18:25:47.453Z | starting task 0: "setup" |
3 | 2025-01-06T18:25:47.461Z | ++ uname -s |
4 | 2025-01-06T18:25:47.464Z | + kern=SunOS |
5 | 2025-01-06T18:25:47.464Z | + case "$kern" in |
6 | 2025-01-06T18:25:47.464Z | + groupadd -g 12345 build |
7 | 2025-01-06T18:25:47.468Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-06T18:25:49.474Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-06T18:25:49.622Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-06T18:25:49.627Z | + home_fs=zfs |
11 | 2025-01-06T18:25:49.627Z | + [[ zfs == autofs ]] |
12 | 2025-01-06T18:25:49.627Z | + mkdir -p /home/build |
13 | 2025-01-06T18:25:49.627Z | + chown build:build /home/build /work |
14 | 2025-01-06T18:25:50.628Z | + chmod 0700 /home/build /work |
15 | 2025-01-06T18:25:50.631Z | process exited: duration 3179 ms, exit code 0 |
|
16 | 2025-01-06T18:25:50.637Z | starting task 1: "rust-toolchain" |
17 | 2025-01-06T18:25:50.643Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-06T18:25:50.643Z | ' 1.81.0 |
19 | 2025-01-06T18:25:50.643Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-06T18:25:50.643Z | ' default |
21 | 2025-01-06T18:25:50.643Z | * toolchain channel = "1.81.0" |
22 | 2025-01-06T18:25:50.643Z | * toolchain profile = "default" |
23 | 2025-01-06T18:25:50.646Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-06T18:25:50.646Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-06T18:25:50.764Z | info: downloading installer |
26 | 2025-01-06T18:25:52.099Z | info: profile set to 'default' |
27 | 2025-01-06T18:25:52.099Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-06T18:25:52.102Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-06T18:25:52.251Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-06T18:25:52.251Z | info: downloading component 'cargo' |
31 | 2025-01-06T18:25:53.110Z | info: downloading component 'clippy' |
32 | 2025-01-06T18:25:53.432Z | info: downloading component 'rust-docs' |
33 | 2025-01-06T18:25:54.651Z | info: downloading component 'rust-std' |
34 | 2025-01-06T18:25:56.490Z | info: downloading component 'rustc' |
35 | 2025-01-06T18:26:03.196Z | info: downloading component 'rustfmt' |
36 | 2025-01-06T18:26:03.447Z | info: installing component 'cargo' |
37 | 2025-01-06T18:26:04.237Z | info: installing component 'clippy' |
38 | 2025-01-06T18:26:04.594Z | info: installing component 'rust-docs' |
39 | 2025-01-06T18:26:06.127Z | info: installing component 'rust-std' |
40 | 2025-01-06T18:26:07.759Z | info: installing component 'rustc' |
41 | 2025-01-06T18:26:13.496Z | info: installing component 'rustfmt' |
42 | 2025-01-06T18:26:13.815Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-06T18:26:13.815Z | |
44 | 2025-01-06T18:26:14.184Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-06T18:26:14.184Z | |
46 | 2025-01-06T18:26:14.187Z | |
47 | 2025-01-06T18:26:14.187Z | Rust is installed now. Great! |
48 | 2025-01-06T18:26:14.187Z | |
49 | 2025-01-06T18:26:14.187Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-06T18:26:14.187Z | environment variable. This has not been done automatically. |
51 | 2025-01-06T18:26:14.187Z | |
52 | 2025-01-06T18:26:14.187Z | To configure your current shell, you need to source |
53 | 2025-01-06T18:26:14.187Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-06T18:26:14.187Z | |
55 | 2025-01-06T18:26:14.187Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-06T18:26:14.187Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-06T18:26:14.187Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-06T18:26:14.264Z | + rustc --version |
59 | 2025-01-06T18:26:14.331Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-06T18:26:14.334Z | process exited: duration 23692 ms, exit code 0 |
|
61 | 2025-01-06T18:26:14.339Z | starting task 2: "authentication" |
62 | 2025-01-06T18:26:14.360Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-06T18:26:14.365Z | starting task 3: "clone repository" |
64 | 2025-01-06T18:26:14.371Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-06T18:26:14.373Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-06T18:26:15.526Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-06T18:26:23.425Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-06T18:26:23.425Z | + git fetch origin 8c107d34caa414084a3b50107676e82ba731ab2a |
69 | 2025-01-06T18:26:23.981Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-06T18:26:23.981Z | * branch 8c107d34caa414084a3b50107676e82ba731ab2a -> FETCH_HEAD |
71 | 2025-01-06T18:26:23.998Z | + [[ -n spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
72 | 2025-01-06T18:26:23.998Z | ++ git branch --show-current |
73 | 2025-01-06T18:26:23.998Z | + current=main |
74 | 2025-01-06T18:26:23.998Z | + [[ main != spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
75 | 2025-01-06T18:26:23.999Z | + git branch -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled 8c107d34caa414084a3b50107676e82ba731ab2a |
76 | 2025-01-06T18:26:23.999Z | + git checkout -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled |
77 | 2025-01-06T18:26:23.999Z | Switched to branch 'spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled' |
78 | 2025-01-06T18:26:23.999Z | + git reset --hard 8c107d34caa414084a3b50107676e82ba731ab2a |
79 | 2025-01-06T18:26:23.999Z | HEAD is now at 8c107d34c rebase main |
80 | 2025-01-06T18:26:23.999Z | process exited: duration 9568 ms, exit code 0 |
|
81 | 2025-01-06T18:26:24.015Z | starting task 4: "build" |
82 | 2025-01-06T18:26:24.019Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-06T18:26:24.022Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-06T18:26:24.022Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-06T18:26:24.022Z | + cargo --version |
86 | 2025-01-06T18:26:24.077Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-06T18:26:24.080Z | + rustc --version |
88 | 2025-01-06T18:26:24.139Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-06T18:26:24.142Z | + source ./env.sh |
90 | 2025-01-06T18:26:24.142Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-06T18:26:24.142Z | ++ set -o xtrace |
92 | 2025-01-06T18:26:24.145Z | ++++ dirname ./env.sh |
93 | 2025-01-06T18:26:24.148Z | +++ readlink -f . |
94 | 2025-01-06T18:26:24.202Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-06T18:26:24.206Z | ++ 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-06T18:26:24.206Z | ++ 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-06T18:26:24.206Z | ++ 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-06T18:26:24.206Z | ++ 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-06T18:26:24.206Z | ++ 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-06T18:26:24.206Z | ++ 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-06T18:26:24.206Z | ++ 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-06T18:26:24.206Z | ++ 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-06T18:26:24.206Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-06T18:26:24.206Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-06T18:26:24.206Z | + 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-06T18:26:24.206Z | + 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-06T18:26:24.206Z | + banner prerequisites |
108 | 2025-01-06T18:26:24.398Z | |
109 | 2025-01-06T18:26:24.398Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-06T18:26:24.398Z | # # # # # # # # # # # # # # # |
111 | 2025-01-06T18:26:24.398Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-06T18:26:24.398Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-06T18:26:24.399Z | # # # # # # # # # # # # # # # |
114 | 2025-01-06T18:26:24.399Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-06T18:26:24.399Z | |
116 | 2025-01-06T18:26:24.401Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-06T18:26:40.712Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2025-01-06T18:26:44.829Z | Startup: Caching catalogs ... Done |
119 | 2025-01-06T18:26:55.740Z | Planning: Solver setup ... Done (9.929s) |
120 | 2025-01-06T18:26:55.871Z | Planning: Running solver ... Done (0.133s) |
121 | 2025-01-06T18:26:56.189Z | Planning: Finding local manifests ... Done (0.216s) |
122 | 2025-01-06T18:26:56.630Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2025-01-06T18:26:59.672Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2025-01-06T18:26:59.941Z | Planning: Package planning ... Done (0.268s) |
125 | 2025-01-06T18:26:59.997Z | Planning: Merging actions ... Done (0.055s) |
126 | 2025-01-06T18:27:01.215Z | Planning: Checking for conflicting actions ... Done (1.217s) |
127 | 2025-01-06T18:27:09.179Z | Planning: Consolidating action changes ... Done (7.963s) |
128 | 2025-01-06T18:27:09.620Z | Planning: Evaluating mediators ... Done (0.440s) |
129 | 2025-01-06T18:27:09.773Z | Planning: Planning completed in 24.85 seconds |
130 | 2025-01-06T18:27:10.160Z | Packages to install: 4 |
131 | 2025-01-06T18:27:10.160Z | Packages to update: 1 |
132 | 2025-01-06T18:27:10.163Z | Mediators to change: 2 |
133 | 2025-01-06T18:27:10.163Z | Services to change: 1 |
134 | 2025-01-06T18:27:10.163Z | Estimated space available: 155.63 GB |
135 | 2025-01-06T18:27:10.163Z | Estimated space to be consumed: 1.62 GB |
136 | 2025-01-06T18:27:10.164Z | Create boot environment: No |
137 | 2025-01-06T18:27:10.164Z | Create backup boot environment: Yes |
138 | 2025-01-06T18:27:10.164Z | Rebuild boot archive: No |
139 | 2025-01-06T18:27:10.164Z | |
140 | 2025-01-06T18:27:10.164Z | Changed mediators: |
141 | 2025-01-06T18:27:10.164Z | mediator clang: |
142 | 2025-01-06T18:27:10.164Z | version: None -> 15 (system default) |
143 | 2025-01-06T18:27:10.164Z | |
144 | 2025-01-06T18:27:10.164Z | mediator llvm: |
145 | 2025-01-06T18:27:10.164Z | version: 14 (system default) -> 15 (system default) |
146 | 2025-01-06T18:27:10.164Z | |
147 | 2025-01-06T18:27:10.164Z | Changed packages: |
148 | 2025-01-06T18:27:10.164Z | helios-dev |
149 | 2025-01-06T18:27:10.164Z | developer/build-essential |
150 | 2025-01-06T18:27:10.164Z | None -> 11-2.0 |
151 | 2025-01-06T18:27:10.164Z | library/libxmlsec1 |
152 | 2025-01-06T18:27:10.164Z | None -> 1.2.35-2.0 |
153 | 2025-01-06T18:27:10.164Z | ooce/developer/clang-15 |
154 | 2025-01-06T18:27:10.164Z | None -> 15.0.7-2.0 |
155 | 2025-01-06T18:27:10.164Z | ooce/developer/llvm-15 |
156 | 2025-01-06T18:27:10.164Z | None -> 15.0.7-2.0 |
157 | 2025-01-06T18:27:10.164Z | package/pkg |
158 | 2025-01-06T18:27:10.164Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2025-01-06T18:27:10.164Z | |
160 | 2025-01-06T18:27:10.164Z | Services: |
161 | 2025-01-06T18:27:10.164Z | restart_fmri: |
162 | 2025-01-06T18:27:10.164Z | svc:/system/update-man-index:default |
163 | 2025-01-06T18:27:10.164Z | |
164 | 2025-01-06T18:27:10.164Z | Editable files to change: |
165 | 2025-01-06T18:27:10.164Z | Update: |
166 | 2025-01-06T18:27:10.166Z | usr/share/lib/pkg/web/config.shtml |
167 | 2025-01-06T18:27:10.476Z | |
168 | 2025-01-06T18:27:10.476Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2025-01-06T18:27:15.477Z | Download: 1172/4281 items 69.5/220.6MB 31% complete (13.9M/s) |
170 | 2025-01-06T18:27:21.038Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (15.4M/s) |
171 | 2025-01-06T18:27:26.047Z | Download: 2015/4281 items 117.7/220.6MB 53% complete (3.8M/s) |
172 | 2025-01-06T18:27:33.815Z | Download: 2221/4281 items 118.3/220.6MB 53% complete (4.2M/s) |
173 | 2025-01-06T18:27:38.817Z | Download: 2722/4281 items 120.8/220.6MB 54% complete (261k/s) |
174 | 2025-01-06T18:27:47.750Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (9.3M/s) |
175 | 2025-01-06T18:27:52.753Z | Download: 4009/4281 items 219.1/220.6MB 99% complete (1.7M/s) |
176 | 2025-01-06T18:28:01.903Z | Download: 4204/4281 items 220.6/220.6MB 99% complete (2.8M/s) |
177 | 2025-01-06T18:28:02.013Z | Download: Completed 220.60 MB in 51.53 seconds (4.3M/s) |
178 | 2025-01-06T18:28:04.016Z | Actions: 1/5063 actions (Removing old actions) |
179 | 2025-01-06T18:28:04.031Z | Actions: 194/5063 actions (Installing new actions) |
180 | 2025-01-06T18:28:09.163Z | Actions: 4095/5063 actions (Installing new actions) |
181 | 2025-01-06T18:28:09.897Z | Actions: 4226/5063 actions (Updating modified actions) |
182 | 2025-01-06T18:28:10.304Z | Actions: Completed 5063 actions in 6.29 seconds. |
183 | 2025-01-06T18:28:10.725Z | Done (0.414s) |
184 | 2025-01-06T18:28:10.728Z | Done (0.000s) |
185 | 2025-01-06T18:28:11.299Z | Done (0.573s) |
186 | 2025-01-06T18:28:18.369Z | Done (6.844s) |
187 | 2025-01-06T18:28:18.752Z | Done (0.308s) |
188 | 2025-01-06T18:28:18.755Z | Done (0.000s) |
189 | 2025-01-06T18:28:18.917Z | Done (0.000s) |
190 | 2025-01-06T18:28:19.617Z | Planning: Evaluating mediator changes ... Done |
191 | 2025-01-06T18:28:19.779Z | Planning: Checking for conflicting actions ... Done |
192 | 2025-01-06T18:28:19.782Z | Planning: Consolidating action changes ... Done |
193 | 2025-01-06T18:28:20.047Z | Planning: Evaluating mediators ... Done |
194 | 2025-01-06T18:28:20.049Z | Planning: Planning completed in 0.43 seconds |
195 | 2025-01-06T18:28:20.086Z | Mediators to change: 2 |
196 | 2025-01-06T18:28:20.086Z | Create boot environment: No |
197 | 2025-01-06T18:28:20.088Z | Create backup boot environment: No |
198 | 2025-01-06T18:28:20.166Z | Done |
199 | 2025-01-06T18:28:20.166Z | Done |
200 | 2025-01-06T18:28:20.526Z | Done |
201 | 2025-01-06T18:28:24.204Z | Done |
202 | 2025-01-06T18:28:24.298Z | Done |
203 | 2025-01-06T18:28:24.301Z | Done |
204 | 2025-01-06T18:28:24.402Z | Done |
205 | 2025-01-06T18:28:25.016Z | Planning: Evaluating mediator changes ... Done |
206 | 2025-01-06T18:28:25.018Z | Planning: Merging actions ... Done |
207 | 2025-01-06T18:28:25.205Z | Planning: Checking for conflicting actions ... Done |
208 | 2025-01-06T18:28:25.210Z | Planning: Consolidating action changes ... Done |
209 | 2025-01-06T18:28:25.475Z | Planning: Evaluating mediators ... Done |
210 | 2025-01-06T18:28:25.530Z | Planning: Planning completed in 0.76 seconds |
211 | 2025-01-06T18:28:25.569Z | Packages to change: 1 |
212 | 2025-01-06T18:28:25.570Z | Mediators to change: 1 |
213 | 2025-01-06T18:28:25.572Z | Services to change: 1 |
214 | 2025-01-06T18:28:25.572Z | Create boot environment: No |
215 | 2025-01-06T18:28:25.572Z | Create backup boot environment: Yes |
216 | 2025-01-06T18:28:27.605Z | Actions: 1/6 actions (Updating modified actions) |
217 | 2025-01-06T18:28:27.683Z | Actions: Completed 6 actions in 0.08 seconds. |
218 | 2025-01-06T18:28:27.686Z | Done |
219 | 2025-01-06T18:28:27.686Z | Done |
220 | 2025-01-06T18:28:27.800Z | Done |
221 | 2025-01-06T18:28:31.497Z | Done |
222 | 2025-01-06T18:28:31.598Z | Done |
223 | 2025-01-06T18:28:31.601Z | Done |
224 | 2025-01-06T18:28:31.714Z | Done |
225 | 2025-01-06T18:28:32.151Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
226 | 2025-01-06T18:28:32.152Z | clang system 15 system |
227 | 2025-01-06T18:28:32.152Z | csh system system illumos |
228 | 2025-01-06T18:28:32.152Z | ctags system system illumos |
229 | 2025-01-06T18:28:32.152Z | gcc vendor 12 vendor |
230 | 2025-01-06T18:28:32.152Z | gcc system 10 system |
231 | 2025-01-06T18:28:32.152Z | gcc system 7 system |
232 | 2025-01-06T18:28:32.152Z | go system 1.20 system |
233 | 2025-01-06T18:28:32.152Z | go system 1.19 system |
234 | 2025-01-06T18:28:32.152Z | llvm system 15 system |
235 | 2025-01-06T18:28:32.152Z | llvm system 14 system |
236 | 2025-01-06T18:28:32.152Z | mariadb system 10.6 system |
237 | 2025-01-06T18:28:32.152Z | mta vendor vendor dma |
238 | 2025-01-06T18:28:32.152Z | openjdk system 17 system |
239 | 2025-01-06T18:28:32.152Z | openjdk system 11 system |
240 | 2025-01-06T18:28:32.152Z | openjdk system 1.8 system |
241 | 2025-01-06T18:28:32.152Z | openssl vendor 3 vendor |
242 | 2025-01-06T18:28:32.152Z | perl system 5.36 system |
243 | 2025-01-06T18:28:32.152Z | postgresql system 15 system |
244 | 2025-01-06T18:28:32.152Z | postgresql system 13 system |
245 | 2025-01-06T18:28:32.152Z | python vendor 3 vendor |
246 | 2025-01-06T18:28:32.152Z | python system 2 system |
247 | 2025-01-06T18:28:32.152Z | python3 system 3.11 system |
248 | 2025-01-06T18:28:32.152Z | ruby system 3.0 system |
249 | 2025-01-06T18:28:32.153Z | words vendor vendor american-english |
250 | 2025-01-06T18:28:32.153Z | words system system australian-english |
251 | 2025-01-06T18:28:32.153Z | words system system british-english |
252 | 2025-01-06T18:28:32.153Z | words system system canadian-english |
253 | 2025-01-06T18:28:32.153Z | words system system french |
254 | 2025-01-06T18:28:32.153Z | words system system italian |
255 | 2025-01-06T18:28:32.153Z | words system system ngerman |
256 | 2025-01-06T18:28:32.153Z | words system system ogerman |
257 | 2025-01-06T18:28:32.153Z | words system system spanish |
258 | 2025-01-06T18:28:32.478Z | PUBLISHER TYPE STATUS P LOCATION |
259 | 2025-01-06T18:28:32.478Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
260 | 2025-01-06T18:28:35.226Z | FMRI IFO |
261 | 2025-01-06T18:28:35.226Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
262 | 2025-01-06T18:28:35.226Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
263 | 2025-01-06T18:28:35.226Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
264 | 2025-01-06T18:28:35.226Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
265 | 2025-01-06T18:28:35.226Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
266 | 2025-01-06T18:28:35.226Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
267 | 2025-01-06T18:28:35.226Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
268 | 2025-01-06T18:28:35.226Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
269 | 2025-01-06T18:28:35.226Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
270 | 2025-01-06T18:28:35.226Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
271 | 2025-01-06T18:28:35.226Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
272 | 2025-01-06T18:28:35.226Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
273 | 2025-01-06T18:28:35.226Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
274 | 2025-01-06T18:28:35.227Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
275 | 2025-01-06T18:28:35.227Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
276 | 2025-01-06T18:28:36.006Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
277 | 2025-01-06T18:28:36.315Z | Updating crates.io index |
278 | 2025-01-06T18:28:36.318Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
279 | 2025-01-06T18:28:36.769Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
280 | 2025-01-06T18:28:37.264Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
281 | 2025-01-06T18:28:37.543Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
282 | 2025-01-06T18:28:37.844Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
283 | 2025-01-06T18:28:38.133Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
284 | 2025-01-06T18:28:39.257Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
285 | 2025-01-06T18:28:40.845Z | Updating git repository `https://github.com/oxidecomputer/opte` |
286 | 2025-01-06T18:28:41.497Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
287 | 2025-01-06T18:28:42.371Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
288 | 2025-01-06T18:28:42.641Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
289 | 2025-01-06T18:28:42.910Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
290 | 2025-01-06T18:28:43.527Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
291 | 2025-01-06T18:28:44.008Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
292 | 2025-01-06T18:28:44.324Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
293 | 2025-01-06T18:28:44.680Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
294 | 2025-01-06T18:28:44.951Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
295 | 2025-01-06T18:28:45.204Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
296 | 2025-01-06T18:28:45.506Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
297 | 2025-01-06T18:28:46.009Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
298 | 2025-01-06T18:28:46.216Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
299 | 2025-01-06T18:28:46.506Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
300 | 2025-01-06T18:28:46.981Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
301 | 2025-01-06T18:28:47.283Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
302 | 2025-01-06T18:28:47.698Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
303 | 2025-01-06T18:28:48.076Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
304 | 2025-01-06T18:28:48.444Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
305 | 2025-01-06T18:28:48.711Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
306 | 2025-01-06T18:28:48.983Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
307 | 2025-01-06T18:28:50.286Z | Downloading crates ... |
308 | 2025-01-06T18:28:50.355Z | Downloaded clap_lex v0.7.2 |
309 | 2025-01-06T18:28:50.357Z | Downloaded autocfg v1.4.0 |
310 | 2025-01-06T18:28:50.360Z | Downloaded cargo-platform v0.1.8 |
311 | 2025-01-06T18:28:50.360Z | Downloaded anstyle-query v1.1.1 |
312 | 2025-01-06T18:28:50.365Z | Downloaded anstream v0.6.15 |
313 | 2025-01-06T18:28:50.371Z | Downloaded equivalent v1.0.1 |
314 | 2025-01-06T18:28:50.374Z | Downloaded dtrace-parser v0.2.0 |
315 | 2025-01-06T18:28:50.383Z | Downloaded swrite v0.1.0 |
316 | 2025-01-06T18:28:50.385Z | Downloaded usdt-macro v0.5.0 |
317 | 2025-01-06T18:28:50.397Z | Downloaded pretty-hex v0.4.1 |
318 | 2025-01-06T18:28:50.400Z | Downloaded crypto-common v0.1.6 |
319 | 2025-01-06T18:28:50.403Z | Downloaded scroll_derive v0.12.0 |
320 | 2025-01-06T18:28:50.411Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2025-01-06T18:28:50.413Z | Downloaded cpufeatures v0.2.14 |
322 | 2025-01-06T18:28:50.417Z | Downloaded camino-tempfile v1.1.1 |
323 | 2025-01-06T18:28:50.421Z | Downloaded digest v0.10.7 |
324 | 2025-01-06T18:28:50.424Z | Downloaded fastrand v2.1.1 |
325 | 2025-01-06T18:28:50.424Z | Downloaded dof v0.3.0 |
326 | 2025-01-06T18:28:50.424Z | Downloaded colorchoice v1.0.2 |
327 | 2025-01-06T18:28:50.424Z | Downloaded cfg-if v1.0.0 |
328 | 2025-01-06T18:28:50.427Z | Downloaded bytecount v0.6.8 |
329 | 2025-01-06T18:28:50.427Z | Downloaded plain v0.2.3 |
330 | 2025-01-06T18:28:50.429Z | Downloaded byteorder v1.5.0 |
331 | 2025-01-06T18:28:50.433Z | Downloaded unicode-linebreak v0.1.5 |
332 | 2025-01-06T18:28:50.433Z | Downloaded terminal_size v0.4.0 |
333 | 2025-01-06T18:28:50.433Z | Downloaded fnv v1.0.7 |
334 | 2025-01-06T18:28:50.436Z | Downloaded thread-id v4.2.2 |
335 | 2025-01-06T18:28:50.438Z | Downloaded block-buffer v0.10.4 |
336 | 2025-01-06T18:28:50.441Z | Downloaded generic-array v0.14.7 |
337 | 2025-01-06T18:28:50.445Z | Downloaded thiserror v1.0.69 |
338 | 2025-01-06T18:28:50.449Z | Downloaded version_check v0.9.5 |
339 | 2025-01-06T18:28:50.451Z | Downloaded heck v0.4.1 |
340 | 2025-01-06T18:28:50.455Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2025-01-06T18:28:50.457Z | Downloaded cargo_toml v0.20.5 |
342 | 2025-01-06T18:28:50.458Z | Downloaded pest_generator v2.7.14 |
343 | 2025-01-06T18:28:50.460Z | Downloaded macaddr v1.0.1 |
344 | 2025-01-06T18:28:50.460Z | Downloaded is_terminal_polyfill v1.70.1 |
345 | 2025-01-06T18:28:50.468Z | Downloaded utf8parse v0.2.2 |
346 | 2025-01-06T18:28:50.471Z | Downloaded usdt v0.5.0 |
347 | 2025-01-06T18:28:50.471Z | Downloaded tabled_derive v0.7.0 |
348 | 2025-01-06T18:28:50.471Z | Downloaded thiserror-impl v1.0.69 |
349 | 2025-01-06T18:28:50.471Z | Downloaded smawk v0.3.2 |
350 | 2025-01-06T18:28:50.471Z | Downloaded serde_tokenstream v0.2.2 |
351 | 2025-01-06T18:28:50.471Z | Downloaded heck v0.5.0 |
352 | 2025-01-06T18:28:50.471Z | Downloaded memmap v0.7.0 |
353 | 2025-01-06T18:28:50.474Z | Downloaded toml_datetime v0.6.8 |
354 | 2025-01-06T18:28:50.474Z | Downloaded strsim v0.11.1 |
355 | 2025-01-06T18:28:50.478Z | Downloaded serde_spanned v0.6.8 |
356 | 2025-01-06T18:28:50.480Z | Downloaded fs-err v2.11.0 |
357 | 2025-01-06T18:28:50.483Z | Downloaded cargo_metadata v0.18.1 |
358 | 2025-01-06T18:28:50.483Z | Downloaded anstyle v1.0.10 |
359 | 2025-01-06T18:28:50.486Z | Downloaded itoa v1.0.11 |
360 | 2025-01-06T18:28:50.486Z | Downloaded clap_derive v4.5.18 |
361 | 2025-01-06T18:28:50.490Z | Downloaded pest_derive v2.7.14 |
362 | 2025-01-06T18:28:50.493Z | Downloaded sha2 v0.10.8 |
363 | 2025-01-06T18:28:50.496Z | Downloaded once_cell v1.20.2 |
364 | 2025-01-06T18:28:50.498Z | Downloaded zerocopy-derive v0.7.35 |
365 | 2025-01-06T18:28:50.502Z | Downloaded bitflags v2.6.0 |
366 | 2025-01-06T18:28:50.506Z | Downloaded proc-macro-error v1.0.4 |
367 | 2025-01-06T18:28:50.509Z | Downloaded semver v1.0.23 |
368 | 2025-01-06T18:28:50.512Z | Downloaded usdt-impl v0.5.0 |
369 | 2025-01-06T18:28:50.515Z | Downloaded quote v1.0.37 |
370 | 2025-01-06T18:28:50.515Z | Downloaded tempfile v3.13.0 |
371 | 2025-01-06T18:28:50.519Z | Downloaded errno v0.3.9 |
372 | 2025-01-06T18:28:50.519Z | Downloaded camino v1.1.9 |
373 | 2025-01-06T18:28:50.522Z | Downloaded pest_meta v2.7.14 |
374 | 2025-01-06T18:28:50.525Z | Downloaded clap v4.5.21 |
375 | 2025-01-06T18:28:50.531Z | Downloaded unicode-ident v1.0.13 |
376 | 2025-01-06T18:28:50.534Z | Downloaded proc-macro2 v1.0.89 |
377 | 2025-01-06T18:28:50.536Z | Downloaded anyhow v1.0.93 |
378 | 2025-01-06T18:28:50.540Z | Downloaded ucd-trie v0.1.7 |
379 | 2025-01-06T18:28:50.543Z | Downloaded textwrap v0.16.1 |
380 | 2025-01-06T18:28:50.543Z | Downloaded log v0.4.22 |
381 | 2025-01-06T18:28:50.546Z | Downloaded toml v0.8.19 |
382 | 2025-01-06T18:28:50.551Z | Downloaded papergrid v0.11.0 |
383 | 2025-01-06T18:28:50.555Z | Downloaded scroll v0.12.0 |
384 | 2025-01-06T18:28:50.555Z | Downloaded ryu v1.0.18 |
385 | 2025-01-06T18:28:50.563Z | Downloaded serde_derive v1.0.215 |
386 | 2025-01-06T18:28:50.567Z | Downloaded typenum v1.17.0 |
387 | 2025-01-06T18:28:50.571Z | Downloaded anstyle-parse v0.2.5 |
388 | 2025-01-06T18:28:50.584Z | Downloaded indexmap v2.6.0 |
389 | 2025-01-06T18:28:50.593Z | Downloaded toml_edit v0.22.22 |
390 | 2025-01-06T18:28:50.613Z | Downloaded serde v1.0.215 |
391 | 2025-01-06T18:28:50.616Z | Downloaded memchr v2.7.4 |
392 | 2025-01-06T18:28:50.649Z | Downloaded hashbrown v0.15.1 |
393 | 2025-01-06T18:28:50.654Z | Downloaded pest v2.7.14 |
394 | 2025-01-06T18:28:50.660Z | Downloaded serde_json v1.0.133 |
395 | 2025-01-06T18:28:50.666Z | Downloaded goblin v0.8.2 |
396 | 2025-01-06T18:28:50.672Z | Downloaded zerocopy v0.7.35 |
397 | 2025-01-06T18:28:50.686Z | Downloaded winnow v0.6.20 |
398 | 2025-01-06T18:28:50.694Z | Downloaded tabled v0.15.0 |
399 | 2025-01-06T18:28:50.708Z | Downloaded clap_builder v4.5.21 |
400 | 2025-01-06T18:28:50.714Z | Downloaded syn v1.0.109 |
401 | 2025-01-06T18:28:50.724Z | Downloaded unicode-width v0.1.14 |
402 | 2025-01-06T18:28:50.738Z | Downloaded syn v2.0.87 |
403 | 2025-01-06T18:28:50.749Z | Downloaded rustix v0.38.37 |
404 | 2025-01-06T18:28:50.791Z | Downloaded libc v0.2.162 |
405 | 2025-01-06T18:28:51.099Z | Compiling proc-macro2 v1.0.89 |
406 | 2025-01-06T18:28:51.099Z | Compiling unicode-ident v1.0.13 |
407 | 2025-01-06T18:28:51.099Z | Compiling serde v1.0.215 |
408 | 2025-01-06T18:28:51.102Z | Compiling version_check v0.9.5 |
409 | 2025-01-06T18:28:51.102Z | Compiling memchr v2.7.4 |
410 | 2025-01-06T18:28:51.102Z | Compiling thiserror v1.0.69 |
411 | 2025-01-06T18:28:51.135Z | Compiling libc v0.2.162 |
412 | 2025-01-06T18:28:51.138Z | Compiling ryu v1.0.18 |
413 | 2025-01-06T18:28:51.350Z | Compiling itoa v1.0.11 |
414 | 2025-01-06T18:28:51.578Z | Compiling ucd-trie v0.1.7 |
415 | 2025-01-06T18:28:52.040Z | Compiling once_cell v1.20.2 |
416 | 2025-01-06T18:28:52.126Z | Compiling byteorder v1.5.0 |
417 | 2025-01-06T18:28:52.346Z | Compiling rustix v0.38.37 |
418 | 2025-01-06T18:28:52.455Z | Compiling serde_json v1.0.133 |
419 | 2025-01-06T18:28:53.307Z | Compiling bitflags v2.6.0 |
420 | 2025-01-06T18:28:53.329Z | Compiling usdt-impl v0.5.0 |
421 | 2025-01-06T18:28:53.442Z | Compiling proc-macro-error-attr v1.0.4 |
422 | 2025-01-06T18:28:53.468Z | Compiling syn v1.0.109 |
423 | 2025-01-06T18:28:53.666Z | Compiling proc-macro-error v1.0.4 |
424 | 2025-01-06T18:28:53.695Z | Compiling plain v0.2.3 |
425 | 2025-01-06T18:28:53.822Z | Compiling log v0.4.22 |
426 | 2025-01-06T18:28:53.850Z | Compiling hashbrown v0.15.1 |
427 | 2025-01-06T18:28:53.875Z | Compiling utf8parse v0.2.2 |
428 | 2025-01-06T18:28:53.912Z | Compiling equivalent v1.0.1 |
429 | 2025-01-06T18:28:54.026Z | Compiling camino v1.1.9 |
430 | 2025-01-06T18:28:54.053Z | Compiling thread-id v4.2.2 |
431 | 2025-01-06T18:28:54.135Z | Compiling anstyle-parse v0.2.5 |
432 | 2025-01-06T18:28:54.213Z | Compiling anstyle-query v1.1.1 |
433 | 2025-01-06T18:28:54.318Z | Compiling winnow v0.6.20 |
434 | 2025-01-06T18:28:54.358Z | Compiling quote v1.0.37 |
435 | 2025-01-06T18:28:54.454Z | Compiling is_terminal_polyfill v1.70.1 |
436 | 2025-01-06T18:28:54.517Z | Compiling autocfg v1.4.0 |
437 | 2025-01-06T18:28:54.581Z | Compiling anstyle v1.0.10 |
438 | 2025-01-06T18:28:54.707Z | Compiling errno v0.3.9 |
439 | 2025-01-06T18:28:54.942Z | Compiling syn v2.0.87 |
440 | 2025-01-06T18:28:55.045Z | Compiling indexmap v2.6.0 |
441 | 2025-01-06T18:28:55.074Z | Compiling semver v1.0.23 |
442 | 2025-01-06T18:28:55.617Z | Compiling unicode-width v0.1.14 |
443 | 2025-01-06T18:28:55.680Z | Compiling pretty-hex v0.4.1 |
444 | 2025-01-06T18:28:55.907Z | Compiling colorchoice v1.0.2 |
445 | 2025-01-06T18:28:56.075Z | Compiling anstream v0.6.15 |
446 | 2025-01-06T18:28:56.141Z | Compiling fs-err v2.11.0 |
447 | 2025-01-06T18:28:56.537Z | Compiling heck v0.5.0 |
448 | 2025-01-06T18:28:56.600Z | Compiling clap_lex v0.7.2 |
449 | 2025-01-06T18:28:56.832Z | Compiling bytecount v0.6.8 |
450 | 2025-01-06T18:28:57.055Z | Compiling heck v0.4.1 |
451 | 2025-01-06T18:28:57.127Z | Compiling terminal_size v0.4.0 |
452 | 2025-01-06T18:28:57.155Z | Compiling fastrand v2.1.1 |
453 | 2025-01-06T18:28:57.180Z | Compiling fnv v1.0.7 |
454 | 2025-01-06T18:28:57.318Z | Compiling strsim v0.11.1 |
455 | 2025-01-06T18:28:57.346Z | Compiling anyhow v1.0.93 |
456 | 2025-01-06T18:28:57.552Z | Compiling cfg-if v1.0.0 |
457 | 2025-01-06T18:28:57.663Z | Compiling clap_builder v4.5.21 |
458 | 2025-01-06T18:28:57.704Z | Compiling tempfile v3.13.0 |
459 | 2025-01-06T18:28:58.067Z | Compiling papergrid v0.11.0 |
460 | 2025-01-06T18:28:58.336Z | Compiling memmap v0.7.0 |
461 | 2025-01-06T18:28:58.449Z | Compiling unicode-linebreak v0.1.5 |
462 | 2025-01-06T18:28:58.579Z | Compiling smawk v0.3.2 |
463 | 2025-01-06T18:28:58.795Z | Compiling swrite v0.1.0 |
464 | 2025-01-06T18:28:58.929Z | Compiling textwrap v0.16.1 |
465 | 2025-01-06T18:29:00.239Z | Compiling tabled_derive v0.7.0 |
466 | 2025-01-06T18:29:01.760Z | Compiling tabled v0.15.0 |
467 | 2025-01-06T18:29:03.848Z | Compiling serde_derive v1.0.215 |
468 | 2025-01-06T18:29:03.848Z | Compiling thiserror-impl v1.0.69 |
469 | 2025-01-06T18:29:03.851Z | Compiling zerocopy-derive v0.7.35 |
470 | 2025-01-06T18:29:03.851Z | Compiling scroll_derive v0.12.0 |
471 | 2025-01-06T18:29:03.851Z | Compiling clap_derive v4.5.18 |
472 | 2025-01-06T18:29:05.072Z | Compiling scroll v0.12.0 |
473 | 2025-01-06T18:29:05.595Z | Compiling goblin v0.8.2 |
474 | 2025-01-06T18:29:06.763Z | Compiling zerocopy v0.7.35 |
475 | 2025-01-06T18:29:06.913Z | Compiling pest v2.7.14 |
476 | 2025-01-06T18:29:07.774Z | Compiling clap v4.5.21 |
477 | 2025-01-06T18:29:08.898Z | Compiling pest_meta v2.7.14 |
478 | 2025-01-06T18:29:09.757Z | Compiling pest_generator v2.7.14 |
479 | 2025-01-06T18:29:11.648Z | Compiling pest_derive v2.7.14 |
480 | 2025-01-06T18:29:12.369Z | Compiling dtrace-parser v0.2.0 |
481 | 2025-01-06T18:29:13.635Z | Compiling serde_tokenstream v0.2.2 |
482 | 2025-01-06T18:29:13.677Z | Compiling toml_datetime v0.6.8 |
483 | 2025-01-06T18:29:13.679Z | Compiling serde_spanned v0.6.8 |
484 | 2025-01-06T18:29:13.921Z | Compiling cargo-platform v0.1.8 |
485 | 2025-01-06T18:29:14.023Z | Compiling toml_edit v0.22.22 |
486 | 2025-01-06T18:29:14.232Z | Compiling macaddr v1.0.1 |
487 | 2025-01-06T18:29:14.393Z | Compiling camino-tempfile v1.1.1 |
488 | 2025-01-06T18:29:15.174Z | Compiling dof v0.3.0 |
489 | 2025-01-06T18:29:15.174Z | Compiling cargo_metadata v0.18.1 |
490 | 2025-01-06T18:29:16.872Z | Compiling toml v0.8.19 |
491 | 2025-01-06T18:29:17.012Z | Compiling usdt-macro v0.5.0 |
492 | 2025-01-06T18:29:17.014Z | Compiling usdt-attr-macro v0.5.0 |
493 | 2025-01-06T18:29:17.752Z | Compiling cargo_toml v0.20.5 |
494 | 2025-01-06T18:29:18.423Z | Compiling usdt v0.5.0 |
495 | 2025-01-06T18:29:21.239Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
496 | 2025-01-06T18:29:25.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.65s |
497 | 2025-01-06T18:29:25.691Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
498 | 2025-01-06T18:29:26.223Z | Downloading crates ... |
499 | 2025-01-06T18:29:26.329Z | Downloaded atomicwrites v0.4.4 |
500 | 2025-01-06T18:29:26.340Z | Downloaded base16ct v0.2.0 |
501 | 2025-01-06T18:29:26.343Z | Downloaded atty v0.2.14 |
502 | 2025-01-06T18:29:26.346Z | Downloaded async-stream-impl v0.3.6 |
503 | 2025-01-06T18:29:26.346Z | Downloaded assert_matches v1.5.0 |
504 | 2025-01-06T18:29:26.361Z | Downloaded hubpack_derive v0.1.1 |
505 | 2025-01-06T18:29:26.364Z | Downloaded httpdate v1.0.3 |
506 | 2025-01-06T18:29:26.364Z | Downloaded cfg_aliases v0.2.1 |
507 | 2025-01-06T18:29:26.368Z | Downloaded crunchy v0.2.2 |
508 | 2025-01-06T18:29:26.370Z | Downloaded ciborium-io v0.2.2 |
509 | 2025-01-06T18:29:26.373Z | Downloaded darling v0.20.10 |
510 | 2025-01-06T18:29:26.375Z | Downloaded hyper-rustls v0.27.3 |
511 | 2025-01-06T18:29:26.378Z | Downloaded hyper-staticfile v0.10.1 |
512 | 2025-01-06T18:29:26.381Z | Downloaded hubpack v0.1.2 |
513 | 2025-01-06T18:29:26.383Z | Downloaded crucible-workspace-hack v0.1.0 |
514 | 2025-01-06T18:29:26.386Z | Downloaded cfg_aliases v0.1.1 |
515 | 2025-01-06T18:29:26.386Z | Downloaded crc v3.2.1 |
516 | 2025-01-06T18:29:26.388Z | Downloaded cstr-argument v0.1.2 |
517 | 2025-01-06T18:29:26.392Z | Downloaded ahash v0.8.11 |
518 | 2025-01-06T18:29:26.395Z | Downloaded hyper v1.5.0 |
519 | 2025-01-06T18:29:26.402Z | Downloaded atomic-waker v1.1.2 |
520 | 2025-01-06T18:29:26.404Z | Downloaded aead v0.5.2 |
521 | 2025-01-06T18:29:26.406Z | Downloaded adler2 v2.0.0 |
522 | 2025-01-06T18:29:26.408Z | Downloaded convert_case v0.4.0 |
523 | 2025-01-06T18:29:26.408Z | Downloaded cbc v0.1.2 |
524 | 2025-01-06T18:29:26.411Z | Downloaded cipher v0.4.4 |
525 | 2025-01-06T18:29:26.413Z | Downloaded ciborium-ll v0.2.2 |
526 | 2025-01-06T18:29:26.413Z | Downloaded bit-set v0.5.3 |
527 | 2025-01-06T18:29:26.417Z | Downloaded const_format_proc_macros v0.2.33 |
528 | 2025-01-06T18:29:26.419Z | Downloaded bitflags v1.3.2 |
529 | 2025-01-06T18:29:26.421Z | Downloaded iana-time-zone v0.1.61 |
530 | 2025-01-06T18:29:26.424Z | Downloaded cmake v0.1.51 |
531 | 2025-01-06T18:29:26.427Z | Downloaded bitfield v0.14.0 |
532 | 2025-01-06T18:29:26.427Z | Downloaded bcrypt-pbkdf v0.10.0 |
533 | 2025-01-06T18:29:26.430Z | Downloaded hyper-tls v0.6.0 |
534 | 2025-01-06T18:29:26.432Z | Downloaded icu_locid_transform v1.5.0 |
535 | 2025-01-06T18:29:26.434Z | Downloaded ctr v0.9.2 |
536 | 2025-01-06T18:29:26.436Z | Downloaded bit-vec v0.6.3 |
537 | 2025-01-06T18:29:26.439Z | Downloaded crc-catalog v2.4.0 |
538 | 2025-01-06T18:29:26.441Z | Downloaded ident_case v1.0.1 |
539 | 2025-01-06T18:29:26.442Z | Downloaded icu_provider_macros v1.5.0 |
540 | 2025-01-06T18:29:26.444Z | Downloaded curve25519-dalek-derive v0.1.1 |
541 | 2025-01-06T18:29:26.444Z | Downloaded cobs v0.2.3 |
542 | 2025-01-06T18:29:26.448Z | Downloaded constant_time_eq v0.3.1 |
543 | 2025-01-06T18:29:26.448Z | Downloaded cexpr v0.6.0 |
544 | 2025-01-06T18:29:26.450Z | Downloaded indent_write v2.2.0 |
545 | 2025-01-06T18:29:26.452Z | Downloaded lazycell v1.3.0 |
546 | 2025-01-06T18:29:26.452Z | Downloaded is-terminal v0.4.13 |
547 | 2025-01-06T18:29:26.454Z | Downloaded internet-checksum v0.2.1 |
548 | 2025-01-06T18:29:26.454Z | Downloaded inout v0.1.3 |
549 | 2025-01-06T18:29:26.457Z | Downloaded crossbeam-deque v0.8.5 |
550 | 2025-01-06T18:29:26.459Z | Downloaded indoc v1.0.9 |
551 | 2025-01-06T18:29:26.462Z | Downloaded ipnet v2.10.1 |
552 | 2025-01-06T18:29:26.464Z | Downloaded colored v2.1.0 |
553 | 2025-01-06T18:29:26.467Z | Downloaded allocator-api2 v0.2.18 |
554 | 2025-01-06T18:29:26.470Z | Downloaded hex-literal v0.4.1 |
555 | 2025-01-06T18:29:26.473Z | Downloaded arrayvec v0.7.6 |
556 | 2025-01-06T18:29:26.476Z | Downloaded async-trait v0.1.83 |
557 | 2025-01-06T18:29:26.478Z | Downloaded instant v0.1.13 |
558 | 2025-01-06T18:29:26.481Z | Downloaded crc32fast v1.4.2 |
559 | 2025-01-06T18:29:26.483Z | Downloaded bzip2 v0.4.4 |
560 | 2025-01-06T18:29:26.486Z | Downloaded is_ci v1.2.0 |
561 | 2025-01-06T18:29:26.488Z | Downloaded linked-hash-map v0.5.6 |
562 | 2025-01-06T18:29:26.490Z | Downloaded base64ct v1.6.0 |
563 | 2025-01-06T18:29:26.493Z | Downloaded csv-core v0.1.11 |
564 | 2025-01-06T18:29:26.495Z | Downloaded chrono-tz-build v0.4.0 |
565 | 2025-01-06T18:29:26.495Z | Downloaded indexmap v1.9.3 |
566 | 2025-01-06T18:29:26.500Z | Downloaded icu_locid_transform_data v1.5.0 |
567 | 2025-01-06T18:29:26.503Z | Downloaded cookie_store v0.21.0 |
568 | 2025-01-06T18:29:26.506Z | Downloaded matches v0.1.10 |
569 | 2025-01-06T18:29:26.506Z | Downloaded match_cfg v0.1.0 |
570 | 2025-01-06T18:29:26.509Z | Downloaded bcs v0.1.6 |
571 | 2025-01-06T18:29:26.509Z | Downloaded mirai-annotations v1.12.0 |
572 | 2025-01-06T18:29:26.509Z | Downloaded sync_wrapper v1.0.1 |
573 | 2025-01-06T18:29:26.511Z | Downloaded chacha20 v0.9.1 |
574 | 2025-01-06T18:29:26.513Z | Downloaded newtype_derive v0.1.6 |
575 | 2025-01-06T18:29:26.516Z | Downloaded normalize-line-endings v0.3.0 |
576 | 2025-01-06T18:29:26.516Z | Downloaded newline-converter v0.3.0 |
577 | 2025-01-06T18:29:26.518Z | Downloaded signal-hook-tokio v0.3.1 |
578 | 2025-01-06T18:29:26.518Z | Downloaded signal-hook-mio v0.2.4 |
579 | 2025-01-06T18:29:26.520Z | Downloaded shlex v1.3.0 |
580 | 2025-01-06T18:29:26.524Z | Downloaded new_debug_unreachable v1.0.6 |
581 | 2025-01-06T18:29:26.524Z | Downloaded lalrpop-util v0.19.12 |
582 | 2025-01-06T18:29:26.527Z | Downloaded instability v0.3.2 |
583 | 2025-01-06T18:29:26.527Z | Downloaded impl-trait-for-tuples v0.2.2 |
584 | 2025-01-06T18:29:26.530Z | Downloaded idna_adapter v1.2.0 |
585 | 2025-01-06T18:29:26.530Z | Downloaded spin v0.5.2 |
586 | 2025-01-06T18:29:26.532Z | Downloaded synstructure v0.13.1 |
587 | 2025-01-06T18:29:26.533Z | Downloaded backoff v0.4.0 |
588 | 2025-01-06T18:29:26.535Z | Downloaded structmeta-derive v0.3.0 |
589 | 2025-01-06T18:29:26.537Z | Downloaded console v0.15.8 |
590 | 2025-01-06T18:29:26.540Z | Downloaded sigpipe v0.1.3 |
591 | 2025-01-06T18:29:26.543Z | Downloaded rustc_version v0.4.1 |
592 | 2025-01-06T18:29:26.547Z | Downloaded blake2 v0.10.6 |
593 | 2025-01-06T18:29:26.549Z | Downloaded const-oid v0.9.6 |
594 | 2025-01-06T18:29:26.549Z | Downloaded icu_provider v1.5.0 |
595 | 2025-01-06T18:29:26.553Z | Downloaded icu_properties v1.5.1 |
596 | 2025-01-06T18:29:26.556Z | Downloaded downcast v0.11.0 |
597 | 2025-01-06T18:29:26.559Z | Downloaded memoffset v0.9.1 |
598 | 2025-01-06T18:29:26.561Z | Downloaded clang-sys v1.8.1 |
599 | 2025-01-06T18:29:26.563Z | Downloaded maplit v1.0.2 |
600 | 2025-01-06T18:29:26.566Z | Downloaded managed v0.8.0 |
601 | 2025-01-06T18:29:26.568Z | Downloaded mime v0.3.17 |
602 | 2025-01-06T18:29:26.568Z | Downloaded semver v0.1.20 |
603 | 2025-01-06T18:29:26.570Z | Downloaded lockfree-object-pool v0.1.6 |
604 | 2025-01-06T18:29:26.572Z | Downloaded tinystr v0.7.6 |
605 | 2025-01-06T18:29:26.575Z | Downloaded signal-hook-registry v1.4.2 |
606 | 2025-01-06T18:29:26.577Z | Downloaded nodrop v0.1.14 |
607 | 2025-01-06T18:29:26.579Z | Downloaded nibble_vec v0.1.0 |
608 | 2025-01-06T18:29:26.579Z | Downloaded newtype-uuid v1.1.3 |
609 | 2025-01-06T18:29:26.581Z | Downloaded nanorand v0.7.0 |
610 | 2025-01-06T18:29:26.583Z | Downloaded fxhash v0.2.1 |
611 | 2025-01-06T18:29:26.585Z | Downloaded num-conv v0.1.0 |
612 | 2025-01-06T18:29:26.586Z | Downloaded parse-size v1.1.0 |
613 | 2025-01-06T18:29:26.589Z | Downloaded libloading v0.8.5 |
614 | 2025-01-06T18:29:26.591Z | Downloaded spki v0.7.3 |
615 | 2025-01-06T18:29:26.591Z | Downloaded multimap v0.10.0 |
616 | 2025-01-06T18:29:26.594Z | Downloaded which v4.4.2 |
617 | 2025-01-06T18:29:26.597Z | Downloaded ref-cast v1.0.23 |
618 | 2025-01-06T18:29:26.599Z | Downloaded deranged v0.3.11 |
619 | 2025-01-06T18:29:26.601Z | Downloaded linear-map v1.2.0 |
620 | 2025-01-06T18:29:26.604Z | Downloaded sqlformat v0.2.6 |
621 | 2025-01-06T18:29:26.606Z | Downloaded spin v0.9.8 |
622 | 2025-01-06T18:29:26.608Z | Downloaded base64 v0.13.1 |
623 | 2025-01-06T18:29:26.612Z | Downloaded phf_generator v0.11.2 |
624 | 2025-01-06T18:29:26.615Z | Downloaded bytes v1.8.0 |
625 | 2025-01-06T18:29:26.617Z | Downloaded precomputed-hash v0.1.1 |
626 | 2025-01-06T18:29:26.620Z | Downloaded compact_str v0.8.0 |
627 | 2025-01-06T18:29:26.622Z | Downloaded chacha20poly1305 v0.10.1 |
628 | 2025-01-06T18:29:26.625Z | Downloaded unicode-truncate v1.1.0 |
629 | 2025-01-06T18:29:26.627Z | Downloaded display-error-chain v0.2.2 |
630 | 2025-01-06T18:29:26.629Z | Downloaded fallible-iterator v0.2.0 |
631 | 2025-01-06T18:29:26.632Z | Downloaded mime_guess v2.0.5 |
632 | 2025-01-06T18:29:26.634Z | Downloaded thiserror v2.0.3 |
633 | 2025-01-06T18:29:26.640Z | Downloaded foreign-types-macros v0.2.3 |
634 | 2025-01-06T18:29:26.642Z | Downloaded nu-ansi-term v0.50.1 |
635 | 2025-01-06T18:29:26.645Z | Downloaded foreign-types v0.5.0 |
636 | 2025-01-06T18:29:26.648Z | Downloaded num-derive v0.4.2 |
637 | 2025-01-06T18:29:26.656Z | Downloaded try-lock v0.2.5 |
638 | 2025-01-06T18:29:26.656Z | Downloaded time-core v0.1.2 |
639 | 2025-01-06T18:29:26.656Z | Downloaded jobserver v0.1.32 |
640 | 2025-01-06T18:29:26.660Z | Downloaded phf_codegen v0.11.2 |
641 | 2025-01-06T18:29:26.663Z | Downloaded phf v0.11.2 |
642 | 2025-01-06T18:29:26.665Z | Downloaded derive_builder v0.20.2 |
643 | 2025-01-06T18:29:26.672Z | Downloaded tokio-tungstenite v0.24.0 |
644 | 2025-01-06T18:29:26.675Z | Downloaded path-slash v0.1.5 |
645 | 2025-01-06T18:29:26.678Z | Downloaded derive_builder_macro v0.20.2 |
646 | 2025-01-06T18:29:26.678Z | Downloaded cc v1.1.30 |
647 | 2025-01-06T18:29:26.681Z | Downloaded bumpalo v3.16.0 |
648 | 2025-01-06T18:29:26.685Z | Downloaded powerfmt v0.2.0 |
649 | 2025-01-06T18:29:26.687Z | Downloaded pbkdf2 v0.11.0 |
650 | 2025-01-06T18:29:26.689Z | Downloaded foreign-types v0.3.2 |
651 | 2025-01-06T18:29:26.692Z | Downloaded ppv-lite86 v0.2.20 |
652 | 2025-01-06T18:29:26.694Z | Downloaded radium v0.7.0 |
653 | 2025-01-06T18:29:26.694Z | Downloaded quinn-udp v0.5.5 |
654 | 2025-01-06T18:29:26.696Z | Downloaded backtrace v0.3.74 |
655 | 2025-01-06T18:29:26.701Z | Downloaded smf v0.2.3 |
656 | 2025-01-06T18:29:26.708Z | Downloaded slog-envlogger v2.2.0 |
657 | 2025-01-06T18:29:26.710Z | Downloaded tracing-attributes v0.1.27 |
658 | 2025-01-06T18:29:26.710Z | Downloaded unicode-properties v0.1.3 |
659 | 2025-01-06T18:29:26.710Z | Downloaded native-tls v0.2.12 |
660 | 2025-01-06T18:29:26.712Z | Downloaded oso-derive v0.27.3 |
661 | 2025-01-06T18:29:26.715Z | Downloaded opaque-debug v0.3.1 |
662 | 2025-01-06T18:29:26.715Z | Downloaded termcolor v1.4.1 |
663 | 2025-01-06T18:29:26.717Z | Downloaded crypto-bigint v0.5.5 |
664 | 2025-01-06T18:29:26.723Z | Downloaded zone v0.1.8 |
665 | 2025-01-06T18:29:26.726Z | Downloaded zerofrom-derive v0.1.4 |
666 | 2025-01-06T18:29:26.726Z | Downloaded untrusted v0.7.1 |
667 | 2025-01-06T18:29:26.728Z | Downloaded stable_deref_trait v1.2.0 |
668 | 2025-01-06T18:29:26.728Z | Downloaded ssh-encoding v0.2.0 |
669 | 2025-01-06T18:29:26.731Z | Downloaded crossbeam-channel v0.5.13 |
670 | 2025-01-06T18:29:26.735Z | Downloaded typify-macro v0.2.0 |
671 | 2025-01-06T18:29:26.738Z | Downloaded tui-tree-widget v0.22.0 |
672 | 2025-01-06T18:29:26.741Z | Downloaded const_format v0.2.33 |
673 | 2025-01-06T18:29:26.743Z | Downloaded base64 v0.22.1 |
674 | 2025-01-06T18:29:26.747Z | Downloaded take_mut v0.2.2 |
675 | 2025-01-06T18:29:26.749Z | Downloaded serde-big-array v0.5.1 |
676 | 2025-01-06T18:29:26.752Z | Downloaded funty v2.0.0 |
677 | 2025-01-06T18:29:26.752Z | Downloaded flagset v0.4.6 |
678 | 2025-01-06T18:29:26.754Z | Downloaded embedded-io v0.6.1 |
679 | 2025-01-06T18:29:26.754Z | Downloaded home v0.5.9 |
680 | 2025-01-06T18:29:26.766Z | Downloaded futures-core v0.3.31 |
681 | 2025-01-06T18:29:26.769Z | Downloaded zone_cfg_derive v0.3.0 |
682 | 2025-01-06T18:29:26.769Z | Downloaded tokio-rustls v0.24.1 |
683 | 2025-01-06T18:29:26.772Z | Downloaded rustls-pemfile v2.2.0 |
684 | 2025-01-06T18:29:26.774Z | Downloaded signal-hook v0.3.17 |
685 | 2025-01-06T18:29:26.777Z | Downloaded darling_core v0.20.10 |
686 | 2025-01-06T18:29:26.782Z | Downloaded term v0.7.0 |
687 | 2025-01-06T18:29:26.785Z | Downloaded hickory-resolver v0.24.1 |
688 | 2025-01-06T18:29:26.790Z | Downloaded diesel_table_macro_syntax v0.2.0 |
689 | 2025-01-06T18:29:26.792Z | Downloaded rand_core v0.6.4 |
690 | 2025-01-06T18:29:26.796Z | Downloaded rand_chacha v0.3.1 |
691 | 2025-01-06T18:29:26.796Z | Downloaded num-iter v0.1.45 |
692 | 2025-01-06T18:29:26.799Z | Downloaded futures-executor v0.3.31 |
693 | 2025-01-06T18:29:26.799Z | Downloaded defmt-parser v0.3.4 |
694 | 2025-01-06T18:29:26.802Z | Downloaded time-macros v0.2.18 |
695 | 2025-01-06T18:29:26.804Z | Downloaded smallvec v1.13.2 |
696 | 2025-01-06T18:29:26.806Z | Downloaded secrecy v0.8.0 |
697 | 2025-01-06T18:29:26.806Z | Downloaded tap v1.0.1 |
698 | 2025-01-06T18:29:26.808Z | Downloaded tls_codec_derive v0.4.1 |
699 | 2025-01-06T18:29:26.811Z | Downloaded rand_seeder v0.3.0 |
700 | 2025-01-06T18:29:26.813Z | Downloaded env_filter v0.1.2 |
701 | 2025-01-06T18:29:26.815Z | Downloaded tracing-core v0.1.32 |
702 | 2025-01-06T18:29:26.818Z | Downloaded endian-type v0.1.2 |
703 | 2025-01-06T18:29:26.818Z | Downloaded uzers v0.12.1 |
704 | 2025-01-06T18:29:26.820Z | Downloaded pin-utils v0.1.0 |
705 | 2025-01-06T18:29:26.823Z | Downloaded phf_shared v0.10.0 |
706 | 2025-01-06T18:29:26.825Z | Downloaded peg-runtime v0.8.3 |
707 | 2025-01-06T18:29:26.825Z | Downloaded tokio-tungstenite v0.23.1 |
708 | 2025-01-06T18:29:26.828Z | Downloaded http-range v0.1.5 |
709 | 2025-01-06T18:29:26.828Z | Downloaded rand_xorshift v0.3.0 |
710 | 2025-01-06T18:29:26.830Z | Downloaded xattr v1.3.1 |
711 | 2025-01-06T18:29:26.832Z | Downloaded untrusted v0.9.0 |
712 | 2025-01-06T18:29:26.834Z | Downloaded openssl-sys v0.9.103 |
713 | 2025-01-06T18:29:26.838Z | Downloaded env_logger v0.10.2 |
714 | 2025-01-06T18:29:26.841Z | Downloaded pkg-config v0.3.31 |
715 | 2025-01-06T18:29:26.843Z | Downloaded serde-hex v0.1.0 |
716 | 2025-01-06T18:29:26.845Z | Downloaded aes v0.8.4 |
717 | 2025-01-06T18:29:26.848Z | Downloaded rustls-pki-types v1.10.0 |
718 | 2025-01-06T18:29:26.852Z | Downloaded embedded-io v0.4.0 |
719 | 2025-01-06T18:29:26.855Z | Downloaded either v1.13.0 |
720 | 2025-01-06T18:29:26.858Z | Downloaded ed25519 v2.2.3 |
721 | 2025-01-06T18:29:26.858Z | Downloaded ena v0.14.3 |
722 | 2025-01-06T18:29:26.860Z | Downloaded dhcproto-macros v0.1.0 |
723 | 2025-01-06T18:29:26.863Z | Downloaded dyn-clone v1.0.17 |
724 | 2025-01-06T18:29:26.865Z | Downloaded num-rational v0.4.2 |
725 | 2025-01-06T18:29:26.865Z | Downloaded headers v0.4.0 |
726 | 2025-01-06T18:29:26.872Z | Downloaded snafu-derive v0.8.5 |
727 | 2025-01-06T18:29:26.875Z | Downloaded hmac v0.12.1 |
728 | 2025-01-06T18:29:26.877Z | Downloaded percent-encoding v2.3.1 |
729 | 2025-01-06T18:29:26.877Z | Downloaded serde_yaml v0.9.34+deprecated |
730 | 2025-01-06T18:29:26.881Z | Downloaded postgres-types v0.2.8 |
731 | 2025-01-06T18:29:26.883Z | Downloaded r2d2 v0.8.10 |
732 | 2025-01-06T18:29:26.886Z | Downloaded der_derive v0.7.3 |
733 | 2025-01-06T18:29:26.888Z | Downloaded owo-colors v4.1.0 |
734 | 2025-01-06T18:29:26.892Z | Downloaded scopeguard v1.2.0 |
735 | 2025-01-06T18:29:26.894Z | Downloaded phf_shared v0.11.2 |
736 | 2025-01-06T18:29:26.894Z | Downloaded pem v3.0.4 |
737 | 2025-01-06T18:29:26.897Z | Downloaded oso v0.27.3 |
738 | 2025-01-06T18:29:26.899Z | Downloaded vte_generate_state_changes v0.1.2 |
739 | 2025-01-06T18:29:26.902Z | Downloaded defmt-macros v0.3.9 |
740 | 2025-01-06T18:29:26.904Z | Downloaded openssl-macros v0.1.1 |
741 | 2025-01-06T18:29:26.907Z | Downloaded sha1 v0.10.6 |
742 | 2025-01-06T18:29:26.909Z | Downloaded pkcs8 v0.10.2 |
743 | 2025-01-06T18:29:26.911Z | Downloaded pkcs1 v0.7.5 |
744 | 2025-01-06T18:29:26.913Z | Downloaded slog-stdlog v4.1.1 |
745 | 2025-01-06T18:29:26.916Z | Downloaded num v0.4.3 |
746 | 2025-01-06T18:29:26.916Z | Downloaded pem-rfc7468 v0.7.0 |
747 | 2025-01-06T18:29:26.918Z | Downloaded thread_local v1.1.8 |
748 | 2025-01-06T18:29:26.920Z | Downloaded ecdsa v0.16.9 |
749 | 2025-01-06T18:29:26.923Z | Downloaded twox-hash v1.6.3 |
750 | 2025-01-06T18:29:26.925Z | Downloaded strum_macros v0.26.4 |
751 | 2025-01-06T18:29:26.927Z | Downloaded serde_with_macros v3.11.0 |
752 | 2025-01-06T18:29:26.930Z | Downloaded utf16_iter v1.0.5 |
753 | 2025-01-06T18:29:26.932Z | Downloaded serde_derive_internals v0.29.1 |
754 | 2025-01-06T18:29:26.935Z | Downloaded zone v0.3.0 |
755 | 2025-01-06T18:29:26.935Z | Downloaded fallible-streaming-iterator v0.1.9 |
756 | 2025-01-06T18:29:26.937Z | Downloaded defmt v0.3.8 |
757 | 2025-01-06T18:29:26.940Z | Downloaded minimal-lexical v0.2.1 |
758 | 2025-01-06T18:29:26.944Z | Downloaded scrypt v0.11.0 |
759 | 2025-01-06T18:29:26.946Z | Downloaded thiserror-no-std v2.0.2 |
760 | 2025-01-06T18:29:26.950Z | Downloaded typify v0.2.0 |
761 | 2025-01-06T18:29:26.954Z | Downloaded tokio-postgres v0.7.12 |
762 | 2025-01-06T18:29:26.960Z | Downloaded simd-adler32 v0.3.7 |
763 | 2025-01-06T18:29:26.962Z | Downloaded hash32 v0.2.1 |
764 | 2025-01-06T18:29:26.964Z | Downloaded fragile v2.0.0 |
765 | 2025-01-06T18:29:26.966Z | Downloaded smallvec v0.6.14 |
766 | 2025-01-06T18:29:26.969Z | Downloaded darling_macro v0.20.10 |
767 | 2025-01-06T18:29:26.971Z | Downloaded icu_collections v1.5.0 |
768 | 2025-01-06T18:29:26.976Z | Downloaded olpc-cjson v0.1.4 |
769 | 2025-01-06T18:29:26.978Z | Downloaded tokio-macros v2.4.0 |
770 | 2025-01-06T18:29:26.982Z | Downloaded dunce v1.0.5 |
771 | 2025-01-06T18:29:26.982Z | Downloaded pkcs5 v0.7.1 |
772 | 2025-01-06T18:29:26.984Z | Downloaded crossterm v0.28.1 |
773 | 2025-01-06T18:29:26.992Z | Downloaded string_cache v0.8.7 |
774 | 2025-01-06T18:29:26.995Z | Downloaded rtoolbox v0.0.2 |
775 | 2025-01-06T18:29:26.997Z | Downloaded static_assertions v1.1.0 |
776 | 2025-01-06T18:29:26.997Z | Downloaded omicron-zone-package v0.11.1 |
777 | 2025-01-06T18:29:27.001Z | Downloaded publicsuffix v2.2.3 |
778 | 2025-01-06T18:29:27.003Z | Downloaded futures v0.3.31 |
779 | 2025-01-06T18:29:27.009Z | Downloaded slog-term v2.9.1 |
780 | 2025-01-06T18:29:27.013Z | Downloaded sct v0.7.1 |
781 | 2025-01-06T18:29:27.016Z | Downloaded primeorder v0.13.6 |
782 | 2025-01-06T18:29:27.018Z | Downloaded toml v0.7.8 |
783 | 2025-01-06T18:29:27.021Z | Downloaded universal-hash v0.5.1 |
784 | 2025-01-06T18:29:27.023Z | Downloaded unicode-xid v0.2.6 |
785 | 2025-01-06T18:29:27.026Z | Downloaded topological-sort v0.2.2 |
786 | 2025-01-06T18:29:27.026Z | Downloaded shell-words v1.1.0 |
787 | 2025-01-06T18:29:27.028Z | Downloaded float-cmp v0.9.0 |
788 | 2025-01-06T18:29:27.028Z | Downloaded mio v1.0.2 |
789 | 2025-01-06T18:29:27.034Z | Downloaded tower-service v0.3.3 |
790 | 2025-01-06T18:29:27.036Z | Downloaded zeroize v1.8.1 |
791 | 2025-01-06T18:29:27.039Z | Downloaded password-hash v0.4.2 |
792 | 2025-01-06T18:29:27.039Z | Downloaded termios v0.3.3 |
793 | 2025-01-06T18:29:27.042Z | Downloaded foreign-types-shared v0.1.1 |
794 | 2025-01-06T18:29:27.044Z | Downloaded diesel_derives v2.2.3 |
795 | 2025-01-06T18:29:27.046Z | Downloaded elliptic-curve v0.13.8 |
796 | 2025-01-06T18:29:27.050Z | Downloaded num-complex v0.4.6 |
797 | 2025-01-06T18:29:27.052Z | Downloaded vergen v8.3.2 |
798 | 2025-01-06T18:29:27.055Z | Downloaded quinn v0.11.5 |
799 | 2025-01-06T18:29:27.059Z | Downloaded ghash v0.5.1 |
800 | 2025-01-06T18:29:27.062Z | Downloaded dhcproto v0.12.0 |
801 | 2025-01-06T18:29:27.065Z | Downloaded hashbrown v0.12.3 |
802 | 2025-01-06T18:29:27.069Z | Downloaded proc-macro-crate v1.3.1 |
803 | 2025-01-06T18:29:27.071Z | Downloaded unicode-normalization v0.1.24 |
804 | 2025-01-06T18:29:27.074Z | Downloaded waitgroup v0.1.2 |
805 | 2025-01-06T18:29:27.076Z | Downloaded nom v7.1.3 |
806 | 2025-01-06T18:29:27.081Z | Downloaded progenitor v0.8.0 |
807 | 2025-01-06T18:29:27.084Z | Downloaded tabwriter v1.4.0 |
808 | 2025-01-06T18:29:27.086Z | Downloaded supports-color v3.0.1 |
809 | 2025-01-06T18:29:27.086Z | Downloaded zerofrom v0.1.4 |
810 | 2025-01-06T18:29:27.089Z | Downloaded url v2.5.3 |
811 | 2025-01-06T18:29:27.092Z | Downloaded blake3 v1.5.4 |
812 | 2025-01-06T18:29:27.099Z | Downloaded group v0.13.0 |
813 | 2025-01-06T18:29:27.101Z | Downloaded foldhash v0.1.3 |
814 | 2025-01-06T18:29:27.104Z | Downloaded itertools v0.12.1 |
815 | 2025-01-06T18:29:27.111Z | Downloaded foreign-types-shared v0.3.1 |
816 | 2025-01-06T18:29:27.114Z | Downloaded termtree v0.4.1 |
817 | 2025-01-06T18:29:27.116Z | Downloaded form_urlencoded v1.2.1 |
818 | 2025-01-06T18:29:27.116Z | Downloaded predicates-tree v1.0.11 |
819 | 2025-01-06T18:29:27.116Z | Downloaded want v0.3.1 |
820 | 2025-01-06T18:29:27.119Z | Downloaded highway v1.2.0 |
821 | 2025-01-06T18:29:27.121Z | Downloaded der v0.7.9 |
822 | 2025-01-06T18:29:27.125Z | Downloaded packed_struct_codegen v0.10.1 |
823 | 2025-01-06T18:29:27.128Z | Downloaded libxml v0.3.3 |
824 | 2025-01-06T18:29:27.133Z | Downloaded hashlink v0.9.1 |
825 | 2025-01-06T18:29:27.136Z | Downloaded slog-bunyan v2.5.0 |
826 | 2025-01-06T18:29:27.138Z | Downloaded parking_lot_core v0.8.6 |
827 | 2025-01-06T18:29:27.141Z | Downloaded quick-error v1.2.3 |
828 | 2025-01-06T18:29:27.144Z | Downloaded parse-display v0.10.0 |
829 | 2025-01-06T18:29:27.144Z | Downloaded slog-async v2.8.0 |
830 | 2025-01-06T18:29:27.146Z | Downloaded packed_struct v0.10.1 |
831 | 2025-01-06T18:29:27.149Z | Downloaded parking_lot_core v0.9.10 |
832 | 2025-01-06T18:29:27.151Z | Downloaded strum v0.26.3 |
833 | 2025-01-06T18:29:27.151Z | Downloaded aws-lc-rs v1.10.0 |
834 | 2025-01-06T18:29:27.161Z | Downloaded zeroize_derive v1.4.2 |
835 | 2025-01-06T18:29:27.163Z | Downloaded data-encoding v2.6.0 |
836 | 2025-01-06T18:29:27.163Z | Downloaded unicase v2.7.0 |
837 | 2025-01-06T18:29:27.166Z | Downloaded num_threads v0.1.7 |
838 | 2025-01-06T18:29:27.168Z | Downloaded itertools v0.13.0 |
839 | 2025-01-06T18:29:27.174Z | Downloaded openssl-probe v0.1.5 |
840 | 2025-01-06T18:29:27.177Z | Downloaded same-file v1.0.6 |
841 | 2025-01-06T18:29:27.177Z | Downloaded russh-cryptovec v0.7.3 |
842 | 2025-01-06T18:29:27.180Z | Downloaded ron v0.8.1 |
843 | 2025-01-06T18:29:27.183Z | Downloaded subtle v2.6.1 |
844 | 2025-01-06T18:29:27.186Z | Downloaded stringprep v0.1.5 |
845 | 2025-01-06T18:29:27.189Z | Downloaded parse-zoneinfo v0.3.1 |
846 | 2025-01-06T18:29:27.191Z | Downloaded scheduled-thread-pool v0.2.7 |
847 | 2025-01-06T18:29:27.191Z | Downloaded futures-sink v0.3.31 |
848 | 2025-01-06T18:29:27.193Z | Downloaded futures-macro v0.3.31 |
849 | 2025-01-06T18:29:27.195Z | Downloaded float-ord v0.3.2 |
850 | 2025-01-06T18:29:27.195Z | Downloaded slog-dtrace v0.3.0 |
851 | 2025-01-06T18:29:27.197Z | Downloaded pretty-hex v0.2.1 |
852 | 2025-01-06T18:29:27.197Z | Downloaded dirs-sys-next v0.1.2 |
853 | 2025-01-06T18:29:27.200Z | Downloaded dirs-next v2.0.0 |
854 | 2025-01-06T18:29:27.202Z | Downloaded fixedbitset v0.4.2 |
855 | 2025-01-06T18:29:27.202Z | Downloaded fd-lock v4.0.2 |
856 | 2025-01-06T18:29:27.205Z | Downloaded psl-types v2.0.11 |
857 | 2025-01-06T18:29:27.207Z | Downloaded hashbrown v0.13.2 |
858 | 2025-01-06T18:29:27.210Z | Downloaded parse-display-derive v0.10.0 |
859 | 2025-01-06T18:29:27.212Z | Downloaded slog-json v2.6.1 |
860 | 2025-01-06T18:29:27.215Z | Downloaded rcgen v0.12.1 |
861 | 2025-01-06T18:29:27.217Z | Downloaded rayon-core v1.12.1 |
862 | 2025-01-06T18:29:27.221Z | Downloaded http-body v1.0.1 |
863 | 2025-01-06T18:29:27.223Z | Downloaded rusty-fork v0.3.0 |
864 | 2025-01-06T18:29:27.225Z | Downloaded num-integer v0.1.46 |
865 | 2025-01-06T18:29:27.227Z | Downloaded fallible-iterator v0.3.0 |
866 | 2025-01-06T18:29:27.228Z | Downloaded peg v0.8.4 |
867 | 2025-01-06T18:29:27.231Z | Downloaded structmeta v0.2.0 |
868 | 2025-01-06T18:29:27.234Z | Downloaded strip-ansi-escapes v0.2.0 |
869 | 2025-01-06T18:29:27.237Z | Downloaded yoke-derive v0.7.4 |
870 | 2025-01-06T18:29:27.237Z | Downloaded write16 v1.0.0 |
871 | 2025-01-06T18:29:27.239Z | Downloaded slab v0.4.9 |
872 | 2025-01-06T18:29:27.239Z | Downloaded writeable v0.5.5 |
873 | 2025-01-06T18:29:27.242Z | Downloaded salsa20 v0.10.2 |
874 | 2025-01-06T18:29:27.242Z | Downloaded p521 v0.13.3 |
875 | 2025-01-06T18:29:27.246Z | Downloaded tokio-native-tls v0.3.1 |
876 | 2025-01-06T18:29:27.249Z | Downloaded num_enum_derive v0.5.11 |
877 | 2025-01-06T18:29:27.251Z | Downloaded salty v0.3.0 |
878 | 2025-01-06T18:29:27.257Z | Downloaded progenitor-client v0.8.0 |
879 | 2025-01-06T18:29:27.259Z | Downloaded tinyvec_macros v0.1.1 |
880 | 2025-01-06T18:29:27.259Z | Downloaded dsl_auto_type v0.1.2 |
881 | 2025-01-06T18:29:27.262Z | Downloaded rustfmt-wrapper v0.2.1 |
882 | 2025-01-06T18:29:27.262Z | Downloaded rustc-hash v2.0.0 |
883 | 2025-01-06T18:29:27.266Z | Downloaded rustc-hash v1.1.0 |
884 | 2025-01-06T18:29:27.266Z | Downloaded diesel-dtrace v0.4.2 |
885 | 2025-01-06T18:29:27.269Z | Downloaded snafu v0.8.5 |
886 | 2025-01-06T18:29:27.273Z | Downloaded prettyplease v0.2.25 |
887 | 2025-01-06T18:29:27.276Z | Downloaded progenitor-macro v0.8.0 |
888 | 2025-01-06T18:29:27.278Z | Downloaded strum_macros v0.24.3 |
889 | 2025-01-06T18:29:27.281Z | Downloaded glob v0.3.1 |
890 | 2025-01-06T18:29:27.281Z | Downloaded password-hash v0.5.0 |
891 | 2025-01-06T18:29:27.283Z | Downloaded sec1 v0.7.3 |
892 | 2025-01-06T18:29:27.287Z | Downloaded unsafe-libyaml v0.2.11 |
893 | 2025-01-06T18:29:27.290Z | Downloaded tls_codec v0.4.1 |
894 | 2025-01-06T18:29:27.292Z | Downloaded schemars_derive v0.8.21 |
895 | 2025-01-06T18:29:27.292Z | Downloaded rsa v0.9.6 |
896 | 2025-01-06T18:29:27.297Z | Downloaded predicates-core v1.0.8 |
897 | 2025-01-06T18:29:27.300Z | Downloaded steno v0.4.1 |
898 | 2025-01-06T18:29:27.303Z | Downloaded enum-as-inner v0.5.1 |
899 | 2025-01-06T18:29:27.306Z | Downloaded zerovec-derive v0.10.3 |
900 | 2025-01-06T18:29:27.306Z | Downloaded ron v0.7.1 |
901 | 2025-01-06T18:29:27.311Z | Downloaded hash32 v0.3.1 |
902 | 2025-01-06T18:29:27.315Z | Downloaded diff v0.1.13 |
903 | 2025-01-06T18:29:27.317Z | Downloaded tar v0.4.42 |
904 | 2025-01-06T18:29:27.319Z | Downloaded tungstenite v0.23.0 |
905 | 2025-01-06T18:29:27.323Z | Downloaded zip v0.6.6 |
906 | 2025-01-06T18:29:27.327Z | Downloaded dropshot_endpoint v0.13.0 |
907 | 2025-01-06T18:29:27.331Z | Downloaded expectorate v1.1.0 |
908 | 2025-01-06T18:29:27.333Z | Downloaded rustls-webpki v0.101.7 |
909 | 2025-01-06T18:29:27.349Z | Downloaded peg-macros v0.8.4 |
910 | 2025-01-06T18:29:27.351Z | Downloaded predicates v3.1.2 |
911 | 2025-01-06T18:29:27.354Z | Downloaded yoke v0.7.4 |
912 | 2025-01-06T18:29:27.356Z | Downloaded parking_lot v0.12.3 |
913 | 2025-01-06T18:29:27.359Z | Downloaded strum_macros v0.25.3 |
914 | 2025-01-06T18:29:27.361Z | Downloaded postcard v1.0.10 |
915 | 2025-01-06T18:29:27.364Z | Downloaded rustversion v1.0.17 |
916 | 2025-01-06T18:29:27.366Z | Downloaded http-body-util v0.1.2 |
917 | 2025-01-06T18:29:27.368Z | Downloaded slog v2.7.0 |
918 | 2025-01-06T18:29:27.371Z | Downloaded bitvec v1.0.1 |
919 | 2025-01-06T18:29:27.386Z | Downloaded postgres-protocol v0.6.7 |
920 | 2025-01-06T18:29:27.388Z | Downloaded tokio-stream v0.1.16 |
921 | 2025-01-06T18:29:27.391Z | Downloaded walkdir v2.5.0 |
922 | 2025-01-06T18:29:27.394Z | Downloaded rayon v1.10.0 |
923 | 2025-01-06T18:29:27.403Z | Downloaded vcpkg v0.2.15 |
924 | 2025-01-06T18:29:27.442Z | Downloaded subprocess v0.2.9 |
925 | 2025-01-06T18:29:27.444Z | Downloaded tokio-tungstenite v0.21.0 |
926 | 2025-01-06T18:29:27.446Z | Downloaded env_logger v0.11.5 |
927 | 2025-01-06T18:29:28.451Z | Downloaded similar v2.6.0 |
928 | 2025-01-06T18:29:28.455Z | Downloaded p256 v0.13.2 |
929 | 2025-01-06T18:29:28.455Z | Downloaded sqlparser v0.45.0 |
930 | 2025-01-06T18:29:28.455Z | Downloaded flume v0.11.1 |
931 | 2025-01-06T18:29:28.455Z | Downloaded typed-path v0.9.3 |
932 | 2025-01-06T18:29:28.455Z | Downloaded tungstenite v0.24.0 |
933 | 2025-01-06T18:29:28.455Z | Downloaded progenitor-impl v0.8.0 |
934 | 2025-01-06T18:29:28.455Z | Downloaded tungstenite v0.21.0 |
935 | 2025-01-06T18:29:28.455Z | Downloaded zerocopy-derive v0.8.10 |
936 | 2025-01-06T18:29:28.455Z | Downloaded flate2 v1.0.34 |
937 | 2025-01-06T18:29:28.455Z | Downloaded idna v0.2.3 |
938 | 2025-01-06T18:29:28.455Z | Downloaded tinyvec v1.8.0 |
939 | 2025-01-06T18:29:28.455Z | Downloaded portable-atomic v1.9.0 |
940 | 2025-01-06T18:29:28.455Z | Downloaded proptest v1.5.0 |
941 | 2025-01-06T18:29:28.455Z | Downloaded num-bigint v0.4.6 |
942 | 2025-01-06T18:29:28.455Z | Downloaded icu_properties_data v1.5.0 |
943 | 2025-01-06T18:29:28.455Z | Downloaded rustls-webpki v0.102.8 |
944 | 2025-01-06T18:29:28.455Z | Downloaded num-bigint-dig v0.8.4 |
945 | 2025-01-06T18:29:28.455Z | Downloaded tracing v0.1.40 |
946 | 2025-01-06T18:29:28.456Z | Downloaded object v0.30.4 |
947 | 2025-01-06T18:29:28.456Z | Downloaded quinn-proto v0.11.8 |
948 | 2025-01-06T18:29:28.456Z | Downloaded radix_trie v0.2.1 |
949 | 2025-01-06T18:29:28.456Z | Downloaded polar-core v0.27.3 |
950 | 2025-01-06T18:29:28.456Z | Downloaded h2 v0.4.6 |
951 | 2025-01-06T18:29:28.456Z | Downloaded petname v2.0.2 |
952 | 2025-01-06T18:29:28.456Z | Downloaded lalrpop v0.19.12 |
953 | 2025-01-06T18:29:28.456Z | Downloaded openssl v0.10.66 |
954 | 2025-01-06T18:29:28.456Z | Downloaded regex-syntax v0.8.5 |
955 | 2025-01-06T18:29:28.456Z | Downloaded rusqlite v0.32.1 |
956 | 2025-01-06T18:29:28.456Z | Downloaded russh v0.45.0 |
957 | 2025-01-06T18:29:28.456Z | Downloaded rustls v0.21.12 |
958 | 2025-01-06T18:29:28.456Z | Downloaded http v1.1.0 |
959 | 2025-01-06T18:29:28.456Z | Downloaded winnow v0.5.40 |
960 | 2025-01-06T18:29:28.456Z | Downloaded rustls v0.23.19 |
961 | 2025-01-06T18:29:28.456Z | Downloaded zerovec v0.10.4 |
962 | 2025-01-06T18:29:28.456Z | Downloaded hashbrown v0.14.5 |
963 | 2025-01-06T18:29:28.456Z | Downloaded rustls v0.22.4 |
964 | 2025-01-06T18:29:28.456Z | Downloaded unicode-width v0.2.0 |
965 | 2025-01-06T18:29:28.456Z | Downloaded dropshot v0.12.0 |
966 | 2025-01-06T18:29:28.456Z | Downloaded quick-xml v0.33.0 |
967 | 2025-01-06T18:29:28.456Z | Downloaded openapiv3 v2.0.0 |
968 | 2025-01-06T18:29:28.456Z | Downloaded regex-syntax v0.6.29 |
969 | 2025-01-06T18:29:28.456Z | Downloaded nix v0.29.0 |
970 | 2025-01-06T18:29:28.456Z | Downloaded nix v0.28.0 |
971 | 2025-01-06T18:29:28.456Z | Downloaded diesel v2.2.6 |
972 | 2025-01-06T18:29:28.456Z | Downloaded regress v0.10.1 |
973 | 2025-01-06T18:29:28.456Z | Downloaded regress v0.9.1 |
974 | 2025-01-06T18:29:28.456Z | Downloaded regex v1.11.1 |
975 | 2025-01-06T18:29:28.456Z | Downloaded git2 v0.19.0 |
976 | 2025-01-06T18:29:28.456Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
977 | 2025-01-06T18:29:28.456Z | Downloaded gimli v0.31.1 |
978 | 2025-01-06T18:29:28.456Z | Downloaded smoltcp v0.11.0 |
979 | 2025-01-06T18:29:28.456Z | Downloaded smoltcp v0.9.1 |
980 | 2025-01-06T18:29:28.457Z | Downloaded dropshot v0.13.0 |
981 | 2025-01-06T18:29:28.457Z | Downloaded nix v0.27.1 |
982 | 2025-01-06T18:29:28.457Z | Downloaded hickory-proto v0.24.1 |
983 | 2025-01-06T18:29:28.457Z | Downloaded chrono-tz v0.10.0 |
984 | 2025-01-06T18:29:28.457Z | Downloaded tough v0.19.0 |
985 | 2025-01-06T18:29:28.457Z | Downloaded object v0.36.5 |
986 | 2025-01-06T18:29:28.457Z | Downloaded idna v0.3.0 |
987 | 2025-01-06T18:29:28.457Z | Downloaded idna v0.4.0 |
988 | 2025-01-06T18:29:28.457Z | Downloaded petgraph v0.6.5 |
989 | 2025-01-06T18:29:28.457Z | Downloaded tokio v1.40.0 |
990 | 2025-01-06T18:29:28.457Z | Downloaded zerocopy-derive v0.6.6 |
991 | 2025-01-06T18:29:28.457Z | Downloaded ratatui v0.28.1 |
992 | 2025-01-06T18:29:28.457Z | Downloaded typify-impl v0.2.0 |
993 | 2025-01-06T18:29:28.457Z | Downloaded bstr v1.10.0 |
994 | 2025-01-06T18:29:28.457Z | Downloaded sled v0.34.7 |
995 | 2025-01-06T18:29:28.457Z | Downloaded csv v1.3.0 |
996 | 2025-01-06T18:29:28.457Z | Downloaded p384 v0.13.0 |
997 | 2025-01-06T18:29:28.457Z | Downloaded trust-dns-proto v0.22.0 |
998 | 2025-01-06T18:29:28.457Z | Downloaded rustyline v14.0.0 |
999 | 2025-01-06T18:29:28.457Z | Downloaded reqwest v0.12.9 |
1000 | 2025-01-06T18:29:28.457Z | Downloaded zerocopy v0.8.10 |
1001 | 2025-01-06T18:29:28.457Z | Downloaded regex-automata v0.4.8 |
1002 | 2025-01-06T18:29:28.457Z | Downloaded webpki-roots v0.26.6 |
1003 | 2025-01-06T18:29:28.457Z | Downloaded curve25519-dalek v4.1.3 |
1004 | 2025-01-06T18:29:28.457Z | Downloaded reedline v0.35.0 |
1005 | 2025-01-06T18:29:28.457Z | Downloaded dropshot_endpoint v0.12.0 |
1006 | 2025-01-06T18:29:28.457Z | Downloaded fatfs v0.3.6 |
1007 | 2025-01-06T18:29:28.457Z | Downloaded lzma-sys v0.1.20 |
1008 | 2025-01-06T18:29:28.457Z | Downloaded qorb v0.2.1 |
1009 | 2025-01-06T18:29:28.457Z | Downloaded libz-sys v1.1.20 |
1010 | 2025-01-06T18:29:28.457Z | Downloaded hickory-server v0.24.1 |
1011 | 2025-01-06T18:29:28.457Z | Downloaded hkdf v0.12.4 |
1012 | 2025-01-06T18:29:28.457Z | Downloaded serde_with v3.11.0 |
1013 | 2025-01-06T18:29:28.457Z | Downloaded chrono v0.4.38 |
1014 | 2025-01-06T18:29:28.457Z | Downloaded bindgen v0.69.5 |
1015 | 2025-01-06T18:29:28.457Z | Downloaded unicode-bidi v0.3.17 |
1016 | 2025-01-06T18:29:28.457Z | Downloaded unicode_categories v0.1.1 |
1017 | 2025-01-06T18:29:28.457Z | Downloaded difflib v0.4.0 |
1018 | 2025-01-06T18:29:28.457Z | Downloaded thiserror-impl v2.0.3 |
1019 | 2025-01-06T18:29:28.457Z | Downloaded parking_lot v0.11.2 |
1020 | 2025-01-06T18:29:28.458Z | Downloaded num-traits v0.2.19 |
1021 | 2025-01-06T18:29:28.458Z | Downloaded sha3 v0.10.8 |
1022 | 2025-01-06T18:29:28.458Z | Downloaded time v0.3.36 |
1023 | 2025-01-06T18:29:28.458Z | Downloaded futures-util v0.3.31 |
1024 | 2025-01-06T18:29:28.458Z | Downloaded num_enum v0.5.11 |
1025 | 2025-01-06T18:29:28.458Z | Downloaded rustc-demangle v0.1.24 |
1026 | 2025-01-06T18:29:28.458Z | Downloaded getrandom v0.2.15 |
1027 | 2025-01-06T18:29:28.458Z | Downloaded siphasher v0.3.11 |
1028 | 2025-01-06T18:29:28.460Z | Downloaded paste v1.0.15 |
1029 | 2025-01-06T18:29:28.460Z | Downloaded ssh-key v0.6.6 |
1030 | 2025-01-06T18:29:28.460Z | Downloaded toml_edit v0.19.15 |
1031 | 2025-01-06T18:29:28.460Z | Downloaded globset v0.4.15 |
1032 | 2025-01-06T18:29:28.460Z | Downloaded hostname v0.4.0 |
1033 | 2025-01-06T18:29:28.461Z | Downloaded x509-cert v0.2.5 |
1034 | 2025-01-06T18:29:28.461Z | Downloaded tokio-util v0.7.12 |
1035 | 2025-01-06T18:29:28.461Z | Downloaded ed25519-dalek v2.1.1 |
1036 | 2025-01-06T18:29:28.461Z | Downloaded debug-ignore v1.0.5 |
1037 | 2025-01-06T18:29:28.461Z | Downloaded structmeta v0.3.0 |
1038 | 2025-01-06T18:29:28.461Z | Downloaded rfc6979 v0.4.0 |
1039 | 2025-01-06T18:29:28.461Z | Downloaded resolv-conf v0.7.0 |
1040 | 2025-01-06T18:29:28.461Z | Downloaded ref-cast-impl v1.0.23 |
1041 | 2025-01-06T18:29:28.461Z | Downloaded aho-corasick v1.1.3 |
1042 | 2025-01-06T18:29:28.461Z | Downloaded toolchain_find v0.4.0 |
1043 | 2025-01-06T18:29:28.461Z | Downloaded sqlparser_derive v0.2.2 |
1044 | 2025-01-06T18:29:28.461Z | Downloaded half v2.4.1 |
1045 | 2025-01-06T18:29:28.461Z | Downloaded fs_extra v1.3.0 |
1046 | 2025-01-06T18:29:28.461Z | Downloaded vsss-rs v3.3.4 |
1047 | 2025-01-06T18:29:28.461Z | Downloaded pin-project v1.1.6 |
1048 | 2025-01-06T18:29:28.461Z | Downloaded schemars v0.8.21 |
1049 | 2025-01-06T18:29:28.461Z | Downloaded rand v0.8.5 |
1050 | 2025-01-06T18:29:28.461Z | Downloaded wait-timeout v0.2.0 |
1051 | 2025-01-06T18:29:28.461Z | Downloaded vte v0.11.1 |
1052 | 2025-01-06T18:29:28.461Z | Downloaded unicode-segmentation v1.12.0 |
1053 | 2025-01-06T18:29:28.461Z | Downloaded libm v0.2.8 |
1054 | 2025-01-06T18:29:28.461Z | Downloaded idna v1.0.3 |
1055 | 2025-01-06T18:29:28.461Z | Downloaded idna v0.5.0 |
1056 | 2025-01-06T18:29:28.461Z | Downloaded itertools v0.10.5 |
1057 | 2025-01-06T18:29:28.464Z | Downloaded rpassword v7.3.1 |
1058 | 2025-01-06T18:29:28.466Z | Downloaded encoding_rs v0.8.34 |
1059 | 2025-01-06T18:29:28.485Z | Downloaded futures-io v0.3.31 |
1060 | 2025-01-06T18:29:28.491Z | Downloaded tiny-keccak v2.0.2 |
1061 | 2025-01-06T18:29:28.491Z | Downloaded poly1305 v0.8.0 |
1062 | 2025-01-06T18:29:28.491Z | Downloaded pin-project-lite v0.2.14 |
1063 | 2025-01-06T18:29:28.495Z | Downloaded pin-project-internal v1.1.6 |
1064 | 2025-01-06T18:29:28.498Z | Downloaded httparse v1.9.5 |
1065 | 2025-01-06T18:29:28.500Z | Downloaded socket2 v0.5.7 |
1066 | 2025-01-06T18:29:28.502Z | Downloaded derive_more v0.99.18 |
1067 | 2025-01-06T18:29:28.505Z | Downloaded zone_cfg_derive v0.1.2 |
1068 | 2025-01-06T18:29:28.508Z | Downloaded yasna v0.5.2 |
1069 | 2025-01-06T18:29:28.510Z | Downloaded xz2 v0.1.7 |
1070 | 2025-01-06T18:29:28.511Z | Downloaded zip v2.1.3 |
1071 | 2025-01-06T18:29:28.514Z | Downloaded utf-8 v0.7.6 |
1072 | 2025-01-06T18:29:28.517Z | Downloaded heapless v0.8.0 |
1073 | 2025-01-06T18:29:28.520Z | Downloaded heapless v0.7.17 |
1074 | 2025-01-06T18:29:28.522Z | Downloaded polyval v0.6.2 |
1075 | 2025-01-06T18:29:28.524Z | Downloaded hostname v0.3.1 |
1076 | 2025-01-06T18:29:28.527Z | Downloaded thiserror-impl-no-std v2.0.2 |
1077 | 2025-01-06T18:29:28.527Z | Downloaded slog-scope v4.4.0 |
1078 | 2025-01-06T18:29:28.529Z | Downloaded des v0.8.1 |
1079 | 2025-01-06T18:29:28.529Z | Downloaded uuid v1.11.0 |
1080 | 2025-01-06T18:29:28.532Z | Downloaded aes-gcm v0.10.3 |
1081 | 2025-01-06T18:29:28.537Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1082 | 2025-01-06T18:29:28.595Z | Downloaded number_prefix v0.4.0 |
1083 | 2025-01-06T18:29:28.598Z | Downloaded pbkdf2 v0.12.2 |
1084 | 2025-01-06T18:29:28.598Z | Downloaded tokio-rustls v0.26.0 |
1085 | 2025-01-06T18:29:28.600Z | Downloaded wyz v0.5.1 |
1086 | 2025-01-06T18:29:28.602Z | Downloaded utf8_iter v1.0.4 |
1087 | 2025-01-06T18:29:28.602Z | Downloaded unarray v0.1.4 |
1088 | 2025-01-06T18:29:28.604Z | Downloaded ssh-cipher v0.2.0 |
1089 | 2025-01-06T18:29:28.604Z | Downloaded derive-where v1.2.7 |
1090 | 2025-01-06T18:29:28.607Z | Downloaded zopfli v0.8.1 |
1091 | 2025-01-06T18:29:28.609Z | Downloaded zerocopy v0.6.6 |
1092 | 2025-01-06T18:29:28.611Z | Downloaded russh-keys v0.45.0 |
1093 | 2025-01-06T18:29:28.613Z | Downloaded icu_locid v1.5.0 |
1094 | 2025-01-06T18:29:28.618Z | Downloaded mockall_derive v0.13.0 |
1095 | 2025-01-06T18:29:28.620Z | Downloaded miniz_oxide v0.8.0 |
1096 | 2025-01-06T18:29:28.623Z | Downloaded serde_urlencoded v0.7.1 |
1097 | 2025-01-06T18:29:28.626Z | Downloaded serde_repr v0.1.19 |
1098 | 2025-01-06T18:29:28.626Z | Downloaded serde_plain v1.0.2 |
1099 | 2025-01-06T18:29:28.628Z | Downloaded rustls-pemfile v1.0.4 |
1100 | 2025-01-06T18:29:28.628Z | Downloaded futures-channel v0.3.31 |
1101 | 2025-01-06T18:29:28.630Z | Downloaded displaydoc v0.2.5 |
1102 | 2025-01-06T18:29:28.633Z | Downloaded derive_builder_core v0.20.2 |
1103 | 2025-01-06T18:29:28.635Z | Downloaded samael v0.0.17 |
1104 | 2025-01-06T18:29:28.640Z | Downloaded indicatif v0.17.9 |
1105 | 2025-01-06T18:29:28.643Z | Downloaded signature v2.2.0 |
1106 | 2025-01-06T18:29:28.646Z | Downloaded base64 v0.21.7 |
1107 | 2025-01-06T18:29:28.649Z | Downloaded whoami v1.5.2 |
1108 | 2025-01-06T18:29:28.651Z | Downloaded sync-ptr v0.1.1 |
1109 | 2025-01-06T18:29:28.654Z | Downloaded hex v0.4.3 |
1110 | 2025-01-06T18:29:28.654Z | Downloaded heck v0.3.3 |
1111 | 2025-01-06T18:29:28.654Z | Downloaded gethostname v0.5.0 |
1112 | 2025-01-06T18:29:28.656Z | Downloaded futures-task v0.3.31 |
1113 | 2025-01-06T18:29:28.656Z | Downloaded value-bag v1.9.0 |
1114 | 2025-01-06T18:29:28.659Z | Downloaded filetime v0.2.25 |
1115 | 2025-01-06T18:29:28.661Z | Downloaded ff v0.13.0 |
1116 | 2025-01-06T18:29:28.661Z | Downloaded tokio-rustls v0.25.0 |
1117 | 2025-01-06T18:29:28.663Z | Downloaded test-strategy v0.3.1 |
1118 | 2025-01-06T18:29:28.666Z | Downloaded serde_path_to_error v0.1.16 |
1119 | 2025-01-06T18:29:28.669Z | Downloaded multer v3.1.0 |
1120 | 2025-01-06T18:29:28.671Z | Downloaded memmap2 v0.9.5 |
1121 | 2025-01-06T18:29:28.673Z | Downloaded maybe-uninit v2.0.0 |
1122 | 2025-01-06T18:29:28.676Z | Downloaded lru v0.12.5 |
1123 | 2025-01-06T18:29:28.676Z | Downloaded lock_api v0.4.12 |
1124 | 2025-01-06T18:29:28.678Z | Downloaded litemap v0.7.3 |
1125 | 2025-01-06T18:29:28.680Z | Downloaded enum-as-inner v0.6.1 |
1126 | 2025-01-06T18:29:28.680Z | Downloaded kstat-rs v0.2.4 |
1127 | 2025-01-06T18:29:28.682Z | Downloaded mockall v0.13.0 |
1128 | 2025-01-06T18:29:28.682Z | Downloaded lru-cache v0.1.2 |
1129 | 2025-01-06T18:29:28.685Z | Downloaded md-5 v0.10.6 |
1130 | 2025-01-06T18:29:28.685Z | Downloaded crc-any v2.5.0 |
1131 | 2025-01-06T18:29:28.687Z | Downloaded crossbeam-epoch v0.9.18 |
1132 | 2025-01-06T18:29:28.689Z | Downloaded cookie v0.18.1 |
1133 | 2025-01-06T18:29:28.693Z | Downloaded crossbeam-utils v0.8.20 |
1134 | 2025-01-06T18:29:28.695Z | Downloaded ciborium v0.2.2 |
1135 | 2025-01-06T18:29:28.700Z | Downloaded rustc_version v0.1.7 |
1136 | 2025-01-06T18:29:28.700Z | Downloaded keccak v0.1.5 |
1137 | 2025-01-06T18:29:28.703Z | Downloaded async-bb8-diesel v0.2.1 |
1138 | 2025-01-06T18:29:28.703Z | Downloaded structmeta-derive v0.2.0 |
1139 | 2025-01-06T18:29:28.703Z | Downloaded libefi-sys v0.1.0 |
1140 | 2025-01-06T18:29:28.714Z | Downloaded libsw v3.3.1 |
1141 | 2025-01-06T18:29:28.714Z | Downloaded lazy_static v1.5.0 |
1142 | 2025-01-06T18:29:28.719Z | Downloaded ipnetwork v0.20.0 |
1143 | 2025-01-06T18:29:28.719Z | Downloaded hickory-client v0.24.1 |
1144 | 2025-01-06T18:29:28.719Z | Downloaded md5 v0.7.0 |
1145 | 2025-01-06T18:29:28.719Z | Downloaded arc-swap v1.7.1 |
1146 | 2025-01-06T18:29:28.720Z | Downloaded icu_normalizer_data v1.5.0 |
1147 | 2025-01-06T18:29:28.720Z | Downloaded icu_normalizer v1.5.0 |
1148 | 2025-01-06T18:29:28.723Z | Downloaded cassowary v0.3.0 |
1149 | 2025-01-06T18:29:28.723Z | Downloaded cancel-safe-futures v0.1.5 |
1150 | 2025-01-06T18:29:28.726Z | Downloaded blowfish v0.9.1 |
1151 | 2025-01-06T18:29:28.726Z | Downloaded bitfield-struct v0.6.2 |
1152 | 2025-01-06T18:29:28.726Z | Downloaded bb8 v0.8.5 |
1153 | 2025-01-06T18:29:28.728Z | Downloaded buf-list v1.0.3 |
1154 | 2025-01-06T18:29:28.731Z | Downloaded hyper-util v0.1.10 |
1155 | 2025-01-06T18:29:28.733Z | Downloaded castaway v0.2.3 |
1156 | 2025-01-06T18:29:28.736Z | Downloaded block-padding v0.3.3 |
1157 | 2025-01-06T18:29:28.736Z | Downloaded async-stream v0.3.6 |
1158 | 2025-01-06T18:29:28.738Z | Downloaded async-recursion v1.1.1 |
1159 | 2025-01-06T18:29:28.741Z | Downloaded ascii-canvas v3.0.0 |
1160 | 2025-01-06T18:29:28.743Z | Downloaded humantime v2.1.0 |
1161 | 2025-01-06T18:29:28.743Z | Downloaded headers-core v0.3.0 |
1162 | 2025-01-06T18:29:28.743Z | Downloaded arrayref v0.3.9 |
1163 | 2025-01-06T18:29:28.746Z | Downloaded array-init v0.0.4 |
1164 | 2025-01-06T18:29:28.746Z | Downloaded argon2 v0.5.3 |
1165 | 2025-01-06T18:29:28.748Z | Downloaded addr2line v0.24.2 |
1166 | 2025-01-06T18:29:28.904Z | Downloaded libsqlite3-sys v0.30.1 |
1167 | 2025-01-06T18:29:29.044Z | Downloaded ring v0.17.8 |
1168 | 2025-01-06T18:29:29.210Z | Downloaded ring v0.16.20 |
1169 | 2025-01-06T18:29:29.453Z | Downloaded aws-lc-sys v0.22.0 |
1170 | 2025-01-06T18:29:29.762Z | Compiling serde v1.0.215 |
1171 | 2025-01-06T18:29:29.765Z | Compiling lock_api v0.4.12 |
1172 | 2025-01-06T18:29:29.765Z | Compiling scopeguard v1.2.0 |
1173 | 2025-01-06T18:29:29.765Z | Compiling value-bag v1.9.0 |
1174 | 2025-01-06T18:29:29.765Z | Compiling typenum v1.17.0 |
1175 | 2025-01-06T18:29:29.765Z | Compiling generic-array v0.14.7 |
1176 | 2025-01-06T18:29:29.963Z | Compiling syn v2.0.87 |
1177 | 2025-01-06T18:29:29.978Z | Compiling getrandom v0.2.15 |
1178 | 2025-01-06T18:29:30.053Z | Compiling subtle v2.6.1 |
1179 | 2025-01-06T18:29:30.255Z | Compiling rand_core v0.6.4 |
1180 | 2025-01-06T18:29:30.388Z | Compiling log v0.4.22 |
1181 | 2025-01-06T18:29:30.475Z | Compiling shlex v1.3.0 |
1182 | 2025-01-06T18:29:30.496Z | Compiling jobserver v0.1.32 |
1183 | 2025-01-06T18:29:30.518Z | Compiling smallvec v1.13.2 |
1184 | 2025-01-06T18:29:30.777Z | Compiling const-oid v0.9.6 |
1185 | 2025-01-06T18:29:30.810Z | Compiling spin v0.9.8 |
1186 | 2025-01-06T18:29:30.887Z | Compiling cc v1.1.30 |
1187 | 2025-01-06T18:29:30.916Z | Compiling pin-project-lite v0.2.14 |
1188 | 2025-01-06T18:29:31.036Z | Compiling rustix v0.38.37 |
1189 | 2025-01-06T18:29:31.209Z | Compiling parking_lot_core v0.9.10 |
1190 | 2025-01-06T18:29:31.230Z | Compiling futures-core v0.3.31 |
1191 | 2025-01-06T18:29:31.409Z | Compiling signal-hook-registry v1.4.2 |
1192 | 2025-01-06T18:29:31.473Z | Compiling mio v1.0.2 |
1193 | 2025-01-06T18:29:32.058Z | Compiling aho-corasick v1.1.3 |
1194 | 2025-01-06T18:29:32.392Z | Compiling parking_lot v0.12.3 |
1195 | 2025-01-06T18:29:32.458Z | Compiling regex-syntax v0.8.5 |
1196 | 2025-01-06T18:29:32.730Z | Compiling cpufeatures v0.2.14 |
1197 | 2025-01-06T18:29:32.772Z | Compiling lazy_static v1.5.0 |
1198 | 2025-01-06T18:29:32.838Z | Compiling stable_deref_trait v1.2.0 |
1199 | 2025-01-06T18:29:32.902Z | Compiling futures-sink v0.3.31 |
1200 | 2025-01-06T18:29:32.955Z | Compiling either v1.13.0 |
1201 | 2025-01-06T18:29:32.976Z | Compiling glob v0.3.1 |
1202 | 2025-01-06T18:29:33.367Z | Compiling socket2 v0.5.7 |
1203 | 2025-01-06T18:29:33.399Z | Compiling slab v0.4.9 |
1204 | 2025-01-06T18:29:33.408Z | Compiling prettyplease v0.2.25 |
1205 | 2025-01-06T18:29:33.819Z | Compiling minimal-lexical v0.2.1 |
1206 | 2025-01-06T18:29:33.914Z | Compiling serde_json v1.0.133 |
1207 | 2025-01-06T18:29:34.035Z | Compiling clang-sys v1.8.1 |
1208 | 2025-01-06T18:29:34.272Z | Compiling nom v7.1.3 |
1209 | 2025-01-06T18:29:34.363Z | Compiling libloading v0.8.5 |
1210 | 2025-01-06T18:29:34.395Z | Compiling bindgen v0.69.5 |
1211 | 2025-01-06T18:29:34.776Z | Compiling home v0.5.9 |
1212 | 2025-01-06T18:29:35.044Z | Compiling itertools v0.10.5 |
1213 | 2025-01-06T18:29:35.259Z | Compiling futures-channel v0.3.31 |
1214 | 2025-01-06T18:29:35.646Z | Compiling futures-task v0.3.31 |
1215 | 2025-01-06T18:29:35.872Z | Compiling pin-utils v0.1.0 |
1216 | 2025-01-06T18:29:35.929Z | Compiling rustc-hash v1.1.0 |
1217 | 2025-01-06T18:29:35.966Z | Compiling futures-io v0.3.31 |
1218 | 2025-01-06T18:29:36.076Z | Compiling lazycell v1.3.0 |
1219 | 2025-01-06T18:29:36.232Z | Compiling libm v0.2.8 |
1220 | 2025-01-06T18:29:36.291Z | Compiling regex-automata v0.4.8 |
1221 | 2025-01-06T18:29:36.560Z | Compiling foldhash v0.1.3 |
1222 | 2025-01-06T18:29:36.876Z | Compiling allocator-api2 v0.2.18 |
1223 | 2025-01-06T18:29:37.690Z | Compiling hashbrown v0.15.1 |
1224 | 2025-01-06T18:29:37.989Z | Compiling synstructure v0.13.1 |
1225 | 2025-01-06T18:29:38.146Z | Compiling cexpr v0.6.0 |
1226 | 2025-01-06T18:29:39.091Z | Compiling cmake v0.1.51 |
1227 | 2025-01-06T18:29:39.539Z | Compiling num-traits v0.2.19 |
1228 | 2025-01-06T18:29:39.727Z | Compiling tinyvec_macros v0.1.1 |
1229 | 2025-01-06T18:29:39.820Z | Compiling pkg-config v0.3.31 |
1230 | 2025-01-06T18:29:39.837Z | Compiling fs_extra v1.3.0 |
1231 | 2025-01-06T18:29:39.915Z | Compiling dunce v1.0.5 |
1232 | 2025-01-06T18:29:40.114Z | Compiling tinyvec v1.8.0 |
1233 | 2025-01-06T18:29:40.412Z | Compiling ring v0.17.8 |
1234 | 2025-01-06T18:29:41.211Z | Compiling unicode-bidi v0.3.17 |
1235 | 2025-01-06T18:29:41.549Z | Compiling writeable v0.5.5 |
1236 | 2025-01-06T18:29:41.636Z | Compiling unicode-normalization v0.1.24 |
1237 | 2025-01-06T18:29:41.676Z | Compiling paste v1.0.15 |
1238 | 2025-01-06T18:29:42.180Z | Compiling regex v1.11.1 |
1239 | 2025-01-06T18:29:42.200Z | Compiling litemap v0.7.3 |
1240 | 2025-01-06T18:29:42.592Z | Compiling base64ct v1.6.0 |
1241 | 2025-01-06T18:29:42.773Z | Compiling httparse v1.9.5 |
1242 | 2025-01-06T18:29:43.109Z | Compiling pem-rfc7468 v0.7.0 |
1243 | 2025-01-06T18:29:43.274Z | Compiling flagset v0.4.6 |
1244 | 2025-01-06T18:29:43.448Z | Compiling aws-lc-rs v1.10.0 |
1245 | 2025-01-06T18:29:43.596Z | Compiling tracing-core v0.1.32 |
1246 | 2025-01-06T18:29:43.801Z | Compiling crossbeam-utils v0.8.20 |
1247 | 2025-01-06T18:29:43.864Z | Compiling rustls-pki-types v1.10.0 |
1248 | 2025-01-06T18:29:44.349Z | Compiling icu_locid_transform_data v1.5.0 |
1249 | 2025-01-06T18:29:44.435Z | Compiling percent-encoding v2.3.1 |
1250 | 2025-01-06T18:29:44.740Z | Compiling serde_derive v1.0.215 |
1251 | 2025-01-06T18:29:44.740Z | Compiling zeroize_derive v1.4.2 |
1252 | 2025-01-06T18:29:44.776Z | Compiling zerocopy-derive v0.7.35 |
1253 | 2025-01-06T18:29:44.858Z | Compiling tokio-macros v2.4.0 |
1254 | 2025-01-06T18:29:44.889Z | Compiling zerofrom-derive v0.1.4 |
1255 | 2025-01-06T18:29:46.299Z | Compiling zeroize v1.8.1 |
1256 | 2025-01-06T18:29:46.362Z | Compiling yoke-derive v0.7.4 |
1257 | 2025-01-06T18:29:46.987Z | Compiling zerocopy v0.7.35 |
1258 | 2025-01-06T18:29:47.026Z | Compiling thiserror-impl v1.0.69 |
1259 | 2025-01-06T18:29:48.146Z | Compiling crypto-common v0.1.6 |
1260 | 2025-01-06T18:29:48.393Z | Compiling block-buffer v0.10.4 |
1261 | 2025-01-06T18:29:48.584Z | Compiling futures-macro v0.3.31 |
1262 | 2025-01-06T18:29:48.644Z | Compiling digest v0.10.7 |
1263 | 2025-01-06T18:29:49.075Z | Compiling hmac v0.12.1 |
1264 | 2025-01-06T18:29:49.144Z | Compiling zerofrom v0.1.4 |
1265 | 2025-01-06T18:29:49.178Z | Compiling zerovec-derive v0.10.3 |
1266 | 2025-01-06T18:29:49.325Z | Compiling block-padding v0.3.3 |
1267 | 2025-01-06T18:29:49.404Z | Compiling displaydoc v0.2.5 |
1268 | 2025-01-06T18:29:49.456Z | Compiling yoke v0.7.4 |
1269 | 2025-01-06T18:29:49.568Z | Compiling inout v0.1.3 |
1270 | 2025-01-06T18:29:49.839Z | Compiling cipher v0.4.4 |
1271 | 2025-01-06T18:29:49.859Z | Compiling sha2 v0.10.8 |
1272 | 2025-01-06T18:29:50.413Z | Compiling thiserror v1.0.69 |
1273 | 2025-01-06T18:29:50.508Z | Compiling ppv-lite86 v0.2.20 |
1274 | 2025-01-06T18:29:50.574Z | Compiling icu_provider_macros v1.5.0 |
1275 | 2025-01-06T18:29:50.574Z | Compiling futures-util v0.3.31 |
1276 | 2025-01-06T18:29:51.089Z | Compiling der_derive v0.7.3 |
1277 | 2025-01-06T18:29:51.214Z | Compiling rand_chacha v0.3.1 |
1278 | 2025-01-06T18:29:51.599Z | Compiling tracing-attributes v0.1.27 |
1279 | 2025-01-06T18:29:51.896Z | Compiling zerovec v0.10.4 |
1280 | 2025-01-06T18:29:52.881Z | Compiling rand v0.8.5 |
1281 | 2025-01-06T18:29:53.191Z | Compiling pest v2.7.14 |
1282 | 2025-01-06T18:29:53.528Z | Compiling der v0.7.9 |
1283 | 2025-01-06T18:29:53.549Z | Compiling salsa20 v0.10.2 |
1284 | 2025-01-06T18:29:53.795Z | Compiling tinystr v0.7.6 |
1285 | 2025-01-06T18:29:54.176Z | Compiling icu_collections v1.5.0 |
1286 | 2025-01-06T18:29:54.265Z | Compiling icu_locid v1.5.0 |
1287 | 2025-01-06T18:29:55.111Z | Compiling pbkdf2 v0.12.2 |
1288 | 2025-01-06T18:29:55.500Z | Compiling icu_provider v1.5.0 |
1289 | 2025-01-06T18:29:55.634Z | Compiling spki v0.7.3 |
1290 | 2025-01-06T18:29:56.010Z | Compiling tracing v0.1.40 |
1291 | 2025-01-06T18:29:56.034Z | Compiling untrusted v0.7.1 |
1292 | 2025-01-06T18:29:56.212Z | Compiling icu_locid_transform v1.5.0 |
1293 | 2025-01-06T18:29:56.287Z | Compiling icu_properties_data v1.5.0 |
1294 | 2025-01-06T18:29:56.539Z | Compiling mirai-annotations v1.12.0 |
1295 | 2025-01-06T18:29:56.560Z | Compiling untrusted v0.9.0 |
1296 | 2025-01-06T18:29:56.563Z | Compiling vcpkg v0.2.15 |
1297 | 2025-01-06T18:29:56.622Z | Compiling time-core v0.1.2 |
1298 | 2025-01-06T18:29:56.720Z | Compiling num-conv v0.1.0 |
1299 | 2025-01-06T18:29:56.763Z | Compiling powerfmt v0.2.0 |
1300 | 2025-01-06T18:29:56.806Z | Compiling pest_meta v2.7.14 |
1301 | 2025-01-06T18:29:56.905Z | Compiling scrypt v0.11.0 |
1302 | 2025-01-06T18:29:57.005Z | Compiling time-macros v0.2.18 |
1303 | 2025-01-06T18:29:57.186Z | Compiling deranged v0.3.11 |
1304 | 2025-01-06T18:29:57.480Z | Compiling icu_properties v1.5.1 |
1305 | 2025-01-06T18:29:58.887Z | Compiling bitflags v2.6.0 |
1306 | 2025-01-06T18:29:58.993Z | Compiling bytes v1.8.0 |
1307 | 2025-01-06T18:29:59.154Z | Compiling indexmap v2.6.0 |
1308 | 2025-01-06T18:30:00.277Z | Compiling tokio v1.40.0 |
1309 | 2025-01-06T18:30:00.363Z | Compiling http v1.1.0 |
1310 | 2025-01-06T18:30:00.636Z | Compiling semver v1.0.23 |
1311 | 2025-01-06T18:30:00.660Z | Compiling openssl-sys v0.9.103 |
1312 | 2025-01-06T18:30:01.431Z | Compiling rustc_version v0.4.1 |
1313 | 2025-01-06T18:30:01.806Z | Compiling aes v0.8.4 |
1314 | 2025-01-06T18:30:01.949Z | Compiling cbc v0.1.2 |
1315 | 2025-01-06T18:30:02.250Z | Compiling scroll_derive v0.12.0 |
1316 | 2025-01-06T18:30:02.419Z | Compiling icu_normalizer_data v1.5.0 |
1317 | 2025-01-06T18:30:02.507Z | Compiling atomic-waker v1.1.2 |
1318 | 2025-01-06T18:30:02.534Z | Compiling write16 v1.0.0 |
1319 | 2025-01-06T18:30:02.672Z | Compiling num_threads v0.1.7 |
1320 | 2025-01-06T18:30:02.713Z | Compiling utf16_iter v1.0.5 |
1321 | 2025-01-06T18:30:02.810Z | Compiling utf8_iter v1.0.4 |
1322 | 2025-01-06T18:30:02.913Z | Compiling pkcs5 v0.7.1 |
1323 | 2025-01-06T18:30:02.951Z | Compiling time v0.3.36 |
1324 | 2025-01-06T18:30:03.057Z | Compiling icu_normalizer v1.5.0 |
1325 | 2025-01-06T18:30:03.513Z | Compiling which v4.4.2 |
1326 | 2025-01-06T18:30:03.735Z | Compiling scroll v0.12.0 |
1327 | 2025-01-06T18:30:04.163Z | Compiling http-body v1.0.1 |
1328 | 2025-01-06T18:30:04.420Z | Compiling pest_generator v2.7.14 |
1329 | 2025-01-06T18:30:04.566Z | Compiling form_urlencoded v1.2.1 |
1330 | 2025-01-06T18:30:04.724Z | Compiling try-lock v0.2.5 |
1331 | 2025-01-06T18:30:04.781Z | Compiling slog v2.7.0 |
1332 | 2025-01-06T18:30:04.855Z | Compiling goblin v0.8.2 |
1333 | 2025-01-06T18:30:04.885Z | Compiling want v0.3.1 |
1334 | 2025-01-06T18:30:05.101Z | Compiling idna_adapter v1.2.0 |
1335 | 2025-01-06T18:30:05.168Z | Compiling pkcs8 v0.10.2 |
1336 | 2025-01-06T18:30:05.326Z | Compiling uuid v1.11.0 |
1337 | 2025-01-06T18:30:05.356Z | Compiling httpdate v1.0.3 |
1338 | 2025-01-06T18:30:05.808Z | Compiling iana-time-zone v0.1.61 |
1339 | 2025-01-06T18:30:06.291Z | Compiling chrono v0.4.38 |
1340 | 2025-01-06T18:30:06.485Z | Compiling pest_derive v2.7.14 |
1341 | 2025-01-06T18:30:06.765Z | Compiling idna v1.0.3 |
1342 | 2025-01-06T18:30:06.791Z | Compiling serde_spanned v0.6.8 |
1343 | 2025-01-06T18:30:07.052Z | Compiling toml_datetime v0.6.8 |
1344 | 2025-01-06T18:30:07.341Z | Compiling dtrace-parser v0.2.0 |
1345 | 2025-01-06T18:30:07.584Z | Compiling serde_tokenstream v0.2.2 |
1346 | 2025-01-06T18:30:08.191Z | Compiling openssl v0.10.66 |
1347 | 2025-01-06T18:30:08.278Z | Compiling tower-service v0.3.3 |
1348 | 2025-01-06T18:30:08.414Z | Compiling rustversion v1.0.17 |
1349 | 2025-01-06T18:30:08.595Z | Compiling foreign-types-shared v0.1.1 |
1350 | 2025-01-06T18:30:08.616Z | Compiling match_cfg v0.1.0 |
1351 | 2025-01-06T18:30:08.701Z | Compiling adler2 v2.0.0 |
1352 | 2025-01-06T18:30:08.722Z | Compiling base64 v0.22.1 |
1353 | 2025-01-06T18:30:08.913Z | Compiling tokio-util v0.7.12 |
1354 | 2025-01-06T18:30:09.206Z | Compiling miniz_oxide v0.8.0 |
1355 | 2025-01-06T18:30:09.485Z | Compiling hostname v0.3.1 |
1356 | 2025-01-06T18:30:09.514Z | Compiling foreign-types v0.3.2 |
1357 | 2025-01-06T18:30:09.651Z | Compiling url v2.5.3 |
1358 | 2025-01-06T18:30:10.188Z | Compiling h2 v0.4.6 |
1359 | 2025-01-06T18:30:10.358Z | Compiling openssl-macros v0.1.1 |
1360 | 2025-01-06T18:30:10.784Z | Compiling dof v0.3.0 |
1361 | 2025-01-06T18:30:11.134Z | Compiling async-trait v0.1.83 |
1362 | 2025-01-06T18:30:11.137Z | Compiling serde_derive_internals v0.29.1 |
1363 | 2025-01-06T18:30:11.683Z | Compiling usdt-impl v0.5.0 |
1364 | 2025-01-06T18:30:13.104Z | Compiling dirs-sys-next v0.1.2 |
1365 | 2025-01-06T18:30:13.316Z | Compiling data-encoding v2.6.0 |
1366 | 2025-01-06T18:30:13.792Z | Compiling native-tls v0.2.12 |
1367 | 2025-01-06T18:30:13.922Z | Compiling rustls v0.23.19 |
1368 | 2025-01-06T18:30:14.034Z | Compiling rustls v0.22.4 |
1369 | 2025-01-06T18:30:14.106Z | Compiling siphasher v0.3.11 |
1370 | 2025-01-06T18:30:14.201Z | Compiling syn v1.0.109 |
1371 | 2025-01-06T18:30:14.305Z | Compiling schemars v0.8.21 |
1372 | 2025-01-06T18:30:14.551Z | Compiling schemars_derive v0.8.21 |
1373 | 2025-01-06T18:30:14.671Z | Compiling dirs-next v2.0.0 |
1374 | 2025-01-06T18:30:15.277Z | Compiling http-body-util v0.1.2 |
1375 | 2025-01-06T18:30:15.741Z | Compiling crossbeam-epoch v0.9.18 |
1376 | 2025-01-06T18:30:15.802Z | Compiling heapless v0.7.17 |
1377 | 2025-01-06T18:30:16.265Z | Compiling sha1 v0.10.6 |
1378 | 2025-01-06T18:30:16.336Z | Compiling signature v2.2.0 |
1379 | 2025-01-06T18:30:16.337Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1380 | 2025-01-06T18:30:16.537Z | Compiling thread_local v1.1.8 |
1381 | 2025-01-06T18:30:16.567Z | Compiling multer v3.1.0 |
1382 | 2025-01-06T18:30:16.676Z | Compiling encoding_rs v0.8.34 |
1383 | 2025-01-06T18:30:16.812Z | Compiling cookie v0.18.1 |
1384 | 2025-01-06T18:30:16.855Z | Compiling mime v0.3.17 |
1385 | 2025-01-06T18:30:17.086Z | Compiling openssl-probe v0.1.5 |
1386 | 2025-01-06T18:30:17.093Z | Compiling hyper v1.5.0 |
1387 | 2025-01-06T18:30:17.445Z | Compiling dyn-clone v1.0.17 |
1388 | 2025-01-06T18:30:17.465Z | Compiling rayon-core v1.12.1 |
1389 | 2025-01-06T18:30:17.659Z | Compiling unicode-properties v0.1.3 |
1390 | 2025-01-06T18:30:17.726Z | Compiling ipnet v2.10.1 |
1391 | 2025-01-06T18:30:17.921Z | Compiling gimli v0.31.1 |
1392 | 2025-01-06T18:30:18.081Z | Compiling slog-async v2.8.0 |
1393 | 2025-01-06T18:30:18.607Z | Compiling signal-hook v0.3.17 |
1394 | 2025-01-06T18:30:18.979Z | Compiling stringprep v0.1.5 |
1395 | 2025-01-06T18:30:20.285Z | Compiling hyper-util v0.1.10 |
1396 | 2025-01-06T18:30:20.867Z | Compiling toml_edit v0.22.22 |
1397 | 2025-01-06T18:30:21.926Z | Compiling crossbeam-deque v0.8.5 |
1398 | 2025-01-06T18:30:22.337Z | Compiling usdt-macro v0.5.0 |
1399 | 2025-01-06T18:30:23.061Z | Compiling addr2line v0.24.2 |
1400 | 2025-01-06T18:30:23.216Z | Compiling usdt-attr-macro v0.5.0 |
1401 | 2025-01-06T18:30:23.528Z | Compiling term v0.7.0 |
1402 | 2025-01-06T18:30:23.834Z | Compiling slog-json v2.6.1 |
1403 | 2025-01-06T18:30:24.010Z | Compiling serde_urlencoded v0.7.1 |
1404 | 2025-01-06T18:30:24.010Z | Compiling crossbeam-channel v0.5.13 |
1405 | 2025-01-06T18:30:24.228Z | Compiling curve25519-dalek v4.1.3 |
1406 | 2025-01-06T18:30:24.393Z | Compiling enum-as-inner v0.6.1 |
1407 | 2025-01-06T18:30:24.751Z | Compiling futures-executor v0.3.31 |
1408 | 2025-01-06T18:30:24.782Z | Compiling md-5 v0.10.6 |
1409 | 2025-01-06T18:30:24.859Z | Compiling async-stream-impl v0.3.6 |
1410 | 2025-01-06T18:30:24.998Z | Compiling rustls-pemfile v2.2.0 |
1411 | 2025-01-06T18:30:25.038Z | Compiling num-integer v0.1.46 |
1412 | 2025-01-06T18:30:25.289Z | Compiling idna v0.4.0 |
1413 | 2025-01-06T18:30:25.314Z | Compiling idna v0.3.0 |
1414 | 2025-01-06T18:30:25.424Z | Compiling hash32 v0.2.1 |
1415 | 2025-01-06T18:30:25.813Z | Compiling ff v0.13.0 |
1416 | 2025-01-06T18:30:25.846Z | Compiling is-terminal v0.4.13 |
1417 | 2025-01-06T18:30:25.979Z | Compiling dropshot v0.12.0 |
1418 | 2025-01-06T18:30:26.038Z | Compiling object v0.36.5 |
1419 | 2025-01-06T18:30:26.275Z | Compiling num-bigint-dig v0.8.4 |
1420 | 2025-01-06T18:30:26.308Z | Compiling portable-atomic v1.9.0 |
1421 | 2025-01-06T18:30:26.545Z | Compiling fallible-iterator v0.2.0 |
1422 | 2025-01-06T18:30:26.990Z | Compiling rustc-demangle v0.1.24 |
1423 | 2025-01-06T18:30:27.069Z | Compiling quick-error v1.2.3 |
1424 | 2025-01-06T18:30:27.216Z | Compiling take_mut v0.2.2 |
1425 | 2025-01-06T18:30:27.322Z | Compiling smoltcp v0.9.1 |
1426 | 2025-01-06T18:30:27.377Z | Compiling linked-hash-map v0.5.6 |
1427 | 2025-01-06T18:30:27.400Z | Compiling psl-types v2.0.11 |
1428 | 2025-01-06T18:30:27.603Z | Compiling base16ct v0.2.0 |
1429 | 2025-01-06T18:30:27.749Z | Compiling utf-8 v0.7.6 |
1430 | 2025-01-06T18:30:27.939Z | Compiling anyhow v1.0.93 |
1431 | 2025-01-06T18:30:27.996Z | Compiling tungstenite v0.24.0 |
1432 | 2025-01-06T18:30:28.050Z | Compiling sec1 v0.7.3 |
1433 | 2025-01-06T18:30:28.090Z | Compiling lru-cache v0.1.2 |
1434 | 2025-01-06T18:30:28.285Z | Compiling publicsuffix v2.2.3 |
1435 | 2025-01-06T18:30:28.643Z | Compiling postgres-protocol v0.6.7 |
1436 | 2025-01-06T18:30:28.944Z | Compiling resolv-conf v0.7.0 |
1437 | 2025-01-06T18:30:29.379Z | Compiling async-stream v0.3.6 |
1438 | 2025-01-06T18:30:29.706Z | Compiling hickory-proto v0.24.1 |
1439 | 2025-01-06T18:30:29.740Z | Compiling group v0.13.0 |
1440 | 2025-01-06T18:30:29.850Z | Compiling slog-term v2.9.1 |
1441 | 2025-01-06T18:30:29.946Z | Compiling usdt v0.5.0 |
1442 | 2025-01-06T18:30:30.368Z | Compiling num-iter v0.1.45 |
1443 | 2025-01-06T18:30:30.475Z | Compiling futures v0.3.31 |
1444 | 2025-01-06T18:30:30.608Z | Compiling toml v0.8.19 |
1445 | 2025-01-06T18:30:30.682Z | Compiling slog-bunyan v2.5.0 |
1446 | 2025-01-06T18:30:31.127Z | Compiling tokio-native-tls v0.3.1 |
1447 | 2025-01-06T18:30:32.366Z | Compiling camino v1.1.9 |
1448 | 2025-01-06T18:30:32.590Z | Compiling phf_shared v0.11.2 |
1449 | 2025-01-06T18:30:32.942Z | Compiling dropshot_endpoint v0.12.0 |
1450 | 2025-01-06T18:30:32.991Z | Compiling terminal_size v0.4.0 |
1451 | 2025-01-06T18:30:33.213Z | Compiling waitgroup v0.1.2 |
1452 | 2025-01-06T18:30:33.375Z | Compiling openapiv3 v2.0.0 |
1453 | 2025-01-06T18:30:33.399Z | Compiling serde_path_to_error v0.1.16 |
1454 | 2025-01-06T18:30:33.435Z | Compiling hkdf v0.12.4 |
1455 | 2025-01-06T18:30:33.699Z | Compiling backtrace v0.3.74 |
1456 | 2025-01-06T18:30:34.273Z | Compiling crypto-bigint v0.5.5 |
1457 | 2025-01-06T18:30:34.385Z | Compiling zerocopy-derive v0.6.6 |
1458 | 2025-01-06T18:30:36.698Z | Compiling curve25519-dalek-derive v0.1.1 |
1459 | 2025-01-06T18:30:37.505Z | Compiling webpki-roots v0.26.6 |
1460 | 2025-01-06T18:30:37.656Z | Compiling hubpack_derive v0.1.1 |
1461 | 2025-01-06T18:30:37.702Z | Compiling idna v0.5.0 |
1462 | 2025-01-06T18:30:37.721Z | Compiling hostname v0.4.0 |
1463 | 2025-01-06T18:30:37.883Z | Compiling fs-err v2.11.0 |
1464 | 2025-01-06T18:30:37.978Z | Compiling ahash v0.8.11 |
1465 | 2025-01-06T18:30:38.176Z | Compiling crc32fast v1.4.2 |
1466 | 2025-01-06T18:30:38.248Z | Compiling bitflags v1.3.2 |
1467 | 2025-01-06T18:30:38.309Z | Compiling managed v0.8.0 |
1468 | 2025-01-06T18:30:38.358Z | Compiling debug-ignore v1.0.5 |
1469 | 2025-01-06T18:30:38.517Z | Compiling newtype-uuid v1.1.3 |
1470 | 2025-01-06T18:30:38.517Z | Compiling winnow v0.5.40 |
1471 | 2025-01-06T18:30:38.561Z | Compiling clap_builder v4.5.21 |
1472 | 2025-01-06T18:30:38.824Z | Compiling hubpack v0.1.2 |
1473 | 2025-01-06T18:30:39.310Z | Compiling cookie_store v0.21.0 |
1474 | 2025-01-06T18:30:39.337Z | Compiling strum_macros v0.25.3 |
1475 | 2025-01-06T18:30:40.435Z | Compiling flate2 v1.0.34 |
1476 | 2025-01-06T18:30:40.838Z | Compiling console v0.15.8 |
1477 | 2025-01-06T18:30:41.210Z | Compiling elliptic-curve v0.13.8 |
1478 | 2025-01-06T18:30:41.340Z | Compiling zerocopy v0.6.6 |
1479 | 2025-01-06T18:30:42.081Z | Compiling toml_edit v0.19.15 |
1480 | 2025-01-06T18:30:42.244Z | Compiling hickory-resolver v0.24.1 |
1481 | 2025-01-06T18:30:42.423Z | Compiling phf v0.11.2 |
1482 | 2025-01-06T18:30:42.734Z | Compiling signal-hook-mio v0.2.4 |
1483 | 2025-01-06T18:30:42.909Z | Compiling rayon v1.10.0 |
1484 | 2025-01-06T18:30:43.299Z | Compiling hyper-tls v0.6.0 |
1485 | 2025-01-06T18:30:43.491Z | Compiling bzip2 v0.4.4 |
1486 | 2025-01-06T18:30:43.908Z | Compiling postgres-types v0.2.8 |
1487 | 2025-01-06T18:30:45.472Z | Compiling tokio-tungstenite v0.24.0 |
1488 | 2025-01-06T18:30:47.450Z | Compiling ed25519 v2.2.3 |
1489 | 2025-01-06T18:30:47.862Z | Compiling phf_shared v0.10.0 |
1490 | 2025-01-06T18:30:48.155Z | Compiling tokio-stream v0.1.16 |
1491 | 2025-01-06T18:30:48.275Z | Compiling pkcs1 v0.7.5 |
1492 | 2025-01-06T18:30:49.076Z | Compiling serde-big-array v0.5.1 |
1493 | 2025-01-06T18:30:49.207Z | Compiling clap_derive v4.5.18 |
1494 | 2025-01-06T18:30:49.265Z | Compiling rfc6979 v0.4.0 |
1495 | 2025-01-06T18:30:49.318Z | Compiling derive-where v1.2.7 |
1496 | 2025-01-06T18:30:49.320Z | Compiling serde_repr v0.1.19 |
1497 | 2025-01-06T18:30:49.356Z | Compiling float-cmp v0.9.0 |
1498 | 2025-01-06T18:30:49.458Z | Compiling bstr v1.10.0 |
1499 | 2025-01-06T18:30:49.569Z | Compiling sync_wrapper v1.0.1 |
1500 | 2025-01-06T18:30:49.723Z | Compiling new_debug_unreachable v1.0.6 |
1501 | 2025-01-06T18:30:49.828Z | Compiling whoami v1.5.2 |
1502 | 2025-01-06T18:30:50.221Z | Compiling fixedbitset v0.4.2 |
1503 | 2025-01-06T18:30:50.466Z | Compiling difflib v0.4.0 |
1504 | 2025-01-06T18:30:50.505Z | Compiling unicode-width v0.2.0 |
1505 | 2025-01-06T18:30:50.680Z | Compiling number_prefix v0.4.0 |
1506 | 2025-01-06T18:30:50.923Z | Compiling bit-vec v0.6.3 |
1507 | 2025-01-06T18:30:51.058Z | Compiling static_assertions v1.1.0 |
1508 | 2025-01-06T18:30:51.170Z | Compiling predicates-core v1.0.8 |
1509 | 2025-01-06T18:30:51.276Z | Compiling unicode-segmentation v1.12.0 |
1510 | 2025-01-06T18:30:51.406Z | Compiling precomputed-hash v0.1.1 |
1511 | 2025-01-06T18:30:51.533Z | Compiling normalize-line-endings v0.3.0 |
1512 | 2025-01-06T18:30:51.551Z | Compiling string_cache v0.8.7 |
1513 | 2025-01-06T18:30:51.661Z | Compiling predicates v3.1.2 |
1514 | 2025-01-06T18:30:52.063Z | Compiling similar v2.6.0 |
1515 | 2025-01-06T18:30:52.168Z | Compiling bit-set v0.5.3 |
1516 | 2025-01-06T18:30:52.243Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1517 | 2025-01-06T18:30:52.473Z | Compiling indicatif v0.17.9 |
1518 | 2025-01-06T18:30:52.978Z | Compiling petgraph v0.6.5 |
1519 | 2025-01-06T18:30:53.440Z | Compiling tokio-postgres v0.7.12 |
1520 | 2025-01-06T18:30:54.278Z | Compiling clap v4.5.21 |
1521 | 2025-01-06T18:30:54.419Z | Compiling ecdsa v0.16.9 |
1522 | 2025-01-06T18:30:54.551Z | Compiling rsa v0.9.6 |
1523 | 2025-01-06T18:30:54.773Z | Compiling ed25519-dalek v2.1.1 |
1524 | 2025-01-06T18:30:55.285Z | Compiling toml v0.7.8 |
1525 | 2025-01-06T18:30:56.117Z | Compiling zip v0.6.6 |
1526 | 2025-01-06T18:30:57.081Z | Compiling crossterm v0.28.1 |
1527 | 2025-01-06T18:30:58.243Z | Compiling hex v0.4.3 |
1528 | 2025-01-06T18:30:58.317Z | Compiling x509-cert v0.2.5 |
1529 | 2025-01-06T18:30:58.485Z | Compiling peg-runtime v0.8.3 |
1530 | 2025-01-06T18:30:58.879Z | Compiling unicode-xid v0.2.6 |
1531 | 2025-01-06T18:30:59.052Z | Compiling lalrpop-util v0.19.12 |
1532 | 2025-01-06T18:30:59.081Z | Compiling strum_macros v0.26.4 |
1533 | 2025-01-06T18:30:59.174Z | Compiling xattr v1.3.1 |
1534 | 2025-01-06T18:30:59.260Z | Compiling filetime v0.2.25 |
1535 | 2025-01-06T18:30:59.594Z | Compiling tar v0.4.42 |
1536 | 2025-01-06T18:31:04.310Z | Compiling strum v0.26.3 |
1537 | 2025-01-06T18:31:07.148Z | Compiling aws-lc-sys v0.22.0 |
1538 | 2025-01-06T18:31:42.998Z | Compiling rustls-webpki v0.102.8 |
1539 | 2025-01-06T18:31:46.413Z | Compiling tokio-rustls v0.25.0 |
1540 | 2025-01-06T18:31:48.153Z | Compiling tokio-rustls v0.26.0 |
1541 | 2025-01-06T18:31:48.511Z | Compiling hyper-rustls v0.27.3 |
1542 | 2025-01-06T18:31:48.806Z | Compiling reqwest v0.12.9 |
1543 | 2025-01-06T18:31:49.886Z | Compiling qorb v0.2.1 |
1544 | 2025-01-06T18:31:54.933Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1545 | 2025-01-06T18:31:55.170Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1546 | 2025-01-06T18:32:01.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
1547 | 2025-01-06T18:32:01.213Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1548 | 2025-01-06T18:32:01.267Z | Jan 06 18:32:00.718 INFO Starting download, target: Clickhouse |
1549 | 2025-01-06T18:32:01.267Z | Jan 06 18:32:00.718 INFO Starting download, target: Console |
1550 | 2025-01-06T18:32:01.267Z | Jan 06 18:32:00.718 INFO Starting download, target: Cockroach |
1551 | 2025-01-06T18:32:01.270Z | Jan 06 18:32:00.718 INFO Starting download, target: DendriteOpenapi |
1552 | 2025-01-06T18:32:01.270Z | Jan 06 18:32:00.718 INFO Starting download, target: DendriteStub |
1553 | 2025-01-06T18:32:01.270Z | Jan 06 18:32:00.718 INFO Starting download, target: MaghemiteMgd |
1554 | 2025-01-06T18:32:01.271Z | Jan 06 18:32:00.718 INFO Starting download, target: TransceiverControl |
1555 | 2025-01-06T18:32:01.271Z | Jan 06 18:32:00.719 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1556 | 2025-01-06T18:32:01.271Z | Jan 06 18:32:00.719 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1557 | 2025-01-06T18:32:01.271Z | Jan 06 18:32:00.719 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1558 | 2025-01-06T18:32:01.271Z | Jan 06 18:32:00.719 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1559 | 2025-01-06T18:32:01.271Z | Jan 06 18:32:00.719 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1560 | 2025-01-06T18:32:01.271Z | Jan 06 18:32:00.719 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1561 | 2025-01-06T18:32:01.271Z | Jan 06 18:32:00.719 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1562 | 2025-01-06T18:32:01.465Z | Jan 06 18:32:00.894 INFO Download complete, target: DendriteOpenapi |
1563 | 2025-01-06T18:32:01.779Z | Jan 06 18:32:01.209 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1564 | 2025-01-06T18:32:01.858Z | Jan 06 18:32:01.304 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1565 | 2025-01-06T18:32:02.192Z | Jan 06 18:32:01.637 INFO Download complete, target: Console |
1566 | 2025-01-06T18:32:02.330Z | Jan 06 18:32:01.780 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1567 | 2025-01-06T18:32:02.368Z | Jan 06 18:32:01.818 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1568 | 2025-01-06T18:32:02.477Z | Jan 06 18:32:01.927 INFO Download complete, target: TransceiverControl |
1569 | 2025-01-06T18:32:03.175Z | Jan 06 18:32:02.625 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1570 | 2025-01-06T18:32:03.175Z | Jan 06 18:32:02.625 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1571 | 2025-01-06T18:32:03.253Z | Jan 06 18:32:02.699 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1572 | 2025-01-06T18:32:05.147Z | Jan 06 18:32:04.598 INFO Download complete, target: DendriteStub |
1573 | 2025-01-06T18:32:05.236Z | Jan 06 18:32:04.687 INFO Download complete, target: MaghemiteMgd |
1574 | 2025-01-06T18:32:10.624Z | Jan 06 18:32:10.073 INFO Checking that binary works, target: Cockroach |
1575 | 2025-01-06T18:32:10.783Z | Jan 06 18:32:10.233 INFO Download complete, target: Cockroach |
1576 | 2025-01-06T18:32:15.727Z | Jan 06 18:32:15.176 INFO Checking that binary works, target: Clickhouse |
1577 | 2025-01-06T18:32:16.333Z | Jan 06 18:32:15.782 INFO Download complete, target: Clickhouse |
1578 | 2025-01-06T18:32:16.426Z | All builder prerequisites installed successfully, and PATH looks valid |
1579 | 2025-01-06T18:32:16.430Z | |
1580 | 2025-01-06T18:32:16.430Z | real 5:51.963196294 |
1581 | 2025-01-06T18:32:16.430Z | user 16:33.070379995 |
1582 | 2025-01-06T18:32:16.430Z | sys 3:15.501302324 |
1583 | 2025-01-06T18:32:16.430Z | trap 0.570570774 |
1584 | 2025-01-06T18:32:16.430Z | tflt 6.261259272 |
1585 | 2025-01-06T18:32:16.430Z | dflt 7.114339773 |
1586 | 2025-01-06T18:32:16.430Z | kflt 0.367354238 |
1587 | 2025-01-06T18:32:16.431Z | lock 29:55.815510569 |
1588 | 2025-01-06T18:32:16.431Z | slp 1:04:37.531069224 |
1589 | 2025-01-06T18:32:16.431Z | lat 56.672034081 |
1590 | 2025-01-06T18:32:16.431Z | stop 2:21.972635117 |
1591 | 2025-01-06T18:32:16.431Z | + banner hack-check |
1592 | 2025-01-06T18:32:16.436Z | |
1593 | 2025-01-06T18:32:16.436Z | # # ## #### # # #### # # ###### #### # # |
1594 | 2025-01-06T18:32:16.436Z | # # # # # # # # # # # # # # # # # |
1595 | 2025-01-06T18:32:16.436Z | ###### # # # #### ##### # ###### ##### # #### |
1596 | 2025-01-06T18:32:16.436Z | # # ###### # # # # # # # # # # |
1597 | 2025-01-06T18:32:16.436Z | # # # # # # # # # # # # # # # # # |
1598 | 2025-01-06T18:32:16.436Z | # # # # #### # # #### # # ###### #### # # |
1599 | 2025-01-06T18:32:16.436Z | |
1600 | 2025-01-06T18:32:16.436Z | + export CARGO_INCREMENTAL=0 |
1601 | 2025-01-06T18:32:16.436Z | + CARGO_INCREMENTAL=0 |
1602 | 2025-01-06T18:32:16.436Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1603 | 2025-01-06T18:32:16.968Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1604 | 2025-01-06T18:32:20.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
1605 | 2025-01-06T18:32:20.536Z | Running `target/debug/xtask check-features --ci` |
1606 | 2025-01-06T18:32:20.557Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1607 | 2025-01-06T18:32:20.557Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1608 | 2025-01-06T18:32:21.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1609 | 2025-01-06T18:32:21.024Z | Running `target/debug/xtask download cargo-hack` |
1610 | 2025-01-06T18:32:21.841Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1611 | 2025-01-06T18:32:22.213Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1612 | 2025-01-06T18:32:27.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s |
1613 | 2025-01-06T18:32:27.457Z | Running `target/debug/xtask-downloader cargo-hack` |
1614 | 2025-01-06T18:32:27.492Z | Jan 06 18:32:26.939 INFO Starting download, target: CargoHack |
1615 | 2025-01-06T18:32:27.496Z | Jan 06 18:32:26.940 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1616 | 2025-01-06T18:32:27.960Z | Jan 06 18:32:27.407 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1617 | 2025-01-06T18:32:28.053Z | Jan 06 18:32:27.499 INFO Download complete, target: CargoHack |
1618 | 2025-01-06T18:32:28.057Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1619 | 2025-01-06T18:32:28.075Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1620 | 2025-01-06T18:32:28.249Z | info: running `cargo check --bins` on api_identity (1/176) |
1621 | 2025-01-06T18:32:28.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2025-01-06T18:32:28.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2025-01-06T18:32:28.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2025-01-06T18:32:28.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1625 | 2025-01-06T18:32:28.863Z | |
1626 | 2025-01-06T18:32:28.863Z | info: running `cargo check --bins` on bootstore (2/176) |
1627 | 2025-01-06T18:32:29.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2025-01-06T18:32:29.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2025-01-06T18:32:29.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2025-01-06T18:32:29.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1631 | 2025-01-06T18:32:29.510Z | |
1632 | 2025-01-06T18:32:29.510Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1633 | 2025-01-06T18:32:30.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2025-01-06T18:32:30.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2025-01-06T18:32:30.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2025-01-06T18:32:30.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1637 | 2025-01-06T18:32:30.140Z | |
1638 | 2025-01-06T18:32:30.140Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1639 | 2025-01-06T18:32:30.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2025-01-06T18:32:30.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2025-01-06T18:32:30.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2025-01-06T18:32:30.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1643 | 2025-01-06T18:32:30.784Z | |
1644 | 2025-01-06T18:32:30.784Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1645 | 2025-01-06T18:32:31.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2025-01-06T18:32:31.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2025-01-06T18:32:31.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2025-01-06T18:32:31.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1649 | 2025-01-06T18:32:31.220Z | |
1650 | 2025-01-06T18:32:31.220Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1651 | 2025-01-06T18:32:31.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2025-01-06T18:32:31.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2025-01-06T18:32:31.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2025-01-06T18:32:31.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1655 | 2025-01-06T18:32:31.655Z | |
1656 | 2025-01-06T18:32:31.655Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1657 | 2025-01-06T18:32:32.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2025-01-06T18:32:32.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2025-01-06T18:32:32.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2025-01-06T18:32:32.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1661 | 2025-01-06T18:32:32.088Z | |
1662 | 2025-01-06T18:32:32.088Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1663 | 2025-01-06T18:32:32.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2025-01-06T18:32:32.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2025-01-06T18:32:32.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2025-01-06T18:32:32.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1667 | 2025-01-06T18:32:32.518Z | |
1668 | 2025-01-06T18:32:32.518Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1669 | 2025-01-06T18:32:32.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2025-01-06T18:32:32.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2025-01-06T18:32:32.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2025-01-06T18:32:32.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1673 | 2025-01-06T18:32:32.950Z | |
1674 | 2025-01-06T18:32:32.950Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1675 | 2025-01-06T18:32:33.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2025-01-06T18:32:33.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2025-01-06T18:32:33.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2025-01-06T18:32:33.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1679 | 2025-01-06T18:32:33.378Z | |
1680 | 2025-01-06T18:32:33.379Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1681 | 2025-01-06T18:32:33.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2025-01-06T18:32:33.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2025-01-06T18:32:33.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2025-01-06T18:32:33.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1685 | 2025-01-06T18:32:33.812Z | |
1686 | 2025-01-06T18:32:33.812Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1687 | 2025-01-06T18:32:34.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2025-01-06T18:32:34.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2025-01-06T18:32:34.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2025-01-06T18:32:34.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1691 | 2025-01-06T18:32:34.240Z | |
1692 | 2025-01-06T18:32:34.240Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1693 | 2025-01-06T18:32:34.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2025-01-06T18:32:34.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2025-01-06T18:32:34.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2025-01-06T18:32:34.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1697 | 2025-01-06T18:32:34.672Z | |
1698 | 2025-01-06T18:32:34.672Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1699 | 2025-01-06T18:32:35.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2025-01-06T18:32:35.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2025-01-06T18:32:35.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2025-01-06T18:32:35.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1703 | 2025-01-06T18:32:35.104Z | |
1704 | 2025-01-06T18:32:35.104Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1705 | 2025-01-06T18:32:35.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2025-01-06T18:32:35.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2025-01-06T18:32:35.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2025-01-06T18:32:35.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1709 | 2025-01-06T18:32:35.536Z | |
1710 | 2025-01-06T18:32:35.537Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1711 | 2025-01-06T18:32:35.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2025-01-06T18:32:35.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2025-01-06T18:32:35.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2025-01-06T18:32:35.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1715 | 2025-01-06T18:32:35.966Z | |
1716 | 2025-01-06T18:32:35.966Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1717 | 2025-01-06T18:32:36.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2025-01-06T18:32:36.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2025-01-06T18:32:36.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2025-01-06T18:32:36.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1721 | 2025-01-06T18:32:36.392Z | |
1722 | 2025-01-06T18:32:36.393Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1723 | 2025-01-06T18:32:36.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2025-01-06T18:32:36.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2025-01-06T18:32:36.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2025-01-06T18:32:36.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1727 | 2025-01-06T18:32:36.823Z | |
1728 | 2025-01-06T18:32:36.823Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1729 | 2025-01-06T18:32:37.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2025-01-06T18:32:37.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2025-01-06T18:32:37.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2025-01-06T18:32:37.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1733 | 2025-01-06T18:32:37.258Z | |
1734 | 2025-01-06T18:32:37.258Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1735 | 2025-01-06T18:32:37.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2025-01-06T18:32:37.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2025-01-06T18:32:37.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2025-01-06T18:32:37.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1739 | 2025-01-06T18:32:37.694Z | |
1740 | 2025-01-06T18:32:37.694Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1741 | 2025-01-06T18:32:38.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2025-01-06T18:32:38.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2025-01-06T18:32:38.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2025-01-06T18:32:38.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1745 | 2025-01-06T18:32:38.126Z | |
1746 | 2025-01-06T18:32:38.126Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1747 | 2025-01-06T18:32:38.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2025-01-06T18:32:38.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2025-01-06T18:32:38.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2025-01-06T18:32:38.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1751 | 2025-01-06T18:32:38.555Z | |
1752 | 2025-01-06T18:32:38.555Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1753 | 2025-01-06T18:32:38.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2025-01-06T18:32:38.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2025-01-06T18:32:38.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2025-01-06T18:32:38.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1757 | 2025-01-06T18:32:38.987Z | |
1758 | 2025-01-06T18:32:38.987Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1759 | 2025-01-06T18:32:39.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2025-01-06T18:32:39.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2025-01-06T18:32:39.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2025-01-06T18:32:39.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1763 | 2025-01-06T18:32:39.417Z | |
1764 | 2025-01-06T18:32:39.417Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1765 | 2025-01-06T18:32:39.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2025-01-06T18:32:39.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2025-01-06T18:32:39.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2025-01-06T18:32:39.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1769 | 2025-01-06T18:32:40.057Z | |
1770 | 2025-01-06T18:32:40.057Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1771 | 2025-01-06T18:32:40.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2025-01-06T18:32:40.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2025-01-06T18:32:40.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2025-01-06T18:32:40.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1775 | 2025-01-06T18:32:40.702Z | |
1776 | 2025-01-06T18:32:40.702Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1777 | 2025-01-06T18:32:41.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2025-01-06T18:32:41.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2025-01-06T18:32:41.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2025-01-06T18:32:41.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1781 | 2025-01-06T18:32:41.341Z | |
1782 | 2025-01-06T18:32:41.341Z | info: running `cargo check --bins` on oxlog (28/176) |
1783 | 2025-01-06T18:32:41.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2025-01-06T18:32:41.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2025-01-06T18:32:41.966Z | Checking cfg-if v1.0.0 |
1786 | 2025-01-06T18:32:41.968Z | Checking libc v0.2.162 |
1787 | 2025-01-06T18:32:42.074Z | Checking serde v1.0.215 |
1788 | 2025-01-06T18:32:42.074Z | Checking zeroize v1.8.1 |
1789 | 2025-01-06T18:32:42.089Z | Checking memchr v2.7.4 |
1790 | 2025-01-06T18:32:42.093Z | Checking typenum v1.17.0 |
1791 | 2025-01-06T18:32:42.100Z | Checking scopeguard v1.2.0 |
1792 | 2025-01-06T18:32:42.121Z | Checking subtle v2.6.1 |
1793 | 2025-01-06T18:32:42.136Z | Checking value-bag v1.9.0 |
1794 | 2025-01-06T18:32:42.230Z | Checking lock_api v0.4.12 |
1795 | 2025-01-06T18:32:42.317Z | Checking smallvec v1.13.2 |
1796 | 2025-01-06T18:32:42.375Z | Checking itoa v1.0.11 |
1797 | 2025-01-06T18:32:42.551Z | Checking log v0.4.22 |
1798 | 2025-01-06T18:32:42.595Z | Checking const-oid v0.9.6 |
1799 | 2025-01-06T18:32:43.086Z | Checking pin-project-lite v0.2.14 |
1800 | 2025-01-06T18:32:43.137Z | Checking byteorder v1.5.0 |
1801 | 2025-01-06T18:32:43.137Z | Checking futures-core v0.3.31 |
1802 | 2025-01-06T18:32:43.137Z | Checking once_cell v1.20.2 |
1803 | 2025-01-06T18:32:43.137Z | Checking cpufeatures v0.2.14 |
1804 | 2025-01-06T18:32:43.138Z | Checking futures-sink v0.3.31 |
1805 | 2025-01-06T18:32:43.138Z | Checking stable_deref_trait v1.2.0 |
1806 | 2025-01-06T18:32:43.156Z | Checking spin v0.9.8 |
1807 | 2025-01-06T18:32:43.171Z | Checking zerocopy v0.7.35 |
1808 | 2025-01-06T18:32:43.186Z | Checking slab v0.4.9 |
1809 | 2025-01-06T18:32:43.213Z | Checking getrandom v0.2.15 |
1810 | 2025-01-06T18:32:43.243Z | Checking parking_lot_core v0.9.10 |
1811 | 2025-01-06T18:32:43.397Z | Checking generic-array v0.14.7 |
1812 | 2025-01-06T18:32:43.421Z | Checking rand_core v0.6.4 |
1813 | 2025-01-06T18:32:43.444Z | Checking signal-hook-registry v1.4.2 |
1814 | 2025-01-06T18:32:43.490Z | Checking mio v1.0.2 |
1815 | 2025-01-06T18:32:43.561Z | Checking parking_lot v0.12.3 |
1816 | 2025-01-06T18:32:43.690Z | Checking socket2 v0.5.7 |
1817 | 2025-01-06T18:32:43.724Z | Checking zerofrom v0.1.4 |
1818 | 2025-01-06T18:32:43.908Z | Checking futures-channel v0.3.31 |
1819 | 2025-01-06T18:32:43.940Z | Checking yoke v0.7.4 |
1820 | 2025-01-06T18:32:44.061Z | Checking futures-task v0.3.31 |
1821 | 2025-01-06T18:32:44.180Z | Checking equivalent v1.0.1 |
1822 | 2025-01-06T18:32:44.251Z | Checking allocator-api2 v0.2.18 |
1823 | 2025-01-06T18:32:44.284Z | Checking futures-io v0.3.31 |
1824 | 2025-01-06T18:32:44.297Z | Checking foldhash v0.1.3 |
1825 | 2025-01-06T18:32:44.300Z | Checking pin-utils v0.1.0 |
1826 | 2025-01-06T18:32:44.394Z | Checking zerovec v0.10.4 |
1827 | 2025-01-06T18:32:44.454Z | Checking futures-util v0.3.31 |
1828 | 2025-01-06T18:32:44.483Z | Checking tinyvec_macros v0.1.1 |
1829 | 2025-01-06T18:32:44.501Z | Checking ryu v1.0.18 |
1830 | 2025-01-06T18:32:44.556Z | Checking fnv v1.0.7 |
1831 | 2025-01-06T18:32:44.571Z | Checking tinyvec v1.8.0 |
1832 | 2025-01-06T18:32:44.632Z | Checking crypto-common v0.1.6 |
1833 | 2025-01-06T18:32:44.671Z | Checking block-buffer v0.10.4 |
1834 | 2025-01-06T18:32:44.736Z | Checking block-padding v0.3.3 |
1835 | 2025-01-06T18:32:44.814Z | Checking libm v0.2.8 |
1836 | 2025-01-06T18:32:44.871Z | Checking hashbrown v0.15.1 |
1837 | 2025-01-06T18:32:44.892Z | Checking digest v0.10.7 |
1838 | 2025-01-06T18:32:44.951Z | Checking inout v0.1.3 |
1839 | 2025-01-06T18:32:45.181Z | Checking cipher v0.4.4 |
1840 | 2025-01-06T18:32:45.260Z | Checking hmac v0.12.1 |
1841 | 2025-01-06T18:32:45.477Z | Checking sha2 v0.10.8 |
1842 | 2025-01-06T18:32:45.612Z | Checking base64ct v1.6.0 |
1843 | 2025-01-06T18:32:45.743Z | Checking unicode-bidi v0.3.17 |
1844 | 2025-01-06T18:32:45.897Z | Checking unicode-normalization v0.1.24 |
1845 | 2025-01-06T18:32:46.028Z | Checking writeable v0.5.5 |
1846 | 2025-01-06T18:32:46.044Z | Checking litemap v0.7.3 |
1847 | 2025-01-06T18:32:46.061Z | Checking pem-rfc7468 v0.7.0 |
1848 | 2025-01-06T18:32:46.075Z | Checking tinystr v0.7.6 |
1849 | 2025-01-06T18:32:46.318Z | Checking num-traits v0.2.19 |
1850 | 2025-01-06T18:32:46.343Z | Checking ppv-lite86 v0.2.20 |
1851 | 2025-01-06T18:32:46.361Z | Checking flagset v0.4.6 |
1852 | 2025-01-06T18:32:46.373Z | Checking tracing-core v0.1.32 |
1853 | 2025-01-06T18:32:46.458Z | Checking icu_locid v1.5.0 |
1854 | 2025-01-06T18:32:46.542Z | Checking der v0.7.9 |
1855 | 2025-01-06T18:32:46.827Z | Checking thiserror v1.0.69 |
1856 | 2025-01-06T18:32:46.957Z | Checking icu_locid_transform_data v1.5.0 |
1857 | 2025-01-06T18:32:47.001Z | Checking percent-encoding v2.3.1 |
1858 | 2025-01-06T18:32:47.050Z | Checking rustls-pki-types v1.10.0 |
1859 | 2025-01-06T18:32:47.065Z | Checking bytes v1.8.0 |
1860 | 2025-01-06T18:32:47.110Z | Checking indexmap v2.6.0 |
1861 | 2025-01-06T18:32:47.210Z | Checking serde_json v1.0.133 |
1862 | 2025-01-06T18:32:47.539Z | Checking icu_provider v1.5.0 |
1863 | 2025-01-06T18:32:47.640Z | Checking rand_chacha v0.3.1 |
1864 | 2025-01-06T18:32:47.849Z | Checking tokio v1.40.0 |
1865 | 2025-01-06T18:32:48.004Z | Checking http v1.1.0 |
1866 | 2025-01-06T18:32:48.024Z | Checking bitflags v2.6.0 |
1867 | 2025-01-06T18:32:48.188Z | Checking icu_locid_transform v1.5.0 |
1868 | 2025-01-06T18:32:48.337Z | Checking rand v0.8.5 |
1869 | 2025-01-06T18:32:48.391Z | Checking spki v0.7.3 |
1870 | 2025-01-06T18:32:48.413Z | Checking tracing v0.1.40 |
1871 | 2025-01-06T18:32:48.695Z | Checking icu_collections v1.5.0 |
1872 | 2025-01-06T18:32:48.770Z | Checking salsa20 v0.10.2 |
1873 | 2025-01-06T18:32:48.985Z | Checking pbkdf2 v0.12.2 |
1874 | 2025-01-06T18:32:49.000Z | Checking aws-lc-sys v0.22.0 |
1875 | 2025-01-06T18:32:49.153Z | Checking httparse v1.9.5 |
1876 | 2025-01-06T18:32:49.168Z | Checking mirai-annotations v1.12.0 |
1877 | 2025-01-06T18:32:49.337Z | Checking untrusted v0.7.1 |
1878 | 2025-01-06T18:32:49.350Z | Checking powerfmt v0.2.0 |
1879 | 2025-01-06T18:32:49.365Z | Checking icu_properties_data v1.5.0 |
1880 | 2025-01-06T18:32:49.493Z | Checking untrusted v0.9.0 |
1881 | 2025-01-06T18:32:49.593Z | Checking scrypt v0.11.0 |
1882 | 2025-01-06T18:32:49.609Z | Checking deranged v0.3.11 |
1883 | 2025-01-06T18:32:49.612Z | Checking icu_properties v1.5.1 |
1884 | 2025-01-06T18:32:49.612Z | Checking cbc v0.1.2 |
1885 | 2025-01-06T18:32:49.650Z | Checking aes v0.8.4 |
1886 | 2025-01-06T18:32:49.652Z | Checking ring v0.17.8 |
1887 | 2025-01-06T18:32:49.800Z | Checking crossbeam-utils v0.8.20 |
1888 | 2025-01-06T18:32:49.826Z | Checking utf16_iter v1.0.5 |
1889 | 2025-01-06T18:32:49.992Z | Checking write16 v1.0.0 |
1890 | 2025-01-06T18:32:50.121Z | Checking time-core v0.1.2 |
1891 | 2025-01-06T18:32:50.282Z | Checking utf8_iter v1.0.4 |
1892 | 2025-01-06T18:32:50.500Z | Checking icu_normalizer_data v1.5.0 |
1893 | 2025-01-06T18:32:50.559Z | Checking num-conv v0.1.0 |
1894 | 2025-01-06T18:32:50.603Z | Checking num_threads v0.1.7 |
1895 | 2025-01-06T18:32:50.623Z | Checking atomic-waker v1.1.2 |
1896 | 2025-01-06T18:32:50.716Z | Checking pkcs5 v0.7.1 |
1897 | 2025-01-06T18:32:50.755Z | Checking http-body v1.0.1 |
1898 | 2025-01-06T18:32:50.797Z | Checking form_urlencoded v1.2.1 |
1899 | 2025-01-06T18:32:50.951Z | Checking try-lock v0.2.5 |
1900 | 2025-01-06T18:32:51.001Z | Checking uuid v1.11.0 |
1901 | 2025-01-06T18:32:51.080Z | Checking want v0.3.1 |
1902 | 2025-01-06T18:32:51.227Z | Checking pkcs8 v0.10.2 |
1903 | 2025-01-06T18:32:51.253Z | Checking unicode-ident v1.0.13 |
1904 | 2025-01-06T18:32:51.357Z | Checking time v0.3.36 |
1905 | 2025-01-06T18:32:51.422Z | Checking httpdate v1.0.3 |
1906 | 2025-01-06T18:32:51.515Z | Checking proc-macro2 v1.0.89 |
1907 | 2025-01-06T18:32:51.553Z | Checking toml_datetime v0.6.8 |
1908 | 2025-01-06T18:32:51.586Z | Checking aws-lc-rs v1.10.0 |
1909 | 2025-01-06T18:32:51.610Z | Checking serde_spanned v0.6.8 |
1910 | 2025-01-06T18:32:51.667Z | Checking slog v2.7.0 |
1911 | 2025-01-06T18:32:51.789Z | Checking scroll v0.12.0 |
1912 | 2025-01-06T18:32:51.832Z | Checking plain v0.2.3 |
1913 | 2025-01-06T18:32:51.983Z | Checking base64 v0.22.1 |
1914 | 2025-01-06T18:32:52.171Z | Checking adler2 v2.0.0 |
1915 | 2025-01-06T18:32:52.188Z | Checking ucd-trie v0.1.7 |
1916 | 2025-01-06T18:32:52.263Z | Checking tower-service v0.3.3 |
1917 | 2025-01-06T18:32:52.327Z | Checking foreign-types-shared v0.1.1 |
1918 | 2025-01-06T18:32:52.385Z | Checking match_cfg v0.1.0 |
1919 | 2025-01-06T18:32:52.388Z | Checking iana-time-zone v0.1.61 |
1920 | 2025-01-06T18:32:52.429Z | Checking foreign-types v0.3.2 |
1921 | 2025-01-06T18:32:52.447Z | Checking pest v2.7.14 |
1922 | 2025-01-06T18:32:52.474Z | Checking hostname v0.3.1 |
1923 | 2025-01-06T18:32:52.516Z | Checking miniz_oxide v0.8.0 |
1924 | 2025-01-06T18:32:52.545Z | Checking chrono v0.4.38 |
1925 | 2025-01-06T18:32:52.606Z | Checking goblin v0.8.2 |
1926 | 2025-01-06T18:32:53.002Z | Checking icu_normalizer v1.5.0 |
1927 | 2025-01-06T18:32:53.240Z | Checking quote v1.0.37 |
1928 | 2025-01-06T18:32:53.417Z | Checking rustls-webpki v0.102.8 |
1929 | 2025-01-06T18:32:53.601Z | Checking openssl-sys v0.9.103 |
1930 | 2025-01-06T18:32:53.789Z | Checking idna_adapter v1.2.0 |
1931 | 2025-01-06T18:32:53.923Z | Checking errno v0.3.9 |
1932 | 2025-01-06T18:32:53.980Z | Checking idna v1.0.3 |
1933 | 2025-01-06T18:32:54.084Z | Checking dirs-sys-next v0.1.2 |
1934 | 2025-01-06T18:32:54.252Z | Checking aho-corasick v1.1.3 |
1935 | 2025-01-06T18:32:54.266Z | Checking pretty-hex v0.4.1 |
1936 | 2025-01-06T18:32:54.445Z | Checking data-encoding v2.6.0 |
1937 | 2025-01-06T18:32:54.473Z | Checking url v2.5.3 |
1938 | 2025-01-06T18:32:54.595Z | Compiling newtype-uuid v1.1.3 |
1939 | 2025-01-06T18:32:54.848Z | Checking regex-syntax v0.8.5 |
1940 | 2025-01-06T18:32:54.915Z | Checking siphasher v0.3.11 |
1941 | 2025-01-06T18:32:54.958Z | Checking dtrace-parser v0.2.0 |
1942 | 2025-01-06T18:32:55.098Z | Checking openssl v0.10.66 |
1943 | 2025-01-06T18:32:55.101Z | Checking tokio-util v0.7.12 |
1944 | 2025-01-06T18:32:55.237Z | Checking dirs-next v2.0.0 |
1945 | 2025-01-06T18:32:55.339Z | Checking rustix v0.38.37 |
1946 | 2025-01-06T18:32:55.369Z | Checking syn v2.0.87 |
1947 | 2025-01-06T18:32:55.410Z | Checking http-body-util v0.1.2 |
1948 | 2025-01-06T18:32:55.894Z | Checking crossbeam-epoch v0.9.18 |
1949 | 2025-01-06T18:32:55.952Z | Checking signature v2.2.0 |
1950 | 2025-01-06T18:32:56.067Z | Checking h2 v0.4.6 |
1951 | 2025-01-06T18:32:56.145Z | Checking sha1 v0.10.6 |
1952 | 2025-01-06T18:32:56.315Z | Checking lazy_static v1.5.0 |
1953 | 2025-01-06T18:32:56.414Z | Checking thread_local v1.1.8 |
1954 | 2025-01-06T18:32:56.440Z | Checking thread-id v4.2.2 |
1955 | 2025-01-06T18:32:56.549Z | Checking encoding_rs v0.8.34 |
1956 | 2025-01-06T18:32:56.697Z | Checking utf8parse v0.2.2 |
1957 | 2025-01-06T18:32:56.855Z | Checking openssl-probe v0.1.5 |
1958 | 2025-01-06T18:32:57.013Z | Checking unicode-properties v0.1.3 |
1959 | 2025-01-06T18:32:57.401Z | Checking ipnet v2.10.1 |
1960 | 2025-01-06T18:32:57.451Z | Checking dof v0.3.0 |
1961 | 2025-01-06T18:32:57.891Z | Checking winnow v0.6.20 |
1962 | 2025-01-06T18:32:58.113Z | Checking anstyle v1.0.10 |
1963 | 2025-01-06T18:32:58.166Z | Checking regex-automata v0.4.8 |
1964 | 2025-01-06T18:32:58.491Z | Checking mime v0.3.17 |
1965 | 2025-01-06T18:32:58.824Z | Checking gimli v0.31.1 |
1966 | 2025-01-06T18:32:58.876Z | Checking stringprep v0.1.5 |
1967 | 2025-01-06T18:32:58.925Z | Checking anstyle-parse v0.2.5 |
1968 | 2025-01-06T18:32:59.137Z | Checking crossbeam-deque v0.8.5 |
1969 | 2025-01-06T18:32:59.184Z | Checking term v0.7.0 |
1970 | 2025-01-06T18:32:59.430Z | Checking rustls v0.23.19 |
1971 | 2025-01-06T18:32:59.639Z | Checking rustls v0.22.4 |
1972 | 2025-01-06T18:33:00.694Z | Checking native-tls v0.2.12 |
1973 | 2025-01-06T18:33:00.804Z | Checking toml_edit v0.22.22 |
1974 | 2025-01-06T18:33:01.020Z | Checking slog-json v2.6.1 |
1975 | 2025-01-06T18:33:01.293Z | Checking serde_urlencoded v0.7.1 |
1976 | 2025-01-06T18:33:01.733Z | Checking crossbeam-channel v0.5.13 |
1977 | 2025-01-06T18:33:01.834Z | Checking usdt-impl v0.5.0 |
1978 | 2025-01-06T18:33:02.179Z | Checking hyper v1.5.0 |
1979 | 2025-01-06T18:33:02.415Z | Checking futures-executor v0.3.31 |
1980 | 2025-01-06T18:33:02.460Z | Checking num-integer v0.1.46 |
1981 | 2025-01-06T18:33:02.643Z | Checking rustls-pemfile v2.2.0 |
1982 | 2025-01-06T18:33:02.843Z | Checking idna v0.3.0 |
1983 | 2025-01-06T18:33:02.886Z | Checking addr2line v0.24.2 |
1984 | 2025-01-06T18:33:02.929Z | Checking idna v0.4.0 |
1985 | 2025-01-06T18:33:02.945Z | Checking md-5 v0.10.6 |
1986 | 2025-01-06T18:33:03.175Z | Checking ff v0.13.0 |
1987 | 2025-01-06T18:33:03.354Z | Checking is-terminal v0.4.13 |
1988 | 2025-01-06T18:33:03.374Z | Checking memmap v0.7.0 |
1989 | 2025-01-06T18:33:03.388Z | Checking hash32 v0.2.1 |
1990 | 2025-01-06T18:33:03.415Z | Checking object v0.36.5 |
1991 | 2025-01-06T18:33:03.473Z | Checking colorchoice v1.0.2 |
1992 | 2025-01-06T18:33:03.576Z | Checking either v1.13.0 |
1993 | 2025-01-06T18:33:03.598Z | Checking quick-error v1.2.3 |
1994 | 2025-01-06T18:33:03.687Z | Checking utf-8 v0.7.6 |
1995 | 2025-01-06T18:33:03.689Z | Checking rustc-demangle v0.1.24 |
1996 | 2025-01-06T18:33:03.725Z | Checking psl-types v2.0.11 |
1997 | 2025-01-06T18:33:03.766Z | Checking fallible-iterator v0.2.0 |
1998 | 2025-01-06T18:33:03.887Z | Checking anstyle-query v1.1.1 |
1999 | 2025-01-06T18:33:03.904Z | Checking take_mut v0.2.2 |
2000 | 2025-01-06T18:33:03.953Z | Checking is_terminal_polyfill v1.70.1 |
2001 | 2025-01-06T18:33:04.013Z | Checking linked-hash-map v0.5.6 |
2002 | 2025-01-06T18:33:04.044Z | Checking dyn-clone v1.0.17 |
2003 | 2025-01-06T18:33:04.066Z | Checking base16ct v0.2.0 |
2004 | 2025-01-06T18:33:04.116Z | Checking anstream v0.6.15 |
2005 | 2025-01-06T18:33:04.177Z | Checking schemars v0.8.21 |
2006 | 2025-01-06T18:33:04.247Z | Checking hyper-util v0.1.10 |
2007 | 2025-01-06T18:33:04.262Z | Checking sec1 v0.7.3 |
2008 | 2025-01-06T18:33:04.326Z | Checking lru-cache v0.1.2 |
2009 | 2025-01-06T18:33:04.379Z | Checking postgres-protocol v0.6.7 |
2010 | 2025-01-06T18:33:04.487Z | Checking slog-async v2.8.0 |
2011 | 2025-01-06T18:33:04.509Z | Checking publicsuffix v2.2.3 |
2012 | 2025-01-06T18:33:04.637Z | Checking tungstenite v0.24.0 |
2013 | 2025-01-06T18:33:04.737Z | Checking hickory-proto v0.24.1 |
2014 | 2025-01-06T18:33:04.761Z | Checking resolv-conf v0.7.0 |
2015 | 2025-01-06T18:33:05.011Z | Checking tokio-rustls v0.26.0 |
2016 | 2025-01-06T18:33:05.056Z | Checking heapless v0.7.17 |
2017 | 2025-01-06T18:33:05.105Z | Checking usdt v0.5.0 |
2018 | 2025-01-06T18:33:05.370Z | Checking slog-term v2.9.1 |
2019 | 2025-01-06T18:33:05.406Z | Checking toml v0.8.19 |
2020 | 2025-01-06T18:33:05.594Z | Checking group v0.13.0 |
2021 | 2025-01-06T18:33:05.826Z | Checking tokio-rustls v0.25.0 |
2022 | 2025-01-06T18:33:05.850Z | Checking num-iter v0.1.45 |
2023 | 2025-01-06T18:33:05.905Z | Checking futures v0.3.31 |
2024 | 2025-01-06T18:33:06.020Z | Checking slog-bunyan v2.5.0 |
2025 | 2025-01-06T18:33:06.033Z | Checking tokio-native-tls v0.3.1 |
2026 | 2025-01-06T18:33:06.092Z | Checking rayon-core v1.12.1 |
2027 | 2025-01-06T18:33:06.149Z | Checking multer v3.1.0 |
2028 | 2025-01-06T18:33:06.173Z | Checking terminal_size v0.4.0 |
2029 | 2025-01-06T18:33:06.250Z | Checking phf_shared v0.11.2 |
2030 | 2025-01-06T18:33:06.281Z | Checking cookie v0.18.1 |
2031 | 2025-01-06T18:33:06.336Z | Checking async-stream v0.3.6 |
2032 | 2025-01-06T18:33:06.457Z | Checking bzip2-sys v0.1.11+1.0.8 |
2033 | 2025-01-06T18:33:06.534Z | Checking camino v1.1.9 |
2034 | 2025-01-06T18:33:06.537Z | Checking signal-hook v0.3.17 |
2035 | 2025-01-06T18:33:06.566Z | Checking waitgroup v0.1.2 |
2036 | 2025-01-06T18:33:06.582Z | Checking openapiv3 v2.0.0 |
2037 | 2025-01-06T18:33:06.695Z | Checking webpki-roots v0.26.6 |
2038 | 2025-01-06T18:33:06.720Z | Checking serde_path_to_error v0.1.16 |
2039 | 2025-01-06T18:33:06.749Z | Checking idna v0.5.0 |
2040 | 2025-01-06T18:33:06.903Z | Checking hkdf v0.12.4 |
2041 | 2025-01-06T18:33:06.916Z | Checking crypto-bigint v0.5.5 |
2042 | 2025-01-06T18:33:07.118Z | Checking hostname v0.4.0 |
2043 | 2025-01-06T18:33:07.134Z | Checking crc32fast v1.4.2 |
2044 | 2025-01-06T18:33:07.249Z | Checking strsim v0.11.1 |
2045 | 2025-01-06T18:33:07.309Z | Checking debug-ignore v1.0.5 |
2046 | 2025-01-06T18:33:07.358Z | Checking bitflags v1.3.2 |
2047 | 2025-01-06T18:33:07.453Z | Checking managed v0.8.0 |
2048 | 2025-01-06T18:33:07.466Z | Checking winnow v0.5.40 |
2049 | 2025-01-06T18:33:07.537Z | Checking clap_lex v0.7.2 |
2050 | 2025-01-06T18:33:07.608Z | Checking unicode-width v0.1.14 |
2051 | 2025-01-06T18:33:07.787Z | Checking clap_builder v4.5.21 |
2052 | 2025-01-06T18:33:07.804Z | Checking smoltcp v0.9.1 |
2053 | 2025-01-06T18:33:08.094Z | Checking console v0.15.8 |
2054 | 2025-01-06T18:33:08.672Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2055 | 2025-01-06T18:33:08.945Z | Checking cookie_store v0.21.0 |
2056 | 2025-01-06T18:33:09.276Z | Checking flate2 v1.0.34 |
2057 | 2025-01-06T18:33:09.614Z | Checking hyper-rustls v0.27.3 |
2058 | 2025-01-06T18:33:09.617Z | Checking hickory-resolver v0.24.1 |
2059 | 2025-01-06T18:33:09.798Z | Checking elliptic-curve v0.13.8 |
2060 | 2025-01-06T18:33:09.803Z | Checking backtrace v0.3.74 |
2061 | 2025-01-06T18:33:09.898Z | Checking signal-hook-mio v0.2.4 |
2062 | 2025-01-06T18:33:09.984Z | Checking rayon v1.10.0 |
2063 | 2025-01-06T18:33:10.035Z | Checking dropshot v0.12.0 |
2064 | 2025-01-06T18:33:10.050Z | Checking bzip2 v0.4.4 |
2065 | 2025-01-06T18:33:10.357Z | Checking phf v0.11.2 |
2066 | 2025-01-06T18:33:10.374Z | Checking anyhow v1.0.93 |
2067 | 2025-01-06T18:33:10.461Z | Checking hyper-tls v0.6.0 |
2068 | 2025-01-06T18:33:10.546Z | Checking toml_edit v0.19.15 |
2069 | 2025-01-06T18:33:10.613Z | Checking num-bigint-dig v0.8.4 |
2070 | 2025-01-06T18:33:10.740Z | Checking tokio-tungstenite v0.24.0 |
2071 | 2025-01-06T18:33:10.757Z | Checking postgres-types v0.2.8 |
2072 | 2025-01-06T18:33:10.878Z | Checking bstr v1.10.0 |
2073 | 2025-01-06T18:33:11.203Z | Checking regex v1.11.1 |
2074 | 2025-01-06T18:33:11.219Z | Checking ed25519 v2.2.3 |
2075 | 2025-01-06T18:33:11.501Z | Checking tokio-stream v0.1.16 |
2076 | 2025-01-06T18:33:11.523Z | Checking phf_shared v0.10.0 |
2077 | 2025-01-06T18:33:11.795Z | Checking zerocopy v0.6.6 |
2078 | 2025-01-06T18:33:11.828Z | Checking curve25519-dalek v4.1.3 |
2079 | 2025-01-06T18:33:11.875Z | Checking hubpack v0.1.2 |
2080 | 2025-01-06T18:33:12.198Z | Checking portable-atomic v1.9.0 |
2081 | 2025-01-06T18:33:12.379Z | Checking pkcs1 v0.7.5 |
2082 | 2025-01-06T18:33:12.561Z | Checking float-cmp v0.9.0 |
2083 | 2025-01-06T18:33:12.750Z | Checking serde-big-array v0.5.1 |
2084 | 2025-01-06T18:33:12.786Z | Checking rfc6979 v0.4.0 |
2085 | 2025-01-06T18:33:12.827Z | Checking sync_wrapper v1.0.1 |
2086 | 2025-01-06T18:33:12.926Z | Checking normalize-line-endings v0.3.0 |
2087 | 2025-01-06T18:33:12.953Z | Checking number_prefix v0.4.0 |
2088 | 2025-01-06T18:33:12.967Z | Checking new_debug_unreachable v1.0.6 |
2089 | 2025-01-06T18:33:12.979Z | Checking whoami v1.5.2 |
2090 | 2025-01-06T18:33:13.046Z | Checking predicates-core v1.0.8 |
2091 | 2025-01-06T18:33:13.059Z | Checking unicode-segmentation v1.12.0 |
2092 | 2025-01-06T18:33:13.138Z | Checking fixedbitset v0.4.2 |
2093 | 2025-01-06T18:33:13.220Z | Checking static_assertions v1.1.0 |
2094 | 2025-01-06T18:33:13.242Z | Checking minimal-lexical v0.2.1 |
2095 | 2025-01-06T18:33:13.273Z | Checking unicode-width v0.2.0 |
2096 | 2025-01-06T18:33:13.317Z | Checking precomputed-hash v0.1.1 |
2097 | 2025-01-06T18:33:13.390Z | Checking difflib v0.4.0 |
2098 | 2025-01-06T18:33:13.426Z | Checking bit-vec v0.6.3 |
2099 | 2025-01-06T18:33:13.621Z | Checking nom v7.1.3 |
2100 | 2025-01-06T18:33:13.704Z | Checking predicates v3.1.2 |
2101 | 2025-01-06T18:33:13.713Z | Checking qorb v0.2.1 |
2102 | 2025-01-06T18:33:13.737Z | Checking similar v2.6.0 |
2103 | 2025-01-06T18:33:13.739Z | Checking ed25519-dalek v2.1.1 |
2104 | 2025-01-06T18:33:13.739Z | Checking string_cache v0.8.7 |
2105 | 2025-01-06T18:33:13.778Z | Checking bit-set v0.5.3 |
2106 | 2025-01-06T18:33:13.820Z | Checking indicatif v0.17.9 |
2107 | 2025-01-06T18:33:14.014Z | Checking petgraph v0.6.5 |
2108 | 2025-01-06T18:33:14.033Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2109 | 2025-01-06T18:33:14.147Z | Checking tokio-postgres v0.7.12 |
2110 | 2025-01-06T18:33:14.378Z | Checking reqwest v0.12.9 |
2111 | 2025-01-06T18:33:14.575Z | Checking ecdsa v0.16.9 |
2112 | 2025-01-06T18:33:14.591Z | Checking toml v0.7.8 |
2113 | 2025-01-06T18:33:15.308Z | Checking rsa v0.9.6 |
2114 | 2025-01-06T18:33:15.361Z | Checking clap v4.5.21 |
2115 | 2025-01-06T18:33:15.484Z | Checking zip v0.6.6 |
2116 | 2025-01-06T18:33:16.164Z | Checking crossterm v0.28.1 |
2117 | 2025-01-06T18:33:16.237Z | Checking itertools v0.10.5 |
2118 | 2025-01-06T18:33:16.293Z | Checking fs-err v2.11.0 |
2119 | 2025-01-06T18:33:16.314Z | Checking ahash v0.8.11 |
2120 | 2025-01-06T18:33:16.748Z | Checking x509-cert v0.2.5 |
2121 | 2025-01-06T18:33:16.858Z | Checking semver v1.0.23 |
2122 | 2025-01-06T18:33:16.916Z | Checking hex v0.4.3 |
2123 | 2025-01-06T18:33:17.205Z | Checking peg-runtime v0.8.3 |
2124 | 2025-01-06T18:33:17.277Z | Checking heck v0.4.1 |
2125 | 2025-01-06T18:33:17.433Z | Checking lalrpop-util v0.19.12 |
2126 | 2025-01-06T18:33:17.435Z | Checking sigpipe v0.1.3 |
2127 | 2025-01-06T18:33:18.933Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2128 | 2025-01-06T18:33:19.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.89s |
2129 | 2025-01-06T18:33:19.406Z | |
2130 | 2025-01-06T18:33:19.406Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2131 | 2025-01-06T18:33:19.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2132 | 2025-01-06T18:33:19.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2133 | 2025-01-06T18:33:20.067Z | Compiling hashbrown v0.14.5 |
2134 | 2025-01-06T18:33:20.185Z | Checking heck v0.5.0 |
2135 | 2025-01-06T18:33:20.198Z | Compiling unsafe-libyaml v0.2.11 |
2136 | 2025-01-06T18:33:20.211Z | Checking ipnetwork v0.20.0 |
2137 | 2025-01-06T18:33:20.213Z | Compiling ident_case v1.0.1 |
2138 | 2025-01-06T18:33:20.225Z | Checking progenitor-client v0.8.0 |
2139 | 2025-01-06T18:33:20.228Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2140 | 2025-01-06T18:33:20.345Z | Checking newtype-uuid v1.1.3 |
2141 | 2025-01-06T18:33:20.396Z | Compiling darling_core v0.20.10 |
2142 | 2025-01-06T18:33:20.563Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2143 | 2025-01-06T18:33:20.620Z | Compiling proc-macro-crate v1.3.1 |
2144 | 2025-01-06T18:33:20.623Z | Compiling structmeta-derive v0.3.0 |
2145 | 2025-01-06T18:33:20.655Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2146 | 2025-01-06T18:33:20.952Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2147 | 2025-01-06T18:33:20.972Z | Compiling lzma-sys v0.1.20 |
2148 | 2025-01-06T18:33:21.313Z | Checking regress v0.10.1 |
2149 | 2025-01-06T18:33:21.731Z | Compiling serde_yaml v0.9.34+deprecated |
2150 | 2025-01-06T18:33:21.756Z | Compiling num_enum_derive v0.5.11 |
2151 | 2025-01-06T18:33:22.049Z | Compiling foreign-types-macros v0.2.3 |
2152 | 2025-01-06T18:33:22.196Z | Compiling dropshot v0.13.0 |
2153 | 2025-01-06T18:33:22.487Z | Checking arc-swap v1.7.1 |
2154 | 2025-01-06T18:33:22.917Z | Checking foreign-types-shared v0.3.1 |
2155 | 2025-01-06T18:33:23.031Z | Checking slog-scope v4.4.0 |
2156 | 2025-01-06T18:33:23.302Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2157 | 2025-01-06T18:33:23.361Z | Checking foreign-types v0.5.0 |
2158 | 2025-01-06T18:33:23.599Z | Compiling structmeta v0.3.0 |
2159 | 2025-01-06T18:33:23.654Z | Compiling proc-macro-error v1.0.4 |
2160 | 2025-01-06T18:33:24.018Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2161 | 2025-01-06T18:33:24.034Z | Compiling parse-display-derive v0.10.0 |
2162 | 2025-01-06T18:33:24.131Z | Checking tungstenite v0.21.0 |
2163 | 2025-01-06T18:33:24.362Z | Checking num_enum v0.5.11 |
2164 | 2025-01-06T18:33:24.364Z | Compiling heck v0.3.3 |
2165 | 2025-01-06T18:33:24.519Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2166 | 2025-01-06T18:33:24.811Z | Compiling dropshot_endpoint v0.13.0 |
2167 | 2025-01-06T18:33:24.868Z | Checking typify-impl v0.2.0 |
2168 | 2025-01-06T18:33:26.074Z | Checking cstr-argument v0.1.2 |
2169 | 2025-01-06T18:33:26.077Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2170 | 2025-01-06T18:33:26.077Z | Checking instant v0.1.13 |
2171 | 2025-01-06T18:33:26.131Z | Checking pretty-hex v0.2.1 |
2172 | 2025-01-06T18:33:26.194Z | Checking fastrand v2.1.1 |
2173 | 2025-01-06T18:33:26.303Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2174 | 2025-01-06T18:33:26.529Z | Checking base64 v0.21.7 |
2175 | 2025-01-06T18:33:26.545Z | Checking tempfile v3.13.0 |
2176 | 2025-01-06T18:33:26.617Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2177 | 2025-01-06T18:33:26.918Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2178 | 2025-01-06T18:33:27.005Z | Checking backoff v0.4.0 |
2179 | 2025-01-06T18:33:27.025Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2180 | 2025-01-06T18:33:27.063Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2181 | 2025-01-06T18:33:27.170Z | Checking tokio-tungstenite v0.21.0 |
2182 | 2025-01-06T18:33:27.299Z | Compiling zone_cfg_derive v0.1.2 |
2183 | 2025-01-06T18:33:27.353Z | Compiling darling_macro v0.20.10 |
2184 | 2025-01-06T18:33:27.377Z | Checking strum v0.26.3 |
2185 | 2025-01-06T18:33:27.393Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2186 | 2025-01-06T18:33:27.538Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2187 | 2025-01-06T18:33:27.842Z | Checking slog-stdlog v4.1.1 |
2188 | 2025-01-06T18:33:27.865Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2189 | 2025-01-06T18:33:27.999Z | Checking regress v0.9.1 |
2190 | 2025-01-06T18:33:28.015Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2191 | 2025-01-06T18:33:28.149Z | Checking colored v2.1.0 |
2192 | 2025-01-06T18:33:28.289Z | Compiling darling v0.20.10 |
2193 | 2025-01-06T18:33:28.306Z | Checking macaddr v1.0.1 |
2194 | 2025-01-06T18:33:28.408Z | Compiling serde_with_macros v3.11.0 |
2195 | 2025-01-06T18:33:28.429Z | Checking base64 v0.13.1 |
2196 | 2025-01-06T18:33:28.695Z | Checking parse-display v0.10.0 |
2197 | 2025-01-06T18:33:28.789Z | Checking zone v0.1.8 |
2198 | 2025-01-06T18:33:28.824Z | Checking ron v0.7.1 |
2199 | 2025-01-06T18:33:28.925Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2200 | 2025-01-06T18:33:29.354Z | Checking slog-envlogger v2.2.0 |
2201 | 2025-01-06T18:33:29.453Z | Checking xz2 v0.1.7 |
2202 | 2025-01-06T18:33:29.569Z | Checking tabwriter v1.4.0 |
2203 | 2025-01-06T18:33:29.765Z | Checking xattr v1.3.1 |
2204 | 2025-01-06T18:33:29.813Z | Checking pem v3.0.4 |
2205 | 2025-01-06T18:33:29.957Z | Checking yasna v0.5.2 |
2206 | 2025-01-06T18:33:29.976Z | Checking headers-core v0.3.0 |
2207 | 2025-01-06T18:33:30.581Z | Checking smf v0.2.3 |
2208 | 2025-01-06T18:33:30.607Z | Checking filetime v0.2.25 |
2209 | 2025-01-06T18:33:30.607Z | Checking same-file v1.0.6 |
2210 | 2025-01-06T18:33:30.607Z | Checking walkdir v2.5.0 |
2211 | 2025-01-06T18:33:30.607Z | Checking tar v0.4.42 |
2212 | 2025-01-06T18:33:30.618Z | Checking headers v0.4.0 |
2213 | 2025-01-06T18:33:30.771Z | Checking camino-tempfile v1.1.1 |
2214 | 2025-01-06T18:33:30.880Z | Checking rcgen v0.12.1 |
2215 | 2025-01-06T18:33:31.052Z | Checking atomicwrites v0.4.4 |
2216 | 2025-01-06T18:33:31.268Z | Checking subprocess v0.2.9 |
2217 | 2025-01-06T18:33:31.295Z | Checking serde_with v3.11.0 |
2218 | 2025-01-06T18:33:35.527Z | Compiling typify-macro v0.2.0 |
2219 | 2025-01-06T18:33:37.427Z | Compiling typify v0.2.0 |
2220 | 2025-01-06T18:33:37.498Z | Compiling progenitor-impl v0.8.0 |
2221 | 2025-01-06T18:33:40.765Z | Compiling progenitor-macro v0.8.0 |
2222 | 2025-01-06T18:33:45.614Z | Checking progenitor v0.8.0 |
2223 | 2025-01-06T18:33:45.767Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2224 | 2025-01-06T18:33:45.767Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2225 | 2025-01-06T18:33:48.482Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2226 | 2025-01-06T18:33:48.747Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2227 | 2025-01-06T18:33:55.418Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2228 | 2025-01-06T18:33:57.032Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2229 | 2025-01-06T18:33:58.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.92s |
2230 | 2025-01-06T18:33:58.519Z | |
2231 | 2025-01-06T18:33:58.519Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2232 | 2025-01-06T18:33:59.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2233 | 2025-01-06T18:33:59.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2234 | 2025-01-06T18:33:59.177Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2235 | 2025-01-06T18:34:00.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
2236 | 2025-01-06T18:34:00.814Z | |
2237 | 2025-01-06T18:34:00.814Z | info: running `cargo check --bins` on nexus-config (31/176) |
2238 | 2025-01-06T18:34:01.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2025-01-06T18:34:01.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2025-01-06T18:34:01.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2241 | 2025-01-06T18:34:01.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2242 | 2025-01-06T18:34:01.450Z | |
2243 | 2025-01-06T18:34:01.451Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2244 | 2025-01-06T18:34:01.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2025-01-06T18:34:01.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2025-01-06T18:34:01.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2247 | 2025-01-06T18:34:01.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2248 | 2025-01-06T18:34:02.070Z | |
2249 | 2025-01-06T18:34:02.070Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2250 | 2025-01-06T18:34:02.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2251 | 2025-01-06T18:34:02.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2252 | 2025-01-06T18:34:02.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2253 | 2025-01-06T18:34:02.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2254 | 2025-01-06T18:34:02.698Z | |
2255 | 2025-01-06T18:34:02.698Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2256 | 2025-01-06T18:34:03.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2257 | 2025-01-06T18:34:03.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2258 | 2025-01-06T18:34:03.387Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2259 | 2025-01-06T18:34:03.497Z | Compiling ipnetwork v0.20.0 |
2260 | 2025-01-06T18:34:03.497Z | Compiling zerocopy v0.8.10 |
2261 | 2025-01-06T18:34:03.497Z | Compiling progenitor-client v0.8.0 |
2262 | 2025-01-06T18:34:03.501Z | Compiling itertools v0.13.0 |
2263 | 2025-01-06T18:34:03.501Z | Compiling zerocopy-derive v0.8.10 |
2264 | 2025-01-06T18:34:03.501Z | Compiling heapless v0.8.0 |
2265 | 2025-01-06T18:34:03.501Z | Checking hash32 v0.3.1 |
2266 | 2025-01-06T18:34:03.665Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2267 | 2025-01-06T18:34:03.783Z | Compiling instant v0.1.13 |
2268 | 2025-01-06T18:34:03.931Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2269 | 2025-01-06T18:34:03.987Z | Compiling progenitor v0.8.0 |
2270 | 2025-01-06T18:34:04.263Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2271 | 2025-01-06T18:34:04.364Z | Compiling smoltcp v0.11.0 |
2272 | 2025-01-06T18:34:04.415Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2273 | 2025-01-06T18:34:04.500Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2274 | 2025-01-06T18:34:04.628Z | Compiling backoff v0.4.0 |
2275 | 2025-01-06T18:34:04.994Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2276 | 2025-01-06T18:34:05.094Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2277 | 2025-01-06T18:34:05.263Z | Compiling dropshot v0.13.0 |
2278 | 2025-01-06T18:34:05.295Z | Compiling serde_with v3.11.0 |
2279 | 2025-01-06T18:34:05.377Z | Compiling parse-display v0.10.0 |
2280 | 2025-01-06T18:34:05.461Z | Checking num-rational v0.4.2 |
2281 | 2025-01-06T18:34:06.110Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2282 | 2025-01-06T18:34:06.271Z | Compiling regress v0.9.1 |
2283 | 2025-01-06T18:34:06.707Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2284 | 2025-01-06T18:34:07.973Z | Compiling phf_generator v0.11.2 |
2285 | 2025-01-06T18:34:08.171Z | Checking num-complex v0.4.6 |
2286 | 2025-01-06T18:34:09.436Z | Compiling macaddr v1.0.1 |
2287 | 2025-01-06T18:34:09.771Z | Checking cobs v0.2.3 |
2288 | 2025-01-06T18:34:09.896Z | Checking num v0.4.3 |
2289 | 2025-01-06T18:34:09.956Z | Checking postcard v1.0.10 |
2290 | 2025-01-06T18:34:10.296Z | Compiling phf_codegen v0.11.2 |
2291 | 2025-01-06T18:34:10.549Z | Compiling parse-zoneinfo v0.3.1 |
2292 | 2025-01-06T18:34:11.389Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2293 | 2025-01-06T18:34:11.691Z | Compiling float-ord v0.3.2 |
2294 | 2025-01-06T18:34:11.873Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2295 | 2025-01-06T18:34:12.033Z | Compiling convert_case v0.4.0 |
2296 | 2025-01-06T18:34:12.789Z | Compiling chrono-tz-build v0.4.0 |
2297 | 2025-01-06T18:34:12.844Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2298 | 2025-01-06T18:34:13.031Z | Compiling derive_more v0.99.18 |
2299 | 2025-01-06T18:34:13.611Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2300 | 2025-01-06T18:34:13.796Z | Compiling thiserror v2.0.3 |
2301 | 2025-01-06T18:34:13.875Z | Compiling crucible-workspace-hack v0.1.0 |
2302 | 2025-01-06T18:34:13.991Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2303 | 2025-01-06T18:34:14.208Z | Checking newline-converter v0.3.0 |
2304 | 2025-01-06T18:34:14.324Z | Compiling chrono-tz v0.10.0 |
2305 | 2025-01-06T18:34:14.709Z | Checking prettyplease v0.2.25 |
2306 | 2025-01-06T18:34:14.741Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2307 | 2025-01-06T18:34:14.788Z | Compiling thiserror-impl v2.0.3 |
2308 | 2025-01-06T18:34:14.962Z | Compiling slog-dtrace v0.3.0 |
2309 | 2025-01-06T18:34:15.311Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2310 | 2025-01-06T18:34:15.696Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2311 | 2025-01-06T18:34:16.791Z | Checking expectorate v1.1.0 |
2312 | 2025-01-06T18:34:16.953Z | Compiling zone_cfg_derive v0.3.0 |
2313 | 2025-01-06T18:34:17.164Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2314 | 2025-01-06T18:34:17.181Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2315 | 2025-01-06T18:34:18.053Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2316 | 2025-01-06T18:34:18.191Z | Compiling const_format_proc_macros v0.2.33 |
2317 | 2025-01-06T18:34:18.334Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2318 | 2025-01-06T18:34:18.463Z | Compiling num-derive v0.4.2 |
2319 | 2025-01-06T18:34:18.528Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2320 | 2025-01-06T18:34:18.771Z | Checking highway v1.2.0 |
2321 | 2025-01-06T18:34:19.167Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2322 | 2025-01-06T18:34:19.193Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2323 | 2025-01-06T18:34:19.494Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2324 | 2025-01-06T18:34:19.569Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2325 | 2025-01-06T18:34:19.820Z | Checking zone v0.3.0 |
2326 | 2025-01-06T18:34:20.319Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2327 | 2025-01-06T18:34:20.337Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2328 | 2025-01-06T18:34:20.353Z | Checking const_format v0.2.33 |
2329 | 2025-01-06T18:34:20.642Z | Checking gethostname v0.5.0 |
2330 | 2025-01-06T18:34:20.778Z | Checking bcs v0.1.6 |
2331 | 2025-01-06T18:34:20.819Z | Compiling async-recursion v1.1.1 |
2332 | 2025-01-06T18:34:20.847Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2333 | 2025-01-06T18:34:20.956Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2334 | 2025-01-06T18:34:21.012Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2335 | 2025-01-06T18:34:23.475Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2336 | 2025-01-06T18:34:27.722Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2337 | 2025-01-06T18:34:31.129Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2338 | 2025-01-06T18:34:33.765Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2339 | 2025-01-06T18:34:34.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.28s |
2340 | 2025-01-06T18:34:35.176Z | |
2341 | 2025-01-06T18:34:35.176Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2342 | 2025-01-06T18:34:35.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2025-01-06T18:34:35.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2025-01-06T18:34:35.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2345 | 2025-01-06T18:34:35.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2346 | 2025-01-06T18:34:35.832Z | |
2347 | 2025-01-06T18:34:35.832Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2348 | 2025-01-06T18:34:36.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2025-01-06T18:34:36.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2025-01-06T18:34:36.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2351 | 2025-01-06T18:34:36.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2352 | 2025-01-06T18:34:36.474Z | |
2353 | 2025-01-06T18:34:36.474Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2354 | 2025-01-06T18:34:37.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2025-01-06T18:34:37.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2025-01-06T18:34:37.132Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2357 | 2025-01-06T18:34:37.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2358 | 2025-01-06T18:34:37.954Z | |
2359 | 2025-01-06T18:34:37.955Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2360 | 2025-01-06T18:34:38.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2361 | 2025-01-06T18:34:38.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2362 | 2025-01-06T18:34:38.625Z | Compiling cfg_aliases v0.1.1 |
2363 | 2025-01-06T18:34:38.628Z | Compiling vte_generate_state_changes v0.1.2 |
2364 | 2025-01-06T18:34:38.628Z | Checking fd-lock v4.0.2 |
2365 | 2025-01-06T18:34:38.628Z | Checking nibble_vec v0.1.0 |
2366 | 2025-01-06T18:34:38.728Z | Checking endian-type v0.1.2 |
2367 | 2025-01-06T18:34:38.736Z | Checking bytecount v0.6.8 |
2368 | 2025-01-06T18:34:38.738Z | Compiling tabled_derive v0.7.0 |
2369 | 2025-01-06T18:34:38.794Z | Checking itertools v0.12.1 |
2370 | 2025-01-06T18:34:38.809Z | Compiling nix v0.28.0 |
2371 | 2025-01-06T18:34:38.891Z | Checking papergrid v0.11.0 |
2372 | 2025-01-06T18:34:38.904Z | Compiling peg-macros v0.8.4 |
2373 | 2025-01-06T18:34:38.918Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2374 | 2025-01-06T18:34:38.957Z | Checking radix_trie v0.2.1 |
2375 | 2025-01-06T18:34:39.324Z | Checking vte v0.11.1 |
2376 | 2025-01-06T18:34:39.373Z | Compiling sqlparser_derive v0.2.2 |
2377 | 2025-01-06T18:34:40.081Z | Checking nu-ansi-term v0.50.1 |
2378 | 2025-01-06T18:34:40.349Z | Checking home v0.5.9 |
2379 | 2025-01-06T18:34:40.460Z | Checking unicode_categories v0.1.1 |
2380 | 2025-01-06T18:34:40.500Z | Checking sqlparser v0.45.0 |
2381 | 2025-01-06T18:34:40.548Z | Checking display-error-chain v0.2.2 |
2382 | 2025-01-06T18:34:40.693Z | Checking strip-ansi-escapes v0.2.0 |
2383 | 2025-01-06T18:34:40.767Z | Checking sqlformat v0.2.6 |
2384 | 2025-01-06T18:34:41.374Z | Checking tabled v0.15.0 |
2385 | 2025-01-06T18:34:41.411Z | Checking reedline v0.35.0 |
2386 | 2025-01-06T18:34:41.951Z | Checking peg v0.8.4 |
2387 | 2025-01-06T18:34:42.037Z | Checking rustyline v14.0.0 |
2388 | 2025-01-06T18:34:51.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.07s |
2389 | 2025-01-06T18:34:51.211Z | |
2390 | 2025-01-06T18:34:51.211Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2391 | 2025-01-06T18:34:51.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2025-01-06T18:34:51.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2025-01-06T18:34:51.882Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2394 | 2025-01-06T18:34:56.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2395 | 2025-01-06T18:34:57.104Z | |
2396 | 2025-01-06T18:34:57.104Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2397 | 2025-01-06T18:34:57.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2025-01-06T18:34:57.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2025-01-06T18:34:57.777Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2400 | 2025-01-06T18:35:01.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
2401 | 2025-01-06T18:35:01.796Z | |
2402 | 2025-01-06T18:35:01.796Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2403 | 2025-01-06T18:35:02.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2025-01-06T18:35:02.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2025-01-06T18:35:02.499Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2406 | 2025-01-06T18:35:07.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
2407 | 2025-01-06T18:35:07.469Z | |
2408 | 2025-01-06T18:35:07.469Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2409 | 2025-01-06T18:35:08.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2025-01-06T18:35:08.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2025-01-06T18:35:08.144Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2412 | 2025-01-06T18:35:12.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s |
2413 | 2025-01-06T18:35:13.150Z | |
2414 | 2025-01-06T18:35:13.151Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2415 | 2025-01-06T18:35:13.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2025-01-06T18:35:13.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2025-01-06T18:35:13.827Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2418 | 2025-01-06T18:35:17.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
2419 | 2025-01-06T18:35:18.067Z | |
2420 | 2025-01-06T18:35:18.067Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2421 | 2025-01-06T18:35:18.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2025-01-06T18:35:18.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2025-01-06T18:35:18.747Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2424 | 2025-01-06T18:35:22.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
2425 | 2025-01-06T18:35:23.005Z | |
2426 | 2025-01-06T18:35:23.005Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2427 | 2025-01-06T18:35:23.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2025-01-06T18:35:23.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2025-01-06T18:35:23.684Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2430 | 2025-01-06T18:35:28.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
2431 | 2025-01-06T18:35:28.894Z | |
2432 | 2025-01-06T18:35:28.894Z | info: running `cargo check --bins` on oximeter (46/176) |
2433 | 2025-01-06T18:35:29.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2025-01-06T18:35:29.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2025-01-06T18:35:29.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2025-01-06T18:35:29.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2437 | 2025-01-06T18:35:29.530Z | |
2438 | 2025-01-06T18:35:29.530Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2439 | 2025-01-06T18:35:30.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2025-01-06T18:35:30.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2025-01-06T18:35:30.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2025-01-06T18:35:30.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2443 | 2025-01-06T18:35:30.160Z | |
2444 | 2025-01-06T18:35:30.160Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2445 | 2025-01-06T18:35:30.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2025-01-06T18:35:30.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2025-01-06T18:35:30.825Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2448 | 2025-01-06T18:35:32.993Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2449 | 2025-01-06T18:35:34.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
2450 | 2025-01-06T18:35:34.182Z | |
2451 | 2025-01-06T18:35:34.182Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2452 | 2025-01-06T18:35:34.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2025-01-06T18:35:34.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2025-01-06T18:35:34.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2025-01-06T18:35:34.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2456 | 2025-01-06T18:35:34.815Z | |
2457 | 2025-01-06T18:35:34.815Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2458 | 2025-01-06T18:35:35.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2025-01-06T18:35:35.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2025-01-06T18:35:35.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2025-01-06T18:35:35.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2462 | 2025-01-06T18:35:35.448Z | |
2463 | 2025-01-06T18:35:35.448Z | info: running `cargo check --bins` on oxql-types (51/176) |
2464 | 2025-01-06T18:35:35.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2025-01-06T18:35:35.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2025-01-06T18:35:35.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2025-01-06T18:35:36.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2468 | 2025-01-06T18:35:36.076Z | |
2469 | 2025-01-06T18:35:36.077Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2470 | 2025-01-06T18:35:36.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2025-01-06T18:35:36.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2025-01-06T18:35:36.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2025-01-06T18:35:36.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2474 | 2025-01-06T18:35:36.741Z | |
2475 | 2025-01-06T18:35:36.741Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2476 | 2025-01-06T18:35:37.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2025-01-06T18:35:37.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2025-01-06T18:35:37.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2025-01-06T18:35:37.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2480 | 2025-01-06T18:35:37.375Z | |
2481 | 2025-01-06T18:35:37.375Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2482 | 2025-01-06T18:35:37.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2025-01-06T18:35:37.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2025-01-06T18:35:37.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2025-01-06T18:35:37.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2486 | 2025-01-06T18:35:38.028Z | |
2487 | 2025-01-06T18:35:38.028Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2488 | 2025-01-06T18:35:38.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2025-01-06T18:35:38.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2025-01-06T18:35:38.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2025-01-06T18:35:38.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2492 | 2025-01-06T18:35:38.665Z | |
2493 | 2025-01-06T18:35:38.665Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2494 | 2025-01-06T18:35:39.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2025-01-06T18:35:39.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2025-01-06T18:35:39.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2025-01-06T18:35:39.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2498 | 2025-01-06T18:35:39.303Z | |
2499 | 2025-01-06T18:35:39.303Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2500 | 2025-01-06T18:35:39.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2025-01-06T18:35:39.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2025-01-06T18:35:39.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2025-01-06T18:35:39.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2504 | 2025-01-06T18:35:39.938Z | |
2505 | 2025-01-06T18:35:39.938Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2506 | 2025-01-06T18:35:40.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2025-01-06T18:35:40.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2025-01-06T18:35:40.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2025-01-06T18:35:40.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2510 | 2025-01-06T18:35:40.556Z | |
2511 | 2025-01-06T18:35:40.556Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2512 | 2025-01-06T18:35:41.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2025-01-06T18:35:41.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2025-01-06T18:35:41.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2025-01-06T18:35:41.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2516 | 2025-01-06T18:35:41.202Z | |
2517 | 2025-01-06T18:35:41.202Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2518 | 2025-01-06T18:35:41.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2025-01-06T18:35:41.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2025-01-06T18:35:41.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2025-01-06T18:35:41.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2522 | 2025-01-06T18:35:41.839Z | |
2523 | 2025-01-06T18:35:41.839Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2524 | 2025-01-06T18:35:42.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2025-01-06T18:35:42.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2025-01-06T18:35:42.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2025-01-06T18:35:42.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2528 | 2025-01-06T18:35:42.468Z | |
2529 | 2025-01-06T18:35:42.468Z | info: running `cargo check --bins` on dpd-client (62/176) |
2530 | 2025-01-06T18:35:43.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2025-01-06T18:35:43.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2025-01-06T18:35:43.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2025-01-06T18:35:43.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2534 | 2025-01-06T18:35:43.100Z | |
2535 | 2025-01-06T18:35:43.100Z | info: running `cargo check --bins` on gateway-client (63/176) |
2536 | 2025-01-06T18:35:43.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2025-01-06T18:35:43.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2025-01-06T18:35:43.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2025-01-06T18:35:43.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2540 | 2025-01-06T18:35:43.729Z | |
2541 | 2025-01-06T18:35:43.729Z | info: running `cargo check --bins` on installinator-client (64/176) |
2542 | 2025-01-06T18:35:44.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2025-01-06T18:35:44.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2025-01-06T18:35:44.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2025-01-06T18:35:44.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2546 | 2025-01-06T18:35:44.378Z | |
2547 | 2025-01-06T18:35:44.378Z | info: running `cargo check --bins` on installinator-common (65/176) |
2548 | 2025-01-06T18:35:44.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2025-01-06T18:35:44.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2025-01-06T18:35:44.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2025-01-06T18:35:44.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2552 | 2025-01-06T18:35:45.040Z | |
2553 | 2025-01-06T18:35:45.040Z | info: running `cargo check --bins` on update-engine (66/176) |
2554 | 2025-01-06T18:35:45.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2025-01-06T18:35:45.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2025-01-06T18:35:45.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2025-01-06T18:35:45.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2558 | 2025-01-06T18:35:45.674Z | |
2559 | 2025-01-06T18:35:45.674Z | info: running `cargo check --bins` on nexus-client (67/176) |
2560 | 2025-01-06T18:35:46.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2025-01-06T18:35:46.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2025-01-06T18:35:46.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2025-01-06T18:35:46.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2564 | 2025-01-06T18:35:46.341Z | |
2565 | 2025-01-06T18:35:46.341Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2566 | 2025-01-06T18:35:46.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2025-01-06T18:35:46.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2025-01-06T18:35:46.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2025-01-06T18:35:46.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2570 | 2025-01-06T18:35:46.989Z | |
2571 | 2025-01-06T18:35:46.989Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2572 | 2025-01-06T18:35:47.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2025-01-06T18:35:47.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2025-01-06T18:35:47.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2025-01-06T18:35:47.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2576 | 2025-01-06T18:35:47.605Z | |
2577 | 2025-01-06T18:35:47.606Z | info: running `cargo check --bins` on nexus-types (70/176) |
2578 | 2025-01-06T18:35:48.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2025-01-06T18:35:48.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2025-01-06T18:35:48.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2025-01-06T18:35:48.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2582 | 2025-01-06T18:35:48.260Z | |
2583 | 2025-01-06T18:35:48.260Z | info: running `cargo check --bins` on oxide-client (71/176) |
2584 | 2025-01-06T18:35:48.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2025-01-06T18:35:48.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2025-01-06T18:35:48.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2025-01-06T18:35:48.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2588 | 2025-01-06T18:35:48.883Z | |
2589 | 2025-01-06T18:35:48.883Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2590 | 2025-01-06T18:35:49.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2025-01-06T18:35:49.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2025-01-06T18:35:49.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2025-01-06T18:35:49.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2594 | 2025-01-06T18:35:49.504Z | |
2595 | 2025-01-06T18:35:49.504Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2596 | 2025-01-06T18:35:50.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2025-01-06T18:35:50.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2025-01-06T18:35:50.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2025-01-06T18:35:50.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2600 | 2025-01-06T18:35:50.132Z | |
2601 | 2025-01-06T18:35:50.132Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2602 | 2025-01-06T18:35:50.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2025-01-06T18:35:50.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2025-01-06T18:35:50.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2025-01-06T18:35:50.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2606 | 2025-01-06T18:35:50.796Z | |
2607 | 2025-01-06T18:35:50.796Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2608 | 2025-01-06T18:35:51.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2025-01-06T18:35:51.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2025-01-06T18:35:51.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2025-01-06T18:35:51.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2612 | 2025-01-06T18:35:51.470Z | |
2613 | 2025-01-06T18:35:51.470Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2614 | 2025-01-06T18:35:52.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-01-06T18:35:52.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-01-06T18:35:52.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2025-01-06T18:35:52.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2618 | 2025-01-06T18:35:52.193Z | |
2619 | 2025-01-06T18:35:52.193Z | info: running `cargo check --bins` on wicket-common (77/176) |
2620 | 2025-01-06T18:35:53.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2025-01-06T18:35:53.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2025-01-06T18:35:53.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2025-01-06T18:35:53.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2624 | 2025-01-06T18:35:53.303Z | |
2625 | 2025-01-06T18:35:53.303Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2626 | 2025-01-06T18:35:53.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2025-01-06T18:35:53.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2025-01-06T18:35:53.457Z | Checking csv-core v0.1.11 |
2629 | 2025-01-06T18:35:53.457Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2630 | 2025-01-06T18:35:53.474Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2631 | 2025-01-06T18:35:53.474Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2632 | 2025-01-06T18:35:53.774Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2633 | 2025-01-06T18:35:53.795Z | Checking csv v1.3.0 |
2634 | 2025-01-06T18:35:53.795Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2635 | 2025-01-06T18:35:54.366Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2636 | 2025-01-06T18:35:54.719Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2637 | 2025-01-06T18:35:56.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s |
2638 | 2025-01-06T18:35:56.675Z | |
2639 | 2025-01-06T18:35:56.675Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2640 | 2025-01-06T18:35:57.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2025-01-06T18:35:57.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2025-01-06T18:35:57.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2025-01-06T18:35:57.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2644 | 2025-01-06T18:35:57.313Z | |
2645 | 2025-01-06T18:35:57.313Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2646 | 2025-01-06T18:35:57.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-01-06T18:35:57.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-01-06T18:35:57.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2025-01-06T18:35:57.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2650 | 2025-01-06T18:35:57.955Z | |
2651 | 2025-01-06T18:35:57.955Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2652 | 2025-01-06T18:35:58.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-01-06T18:35:58.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-01-06T18:35:58.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2025-01-06T18:35:58.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2656 | 2025-01-06T18:35:58.697Z | |
2657 | 2025-01-06T18:35:58.697Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2658 | 2025-01-06T18:35:59.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-01-06T18:35:59.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-01-06T18:35:59.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2025-01-06T18:35:59.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2662 | 2025-01-06T18:35:59.443Z | |
2663 | 2025-01-06T18:35:59.443Z | info: running `cargo check --bins` on dns-server (83/176) |
2664 | 2025-01-06T18:36:00.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-01-06T18:36:00.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-01-06T18:36:00.114Z | Compiling parking_lot_core v0.8.6 |
2667 | 2025-01-06T18:36:00.117Z | Checking fxhash v0.2.1 |
2668 | 2025-01-06T18:36:00.117Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2669 | 2025-01-06T18:36:00.117Z | Checking hickory-server v0.24.1 |
2670 | 2025-01-06T18:36:00.216Z | Checking hickory-client v0.24.1 |
2671 | 2025-01-06T18:36:00.832Z | Checking parking_lot v0.11.2 |
2672 | 2025-01-06T18:36:00.971Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2673 | 2025-01-06T18:36:00.971Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2674 | 2025-01-06T18:36:01.083Z | Checking sled v0.34.7 |
2675 | 2025-01-06T18:36:02.938Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2676 | 2025-01-06T18:36:04.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
2677 | 2025-01-06T18:36:04.403Z | |
2678 | 2025-01-06T18:36:04.403Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2679 | 2025-01-06T18:36:04.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2025-01-06T18:36:04.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2025-01-06T18:36:04.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2025-01-06T18:36:04.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2683 | 2025-01-06T18:36:05.050Z | |
2684 | 2025-01-06T18:36:05.050Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2685 | 2025-01-06T18:36:05.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2025-01-06T18:36:05.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2025-01-06T18:36:05.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2025-01-06T18:36:05.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2689 | 2025-01-06T18:36:05.749Z | |
2690 | 2025-01-06T18:36:05.750Z | info: running `cargo check --bins` on gateway-types (86/176) |
2691 | 2025-01-06T18:36:06.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2025-01-06T18:36:06.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2025-01-06T18:36:06.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2025-01-06T18:36:06.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2695 | 2025-01-06T18:36:06.389Z | |
2696 | 2025-01-06T18:36:06.389Z | info: running `cargo check --bins` on ipcc (87/176) |
2697 | 2025-01-06T18:36:06.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2025-01-06T18:36:06.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2025-01-06T18:36:06.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2700 | 2025-01-06T18:36:06.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2701 | 2025-01-06T18:36:07.036Z | |
2702 | 2025-01-06T18:36:07.037Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2703 | 2025-01-06T18:36:07.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2025-01-06T18:36:07.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2025-01-06T18:36:07.747Z | Compiling radium v0.7.0 |
2706 | 2025-01-06T18:36:07.747Z | Compiling semver v0.1.20 |
2707 | 2025-01-06T18:36:07.749Z | Compiling maybe-uninit v2.0.0 |
2708 | 2025-01-06T18:36:07.750Z | Checking tap v1.0.1 |
2709 | 2025-01-06T18:36:07.883Z | Checking password-hash v0.5.0 |
2710 | 2025-01-06T18:36:07.886Z | Checking blake2 v0.10.6 |
2711 | 2025-01-06T18:36:07.886Z | Checking funty v2.0.0 |
2712 | 2025-01-06T18:36:07.886Z | Compiling cancel-safe-futures v0.1.5 |
2713 | 2025-01-06T18:36:08.247Z | Compiling rustc_version v0.1.7 |
2714 | 2025-01-06T18:36:08.293Z | Checking crc-catalog v2.4.0 |
2715 | 2025-01-06T18:36:08.309Z | Checking wyz v0.5.1 |
2716 | 2025-01-06T18:36:08.336Z | Compiling packed_struct v0.10.1 |
2717 | 2025-01-06T18:36:08.369Z | Compiling owo-colors v4.1.0 |
2718 | 2025-01-06T18:36:08.417Z | Checking crc v3.2.1 |
2719 | 2025-01-06T18:36:08.540Z | Checking argon2 v0.5.3 |
2720 | 2025-01-06T18:36:08.703Z | Compiling packed_struct_codegen v0.10.1 |
2721 | 2025-01-06T18:36:08.720Z | Compiling indexmap v1.9.3 |
2722 | 2025-01-06T18:36:08.726Z | Checking half v2.4.1 |
2723 | 2025-01-06T18:36:08.777Z | Checking bitvec v1.0.1 |
2724 | 2025-01-06T18:36:08.780Z | Compiling newtype_derive v0.1.6 |
2725 | 2025-01-06T18:36:08.832Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2726 | 2025-01-06T18:36:08.857Z | Checking ciborium-io v0.2.2 |
2727 | 2025-01-06T18:36:08.979Z | Checking nodrop v0.1.14 |
2728 | 2025-01-06T18:36:09.065Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2729 | 2025-01-06T18:36:09.099Z | Checking array-init v0.0.4 |
2730 | 2025-01-06T18:36:09.174Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2731 | 2025-01-06T18:36:09.220Z | Checking ciborium-ll v0.2.2 |
2732 | 2025-01-06T18:36:09.482Z | Checking smallvec v0.6.14 |
2733 | 2025-01-06T18:36:09.508Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2734 | 2025-01-06T18:36:09.600Z | Checking libsw v3.3.1 |
2735 | 2025-01-06T18:36:09.829Z | Compiling memoffset v0.9.1 |
2736 | 2025-01-06T18:36:09.880Z | Checking bitfield v0.14.0 |
2737 | 2025-01-06T18:36:09.883Z | Checking indent_write v2.2.0 |
2738 | 2025-01-06T18:36:10.091Z | Checking swrite v0.1.0 |
2739 | 2025-01-06T18:36:10.108Z | Checking hashbrown v0.12.3 |
2740 | 2025-01-06T18:36:10.130Z | Checking linear-map v1.2.0 |
2741 | 2025-01-06T18:36:10.147Z | Checking termcolor v1.4.1 |
2742 | 2025-01-06T18:36:10.376Z | Checking ron v0.8.1 |
2743 | 2025-01-06T18:36:10.491Z | Checking serde-hex v0.1.0 |
2744 | 2025-01-06T18:36:10.562Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2745 | 2025-01-06T18:36:10.620Z | Checking env_logger v0.10.2 |
2746 | 2025-01-06T18:36:11.064Z | Checking ciborium v0.2.2 |
2747 | 2025-01-06T18:36:11.083Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2748 | 2025-01-06T18:36:11.545Z | Checking steno v0.4.1 |
2749 | 2025-01-06T18:36:11.877Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2750 | 2025-01-06T18:36:11.894Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2751 | 2025-01-06T18:36:12.073Z | Checking hashbrown v0.13.2 |
2752 | 2025-01-06T18:36:12.138Z | Checking humantime v2.1.0 |
2753 | 2025-01-06T18:36:12.277Z | Checking crc-any v2.5.0 |
2754 | 2025-01-06T18:36:12.443Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2755 | 2025-01-06T18:36:12.658Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2756 | 2025-01-06T18:36:12.828Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2757 | 2025-01-06T18:36:13.104Z | Checking path-slash v0.1.5 |
2758 | 2025-01-06T18:36:13.152Z | Checking object v0.30.4 |
2759 | 2025-01-06T18:36:13.277Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2760 | 2025-01-06T18:36:13.329Z | Checking nix v0.27.1 |
2761 | 2025-01-06T18:36:13.801Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2762 | 2025-01-06T18:36:14.104Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2763 | 2025-01-06T18:36:14.367Z | Checking tungstenite v0.23.0 |
2764 | 2025-01-06T18:36:14.438Z | Checking kstat-rs v0.2.4 |
2765 | 2025-01-06T18:36:14.560Z | Checking signal-hook-tokio v0.3.1 |
2766 | 2025-01-06T18:36:14.778Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2767 | 2025-01-06T18:36:15.263Z | Checking tokio-tungstenite v0.23.1 |
2768 | 2025-01-06T18:36:15.286Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2769 | 2025-01-06T18:36:15.945Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2770 | 2025-01-06T18:36:16.127Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2771 | 2025-01-06T18:36:22.355Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2772 | 2025-01-06T18:36:23.647Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2773 | 2025-01-06T18:36:27.172Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2774 | 2025-01-06T18:36:32.811Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2775 | 2025-01-06T18:36:33.528Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2776 | 2025-01-06T18:36:36.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.32s |
2777 | 2025-01-06T18:36:36.558Z | |
2778 | 2025-01-06T18:36:36.558Z | info: running `cargo check --bins` on gateway-api (89/176) |
2779 | 2025-01-06T18:36:37.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2025-01-06T18:36:37.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2025-01-06T18:36:37.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2025-01-06T18:36:37.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2783 | 2025-01-06T18:36:37.200Z | |
2784 | 2025-01-06T18:36:37.200Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2785 | 2025-01-06T18:36:37.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2025-01-06T18:36:37.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2025-01-06T18:36:37.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2025-01-06T18:36:37.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2789 | 2025-01-06T18:36:37.811Z | |
2790 | 2025-01-06T18:36:37.811Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2791 | 2025-01-06T18:36:38.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2025-01-06T18:36:38.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2025-01-06T18:36:38.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2025-01-06T18:36:38.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2795 | 2025-01-06T18:36:38.451Z | |
2796 | 2025-01-06T18:36:38.451Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2797 | 2025-01-06T18:36:39.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2025-01-06T18:36:39.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2025-01-06T18:36:39.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2025-01-06T18:36:39.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2801 | 2025-01-06T18:36:39.091Z | |
2802 | 2025-01-06T18:36:39.092Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2803 | 2025-01-06T18:36:39.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2025-01-06T18:36:39.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2025-01-06T18:36:39.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2025-01-06T18:36:39.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2807 | 2025-01-06T18:36:39.725Z | |
2808 | 2025-01-06T18:36:39.725Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2809 | 2025-01-06T18:36:40.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2025-01-06T18:36:40.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2025-01-06T18:36:40.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2025-01-06T18:36:40.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2813 | 2025-01-06T18:36:40.880Z | |
2814 | 2025-01-06T18:36:40.880Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2815 | 2025-01-06T18:36:40.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2025-01-06T18:36:40.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2025-01-06T18:36:40.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2025-01-06T18:36:40.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2819 | 2025-01-06T18:36:40.987Z | |
2820 | 2025-01-06T18:36:40.987Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2821 | 2025-01-06T18:36:41.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2025-01-06T18:36:41.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2025-01-06T18:36:41.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2025-01-06T18:36:41.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2825 | 2025-01-06T18:36:41.616Z | |
2826 | 2025-01-06T18:36:41.616Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2827 | 2025-01-06T18:36:42.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2025-01-06T18:36:42.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2025-01-06T18:36:42.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2025-01-06T18:36:42.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2831 | 2025-01-06T18:36:42.267Z | |
2832 | 2025-01-06T18:36:42.268Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2833 | 2025-01-06T18:36:42.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2025-01-06T18:36:42.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2025-01-06T18:36:42.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2025-01-06T18:36:42.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2837 | 2025-01-06T18:36:42.889Z | |
2838 | 2025-01-06T18:36:42.889Z | info: running `cargo check --bins` on sp-sim (99/176) |
2839 | 2025-01-06T18:36:43.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2025-01-06T18:36:43.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2025-01-06T18:36:43.533Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2842 | 2025-01-06T18:36:44.011Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2843 | 2025-01-06T18:36:45.930Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2844 | 2025-01-06T18:36:48.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
2845 | 2025-01-06T18:36:48.326Z | |
2846 | 2025-01-06T18:36:48.326Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2847 | 2025-01-06T18:36:48.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2025-01-06T18:36:48.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2025-01-06T18:36:48.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2025-01-06T18:36:48.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2851 | 2025-01-06T18:36:48.541Z | |
2852 | 2025-01-06T18:36:48.541Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2853 | 2025-01-06T18:36:49.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2025-01-06T18:36:49.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2025-01-06T18:36:49.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2025-01-06T18:36:49.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2857 | 2025-01-06T18:36:49.228Z | |
2858 | 2025-01-06T18:36:49.228Z | info: running `cargo check --bins` on db-macros (102/176) |
2859 | 2025-01-06T18:36:49.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2025-01-06T18:36:49.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2025-01-06T18:36:49.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2025-01-06T18:36:49.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2863 | 2025-01-06T18:36:49.856Z | |
2864 | 2025-01-06T18:36:49.856Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2865 | 2025-01-06T18:36:50.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2025-01-06T18:36:50.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2025-01-06T18:36:50.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2025-01-06T18:36:50.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2869 | 2025-01-06T18:36:50.485Z | |
2870 | 2025-01-06T18:36:50.485Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2871 | 2025-01-06T18:36:54.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2025-01-06T18:36:54.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2025-01-06T18:36:54.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2025-01-06T18:36:54.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2875 | 2025-01-06T18:36:54.630Z | |
2876 | 2025-01-06T18:36:54.630Z | info: running `cargo check --bins` on authz-macros (105/176) |
2877 | 2025-01-06T18:36:54.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2025-01-06T18:36:54.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2025-01-06T18:36:54.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2025-01-06T18:36:54.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2881 | 2025-01-06T18:36:54.630Z | |
2882 | 2025-01-06T18:36:54.630Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2883 | 2025-01-06T18:36:54.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2025-01-06T18:36:54.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2025-01-06T18:36:54.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2025-01-06T18:36:54.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2887 | 2025-01-06T18:36:54.630Z | |
2888 | 2025-01-06T18:36:54.630Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2889 | 2025-01-06T18:36:54.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2025-01-06T18:36:54.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2025-01-06T18:36:54.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2025-01-06T18:36:54.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2893 | 2025-01-06T18:36:54.660Z | |
2894 | 2025-01-06T18:36:54.660Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2895 | 2025-01-06T18:36:54.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2025-01-06T18:36:54.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2025-01-06T18:36:54.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2898 | 2025-01-06T18:36:54.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2899 | 2025-01-06T18:36:54.660Z | |
2900 | 2025-01-06T18:36:54.660Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2901 | 2025-01-06T18:36:54.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2025-01-06T18:36:54.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2025-01-06T18:36:54.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2904 | 2025-01-06T18:36:54.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2905 | 2025-01-06T18:36:54.661Z | |
2906 | 2025-01-06T18:36:54.661Z | info: running `cargo check --bins` on typed-rng (110/176) |
2907 | 2025-01-06T18:36:54.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2908 | 2025-01-06T18:36:54.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2909 | 2025-01-06T18:36:54.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2910 | 2025-01-06T18:36:54.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2911 | 2025-01-06T18:36:55.034Z | |
2912 | 2025-01-06T18:36:55.034Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2913 | 2025-01-06T18:36:55.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2025-01-06T18:36:55.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2025-01-06T18:36:55.788Z | Checking keccak v0.1.5 |
2916 | 2025-01-06T18:36:55.898Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2917 | 2025-01-06T18:36:55.901Z | Checking secrecy v0.8.0 |
2918 | 2025-01-06T18:36:55.901Z | Compiling unicase v2.7.0 |
2919 | 2025-01-06T18:36:55.907Z | Compiling same-file v1.0.6 |
2920 | 2025-01-06T18:36:55.915Z | Compiling tempfile v3.13.0 |
2921 | 2025-01-06T18:36:55.949Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2922 | 2025-01-06T18:36:55.952Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2923 | 2025-01-06T18:36:56.174Z | Checking sha3 v0.10.8 |
2924 | 2025-01-06T18:36:56.203Z | Compiling walkdir v2.5.0 |
2925 | 2025-01-06T18:36:56.248Z | Compiling thiserror-impl-no-std v2.0.2 |
2926 | 2025-01-06T18:36:56.269Z | Checking universal-hash v0.5.1 |
2927 | 2025-01-06T18:36:56.286Z | Compiling blake3 v1.5.4 |
2928 | 2025-01-06T18:36:56.319Z | Compiling ring v0.16.20 |
2929 | 2025-01-06T18:36:56.454Z | Checking opaque-debug v0.3.1 |
2930 | 2025-01-06T18:36:56.536Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2931 | 2025-01-06T18:36:56.555Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2932 | 2025-01-06T18:36:56.558Z | Checking poly1305 v0.8.0 |
2933 | 2025-01-06T18:36:56.785Z | Checking chacha20 v0.9.1 |
2934 | 2025-01-06T18:36:56.873Z | Checking aead v0.5.2 |
2935 | 2025-01-06T18:36:57.001Z | Compiling memmap2 v0.9.5 |
2936 | 2025-01-06T18:36:57.050Z | Compiling spin v0.5.2 |
2937 | 2025-01-06T18:36:57.093Z | Compiling arrayref v0.3.9 |
2938 | 2025-01-06T18:36:57.141Z | Compiling libefi-sys v0.1.0 |
2939 | 2025-01-06T18:36:57.194Z | Compiling arrayvec v0.7.6 |
2940 | 2025-01-06T18:36:57.265Z | Compiling constant_time_eq v0.3.1 |
2941 | 2025-01-06T18:36:57.403Z | Compiling salty v0.3.0 |
2942 | 2025-01-06T18:36:57.462Z | Checking chacha20poly1305 v0.10.1 |
2943 | 2025-01-06T18:36:57.516Z | Compiling toolchain_find v0.4.0 |
2944 | 2025-01-06T18:36:57.649Z | Compiling camino-tempfile v1.1.1 |
2945 | 2025-01-06T18:36:57.835Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2946 | 2025-01-06T18:36:57.961Z | Compiling bitfield-struct v0.6.2 |
2947 | 2025-01-06T18:36:58.123Z | Compiling topological-sort v0.2.2 |
2948 | 2025-01-06T18:36:58.213Z | Compiling mime_guess v2.0.5 |
2949 | 2025-01-06T18:36:58.360Z | Compiling rustfmt-wrapper v0.2.1 |
2950 | 2025-01-06T18:36:58.918Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2951 | 2025-01-06T18:36:58.950Z | Checking primeorder v0.13.6 |
2952 | 2025-01-06T18:36:59.148Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2953 | 2025-01-06T18:36:59.209Z | Checking env_filter v0.1.2 |
2954 | 2025-01-06T18:36:59.250Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2955 | 2025-01-06T18:36:59.371Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2956 | 2025-01-06T18:36:59.392Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2957 | 2025-01-06T18:36:59.417Z | Checking p384 v0.13.0 |
2958 | 2025-01-06T18:36:59.442Z | Checking env_logger v0.11.5 |
2959 | 2025-01-06T18:36:59.452Z | Checking thiserror-no-std v2.0.2 |
2960 | 2025-01-06T18:36:59.566Z | Checking vsss-rs v3.3.4 |
2961 | 2025-01-06T18:36:59.605Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2962 | 2025-01-06T18:36:59.781Z | Compiling zip v2.1.3 |
2963 | 2025-01-06T18:36:59.956Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2964 | 2025-01-06T18:37:00.032Z | Checking lockfree-object-pool v0.1.6 |
2965 | 2025-01-06T18:37:00.079Z | Checking http-range v0.1.5 |
2966 | 2025-01-06T18:37:00.250Z | Checking bumpalo v3.16.0 |
2967 | 2025-01-06T18:37:00.305Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2968 | 2025-01-06T18:37:00.326Z | Checking simd-adler32 v0.3.7 |
2969 | 2025-01-06T18:37:00.468Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2970 | 2025-01-06T18:37:00.503Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2971 | 2025-01-06T18:37:00.667Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2972 | 2025-01-06T18:37:00.684Z | Checking zopfli v0.8.1 |
2973 | 2025-01-06T18:37:00.818Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2974 | 2025-01-06T18:37:01.319Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2975 | 2025-01-06T18:37:01.350Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2976 | 2025-01-06T18:37:01.374Z | Checking nanorand v0.7.0 |
2977 | 2025-01-06T18:37:01.609Z | Checking atty v0.2.14 |
2978 | 2025-01-06T18:37:01.734Z | Checking glob v0.3.1 |
2979 | 2025-01-06T18:37:01.754Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2980 | 2025-01-06T18:37:01.772Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2981 | 2025-01-06T18:37:02.075Z | Compiling omicron-zone-package v0.11.1 |
2982 | 2025-01-06T18:37:02.078Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2983 | 2025-01-06T18:37:02.499Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2984 | 2025-01-06T18:37:03.078Z | Checking flume v0.11.1 |
2985 | 2025-01-06T18:37:03.188Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2986 | 2025-01-06T18:37:03.551Z | Checking hyper-staticfile v0.10.1 |
2987 | 2025-01-06T18:37:04.087Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2988 | 2025-01-06T18:37:04.235Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2989 | 2025-01-06T18:37:04.341Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2990 | 2025-01-06T18:37:04.379Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2991 | 2025-01-06T18:37:04.503Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2992 | 2025-01-06T18:37:05.112Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2993 | 2025-01-06T18:37:05.482Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2994 | 2025-01-06T18:37:05.558Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2995 | 2025-01-06T18:37:05.581Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2996 | 2025-01-06T18:37:06.959Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2997 | 2025-01-06T18:37:08.773Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2998 | 2025-01-06T18:37:08.776Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2999 | 2025-01-06T18:37:19.079Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3000 | 2025-01-06T18:37:32.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.89s |
3001 | 2025-01-06T18:37:33.122Z | |
3002 | 2025-01-06T18:37:33.122Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3003 | 2025-01-06T18:37:33.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2025-01-06T18:37:33.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2025-01-06T18:37:33.877Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3006 | 2025-01-06T18:37:47.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s |
3007 | 2025-01-06T18:37:47.937Z | |
3008 | 2025-01-06T18:37:47.937Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3009 | 2025-01-06T18:37:48.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2025-01-06T18:37:48.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2025-01-06T18:37:48.684Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3012 | 2025-01-06T18:38:02.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s |
3013 | 2025-01-06T18:38:02.811Z | |
3014 | 2025-01-06T18:38:02.811Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3015 | 2025-01-06T18:38:03.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2025-01-06T18:38:03.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2025-01-06T18:38:03.561Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2025-01-06T18:38:17.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.71s |
3019 | 2025-01-06T18:38:17.727Z | |
3020 | 2025-01-06T18:38:17.727Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3021 | 2025-01-06T18:38:18.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2025-01-06T18:38:18.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2025-01-06T18:38:18.472Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3024 | 2025-01-06T18:38:32.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.57s |
3025 | 2025-01-06T18:38:32.498Z | |
3026 | 2025-01-06T18:38:32.498Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3027 | 2025-01-06T18:38:33.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2025-01-06T18:38:33.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2025-01-06T18:38:33.250Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3030 | 2025-01-06T18:38:47.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.70s |
3031 | 2025-01-06T18:38:47.398Z | |
3032 | 2025-01-06T18:38:47.399Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3033 | 2025-01-06T18:38:48.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-01-06T18:38:48.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-01-06T18:38:48.139Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3036 | 2025-01-06T18:39:02.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.63s |
3037 | 2025-01-06T18:39:02.237Z | |
3038 | 2025-01-06T18:39:02.237Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3039 | 2025-01-06T18:39:02.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-01-06T18:39:02.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-01-06T18:39:03.403Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3042 | 2025-01-06T18:39:17.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s |
3043 | 2025-01-06T18:39:17.282Z | |
3044 | 2025-01-06T18:39:17.282Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3045 | 2025-01-06T18:39:17.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-01-06T18:39:17.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-01-06T18:39:17.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2025-01-06T18:39:17.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3049 | 2025-01-06T18:39:17.947Z | |
3050 | 2025-01-06T18:39:17.947Z | info: running `cargo check --bins` on key-manager (120/176) |
3051 | 2025-01-06T18:39:18.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-01-06T18:39:18.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-01-06T18:39:18.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2025-01-06T18:39:18.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3055 | 2025-01-06T18:39:18.584Z | |
3056 | 2025-01-06T18:39:18.584Z | info: running `cargo check --bins` on range-requests (121/176) |
3057 | 2025-01-06T18:39:19.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2025-01-06T18:39:19.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2025-01-06T18:39:19.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2025-01-06T18:39:19.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3061 | 2025-01-06T18:39:19.206Z | |
3062 | 2025-01-06T18:39:19.207Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3063 | 2025-01-06T18:39:19.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2025-01-06T18:39:19.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2025-01-06T18:39:19.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2025-01-06T18:39:19.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3067 | 2025-01-06T18:39:19.845Z | |
3068 | 2025-01-06T18:39:19.845Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3069 | 2025-01-06T18:39:20.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2025-01-06T18:39:20.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2025-01-06T18:39:20.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2025-01-06T18:39:20.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3073 | 2025-01-06T18:39:20.509Z | |
3074 | 2025-01-06T18:39:20.509Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3075 | 2025-01-06T18:39:21.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2025-01-06T18:39:21.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2025-01-06T18:39:21.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2025-01-06T18:39:21.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3079 | 2025-01-06T18:39:21.129Z | |
3080 | 2025-01-06T18:39:21.129Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3081 | 2025-01-06T18:39:21.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2025-01-06T18:39:21.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2025-01-06T18:39:21.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2025-01-06T18:39:21.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3085 | 2025-01-06T18:39:21.790Z | |
3086 | 2025-01-06T18:39:21.790Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3087 | 2025-01-06T18:39:22.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2025-01-06T18:39:22.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2025-01-06T18:39:22.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3090 | 2025-01-06T18:39:22.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3091 | 2025-01-06T18:39:22.442Z | |
3092 | 2025-01-06T18:39:22.442Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3093 | 2025-01-06T18:39:23.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2025-01-06T18:39:23.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2025-01-06T18:39:23.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3096 | 2025-01-06T18:39:23.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3097 | 2025-01-06T18:39:23.092Z | |
3098 | 2025-01-06T18:39:23.092Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/176) |
3099 | 2025-01-06T18:39:23.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2025-01-06T18:39:23.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2025-01-06T18:39:23.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2025-01-06T18:39:23.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3103 | 2025-01-06T18:39:23.759Z | |
3104 | 2025-01-06T18:39:23.759Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176) |
3105 | 2025-01-06T18:39:24.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2025-01-06T18:39:24.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2025-01-06T18:39:24.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3108 | 2025-01-06T18:39:24.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3109 | 2025-01-06T18:39:24.426Z | |
3110 | 2025-01-06T18:39:24.426Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3111 | 2025-01-06T18:39:25.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2025-01-06T18:39:25.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2025-01-06T18:39:25.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3114 | 2025-01-06T18:39:25.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3115 | 2025-01-06T18:39:25.105Z | |
3116 | 2025-01-06T18:39:25.105Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3117 | 2025-01-06T18:39:25.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2025-01-06T18:39:25.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2025-01-06T18:39:25.803Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3120 | 2025-01-06T18:39:25.803Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3121 | 2025-01-06T18:39:26.691Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3122 | 2025-01-06T18:39:28.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
3123 | 2025-01-06T18:39:29.901Z | |
3124 | 2025-01-06T18:39:29.901Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3125 | 2025-01-06T18:39:29.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2025-01-06T18:39:29.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2025-01-06T18:39:29.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3128 | 2025-01-06T18:39:29.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3129 | 2025-01-06T18:39:29.906Z | |
3130 | 2025-01-06T18:39:29.906Z | info: running `cargo check --bins` on cert-dev (133/176) |
3131 | 2025-01-06T18:39:30.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2025-01-06T18:39:30.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2025-01-06T18:39:30.147Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3134 | 2025-01-06T18:39:30.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3135 | 2025-01-06T18:39:30.584Z | |
3136 | 2025-01-06T18:39:30.584Z | info: running `cargo check --bins` on clickana (134/176) |
3137 | 2025-01-06T18:39:31.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2025-01-06T18:39:31.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2025-01-06T18:39:31.236Z | Checking castaway v0.2.3 |
3140 | 2025-01-06T18:39:31.240Z | Checking unicode-truncate v1.1.0 |
3141 | 2025-01-06T18:39:31.240Z | Checking lru v0.12.5 |
3142 | 2025-01-06T18:39:31.240Z | Compiling instability v0.3.2 |
3143 | 2025-01-06T18:39:31.240Z | Checking cassowary v0.3.0 |
3144 | 2025-01-06T18:39:31.240Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3145 | 2025-01-06T18:39:31.461Z | Checking compact_str v0.8.0 |
3146 | 2025-01-06T18:39:32.139Z | Checking ratatui v0.28.1 |
3147 | 2025-01-06T18:39:33.063Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3148 | 2025-01-06T18:39:34.090Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3149 | 2025-01-06T18:39:34.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
3150 | 2025-01-06T18:39:35.111Z | |
3151 | 2025-01-06T18:39:35.111Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3152 | 2025-01-06T18:39:35.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2025-01-06T18:39:35.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2025-01-06T18:39:35.808Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3155 | 2025-01-06T18:39:35.808Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3156 | 2025-01-06T18:39:36.852Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3157 | 2025-01-06T18:39:37.380Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3158 | 2025-01-06T18:39:37.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
3159 | 2025-01-06T18:39:37.947Z | |
3160 | 2025-01-06T18:39:37.947Z | info: running `cargo check --bins` on ch-dev (136/176) |
3161 | 2025-01-06T18:39:38.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2025-01-06T18:39:38.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2025-01-06T18:39:38.614Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3164 | 2025-01-06T18:39:39.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3165 | 2025-01-06T18:39:39.524Z | |
3166 | 2025-01-06T18:39:39.524Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3167 | 2025-01-06T18:39:40.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2025-01-06T18:39:40.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2025-01-06T18:39:40.179Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3170 | 2025-01-06T18:39:40.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3171 | 2025-01-06T18:39:40.728Z | |
3172 | 2025-01-06T18:39:40.728Z | info: running `cargo check --bins` on db-dev (138/176) |
3173 | 2025-01-06T18:39:41.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2025-01-06T18:39:41.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2025-01-06T18:39:41.393Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3176 | 2025-01-06T18:39:42.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3177 | 2025-01-06T18:39:42.315Z | |
3178 | 2025-01-06T18:39:42.315Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3179 | 2025-01-06T18:39:42.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2025-01-06T18:39:42.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2025-01-06T18:39:42.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3182 | 2025-01-06T18:39:42.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3183 | 2025-01-06T18:39:42.947Z | |
3184 | 2025-01-06T18:39:42.947Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3185 | 2025-01-06T18:39:43.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2025-01-06T18:39:43.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2025-01-06T18:39:43.601Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3188 | 2025-01-06T18:39:44.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
3189 | 2025-01-06T18:39:44.637Z | |
3190 | 2025-01-06T18:39:44.637Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3191 | 2025-01-06T18:39:46.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2025-01-06T18:39:46.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2025-01-06T18:39:46.799Z | Checking cargo-platform v0.1.8 |
3194 | 2025-01-06T18:39:46.799Z | Checking cargo_metadata v0.18.1 |
3195 | 2025-01-06T18:39:46.799Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3196 | 2025-01-06T18:39:47.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s |
3197 | 2025-01-06T18:39:47.547Z | |
3198 | 2025-01-06T18:39:47.547Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3199 | 2025-01-06T18:39:48.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2025-01-06T18:39:48.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2025-01-06T18:39:48.272Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3202 | 2025-01-06T18:39:53.238Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3203 | 2025-01-06T18:39:53.279Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3204 | 2025-01-06T18:39:53.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
3205 | 2025-01-06T18:39:53.279Z | |
3206 | 2025-01-06T18:39:53.280Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3207 | 2025-01-06T18:39:53.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2025-01-06T18:39:53.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2025-01-06T18:39:53.280Z | Compiling crunchy v0.2.2 |
3210 | 2025-01-06T18:39:53.280Z | Compiling tiny-keccak v2.0.2 |
3211 | 2025-01-06T18:39:53.280Z | Compiling dsl_auto_type v0.1.2 |
3212 | 2025-01-06T18:39:53.280Z | Checking scheduled-thread-pool v0.2.7 |
3213 | 2025-01-06T18:39:53.280Z | Compiling diesel_table_macro_syntax v0.2.0 |
3214 | 2025-01-06T18:39:53.280Z | Compiling ascii-canvas v3.0.0 |
3215 | 2025-01-06T18:39:53.280Z | Compiling ena v0.14.3 |
3216 | 2025-01-06T18:39:53.280Z | Compiling regex-syntax v0.6.29 |
3217 | 2025-01-06T18:39:53.280Z | Checking r2d2 v0.8.10 |
3218 | 2025-01-06T18:39:53.280Z | Compiling diff v0.1.13 |
3219 | 2025-01-06T18:39:53.280Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3220 | 2025-01-06T18:39:53.280Z | Compiling ref-cast v1.0.23 |
3221 | 2025-01-06T18:39:53.280Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3222 | 2025-01-06T18:39:53.280Z | Compiling derive_builder_core v0.20.2 |
3223 | 2025-01-06T18:39:53.280Z | Compiling libxml v0.3.3 |
3224 | 2025-01-06T18:39:53.280Z | Compiling ref-cast-impl v1.0.23 |
3225 | 2025-01-06T18:39:53.280Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3226 | 2025-01-06T18:39:53.280Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3227 | 2025-01-06T18:39:53.280Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3228 | 2025-01-06T18:39:53.376Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3229 | 2025-01-06T18:39:53.461Z | Compiling strum_macros v0.24.3 |
3230 | 2025-01-06T18:39:53.544Z | Compiling samael v0.0.17 |
3231 | 2025-01-06T18:39:53.733Z | Compiling diesel_derives v2.2.3 |
3232 | 2025-01-06T18:39:53.813Z | Compiling indoc v1.0.9 |
3233 | 2025-01-06T18:39:54.811Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3234 | 2025-01-06T18:39:55.090Z | Compiling impl-trait-for-tuples v0.2.2 |
3235 | 2025-01-06T18:39:55.221Z | Compiling derive_builder_macro v0.20.2 |
3236 | 2025-01-06T18:39:55.397Z | Compiling lalrpop v0.19.12 |
3237 | 2025-01-06T18:39:56.183Z | Checking derive_builder v0.20.2 |
3238 | 2025-01-06T18:39:56.342Z | Compiling oso-derive v0.27.3 |
3239 | 2025-01-06T18:39:56.674Z | Checking quick-xml v0.33.0 |
3240 | 2025-01-06T18:39:57.170Z | Compiling diesel-dtrace v0.4.2 |
3241 | 2025-01-06T18:39:57.381Z | Checking maplit v1.0.2 |
3242 | 2025-01-06T18:39:57.529Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3243 | 2025-01-06T18:39:57.581Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3244 | 2025-01-06T18:39:57.901Z | Checking bb8 v0.8.5 |
3245 | 2025-01-06T18:39:58.148Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3246 | 2025-01-06T18:39:58.387Z | Checking rand_seeder v0.3.0 |
3247 | 2025-01-06T18:39:58.457Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3248 | 2025-01-06T18:39:58.539Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3249 | 2025-01-06T18:39:58.629Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3250 | 2025-01-06T18:39:58.825Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3251 | 2025-01-06T18:39:59.127Z | Checking is_ci v1.2.0 |
3252 | 2025-01-06T18:39:59.178Z | Checking smawk v0.3.2 |
3253 | 2025-01-06T18:39:59.268Z | Checking unicode-linebreak v0.1.5 |
3254 | 2025-01-06T18:39:59.387Z | Checking supports-color v3.0.1 |
3255 | 2025-01-06T18:39:59.627Z | Checking multimap v0.10.0 |
3256 | 2025-01-06T18:39:59.699Z | Checking textwrap v0.16.1 |
3257 | 2025-01-06T18:40:00.441Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3258 | 2025-01-06T18:40:03.028Z | Checking diesel v2.2.6 |
3259 | 2025-01-06T18:40:32.969Z | Compiling polar-core v0.27.3 |
3260 | 2025-01-06T18:40:33.110Z | Checking async-bb8-diesel v0.2.1 |
3261 | 2025-01-06T18:40:36.516Z | Checking oso v0.27.3 |
3262 | 2025-01-06T18:41:44.738Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3263 | 2025-01-06T18:41:51.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
3264 | 2025-01-06T18:41:51.244Z | |
3265 | 2025-01-06T18:41:51.244Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3266 | 2025-01-06T18:41:51.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3267 | 2025-01-06T18:41:51.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3268 | 2025-01-06T18:41:51.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3269 | 2025-01-06T18:41:51.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3270 | 2025-01-06T18:41:51.934Z | |
3271 | 2025-01-06T18:41:51.934Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3272 | 2025-01-06T18:41:52.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3273 | 2025-01-06T18:41:52.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3274 | 2025-01-06T18:41:52.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3275 | 2025-01-06T18:41:52.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3276 | 2025-01-06T18:41:52.618Z | |
3277 | 2025-01-06T18:41:52.618Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3278 | 2025-01-06T18:41:53.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3279 | 2025-01-06T18:41:53.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3280 | 2025-01-06T18:41:53.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3281 | 2025-01-06T18:41:53.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3282 | 2025-01-06T18:41:53.238Z | |
3283 | 2025-01-06T18:41:53.238Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3284 | 2025-01-06T18:41:53.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3285 | 2025-01-06T18:41:53.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3286 | 2025-01-06T18:41:54.055Z | Compiling libz-sys v1.1.20 |
3287 | 2025-01-06T18:41:54.171Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3288 | 2025-01-06T18:41:54.182Z | Compiling vergen v8.3.2 |
3289 | 2025-01-06T18:41:54.185Z | Compiling cargo-platform v0.1.8 |
3290 | 2025-01-06T18:41:54.185Z | Compiling pin-project-internal v1.1.6 |
3291 | 2025-01-06T18:41:54.215Z | Compiling snafu-derive v0.8.5 |
3292 | 2025-01-06T18:41:54.218Z | Compiling libsqlite3-sys v0.30.1 |
3293 | 2025-01-06T18:41:54.219Z | Compiling cfg_aliases v0.2.1 |
3294 | 2025-01-06T18:41:54.339Z | Compiling buf-list v1.0.3 |
3295 | 2025-01-06T18:41:54.464Z | Compiling cargo_metadata v0.18.1 |
3296 | 2025-01-06T18:41:54.754Z | Compiling rustls v0.21.12 |
3297 | 2025-01-06T18:41:54.840Z | Compiling nix v0.29.0 |
3298 | 2025-01-06T18:41:54.976Z | Checking globset v0.4.15 |
3299 | 2025-01-06T18:41:55.103Z | Checking olpc-cjson v0.1.4 |
3300 | 2025-01-06T18:41:55.205Z | Checking sct v0.7.1 |
3301 | 2025-01-06T18:41:55.348Z | Checking rustls-webpki v0.101.7 |
3302 | 2025-01-06T18:41:55.413Z | Checking serde_plain v1.0.2 |
3303 | 2025-01-06T18:41:55.477Z | Checking typed-path v0.9.3 |
3304 | 2025-01-06T18:41:55.979Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3305 | 2025-01-06T18:41:56.237Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3306 | 2025-01-06T18:41:56.263Z | Checking hashlink v0.9.1 |
3307 | 2025-01-06T18:41:56.504Z | Checking parse-size v1.1.0 |
3308 | 2025-01-06T18:41:56.694Z | Checking fallible-iterator v0.3.0 |
3309 | 2025-01-06T18:41:56.887Z | Checking fallible-streaming-iterator v0.1.9 |
3310 | 2025-01-06T18:41:57.157Z | Checking pin-project v1.1.6 |
3311 | 2025-01-06T18:41:57.270Z | Checking rusqlite v0.32.1 |
3312 | 2025-01-06T18:41:57.288Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3313 | 2025-01-06T18:41:57.440Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3314 | 2025-01-06T18:41:57.700Z | Checking rustls-pemfile v1.0.4 |
3315 | 2025-01-06T18:41:57.911Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3316 | 2025-01-06T18:41:58.024Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3317 | 2025-01-06T18:41:58.301Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3318 | 2025-01-06T18:41:58.412Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3319 | 2025-01-06T18:41:58.440Z | Checking twox-hash v1.6.3 |
3320 | 2025-01-06T18:41:58.553Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3321 | 2025-01-06T18:41:58.596Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3322 | 2025-01-06T18:41:58.948Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3323 | 2025-01-06T18:41:59.277Z | Checking tokio-rustls v0.24.1 |
3324 | 2025-01-06T18:41:59.522Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3325 | 2025-01-06T18:41:59.648Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3326 | 2025-01-06T18:41:59.753Z | Checking snafu v0.8.5 |
3327 | 2025-01-06T18:41:59.773Z | Checking fatfs v0.3.6 |
3328 | 2025-01-06T18:42:00.246Z | Checking tough v0.19.0 |
3329 | 2025-01-06T18:42:00.321Z | Checking assert_matches v1.5.0 |
3330 | 2025-01-06T18:42:04.443Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3331 | 2025-01-06T18:42:05.843Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3332 | 2025-01-06T18:42:06.698Z | Compiling git2 v0.19.0 |
3333 | 2025-01-06T18:42:11.449Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3334 | 2025-01-06T18:43:04.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3335 | 2025-01-06T18:43:05.034Z | |
3336 | 2025-01-06T18:43:05.034Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3337 | 2025-01-06T18:43:05.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2025-01-06T18:43:05.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2025-01-06T18:43:05.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3340 | 2025-01-06T18:43:05.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3341 | 2025-01-06T18:43:05.738Z | |
3342 | 2025-01-06T18:43:05.738Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3343 | 2025-01-06T18:43:06.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-01-06T18:43:06.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-01-06T18:43:06.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2025-01-06T18:43:06.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3347 | 2025-01-06T18:43:06.359Z | |
3348 | 2025-01-06T18:43:06.359Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3349 | 2025-01-06T18:43:06.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-01-06T18:43:06.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-01-06T18:43:06.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2025-01-06T18:43:06.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3353 | 2025-01-06T18:43:07.038Z | |
3354 | 2025-01-06T18:43:07.038Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3355 | 2025-01-06T18:43:07.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2025-01-06T18:43:07.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2025-01-06T18:43:07.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3358 | 2025-01-06T18:43:07.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3359 | 2025-01-06T18:43:07.727Z | |
3360 | 2025-01-06T18:43:07.727Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3361 | 2025-01-06T18:43:08.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2025-01-06T18:43:08.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2025-01-06T18:43:08.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3364 | 2025-01-06T18:43:08.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3365 | 2025-01-06T18:43:08.414Z | |
3366 | 2025-01-06T18:43:08.414Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3367 | 2025-01-06T18:43:09.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2025-01-06T18:43:09.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2025-01-06T18:43:09.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3370 | 2025-01-06T18:43:09.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3371 | 2025-01-06T18:43:09.104Z | |
3372 | 2025-01-06T18:43:09.104Z | info: running `cargo check --bins` on update-common (154/176) |
3373 | 2025-01-06T18:43:09.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2025-01-06T18:43:09.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2025-01-06T18:43:09.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3376 | 2025-01-06T18:43:09.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3377 | 2025-01-06T18:43:09.767Z | |
3378 | 2025-01-06T18:43:09.767Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3379 | 2025-01-06T18:43:10.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2025-01-06T18:43:10.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2025-01-06T18:43:10.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3382 | 2025-01-06T18:43:10.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3383 | 2025-01-06T18:43:10.427Z | |
3384 | 2025-01-06T18:43:10.427Z | info: running `cargo check --bins` on tufaceous (156/176) |
3385 | 2025-01-06T18:43:11.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3386 | 2025-01-06T18:43:11.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3387 | 2025-01-06T18:43:11.123Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3388 | 2025-01-06T18:43:12.360Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3389 | 2025-01-06T18:43:13.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s |
3390 | 2025-01-06T18:43:13.453Z | |
3391 | 2025-01-06T18:43:13.453Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3392 | 2025-01-06T18:43:14.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2025-01-06T18:43:14.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2025-01-06T18:43:14.324Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3395 | 2025-01-06T18:43:14.327Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3396 | 2025-01-06T18:43:14.464Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3397 | 2025-01-06T18:43:14.467Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3398 | 2025-01-06T18:43:15.513Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3399 | 2025-01-06T18:43:42.277Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3400 | 2025-01-06T18:43:42.280Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3401 | 2025-01-06T18:43:42.280Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3402 | 2025-01-06T18:43:42.280Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3403 | 2025-01-06T18:43:42.280Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3404 | 2025-01-06T18:43:43.085Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3405 | 2025-01-06T18:43:44.409Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3406 | 2025-01-06T18:44:23.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3407 | 2025-01-06T18:44:23.304Z | |
3408 | 2025-01-06T18:44:23.304Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3409 | 2025-01-06T18:44:23.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3410 | 2025-01-06T18:44:23.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3411 | 2025-01-06T18:44:24.034Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3412 | 2025-01-06T18:44:24.034Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3413 | 2025-01-06T18:44:24.036Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3414 | 2025-01-06T18:44:24.165Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3415 | 2025-01-06T18:44:24.168Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3416 | 2025-01-06T18:44:24.192Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3417 | 2025-01-06T18:44:24.194Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3418 | 2025-01-06T18:44:24.220Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3419 | 2025-01-06T18:44:24.356Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3420 | 2025-01-06T18:44:24.411Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3421 | 2025-01-06T18:44:24.457Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3422 | 2025-01-06T18:44:24.866Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3423 | 2025-01-06T18:44:25.317Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3424 | 2025-01-06T18:44:25.400Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3425 | 2025-01-06T18:44:25.746Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3426 | 2025-01-06T18:44:26.844Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3427 | 2025-01-06T18:44:27.449Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3428 | 2025-01-06T18:44:28.007Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3429 | 2025-01-06T18:44:28.106Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3430 | 2025-01-06T18:44:29.993Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3431 | 2025-01-06T18:44:29.996Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3432 | 2025-01-06T18:44:31.254Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3433 | 2025-01-06T18:44:32.845Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3434 | 2025-01-06T18:44:39.118Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3435 | 2025-01-06T18:44:39.120Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3436 | 2025-01-06T18:44:40.341Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3437 | 2025-01-06T18:44:41.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.15s |
3438 | 2025-01-06T18:44:41.664Z | |
3439 | 2025-01-06T18:44:41.664Z | info: running `cargo check --bins` on installinator-api (159/176) |
3440 | 2025-01-06T18:44:42.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3441 | 2025-01-06T18:44:42.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3442 | 2025-01-06T18:44:42.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3443 | 2025-01-06T18:44:42.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3444 | 2025-01-06T18:44:42.320Z | |
3445 | 2025-01-06T18:44:42.320Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3446 | 2025-01-06T18:44:42.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3447 | 2025-01-06T18:44:42.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3448 | 2025-01-06T18:44:42.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3449 | 2025-01-06T18:44:42.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3450 | 2025-01-06T18:44:42.985Z | |
3451 | 2025-01-06T18:44:42.985Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3452 | 2025-01-06T18:44:43.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3453 | 2025-01-06T18:44:43.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3454 | 2025-01-06T18:44:43.692Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3455 | 2025-01-06T18:44:43.692Z | Compiling petname v2.0.2 |
3456 | 2025-01-06T18:44:43.694Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3457 | 2025-01-06T18:44:43.694Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3458 | 2025-01-06T18:44:43.694Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3459 | 2025-01-06T18:44:43.694Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3460 | 2025-01-06T18:44:43.798Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3461 | 2025-01-06T18:44:43.818Z | Checking sync-ptr v0.1.1 |
3462 | 2025-01-06T18:44:49.181Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3463 | 2025-01-06T18:44:49.859Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3464 | 2025-01-06T18:44:51.059Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3465 | 2025-01-06T18:44:52.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.67s |
3466 | 2025-01-06T18:44:52.847Z | |
3467 | 2025-01-06T18:44:52.847Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3468 | 2025-01-06T18:44:53.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3469 | 2025-01-06T18:44:53.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3470 | 2025-01-06T18:44:53.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3471 | 2025-01-06T18:44:53.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3472 | 2025-01-06T18:44:53.521Z | |
3473 | 2025-01-06T18:44:53.521Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3474 | 2025-01-06T18:44:54.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3475 | 2025-01-06T18:44:54.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3476 | 2025-01-06T18:44:54.200Z | Checking memmap2 v0.9.5 |
3477 | 2025-01-06T18:44:54.200Z | Checking constant_time_eq v0.3.1 |
3478 | 2025-01-06T18:44:54.203Z | Checking spin v0.5.2 |
3479 | 2025-01-06T18:44:54.203Z | Checking arrayvec v0.7.6 |
3480 | 2025-01-06T18:44:54.203Z | Checking arrayref v0.3.9 |
3481 | 2025-01-06T18:44:54.305Z | Checking topological-sort v0.2.2 |
3482 | 2025-01-06T18:44:54.327Z | Checking shell-words v1.1.0 |
3483 | 2025-01-06T18:44:54.470Z | Checking ring v0.16.20 |
3484 | 2025-01-06T18:44:54.598Z | Checking blake3 v1.5.4 |
3485 | 2025-01-06T18:44:55.684Z | Checking omicron-zone-package v0.11.1 |
3486 | 2025-01-06T18:44:56.809Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3487 | 2025-01-06T18:44:57.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
3488 | 2025-01-06T18:44:57.960Z | |
3489 | 2025-01-06T18:44:57.960Z | info: running `cargo check --bins` on xtask (164/176) |
3490 | 2025-01-06T18:44:58.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3491 | 2025-01-06T18:44:58.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3492 | 2025-01-06T18:44:58.399Z | Checking bitflags v2.6.0 |
3493 | 2025-01-06T18:44:58.401Z | Checking serde v1.0.215 |
3494 | 2025-01-06T18:44:58.401Z | Checking thiserror v1.0.69 |
3495 | 2025-01-06T18:44:58.494Z | Checking scroll v0.12.0 |
3496 | 2025-01-06T18:44:58.496Z | Checking log v0.4.22 |
3497 | 2025-01-06T18:44:58.504Z | Checking hashbrown v0.15.1 |
3498 | 2025-01-06T18:44:58.513Z | Checking zerocopy v0.7.35 |
3499 | 2025-01-06T18:44:58.533Z | Checking syn v2.0.87 |
3500 | 2025-01-06T18:44:58.590Z | Checking pest v2.7.14 |
3501 | 2025-01-06T18:44:58.724Z | Checking rustix v0.38.37 |
3502 | 2025-01-06T18:44:58.753Z | Checking once_cell v1.20.2 |
3503 | 2025-01-06T18:44:58.955Z | Checking goblin v0.8.2 |
3504 | 2025-01-06T18:44:59.056Z | Checking fs-err v2.11.0 |
3505 | 2025-01-06T18:44:59.379Z | Checking tabled v0.15.0 |
3506 | 2025-01-06T18:44:59.592Z | Checking indexmap v2.6.0 |
3507 | 2025-01-06T18:44:59.962Z | Checking anyhow v1.0.93 |
3508 | 2025-01-06T18:45:00.712Z | Checking terminal_size v0.4.0 |
3509 | 2025-01-06T18:45:00.712Z | Checking tempfile v3.13.0 |
3510 | 2025-01-06T18:45:00.886Z | Checking clap_builder v4.5.21 |
3511 | 2025-01-06T18:45:01.115Z | Checking dtrace-parser v0.2.0 |
3512 | 2025-01-06T18:45:02.678Z | Checking serde_json v1.0.133 |
3513 | 2025-01-06T18:45:02.678Z | Checking serde_spanned v0.6.8 |
3514 | 2025-01-06T18:45:02.678Z | Checking toml_datetime v0.6.8 |
3515 | 2025-01-06T18:45:02.680Z | Checking camino v1.1.9 |
3516 | 2025-01-06T18:45:02.680Z | Checking semver v1.0.23 |
3517 | 2025-01-06T18:45:02.903Z | Checking cargo-platform v0.1.8 |
3518 | 2025-01-06T18:45:02.970Z | Checking toml_edit v0.22.22 |
3519 | 2025-01-06T18:45:03.083Z | Checking macaddr v1.0.1 |
3520 | 2025-01-06T18:45:03.284Z | Checking camino-tempfile v1.1.1 |
3521 | 2025-01-06T18:45:03.360Z | Checking clap v4.5.21 |
3522 | 2025-01-06T18:45:03.939Z | Checking dof v0.3.0 |
3523 | 2025-01-06T18:45:03.939Z | Checking cargo_metadata v0.18.1 |
3524 | 2025-01-06T18:45:04.376Z | Checking usdt-impl v0.5.0 |
3525 | 2025-01-06T18:45:04.738Z | Checking usdt v0.5.0 |
3526 | 2025-01-06T18:45:04.873Z | Checking toml v0.8.19 |
3527 | 2025-01-06T18:45:05.349Z | Checking cargo_toml v0.20.5 |
3528 | 2025-01-06T18:45:06.596Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3529 | 2025-01-06T18:45:07.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s |
3530 | 2025-01-06T18:45:07.341Z | |
3531 | 2025-01-06T18:45:07.341Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3532 | 2025-01-06T18:45:07.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3533 | 2025-01-06T18:45:07.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3534 | 2025-01-06T18:45:08.124Z | Checking polyval v0.6.2 |
3535 | 2025-01-06T18:45:08.238Z | Checking ctr v0.9.2 |
3536 | 2025-01-06T18:45:08.249Z | Checking ssh-encoding v0.2.0 |
3537 | 2025-01-06T18:45:08.251Z | Checking blowfish v0.9.1 |
3538 | 2025-01-06T18:45:08.272Z | Checking password-hash v0.4.2 |
3539 | 2025-01-06T18:45:08.274Z | Checking matches v0.1.10 |
3540 | 2025-01-06T18:45:08.303Z | Checking p521 v0.13.3 |
3541 | 2025-01-06T18:45:08.303Z | Checking p256 v0.13.2 |
3542 | 2025-01-06T18:45:08.382Z | Checking idna v0.2.3 |
3543 | 2025-01-06T18:45:08.448Z | Checking ghash v0.5.1 |
3544 | 2025-01-06T18:45:08.470Z | Checking bcrypt-pbkdf v0.10.0 |
3545 | 2025-01-06T18:45:08.487Z | Compiling enum-as-inner v0.5.1 |
3546 | 2025-01-06T18:45:08.559Z | Checking russh-cryptovec v0.7.3 |
3547 | 2025-01-06T18:45:08.614Z | Checking aes-gcm v0.10.3 |
3548 | 2025-01-06T18:45:08.704Z | Checking pbkdf2 v0.11.0 |
3549 | 2025-01-06T18:45:08.724Z | Checking md5 v0.7.0 |
3550 | 2025-01-06T18:45:08.768Z | Checking num-bigint v0.4.6 |
3551 | 2025-01-06T18:45:08.794Z | Checking des v0.8.1 |
3552 | 2025-01-06T18:45:08.841Z | Checking ssh-cipher v0.2.0 |
3553 | 2025-01-06T18:45:08.978Z | Compiling dhcproto-macros v0.1.0 |
3554 | 2025-01-06T18:45:08.997Z | Checking hex-literal v0.4.1 |
3555 | 2025-01-06T18:45:09.070Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3556 | 2025-01-06T18:45:09.122Z | Checking ssh-key v0.6.6 |
3557 | 2025-01-06T18:45:09.142Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3558 | 2025-01-06T18:45:09.200Z | Checking internet-checksum v0.2.1 |
3559 | 2025-01-06T18:45:09.584Z | Checking trust-dns-proto v0.22.0 |
3560 | 2025-01-06T18:45:10.432Z | Checking russh-keys v0.45.0 |
3561 | 2025-01-06T18:45:11.378Z | Checking russh v0.45.0 |
3562 | 2025-01-06T18:45:12.129Z | Checking dhcproto v0.12.0 |
3563 | 2025-01-06T18:45:29.511Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3564 | 2025-01-06T18:45:30.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.63s |
3565 | 2025-01-06T18:45:31.186Z | |
3566 | 2025-01-06T18:45:31.186Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3567 | 2025-01-06T18:45:31.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3568 | 2025-01-06T18:45:31.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3569 | 2025-01-06T18:45:31.838Z | Checking termios v0.3.3 |
3570 | 2025-01-06T18:45:32.059Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3571 | 2025-01-06T18:45:32.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3572 | 2025-01-06T18:45:33.013Z | |
3573 | 2025-01-06T18:45:33.013Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3574 | 2025-01-06T18:45:33.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3575 | 2025-01-06T18:45:33.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3576 | 2025-01-06T18:45:33.729Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3577 | 2025-01-06T18:45:33.729Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3578 | 2025-01-06T18:45:33.732Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3579 | 2025-01-06T18:45:33.732Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3580 | 2025-01-06T18:45:34.828Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3581 | 2025-01-06T18:45:36.130Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3582 | 2025-01-06T18:45:38.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s |
3583 | 2025-01-06T18:45:38.245Z | |
3584 | 2025-01-06T18:45:38.245Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3585 | 2025-01-06T18:45:38.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3586 | 2025-01-06T18:45:38.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3587 | 2025-01-06T18:45:38.905Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3588 | 2025-01-06T18:45:39.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3589 | 2025-01-06T18:45:39.589Z | |
3590 | 2025-01-06T18:45:39.589Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3591 | 2025-01-06T18:45:40.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3592 | 2025-01-06T18:45:40.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3593 | 2025-01-06T18:45:40.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3594 | 2025-01-06T18:45:40.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3595 | 2025-01-06T18:45:40.210Z | |
3596 | 2025-01-06T18:45:40.210Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3597 | 2025-01-06T18:45:40.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3598 | 2025-01-06T18:45:40.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3599 | 2025-01-06T18:45:40.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3600 | 2025-01-06T18:45:40.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3601 | 2025-01-06T18:45:40.836Z | |
3602 | 2025-01-06T18:45:40.836Z | info: running `cargo check --bins` on omicron-package (171/176) |
3603 | 2025-01-06T18:45:41.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3604 | 2025-01-06T18:45:41.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3605 | 2025-01-06T18:45:41.522Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3606 | 2025-01-06T18:45:42.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
3607 | 2025-01-06T18:45:43.083Z | |
3608 | 2025-01-06T18:45:43.083Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3609 | 2025-01-06T18:45:43.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3610 | 2025-01-06T18:45:43.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3611 | 2025-01-06T18:45:43.801Z | Checking rtoolbox v0.0.2 |
3612 | 2025-01-06T18:45:43.801Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3613 | 2025-01-06T18:45:43.803Z | Checking tui-tree-widget v0.22.0 |
3614 | 2025-01-06T18:45:44.033Z | Checking rpassword v7.3.1 |
3615 | 2025-01-06T18:45:48.144Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3616 | 2025-01-06T18:45:51.188Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3617 | 2025-01-06T18:45:52.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s |
3618 | 2025-01-06T18:45:52.634Z | |
3619 | 2025-01-06T18:45:52.634Z | info: running `cargo check --bins` on wicket (173/176) |
3620 | 2025-01-06T18:45:53.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3621 | 2025-01-06T18:45:53.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3622 | 2025-01-06T18:45:53.329Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3623 | 2025-01-06T18:45:53.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3624 | 2025-01-06T18:45:53.971Z | |
3625 | 2025-01-06T18:45:53.971Z | info: running `cargo check --bins` on wicketd (174/176) |
3626 | 2025-01-06T18:45:54.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3627 | 2025-01-06T18:45:54.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3628 | 2025-01-06T18:45:54.709Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3629 | 2025-01-06T18:45:54.709Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3630 | 2025-01-06T18:45:55.579Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3631 | 2025-01-06T18:45:59.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
3632 | 2025-01-06T18:45:59.673Z | |
3633 | 2025-01-06T18:45:59.673Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3634 | 2025-01-06T18:46:00.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3635 | 2025-01-06T18:46:00.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3636 | 2025-01-06T18:46:00.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3637 | 2025-01-06T18:46:00.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3638 | 2025-01-06T18:46:00.293Z | |
3639 | 2025-01-06T18:46:00.293Z | info: running `cargo check --bins` on zone-setup (176/176) |
3640 | 2025-01-06T18:46:00.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3641 | 2025-01-06T18:46:00.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3642 | 2025-01-06T18:46:01.053Z | Checking uzers v0.12.1 |
3643 | 2025-01-06T18:46:01.407Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3644 | 2025-01-06T18:46:02.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
3645 | 2025-01-06T18:46:02.856Z | |
3646 | 2025-01-06T18:46:02.858Z | real 13:46.287156502 |
3647 | 2025-01-06T18:46:02.858Z | user 25:47.128214497 |
3648 | 2025-01-06T18:46:02.858Z | sys 5:53.084941637 |
3649 | 2025-01-06T18:46:02.858Z | trap 0.502353237 |
3650 | 2025-01-06T18:46:02.858Z | tflt 2.386388083 |
3651 | 2025-01-06T18:46:02.858Z | dflt 3.136959351 |
3652 | 2025-01-06T18:46:02.858Z | kflt 0.000865418 |
3653 | 2025-01-06T18:46:02.858Z | lock 48:54.248593523 |
3654 | 2025-01-06T18:46:02.859Z | slp 2:15:10.938726621 |
3655 | 2025-01-06T18:46:02.859Z | lat 1:03.319439286 |
3656 | 2025-01-06T18:46:02.859Z | stop 3:33.687436405 |
3657 | 2025-01-06T18:46:02.859Z | process exited: duration 1178647 ms, exit code 0 |
|
3658 | 2025-01-06T18:46:02.864Z | found 0 output files |