|
|
|
1 | 2024-12-21T04:38:24.263Z | job assigned to worker 01JFKR3B0BRYV1XRNK08V3AAQJ [factory aws, i-06d0030fb1467d4e1] (queued for 17 m 19 s) |
|
2 | 2024-12-21T04:38:31.845Z | starting task 0: "setup" |
3 | 2024-12-21T04:38:31.856Z | ++ uname -s |
4 | 2024-12-21T04:38:31.859Z | + kern=SunOS |
5 | 2024-12-21T04:38:31.859Z | + case "$kern" in |
6 | 2024-12-21T04:38:31.859Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:38:31.861Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:38:33.870Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:38:33.987Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:38:33.990Z | + home_fs=zfs |
11 | 2024-12-21T04:38:33.990Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:38:33.990Z | + mkdir -p /home/build |
13 | 2024-12-21T04:38:33.993Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:38:35.995Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:38:36.004Z | process exited: duration 4151 ms, exit code 0 |
|
16 | 2024-12-21T04:38:36.020Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:38:36.026Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:38:36.026Z | ' 1.81.0 |
19 | 2024-12-21T04:38:36.026Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T04:38:36.026Z | * toolchain profile = "default" |
21 | 2024-12-21T04:38:36.026Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-21T04:38:36.026Z | ' default |
23 | 2024-12-21T04:38:36.029Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:38:36.029Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:38:36.153Z | info: downloading installer |
26 | 2024-12-21T04:38:37.471Z | info: profile set to 'default' |
27 | 2024-12-21T04:38:37.471Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:38:37.475Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:38:37.625Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:38:37.626Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:38:38.479Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:38:38.807Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:38:39.978Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:38:41.813Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:38:48.429Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:38:48.673Z | info: installing component 'cargo' |
37 | 2024-12-21T04:38:49.471Z | info: installing component 'clippy' |
38 | 2024-12-21T04:38:49.831Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:38:51.457Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:38:53.201Z | info: installing component 'rustc' |
41 | 2024-12-21T04:38:58.892Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:38:59.634Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:38:59.634Z | |
44 | 2024-12-21T04:38:59.653Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:38:59.653Z | |
46 | 2024-12-21T04:38:59.653Z | |
47 | 2024-12-21T04:38:59.653Z | Rust is installed now. Great! |
48 | 2024-12-21T04:38:59.653Z | |
49 | 2024-12-21T04:38:59.653Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:38:59.653Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:38:59.653Z | |
52 | 2024-12-21T04:38:59.653Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:38:59.653Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:38:59.653Z | |
55 | 2024-12-21T04:38:59.653Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:38:59.653Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:38:59.653Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:38:59.659Z | + rustc --version |
59 | 2024-12-21T04:38:59.720Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:38:59.724Z | process exited: duration 23699 ms, exit code 0 |
|
61 | 2024-12-21T04:38:59.729Z | starting task 2: "authentication" |
62 | 2024-12-21T04:38:59.750Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-21T04:38:59.758Z | starting task 3: "clone repository" |
64 | 2024-12-21T04:38:59.762Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T04:38:59.764Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T04:38:59.813Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T04:39:07.518Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T04:39:07.518Z | + git fetch origin 1c662f40df4fbb41e66cf538b887b47c22478181 |
69 | 2024-12-21T04:39:07.815Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T04:39:07.815Z | * branch 1c662f40df4fbb41e66cf538b887b47c22478181 -> FETCH_HEAD |
71 | 2024-12-21T04:39:07.824Z | + [[ -n renovate/test-strategy-0.x ]] |
72 | 2024-12-21T04:39:07.827Z | ++ git branch --show-current |
73 | 2024-12-21T04:39:07.829Z | + current=main |
74 | 2024-12-21T04:39:07.829Z | + [[ main != renovate/test-strategy-0.x ]] |
75 | 2024-12-21T04:39:07.829Z | + git branch -f renovate/test-strategy-0.x 1c662f40df4fbb41e66cf538b887b47c22478181 |
76 | 2024-12-21T04:39:07.832Z | + git checkout -f renovate/test-strategy-0.x |
77 | 2024-12-21T04:39:08.007Z | Switched to branch 'renovate/test-strategy-0.x' |
78 | 2024-12-21T04:39:08.010Z | + git reset --hard 1c662f40df4fbb41e66cf538b887b47c22478181 |
79 | 2024-12-21T04:39:08.023Z | HEAD is now at 1c662f40d Update Rust crate test-strategy to 0.4.0 |
80 | 2024-12-21T04:39:08.025Z | process exited: duration 8266 ms, exit code 0 |
|
81 | 2024-12-21T04:39:08.033Z | starting task 4: "build" |
82 | 2024-12-21T04:39:08.036Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T04:39:08.039Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T04:39:08.039Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:39:08.039Z | + cargo --version |
86 | 2024-12-21T04:39:08.095Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T04:39:08.098Z | + rustc --version |
88 | 2024-12-21T04:39:08.156Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T04:39:08.159Z | + source ./env.sh |
90 | 2024-12-21T04:39:08.159Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-21T04:39:08.159Z | ++ set -o xtrace |
92 | 2024-12-21T04:39:08.162Z | ++++ dirname ./env.sh |
93 | 2024-12-21T04:39:08.165Z | +++ readlink -f . |
94 | 2024-12-21T04:39:08.168Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-21T04:39:08.168Z | ++ 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 | 2024-12-21T04:39:08.168Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-21T04:39:08.168Z | ++ 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 | 2024-12-21T04:39:08.168Z | ++ 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 | 2024-12-21T04:39:08.168Z | ++ 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 | 2024-12-21T04:39:08.168Z | ++ 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 | 2024-12-21T04:39:08.168Z | ++ 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 | 2024-12-21T04:39:08.168Z | ++ 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 | 2024-12-21T04:39:08.168Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-21T04:39:08.168Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-21T04:39:08.169Z | + 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 | 2024-12-21T04:39:08.169Z | + 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 | 2024-12-21T04:39:08.169Z | + banner prerequisites |
108 | 2024-12-21T04:39:08.171Z | |
109 | 2024-12-21T04:39:08.171Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-21T04:39:08.171Z | # # # # # # # # # # # # # # # |
111 | 2024-12-21T04:39:08.171Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-21T04:39:08.171Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-21T04:39:08.172Z | # # # # # # # # # # # # # # # |
114 | 2024-12-21T04:39:08.172Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-21T04:39:08.172Z | |
116 | 2024-12-21T04:39:08.172Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-21T04:39:14.573Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-21T04:39:18.568Z | Startup: Caching catalogs ... Done |
119 | 2024-12-21T04:39:29.319Z | Planning: Solver setup ... Done (9.773s) |
120 | 2024-12-21T04:39:29.453Z | Planning: Running solver ... Done (0.133s) |
121 | 2024-12-21T04:39:29.561Z | Planning: Finding local manifests ... Done (0.005s) |
122 | 2024-12-21T04:39:29.574Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-21T04:39:29.799Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-21T04:39:29.900Z | Planning: Package planning ... Done (0.101s) |
125 | 2024-12-21T04:39:29.955Z | Planning: Merging actions ... Done (0.055s) |
126 | 2024-12-21T04:39:30.320Z | Planning: Checking for conflicting actions ... Done (0.365s) |
127 | 2024-12-21T04:39:32.384Z | Planning: Consolidating action changes ... Done (2.063s) |
128 | 2024-12-21T04:39:32.843Z | Planning: Evaluating mediators ... Done (0.459s) |
129 | 2024-12-21T04:39:32.924Z | Planning: Planning completed in 14.26 seconds |
130 | 2024-12-21T04:39:32.941Z | Packages to install: 4 |
131 | 2024-12-21T04:39:32.941Z | Packages to update: 1 |
132 | 2024-12-21T04:39:32.944Z | Mediators to change: 2 |
133 | 2024-12-21T04:39:32.944Z | Services to change: 1 |
134 | 2024-12-21T04:39:32.944Z | Estimated space available: 155.63 GB |
135 | 2024-12-21T04:39:32.944Z | Estimated space to be consumed: 1.62 GB |
136 | 2024-12-21T04:39:32.944Z | Create boot environment: No |
137 | 2024-12-21T04:39:32.944Z | Create backup boot environment: Yes |
138 | 2024-12-21T04:39:32.944Z | Rebuild boot archive: No |
139 | 2024-12-21T04:39:32.944Z | |
140 | 2024-12-21T04:39:32.944Z | Changed mediators: |
141 | 2024-12-21T04:39:32.944Z | mediator clang: |
142 | 2024-12-21T04:39:32.944Z | version: None -> 15 (system default) |
143 | 2024-12-21T04:39:32.944Z | |
144 | 2024-12-21T04:39:32.944Z | mediator llvm: |
145 | 2024-12-21T04:39:32.944Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-21T04:39:32.944Z | |
147 | 2024-12-21T04:39:32.944Z | Changed packages: |
148 | 2024-12-21T04:39:32.944Z | helios-dev |
149 | 2024-12-21T04:39:32.944Z | developer/build-essential |
150 | 2024-12-21T04:39:32.944Z | None -> 11-2.0 |
151 | 2024-12-21T04:39:32.945Z | library/libxmlsec1 |
152 | 2024-12-21T04:39:32.945Z | None -> 1.2.35-2.0 |
153 | 2024-12-21T04:39:32.945Z | ooce/developer/clang-15 |
154 | 2024-12-21T04:39:32.945Z | None -> 15.0.7-2.0 |
155 | 2024-12-21T04:39:32.945Z | ooce/developer/llvm-15 |
156 | 2024-12-21T04:39:32.945Z | None -> 15.0.7-2.0 |
157 | 2024-12-21T04:39:32.945Z | package/pkg |
158 | 2024-12-21T04:39:32.945Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-21T04:39:32.945Z | |
160 | 2024-12-21T04:39:32.945Z | Services: |
161 | 2024-12-21T04:39:32.945Z | restart_fmri: |
162 | 2024-12-21T04:39:32.945Z | svc:/system/update-man-index:default |
163 | 2024-12-21T04:39:32.945Z | |
164 | 2024-12-21T04:39:32.945Z | Editable files to change: |
165 | 2024-12-21T04:39:32.945Z | Update: |
166 | 2024-12-21T04:39:32.945Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-21T04:39:33.023Z | |
168 | 2024-12-21T04:39:33.023Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-21T04:39:38.027Z | Download: 1589/4281 items 116.9/220.6MB 53% complete (23.7M/s) |
170 | 2024-12-21T04:39:43.040Z | Download: 3246/4281 items 182.1/220.6MB 82% complete (18.4M/s) |
171 | 2024-12-21T04:39:47.381Z | Download: Completed 220.60 MB in 14.35 seconds (15.4M/s) |
172 | 2024-12-21T04:39:49.491Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-12-21T04:39:49.512Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-12-21T04:39:54.272Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-12-21T04:39:54.594Z | Actions: Completed 5063 actions in 5.10 seconds. |
176 | 2024-12-21T04:39:55.017Z | Done (0.414s) |
177 | 2024-12-21T04:39:55.020Z | Done (0.000s) |
178 | 2024-12-21T04:39:55.595Z | Done (0.577s) |
179 | 2024-12-21T04:40:00.094Z | Done (4.268s) |
180 | 2024-12-21T04:40:00.183Z | Done (0.019s) |
181 | 2024-12-21T04:40:00.185Z | Done (0.000s) |
182 | 2024-12-21T04:40:00.369Z | Done (0.000s) |
183 | 2024-12-21T04:40:01.069Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-12-21T04:40:01.237Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-12-21T04:40:01.240Z | Planning: Consolidating action changes ... Done |
186 | 2024-12-21T04:40:01.535Z | Planning: Evaluating mediators ... Done |
187 | 2024-12-21T04:40:01.558Z | Planning: Planning completed in 0.47 seconds |
188 | 2024-12-21T04:40:01.579Z | Mediators to change: 2 |
189 | 2024-12-21T04:40:01.579Z | Create boot environment: No |
190 | 2024-12-21T04:40:01.582Z | Create backup boot environment: No |
191 | 2024-12-21T04:40:01.661Z | Done |
192 | 2024-12-21T04:40:01.662Z | Done |
193 | 2024-12-21T04:40:02.034Z | Done |
194 | 2024-12-21T04:40:06.044Z | Done |
195 | 2024-12-21T04:40:06.140Z | Done |
196 | 2024-12-21T04:40:06.144Z | Done |
197 | 2024-12-21T04:40:06.269Z | Done |
198 | 2024-12-21T04:40:06.899Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-12-21T04:40:06.902Z | Planning: Merging actions ... Done |
200 | 2024-12-21T04:40:07.094Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-12-21T04:40:07.097Z | Planning: Consolidating action changes ... Done |
202 | 2024-12-21T04:40:07.378Z | Planning: Evaluating mediators ... Done |
203 | 2024-12-21T04:40:07.439Z | Planning: Planning completed in 0.79 seconds |
204 | 2024-12-21T04:40:07.481Z | Packages to change: 1 |
205 | 2024-12-21T04:40:07.481Z | Mediators to change: 1 |
206 | 2024-12-21T04:40:07.484Z | Services to change: 1 |
207 | 2024-12-21T04:40:07.484Z | Create boot environment: No |
208 | 2024-12-21T04:40:07.484Z | Create backup boot environment: Yes |
209 | 2024-12-21T04:40:09.661Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-12-21T04:40:09.666Z | Actions: Completed 6 actions in 0.00 seconds. |
211 | 2024-12-21T04:40:09.666Z | Done |
212 | 2024-12-21T04:40:09.666Z | Done |
213 | 2024-12-21T04:40:09.779Z | Done |
214 | 2024-12-21T04:40:13.405Z | Done |
215 | 2024-12-21T04:40:13.500Z | Done |
216 | 2024-12-21T04:40:13.506Z | Done |
217 | 2024-12-21T04:40:13.633Z | Done |
218 | 2024-12-21T04:40:14.066Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-12-21T04:40:14.066Z | clang system 15 system |
220 | 2024-12-21T04:40:14.067Z | csh system system illumos |
221 | 2024-12-21T04:40:14.067Z | ctags system system illumos |
222 | 2024-12-21T04:40:14.067Z | gcc vendor 12 vendor |
223 | 2024-12-21T04:40:14.067Z | gcc system 10 system |
224 | 2024-12-21T04:40:14.067Z | gcc system 7 system |
225 | 2024-12-21T04:40:14.067Z | go system 1.20 system |
226 | 2024-12-21T04:40:14.067Z | go system 1.19 system |
227 | 2024-12-21T04:40:14.067Z | llvm system 15 system |
228 | 2024-12-21T04:40:14.067Z | llvm system 14 system |
229 | 2024-12-21T04:40:14.067Z | mariadb system 10.6 system |
230 | 2024-12-21T04:40:14.067Z | mta vendor vendor dma |
231 | 2024-12-21T04:40:14.067Z | openjdk system 17 system |
232 | 2024-12-21T04:40:14.067Z | openjdk system 11 system |
233 | 2024-12-21T04:40:14.067Z | openjdk system 1.8 system |
234 | 2024-12-21T04:40:14.067Z | openssl vendor 3 vendor |
235 | 2024-12-21T04:40:14.067Z | perl system 5.36 system |
236 | 2024-12-21T04:40:14.067Z | postgresql system 15 system |
237 | 2024-12-21T04:40:14.067Z | postgresql system 13 system |
238 | 2024-12-21T04:40:14.068Z | python vendor 3 vendor |
239 | 2024-12-21T04:40:14.068Z | python system 2 system |
240 | 2024-12-21T04:40:14.068Z | python3 system 3.11 system |
241 | 2024-12-21T04:40:14.068Z | ruby system 3.0 system |
242 | 2024-12-21T04:40:14.068Z | words vendor vendor american-english |
243 | 2024-12-21T04:40:14.068Z | words system system australian-english |
244 | 2024-12-21T04:40:14.068Z | words system system british-english |
245 | 2024-12-21T04:40:14.068Z | words system system canadian-english |
246 | 2024-12-21T04:40:14.068Z | words system system french |
247 | 2024-12-21T04:40:14.068Z | words system system italian |
248 | 2024-12-21T04:40:14.068Z | words system system ngerman |
249 | 2024-12-21T04:40:14.068Z | words system system ogerman |
250 | 2024-12-21T04:40:14.068Z | words system system spanish |
251 | 2024-12-21T04:40:14.400Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-12-21T04:40:14.400Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-12-21T04:40:17.181Z | FMRI IFO |
254 | 2024-12-21T04:40:17.181Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-12-21T04:40:17.181Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-12-21T04:40:17.181Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-12-21T04:40:17.181Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-12-21T04:40:17.182Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-12-21T04:40:17.182Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-12-21T04:40:17.182Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-12-21T04:40:17.182Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-12-21T04:40:17.182Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-12-21T04:40:17.182Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
264 | 2024-12-21T04:40:17.182Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-12-21T04:40:17.182Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-12-21T04:40:17.182Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
267 | 2024-12-21T04:40:17.182Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-12-21T04:40:17.182Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-12-21T04:40:17.966Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-12-21T04:40:18.245Z | Updating crates.io index |
271 | 2024-12-21T04:40:18.338Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
272 | 2024-12-21T04:40:18.632Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-12-21T04:40:19.152Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-12-21T04:40:19.502Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-12-21T04:40:19.809Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-12-21T04:40:20.054Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-12-21T04:40:21.024Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-12-21T04:40:22.565Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-12-21T04:40:23.216Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-12-21T04:40:23.916Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-12-21T04:40:24.219Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-12-21T04:40:24.507Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-12-21T04:40:25.127Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-12-21T04:40:25.626Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
285 | 2024-12-21T04:40:25.847Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-12-21T04:40:26.112Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-12-21T04:40:26.380Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-12-21T04:40:26.622Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-12-21T04:40:26.934Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-12-21T04:40:27.231Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-12-21T04:40:27.593Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-12-21T04:40:30.922Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-12-21T04:40:30.959Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-12-21T04:40:30.959Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-12-21T04:40:30.959Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-12-21T04:40:30.959Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
297 | 2024-12-21T04:40:30.959Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-12-21T04:40:30.959Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-12-21T04:40:30.959Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-12-21T04:40:31.628Z | Downloading crates ... |
301 | 2024-12-21T04:40:31.762Z | Downloaded anstyle v1.0.10 |
302 | 2024-12-21T04:40:31.769Z | Downloaded anstream v0.6.15 |
303 | 2024-12-21T04:40:31.827Z | Downloaded block-buffer v0.10.4 |
304 | 2024-12-21T04:40:31.830Z | Downloaded anstyle-parse v0.2.5 |
305 | 2024-12-21T04:40:31.836Z | Downloaded anyhow v1.0.93 |
306 | 2024-12-21T04:40:31.840Z | Downloaded anstyle-query v1.1.1 |
307 | 2024-12-21T04:40:31.842Z | Downloaded autocfg v1.4.0 |
308 | 2024-12-21T04:40:31.845Z | Downloaded bitflags v2.6.0 |
309 | 2024-12-21T04:40:31.854Z | Downloaded clap_lex v0.7.2 |
310 | 2024-12-21T04:40:31.856Z | Downloaded cargo-platform v0.1.8 |
311 | 2024-12-21T04:40:31.856Z | Downloaded bytecount v0.6.8 |
312 | 2024-12-21T04:40:31.859Z | Downloaded cargo_toml v0.20.5 |
313 | 2024-12-21T04:40:31.866Z | Downloaded equivalent v1.0.1 |
314 | 2024-12-21T04:40:31.866Z | Downloaded clap v4.5.21 |
315 | 2024-12-21T04:40:31.881Z | Downloaded dtrace-parser v0.2.0 |
316 | 2024-12-21T04:40:31.881Z | Downloaded byteorder v1.5.0 |
317 | 2024-12-21T04:40:31.881Z | Downloaded colorchoice v1.0.2 |
318 | 2024-12-21T04:40:31.881Z | Downloaded cfg-if v1.0.0 |
319 | 2024-12-21T04:40:31.881Z | Downloaded camino v1.1.9 |
320 | 2024-12-21T04:40:31.881Z | Downloaded camino-tempfile v1.1.1 |
321 | 2024-12-21T04:40:31.884Z | Downloaded generic-array v0.14.7 |
322 | 2024-12-21T04:40:31.884Z | Downloaded digest v0.10.7 |
323 | 2024-12-21T04:40:31.884Z | Downloaded fs-err v2.11.0 |
324 | 2024-12-21T04:40:31.884Z | Downloaded is_terminal_polyfill v1.70.1 |
325 | 2024-12-21T04:40:31.884Z | Downloaded cargo_metadata v0.18.1 |
326 | 2024-12-21T04:40:31.887Z | Downloaded heck v0.4.1 |
327 | 2024-12-21T04:40:31.887Z | Downloaded dof v0.3.0 |
328 | 2024-12-21T04:40:31.889Z | Downloaded heck v0.5.0 |
329 | 2024-12-21T04:40:31.889Z | Downloaded fastrand v2.1.1 |
330 | 2024-12-21T04:40:31.891Z | Downloaded errno v0.3.9 |
331 | 2024-12-21T04:40:31.894Z | Downloaded crypto-common v0.1.6 |
332 | 2024-12-21T04:40:31.894Z | Downloaded cpufeatures v0.2.14 |
333 | 2024-12-21T04:40:31.894Z | Downloaded pretty-hex v0.4.1 |
334 | 2024-12-21T04:40:31.906Z | Downloaded usdt-macro v0.5.0 |
335 | 2024-12-21T04:40:31.910Z | Downloaded usdt-attr-macro v0.5.0 |
336 | 2024-12-21T04:40:31.915Z | Downloaded swrite v0.1.0 |
337 | 2024-12-21T04:40:31.919Z | Downloaded scroll_derive v0.12.0 |
338 | 2024-12-21T04:40:31.924Z | Downloaded fnv v1.0.7 |
339 | 2024-12-21T04:40:31.929Z | Downloaded plain v0.2.3 |
340 | 2024-12-21T04:40:31.931Z | Downloaded memmap v0.7.0 |
341 | 2024-12-21T04:40:31.934Z | Downloaded itoa v1.0.11 |
342 | 2024-12-21T04:40:31.934Z | Downloaded macaddr v1.0.1 |
343 | 2024-12-21T04:40:31.934Z | Downloaded serde_spanned v0.6.8 |
344 | 2024-12-21T04:40:31.937Z | Downloaded pest_generator v2.7.14 |
345 | 2024-12-21T04:40:31.939Z | Downloaded proc-macro-error-attr v1.0.4 |
346 | 2024-12-21T04:40:31.942Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-12-21T04:40:31.945Z | Downloaded terminal_size v0.4.0 |
348 | 2024-12-21T04:40:31.951Z | Downloaded utf8parse v0.2.2 |
349 | 2024-12-21T04:40:31.955Z | Downloaded version_check v0.9.5 |
350 | 2024-12-21T04:40:31.955Z | Downloaded usdt v0.5.0 |
351 | 2024-12-21T04:40:31.957Z | Downloaded thread-id v4.2.2 |
352 | 2024-12-21T04:40:31.960Z | Downloaded thiserror v1.0.69 |
353 | 2024-12-21T04:40:31.963Z | Downloaded tabled_derive v0.7.0 |
354 | 2024-12-21T04:40:31.965Z | Downloaded smawk v0.3.2 |
355 | 2024-12-21T04:40:31.967Z | Downloaded thiserror-impl v1.0.69 |
356 | 2024-12-21T04:40:31.970Z | Downloaded strsim v0.11.1 |
357 | 2024-12-21T04:40:31.975Z | Downloaded clap_derive v4.5.18 |
358 | 2024-12-21T04:40:31.984Z | Downloaded proc-macro-error v1.0.4 |
359 | 2024-12-21T04:40:31.988Z | Downloaded usdt-impl v0.5.0 |
360 | 2024-12-21T04:40:31.992Z | Downloaded zerocopy-derive v0.7.35 |
361 | 2024-12-21T04:40:31.995Z | Downloaded unicode-linebreak v0.1.5 |
362 | 2024-12-21T04:40:31.998Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2024-12-21T04:40:32.000Z | Downloaded tempfile v3.13.0 |
364 | 2024-12-21T04:40:32.003Z | Downloaded sha2 v0.10.8 |
365 | 2024-12-21T04:40:32.007Z | Downloaded scroll v0.12.0 |
366 | 2024-12-21T04:40:32.011Z | Downloaded quote v1.0.37 |
367 | 2024-12-21T04:40:32.014Z | Downloaded pest_derive v2.7.14 |
368 | 2024-12-21T04:40:32.014Z | Downloaded semver v1.0.23 |
369 | 2024-12-21T04:40:32.017Z | Downloaded indexmap v2.6.0 |
370 | 2024-12-21T04:40:32.020Z | Downloaded pest_meta v2.7.14 |
371 | 2024-12-21T04:40:32.020Z | Downloaded once_cell v1.20.2 |
372 | 2024-12-21T04:40:32.024Z | Downloaded textwrap v0.16.1 |
373 | 2024-12-21T04:40:32.036Z | Downloaded log v0.4.22 |
374 | 2024-12-21T04:40:32.036Z | Downloaded typenum v1.17.0 |
375 | 2024-12-21T04:40:32.036Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-12-21T04:40:32.036Z | Downloaded toml v0.8.19 |
377 | 2024-12-21T04:40:32.039Z | Downloaded ryu v1.0.18 |
378 | 2024-12-21T04:40:32.042Z | Downloaded proc-macro2 v1.0.89 |
379 | 2024-12-21T04:40:32.045Z | Downloaded papergrid v0.11.0 |
380 | 2024-12-21T04:40:32.049Z | Downloaded ucd-trie v0.1.7 |
381 | 2024-12-21T04:40:32.058Z | Downloaded serde_derive v1.0.215 |
382 | 2024-12-21T04:40:32.071Z | Downloaded clap_builder v4.5.21 |
383 | 2024-12-21T04:40:32.077Z | Downloaded serde v1.0.215 |
384 | 2024-12-21T04:40:32.080Z | Downloaded memchr v2.7.4 |
385 | 2024-12-21T04:40:32.095Z | Downloaded toml_edit v0.22.22 |
386 | 2024-12-21T04:40:32.115Z | Downloaded hashbrown v0.15.1 |
387 | 2024-12-21T04:40:32.120Z | Downloaded pest v2.7.14 |
388 | 2024-12-21T04:40:32.124Z | Downloaded winnow v0.6.20 |
389 | 2024-12-21T04:40:32.133Z | Downloaded serde_json v1.0.133 |
390 | 2024-12-21T04:40:32.140Z | Downloaded zerocopy v0.7.35 |
391 | 2024-12-21T04:40:32.154Z | Downloaded goblin v0.8.2 |
392 | 2024-12-21T04:40:32.179Z | Downloaded tabled v0.15.0 |
393 | 2024-12-21T04:40:32.193Z | Downloaded syn v2.0.87 |
394 | 2024-12-21T04:40:32.203Z | Downloaded unicode-width v0.1.14 |
395 | 2024-12-21T04:40:32.208Z | Downloaded syn v1.0.109 |
396 | 2024-12-21T04:40:32.217Z | Downloaded rustix v0.38.37 |
397 | 2024-12-21T04:40:32.266Z | Downloaded libc v0.2.162 |
398 | 2024-12-21T04:40:32.578Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-12-21T04:40:32.578Z | Compiling unicode-ident v1.0.13 |
400 | 2024-12-21T04:40:32.578Z | Compiling serde v1.0.215 |
401 | 2024-12-21T04:40:32.581Z | Compiling version_check v0.9.5 |
402 | 2024-12-21T04:40:32.581Z | Compiling thiserror v1.0.69 |
403 | 2024-12-21T04:40:32.581Z | Compiling memchr v2.7.4 |
404 | 2024-12-21T04:40:32.581Z | Compiling libc v0.2.162 |
405 | 2024-12-21T04:40:32.614Z | Compiling ucd-trie v0.1.7 |
406 | 2024-12-21T04:40:32.826Z | Compiling ryu v1.0.18 |
407 | 2024-12-21T04:40:33.174Z | Compiling itoa v1.0.11 |
408 | 2024-12-21T04:40:33.343Z | Compiling once_cell v1.20.2 |
409 | 2024-12-21T04:40:33.415Z | Compiling byteorder v1.5.0 |
410 | 2024-12-21T04:40:33.494Z | Compiling rustix v0.38.37 |
411 | 2024-12-21T04:40:33.794Z | Compiling serde_json v1.0.133 |
412 | 2024-12-21T04:40:33.971Z | Compiling bitflags v2.6.0 |
413 | 2024-12-21T04:40:34.240Z | Compiling usdt-impl v0.5.0 |
414 | 2024-12-21T04:40:34.486Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-12-21T04:40:34.618Z | Compiling quote v1.0.37 |
416 | 2024-12-21T04:40:34.619Z | Compiling syn v1.0.109 |
417 | 2024-12-21T04:40:34.661Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-12-21T04:40:34.684Z | Compiling hashbrown v0.15.1 |
419 | 2024-12-21T04:40:34.701Z | Compiling log v0.4.22 |
420 | 2024-12-21T04:40:34.818Z | Compiling syn v2.0.87 |
421 | 2024-12-21T04:40:35.094Z | Compiling errno v0.3.9 |
422 | 2024-12-21T04:40:35.146Z | Compiling equivalent v1.0.1 |
423 | 2024-12-21T04:40:35.172Z | Compiling plain v0.2.3 |
424 | 2024-12-21T04:40:35.197Z | Compiling thread-id v4.2.2 |
425 | 2024-12-21T04:40:35.289Z | Compiling utf8parse v0.2.2 |
426 | 2024-12-21T04:40:35.316Z | Compiling camino v1.1.9 |
427 | 2024-12-21T04:40:35.449Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-12-21T04:40:35.780Z | Compiling winnow v0.6.20 |
429 | 2024-12-21T04:40:35.852Z | Compiling indexmap v2.6.0 |
430 | 2024-12-21T04:40:35.939Z | Compiling unicode-width v0.1.14 |
431 | 2024-12-21T04:40:36.038Z | Compiling is_terminal_polyfill v1.70.1 |
432 | 2024-12-21T04:40:36.188Z | Compiling anstyle v1.0.10 |
433 | 2024-12-21T04:40:36.232Z | Compiling anstyle-query v1.1.1 |
434 | 2024-12-21T04:40:36.399Z | Compiling colorchoice v1.0.2 |
435 | 2024-12-21T04:40:36.488Z | Compiling pretty-hex v0.4.1 |
436 | 2024-12-21T04:40:36.573Z | Compiling autocfg v1.4.0 |
437 | 2024-12-21T04:40:36.674Z | Compiling semver v1.0.23 |
438 | 2024-12-21T04:40:36.717Z | Compiling anstream v0.6.15 |
439 | 2024-12-21T04:40:37.312Z | Compiling terminal_size v0.4.0 |
440 | 2024-12-21T04:40:37.471Z | Compiling clap_lex v0.7.2 |
441 | 2024-12-21T04:40:37.536Z | Compiling cfg-if v1.0.0 |
442 | 2024-12-21T04:40:37.568Z | Compiling heck v0.4.1 |
443 | 2024-12-21T04:40:37.635Z | Compiling fastrand v2.1.1 |
444 | 2024-12-21T04:40:37.810Z | Compiling fs-err v2.11.0 |
445 | 2024-12-21T04:40:37.996Z | Compiling fnv v1.0.7 |
446 | 2024-12-21T04:40:38.134Z | Compiling anyhow v1.0.93 |
447 | 2024-12-21T04:40:38.136Z | Compiling bytecount v0.6.8 |
448 | 2024-12-21T04:40:38.188Z | Compiling strsim v0.11.1 |
449 | 2024-12-21T04:40:38.392Z | Compiling heck v0.5.0 |
450 | 2024-12-21T04:40:38.593Z | Compiling clap_builder v4.5.21 |
451 | 2024-12-21T04:40:38.783Z | Compiling tempfile v3.13.0 |
452 | 2024-12-21T04:40:38.945Z | Compiling papergrid v0.11.0 |
453 | 2024-12-21T04:40:39.195Z | Compiling memmap v0.7.0 |
454 | 2024-12-21T04:40:39.312Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-12-21T04:40:39.550Z | Compiling smawk v0.3.2 |
456 | 2024-12-21T04:40:39.778Z | Compiling textwrap v0.16.1 |
457 | 2024-12-21T04:40:39.804Z | Compiling swrite v0.1.0 |
458 | 2024-12-21T04:40:40.998Z | Compiling tabled_derive v0.7.0 |
459 | 2024-12-21T04:40:42.666Z | Compiling tabled v0.15.0 |
460 | 2024-12-21T04:40:43.818Z | Compiling serde_derive v1.0.215 |
461 | 2024-12-21T04:40:43.818Z | Compiling thiserror-impl v1.0.69 |
462 | 2024-12-21T04:40:43.821Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-12-21T04:40:43.841Z | Compiling scroll_derive v0.12.0 |
464 | 2024-12-21T04:40:44.053Z | Compiling clap_derive v4.5.18 |
465 | 2024-12-21T04:40:45.337Z | Compiling scroll v0.12.0 |
466 | 2024-12-21T04:40:45.791Z | Compiling zerocopy v0.7.35 |
467 | 2024-12-21T04:40:45.864Z | Compiling goblin v0.8.2 |
468 | 2024-12-21T04:40:46.649Z | Compiling pest v2.7.14 |
469 | 2024-12-21T04:40:47.661Z | Compiling clap v4.5.21 |
470 | 2024-12-21T04:40:48.909Z | Compiling pest_meta v2.7.14 |
471 | 2024-12-21T04:40:49.752Z | Compiling pest_generator v2.7.14 |
472 | 2024-12-21T04:40:51.604Z | Compiling pest_derive v2.7.14 |
473 | 2024-12-21T04:40:52.269Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-12-21T04:40:54.224Z | Compiling serde_spanned v0.6.8 |
475 | 2024-12-21T04:40:54.224Z | Compiling toml_datetime v0.6.8 |
476 | 2024-12-21T04:40:54.230Z | Compiling cargo-platform v0.1.8 |
477 | 2024-12-21T04:40:54.591Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-12-21T04:40:54.614Z | Compiling toml_edit v0.22.22 |
479 | 2024-12-21T04:40:54.788Z | Compiling macaddr v1.0.1 |
480 | 2024-12-21T04:40:54.908Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-12-21T04:40:55.688Z | Compiling dof v0.3.0 |
482 | 2024-12-21T04:40:55.688Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-12-21T04:40:57.478Z | Compiling toml v0.8.19 |
484 | 2024-12-21T04:40:57.723Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-12-21T04:40:57.723Z | Compiling usdt-macro v0.5.0 |
486 | 2024-12-21T04:40:58.281Z | Compiling cargo_toml v0.20.5 |
487 | 2024-12-21T04:40:59.107Z | Compiling usdt v0.5.0 |
488 | 2024-12-21T04:41:01.895Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-12-21T04:41:06.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.37s |
490 | 2024-12-21T04:41:06.359Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-12-21T04:41:06.904Z | Downloading crates ... |
492 | 2024-12-21T04:41:07.026Z | Downloaded adler2 v2.0.0 |
493 | 2024-12-21T04:41:07.030Z | Downloaded addr2line v0.24.2 |
494 | 2024-12-21T04:41:07.037Z | Downloaded async-stream-impl v0.3.6 |
495 | 2024-12-21T04:41:07.046Z | Downloaded headers-core v0.3.0 |
496 | 2024-12-21T04:41:07.049Z | Downloaded atty v0.2.14 |
497 | 2024-12-21T04:41:07.049Z | Downloaded atomicwrites v0.4.4 |
498 | 2024-12-21T04:41:07.052Z | Downloaded darling v0.20.10 |
499 | 2024-12-21T04:41:07.057Z | Downloaded hyper-tls v0.6.0 |
500 | 2024-12-21T04:41:07.060Z | Downloaded hubpack v0.1.2 |
501 | 2024-12-21T04:41:07.062Z | Downloaded httpdate v1.0.3 |
502 | 2024-12-21T04:41:07.064Z | Downloaded ciborium-io v0.2.2 |
503 | 2024-12-21T04:41:07.067Z | Downloaded hubpack_derive v0.1.1 |
504 | 2024-12-21T04:41:07.069Z | Downloaded crucible-workspace-hack v0.1.0 |
505 | 2024-12-21T04:41:07.069Z | Downloaded cfg_aliases v0.1.1 |
506 | 2024-12-21T04:41:07.069Z | Downloaded ident_case v1.0.1 |
507 | 2024-12-21T04:41:07.071Z | Downloaded instant v0.1.13 |
508 | 2024-12-21T04:41:07.074Z | Downloaded cstr-argument v0.1.2 |
509 | 2024-12-21T04:41:07.074Z | Downloaded async-trait v0.1.83 |
510 | 2024-12-21T04:41:07.077Z | Downloaded matches v0.1.10 |
511 | 2024-12-21T04:41:07.080Z | Downloaded atomic-waker v1.1.2 |
512 | 2024-12-21T04:41:07.083Z | Downloaded md5 v0.7.0 |
513 | 2024-12-21T04:41:07.083Z | Downloaded crunchy v0.2.2 |
514 | 2024-12-21T04:41:07.085Z | Downloaded cfg_aliases v0.2.1 |
515 | 2024-12-21T04:41:07.085Z | Downloaded cexpr v0.6.0 |
516 | 2024-12-21T04:41:07.088Z | Downloaded aead v0.5.2 |
517 | 2024-12-21T04:41:07.090Z | Downloaded match_cfg v0.1.0 |
518 | 2024-12-21T04:41:07.091Z | Downloaded cassowary v0.3.0 |
519 | 2024-12-21T04:41:07.093Z | Downloaded bit-vec v0.6.3 |
520 | 2024-12-21T04:41:07.095Z | Downloaded is_ci v1.2.0 |
521 | 2024-12-21T04:41:07.095Z | Downloaded bit-set v0.5.3 |
522 | 2024-12-21T04:41:07.097Z | Downloaded hyper-rustls v0.27.3 |
523 | 2024-12-21T04:41:07.100Z | Downloaded home v0.5.9 |
524 | 2024-12-21T04:41:07.103Z | Downloaded bitfield v0.14.0 |
525 | 2024-12-21T04:41:07.103Z | Downloaded humantime v2.1.0 |
526 | 2024-12-21T04:41:07.106Z | Downloaded hostname v0.4.0 |
527 | 2024-12-21T04:41:07.108Z | Downloaded constant_time_eq v0.3.1 |
528 | 2024-12-21T04:41:07.108Z | Downloaded hostname v0.3.1 |
529 | 2024-12-21T04:41:07.111Z | Downloaded chacha20 v0.9.1 |
530 | 2024-12-21T04:41:07.114Z | Downloaded linear-map v1.2.0 |
531 | 2024-12-21T04:41:07.114Z | Downloaded convert_case v0.4.0 |
532 | 2024-12-21T04:41:07.116Z | Downloaded async-recursion v1.1.1 |
533 | 2024-12-21T04:41:07.119Z | Downloaded buf-list v1.0.3 |
534 | 2024-12-21T04:41:07.122Z | Downloaded curve25519-dalek-derive v0.1.1 |
535 | 2024-12-21T04:41:07.125Z | Downloaded lru v0.12.5 |
536 | 2024-12-21T04:41:07.128Z | Downloaded cipher v0.4.4 |
537 | 2024-12-21T04:41:07.128Z | Downloaded libsw v3.3.1 |
538 | 2024-12-21T04:41:07.130Z | Downloaded http-body v1.0.1 |
539 | 2024-12-21T04:41:07.133Z | Downloaded md-5 v0.10.6 |
540 | 2024-12-21T04:41:07.133Z | Downloaded internet-checksum v0.2.1 |
541 | 2024-12-21T04:41:07.136Z | Downloaded cmake v0.1.51 |
542 | 2024-12-21T04:41:07.136Z | Downloaded crc v3.2.1 |
543 | 2024-12-21T04:41:07.139Z | Downloaded memoffset v0.9.1 |
544 | 2024-12-21T04:41:07.141Z | Downloaded hex v0.4.3 |
545 | 2024-12-21T04:41:07.144Z | Downloaded linked-hash-map v0.5.6 |
546 | 2024-12-21T04:41:07.144Z | Downloaded maplit v1.0.2 |
547 | 2024-12-21T04:41:07.147Z | Downloaded instability v0.3.2 |
548 | 2024-12-21T04:41:07.147Z | Downloaded crossbeam-deque v0.8.5 |
549 | 2024-12-21T04:41:07.149Z | Downloaded block-padding v0.3.3 |
550 | 2024-12-21T04:41:07.153Z | Downloaded indoc v1.0.9 |
551 | 2024-12-21T04:41:07.156Z | Downloaded icu_locid_transform v1.5.0 |
552 | 2024-12-21T04:41:07.159Z | Downloaded russh-cryptovec v0.7.3 |
553 | 2024-12-21T04:41:07.159Z | Downloaded highway v1.2.0 |
554 | 2024-12-21T04:41:07.161Z | Downloaded async-bb8-diesel v0.2.1 |
555 | 2024-12-21T04:41:07.163Z | Downloaded tinyvec_macros v0.1.1 |
556 | 2024-12-21T04:41:07.163Z | Downloaded crc-catalog v2.4.0 |
557 | 2024-12-21T04:41:07.166Z | Downloaded chrono-tz-build v0.4.0 |
558 | 2024-12-21T04:41:07.166Z | Downloaded take_mut v0.2.2 |
559 | 2024-12-21T04:41:07.168Z | Downloaded sqlparser_derive v0.2.2 |
560 | 2024-12-21T04:41:07.168Z | Downloaded hickory-client v0.24.1 |
561 | 2024-12-21T04:41:07.172Z | Downloaded sigpipe v0.1.3 |
562 | 2024-12-21T04:41:07.174Z | Downloaded quinn-udp v0.5.5 |
563 | 2024-12-21T04:41:07.176Z | Downloaded lock_api v0.4.12 |
564 | 2024-12-21T04:41:07.176Z | Downloaded bcs v0.1.6 |
565 | 2024-12-21T04:41:07.179Z | Downloaded iana-time-zone v0.1.61 |
566 | 2024-12-21T04:41:07.182Z | Downloaded bzip2 v0.4.4 |
567 | 2024-12-21T04:41:07.184Z | Downloaded hyper-staticfile v0.10.1 |
568 | 2024-12-21T04:41:07.187Z | Downloaded memmap2 v0.9.5 |
569 | 2024-12-21T04:41:07.193Z | Downloaded colored v2.1.0 |
570 | 2024-12-21T04:41:07.197Z | Downloaded libloading v0.8.5 |
571 | 2024-12-21T04:41:07.197Z | Downloaded mime v0.3.17 |
572 | 2024-12-21T04:41:07.197Z | Downloaded maybe-uninit v2.0.0 |
573 | 2024-12-21T04:41:07.199Z | Downloaded r2d2 v0.8.10 |
574 | 2024-12-21T04:41:07.199Z | Downloaded cookie_store v0.21.0 |
575 | 2024-12-21T04:41:07.202Z | Downloaded libefi-sys v0.1.0 |
576 | 2024-12-21T04:41:07.205Z | Downloaded tower-service v0.3.3 |
577 | 2024-12-21T04:41:07.205Z | Downloaded rfc6979 v0.4.0 |
578 | 2024-12-21T04:41:07.207Z | Downloaded icu_locid_transform_data v1.5.0 |
579 | 2024-12-21T04:41:07.208Z | Downloaded kstat-rs v0.2.4 |
580 | 2024-12-21T04:41:07.210Z | Downloaded darling_macro v0.20.10 |
581 | 2024-12-21T04:41:07.210Z | Downloaded primeorder v0.13.6 |
582 | 2024-12-21T04:41:07.213Z | Downloaded const_format_proc_macros v0.2.33 |
583 | 2024-12-21T04:41:07.215Z | Downloaded foreign-types-shared v0.1.1 |
584 | 2024-12-21T04:41:07.218Z | Downloaded endian-type v0.1.2 |
585 | 2024-12-21T04:41:07.218Z | Downloaded form_urlencoded v1.2.1 |
586 | 2024-12-21T04:41:07.218Z | Downloaded foreign-types-shared v0.3.1 |
587 | 2024-12-21T04:41:07.220Z | Downloaded bitfield-struct v0.6.2 |
588 | 2024-12-21T04:41:07.220Z | Downloaded thiserror-impl-no-std v2.0.2 |
589 | 2024-12-21T04:41:07.222Z | Downloaded ssh-cipher v0.2.0 |
590 | 2024-12-21T04:41:07.225Z | Downloaded scopeguard v1.2.0 |
591 | 2024-12-21T04:41:07.225Z | Downloaded tls_codec v0.4.1 |
592 | 2024-12-21T04:41:07.227Z | Downloaded zerofrom v0.1.4 |
593 | 2024-12-21T04:41:07.230Z | Downloaded icu_locid v1.5.0 |
594 | 2024-12-21T04:41:07.234Z | Downloaded serde_path_to_error v0.1.16 |
595 | 2024-12-21T04:41:07.237Z | Downloaded slab v0.4.9 |
596 | 2024-12-21T04:41:07.237Z | Downloaded mime_guess v2.0.5 |
597 | 2024-12-21T04:41:07.240Z | Downloaded indexmap v1.9.3 |
598 | 2024-12-21T04:41:07.243Z | Downloaded crc32fast v1.4.2 |
599 | 2024-12-21T04:41:07.245Z | Downloaded ahash v0.8.11 |
600 | 2024-12-21T04:41:07.249Z | Downloaded crossbeam-epoch v0.9.18 |
601 | 2024-12-21T04:41:07.252Z | Downloaded backoff v0.4.0 |
602 | 2024-12-21T04:41:07.255Z | Downloaded icu_normalizer v1.5.0 |
603 | 2024-12-21T04:41:07.259Z | Downloaded const-oid v0.9.6 |
604 | 2024-12-21T04:41:07.261Z | Downloaded crossbeam-utils v0.8.20 |
605 | 2024-12-21T04:41:07.264Z | Downloaded icu_normalizer_data v1.5.0 |
606 | 2024-12-21T04:41:07.266Z | Downloaded openssl-macros v0.1.1 |
607 | 2024-12-21T04:41:07.269Z | Downloaded normalize-line-endings v0.3.0 |
608 | 2024-12-21T04:41:07.269Z | Downloaded display-error-chain v0.2.2 |
609 | 2024-12-21T04:41:07.271Z | Downloaded float-cmp v0.9.0 |
610 | 2024-12-21T04:41:07.272Z | Downloaded precomputed-hash v0.1.1 |
611 | 2024-12-21T04:41:07.274Z | Downloaded path-slash v0.1.5 |
612 | 2024-12-21T04:41:07.274Z | Downloaded serde-big-array v0.5.1 |
613 | 2024-12-21T04:41:07.277Z | Downloaded cookie v0.18.1 |
614 | 2024-12-21T04:41:07.280Z | Downloaded funty v2.0.0 |
615 | 2024-12-21T04:41:07.280Z | Downloaded fragile v2.0.0 |
616 | 2024-12-21T04:41:07.282Z | Downloaded blake2 v0.10.6 |
617 | 2024-12-21T04:41:07.284Z | Downloaded num v0.4.3 |
618 | 2024-12-21T04:41:07.286Z | Downloaded rand_xorshift v0.3.0 |
619 | 2024-12-21T04:41:07.286Z | Downloaded termios v0.3.3 |
620 | 2024-12-21T04:41:07.290Z | Downloaded strum_macros v0.25.3 |
621 | 2024-12-21T04:41:07.293Z | Downloaded ref-cast v1.0.23 |
622 | 2024-12-21T04:41:07.293Z | Downloaded strip-ansi-escapes v0.2.0 |
623 | 2024-12-21T04:41:07.295Z | Downloaded indicatif v0.17.9 |
624 | 2024-12-21T04:41:07.298Z | Downloaded writeable v0.5.5 |
625 | 2024-12-21T04:41:07.300Z | Downloaded wyz v0.5.1 |
626 | 2024-12-21T04:41:07.303Z | Downloaded utf8_iter v1.0.4 |
627 | 2024-12-21T04:41:07.305Z | Downloaded utf16_iter v1.0.5 |
628 | 2024-12-21T04:41:07.305Z | Downloaded utf-8 v0.7.6 |
629 | 2024-12-21T04:41:07.308Z | Downloaded untrusted v0.9.0 |
630 | 2024-12-21T04:41:07.308Z | Downloaded dirs-sys-next v0.1.2 |
631 | 2024-12-21T04:41:07.310Z | Downloaded strum v0.26.3 |
632 | 2024-12-21T04:41:07.310Z | Downloaded heapless v0.7.17 |
633 | 2024-12-21T04:41:07.314Z | Downloaded termtree v0.4.1 |
634 | 2024-12-21T04:41:07.316Z | Downloaded smallvec v0.6.14 |
635 | 2024-12-21T04:41:07.319Z | Downloaded http v1.1.0 |
636 | 2024-12-21T04:41:07.322Z | Downloaded chacha20poly1305 v0.10.1 |
637 | 2024-12-21T04:41:07.324Z | Downloaded crc-any v2.5.0 |
638 | 2024-12-21T04:41:07.327Z | Downloaded phf_codegen v0.11.2 |
639 | 2024-12-21T04:41:07.327Z | Downloaded argon2 v0.5.3 |
640 | 2024-12-21T04:41:07.329Z | Downloaded zone_cfg_derive v0.3.0 |
641 | 2024-12-21T04:41:07.329Z | Downloaded foreign-types-macros v0.2.3 |
642 | 2024-12-21T04:41:07.331Z | Downloaded compact_str v0.8.0 |
643 | 2024-12-21T04:41:07.334Z | Downloaded dunce v1.0.5 |
644 | 2024-12-21T04:41:07.336Z | Downloaded embedded-io v0.4.0 |
645 | 2024-12-21T04:41:07.339Z | Downloaded ppv-lite86 v0.2.20 |
646 | 2024-12-21T04:41:07.339Z | Downloaded nu-ansi-term v0.50.1 |
647 | 2024-12-21T04:41:07.342Z | Downloaded semver v0.1.20 |
648 | 2024-12-21T04:41:07.345Z | Downloaded foreign-types v0.3.2 |
649 | 2024-12-21T04:41:07.345Z | Downloaded signature v2.2.0 |
650 | 2024-12-21T04:41:07.345Z | Downloaded nibble_vec v0.1.0 |
651 | 2024-12-21T04:41:07.347Z | Downloaded fs_extra v1.3.0 |
652 | 2024-12-21T04:41:07.350Z | Downloaded pbkdf2 v0.11.0 |
653 | 2024-12-21T04:41:07.354Z | Downloaded icu_properties v1.5.1 |
654 | 2024-12-21T04:41:07.357Z | Downloaded pin-utils v0.1.0 |
655 | 2024-12-21T04:41:07.357Z | Downloaded heapless v0.8.0 |
656 | 2024-12-21T04:41:07.360Z | Downloaded rtoolbox v0.0.2 |
657 | 2024-12-21T04:41:07.362Z | Downloaded oso-derive v0.27.3 |
658 | 2024-12-21T04:41:07.363Z | Downloaded mirai-annotations v1.12.0 |
659 | 2024-12-21T04:41:07.365Z | Downloaded phf_shared v0.10.0 |
660 | 2024-12-21T04:41:07.365Z | Downloaded fxhash v0.2.1 |
661 | 2024-12-21T04:41:07.367Z | Downloaded slog-bunyan v2.5.0 |
662 | 2024-12-21T04:41:07.367Z | Downloaded sec1 v0.7.3 |
663 | 2024-12-21T04:41:07.370Z | Downloaded rustfmt-wrapper v0.2.1 |
664 | 2024-12-21T04:41:07.372Z | Downloaded hickory-resolver v0.24.1 |
665 | 2024-12-21T04:41:07.375Z | Downloaded der_derive v0.7.3 |
666 | 2024-12-21T04:41:07.378Z | Downloaded rand_core v0.6.4 |
667 | 2024-12-21T04:41:07.380Z | Downloaded unicode-truncate v1.1.0 |
668 | 2024-12-21T04:41:07.380Z | Downloaded unicode-xid v0.2.6 |
669 | 2024-12-21T04:41:07.382Z | Downloaded peg-runtime v0.8.3 |
670 | 2024-12-21T04:41:07.385Z | Downloaded unarray v0.1.4 |
671 | 2024-12-21T04:41:07.385Z | Downloaded owo-colors v4.1.0 |
672 | 2024-12-21T04:41:07.388Z | Downloaded tokio-native-tls v0.3.1 |
673 | 2024-12-21T04:41:07.391Z | Downloaded const_format v0.2.33 |
674 | 2024-12-21T04:41:07.393Z | Downloaded progenitor-client v0.8.0 |
675 | 2024-12-21T04:41:07.396Z | Downloaded zeroize_derive v1.4.2 |
676 | 2024-12-21T04:41:07.396Z | Downloaded unicase v2.7.0 |
677 | 2024-12-21T04:41:07.399Z | Downloaded fallible-iterator v0.3.0 |
678 | 2024-12-21T04:41:07.399Z | Downloaded dsl_auto_type v0.1.2 |
679 | 2024-12-21T04:41:07.402Z | Downloaded sync_wrapper v1.0.1 |
680 | 2024-12-21T04:41:07.402Z | Downloaded defmt-parser v0.3.4 |
681 | 2024-12-21T04:41:07.404Z | Downloaded defmt-macros v0.3.9 |
682 | 2024-12-21T04:41:07.408Z | Downloaded pkcs1 v0.7.5 |
683 | 2024-12-21T04:41:07.411Z | Downloaded sct v0.7.1 |
684 | 2024-12-21T04:41:07.414Z | Downloaded defmt v0.3.8 |
685 | 2024-12-21T04:41:07.417Z | Downloaded sync-ptr v0.1.1 |
686 | 2024-12-21T04:41:07.420Z | Downloaded hickory-server v0.24.1 |
687 | 2024-12-21T04:41:07.432Z | Downloaded want v0.3.1 |
688 | 2024-12-21T04:41:07.435Z | Downloaded futures-executor v0.3.31 |
689 | 2024-12-21T04:41:07.435Z | Downloaded packed_struct v0.10.1 |
690 | 2024-12-21T04:41:07.438Z | Downloaded try-lock v0.2.5 |
691 | 2024-12-21T04:41:07.438Z | Downloaded phf_generator v0.11.2 |
692 | 2024-12-21T04:41:07.440Z | Downloaded phf v0.11.2 |
693 | 2024-12-21T04:41:07.440Z | Downloaded supports-color v3.0.1 |
694 | 2024-12-21T04:41:07.443Z | Downloaded zone_cfg_derive v0.1.2 |
695 | 2024-12-21T04:41:07.443Z | Downloaded mockall v0.13.0 |
696 | 2024-12-21T04:41:07.445Z | Downloaded strum_macros v0.24.3 |
697 | 2024-12-21T04:41:07.448Z | Downloaded slog-async v2.8.0 |
698 | 2024-12-21T04:41:07.448Z | Downloaded pin-project-lite v0.2.14 |
699 | 2024-12-21T04:41:07.454Z | Downloaded num_enum_derive v0.5.11 |
700 | 2024-12-21T04:41:07.457Z | Downloaded num_enum v0.5.11 |
701 | 2024-12-21T04:41:07.460Z | Downloaded write16 v1.0.0 |
702 | 2024-12-21T04:41:07.463Z | Downloaded backtrace v0.3.74 |
703 | 2024-12-21T04:41:07.466Z | Downloaded quick-error v1.2.3 |
704 | 2024-12-21T04:41:07.469Z | Downloaded phf_shared v0.11.2 |
705 | 2024-12-21T04:41:07.469Z | Downloaded term v0.7.0 |
706 | 2024-12-21T04:41:07.472Z | Downloaded opaque-debug v0.3.1 |
707 | 2024-12-21T04:41:07.475Z | Downloaded rustc-hash v2.0.0 |
708 | 2024-12-21T04:41:07.475Z | Downloaded fallible-iterator v0.2.0 |
709 | 2024-12-21T04:41:07.477Z | Downloaded serde_yaml v0.9.34+deprecated |
710 | 2024-12-21T04:41:07.480Z | Downloaded stable_deref_trait v1.2.0 |
711 | 2024-12-21T04:41:07.480Z | Downloaded slog-stdlog v4.1.1 |
712 | 2024-12-21T04:41:07.483Z | Downloaded crossbeam-channel v0.5.13 |
713 | 2024-12-21T04:41:07.486Z | Downloaded sha1 v0.10.6 |
714 | 2024-12-21T04:41:07.489Z | Downloaded minimal-lexical v0.2.1 |
715 | 2024-12-21T04:41:07.493Z | Downloaded rustc_version v0.1.7 |
716 | 2024-12-21T04:41:07.495Z | Downloaded tracing v0.1.40 |
717 | 2024-12-21T04:41:07.498Z | Downloaded universal-hash v0.5.1 |
718 | 2024-12-21T04:41:07.501Z | Downloaded tui-tree-widget v0.22.0 |
719 | 2024-12-21T04:41:07.501Z | Downloaded multer v3.1.0 |
720 | 2024-12-21T04:41:07.504Z | Downloaded xattr v1.3.1 |
721 | 2024-12-21T04:41:07.506Z | Downloaded untrusted v0.7.1 |
722 | 2024-12-21T04:41:07.508Z | Downloaded subtle v2.6.1 |
723 | 2024-12-21T04:41:07.508Z | Downloaded structmeta-derive v0.3.0 |
724 | 2024-12-21T04:41:07.510Z | Downloaded packed_struct_codegen v0.10.1 |
725 | 2024-12-21T04:41:07.512Z | Downloaded difflib v0.4.0 |
726 | 2024-12-21T04:41:07.512Z | Downloaded p256 v0.13.2 |
727 | 2024-12-21T04:41:07.515Z | Downloaded gethostname v0.5.0 |
728 | 2024-12-21T04:41:07.518Z | Downloaded derive_builder v0.20.2 |
729 | 2024-12-21T04:41:07.521Z | Downloaded multimap v0.10.0 |
730 | 2024-12-21T04:41:07.524Z | Downloaded yoke-derive v0.7.4 |
731 | 2024-12-21T04:41:07.524Z | Downloaded ed25519 v2.2.3 |
732 | 2024-12-21T04:41:07.527Z | Downloaded resolv-conf v0.7.0 |
733 | 2024-12-21T04:41:07.529Z | Downloaded radium v0.7.0 |
734 | 2024-12-21T04:41:07.529Z | Downloaded env_filter v0.1.2 |
735 | 2024-12-21T04:41:07.532Z | Downloaded nodrop v0.1.14 |
736 | 2024-12-21T04:41:07.532Z | Downloaded ghash v0.5.1 |
737 | 2024-12-21T04:41:07.534Z | Downloaded openssl-probe v0.1.5 |
738 | 2024-12-21T04:41:07.534Z | Downloaded rustversion v1.0.17 |
739 | 2024-12-21T04:41:07.537Z | Downloaded dropshot_endpoint v0.13.0 |
740 | 2024-12-21T04:41:07.540Z | Downloaded new_debug_unreachable v1.0.6 |
741 | 2024-12-21T04:41:07.543Z | Downloaded scrypt v0.11.0 |
742 | 2024-12-21T04:41:07.543Z | Downloaded enum-as-inner v0.6.1 |
743 | 2024-12-21T04:41:07.545Z | Downloaded derive-where v1.2.7 |
744 | 2024-12-21T04:41:07.549Z | Downloaded fallible-streaming-iterator v0.1.9 |
745 | 2024-12-21T04:41:07.552Z | Downloaded pbkdf2 v0.12.2 |
746 | 2024-12-21T04:41:07.552Z | Downloaded paste v1.0.15 |
747 | 2024-12-21T04:41:07.556Z | Downloaded libm v0.2.8 |
748 | 2024-12-21T04:41:07.562Z | Downloaded slog-scope v4.4.0 |
749 | 2024-12-21T04:41:07.565Z | Downloaded static_assertions v1.1.0 |
750 | 2024-12-21T04:41:07.568Z | Downloaded ssh-encoding v0.2.0 |
751 | 2024-12-21T04:41:07.568Z | Downloaded slog-json v2.6.1 |
752 | 2024-12-21T04:41:07.571Z | Downloaded simd-adler32 v0.3.7 |
753 | 2024-12-21T04:41:07.571Z | Downloaded derive_builder_macro v0.20.2 |
754 | 2024-12-21T04:41:07.573Z | Downloaded toolchain_find v0.4.0 |
755 | 2024-12-21T04:41:07.573Z | Downloaded env_logger v0.11.5 |
756 | 2024-12-21T04:41:07.576Z | Downloaded num-traits v0.2.19 |
757 | 2024-12-21T04:41:07.579Z | Downloaded diesel-dtrace v0.4.2 |
758 | 2024-12-21T04:41:07.581Z | Downloaded tokio-tungstenite v0.24.0 |
759 | 2024-12-21T04:41:07.584Z | Downloaded pin-project v1.1.6 |
760 | 2024-12-21T04:41:07.594Z | Downloaded vte_generate_state_changes v0.1.2 |
761 | 2024-12-21T04:41:07.597Z | Downloaded env_logger v0.10.2 |
762 | 2024-12-21T04:41:07.599Z | Downloaded hashbrown v0.13.2 |
763 | 2024-12-21T04:41:07.603Z | Downloaded rusty-fork v0.3.0 |
764 | 2024-12-21T04:41:07.606Z | Downloaded aes v0.8.4 |
765 | 2024-12-21T04:41:07.608Z | Downloaded oso v0.27.3 |
766 | 2024-12-21T04:41:07.612Z | Downloaded libxml v0.3.3 |
767 | 2024-12-21T04:41:07.618Z | Downloaded newtype_derive v0.1.6 |
768 | 2024-12-21T04:41:07.621Z | Downloaded pkg-config v0.3.31 |
769 | 2024-12-21T04:41:07.621Z | Downloaded float-ord v0.3.2 |
770 | 2024-12-21T04:41:07.624Z | Downloaded flagset v0.4.6 |
771 | 2024-12-21T04:41:07.624Z | Downloaded fixedbitset v0.4.2 |
772 | 2024-12-21T04:41:07.627Z | Downloaded rustc-hash v1.1.0 |
773 | 2024-12-21T04:41:07.627Z | Downloaded tokio-stream v0.1.16 |
774 | 2024-12-21T04:41:07.632Z | Downloaded vsss-rs v3.3.4 |
775 | 2024-12-21T04:41:07.635Z | Downloaded pretty-hex v0.2.1 |
776 | 2024-12-21T04:41:07.638Z | Downloaded tokio-tungstenite v0.21.0 |
777 | 2024-12-21T04:41:07.640Z | Downloaded zopfli v0.8.1 |
778 | 2024-12-21T04:41:07.643Z | Downloaded structmeta v0.3.0 |
779 | 2024-12-21T04:41:07.643Z | Downloaded rand_seeder v0.3.0 |
780 | 2024-12-21T04:41:07.646Z | Downloaded tokio-rustls v0.25.0 |
781 | 2024-12-21T04:41:07.648Z | Downloaded tokio-rustls v0.24.1 |
782 | 2024-12-21T04:41:07.648Z | Downloaded progenitor-impl v0.8.0 |
783 | 2024-12-21T04:41:07.651Z | Downloaded debug-ignore v1.0.5 |
784 | 2024-12-21T04:41:07.654Z | Downloaded subprocess v0.2.9 |
785 | 2024-12-21T04:41:07.658Z | Downloaded zerovec-derive v0.10.3 |
786 | 2024-12-21T04:41:07.661Z | Downloaded ff v0.13.0 |
787 | 2024-12-21T04:41:07.661Z | Downloaded fd-lock v4.0.2 |
788 | 2024-12-21T04:41:07.661Z | Downloaded ron v0.7.1 |
789 | 2024-12-21T04:41:07.666Z | Downloaded num-bigint v0.4.6 |
790 | 2024-12-21T04:41:07.672Z | Downloaded stringprep v0.1.5 |
791 | 2024-12-21T04:41:07.674Z | Downloaded string_cache v0.8.7 |
792 | 2024-12-21T04:41:07.676Z | Downloaded spki v0.7.3 |
793 | 2024-12-21T04:41:07.679Z | Downloaded getrandom v0.2.15 |
794 | 2024-12-21T04:41:07.682Z | Downloaded unsafe-libyaml v0.2.11 |
795 | 2024-12-21T04:41:07.685Z | Downloaded tokio-util v0.7.12 |
796 | 2024-12-21T04:41:07.690Z | Downloaded olpc-cjson v0.1.4 |
797 | 2024-12-21T04:41:07.693Z | Downloaded newtype-uuid v1.1.3 |
798 | 2024-12-21T04:41:07.693Z | Downloaded rustc-demangle v0.1.24 |
799 | 2024-12-21T04:41:07.696Z | Downloaded predicates-tree v1.0.11 |
800 | 2024-12-21T04:41:07.696Z | Downloaded shlex v1.3.0 |
801 | 2024-12-21T04:41:07.698Z | Downloaded predicates-core v1.0.8 |
802 | 2024-12-21T04:41:07.698Z | Downloaded vergen v8.3.2 |
803 | 2024-12-21T04:41:07.701Z | Downloaded diff v0.1.13 |
804 | 2024-12-21T04:41:07.704Z | Downloaded hash32 v0.2.1 |
805 | 2024-12-21T04:41:07.708Z | Downloaded waitgroup v0.1.2 |
806 | 2024-12-21T04:41:07.711Z | Downloaded salsa20 v0.10.2 |
807 | 2024-12-21T04:41:07.711Z | Downloaded pkcs8 v0.10.2 |
808 | 2024-12-21T04:41:07.713Z | Downloaded enum-as-inner v0.5.1 |
809 | 2024-12-21T04:41:07.713Z | Downloaded predicates v3.1.2 |
810 | 2024-12-21T04:41:07.716Z | Downloaded shell-words v1.1.0 |
811 | 2024-12-21T04:41:07.718Z | Downloaded num-integer v0.1.46 |
812 | 2024-12-21T04:41:07.731Z | Downloaded num-derive v0.4.2 |
813 | 2024-12-21T04:41:07.731Z | Downloaded scheduled-thread-pool v0.2.7 |
814 | 2024-12-21T04:41:07.731Z | Downloaded aes-gcm v0.10.3 |
815 | 2024-12-21T04:41:07.731Z | Downloaded steno v0.4.1 |
816 | 2024-12-21T04:41:07.731Z | Downloaded dhcproto v0.12.0 |
817 | 2024-12-21T04:41:07.734Z | Downloaded topological-sort v0.2.2 |
818 | 2024-12-21T04:41:07.740Z | Downloaded hkdf v0.12.4 |
819 | 2024-12-21T04:41:07.740Z | Downloaded slog-term v2.9.1 |
820 | 2024-12-21T04:41:07.740Z | Downloaded dhcproto-macros v0.1.0 |
821 | 2024-12-21T04:41:07.742Z | Downloaded zerocopy v0.6.6 |
822 | 2024-12-21T04:41:07.745Z | Downloaded downcast v0.11.0 |
823 | 2024-12-21T04:41:07.745Z | Downloaded rand v0.8.5 |
824 | 2024-12-21T04:41:07.750Z | Downloaded progenitor-macro v0.8.0 |
825 | 2024-12-21T04:41:07.752Z | Downloaded progenitor v0.8.0 |
826 | 2024-12-21T04:41:07.752Z | Downloaded zerofrom-derive v0.1.4 |
827 | 2024-12-21T04:41:07.752Z | Downloaded value-bag v1.9.0 |
828 | 2024-12-21T04:41:07.755Z | Downloaded proc-macro-crate v1.3.1 |
829 | 2024-12-21T04:41:07.758Z | Downloaded parse-display-derive v0.10.0 |
830 | 2024-12-21T04:41:07.758Z | Downloaded futures-sink v0.3.31 |
831 | 2024-12-21T04:41:07.760Z | Downloaded parse-display v0.10.0 |
832 | 2024-12-21T04:41:07.761Z | Downloaded parse-size v1.1.0 |
833 | 2024-12-21T04:41:07.763Z | Downloaded parking_lot v0.11.2 |
834 | 2024-12-21T04:41:07.765Z | Downloaded tiny-keccak v2.0.2 |
835 | 2024-12-21T04:41:07.768Z | Downloaded signal-hook-mio v0.2.4 |
836 | 2024-12-21T04:41:07.768Z | Downloaded serde_urlencoded v0.7.1 |
837 | 2024-12-21T04:41:07.771Z | Downloaded miniz_oxide v0.8.0 |
838 | 2024-12-21T04:41:07.775Z | Downloaded polyval v0.6.2 |
839 | 2024-12-21T04:41:07.775Z | Downloaded either v1.13.0 |
840 | 2024-12-21T04:41:07.775Z | Downloaded expectorate v1.1.0 |
841 | 2024-12-21T04:41:07.778Z | Downloaded tough v0.19.0 |
842 | 2024-12-21T04:41:07.789Z | Downloaded typify-macro v0.2.0 |
843 | 2024-12-21T04:41:07.792Z | Downloaded openssl-sys v0.9.103 |
844 | 2024-12-21T04:41:07.792Z | Downloaded mio v1.0.2 |
845 | 2024-12-21T04:41:07.799Z | Downloaded hashbrown v0.14.5 |
846 | 2024-12-21T04:41:07.804Z | Downloaded foreign-types v0.5.0 |
847 | 2024-12-21T04:41:07.806Z | Downloaded rpassword v7.3.1 |
848 | 2024-12-21T04:41:07.806Z | Downloaded diesel_table_macro_syntax v0.2.0 |
849 | 2024-12-21T04:41:07.809Z | Downloaded tracing-attributes v0.1.27 |
850 | 2024-12-21T04:41:07.809Z | Downloaded number_prefix v0.4.0 |
851 | 2024-12-21T04:41:07.812Z | Downloaded postcard v1.0.10 |
852 | 2024-12-21T04:41:07.812Z | Downloaded same-file v1.0.6 |
853 | 2024-12-21T04:41:07.816Z | Downloaded itertools v0.13.0 |
854 | 2024-12-21T04:41:07.821Z | Downloaded futures-channel v0.3.31 |
855 | 2024-12-21T04:41:07.824Z | Downloaded pem v3.0.4 |
856 | 2024-12-21T04:41:07.827Z | Downloaded newline-converter v0.3.0 |
857 | 2024-12-21T04:41:07.827Z | Downloaded test-strategy v0.4.0 |
858 | 2024-12-21T04:41:07.830Z | Downloaded signal-hook v0.3.17 |
859 | 2024-12-21T04:41:07.833Z | Downloaded futures-io v0.3.31 |
860 | 2024-12-21T04:41:07.835Z | Downloaded futures-core v0.3.31 |
861 | 2024-12-21T04:41:07.835Z | Downloaded slog-envlogger v2.2.0 |
862 | 2024-12-21T04:41:07.839Z | Downloaded peg v0.8.4 |
863 | 2024-12-21T04:41:07.841Z | Downloaded slog-dtrace v0.3.0 |
864 | 2024-12-21T04:41:07.841Z | Downloaded rayon-core v1.12.1 |
865 | 2024-12-21T04:41:07.845Z | Downloaded smf v0.2.3 |
866 | 2024-12-21T04:41:07.848Z | Downloaded percent-encoding v2.3.1 |
867 | 2024-12-21T04:41:07.848Z | Downloaded data-encoding v2.6.0 |
868 | 2024-12-21T04:41:07.851Z | Downloaded zone v0.1.8 |
869 | 2024-12-21T04:41:07.851Z | Downloaded which v4.4.2 |
870 | 2024-12-21T04:41:07.851Z | Downloaded time-macros v0.2.18 |
871 | 2024-12-21T04:41:07.853Z | Downloaded serde_plain v1.0.2 |
872 | 2024-12-21T04:41:07.855Z | Downloaded dropshot_endpoint v0.12.0 |
873 | 2024-12-21T04:41:07.859Z | Downloaded flume v0.11.1 |
874 | 2024-12-21T04:41:07.862Z | Downloaded salty v0.3.0 |
875 | 2024-12-21T04:41:07.868Z | Downloaded zone v0.3.0 |
876 | 2024-12-21T04:41:07.870Z | Downloaded futures-task v0.3.31 |
877 | 2024-12-21T04:41:07.870Z | Downloaded foldhash v0.1.3 |
878 | 2024-12-21T04:41:07.873Z | Downloaded time-core v0.1.2 |
879 | 2024-12-21T04:41:07.873Z | Downloaded num-conv v0.1.0 |
880 | 2024-12-21T04:41:07.873Z | Downloaded num_threads v0.1.7 |
881 | 2024-12-21T04:41:07.875Z | Downloaded spin v0.9.8 |
882 | 2024-12-21T04:41:07.878Z | Downloaded snafu-derive v0.8.5 |
883 | 2024-12-21T04:41:07.878Z | Downloaded dirs-next v2.0.0 |
884 | 2024-12-21T04:41:07.883Z | Downloaded aho-corasick v1.1.3 |
885 | 2024-12-21T04:41:07.887Z | Downloaded futures-macro v0.3.31 |
886 | 2024-12-21T04:41:07.887Z | Downloaded des v0.8.1 |
887 | 2024-12-21T04:41:07.889Z | Downloaded x509-cert v0.2.5 |
888 | 2024-12-21T04:41:07.893Z | Downloaded num-complex v0.4.6 |
889 | 2024-12-21T04:41:07.898Z | Downloaded schemars_derive v0.8.21 |
890 | 2024-12-21T04:41:07.898Z | Downloaded nanorand v0.7.0 |
891 | 2024-12-21T04:41:07.900Z | Downloaded glob v0.3.1 |
892 | 2024-12-21T04:41:07.900Z | Downloaded p521 v0.13.3 |
893 | 2024-12-21T04:41:07.904Z | Downloaded tabwriter v1.4.0 |
894 | 2024-12-21T04:41:07.906Z | Downloaded synstructure v0.13.1 |
895 | 2024-12-21T04:41:07.908Z | Downloaded parking_lot_core v0.9.10 |
896 | 2024-12-21T04:41:07.908Z | Downloaded typify v0.2.0 |
897 | 2024-12-21T04:41:07.911Z | Downloaded fatfs v0.3.6 |
898 | 2024-12-21T04:41:07.916Z | Downloaded hash32 v0.3.1 |
899 | 2024-12-21T04:41:07.919Z | Downloaded wait-timeout v0.2.0 |
900 | 2024-12-21T04:41:07.919Z | Downloaded pkcs5 v0.7.1 |
901 | 2024-12-21T04:41:07.923Z | Downloaded whoami v1.5.2 |
902 | 2024-12-21T04:41:07.926Z | Downloaded parse-zoneinfo v0.3.1 |
903 | 2024-12-21T04:41:07.926Z | Downloaded poly1305 v0.8.0 |
904 | 2024-12-21T04:41:07.929Z | Downloaded serde_derive_internals v0.29.1 |
905 | 2024-12-21T04:41:07.931Z | Downloaded serde-hex v0.1.0 |
906 | 2024-12-21T04:41:07.931Z | Downloaded tungstenite v0.21.0 |
907 | 2024-12-21T04:41:07.936Z | Downloaded num-iter v0.1.45 |
908 | 2024-12-21T04:41:07.936Z | Downloaded thiserror-impl v2.0.3 |
909 | 2024-12-21T04:41:07.939Z | Downloaded tls_codec_derive v0.4.1 |
910 | 2024-12-21T04:41:07.939Z | Downloaded tinystr v0.7.6 |
911 | 2024-12-21T04:41:07.942Z | Downloaded thread_local v1.1.8 |
912 | 2024-12-21T04:41:07.945Z | Downloaded siphasher v0.3.11 |
913 | 2024-12-21T04:41:07.945Z | Downloaded toml_edit v0.19.15 |
914 | 2024-12-21T04:41:07.960Z | Downloaded group v0.13.0 |
915 | 2024-12-21T04:41:07.963Z | Downloaded thiserror v2.0.3 |
916 | 2024-12-21T04:41:07.966Z | Downloaded aws-lc-rs v1.10.0 |
917 | 2024-12-21T04:41:07.975Z | Downloaded twox-hash v1.6.3 |
918 | 2024-12-21T04:41:07.977Z | Downloaded hashlink v0.9.1 |
919 | 2024-12-21T04:41:07.980Z | Downloaded icu_properties_data v1.5.0 |
920 | 2024-12-21T04:41:07.989Z | Downloaded socket2 v0.5.7 |
921 | 2024-12-21T04:41:07.992Z | Downloaded ssh-key v0.6.6 |
922 | 2024-12-21T04:41:07.998Z | Downloaded unicode-normalization v0.1.24 |
923 | 2024-12-21T04:41:08.002Z | Downloaded schemars v0.8.21 |
924 | 2024-12-21T04:41:08.013Z | Downloaded pem-rfc7468 v0.7.0 |
925 | 2024-12-21T04:41:08.015Z | Downloaded darling_core v0.20.10 |
926 | 2024-12-21T04:41:08.019Z | Downloaded tungstenite v0.23.0 |
927 | 2024-12-21T04:41:08.023Z | Downloaded globset v0.4.15 |
928 | 2024-12-21T04:41:08.025Z | Downloaded tinyvec v1.8.0 |
929 | 2024-12-21T04:41:08.027Z | Downloaded uzers v0.12.1 |
930 | 2024-12-21T04:41:08.030Z | Downloaded slog v2.7.0 |
931 | 2024-12-21T04:41:08.032Z | Downloaded ron v0.8.1 |
932 | 2024-12-21T04:41:08.037Z | Downloaded zip v2.1.3 |
933 | 2024-12-21T04:41:08.042Z | Downloaded blake3 v1.5.4 |
934 | 2024-12-21T04:41:08.050Z | Downloaded tokio-tungstenite v0.23.1 |
935 | 2024-12-21T04:41:08.052Z | Downloaded russh v0.45.0 |
936 | 2024-12-21T04:41:08.057Z | Downloaded serde_with v3.11.0 |
937 | 2024-12-21T04:41:08.065Z | Downloaded chrono v0.4.38 |
938 | 2024-12-21T04:41:08.073Z | Downloaded half v2.4.1 |
939 | 2024-12-21T04:41:08.075Z | Downloaded headers v0.4.0 |
940 | 2024-12-21T04:41:08.081Z | Downloaded num-bigint-dig v0.8.4 |
941 | 2024-12-21T04:41:08.085Z | Downloaded publicsuffix v2.2.3 |
942 | 2024-12-21T04:41:08.088Z | Downloaded nom v7.1.3 |
943 | 2024-12-21T04:41:08.093Z | Downloaded rcgen v0.12.1 |
944 | 2024-12-21T04:41:08.096Z | Downloaded rustyline v14.0.0 |
945 | 2024-12-21T04:41:08.101Z | Downloaded rusqlite v0.32.1 |
946 | 2024-12-21T04:41:08.108Z | Downloaded elliptic-curve v0.13.8 |
947 | 2024-12-21T04:41:08.111Z | Downloaded reqwest v0.12.9 |
948 | 2024-12-21T04:41:08.120Z | Downloaded tungstenite v0.24.0 |
949 | 2024-12-21T04:41:08.125Z | Downloaded idna v0.5.0 |
950 | 2024-12-21T04:41:08.131Z | Downloaded rustls-webpki v0.101.7 |
951 | 2024-12-21T04:41:08.145Z | Downloaded h2 v0.4.6 |
952 | 2024-12-21T04:41:08.151Z | Downloaded quinn v0.11.5 |
953 | 2024-12-21T04:41:08.155Z | Downloaded idna v0.3.0 |
954 | 2024-12-21T04:41:08.162Z | Downloaded p384 v0.13.0 |
955 | 2024-12-21T04:41:08.168Z | Downloaded idna v0.2.3 |
956 | 2024-12-21T04:41:08.175Z | Downloaded quinn-proto v0.11.8 |
957 | 2024-12-21T04:41:08.182Z | Downloaded typed-path v0.9.3 |
958 | 2024-12-21T04:41:08.188Z | Downloaded zerovec v0.10.4 |
959 | 2024-12-21T04:41:08.198Z | Downloaded idna v0.4.0 |
960 | 2024-12-21T04:41:08.203Z | Downloaded bitvec v1.0.1 |
961 | 2024-12-21T04:41:08.215Z | Downloaded sqlparser v0.45.0 |
962 | 2024-12-21T04:41:08.220Z | Downloaded futures-util v0.3.31 |
963 | 2024-12-21T04:41:08.232Z | Downloaded smoltcp v0.9.1 |
964 | 2024-12-21T04:41:08.243Z | Downloaded zerocopy v0.8.10 |
965 | 2024-12-21T04:41:08.267Z | Downloaded reedline v0.35.0 |
966 | 2024-12-21T04:41:08.272Z | Downloaded rustls-webpki v0.102.8 |
967 | 2024-12-21T04:41:08.291Z | Downloaded quick-xml v0.33.0 |
968 | 2024-12-21T04:41:08.297Z | Downloaded git2 v0.19.0 |
969 | 2024-12-21T04:41:08.305Z | Downloaded proptest v1.5.0 |
970 | 2024-12-21T04:41:08.314Z | Downloaded winnow v0.5.40 |
971 | 2024-12-21T04:41:08.322Z | Downloaded time v0.3.36 |
972 | 2024-12-21T04:41:08.329Z | Downloaded portable-atomic v1.9.0 |
973 | 2024-12-21T04:41:08.335Z | Downloaded polar-core v0.27.3 |
974 | 2024-12-21T04:41:08.344Z | Downloaded rayon v1.10.0 |
975 | 2024-12-21T04:41:08.353Z | Downloaded radix_trie v0.2.1 |
976 | 2024-12-21T04:41:08.358Z | Downloaded petname v2.0.2 |
977 | 2024-12-21T04:41:08.364Z | Downloaded vcpkg v0.2.15 |
978 | 2024-12-21T04:41:08.401Z | Downloaded hickory-proto v0.24.1 |
979 | 2024-12-21T04:41:08.416Z | Downloaded nix v0.28.0 |
980 | 2024-12-21T04:41:08.427Z | Downloaded nix v0.27.1 |
981 | 2024-12-21T04:41:08.437Z | Downloaded dropshot v0.13.0 |
982 | 2024-12-21T04:41:08.457Z | Downloaded regex-syntax v0.6.29 |
983 | 2024-12-21T04:41:08.464Z | Downloaded bstr v1.10.0 |
984 | 2024-12-21T04:41:08.475Z | Downloaded object v0.36.5 |
985 | 2024-12-21T04:41:08.486Z | Downloaded webpki-roots v0.26.6 |
986 | 2024-12-21T04:41:08.490Z | Downloaded dropshot v0.12.0 |
987 | 2024-12-21T04:41:08.516Z | Downloaded object v0.30.4 |
988 | 2024-12-21T04:41:08.520Z | Downloaded typify-impl v0.2.0 |
989 | 2024-12-21T04:41:08.535Z | Downloaded regex-syntax v0.8.5 |
990 | 2024-12-21T04:41:08.543Z | Downloaded regress v0.10.1 |
991 | 2024-12-21T04:41:08.556Z | Downloaded diesel v2.2.6 |
992 | 2024-12-21T04:41:08.588Z | Downloaded openapiv3 v2.0.0 |
993 | 2024-12-21T04:41:08.603Z | Downloaded nix v0.29.0 |
994 | 2024-12-21T04:41:08.620Z | Downloaded sled v0.34.7 |
995 | 2024-12-21T04:41:08.632Z | Downloaded ratatui v0.28.1 |
996 | 2024-12-21T04:41:08.652Z | Downloaded gimli v0.31.1 |
997 | 2024-12-21T04:41:08.660Z | Downloaded zerocopy-derive v0.6.6 |
998 | 2024-12-21T04:41:08.669Z | Downloaded rustls v0.22.4 |
999 | 2024-12-21T04:41:08.682Z | Downloaded chrono-tz v0.10.0 |
1000 | 2024-12-21T04:41:08.689Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1001 | 2024-12-21T04:41:08.702Z | Downloaded smoltcp v0.11.0 |
1002 | 2024-12-21T04:41:08.714Z | Downloaded rustls v0.23.19 |
1003 | 2024-12-21T04:41:08.726Z | Downloaded rustls v0.21.12 |
1004 | 2024-12-21T04:41:08.737Z | Downloaded regex-automata v0.4.8 |
1005 | 2024-12-21T04:41:08.753Z | Downloaded lzma-sys v0.1.20 |
1006 | 2024-12-21T04:41:08.782Z | Downloaded petgraph v0.6.5 |
1007 | 2024-12-21T04:41:08.798Z | Downloaded libz-sys v1.1.20 |
1008 | 2024-12-21T04:41:08.817Z | Downloaded openssl v0.10.66 |
1009 | 2024-12-21T04:41:08.827Z | Downloaded trust-dns-proto v0.22.0 |
1010 | 2024-12-21T04:41:08.838Z | Downloaded unicode-width v0.2.0 |
1011 | 2024-12-21T04:41:08.843Z | Downloaded regress v0.9.1 |
1012 | 2024-12-21T04:41:08.852Z | Downloaded regex v1.11.1 |
1013 | 2024-12-21T04:41:08.865Z | Downloaded curve25519-dalek v4.1.3 |
1014 | 2024-12-21T04:41:08.873Z | Downloaded bindgen v0.69.5 |
1015 | 2024-12-21T04:41:08.880Z | Downloaded unicode_categories v0.1.1 |
1016 | 2024-12-21T04:41:08.883Z | Downloaded tokio v1.40.0 |
1017 | 2024-12-21T04:41:08.917Z | Downloaded csv v1.3.0 |
1018 | 2024-12-21T04:41:08.936Z | Downloaded parking_lot v0.12.3 |
1019 | 2024-12-21T04:41:08.938Z | Downloaded futures v0.3.31 |
1020 | 2024-12-21T04:41:08.942Z | Downloaded lalrpop v0.19.12 |
1021 | 2024-12-21T04:41:08.953Z | Downloaded sha3 v0.10.8 |
1022 | 2024-12-21T04:41:08.958Z | Downloaded flate2 v1.0.34 |
1023 | 2024-12-21T04:41:08.964Z | Downloaded parking_lot_core v0.8.6 |
1024 | 2024-12-21T04:41:08.967Z | Downloaded ed25519-dalek v2.1.1 |
1025 | 2024-12-21T04:41:08.970Z | Downloaded samael v0.0.17 |
1026 | 2024-12-21T04:41:08.974Z | Downloaded zip v0.6.6 |
1027 | 2024-12-21T04:41:08.978Z | Downloaded tar v0.4.42 |
1028 | 2024-12-21T04:41:08.981Z | Downloaded tap v1.0.1 |
1029 | 2024-12-21T04:41:08.984Z | Downloaded uuid v1.11.0 |
1030 | 2024-12-21T04:41:08.987Z | Downloaded xz2 v0.1.7 |
1031 | 2024-12-21T04:41:08.987Z | Downloaded vte v0.11.1 |
1032 | 2024-12-21T04:41:08.990Z | Downloaded toml v0.7.8 |
1033 | 2024-12-21T04:41:08.995Z | Downloaded serde_repr v0.1.19 |
1034 | 2024-12-21T04:41:08.998Z | Downloaded walkdir v2.5.0 |
1035 | 2024-12-21T04:41:08.998Z | Downloaded postgres-protocol v0.6.7 |
1036 | 2024-12-21T04:41:08.999Z | Downloaded peg-macros v0.8.4 |
1037 | 2024-12-21T04:41:09.001Z | Downloaded derive_more v0.99.18 |
1038 | 2024-12-21T04:41:09.004Z | Downloaded derive_builder_core v0.20.2 |
1039 | 2024-12-21T04:41:09.008Z | Downloaded russh-keys v0.45.0 |
1040 | 2024-12-21T04:41:09.011Z | Downloaded omicron-zone-package v0.11.1 |
1041 | 2024-12-21T04:41:09.011Z | Downloaded rustls-pki-types v1.10.0 |
1042 | 2024-12-21T04:41:09.014Z | Downloaded hashbrown v0.12.3 |
1043 | 2024-12-21T04:41:09.018Z | Downloaded pin-project-internal v1.1.6 |
1044 | 2024-12-21T04:41:09.021Z | Downloaded tokio-postgres v0.7.12 |
1045 | 2024-12-21T04:41:09.026Z | Downloaded itertools v0.12.1 |
1046 | 2024-12-21T04:41:09.032Z | Downloaded hyper v1.5.0 |
1047 | 2024-12-21T04:41:09.038Z | Downloaded crossterm v0.28.1 |
1048 | 2024-12-21T04:41:09.045Z | Downloaded yoke v0.7.4 |
1049 | 2024-12-21T04:41:09.047Z | Downloaded url v2.5.3 |
1050 | 2024-12-21T04:41:09.050Z | Downloaded unicode-segmentation v1.12.0 |
1051 | 2024-12-21T04:41:09.053Z | Downloaded sqlformat v0.2.6 |
1052 | 2024-12-21T04:41:09.055Z | Downloaded rand_chacha v0.3.1 |
1053 | 2024-12-21T04:41:09.058Z | Downloaded ecdsa v0.16.9 |
1054 | 2024-12-21T04:41:09.058Z | Downloaded similar v2.6.0 |
1055 | 2024-12-21T04:41:09.062Z | Downloaded rsa v0.9.6 |
1056 | 2024-12-21T04:41:09.067Z | Downloaded postgres-types v0.2.8 |
1057 | 2024-12-21T04:41:09.069Z | Downloaded idna v1.0.3 |
1058 | 2024-12-21T04:41:09.073Z | Downloaded encoding_rs v0.8.34 |
1059 | 2024-12-21T04:41:09.094Z | Downloaded filetime v0.2.25 |
1060 | 2024-12-21T04:41:09.097Z | Downloaded dyn-clone v1.0.17 |
1061 | 2024-12-21T04:41:09.097Z | Downloaded password-hash v0.5.0 |
1062 | 2024-12-21T04:41:09.099Z | Downloaded password-hash v0.4.2 |
1063 | 2024-12-21T04:41:09.101Z | Downloaded num-rational v0.4.2 |
1064 | 2024-12-21T04:41:09.101Z | Downloaded der v0.7.9 |
1065 | 2024-12-21T04:41:09.107Z | Downloaded zerocopy-derive v0.8.10 |
1066 | 2024-12-21T04:41:09.111Z | Downloaded unicode-bidi v0.3.17 |
1067 | 2024-12-21T04:41:09.114Z | Downloaded tracing-core v0.1.32 |
1068 | 2024-12-21T04:41:09.117Z | Downloaded signal-hook-tokio v0.3.1 |
1069 | 2024-12-21T04:41:09.117Z | Downloaded signal-hook-registry v1.4.2 |
1070 | 2024-12-21T04:41:09.119Z | Downloaded mockall_derive v0.13.0 |
1071 | 2024-12-21T04:41:09.122Z | Downloaded snafu v0.8.5 |
1072 | 2024-12-21T04:41:09.125Z | Downloaded qorb v0.2.1 |
1073 | 2024-12-21T04:41:09.129Z | Downloaded itertools v0.10.5 |
1074 | 2024-12-21T04:41:09.135Z | Downloaded yasna v0.5.2 |
1075 | 2024-12-21T04:41:09.139Z | Downloaded diesel_derives v2.2.3 |
1076 | 2024-12-21T04:41:09.142Z | Downloaded bumpalo v3.16.0 |
1077 | 2024-12-21T04:41:09.145Z | Downloaded base64 v0.22.1 |
1078 | 2024-12-21T04:41:09.149Z | Downloaded base64 v0.21.7 |
1079 | 2024-12-21T04:41:09.153Z | Downloaded crypto-bigint v0.5.5 |
1080 | 2024-12-21T04:41:09.159Z | Downloaded zeroize v1.8.1 |
1081 | 2024-12-21T04:41:09.162Z | Downloaded tokio-macros v2.4.0 |
1082 | 2024-12-21T04:41:09.162Z | Downloaded termcolor v1.4.1 |
1083 | 2024-12-21T04:41:09.164Z | Downloaded native-tls v0.2.12 |
1084 | 2024-12-21T04:41:09.164Z | Downloaded unicode-properties v0.1.3 |
1085 | 2024-12-21T04:41:09.167Z | Downloaded prettyplease v0.2.25 |
1086 | 2024-12-21T04:41:09.170Z | Downloaded cc v1.1.30 |
1087 | 2024-12-21T04:41:09.174Z | Downloaded arc-swap v1.7.1 |
1088 | 2024-12-21T04:41:09.176Z | Downloaded psl-types v2.0.11 |
1089 | 2024-12-21T04:41:09.179Z | Downloaded allocator-api2 v0.2.18 |
1090 | 2024-12-21T04:41:09.181Z | Downloaded icu_collections v1.5.0 |
1091 | 2024-12-21T04:41:09.186Z | Downloaded tokio-rustls v0.26.0 |
1092 | 2024-12-21T04:41:09.188Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1093 | 2024-12-21T04:41:09.245Z | Downloaded strum_macros v0.26.4 |
1094 | 2024-12-21T04:41:09.247Z | Downloaded spin v0.5.2 |
1095 | 2024-12-21T04:41:09.250Z | Downloaded smallvec v1.13.2 |
1096 | 2024-12-21T04:41:09.253Z | Downloaded ref-cast-impl v1.0.23 |
1097 | 2024-12-21T04:41:09.253Z | Downloaded powerfmt v0.2.0 |
1098 | 2024-12-21T04:41:09.253Z | Downloaded hyper-util v0.1.10 |
1099 | 2024-12-21T04:41:09.257Z | Downloaded displaydoc v0.2.5 |
1100 | 2024-12-21T04:41:09.260Z | Downloaded bytes v1.8.0 |
1101 | 2024-12-21T04:41:09.263Z | Downloaded base64 v0.13.1 |
1102 | 2024-12-21T04:41:09.266Z | Downloaded serde_with_macros v3.11.0 |
1103 | 2024-12-21T04:41:09.269Z | Downloaded rustls-pemfile v2.2.0 |
1104 | 2024-12-21T04:41:09.272Z | Downloaded httparse v1.9.5 |
1105 | 2024-12-21T04:41:09.274Z | Downloaded clang-sys v1.8.1 |
1106 | 2024-12-21T04:41:09.278Z | Downloaded ena v0.14.3 |
1107 | 2024-12-21T04:41:09.278Z | Downloaded embedded-io v0.6.1 |
1108 | 2024-12-21T04:41:09.280Z | Downloaded deranged v0.3.11 |
1109 | 2024-12-21T04:41:09.280Z | Downloaded rustc_version v0.4.1 |
1110 | 2024-12-21T04:41:09.284Z | Downloaded secrecy v0.8.0 |
1111 | 2024-12-21T04:41:09.284Z | Downloaded rustls-pemfile v1.0.4 |
1112 | 2024-12-21T04:41:09.286Z | Downloaded icu_provider v1.5.0 |
1113 | 2024-12-21T04:41:09.288Z | Downloaded hmac v0.12.1 |
1114 | 2024-12-21T04:41:09.291Z | Downloaded thiserror-no-std v2.0.2 |
1115 | 2024-12-21T04:41:09.294Z | Downloaded lalrpop-util v0.19.12 |
1116 | 2024-12-21T04:41:09.296Z | Downloaded impl-trait-for-tuples v0.2.2 |
1117 | 2024-12-21T04:41:09.299Z | Downloaded idna_adapter v1.2.0 |
1118 | 2024-12-21T04:41:09.299Z | Downloaded http-body-util v0.1.2 |
1119 | 2024-12-21T04:41:09.301Z | Downloaded ipnetwork v0.20.0 |
1120 | 2024-12-21T04:41:09.301Z | Downloaded blowfish v0.9.1 |
1121 | 2024-12-21T04:41:09.304Z | Downloaded jobserver v0.1.32 |
1122 | 2024-12-21T04:41:09.306Z | Downloaded ipnet v2.10.1 |
1123 | 2024-12-21T04:41:09.308Z | Downloaded csv-core v0.1.11 |
1124 | 2024-12-21T04:41:09.308Z | Downloaded ciborium v0.2.2 |
1125 | 2024-12-21T04:41:09.311Z | Downloaded cancel-safe-futures v0.1.5 |
1126 | 2024-12-21T04:41:09.314Z | Downloaded base64ct v1.6.0 |
1127 | 2024-12-21T04:41:09.316Z | Downloaded litemap v0.7.3 |
1128 | 2024-12-21T04:41:09.319Z | Downloaded arrayvec v0.7.6 |
1129 | 2024-12-21T04:41:09.321Z | Downloaded hex-literal v0.4.1 |
1130 | 2024-12-21T04:41:09.323Z | Downloaded ctr v0.9.2 |
1131 | 2024-12-21T04:41:09.323Z | Downloaded console v0.15.8 |
1132 | 2024-12-21T04:41:09.326Z | Downloaded bcrypt-pbkdf v0.10.0 |
1133 | 2024-12-21T04:41:09.328Z | Downloaded base16ct v0.2.0 |
1134 | 2024-12-21T04:41:09.331Z | Downloaded castaway v0.2.3 |
1135 | 2024-12-21T04:41:09.331Z | Downloaded managed v0.8.0 |
1136 | 2024-12-21T04:41:09.331Z | Downloaded lru-cache v0.1.2 |
1137 | 2024-12-21T04:41:09.334Z | Downloaded lockfree-object-pool v0.1.6 |
1138 | 2024-12-21T04:41:09.334Z | Downloaded lazy_static v1.5.0 |
1139 | 2024-12-21T04:41:09.337Z | Downloaded is-terminal v0.4.13 |
1140 | 2024-12-21T04:41:09.339Z | Downloaded inout v0.1.3 |
1141 | 2024-12-21T04:41:09.340Z | Downloaded lazycell v1.3.0 |
1142 | 2024-12-21T04:41:09.340Z | Downloaded keccak v0.1.5 |
1143 | 2024-12-21T04:41:09.342Z | Downloaded assert_matches v1.5.0 |
1144 | 2024-12-21T04:41:09.342Z | Downloaded cobs v0.2.3 |
1145 | 2024-12-21T04:41:09.345Z | Downloaded ciborium-ll v0.2.2 |
1146 | 2024-12-21T04:41:09.345Z | Downloaded cbc v0.1.2 |
1147 | 2024-12-21T04:41:09.349Z | Downloaded bitflags v1.3.2 |
1148 | 2024-12-21T04:41:09.352Z | Downloaded ascii-canvas v3.0.0 |
1149 | 2024-12-21T04:41:09.352Z | Downloaded arrayref v0.3.9 |
1150 | 2024-12-21T04:41:09.352Z | Downloaded array-init v0.0.4 |
1151 | 2024-12-21T04:41:09.352Z | Downloaded indent_write v2.2.0 |
1152 | 2024-12-21T04:41:09.356Z | Downloaded heck v0.3.3 |
1153 | 2024-12-21T04:41:09.356Z | Downloaded http-range v0.1.5 |
1154 | 2024-12-21T04:41:09.356Z | Downloaded async-stream v0.3.6 |
1155 | 2024-12-21T04:41:09.358Z | Downloaded icu_provider_macros v1.5.0 |
1156 | 2024-12-21T04:41:09.358Z | Downloaded bb8 v0.8.5 |
1157 | 2024-12-21T04:41:09.687Z | Downloaded ring v0.17.8 |
1158 | 2024-12-21T04:41:09.764Z | Downloaded aws-lc-sys v0.22.0 |
1159 | 2024-12-21T04:41:10.048Z | Downloaded ring v0.16.20 |
1160 | 2024-12-21T04:41:10.135Z | Downloaded libsqlite3-sys v0.30.1 |
1161 | 2024-12-21T04:41:10.322Z | Compiling serde v1.0.215 |
1162 | 2024-12-21T04:41:10.325Z | Compiling lock_api v0.4.12 |
1163 | 2024-12-21T04:41:10.325Z | Compiling scopeguard v1.2.0 |
1164 | 2024-12-21T04:41:10.325Z | Compiling value-bag v1.9.0 |
1165 | 2024-12-21T04:41:10.325Z | Compiling typenum v1.17.0 |
1166 | 2024-12-21T04:41:10.325Z | Compiling generic-array v0.14.7 |
1167 | 2024-12-21T04:41:10.519Z | Compiling syn v2.0.87 |
1168 | 2024-12-21T04:41:10.531Z | Compiling getrandom v0.2.15 |
1169 | 2024-12-21T04:41:10.652Z | Compiling subtle v2.6.1 |
1170 | 2024-12-21T04:41:10.831Z | Compiling rand_core v0.6.4 |
1171 | 2024-12-21T04:41:10.933Z | Compiling log v0.4.22 |
1172 | 2024-12-21T04:41:11.025Z | Compiling shlex v1.3.0 |
1173 | 2024-12-21T04:41:11.057Z | Compiling jobserver v0.1.32 |
1174 | 2024-12-21T04:41:11.077Z | Compiling const-oid v0.9.6 |
1175 | 2024-12-21T04:41:11.364Z | Compiling smallvec v1.13.2 |
1176 | 2024-12-21T04:41:11.384Z | Compiling spin v0.9.8 |
1177 | 2024-12-21T04:41:11.436Z | Compiling cc v1.1.30 |
1178 | 2024-12-21T04:41:11.775Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-12-21T04:41:11.778Z | Compiling rustix v0.38.37 |
1180 | 2024-12-21T04:41:11.818Z | Compiling parking_lot_core v0.9.10 |
1181 | 2024-12-21T04:41:11.904Z | Compiling futures-core v0.3.31 |
1182 | 2024-12-21T04:41:11.992Z | Compiling signal-hook-registry v1.4.2 |
1183 | 2024-12-21T04:41:12.142Z | Compiling mio v1.0.2 |
1184 | 2024-12-21T04:41:12.736Z | Compiling parking_lot v0.12.3 |
1185 | 2024-12-21T04:41:12.856Z | Compiling aho-corasick v1.1.3 |
1186 | 2024-12-21T04:41:12.907Z | Compiling cpufeatures v0.2.14 |
1187 | 2024-12-21T04:41:13.005Z | Compiling either v1.13.0 |
1188 | 2024-12-21T04:41:13.020Z | Compiling regex-syntax v0.8.5 |
1189 | 2024-12-21T04:41:13.149Z | Compiling lazy_static v1.5.0 |
1190 | 2024-12-21T04:41:13.273Z | Compiling stable_deref_trait v1.2.0 |
1191 | 2024-12-21T04:41:13.307Z | Compiling futures-sink v0.3.31 |
1192 | 2024-12-21T04:41:13.384Z | Compiling glob v0.3.1 |
1193 | 2024-12-21T04:41:13.405Z | Compiling socket2 v0.5.7 |
1194 | 2024-12-21T04:41:13.460Z | Compiling slab v0.4.9 |
1195 | 2024-12-21T04:41:13.816Z | Compiling prettyplease v0.2.25 |
1196 | 2024-12-21T04:41:13.970Z | Compiling serde_json v1.0.133 |
1197 | 2024-12-21T04:41:14.185Z | Compiling minimal-lexical v0.2.1 |
1198 | 2024-12-21T04:41:14.466Z | Compiling clang-sys v1.8.1 |
1199 | 2024-12-21T04:41:14.487Z | Compiling libloading v0.8.5 |
1200 | 2024-12-21T04:41:14.620Z | Compiling nom v7.1.3 |
1201 | 2024-12-21T04:41:14.717Z | Compiling bindgen v0.69.5 |
1202 | 2024-12-21T04:41:14.935Z | Compiling home v0.5.9 |
1203 | 2024-12-21T04:41:15.218Z | Compiling futures-channel v0.3.31 |
1204 | 2024-12-21T04:41:15.568Z | Compiling itertools v0.12.1 |
1205 | 2024-12-21T04:41:15.661Z | Compiling rustc-hash v1.1.0 |
1206 | 2024-12-21T04:41:15.777Z | Compiling pin-utils v0.1.0 |
1207 | 2024-12-21T04:41:15.822Z | Compiling allocator-api2 v0.2.18 |
1208 | 2024-12-21T04:41:15.874Z | Compiling lazycell v1.3.0 |
1209 | 2024-12-21T04:41:16.057Z | Compiling foldhash v0.1.3 |
1210 | 2024-12-21T04:41:16.391Z | Compiling libm v0.2.8 |
1211 | 2024-12-21T04:41:16.651Z | Compiling futures-task v0.3.31 |
1212 | 2024-12-21T04:41:16.714Z | Compiling futures-io v0.3.31 |
1213 | 2024-12-21T04:41:16.955Z | Compiling regex-automata v0.4.8 |
1214 | 2024-12-21T04:41:17.067Z | Compiling hashbrown v0.15.1 |
1215 | 2024-12-21T04:41:18.364Z | Compiling synstructure v0.13.1 |
1216 | 2024-12-21T04:41:18.584Z | Compiling cexpr v0.6.0 |
1217 | 2024-12-21T04:41:18.800Z | Compiling cmake v0.1.51 |
1218 | 2024-12-21T04:41:19.858Z | Compiling num-traits v0.2.19 |
1219 | 2024-12-21T04:41:20.125Z | Compiling dunce v1.0.5 |
1220 | 2024-12-21T04:41:20.145Z | Compiling tinyvec_macros v0.1.1 |
1221 | 2024-12-21T04:41:20.145Z | Compiling pkg-config v0.3.31 |
1222 | 2024-12-21T04:41:20.243Z | Compiling fs_extra v1.3.0 |
1223 | 2024-12-21T04:41:20.263Z | Compiling tinyvec v1.8.0 |
1224 | 2024-12-21T04:41:20.856Z | Compiling ring v0.17.8 |
1225 | 2024-12-21T04:41:22.146Z | Compiling base64ct v1.6.0 |
1226 | 2024-12-21T04:41:22.171Z | Compiling unicode-normalization v0.1.24 |
1227 | 2024-12-21T04:41:22.181Z | Compiling litemap v0.7.3 |
1228 | 2024-12-21T04:41:22.181Z | Compiling writeable v0.5.5 |
1229 | 2024-12-21T04:41:22.297Z | Compiling paste v1.0.15 |
1230 | 2024-12-21T04:41:22.404Z | Compiling regex v1.11.1 |
1231 | 2024-12-21T04:41:22.608Z | Compiling unicode-bidi v0.3.17 |
1232 | 2024-12-21T04:41:22.905Z | Compiling pem-rfc7468 v0.7.0 |
1233 | 2024-12-21T04:41:23.495Z | Compiling aws-lc-rs v1.10.0 |
1234 | 2024-12-21T04:41:23.614Z | Compiling flagset v0.4.6 |
1235 | 2024-12-21T04:41:23.686Z | Compiling httparse v1.9.5 |
1236 | 2024-12-21T04:41:23.973Z | Compiling tracing-core v0.1.32 |
1237 | 2024-12-21T04:41:24.017Z | Compiling percent-encoding v2.3.1 |
1238 | 2024-12-21T04:41:24.356Z | Compiling crossbeam-utils v0.8.20 |
1239 | 2024-12-21T04:41:24.491Z | Compiling rustls-pki-types v1.10.0 |
1240 | 2024-12-21T04:41:24.923Z | Compiling icu_locid_transform_data v1.5.0 |
1241 | 2024-12-21T04:41:25.065Z | Compiling num-conv v0.1.0 |
1242 | 2024-12-21T04:41:25.245Z | Compiling serde_derive v1.0.215 |
1243 | 2024-12-21T04:41:25.318Z | Compiling zeroize_derive v1.4.2 |
1244 | 2024-12-21T04:41:25.352Z | Compiling zerocopy-derive v0.7.35 |
1245 | 2024-12-21T04:41:25.639Z | Compiling tokio-macros v2.4.0 |
1246 | 2024-12-21T04:41:25.728Z | Compiling zerofrom-derive v0.1.4 |
1247 | 2024-12-21T04:41:26.922Z | Compiling zeroize v1.8.1 |
1248 | 2024-12-21T04:41:27.287Z | Compiling yoke-derive v0.7.4 |
1249 | 2024-12-21T04:41:27.587Z | Compiling thiserror-impl v1.0.69 |
1250 | 2024-12-21T04:41:27.608Z | Compiling zerocopy v0.7.35 |
1251 | 2024-12-21T04:41:28.684Z | Compiling crypto-common v0.1.6 |
1252 | 2024-12-21T04:41:28.774Z | Compiling block-buffer v0.10.4 |
1253 | 2024-12-21T04:41:28.936Z | Compiling futures-macro v0.3.31 |
1254 | 2024-12-21T04:41:29.057Z | Compiling digest v0.10.7 |
1255 | 2024-12-21T04:41:29.268Z | Compiling zerovec-derive v0.10.3 |
1256 | 2024-12-21T04:41:29.551Z | Compiling hmac v0.12.1 |
1257 | 2024-12-21T04:41:29.788Z | Compiling block-padding v0.3.3 |
1258 | 2024-12-21T04:41:29.807Z | Compiling zerofrom v0.1.4 |
1259 | 2024-12-21T04:41:29.828Z | Compiling displaydoc v0.2.5 |
1260 | 2024-12-21T04:41:30.045Z | Compiling inout v0.1.3 |
1261 | 2024-12-21T04:41:30.047Z | Compiling sha2 v0.10.8 |
1262 | 2024-12-21T04:41:30.321Z | Compiling cipher v0.4.4 |
1263 | 2024-12-21T04:41:30.369Z | Compiling yoke v0.7.4 |
1264 | 2024-12-21T04:41:30.762Z | Compiling ppv-lite86 v0.2.20 |
1265 | 2024-12-21T04:41:30.869Z | Compiling der_derive v0.7.3 |
1266 | 2024-12-21T04:41:30.925Z | Compiling futures-util v0.3.31 |
1267 | 2024-12-21T04:41:31.059Z | Compiling thiserror v1.0.69 |
1268 | 2024-12-21T04:41:31.204Z | Compiling icu_provider_macros v1.5.0 |
1269 | 2024-12-21T04:41:31.536Z | Compiling tracing-attributes v0.1.27 |
1270 | 2024-12-21T04:41:31.590Z | Compiling rand_chacha v0.3.1 |
1271 | 2024-12-21T04:41:32.027Z | Compiling zerovec v0.10.4 |
1272 | 2024-12-21T04:41:32.421Z | Compiling rand v0.8.5 |
1273 | 2024-12-21T04:41:33.437Z | Compiling der v0.7.9 |
1274 | 2024-12-21T04:41:33.505Z | Compiling pest v2.7.14 |
1275 | 2024-12-21T04:41:33.890Z | Compiling tinystr v0.7.6 |
1276 | 2024-12-21T04:41:34.320Z | Compiling icu_locid v1.5.0 |
1277 | 2024-12-21T04:41:34.340Z | Compiling icu_collections v1.5.0 |
1278 | 2024-12-21T04:41:34.685Z | Compiling salsa20 v0.10.2 |
1279 | 2024-12-21T04:41:34.927Z | Compiling pbkdf2 v0.12.2 |
1280 | 2024-12-21T04:41:35.093Z | Compiling powerfmt v0.2.0 |
1281 | 2024-12-21T04:41:35.477Z | Compiling tracing v0.1.40 |
1282 | 2024-12-21T04:41:35.497Z | Compiling icu_provider v1.5.0 |
1283 | 2024-12-21T04:41:35.739Z | Compiling spki v0.7.3 |
1284 | 2024-12-21T04:41:36.015Z | Compiling time-core v0.1.2 |
1285 | 2024-12-21T04:41:36.130Z | Compiling icu_properties_data v1.5.0 |
1286 | 2024-12-21T04:41:36.197Z | Compiling icu_locid_transform v1.5.0 |
1287 | 2024-12-21T04:41:36.392Z | Compiling vcpkg v0.2.15 |
1288 | 2024-12-21T04:41:36.575Z | Compiling mirai-annotations v1.12.0 |
1289 | 2024-12-21T04:41:36.625Z | Compiling untrusted v0.9.0 |
1290 | 2024-12-21T04:41:36.711Z | Compiling untrusted v0.7.1 |
1291 | 2024-12-21T04:41:36.759Z | Compiling time-macros v0.2.18 |
1292 | 2024-12-21T04:41:36.812Z | Compiling pest_meta v2.7.14 |
1293 | 2024-12-21T04:41:36.899Z | Compiling deranged v0.3.11 |
1294 | 2024-12-21T04:41:37.195Z | Compiling scrypt v0.11.0 |
1295 | 2024-12-21T04:41:37.794Z | Compiling icu_properties v1.5.1 |
1296 | 2024-12-21T04:41:38.633Z | Compiling openssl-sys v0.9.103 |
1297 | 2024-12-21T04:41:38.854Z | Compiling cbc v0.1.2 |
1298 | 2024-12-21T04:41:38.969Z | Compiling aes v0.8.4 |
1299 | 2024-12-21T04:41:39.099Z | Compiling scroll_derive v0.12.0 |
1300 | 2024-12-21T04:41:39.754Z | Compiling bitflags v2.6.0 |
1301 | 2024-12-21T04:41:39.840Z | Compiling bytes v1.8.0 |
1302 | 2024-12-21T04:41:40.577Z | Compiling indexmap v2.6.0 |
1303 | 2024-12-21T04:41:40.598Z | Compiling semver v1.0.23 |
1304 | 2024-12-21T04:41:41.158Z | Compiling tokio v1.40.0 |
1305 | 2024-12-21T04:41:41.370Z | Compiling http v1.1.0 |
1306 | 2024-12-21T04:41:41.809Z | Compiling rustc_version v0.4.1 |
1307 | 2024-12-21T04:41:42.082Z | Compiling icu_normalizer_data v1.5.0 |
1308 | 2024-12-21T04:41:42.200Z | Compiling write16 v1.0.0 |
1309 | 2024-12-21T04:41:42.337Z | Compiling num_threads v0.1.7 |
1310 | 2024-12-21T04:41:42.477Z | Compiling utf8_iter v1.0.4 |
1311 | 2024-12-21T04:41:42.596Z | Compiling atomic-waker v1.1.2 |
1312 | 2024-12-21T04:41:42.648Z | Compiling utf16_iter v1.0.5 |
1313 | 2024-12-21T04:41:42.719Z | Compiling time v0.3.36 |
1314 | 2024-12-21T04:41:42.788Z | Compiling scroll v0.12.0 |
1315 | 2024-12-21T04:41:42.861Z | Compiling icu_normalizer v1.5.0 |
1316 | 2024-12-21T04:41:43.131Z | Compiling http-body v1.0.1 |
1317 | 2024-12-21T04:41:43.348Z | Compiling pkcs5 v0.7.1 |
1318 | 2024-12-21T04:41:43.472Z | Compiling pest_generator v2.7.14 |
1319 | 2024-12-21T04:41:43.493Z | Compiling form_urlencoded v1.2.1 |
1320 | 2024-12-21T04:41:43.857Z | Compiling slog v2.7.0 |
1321 | 2024-12-21T04:41:43.876Z | Compiling try-lock v0.2.5 |
1322 | 2024-12-21T04:41:44.027Z | Compiling want v0.3.1 |
1323 | 2024-12-21T04:41:44.328Z | Compiling which v4.4.2 |
1324 | 2024-12-21T04:41:44.493Z | Compiling pkcs8 v0.10.2 |
1325 | 2024-12-21T04:41:44.606Z | Compiling goblin v0.8.2 |
1326 | 2024-12-21T04:41:44.979Z | Compiling idna_adapter v1.2.0 |
1327 | 2024-12-21T04:41:45.195Z | Compiling uuid v1.11.0 |
1328 | 2024-12-21T04:41:45.226Z | Compiling httpdate v1.0.3 |
1329 | 2024-12-21T04:41:45.503Z | Compiling pest_derive v2.7.14 |
1330 | 2024-12-21T04:41:45.537Z | Compiling iana-time-zone v0.1.61 |
1331 | 2024-12-21T04:41:45.674Z | Compiling idna v1.0.3 |
1332 | 2024-12-21T04:41:46.002Z | Compiling chrono v0.4.38 |
1333 | 2024-12-21T04:41:46.281Z | Compiling dtrace-parser v0.2.0 |
1334 | 2024-12-21T04:41:47.506Z | Compiling serde_tokenstream v0.2.2 |
1335 | 2024-12-21T04:41:47.622Z | Compiling serde_spanned v0.6.8 |
1336 | 2024-12-21T04:41:47.851Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-12-21T04:41:48.095Z | Compiling tower-service v0.3.3 |
1338 | 2024-12-21T04:41:48.128Z | Compiling base64 v0.22.1 |
1339 | 2024-12-21T04:41:48.225Z | Compiling adler2 v2.0.0 |
1340 | 2024-12-21T04:41:48.382Z | Compiling rustversion v1.0.17 |
1341 | 2024-12-21T04:41:48.443Z | Compiling match_cfg v0.1.0 |
1342 | 2024-12-21T04:41:48.534Z | Compiling openssl v0.10.66 |
1343 | 2024-12-21T04:41:48.574Z | Compiling foreign-types-shared v0.1.1 |
1344 | 2024-12-21T04:41:48.695Z | Compiling foreign-types v0.3.2 |
1345 | 2024-12-21T04:41:48.799Z | Compiling hostname v0.3.1 |
1346 | 2024-12-21T04:41:48.885Z | Compiling miniz_oxide v0.8.0 |
1347 | 2024-12-21T04:41:48.999Z | Compiling url v2.5.3 |
1348 | 2024-12-21T04:41:49.190Z | Compiling async-trait v0.1.83 |
1349 | 2024-12-21T04:41:49.830Z | Compiling tokio-util v0.7.12 |
1350 | 2024-12-21T04:41:50.410Z | Compiling dof v0.3.0 |
1351 | 2024-12-21T04:41:50.473Z | Compiling openssl-macros v0.1.1 |
1352 | 2024-12-21T04:41:50.991Z | Compiling h2 v0.4.6 |
1353 | 2024-12-21T04:41:51.248Z | Compiling usdt-impl v0.5.0 |
1354 | 2024-12-21T04:41:51.268Z | Compiling serde_derive_internals v0.29.1 |
1355 | 2024-12-21T04:41:51.959Z | Compiling dirs-sys-next v0.1.2 |
1356 | 2024-12-21T04:41:52.581Z | Compiling native-tls v0.2.12 |
1357 | 2024-12-21T04:41:52.601Z | Compiling rustls v0.22.4 |
1358 | 2024-12-21T04:41:52.814Z | Compiling schemars v0.8.21 |
1359 | 2024-12-21T04:41:52.857Z | Compiling siphasher v0.3.11 |
1360 | 2024-12-21T04:41:52.907Z | Compiling syn v1.0.109 |
1361 | 2024-12-21T04:41:53.153Z | Compiling rustls v0.23.19 |
1362 | 2024-12-21T04:41:53.245Z | Compiling data-encoding v2.6.0 |
1363 | 2024-12-21T04:41:53.527Z | Compiling dirs-next v2.0.0 |
1364 | 2024-12-21T04:41:53.960Z | Compiling schemars_derive v0.8.21 |
1365 | 2024-12-21T04:41:55.092Z | Compiling http-body-util v0.1.2 |
1366 | 2024-12-21T04:41:55.164Z | Compiling crossbeam-epoch v0.9.18 |
1367 | 2024-12-21T04:41:55.596Z | Compiling heapless v0.7.17 |
1368 | 2024-12-21T04:41:55.769Z | Compiling signature v2.2.0 |
1369 | 2024-12-21T04:41:55.943Z | Compiling sha1 v0.10.6 |
1370 | 2024-12-21T04:41:56.025Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1371 | 2024-12-21T04:41:56.077Z | Compiling thread_local v1.1.8 |
1372 | 2024-12-21T04:41:56.385Z | Compiling cookie v0.18.1 |
1373 | 2024-12-21T04:41:56.512Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-12-21T04:41:56.654Z | Compiling multer v3.1.0 |
1375 | 2024-12-21T04:41:56.657Z | Compiling openssl-probe v0.1.5 |
1376 | 2024-12-21T04:41:56.890Z | Compiling dyn-clone v1.0.17 |
1377 | 2024-12-21T04:41:56.932Z | Compiling rayon-core v1.12.1 |
1378 | 2024-12-21T04:41:57.043Z | Compiling mime v0.3.17 |
1379 | 2024-12-21T04:41:57.105Z | Compiling gimli v0.31.1 |
1380 | 2024-12-21T04:41:57.206Z | Compiling signal-hook v0.3.17 |
1381 | 2024-12-21T04:41:57.331Z | Compiling slog-async v2.8.0 |
1382 | 2024-12-21T04:41:57.458Z | Compiling unicode-properties v0.1.3 |
1383 | 2024-12-21T04:41:57.622Z | Compiling ipnet v2.10.1 |
1384 | 2024-12-21T04:41:57.836Z | Compiling hyper v1.5.0 |
1385 | 2024-12-21T04:41:57.943Z | Compiling stringprep v0.1.5 |
1386 | 2024-12-21T04:41:58.983Z | Compiling toml_edit v0.22.22 |
1387 | 2024-12-21T04:42:01.085Z | Compiling hyper-util v0.1.10 |
1388 | 2024-12-21T04:42:02.105Z | Compiling addr2line v0.24.2 |
1389 | 2024-12-21T04:42:02.459Z | Compiling crossbeam-deque v0.8.5 |
1390 | 2024-12-21T04:42:02.507Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-12-21T04:42:02.787Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-12-21T04:42:02.805Z | Compiling term v0.7.0 |
1393 | 2024-12-21T04:42:03.936Z | Compiling slog-json v2.6.1 |
1394 | 2024-12-21T04:42:04.048Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2024-12-21T04:42:04.257Z | Compiling crossbeam-channel v0.5.13 |
1396 | 2024-12-21T04:42:04.279Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2024-12-21T04:42:04.312Z | Compiling futures-executor v0.3.31 |
1398 | 2024-12-21T04:42:04.414Z | Compiling enum-as-inner v0.6.1 |
1399 | 2024-12-21T04:42:04.570Z | Compiling md-5 v0.10.6 |
1400 | 2024-12-21T04:42:04.865Z | Compiling async-stream-impl v0.3.6 |
1401 | 2024-12-21T04:42:04.886Z | Compiling rustls-pemfile v2.2.0 |
1402 | 2024-12-21T04:42:04.904Z | Compiling num-integer v0.1.46 |
1403 | 2024-12-21T04:42:05.215Z | Compiling idna v0.4.0 |
1404 | 2024-12-21T04:42:05.363Z | Compiling idna v0.3.0 |
1405 | 2024-12-21T04:42:05.530Z | Compiling hash32 v0.2.1 |
1406 | 2024-12-21T04:42:05.687Z | Compiling ff v0.13.0 |
1407 | 2024-12-21T04:42:05.909Z | Compiling is-terminal v0.4.13 |
1408 | 2024-12-21T04:42:05.938Z | Compiling dropshot v0.12.0 |
1409 | 2024-12-21T04:42:06.041Z | Compiling object v0.36.5 |
1410 | 2024-12-21T04:42:06.231Z | Compiling fallible-iterator v0.2.0 |
1411 | 2024-12-21T04:42:06.267Z | Compiling linked-hash-map v0.5.6 |
1412 | 2024-12-21T04:42:06.655Z | Compiling portable-atomic v1.9.0 |
1413 | 2024-12-21T04:42:06.896Z | Compiling take_mut v0.2.2 |
1414 | 2024-12-21T04:42:06.923Z | Compiling anyhow v1.0.93 |
1415 | 2024-12-21T04:42:07.052Z | Compiling rustc-demangle v0.1.24 |
1416 | 2024-12-21T04:42:07.055Z | Compiling base16ct v0.2.0 |
1417 | 2024-12-21T04:42:07.296Z | Compiling num-bigint-dig v0.8.4 |
1418 | 2024-12-21T04:42:07.415Z | Compiling psl-types v2.0.11 |
1419 | 2024-12-21T04:42:07.581Z | Compiling smoltcp v0.9.1 |
1420 | 2024-12-21T04:42:07.603Z | Compiling quick-error v1.2.3 |
1421 | 2024-12-21T04:42:07.622Z | Compiling utf-8 v0.7.6 |
1422 | 2024-12-21T04:42:07.750Z | Compiling resolv-conf v0.7.0 |
1423 | 2024-12-21T04:42:07.934Z | Compiling tungstenite v0.24.0 |
1424 | 2024-12-21T04:42:07.999Z | Compiling publicsuffix v2.2.3 |
1425 | 2024-12-21T04:42:08.157Z | Compiling sec1 v0.7.3 |
1426 | 2024-12-21T04:42:08.341Z | Compiling postgres-protocol v0.6.7 |
1427 | 2024-12-21T04:42:08.587Z | Compiling lru-cache v0.1.2 |
1428 | 2024-12-21T04:42:08.835Z | Compiling async-stream v0.3.6 |
1429 | 2024-12-21T04:42:08.933Z | Compiling hickory-proto v0.24.1 |
1430 | 2024-12-21T04:42:09.136Z | Compiling slog-term v2.9.1 |
1431 | 2024-12-21T04:42:09.841Z | Compiling usdt v0.5.0 |
1432 | 2024-12-21T04:42:09.874Z | Compiling group v0.13.0 |
1433 | 2024-12-21T04:42:10.087Z | Compiling num-iter v0.1.45 |
1434 | 2024-12-21T04:42:10.369Z | Compiling futures v0.3.31 |
1435 | 2024-12-21T04:42:10.411Z | Compiling slog-bunyan v2.5.0 |
1436 | 2024-12-21T04:42:11.243Z | Compiling camino v1.1.9 |
1437 | 2024-12-21T04:42:11.704Z | Compiling toml v0.8.19 |
1438 | 2024-12-21T04:42:11.752Z | Compiling tokio-native-tls v0.3.1 |
1439 | 2024-12-21T04:42:12.272Z | Compiling phf_shared v0.11.2 |
1440 | 2024-12-21T04:42:12.347Z | Compiling dropshot_endpoint v0.12.0 |
1441 | 2024-12-21T04:42:12.663Z | Compiling terminal_size v0.4.0 |
1442 | 2024-12-21T04:42:12.892Z | Compiling waitgroup v0.1.2 |
1443 | 2024-12-21T04:42:13.059Z | Compiling openapiv3 v2.0.0 |
1444 | 2024-12-21T04:42:13.131Z | Compiling serde_path_to_error v0.1.16 |
1445 | 2024-12-21T04:42:13.467Z | Compiling hkdf v0.12.4 |
1446 | 2024-12-21T04:42:13.754Z | Compiling backtrace v0.3.74 |
1447 | 2024-12-21T04:42:14.015Z | Compiling crypto-bigint v0.5.5 |
1448 | 2024-12-21T04:42:14.442Z | Compiling curve25519-dalek-derive v0.1.1 |
1449 | 2024-12-21T04:42:16.063Z | Compiling zerocopy-derive v0.6.6 |
1450 | 2024-12-21T04:42:17.170Z | Compiling webpki-roots v0.26.6 |
1451 | 2024-12-21T04:42:17.397Z | Compiling idna v0.5.0 |
1452 | 2024-12-21T04:42:17.544Z | Compiling hostname v0.4.0 |
1453 | 2024-12-21T04:42:17.564Z | Compiling hubpack_derive v0.1.1 |
1454 | 2024-12-21T04:42:17.584Z | Compiling fs-err v2.11.0 |
1455 | 2024-12-21T04:42:17.802Z | Compiling ahash v0.8.11 |
1456 | 2024-12-21T04:42:17.877Z | Compiling crc32fast v1.4.2 |
1457 | 2024-12-21T04:42:18.145Z | Compiling managed v0.8.0 |
1458 | 2024-12-21T04:42:18.192Z | Compiling winnow v0.5.40 |
1459 | 2024-12-21T04:42:18.335Z | Compiling bitflags v1.3.2 |
1460 | 2024-12-21T04:42:18.444Z | Compiling newtype-uuid v1.1.3 |
1461 | 2024-12-21T04:42:18.463Z | Compiling debug-ignore v1.0.5 |
1462 | 2024-12-21T04:42:18.652Z | Compiling clap_builder v4.5.21 |
1463 | 2024-12-21T04:42:18.794Z | Compiling console v0.15.8 |
1464 | 2024-12-21T04:42:19.090Z | Compiling strum_macros v0.25.3 |
1465 | 2024-12-21T04:42:19.593Z | Compiling hubpack v0.1.2 |
1466 | 2024-12-21T04:42:20.080Z | Compiling zerocopy v0.6.6 |
1467 | 2024-12-21T04:42:20.218Z | Compiling cookie_store v0.21.0 |
1468 | 2024-12-21T04:42:20.551Z | Compiling flate2 v1.0.34 |
1469 | 2024-12-21T04:42:20.947Z | Compiling elliptic-curve v0.13.8 |
1470 | 2024-12-21T04:42:21.527Z | Compiling hickory-resolver v0.24.1 |
1471 | 2024-12-21T04:42:21.827Z | Compiling toml_edit v0.19.15 |
1472 | 2024-12-21T04:42:22.112Z | Compiling phf v0.11.2 |
1473 | 2024-12-21T04:42:22.413Z | Compiling signal-hook-mio v0.2.4 |
1474 | 2024-12-21T04:42:22.584Z | Compiling hyper-tls v0.6.0 |
1475 | 2024-12-21T04:42:22.753Z | Compiling rayon v1.10.0 |
1476 | 2024-12-21T04:42:23.024Z | Compiling bzip2 v0.4.4 |
1477 | 2024-12-21T04:42:23.434Z | Compiling postgres-types v0.2.8 |
1478 | 2024-12-21T04:42:25.030Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2024-12-21T04:42:26.949Z | Compiling ed25519 v2.2.3 |
1480 | 2024-12-21T04:42:27.653Z | Compiling phf_shared v0.10.0 |
1481 | 2024-12-21T04:42:28.064Z | Compiling tokio-stream v0.1.16 |
1482 | 2024-12-21T04:42:28.177Z | Compiling pkcs1 v0.7.5 |
1483 | 2024-12-21T04:42:28.393Z | Compiling serde-big-array v0.5.1 |
1484 | 2024-12-21T04:42:28.636Z | Compiling clap_derive v4.5.18 |
1485 | 2024-12-21T04:42:28.890Z | Compiling rfc6979 v0.4.0 |
1486 | 2024-12-21T04:42:29.091Z | Compiling serde_repr v0.1.19 |
1487 | 2024-12-21T04:42:29.177Z | Compiling derive-where v1.2.7 |
1488 | 2024-12-21T04:42:29.203Z | Compiling float-cmp v0.9.0 |
1489 | 2024-12-21T04:42:29.272Z | Compiling bstr v1.10.0 |
1490 | 2024-12-21T04:42:29.439Z | Compiling sync_wrapper v1.0.1 |
1491 | 2024-12-21T04:42:29.608Z | Compiling bit-vec v0.6.3 |
1492 | 2024-12-21T04:42:30.087Z | Compiling static_assertions v1.1.0 |
1493 | 2024-12-21T04:42:30.122Z | Compiling unicode-width v0.2.0 |
1494 | 2024-12-21T04:42:30.204Z | Compiling fixedbitset v0.4.2 |
1495 | 2024-12-21T04:42:30.300Z | Compiling normalize-line-endings v0.3.0 |
1496 | 2024-12-21T04:42:30.437Z | Compiling unicode-segmentation v1.12.0 |
1497 | 2024-12-21T04:42:30.666Z | Compiling number_prefix v0.4.0 |
1498 | 2024-12-21T04:42:30.685Z | Compiling precomputed-hash v0.1.1 |
1499 | 2024-12-21T04:42:30.808Z | Compiling difflib v0.4.0 |
1500 | 2024-12-21T04:42:30.889Z | Compiling predicates-core v1.0.8 |
1501 | 2024-12-21T04:42:31.061Z | Compiling whoami v1.5.2 |
1502 | 2024-12-21T04:42:31.254Z | Compiling new_debug_unreachable v1.0.6 |
1503 | 2024-12-21T04:42:31.325Z | Compiling predicates v3.1.2 |
1504 | 2024-12-21T04:42:31.350Z | Compiling string_cache v0.8.7 |
1505 | 2024-12-21T04:42:31.724Z | Compiling tokio-postgres v0.7.12 |
1506 | 2024-12-21T04:42:31.840Z | Compiling similar v2.6.0 |
1507 | 2024-12-21T04:42:32.499Z | Compiling indicatif v0.17.9 |
1508 | 2024-12-21T04:42:32.806Z | Compiling petgraph v0.6.5 |
1509 | 2024-12-21T04:42:33.082Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1510 | 2024-12-21T04:42:33.849Z | Compiling clap v4.5.21 |
1511 | 2024-12-21T04:42:33.984Z | Compiling bit-set v0.5.3 |
1512 | 2024-12-21T04:42:34.278Z | Compiling ecdsa v0.16.9 |
1513 | 2024-12-21T04:42:34.378Z | Compiling rsa v0.9.6 |
1514 | 2024-12-21T04:42:34.814Z | Compiling ed25519-dalek v2.1.1 |
1515 | 2024-12-21T04:42:35.145Z | Compiling toml v0.7.8 |
1516 | 2024-12-21T04:42:36.163Z | Compiling zip v0.6.6 |
1517 | 2024-12-21T04:42:36.955Z | Compiling crossterm v0.28.1 |
1518 | 2024-12-21T04:42:37.928Z | Compiling hex v0.4.3 |
1519 | 2024-12-21T04:42:37.952Z | Compiling x509-cert v0.2.5 |
1520 | 2024-12-21T04:42:37.977Z | Compiling itertools v0.10.5 |
1521 | 2024-12-21T04:42:38.349Z | Compiling unicode-xid v0.2.6 |
1522 | 2024-12-21T04:42:38.528Z | Compiling lalrpop-util v0.19.12 |
1523 | 2024-12-21T04:42:38.549Z | Compiling peg-runtime v0.8.3 |
1524 | 2024-12-21T04:42:38.899Z | Compiling strum_macros v0.26.4 |
1525 | 2024-12-21T04:42:39.223Z | Compiling xattr v1.3.1 |
1526 | 2024-12-21T04:42:39.509Z | Compiling filetime v0.2.25 |
1527 | 2024-12-21T04:42:39.839Z | Compiling tar v0.4.42 |
1528 | 2024-12-21T04:42:43.846Z | Compiling strum v0.26.3 |
1529 | 2024-12-21T04:42:46.778Z | Compiling aws-lc-sys v0.22.0 |
1530 | 2024-12-21T04:43:14.833Z | Compiling rustls-webpki v0.102.8 |
1531 | 2024-12-21T04:43:18.265Z | Compiling tokio-rustls v0.25.0 |
1532 | 2024-12-21T04:43:19.901Z | Compiling tokio-rustls v0.26.0 |
1533 | 2024-12-21T04:43:20.192Z | Compiling hyper-rustls v0.27.3 |
1534 | 2024-12-21T04:43:20.568Z | Compiling reqwest v0.12.9 |
1535 | 2024-12-21T04:43:22.085Z | Compiling qorb v0.2.1 |
1536 | 2024-12-21T04:43:26.608Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1537 | 2024-12-21T04:43:26.840Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1538 | 2024-12-21T04:43:32.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1539 | 2024-12-21T04:43:32.767Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1540 | 2024-12-21T04:43:32.820Z | Dec 21 04:43:32.209 INFO Starting download, target: Clickhouse |
1541 | 2024-12-21T04:43:32.823Z | Dec 21 04:43:32.210 INFO Starting download, target: Console |
1542 | 2024-12-21T04:43:32.823Z | Dec 21 04:43:32.210 INFO Starting download, target: Cockroach |
1543 | 2024-12-21T04:43:32.823Z | Dec 21 04:43:32.210 INFO Starting download, target: DendriteOpenapi |
1544 | 2024-12-21T04:43:32.823Z | Dec 21 04:43:32.210 INFO Starting download, target: DendriteStub |
1545 | 2024-12-21T04:43:32.823Z | Dec 21 04:43:32.210 INFO Starting download, target: MaghemiteMgd |
1546 | 2024-12-21T04:43:32.823Z | Dec 21 04:43:32.210 INFO Starting download, target: TransceiverControl |
1547 | 2024-12-21T04:43:32.823Z | Dec 21 04:43:32.210 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1548 | 2024-12-21T04:43:32.823Z | Dec 21 04:43:32.211 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1549 | 2024-12-21T04:43:32.823Z | Dec 21 04:43:32.211 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1550 | 2024-12-21T04:43:32.824Z | Dec 21 04:43:32.211 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1551 | 2024-12-21T04:43:32.824Z | Dec 21 04:43:32.211 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1552 | 2024-12-21T04:43:32.824Z | Dec 21 04:43:32.211 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2024-12-21T04:43:32.824Z | Dec 21 04:43:32.211 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1554 | 2024-12-21T04:43:33.057Z | Dec 21 04:43:32.430 INFO Download complete, target: DendriteOpenapi |
1555 | 2024-12-21T04:43:33.199Z | Dec 21 04:43:32.583 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1556 | 2024-12-21T04:43:33.357Z | Dec 21 04:43:32.739 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1557 | 2024-12-21T04:43:33.712Z | Dec 21 04:43:33.084 INFO Download complete, target: Console |
1558 | 2024-12-21T04:43:33.833Z | Dec 21 04:43:33.221 INFO Download complete, target: TransceiverControl |
1559 | 2024-12-21T04:43:33.981Z | Dec 21 04:43:33.358 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1560 | 2024-12-21T04:43:34.036Z | Dec 21 04:43:33.425 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1561 | 2024-12-21T04:43:34.679Z | Dec 21 04:43:34.069 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1562 | 2024-12-21T04:43:34.679Z | Dec 21 04:43:34.069 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1563 | 2024-12-21T04:43:34.815Z | Dec 21 04:43:34.205 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1564 | 2024-12-21T04:43:36.904Z | Dec 21 04:43:36.294 INFO Download complete, target: DendriteStub |
1565 | 2024-12-21T04:43:36.997Z | Dec 21 04:43:36.386 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-12-21T04:43:42.098Z | Dec 21 04:43:41.477 INFO Checking that binary works, target: Cockroach |
1567 | 2024-12-21T04:43:42.249Z | Dec 21 04:43:41.637 INFO Download complete, target: Cockroach |
1568 | 2024-12-21T04:43:47.411Z | Dec 21 04:43:46.799 INFO Checking that binary works, target: Clickhouse |
1569 | 2024-12-21T04:43:47.533Z | Dec 21 04:43:46.921 INFO Download complete, target: Clickhouse |
1570 | 2024-12-21T04:43:47.556Z | All builder prerequisites installed successfully, and PATH looks valid |
1571 | 2024-12-21T04:43:47.560Z | |
1572 | 2024-12-21T04:43:47.560Z | real 4:39.336452284 |
1573 | 2024-12-21T04:43:47.560Z | user 16:36.722139100 |
1574 | 2024-12-21T04:43:47.560Z | sys 3:17.193713812 |
1575 | 2024-12-21T04:43:47.560Z | trap 0.540887048 |
1576 | 2024-12-21T04:43:47.560Z | tflt 1.508638678 |
1577 | 2024-12-21T04:43:47.560Z | dflt 2.091281269 |
1578 | 2024-12-21T04:43:47.560Z | kflt 0.028028017 |
1579 | 2024-12-21T04:43:47.560Z | lock 30:45.578349690 |
1580 | 2024-12-21T04:43:47.560Z | slp 1:01:14.457669754 |
1581 | 2024-12-21T04:43:47.560Z | lat 57.337681872 |
1582 | 2024-12-21T04:43:47.560Z | stop 2:20.271220310 |
1583 | 2024-12-21T04:43:47.560Z | + banner hack-check |
1584 | 2024-12-21T04:43:47.560Z | |
1585 | 2024-12-21T04:43:47.560Z | # # ## #### # # #### # # ###### #### # # |
1586 | 2024-12-21T04:43:47.560Z | # # # # # # # # # # # # # # # # # |
1587 | 2024-12-21T04:43:47.560Z | ###### # # # #### ##### # ###### ##### # #### |
1588 | 2024-12-21T04:43:47.560Z | # # ###### # # # # # # # # # # |
1589 | 2024-12-21T04:43:47.560Z | # # # # # # # # # # # # # # # # # |
1590 | 2024-12-21T04:43:47.560Z | # # # # #### # # #### # # ###### #### # # |
1591 | 2024-12-21T04:43:47.560Z | |
1592 | 2024-12-21T04:43:47.560Z | + export CARGO_INCREMENTAL=0 |
1593 | 2024-12-21T04:43:47.560Z | + CARGO_INCREMENTAL=0 |
1594 | 2024-12-21T04:43:47.560Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1595 | 2024-12-21T04:43:48.132Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1596 | 2024-12-21T04:43:51.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
1597 | 2024-12-21T04:43:51.745Z | Running `target/debug/xtask check-features --ci` |
1598 | 2024-12-21T04:43:51.766Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1599 | 2024-12-21T04:43:51.768Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1600 | 2024-12-21T04:43:52.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1601 | 2024-12-21T04:43:52.240Z | Running `target/debug/xtask download cargo-hack` |
1602 | 2024-12-21T04:43:53.068Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1603 | 2024-12-21T04:43:53.436Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1604 | 2024-12-21T04:43:58.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s |
1605 | 2024-12-21T04:43:58.582Z | Running `target/debug/xtask-downloader cargo-hack` |
1606 | 2024-12-21T04:43:58.622Z | Dec 21 04:43:58.006 INFO Starting download, target: CargoHack |
1607 | 2024-12-21T04:43:58.625Z | Dec 21 04:43:58.007 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1608 | 2024-12-21T04:43:59.185Z | Dec 21 04:43:58.571 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1609 | 2024-12-21T04:43:59.274Z | Dec 21 04:43:58.659 INFO Download complete, target: CargoHack |
1610 | 2024-12-21T04:43:59.277Z | 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" |
1611 | 2024-12-21T04:43:59.293Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1612 | 2024-12-21T04:43:59.461Z | info: running `cargo check --bins` on api_identity (1/176) |
1613 | 2024-12-21T04:43:59.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1614 | 2024-12-21T04:43:59.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1615 | 2024-12-21T04:43:59.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1616 | 2024-12-21T04:43:59.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1617 | 2024-12-21T04:44:00.056Z | |
1618 | 2024-12-21T04:44:00.056Z | info: running `cargo check --bins` on bootstore (2/176) |
1619 | 2024-12-21T04:44:00.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1620 | 2024-12-21T04:44:00.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1621 | 2024-12-21T04:44:00.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1622 | 2024-12-21T04:44:00.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1623 | 2024-12-21T04:44:00.688Z | |
1624 | 2024-12-21T04:44:00.689Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1625 | 2024-12-21T04:44:01.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-12-21T04:44:01.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-12-21T04:44:01.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1628 | 2024-12-21T04:44:01.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1629 | 2024-12-21T04:44:01.301Z | |
1630 | 2024-12-21T04:44:01.301Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1631 | 2024-12-21T04:44:01.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-12-21T04:44:01.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-12-21T04:44:01.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-12-21T04:44:01.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1635 | 2024-12-21T04:44:01.946Z | |
1636 | 2024-12-21T04:44:01.946Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1637 | 2024-12-21T04:44:02.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-12-21T04:44:02.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-12-21T04:44:02.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-12-21T04:44:02.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1641 | 2024-12-21T04:44:02.368Z | |
1642 | 2024-12-21T04:44:02.368Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1643 | 2024-12-21T04:44:02.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-12-21T04:44:02.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-12-21T04:44:02.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-12-21T04:44:02.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1647 | 2024-12-21T04:44:02.790Z | |
1648 | 2024-12-21T04:44:02.790Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1649 | 2024-12-21T04:44:03.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-12-21T04:44:03.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-12-21T04:44:03.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-12-21T04:44:03.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1653 | 2024-12-21T04:44:03.215Z | |
1654 | 2024-12-21T04:44:03.216Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1655 | 2024-12-21T04:44:03.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-12-21T04:44:03.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-12-21T04:44:03.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-12-21T04:44:03.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1659 | 2024-12-21T04:44:03.643Z | |
1660 | 2024-12-21T04:44:03.643Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1661 | 2024-12-21T04:44:04.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-12-21T04:44:04.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-12-21T04:44:04.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-12-21T04:44:04.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1665 | 2024-12-21T04:44:04.071Z | |
1666 | 2024-12-21T04:44:04.071Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1667 | 2024-12-21T04:44:04.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-12-21T04:44:04.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-12-21T04:44:04.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-12-21T04:44:04.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1671 | 2024-12-21T04:44:04.497Z | |
1672 | 2024-12-21T04:44:04.497Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1673 | 2024-12-21T04:44:04.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-12-21T04:44:04.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-12-21T04:44:04.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-12-21T04:44:04.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1677 | 2024-12-21T04:44:04.928Z | |
1678 | 2024-12-21T04:44:04.928Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1679 | 2024-12-21T04:44:05.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-12-21T04:44:05.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-12-21T04:44:05.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-12-21T04:44:05.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1683 | 2024-12-21T04:44:05.357Z | |
1684 | 2024-12-21T04:44:05.357Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1685 | 2024-12-21T04:44:05.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-12-21T04:44:05.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-12-21T04:44:05.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-12-21T04:44:05.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1689 | 2024-12-21T04:44:05.793Z | |
1690 | 2024-12-21T04:44:05.793Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1691 | 2024-12-21T04:44:06.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-12-21T04:44:06.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-12-21T04:44:06.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2024-12-21T04:44:06.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1695 | 2024-12-21T04:44:06.224Z | |
1696 | 2024-12-21T04:44:06.224Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1697 | 2024-12-21T04:44:06.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2024-12-21T04:44:06.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2024-12-21T04:44:06.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2024-12-21T04:44:06.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1701 | 2024-12-21T04:44:06.649Z | |
1702 | 2024-12-21T04:44:06.649Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1703 | 2024-12-21T04:44:07.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2024-12-21T04:44:07.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2024-12-21T04:44:07.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2024-12-21T04:44:07.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1707 | 2024-12-21T04:44:07.075Z | |
1708 | 2024-12-21T04:44:07.075Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1709 | 2024-12-21T04:44:07.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2024-12-21T04:44:07.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2024-12-21T04:44:07.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2024-12-21T04:44:07.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1713 | 2024-12-21T04:44:07.507Z | |
1714 | 2024-12-21T04:44:07.507Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1715 | 2024-12-21T04:44:07.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2024-12-21T04:44:07.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2024-12-21T04:44:07.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2024-12-21T04:44:07.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1719 | 2024-12-21T04:44:07.931Z | |
1720 | 2024-12-21T04:44:07.931Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1721 | 2024-12-21T04:44:08.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2024-12-21T04:44:08.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2024-12-21T04:44:08.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2024-12-21T04:44:08.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1725 | 2024-12-21T04:44:08.359Z | |
1726 | 2024-12-21T04:44:08.359Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1727 | 2024-12-21T04:44:08.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2024-12-21T04:44:08.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2024-12-21T04:44:08.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2024-12-21T04:44:08.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1731 | 2024-12-21T04:44:08.783Z | |
1732 | 2024-12-21T04:44:08.783Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1733 | 2024-12-21T04:44:09.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2024-12-21T04:44:09.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2024-12-21T04:44:09.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2024-12-21T04:44:09.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1737 | 2024-12-21T04:44:09.207Z | |
1738 | 2024-12-21T04:44:09.207Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1739 | 2024-12-21T04:44:09.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2024-12-21T04:44:09.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2024-12-21T04:44:09.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2024-12-21T04:44:09.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1743 | 2024-12-21T04:44:09.643Z | |
1744 | 2024-12-21T04:44:09.643Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1745 | 2024-12-21T04:44:10.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2024-12-21T04:44:10.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2024-12-21T04:44:10.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2024-12-21T04:44:10.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1749 | 2024-12-21T04:44:10.072Z | |
1750 | 2024-12-21T04:44:10.072Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1751 | 2024-12-21T04:44:10.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2024-12-21T04:44:10.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2024-12-21T04:44:10.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2024-12-21T04:44:10.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1755 | 2024-12-21T04:44:10.496Z | |
1756 | 2024-12-21T04:44:10.496Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1757 | 2024-12-21T04:44:11.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2024-12-21T04:44:11.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2024-12-21T04:44:11.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2024-12-21T04:44:11.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1761 | 2024-12-21T04:44:11.126Z | |
1762 | 2024-12-21T04:44:11.126Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1763 | 2024-12-21T04:44:11.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2024-12-21T04:44:11.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2024-12-21T04:44:11.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2024-12-21T04:44:11.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1767 | 2024-12-21T04:44:11.759Z | |
1768 | 2024-12-21T04:44:11.759Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1769 | 2024-12-21T04:44:12.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2024-12-21T04:44:12.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2024-12-21T04:44:12.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2024-12-21T04:44:12.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1773 | 2024-12-21T04:44:12.391Z | |
1774 | 2024-12-21T04:44:12.391Z | info: running `cargo check --bins` on oxlog (28/176) |
1775 | 2024-12-21T04:44:12.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2024-12-21T04:44:12.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2024-12-21T04:44:13.009Z | Checking cfg-if v1.0.0 |
1778 | 2024-12-21T04:44:13.012Z | Checking libc v0.2.162 |
1779 | 2024-12-21T04:44:13.114Z | Checking serde v1.0.215 |
1780 | 2024-12-21T04:44:13.117Z | Checking zeroize v1.8.1 |
1781 | 2024-12-21T04:44:13.129Z | Checking memchr v2.7.4 |
1782 | 2024-12-21T04:44:13.131Z | Checking typenum v1.17.0 |
1783 | 2024-12-21T04:44:13.149Z | Checking scopeguard v1.2.0 |
1784 | 2024-12-21T04:44:13.152Z | Checking subtle v2.6.1 |
1785 | 2024-12-21T04:44:13.176Z | Checking value-bag v1.9.0 |
1786 | 2024-12-21T04:44:13.280Z | Checking lock_api v0.4.12 |
1787 | 2024-12-21T04:44:13.336Z | Checking itoa v1.0.11 |
1788 | 2024-12-21T04:44:13.415Z | Checking smallvec v1.13.2 |
1789 | 2024-12-21T04:44:13.548Z | Checking const-oid v0.9.6 |
1790 | 2024-12-21T04:44:13.571Z | Checking log v0.4.22 |
1791 | 2024-12-21T04:44:13.670Z | Checking pin-project-lite v0.2.14 |
1792 | 2024-12-21T04:44:13.754Z | Checking byteorder v1.5.0 |
1793 | 2024-12-21T04:44:13.789Z | Checking futures-core v0.3.31 |
1794 | 2024-12-21T04:44:13.973Z | Checking once_cell v1.20.2 |
1795 | 2024-12-21T04:44:14.021Z | Checking cpufeatures v0.2.14 |
1796 | 2024-12-21T04:44:14.113Z | Checking stable_deref_trait v1.2.0 |
1797 | 2024-12-21T04:44:14.129Z | Checking futures-sink v0.3.31 |
1798 | 2024-12-21T04:44:14.146Z | Checking spin v0.9.8 |
1799 | 2024-12-21T04:44:14.214Z | Checking zerocopy v0.7.35 |
1800 | 2024-12-21T04:44:14.252Z | Checking zerofrom v0.1.4 |
1801 | 2024-12-21T04:44:14.255Z | Checking slab v0.4.9 |
1802 | 2024-12-21T04:44:14.279Z | Checking getrandom v0.2.15 |
1803 | 2024-12-21T04:44:14.415Z | Checking generic-array v0.14.7 |
1804 | 2024-12-21T04:44:14.460Z | Checking parking_lot_core v0.9.10 |
1805 | 2024-12-21T04:44:14.484Z | Checking signal-hook-registry v1.4.2 |
1806 | 2024-12-21T04:44:14.498Z | Checking mio v1.0.2 |
1807 | 2024-12-21T04:44:14.500Z | Checking rand_core v0.6.4 |
1808 | 2024-12-21T04:44:14.713Z | Checking socket2 v0.5.7 |
1809 | 2024-12-21T04:44:14.797Z | Checking parking_lot v0.12.3 |
1810 | 2024-12-21T04:44:14.813Z | Checking yoke v0.7.4 |
1811 | 2024-12-21T04:44:15.102Z | Checking futures-channel v0.3.31 |
1812 | 2024-12-21T04:44:15.137Z | Checking foldhash v0.1.3 |
1813 | 2024-12-21T04:44:15.151Z | Checking futures-task v0.3.31 |
1814 | 2024-12-21T04:44:15.166Z | Checking pin-utils v0.1.0 |
1815 | 2024-12-21T04:44:15.255Z | Checking equivalent v1.0.1 |
1816 | 2024-12-21T04:44:15.336Z | Checking allocator-api2 v0.2.18 |
1817 | 2024-12-21T04:44:15.358Z | Checking futures-io v0.3.31 |
1818 | 2024-12-21T04:44:15.379Z | Checking zerovec v0.10.4 |
1819 | 2024-12-21T04:44:15.395Z | Checking tinyvec_macros v0.1.1 |
1820 | 2024-12-21T04:44:15.446Z | Checking ryu v1.0.18 |
1821 | 2024-12-21T04:44:15.479Z | Checking tinyvec v1.8.0 |
1822 | 2024-12-21T04:44:15.527Z | Checking futures-util v0.3.31 |
1823 | 2024-12-21T04:44:15.543Z | Checking crypto-common v0.1.6 |
1824 | 2024-12-21T04:44:15.636Z | Checking block-buffer v0.10.4 |
1825 | 2024-12-21T04:44:15.673Z | Checking block-padding v0.3.3 |
1826 | 2024-12-21T04:44:15.711Z | Checking fnv v1.0.7 |
1827 | 2024-12-21T04:44:15.838Z | Checking libm v0.2.8 |
1828 | 2024-12-21T04:44:15.852Z | Checking digest v0.10.7 |
1829 | 2024-12-21T04:44:15.885Z | Checking inout v0.1.3 |
1830 | 2024-12-21T04:44:15.945Z | Checking hashbrown v0.15.1 |
1831 | 2024-12-21T04:44:16.114Z | Checking cipher v0.4.4 |
1832 | 2024-12-21T04:44:16.229Z | Checking hmac v0.12.1 |
1833 | 2024-12-21T04:44:16.421Z | Checking sha2 v0.10.8 |
1834 | 2024-12-21T04:44:16.486Z | Checking base64ct v1.6.0 |
1835 | 2024-12-21T04:44:16.815Z | Checking unicode-normalization v0.1.24 |
1836 | 2024-12-21T04:44:16.818Z | Checking writeable v0.5.5 |
1837 | 2024-12-21T04:44:16.937Z | Checking unicode-bidi v0.3.17 |
1838 | 2024-12-21T04:44:16.987Z | Checking litemap v0.7.3 |
1839 | 2024-12-21T04:44:17.041Z | Checking tinystr v0.7.6 |
1840 | 2024-12-21T04:44:17.125Z | Checking pem-rfc7468 v0.7.0 |
1841 | 2024-12-21T04:44:17.148Z | Checking num-traits v0.2.19 |
1842 | 2024-12-21T04:44:17.311Z | Checking ppv-lite86 v0.2.20 |
1843 | 2024-12-21T04:44:17.405Z | Checking flagset v0.4.6 |
1844 | 2024-12-21T04:44:17.429Z | Checking icu_locid v1.5.0 |
1845 | 2024-12-21T04:44:17.576Z | Checking tracing-core v0.1.32 |
1846 | 2024-12-21T04:44:17.591Z | Checking der v0.7.9 |
1847 | 2024-12-21T04:44:17.719Z | Checking thiserror v1.0.69 |
1848 | 2024-12-21T04:44:17.857Z | Checking icu_locid_transform_data v1.5.0 |
1849 | 2024-12-21T04:44:17.947Z | Checking rustls-pki-types v1.10.0 |
1850 | 2024-12-21T04:44:18.093Z | Checking rand_chacha v0.3.1 |
1851 | 2024-12-21T04:44:18.112Z | Checking bytes v1.8.0 |
1852 | 2024-12-21T04:44:18.238Z | Checking indexmap v2.6.0 |
1853 | 2024-12-21T04:44:18.460Z | Checking serde_json v1.0.133 |
1854 | 2024-12-21T04:44:18.476Z | Checking icu_provider v1.5.0 |
1855 | 2024-12-21T04:44:18.557Z | Checking bitflags v2.6.0 |
1856 | 2024-12-21T04:44:18.787Z | Checking percent-encoding v2.3.1 |
1857 | 2024-12-21T04:44:18.857Z | Checking rand v0.8.5 |
1858 | 2024-12-21T04:44:18.891Z | Checking tokio v1.40.0 |
1859 | 2024-12-21T04:44:18.987Z | Checking http v1.1.0 |
1860 | 2024-12-21T04:44:19.155Z | Checking icu_locid_transform v1.5.0 |
1861 | 2024-12-21T04:44:19.417Z | Checking spki v0.7.3 |
1862 | 2024-12-21T04:44:19.527Z | Checking tracing v0.1.40 |
1863 | 2024-12-21T04:44:19.717Z | Checking icu_collections v1.5.0 |
1864 | 2024-12-21T04:44:19.882Z | Checking salsa20 v0.10.2 |
1865 | 2024-12-21T04:44:20.084Z | Checking pbkdf2 v0.12.2 |
1866 | 2024-12-21T04:44:20.105Z | Checking aws-lc-sys v0.22.0 |
1867 | 2024-12-21T04:44:20.131Z | Checking httparse v1.9.5 |
1868 | 2024-12-21T04:44:20.183Z | Checking icu_properties_data v1.5.0 |
1869 | 2024-12-21T04:44:20.237Z | Checking mirai-annotations v1.12.0 |
1870 | 2024-12-21T04:44:20.328Z | Checking powerfmt v0.2.0 |
1871 | 2024-12-21T04:44:20.367Z | Checking untrusted v0.7.1 |
1872 | 2024-12-21T04:44:20.404Z | Checking untrusted v0.9.0 |
1873 | 2024-12-21T04:44:20.420Z | Checking icu_properties v1.5.1 |
1874 | 2024-12-21T04:44:20.519Z | Checking scrypt v0.11.0 |
1875 | 2024-12-21T04:44:20.541Z | Checking aes v0.8.4 |
1876 | 2024-12-21T04:44:20.554Z | Checking ring v0.17.8 |
1877 | 2024-12-21T04:44:20.581Z | Checking deranged v0.3.11 |
1878 | 2024-12-21T04:44:20.633Z | Checking cbc v0.1.2 |
1879 | 2024-12-21T04:44:20.728Z | Checking crossbeam-utils v0.8.20 |
1880 | 2024-12-21T04:44:20.848Z | Checking atomic-waker v1.1.2 |
1881 | 2024-12-21T04:44:20.983Z | Checking num-conv v0.1.0 |
1882 | 2024-12-21T04:44:21.230Z | Checking write16 v1.0.0 |
1883 | 2024-12-21T04:44:21.355Z | Checking utf8_iter v1.0.4 |
1884 | 2024-12-21T04:44:21.421Z | Checking time-core v0.1.2 |
1885 | 2024-12-21T04:44:21.446Z | Checking icu_normalizer_data v1.5.0 |
1886 | 2024-12-21T04:44:21.540Z | Checking utf16_iter v1.0.5 |
1887 | 2024-12-21T04:44:21.572Z | Checking num_threads v0.1.7 |
1888 | 2024-12-21T04:44:21.586Z | Checking pkcs5 v0.7.1 |
1889 | 2024-12-21T04:44:21.686Z | Checking http-body v1.0.1 |
1890 | 2024-12-21T04:44:21.709Z | Checking form_urlencoded v1.2.1 |
1891 | 2024-12-21T04:44:21.900Z | Checking try-lock v0.2.5 |
1892 | 2024-12-21T04:44:21.903Z | Checking uuid v1.11.0 |
1893 | 2024-12-21T04:44:22.036Z | Checking want v0.3.1 |
1894 | 2024-12-21T04:44:22.097Z | Checking pkcs8 v0.10.2 |
1895 | 2024-12-21T04:44:22.194Z | Checking unicode-ident v1.0.13 |
1896 | 2024-12-21T04:44:22.347Z | Checking time v0.3.36 |
1897 | 2024-12-21T04:44:22.364Z | Checking httpdate v1.0.3 |
1898 | 2024-12-21T04:44:22.380Z | Checking proc-macro2 v1.0.89 |
1899 | 2024-12-21T04:44:22.408Z | Checking toml_datetime v0.6.8 |
1900 | 2024-12-21T04:44:22.525Z | Checking serde_spanned v0.6.8 |
1901 | 2024-12-21T04:44:22.597Z | Checking slog v2.7.0 |
1902 | 2024-12-21T04:44:22.675Z | Checking scroll v0.12.0 |
1903 | 2024-12-21T04:44:22.714Z | Checking ucd-trie v0.1.7 |
1904 | 2024-12-21T04:44:22.729Z | Checking aws-lc-rs v1.10.0 |
1905 | 2024-12-21T04:44:22.919Z | Checking adler2 v2.0.0 |
1906 | 2024-12-21T04:44:23.039Z | Checking base64 v0.22.1 |
1907 | 2024-12-21T04:44:23.073Z | Checking tower-service v0.3.3 |
1908 | 2024-12-21T04:44:23.075Z | Checking iana-time-zone v0.1.61 |
1909 | 2024-12-21T04:44:23.157Z | Checking plain v0.2.3 |
1910 | 2024-12-21T04:44:23.185Z | Checking foreign-types-shared v0.1.1 |
1911 | 2024-12-21T04:44:23.217Z | Checking match_cfg v0.1.0 |
1912 | 2024-12-21T04:44:23.291Z | Checking foreign-types v0.3.2 |
1913 | 2024-12-21T04:44:23.308Z | Checking goblin v0.8.2 |
1914 | 2024-12-21T04:44:23.310Z | Checking hostname v0.3.1 |
1915 | 2024-12-21T04:44:23.387Z | Checking chrono v0.4.38 |
1916 | 2024-12-21T04:44:23.433Z | Checking miniz_oxide v0.8.0 |
1917 | 2024-12-21T04:44:23.503Z | Checking quote v1.0.37 |
1918 | 2024-12-21T04:44:23.769Z | Checking icu_normalizer v1.5.0 |
1919 | 2024-12-21T04:44:23.864Z | Checking pest v2.7.14 |
1920 | 2024-12-21T04:44:24.171Z | Checking openssl-sys v0.9.103 |
1921 | 2024-12-21T04:44:24.511Z | Checking rustls-webpki v0.102.8 |
1922 | 2024-12-21T04:44:24.571Z | Checking idna_adapter v1.2.0 |
1923 | 2024-12-21T04:44:24.728Z | Checking dirs-sys-next v0.1.2 |
1924 | 2024-12-21T04:44:24.784Z | Checking idna v1.0.3 |
1925 | 2024-12-21T04:44:24.924Z | Checking errno v0.3.9 |
1926 | 2024-12-21T04:44:25.105Z | Checking aho-corasick v1.1.3 |
1927 | 2024-12-21T04:44:25.264Z | Checking url v2.5.3 |
1928 | 2024-12-21T04:44:25.315Z | Checking regex-syntax v0.8.5 |
1929 | 2024-12-21T04:44:25.419Z | Checking data-encoding v2.6.0 |
1930 | 2024-12-21T04:44:25.469Z | Checking siphasher v0.3.11 |
1931 | 2024-12-21T04:44:25.786Z | Compiling newtype-uuid v1.1.3 |
1932 | 2024-12-21T04:44:26.036Z | Checking pretty-hex v0.4.1 |
1933 | 2024-12-21T04:44:26.068Z | Checking openssl v0.10.66 |
1934 | 2024-12-21T04:44:26.087Z | Checking rustix v0.38.37 |
1935 | 2024-12-21T04:44:26.203Z | Checking dirs-next v2.0.0 |
1936 | 2024-12-21T04:44:26.244Z | Checking tokio-util v0.7.12 |
1937 | 2024-12-21T04:44:26.329Z | Checking syn v2.0.87 |
1938 | 2024-12-21T04:44:26.383Z | Checking dtrace-parser v0.2.0 |
1939 | 2024-12-21T04:44:26.753Z | Checking http-body-util v0.1.2 |
1940 | 2024-12-21T04:44:26.842Z | Checking crossbeam-epoch v0.9.18 |
1941 | 2024-12-21T04:44:27.167Z | Checking h2 v0.4.6 |
1942 | 2024-12-21T04:44:27.184Z | Checking sha1 v0.10.6 |
1943 | 2024-12-21T04:44:27.283Z | Checking signature v2.2.0 |
1944 | 2024-12-21T04:44:27.477Z | Checking lazy_static v1.5.0 |
1945 | 2024-12-21T04:44:27.477Z | Checking thread-id v4.2.2 |
1946 | 2024-12-21T04:44:27.601Z | Checking thread_local v1.1.8 |
1947 | 2024-12-21T04:44:27.604Z | Checking encoding_rs v0.8.34 |
1948 | 2024-12-21T04:44:27.859Z | Checking winnow v0.6.20 |
1949 | 2024-12-21T04:44:28.340Z | Checking dof v0.3.0 |
1950 | 2024-12-21T04:44:28.638Z | Checking regex-automata v0.4.8 |
1951 | 2024-12-21T04:44:28.947Z | Checking mime v0.3.17 |
1952 | 2024-12-21T04:44:29.269Z | Checking anstyle v1.0.10 |
1953 | 2024-12-21T04:44:29.602Z | Checking unicode-properties v0.1.3 |
1954 | 2024-12-21T04:44:29.781Z | Checking gimli v0.31.1 |
1955 | 2024-12-21T04:44:29.855Z | Checking either v1.13.0 |
1956 | 2024-12-21T04:44:29.934Z | Checking utf8parse v0.2.2 |
1957 | 2024-12-21T04:44:30.076Z | Checking ipnet v2.10.1 |
1958 | 2024-12-21T04:44:30.254Z | Checking openssl-probe v0.1.5 |
1959 | 2024-12-21T04:44:30.400Z | Checking anstyle-parse v0.2.5 |
1960 | 2024-12-21T04:44:30.563Z | Checking stringprep v0.1.5 |
1961 | 2024-12-21T04:44:30.666Z | Checking crossbeam-deque v0.8.5 |
1962 | 2024-12-21T04:44:30.806Z | Checking toml_edit v0.22.22 |
1963 | 2024-12-21T04:44:30.825Z | Checking term v0.7.0 |
1964 | 2024-12-21T04:44:30.975Z | Checking rustls v0.22.4 |
1965 | 2024-12-21T04:44:31.269Z | Checking rustls v0.23.19 |
1966 | 2024-12-21T04:44:31.546Z | Checking native-tls v0.2.12 |
1967 | 2024-12-21T04:44:32.112Z | Checking slog-json v2.6.1 |
1968 | 2024-12-21T04:44:32.139Z | Checking serde_urlencoded v0.7.1 |
1969 | 2024-12-21T04:44:32.575Z | Checking crossbeam-channel v0.5.13 |
1970 | 2024-12-21T04:44:32.854Z | Checking usdt-impl v0.5.0 |
1971 | 2024-12-21T04:44:33.314Z | Checking hyper v1.5.0 |
1972 | 2024-12-21T04:44:33.330Z | Checking futures-executor v0.3.31 |
1973 | 2024-12-21T04:44:33.343Z | Checking num-integer v0.1.46 |
1974 | 2024-12-21T04:44:33.357Z | Checking rustls-pemfile v2.2.0 |
1975 | 2024-12-21T04:44:33.447Z | Checking idna v0.4.0 |
1976 | 2024-12-21T04:44:33.545Z | Checking idna v0.3.0 |
1977 | 2024-12-21T04:44:33.547Z | Checking md-5 v0.10.6 |
1978 | 2024-12-21T04:44:33.711Z | Checking addr2line v0.24.2 |
1979 | 2024-12-21T04:44:33.810Z | Checking ff v0.13.0 |
1980 | 2024-12-21T04:44:34.027Z | Checking is-terminal v0.4.13 |
1981 | 2024-12-21T04:44:34.118Z | Checking memmap v0.7.0 |
1982 | 2024-12-21T04:44:34.223Z | Checking hash32 v0.2.1 |
1983 | 2024-12-21T04:44:34.240Z | Checking object v0.36.5 |
1984 | 2024-12-21T04:44:34.320Z | Checking take_mut v0.2.2 |
1985 | 2024-12-21T04:44:34.353Z | Checking base16ct v0.2.0 |
1986 | 2024-12-21T04:44:34.384Z | Checking linked-hash-map v0.5.6 |
1987 | 2024-12-21T04:44:34.443Z | Checking dyn-clone v1.0.17 |
1988 | 2024-12-21T04:44:34.459Z | Checking fallible-iterator v0.2.0 |
1989 | 2024-12-21T04:44:34.510Z | Checking utf-8 v0.7.6 |
1990 | 2024-12-21T04:44:34.546Z | Checking psl-types v2.0.11 |
1991 | 2024-12-21T04:44:34.583Z | Checking rustc-demangle v0.1.24 |
1992 | 2024-12-21T04:44:34.705Z | Checking quick-error v1.2.3 |
1993 | 2024-12-21T04:44:34.720Z | Checking is_terminal_polyfill v1.70.1 |
1994 | 2024-12-21T04:44:34.735Z | Checking anstyle-query v1.1.1 |
1995 | 2024-12-21T04:44:34.837Z | Checking colorchoice v1.0.2 |
1996 | 2024-12-21T04:44:34.855Z | Checking resolv-conf v0.7.0 |
1997 | 2024-12-21T04:44:34.868Z | Checking publicsuffix v2.2.3 |
1998 | 2024-12-21T04:44:34.974Z | Checking anstream v0.6.15 |
1999 | 2024-12-21T04:44:35.000Z | Checking lru-cache v0.1.2 |
2000 | 2024-12-21T04:44:35.048Z | Checking postgres-protocol v0.6.7 |
2001 | 2024-12-21T04:44:35.081Z | Checking tungstenite v0.24.0 |
2002 | 2024-12-21T04:44:35.168Z | Checking schemars v0.8.21 |
2003 | 2024-12-21T04:44:35.183Z | Checking sec1 v0.7.3 |
2004 | 2024-12-21T04:44:35.311Z | Checking hyper-util v0.1.10 |
2005 | 2024-12-21T04:44:35.327Z | Checking heapless v0.7.17 |
2006 | 2024-12-21T04:44:35.552Z | Checking slog-async v2.8.0 |
2007 | 2024-12-21T04:44:35.702Z | Checking tokio-rustls v0.25.0 |
2008 | 2024-12-21T04:44:35.841Z | Checking usdt v0.5.0 |
2009 | 2024-12-21T04:44:36.023Z | Checking hickory-proto v0.24.1 |
2010 | 2024-12-21T04:44:36.078Z | Checking slog-term v2.9.1 |
2011 | 2024-12-21T04:44:36.095Z | Checking group v0.13.0 |
2012 | 2024-12-21T04:44:36.338Z | Checking num-iter v0.1.45 |
2013 | 2024-12-21T04:44:36.353Z | Checking futures v0.3.31 |
2014 | 2024-12-21T04:44:36.460Z | Checking toml v0.8.19 |
2015 | 2024-12-21T04:44:36.516Z | Checking slog-bunyan v2.5.0 |
2016 | 2024-12-21T04:44:36.585Z | Checking tokio-native-tls v0.3.1 |
2017 | 2024-12-21T04:44:36.678Z | Checking rayon-core v1.12.1 |
2018 | 2024-12-21T04:44:36.727Z | Checking tokio-rustls v0.26.0 |
2019 | 2024-12-21T04:44:36.785Z | Checking multer v3.1.0 |
2020 | 2024-12-21T04:44:36.848Z | Checking terminal_size v0.4.0 |
2021 | 2024-12-21T04:44:37.114Z | Checking phf_shared v0.11.2 |
2022 | 2024-12-21T04:44:37.169Z | Checking cookie v0.18.1 |
2023 | 2024-12-21T04:44:37.199Z | Checking async-stream v0.3.6 |
2024 | 2024-12-21T04:44:37.300Z | Checking bzip2-sys v0.1.11+1.0.8 |
2025 | 2024-12-21T04:44:37.333Z | Checking signal-hook v0.3.17 |
2026 | 2024-12-21T04:44:37.349Z | Checking camino v1.1.9 |
2027 | 2024-12-21T04:44:37.371Z | Checking waitgroup v0.1.2 |
2028 | 2024-12-21T04:44:37.389Z | Checking openapiv3 v2.0.0 |
2029 | 2024-12-21T04:44:37.420Z | Checking webpki-roots v0.26.6 |
2030 | 2024-12-21T04:44:37.505Z | Checking serde_path_to_error v0.1.16 |
2031 | 2024-12-21T04:44:37.627Z | Checking idna v0.5.0 |
2032 | 2024-12-21T04:44:37.642Z | Checking hkdf v0.12.4 |
2033 | 2024-12-21T04:44:37.663Z | Checking crypto-bigint v0.5.5 |
2034 | 2024-12-21T04:44:37.853Z | Checking hostname v0.4.0 |
2035 | 2024-12-21T04:44:37.919Z | Checking crc32fast v1.4.2 |
2036 | 2024-12-21T04:44:37.987Z | Checking managed v0.8.0 |
2037 | 2024-12-21T04:44:38.122Z | Checking bitflags v1.3.2 |
2038 | 2024-12-21T04:44:38.138Z | Checking clap_lex v0.7.2 |
2039 | 2024-12-21T04:44:38.215Z | Checking unicode-width v0.1.14 |
2040 | 2024-12-21T04:44:38.366Z | Checking strsim v0.11.1 |
2041 | 2024-12-21T04:44:38.380Z | Checking debug-ignore v1.0.5 |
2042 | 2024-12-21T04:44:38.495Z | Checking winnow v0.5.40 |
2043 | 2024-12-21T04:44:38.512Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2044 | 2024-12-21T04:44:38.628Z | Checking clap_builder v4.5.21 |
2045 | 2024-12-21T04:44:38.689Z | Checking console v0.15.8 |
2046 | 2024-12-21T04:44:38.776Z | Checking cookie_store v0.21.0 |
2047 | 2024-12-21T04:44:39.287Z | Checking smoltcp v0.9.1 |
2048 | 2024-12-21T04:44:39.482Z | Checking flate2 v1.0.34 |
2049 | 2024-12-21T04:44:40.135Z | Checking signal-hook-mio v0.2.4 |
2050 | 2024-12-21T04:44:40.283Z | Checking hyper-rustls v0.27.3 |
2051 | 2024-12-21T04:44:40.506Z | Checking elliptic-curve v0.13.8 |
2052 | 2024-12-21T04:44:40.630Z | Checking bzip2 v0.4.4 |
2053 | 2024-12-21T04:44:40.755Z | Checking backtrace v0.3.74 |
2054 | 2024-12-21T04:44:40.782Z | Checking hickory-resolver v0.24.1 |
2055 | 2024-12-21T04:44:40.804Z | Checking phf v0.11.2 |
2056 | 2024-12-21T04:44:40.869Z | Checking dropshot v0.12.0 |
2057 | 2024-12-21T04:44:40.915Z | Checking rayon v1.10.0 |
2058 | 2024-12-21T04:44:41.052Z | Checking hyper-tls v0.6.0 |
2059 | 2024-12-21T04:44:41.119Z | Checking num-bigint-dig v0.8.4 |
2060 | 2024-12-21T04:44:41.315Z | Checking anyhow v1.0.93 |
2061 | 2024-12-21T04:44:41.331Z | Checking tokio-tungstenite v0.24.0 |
2062 | 2024-12-21T04:44:41.485Z | Checking toml_edit v0.19.15 |
2063 | 2024-12-21T04:44:41.642Z | Checking postgres-types v0.2.8 |
2064 | 2024-12-21T04:44:41.720Z | Checking bstr v1.10.0 |
2065 | 2024-12-21T04:44:41.824Z | Checking regex v1.11.1 |
2066 | 2024-12-21T04:44:42.378Z | Checking ed25519 v2.2.3 |
2067 | 2024-12-21T04:44:42.398Z | Checking tokio-stream v0.1.16 |
2068 | 2024-12-21T04:44:42.440Z | Checking phf_shared v0.10.0 |
2069 | 2024-12-21T04:44:42.649Z | Checking curve25519-dalek v4.1.3 |
2070 | 2024-12-21T04:44:42.674Z | Checking zerocopy v0.6.6 |
2071 | 2024-12-21T04:44:42.728Z | Checking hubpack v0.1.2 |
2072 | 2024-12-21T04:44:43.048Z | Checking pkcs1 v0.7.5 |
2073 | 2024-12-21T04:44:43.277Z | Checking portable-atomic v1.9.0 |
2074 | 2024-12-21T04:44:43.308Z | Checking float-cmp v0.9.0 |
2075 | 2024-12-21T04:44:43.405Z | Checking serde-big-array v0.5.1 |
2076 | 2024-12-21T04:44:43.439Z | Checking rfc6979 v0.4.0 |
2077 | 2024-12-21T04:44:43.483Z | Checking sync_wrapper v1.0.1 |
2078 | 2024-12-21T04:44:43.609Z | Checking minimal-lexical v0.2.1 |
2079 | 2024-12-21T04:44:43.627Z | Checking static_assertions v1.1.0 |
2080 | 2024-12-21T04:44:43.630Z | Checking number_prefix v0.4.0 |
2081 | 2024-12-21T04:44:43.724Z | Checking new_debug_unreachable v1.0.6 |
2082 | 2024-12-21T04:44:43.816Z | Checking unicode-width v0.2.0 |
2083 | 2024-12-21T04:44:43.832Z | Checking whoami v1.5.2 |
2084 | 2024-12-21T04:44:43.967Z | Checking difflib v0.4.0 |
2085 | 2024-12-21T04:44:43.984Z | Checking precomputed-hash v0.1.1 |
2086 | 2024-12-21T04:44:44.089Z | Checking normalize-line-endings v0.3.0 |
2087 | 2024-12-21T04:44:44.120Z | Checking unicode-segmentation v1.12.0 |
2088 | 2024-12-21T04:44:44.202Z | Checking fixedbitset v0.4.2 |
2089 | 2024-12-21T04:44:44.270Z | Checking bit-vec v0.6.3 |
2090 | 2024-12-21T04:44:44.292Z | Checking predicates-core v1.0.8 |
2091 | 2024-12-21T04:44:44.306Z | Checking tokio-postgres v0.7.12 |
2092 | 2024-12-21T04:44:44.461Z | Checking petgraph v0.6.5 |
2093 | 2024-12-21T04:44:44.470Z | Checking predicates v3.1.2 |
2094 | 2024-12-21T04:44:44.512Z | Checking ed25519-dalek v2.1.1 |
2095 | 2024-12-21T04:44:44.561Z | Checking qorb v0.2.1 |
2096 | 2024-12-21T04:44:44.586Z | Checking bit-set v0.5.3 |
2097 | 2024-12-21T04:44:44.751Z | Checking indicatif v0.17.9 |
2098 | 2024-12-21T04:44:44.779Z | Checking similar v2.6.0 |
2099 | 2024-12-21T04:44:44.840Z | Checking string_cache v0.8.7 |
2100 | 2024-12-21T04:44:44.913Z | Checking nom v7.1.3 |
2101 | 2024-12-21T04:44:45.109Z | Checking toml v0.7.8 |
2102 | 2024-12-21T04:44:45.125Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2103 | 2024-12-21T04:44:45.508Z | Checking reqwest v0.12.9 |
2104 | 2024-12-21T04:44:45.675Z | Checking ecdsa v0.16.9 |
2105 | 2024-12-21T04:44:45.842Z | Checking rsa v0.9.6 |
2106 | 2024-12-21T04:44:46.412Z | Checking clap v4.5.21 |
2107 | 2024-12-21T04:44:46.548Z | Checking zip v0.6.6 |
2108 | 2024-12-21T04:44:46.903Z | Checking crossterm v0.28.1 |
2109 | 2024-12-21T04:44:47.139Z | Checking itertools v0.12.1 |
2110 | 2024-12-21T04:44:47.262Z | Checking itertools v0.10.5 |
2111 | 2024-12-21T04:44:47.366Z | Checking fs-err v2.11.0 |
2112 | 2024-12-21T04:44:47.396Z | Checking ahash v0.8.11 |
2113 | 2024-12-21T04:44:47.820Z | Checking x509-cert v0.2.5 |
2114 | 2024-12-21T04:44:47.906Z | Checking hex v0.4.3 |
2115 | 2024-12-21T04:44:47.935Z | Checking semver v1.0.23 |
2116 | 2024-12-21T04:44:47.962Z | Checking lalrpop-util v0.19.12 |
2117 | 2024-12-21T04:44:48.251Z | Checking peg-runtime v0.8.3 |
2118 | 2024-12-21T04:44:48.340Z | Checking sigpipe v0.1.3 |
2119 | 2024-12-21T04:44:49.800Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2120 | 2024-12-21T04:44:50.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.70s |
2121 | 2024-12-21T04:44:50.265Z | |
2122 | 2024-12-21T04:44:50.265Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2123 | 2024-12-21T04:44:50.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2124 | 2024-12-21T04:44:50.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2125 | 2024-12-21T04:44:50.920Z | Compiling hashbrown v0.14.5 |
2126 | 2024-12-21T04:44:51.041Z | Checking heck v0.5.0 |
2127 | 2024-12-21T04:44:51.052Z | Compiling unsafe-libyaml v0.2.11 |
2128 | 2024-12-21T04:44:51.066Z | Checking ipnetwork v0.20.0 |
2129 | 2024-12-21T04:44:51.079Z | Compiling ident_case v1.0.1 |
2130 | 2024-12-21T04:44:51.093Z | Checking progenitor-client v0.8.0 |
2131 | 2024-12-21T04:44:51.107Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2132 | 2024-12-21T04:44:51.202Z | Compiling darling_core v0.20.10 |
2133 | 2024-12-21T04:44:51.240Z | Checking newtype-uuid v1.1.3 |
2134 | 2024-12-21T04:44:51.412Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2135 | 2024-12-21T04:44:51.433Z | Compiling proc-macro-crate v1.3.1 |
2136 | 2024-12-21T04:44:51.492Z | Compiling structmeta-derive v0.3.0 |
2137 | 2024-12-21T04:44:51.511Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2138 | 2024-12-21T04:44:51.795Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2139 | 2024-12-21T04:44:51.812Z | Compiling lzma-sys v0.1.20 |
2140 | 2024-12-21T04:44:52.200Z | Checking regress v0.10.1 |
2141 | 2024-12-21T04:44:52.556Z | Compiling serde_yaml v0.9.34+deprecated |
2142 | 2024-12-21T04:44:52.573Z | Compiling num_enum_derive v0.5.11 |
2143 | 2024-12-21T04:44:52.919Z | Compiling foreign-types-macros v0.2.3 |
2144 | 2024-12-21T04:44:53.059Z | Compiling dropshot v0.13.0 |
2145 | 2024-12-21T04:44:53.334Z | Checking foreign-types-shared v0.3.1 |
2146 | 2024-12-21T04:44:53.447Z | Checking arc-swap v1.7.1 |
2147 | 2024-12-21T04:44:53.851Z | Checking slog-scope v4.4.0 |
2148 | 2024-12-21T04:44:54.119Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2149 | 2024-12-21T04:44:54.246Z | Checking foreign-types v0.5.0 |
2150 | 2024-12-21T04:44:54.505Z | Compiling structmeta v0.3.0 |
2151 | 2024-12-21T04:44:54.549Z | Compiling proc-macro-error v1.0.4 |
2152 | 2024-12-21T04:44:54.847Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2153 | 2024-12-21T04:44:54.953Z | Compiling parse-display-derive v0.10.0 |
2154 | 2024-12-21T04:44:54.971Z | Checking tungstenite v0.21.0 |
2155 | 2024-12-21T04:44:55.125Z | Checking num_enum v0.5.11 |
2156 | 2024-12-21T04:44:55.218Z | Compiling heck v0.3.3 |
2157 | 2024-12-21T04:44:55.265Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2158 | 2024-12-21T04:44:55.636Z | Compiling dropshot_endpoint v0.13.0 |
2159 | 2024-12-21T04:44:55.754Z | Checking typify-impl v0.2.0 |
2160 | 2024-12-21T04:44:55.904Z | Checking cstr-argument v0.1.2 |
2161 | 2024-12-21T04:44:56.099Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2162 | 2024-12-21T04:44:56.806Z | Checking instant v0.1.13 |
2163 | 2024-12-21T04:44:56.929Z | Checking base64 v0.21.7 |
2164 | 2024-12-21T04:44:56.944Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2165 | 2024-12-21T04:44:57.215Z | Checking fastrand v2.1.1 |
2166 | 2024-12-21T04:44:57.407Z | Checking pretty-hex v0.2.1 |
2167 | 2024-12-21T04:44:57.549Z | Checking tempfile v3.13.0 |
2168 | 2024-12-21T04:44:57.570Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2169 | 2024-12-21T04:44:57.626Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2170 | 2024-12-21T04:44:57.770Z | Checking backoff v0.4.0 |
2171 | 2024-12-21T04:44:57.848Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2172 | 2024-12-21T04:44:57.920Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2173 | 2024-12-21T04:44:57.997Z | Checking tokio-tungstenite v0.21.0 |
2174 | 2024-12-21T04:44:58.067Z | Compiling zone_cfg_derive v0.1.2 |
2175 | 2024-12-21T04:44:58.231Z | Checking strum v0.26.3 |
2176 | 2024-12-21T04:44:58.272Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2177 | 2024-12-21T04:44:58.300Z | Compiling darling_macro v0.20.10 |
2178 | 2024-12-21T04:44:58.385Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2179 | 2024-12-21T04:44:58.639Z | Checking slog-stdlog v4.1.1 |
2180 | 2024-12-21T04:44:58.702Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2181 | 2024-12-21T04:44:58.803Z | Checking regress v0.9.1 |
2182 | 2024-12-21T04:44:58.855Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2183 | 2024-12-21T04:44:58.989Z | Checking colored v2.1.0 |
2184 | 2024-12-21T04:44:59.148Z | Checking macaddr v1.0.1 |
2185 | 2024-12-21T04:44:59.201Z | Compiling darling v0.20.10 |
2186 | 2024-12-21T04:44:59.287Z | Checking base64 v0.13.1 |
2187 | 2024-12-21T04:44:59.321Z | Compiling serde_with_macros v3.11.0 |
2188 | 2024-12-21T04:44:59.574Z | Checking zone v0.1.8 |
2189 | 2024-12-21T04:44:59.604Z | Checking parse-display v0.10.0 |
2190 | 2024-12-21T04:44:59.688Z | Checking ron v0.7.1 |
2191 | 2024-12-21T04:44:59.839Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2192 | 2024-12-21T04:45:00.249Z | Checking slog-envlogger v2.2.0 |
2193 | 2024-12-21T04:45:00.315Z | Checking xz2 v0.1.7 |
2194 | 2024-12-21T04:45:00.473Z | Checking tabwriter v1.4.0 |
2195 | 2024-12-21T04:45:00.615Z | Checking xattr v1.3.1 |
2196 | 2024-12-21T04:45:00.713Z | Checking pem v3.0.4 |
2197 | 2024-12-21T04:45:00.811Z | Checking yasna v0.5.2 |
2198 | 2024-12-21T04:45:00.852Z | Checking headers-core v0.3.0 |
2199 | 2024-12-21T04:45:00.966Z | Checking smf v0.2.3 |
2200 | 2024-12-21T04:45:00.998Z | Checking filetime v0.2.25 |
2201 | 2024-12-21T04:45:01.196Z | Checking same-file v1.0.6 |
2202 | 2024-12-21T04:45:01.355Z | Checking tar v0.4.42 |
2203 | 2024-12-21T04:45:01.372Z | Checking walkdir v2.5.0 |
2204 | 2024-12-21T04:45:01.444Z | Checking headers v0.4.0 |
2205 | 2024-12-21T04:45:01.697Z | Checking atomicwrites v0.4.4 |
2206 | 2024-12-21T04:45:01.726Z | Checking rcgen v0.12.1 |
2207 | 2024-12-21T04:45:01.903Z | Checking camino-tempfile v1.1.1 |
2208 | 2024-12-21T04:45:02.184Z | Checking subprocess v0.2.9 |
2209 | 2024-12-21T04:45:02.222Z | Checking serde_with v3.11.0 |
2210 | 2024-12-21T04:45:06.359Z | Compiling typify-macro v0.2.0 |
2211 | 2024-12-21T04:45:08.246Z | Compiling typify v0.2.0 |
2212 | 2024-12-21T04:45:08.313Z | Compiling progenitor-impl v0.8.0 |
2213 | 2024-12-21T04:45:11.466Z | Compiling progenitor-macro v0.8.0 |
2214 | 2024-12-21T04:45:16.198Z | Checking progenitor v0.8.0 |
2215 | 2024-12-21T04:45:16.349Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2216 | 2024-12-21T04:45:16.353Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2217 | 2024-12-21T04:45:19.044Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2218 | 2024-12-21T04:45:19.498Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2219 | 2024-12-21T04:45:25.925Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2220 | 2024-12-21T04:45:27.501Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2221 | 2024-12-21T04:45:28.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.49s |
2222 | 2024-12-21T04:45:28.944Z | |
2223 | 2024-12-21T04:45:28.944Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2224 | 2024-12-21T04:45:29.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2225 | 2024-12-21T04:45:29.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2226 | 2024-12-21T04:45:29.598Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2227 | 2024-12-21T04:45:31.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
2228 | 2024-12-21T04:45:31.193Z | |
2229 | 2024-12-21T04:45:31.193Z | info: running `cargo check --bins` on nexus-config (31/176) |
2230 | 2024-12-21T04:45:31.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2231 | 2024-12-21T04:45:31.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2232 | 2024-12-21T04:45:31.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2233 | 2024-12-21T04:45:31.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2234 | 2024-12-21T04:45:31.820Z | |
2235 | 2024-12-21T04:45:31.820Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2236 | 2024-12-21T04:45:32.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2237 | 2024-12-21T04:45:32.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2238 | 2024-12-21T04:45:32.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2239 | 2024-12-21T04:45:32.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2240 | 2024-12-21T04:45:32.425Z | |
2241 | 2024-12-21T04:45:32.425Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2242 | 2024-12-21T04:45:32.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2243 | 2024-12-21T04:45:32.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2244 | 2024-12-21T04:45:32.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2245 | 2024-12-21T04:45:32.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2246 | 2024-12-21T04:45:33.047Z | |
2247 | 2024-12-21T04:45:33.047Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2248 | 2024-12-21T04:45:33.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2249 | 2024-12-21T04:45:33.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2250 | 2024-12-21T04:45:33.722Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2251 | 2024-12-21T04:45:33.830Z | Compiling ipnetwork v0.20.0 |
2252 | 2024-12-21T04:45:33.830Z | Compiling zerocopy v0.8.10 |
2253 | 2024-12-21T04:45:33.833Z | Compiling progenitor-client v0.8.0 |
2254 | 2024-12-21T04:45:33.833Z | Compiling itertools v0.13.0 |
2255 | 2024-12-21T04:45:33.833Z | Compiling zerocopy-derive v0.8.10 |
2256 | 2024-12-21T04:45:33.833Z | Compiling heapless v0.8.0 |
2257 | 2024-12-21T04:45:33.833Z | Checking hash32 v0.3.1 |
2258 | 2024-12-21T04:45:33.986Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2259 | 2024-12-21T04:45:34.105Z | Compiling instant v0.1.13 |
2260 | 2024-12-21T04:45:34.260Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2261 | 2024-12-21T04:45:34.351Z | Compiling progenitor v0.8.0 |
2262 | 2024-12-21T04:45:34.615Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2263 | 2024-12-21T04:45:34.709Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2264 | 2024-12-21T04:45:34.728Z | Compiling smoltcp v0.11.0 |
2265 | 2024-12-21T04:45:34.823Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2266 | 2024-12-21T04:45:34.975Z | Compiling backoff v0.4.0 |
2267 | 2024-12-21T04:45:35.323Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2268 | 2024-12-21T04:45:35.495Z | Compiling dropshot v0.13.0 |
2269 | 2024-12-21T04:45:35.629Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2270 | 2024-12-21T04:45:35.699Z | Compiling serde_with v3.11.0 |
2271 | 2024-12-21T04:45:35.762Z | Compiling parse-display v0.10.0 |
2272 | 2024-12-21T04:45:35.802Z | Checking num-rational v0.4.2 |
2273 | 2024-12-21T04:45:36.452Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2274 | 2024-12-21T04:45:36.636Z | Compiling regress v0.9.1 |
2275 | 2024-12-21T04:45:37.007Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2276 | 2024-12-21T04:45:38.378Z | Compiling phf_generator v0.11.2 |
2277 | 2024-12-21T04:45:38.568Z | Checking num-complex v0.4.6 |
2278 | 2024-12-21T04:45:39.795Z | Compiling macaddr v1.0.1 |
2279 | 2024-12-21T04:45:39.858Z | Checking cobs v0.2.3 |
2280 | 2024-12-21T04:45:40.040Z | Checking postcard v1.0.10 |
2281 | 2024-12-21T04:45:40.214Z | Checking num v0.4.3 |
2282 | 2024-12-21T04:45:40.345Z | Compiling phf_codegen v0.11.2 |
2283 | 2024-12-21T04:45:40.676Z | Compiling parse-zoneinfo v0.3.1 |
2284 | 2024-12-21T04:45:41.824Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2285 | 2024-12-21T04:45:42.116Z | Checking float-ord v0.3.2 |
2286 | 2024-12-21T04:45:42.453Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2287 | 2024-12-21T04:45:42.607Z | Compiling convert_case v0.4.0 |
2288 | 2024-12-21T04:45:42.795Z | Compiling chrono-tz-build v0.4.0 |
2289 | 2024-12-21T04:45:43.201Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2290 | 2024-12-21T04:45:43.574Z | Compiling derive_more v0.99.18 |
2291 | 2024-12-21T04:45:43.691Z | Compiling crucible-workspace-hack v0.1.0 |
2292 | 2024-12-21T04:45:43.958Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2293 | 2024-12-21T04:45:44.140Z | Compiling thiserror v2.0.3 |
2294 | 2024-12-21T04:45:44.278Z | Checking newline-converter v0.3.0 |
2295 | 2024-12-21T04:45:44.308Z | Compiling chrono-tz v0.10.0 |
2296 | 2024-12-21T04:45:44.538Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2297 | 2024-12-21T04:45:44.959Z | Checking prettyplease v0.2.25 |
2298 | 2024-12-21T04:45:45.086Z | Compiling thiserror-impl v2.0.3 |
2299 | 2024-12-21T04:45:45.120Z | Compiling slog-dtrace v0.3.0 |
2300 | 2024-12-21T04:45:45.322Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2301 | 2024-12-21T04:45:45.388Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2302 | 2024-12-21T04:45:45.684Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2303 | 2024-12-21T04:45:47.043Z | Checking expectorate v1.1.0 |
2304 | 2024-12-21T04:45:47.218Z | Compiling zone_cfg_derive v0.3.0 |
2305 | 2024-12-21T04:45:47.335Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2306 | 2024-12-21T04:45:47.669Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2307 | 2024-12-21T04:45:47.790Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2308 | 2024-12-21T04:45:48.153Z | Compiling const_format_proc_macros v0.2.33 |
2309 | 2024-12-21T04:45:48.503Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2310 | 2024-12-21T04:45:48.737Z | Compiling num-derive v0.4.2 |
2311 | 2024-12-21T04:45:49.004Z | Checking highway v1.2.0 |
2312 | 2024-12-21T04:45:49.130Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2313 | 2024-12-21T04:45:49.227Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2314 | 2024-12-21T04:45:49.408Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2315 | 2024-12-21T04:45:49.698Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2316 | 2024-12-21T04:45:49.712Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2317 | 2024-12-21T04:45:49.950Z | Checking zone v0.3.0 |
2318 | 2024-12-21T04:45:50.251Z | Checking const_format v0.2.33 |
2319 | 2024-12-21T04:45:50.291Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2320 | 2024-12-21T04:45:50.701Z | Checking gethostname v0.5.0 |
2321 | 2024-12-21T04:45:50.916Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2322 | 2024-12-21T04:45:51.009Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2323 | 2024-12-21T04:45:51.041Z | Checking bcs v0.1.6 |
2324 | 2024-12-21T04:45:51.066Z | Compiling async-recursion v1.1.1 |
2325 | 2024-12-21T04:45:51.447Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2326 | 2024-12-21T04:45:51.450Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2327 | 2024-12-21T04:45:53.817Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2328 | 2024-12-21T04:45:57.689Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2329 | 2024-12-21T04:46:01.061Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2330 | 2024-12-21T04:46:03.746Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2331 | 2024-12-21T04:46:04.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.91s |
2332 | 2024-12-21T04:46:05.149Z | |
2333 | 2024-12-21T04:46:05.149Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2334 | 2024-12-21T04:46:05.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2335 | 2024-12-21T04:46:05.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2336 | 2024-12-21T04:46:05.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2337 | 2024-12-21T04:46:05.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2338 | 2024-12-21T04:46:05.782Z | |
2339 | 2024-12-21T04:46:05.782Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2340 | 2024-12-21T04:46:06.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2341 | 2024-12-21T04:46:06.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2342 | 2024-12-21T04:46:06.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2343 | 2024-12-21T04:46:06.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2344 | 2024-12-21T04:46:06.409Z | |
2345 | 2024-12-21T04:46:06.409Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2346 | 2024-12-21T04:46:06.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2347 | 2024-12-21T04:46:06.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2348 | 2024-12-21T04:46:07.061Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2349 | 2024-12-21T04:46:07.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2350 | 2024-12-21T04:46:07.875Z | |
2351 | 2024-12-21T04:46:07.875Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2352 | 2024-12-21T04:46:08.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2353 | 2024-12-21T04:46:08.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2354 | 2024-12-21T04:46:08.547Z | Compiling cfg_aliases v0.1.1 |
2355 | 2024-12-21T04:46:08.550Z | Compiling vte_generate_state_changes v0.1.2 |
2356 | 2024-12-21T04:46:08.550Z | Checking fd-lock v4.0.2 |
2357 | 2024-12-21T04:46:08.550Z | Checking nibble_vec v0.1.0 |
2358 | 2024-12-21T04:46:08.649Z | Checking bytecount v0.6.8 |
2359 | 2024-12-21T04:46:08.658Z | Checking endian-type v0.1.2 |
2360 | 2024-12-21T04:46:08.675Z | Compiling tabled_derive v0.7.0 |
2361 | 2024-12-21T04:46:08.696Z | Compiling peg-macros v0.8.4 |
2362 | 2024-12-21T04:46:08.721Z | Compiling nix v0.28.0 |
2363 | 2024-12-21T04:46:08.803Z | Checking papergrid v0.11.0 |
2364 | 2024-12-21T04:46:08.820Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2365 | 2024-12-21T04:46:08.834Z | Compiling sqlparser_derive v0.2.2 |
2366 | 2024-12-21T04:46:08.870Z | Checking radix_trie v0.2.1 |
2367 | 2024-12-21T04:46:09.280Z | Checking vte v0.11.1 |
2368 | 2024-12-21T04:46:09.289Z | Checking unicode_categories v0.1.1 |
2369 | 2024-12-21T04:46:09.606Z | Checking nu-ansi-term v0.50.1 |
2370 | 2024-12-21T04:46:09.939Z | Checking home v0.5.9 |
2371 | 2024-12-21T04:46:09.979Z | Checking sqlparser v0.45.0 |
2372 | 2024-12-21T04:46:10.017Z | Checking sqlformat v0.2.6 |
2373 | 2024-12-21T04:46:10.082Z | Checking display-error-chain v0.2.2 |
2374 | 2024-12-21T04:46:10.659Z | Checking strip-ansi-escapes v0.2.0 |
2375 | 2024-12-21T04:46:10.808Z | Checking reedline v0.35.0 |
2376 | 2024-12-21T04:46:11.057Z | Checking tabled v0.15.0 |
2377 | 2024-12-21T04:46:11.608Z | Checking peg v0.8.4 |
2378 | 2024-12-21T04:46:12.023Z | Checking rustyline v14.0.0 |
2379 | 2024-12-21T04:46:20.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.74s |
2380 | 2024-12-21T04:46:20.811Z | |
2381 | 2024-12-21T04:46:20.811Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2382 | 2024-12-21T04:46:21.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-12-21T04:46:21.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-12-21T04:46:21.494Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2385 | 2024-12-21T04:46:26.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
2386 | 2024-12-21T04:46:26.716Z | |
2387 | 2024-12-21T04:46:26.716Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2388 | 2024-12-21T04:46:27.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-12-21T04:46:27.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-12-21T04:46:27.386Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2391 | 2024-12-21T04:46:31.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
2392 | 2024-12-21T04:46:31.297Z | |
2393 | 2024-12-21T04:46:31.297Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2394 | 2024-12-21T04:46:31.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-12-21T04:46:31.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-12-21T04:46:31.958Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2397 | 2024-12-21T04:46:36.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
2398 | 2024-12-21T04:46:36.851Z | |
2399 | 2024-12-21T04:46:36.851Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2400 | 2024-12-21T04:46:37.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-12-21T04:46:37.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-12-21T04:46:37.525Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2403 | 2024-12-21T04:46:42.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
2404 | 2024-12-21T04:46:42.520Z | |
2405 | 2024-12-21T04:46:42.520Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2406 | 2024-12-21T04:46:43.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-12-21T04:46:43.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-12-21T04:46:43.185Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2409 | 2024-12-21T04:46:47.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
2410 | 2024-12-21T04:46:47.355Z | |
2411 | 2024-12-21T04:46:47.355Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2412 | 2024-12-21T04:46:47.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-12-21T04:46:47.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-12-21T04:46:48.018Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2415 | 2024-12-21T04:46:52.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
2416 | 2024-12-21T04:46:52.190Z | |
2417 | 2024-12-21T04:46:52.190Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2418 | 2024-12-21T04:46:52.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-12-21T04:46:52.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-12-21T04:46:52.857Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2421 | 2024-12-21T04:46:57.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
2422 | 2024-12-21T04:46:58.057Z | |
2423 | 2024-12-21T04:46:58.057Z | info: running `cargo check --bins` on oximeter (46/176) |
2424 | 2024-12-21T04:46:58.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-12-21T04:46:58.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-12-21T04:46:58.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2427 | 2024-12-21T04:46:58.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2428 | 2024-12-21T04:46:58.704Z | |
2429 | 2024-12-21T04:46:58.705Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2430 | 2024-12-21T04:46:59.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-12-21T04:46:59.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-12-21T04:46:59.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-12-21T04:46:59.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2434 | 2024-12-21T04:46:59.320Z | |
2435 | 2024-12-21T04:46:59.320Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2436 | 2024-12-21T04:46:59.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-12-21T04:46:59.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-12-21T04:46:59.975Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2439 | 2024-12-21T04:47:02.175Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2440 | 2024-12-21T04:47:03.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
2441 | 2024-12-21T04:47:03.339Z | |
2442 | 2024-12-21T04:47:03.339Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2443 | 2024-12-21T04:47:03.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-12-21T04:47:03.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-12-21T04:47:03.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-12-21T04:47:03.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2447 | 2024-12-21T04:47:03.978Z | |
2448 | 2024-12-21T04:47:03.978Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2449 | 2024-12-21T04:47:04.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-12-21T04:47:04.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-12-21T04:47:04.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-12-21T04:47:04.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2453 | 2024-12-21T04:47:04.603Z | |
2454 | 2024-12-21T04:47:04.603Z | info: running `cargo check --bins` on oxql-types (51/176) |
2455 | 2024-12-21T04:47:05.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-12-21T04:47:05.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-12-21T04:47:05.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-12-21T04:47:05.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2459 | 2024-12-21T04:47:05.238Z | |
2460 | 2024-12-21T04:47:05.238Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2461 | 2024-12-21T04:47:05.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-12-21T04:47:05.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-12-21T04:47:05.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-12-21T04:47:05.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2465 | 2024-12-21T04:47:05.887Z | |
2466 | 2024-12-21T04:47:05.887Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2467 | 2024-12-21T04:47:06.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-12-21T04:47:06.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-12-21T04:47:06.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-12-21T04:47:06.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2471 | 2024-12-21T04:47:06.518Z | |
2472 | 2024-12-21T04:47:06.518Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2473 | 2024-12-21T04:47:07.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-12-21T04:47:07.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-12-21T04:47:07.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-12-21T04:47:07.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2477 | 2024-12-21T04:47:07.158Z | |
2478 | 2024-12-21T04:47:07.158Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2479 | 2024-12-21T04:47:07.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-12-21T04:47:07.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-12-21T04:47:07.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-12-21T04:47:07.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2483 | 2024-12-21T04:47:07.793Z | |
2484 | 2024-12-21T04:47:07.793Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2485 | 2024-12-21T04:47:08.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-12-21T04:47:08.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-12-21T04:47:08.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-12-21T04:47:08.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2489 | 2024-12-21T04:47:08.418Z | |
2490 | 2024-12-21T04:47:08.418Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2491 | 2024-12-21T04:47:08.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-12-21T04:47:08.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-12-21T04:47:08.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-12-21T04:47:08.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2495 | 2024-12-21T04:47:09.055Z | |
2496 | 2024-12-21T04:47:09.055Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2497 | 2024-12-21T04:47:09.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-12-21T04:47:09.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-12-21T04:47:09.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2024-12-21T04:47:09.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2501 | 2024-12-21T04:47:09.669Z | |
2502 | 2024-12-21T04:47:09.669Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2503 | 2024-12-21T04:47:10.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-12-21T04:47:10.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-12-21T04:47:10.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-12-21T04:47:10.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2507 | 2024-12-21T04:47:10.306Z | |
2508 | 2024-12-21T04:47:10.306Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2509 | 2024-12-21T04:47:10.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-12-21T04:47:10.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-12-21T04:47:10.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-12-21T04:47:10.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2513 | 2024-12-21T04:47:10.954Z | |
2514 | 2024-12-21T04:47:10.954Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2515 | 2024-12-21T04:47:11.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-12-21T04:47:11.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-12-21T04:47:11.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-12-21T04:47:11.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2519 | 2024-12-21T04:47:11.572Z | |
2520 | 2024-12-21T04:47:11.572Z | info: running `cargo check --bins` on dpd-client (62/176) |
2521 | 2024-12-21T04:47:12.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-12-21T04:47:12.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-12-21T04:47:12.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-12-21T04:47:12.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2525 | 2024-12-21T04:47:12.206Z | |
2526 | 2024-12-21T04:47:12.206Z | info: running `cargo check --bins` on gateway-client (63/176) |
2527 | 2024-12-21T04:47:12.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-12-21T04:47:12.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-12-21T04:47:12.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-12-21T04:47:12.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2531 | 2024-12-21T04:47:12.827Z | |
2532 | 2024-12-21T04:47:12.827Z | info: running `cargo check --bins` on installinator-client (64/176) |
2533 | 2024-12-21T04:47:13.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-12-21T04:47:13.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-12-21T04:47:13.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-12-21T04:47:13.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2537 | 2024-12-21T04:47:13.474Z | |
2538 | 2024-12-21T04:47:13.474Z | info: running `cargo check --bins` on installinator-common (65/176) |
2539 | 2024-12-21T04:47:14.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-12-21T04:47:14.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-12-21T04:47:14.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-12-21T04:47:14.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2543 | 2024-12-21T04:47:14.125Z | |
2544 | 2024-12-21T04:47:14.125Z | info: running `cargo check --bins` on update-engine (66/176) |
2545 | 2024-12-21T04:47:14.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-12-21T04:47:14.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-12-21T04:47:14.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-12-21T04:47:14.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2549 | 2024-12-21T04:47:14.748Z | |
2550 | 2024-12-21T04:47:14.748Z | info: running `cargo check --bins` on nexus-client (67/176) |
2551 | 2024-12-21T04:47:15.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-12-21T04:47:15.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-12-21T04:47:15.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-12-21T04:47:15.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2555 | 2024-12-21T04:47:15.407Z | |
2556 | 2024-12-21T04:47:15.407Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2557 | 2024-12-21T04:47:15.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-12-21T04:47:15.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-12-21T04:47:15.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-12-21T04:47:15.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2561 | 2024-12-21T04:47:16.053Z | |
2562 | 2024-12-21T04:47:16.053Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2563 | 2024-12-21T04:47:16.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-12-21T04:47:16.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-12-21T04:47:16.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-12-21T04:47:16.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2567 | 2024-12-21T04:47:16.677Z | |
2568 | 2024-12-21T04:47:16.677Z | info: running `cargo check --bins` on nexus-types (70/176) |
2569 | 2024-12-21T04:47:17.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-12-21T04:47:17.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-12-21T04:47:17.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-12-21T04:47:17.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2573 | 2024-12-21T04:47:17.342Z | |
2574 | 2024-12-21T04:47:17.342Z | info: running `cargo check --bins` on oxide-client (71/176) |
2575 | 2024-12-21T04:47:17.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-12-21T04:47:17.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-12-21T04:47:17.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-12-21T04:47:17.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2579 | 2024-12-21T04:47:17.963Z | |
2580 | 2024-12-21T04:47:17.963Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2581 | 2024-12-21T04:47:18.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-12-21T04:47:18.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-12-21T04:47:18.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-12-21T04:47:18.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2585 | 2024-12-21T04:47:18.591Z | |
2586 | 2024-12-21T04:47:18.591Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2587 | 2024-12-21T04:47:19.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-12-21T04:47:19.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-12-21T04:47:19.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-12-21T04:47:19.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2591 | 2024-12-21T04:47:19.212Z | |
2592 | 2024-12-21T04:47:19.212Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2593 | 2024-12-21T04:47:19.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-12-21T04:47:19.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-12-21T04:47:19.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-12-21T04:47:19.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2597 | 2024-12-21T04:47:19.867Z | |
2598 | 2024-12-21T04:47:19.867Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2599 | 2024-12-21T04:47:20.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-12-21T04:47:20.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-12-21T04:47:20.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-12-21T04:47:20.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2603 | 2024-12-21T04:47:20.529Z | |
2604 | 2024-12-21T04:47:20.529Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2605 | 2024-12-21T04:47:21.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-12-21T04:47:21.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-12-21T04:47:21.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2024-12-21T04:47:21.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2609 | 2024-12-21T04:47:21.185Z | |
2610 | 2024-12-21T04:47:21.185Z | info: running `cargo check --bins` on wicket-common (77/176) |
2611 | 2024-12-21T04:47:21.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-12-21T04:47:21.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-12-21T04:47:21.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2614 | 2024-12-21T04:47:21.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2615 | 2024-12-21T04:47:21.846Z | |
2616 | 2024-12-21T04:47:21.846Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2617 | 2024-12-21T04:47:22.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2024-12-21T04:47:22.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2024-12-21T04:47:22.521Z | Checking csv-core v0.1.11 |
2620 | 2024-12-21T04:47:22.521Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2621 | 2024-12-21T04:47:22.524Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2622 | 2024-12-21T04:47:22.524Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2623 | 2024-12-21T04:47:22.838Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2624 | 2024-12-21T04:47:22.853Z | Checking csv v1.3.0 |
2625 | 2024-12-21T04:47:22.856Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2626 | 2024-12-21T04:47:23.447Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2627 | 2024-12-21T04:47:23.805Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2628 | 2024-12-21T04:47:25.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s |
2629 | 2024-12-21T04:47:25.759Z | |
2630 | 2024-12-21T04:47:25.759Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2631 | 2024-12-21T04:47:26.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-12-21T04:47:26.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-12-21T04:47:26.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-12-21T04:47:26.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2635 | 2024-12-21T04:47:26.390Z | |
2636 | 2024-12-21T04:47:26.390Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2637 | 2024-12-21T04:47:26.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-12-21T04:47:26.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-12-21T04:47:26.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2024-12-21T04:47:26.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2641 | 2024-12-21T04:47:27.023Z | |
2642 | 2024-12-21T04:47:27.023Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2643 | 2024-12-21T04:47:27.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-12-21T04:47:27.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-12-21T04:47:27.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2024-12-21T04:47:27.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2647 | 2024-12-21T04:47:27.762Z | |
2648 | 2024-12-21T04:47:27.762Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2649 | 2024-12-21T04:47:28.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-12-21T04:47:28.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-12-21T04:47:28.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2024-12-21T04:47:28.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2653 | 2024-12-21T04:47:28.497Z | |
2654 | 2024-12-21T04:47:28.497Z | info: running `cargo check --bins` on dns-server (83/176) |
2655 | 2024-12-21T04:47:29.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-12-21T04:47:29.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-12-21T04:47:29.153Z | Compiling parking_lot_core v0.8.6 |
2658 | 2024-12-21T04:47:29.156Z | Checking fxhash v0.2.1 |
2659 | 2024-12-21T04:47:29.156Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2660 | 2024-12-21T04:47:29.156Z | Checking hickory-server v0.24.1 |
2661 | 2024-12-21T04:47:29.156Z | Checking hickory-client v0.24.1 |
2662 | 2024-12-21T04:47:29.821Z | Checking parking_lot v0.11.2 |
2663 | 2024-12-21T04:47:29.938Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2664 | 2024-12-21T04:47:29.941Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2665 | 2024-12-21T04:47:30.053Z | Checking sled v0.34.7 |
2666 | 2024-12-21T04:47:31.880Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2667 | 2024-12-21T04:47:33.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
2668 | 2024-12-21T04:47:33.307Z | |
2669 | 2024-12-21T04:47:33.307Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2670 | 2024-12-21T04:47:33.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-12-21T04:47:33.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-12-21T04:47:33.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2024-12-21T04:47:33.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2674 | 2024-12-21T04:47:33.936Z | |
2675 | 2024-12-21T04:47:33.936Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2676 | 2024-12-21T04:47:34.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-12-21T04:47:34.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-12-21T04:47:34.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2024-12-21T04:47:34.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2680 | 2024-12-21T04:47:34.625Z | |
2681 | 2024-12-21T04:47:34.625Z | info: running `cargo check --bins` on gateway-types (86/176) |
2682 | 2024-12-21T04:47:35.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-12-21T04:47:35.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-12-21T04:47:35.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2024-12-21T04:47:35.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2686 | 2024-12-21T04:47:35.260Z | |
2687 | 2024-12-21T04:47:35.260Z | info: running `cargo check --bins` on ipcc (87/176) |
2688 | 2024-12-21T04:47:35.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-12-21T04:47:35.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-12-21T04:47:35.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2024-12-21T04:47:35.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2692 | 2024-12-21T04:47:35.890Z | |
2693 | 2024-12-21T04:47:35.890Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2694 | 2024-12-21T04:47:36.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-12-21T04:47:36.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-12-21T04:47:36.589Z | Compiling radium v0.7.0 |
2697 | 2024-12-21T04:47:36.589Z | Compiling semver v0.1.20 |
2698 | 2024-12-21T04:47:36.706Z | Compiling maybe-uninit v2.0.0 |
2699 | 2024-12-21T04:47:36.708Z | Checking tap v1.0.1 |
2700 | 2024-12-21T04:47:36.722Z | Checking password-hash v0.5.0 |
2701 | 2024-12-21T04:47:36.725Z | Checking blake2 v0.10.6 |
2702 | 2024-12-21T04:47:36.725Z | Checking funty v2.0.0 |
2703 | 2024-12-21T04:47:36.725Z | Checking crc-catalog v2.4.0 |
2704 | 2024-12-21T04:47:36.843Z | Checking wyz v0.5.1 |
2705 | 2024-12-21T04:47:36.876Z | Compiling owo-colors v4.1.0 |
2706 | 2024-12-21T04:47:37.143Z | Compiling rustc_version v0.1.7 |
2707 | 2024-12-21T04:47:37.152Z | Compiling cancel-safe-futures v0.1.5 |
2708 | 2024-12-21T04:47:37.155Z | Compiling packed_struct v0.10.1 |
2709 | 2024-12-21T04:47:37.232Z | Checking argon2 v0.5.3 |
2710 | 2024-12-21T04:47:37.328Z | Checking crc v3.2.1 |
2711 | 2024-12-21T04:47:37.371Z | Compiling packed_struct_codegen v0.10.1 |
2712 | 2024-12-21T04:47:37.530Z | Compiling indexmap v1.9.3 |
2713 | 2024-12-21T04:47:37.599Z | Checking half v2.4.1 |
2714 | 2024-12-21T04:47:37.651Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2715 | 2024-12-21T04:47:37.675Z | Compiling newtype_derive v0.1.6 |
2716 | 2024-12-21T04:47:37.691Z | Checking bitvec v1.0.1 |
2717 | 2024-12-21T04:47:37.722Z | Checking nodrop v0.1.14 |
2718 | 2024-12-21T04:47:37.823Z | Checking ciborium-io v0.2.2 |
2719 | 2024-12-21T04:47:37.839Z | Checking array-init v0.0.4 |
2720 | 2024-12-21T04:47:37.917Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2721 | 2024-12-21T04:47:37.997Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2722 | 2024-12-21T04:47:38.047Z | Checking ciborium-ll v0.2.2 |
2723 | 2024-12-21T04:47:38.141Z | Checking smallvec v0.6.14 |
2724 | 2024-12-21T04:47:38.330Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2725 | 2024-12-21T04:47:38.402Z | Checking libsw v3.3.1 |
2726 | 2024-12-21T04:47:38.539Z | Compiling memoffset v0.9.1 |
2727 | 2024-12-21T04:47:38.670Z | Checking indent_write v2.2.0 |
2728 | 2024-12-21T04:47:38.764Z | Checking swrite v0.1.0 |
2729 | 2024-12-21T04:47:38.822Z | Checking hashbrown v0.12.3 |
2730 | 2024-12-21T04:47:38.848Z | Checking linear-map v1.2.0 |
2731 | 2024-12-21T04:47:38.877Z | Checking bitfield v0.14.0 |
2732 | 2024-12-21T04:47:38.895Z | Checking termcolor v1.4.1 |
2733 | 2024-12-21T04:47:39.157Z | Checking serde-hex v0.1.0 |
2734 | 2024-12-21T04:47:39.313Z | Checking ron v0.8.1 |
2735 | 2024-12-21T04:47:39.331Z | Checking env_logger v0.10.2 |
2736 | 2024-12-21T04:47:39.347Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2737 | 2024-12-21T04:47:39.744Z | Checking ciborium v0.2.2 |
2738 | 2024-12-21T04:47:40.040Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2739 | 2024-12-21T04:47:40.170Z | Checking steno v0.4.1 |
2740 | 2024-12-21T04:47:40.589Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2741 | 2024-12-21T04:47:40.734Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2742 | 2024-12-21T04:47:40.756Z | Checking hashbrown v0.13.2 |
2743 | 2024-12-21T04:47:40.831Z | Checking crc-any v2.5.0 |
2744 | 2024-12-21T04:47:40.912Z | Checking humantime v2.1.0 |
2745 | 2024-12-21T04:47:41.195Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2746 | 2024-12-21T04:47:41.212Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2747 | 2024-12-21T04:47:41.796Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2748 | 2024-12-21T04:47:41.821Z | Checking object v0.30.4 |
2749 | 2024-12-21T04:47:41.877Z | Checking path-slash v0.1.5 |
2750 | 2024-12-21T04:47:41.992Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2751 | 2024-12-21T04:47:42.026Z | Checking nix v0.27.1 |
2752 | 2024-12-21T04:47:42.457Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2753 | 2024-12-21T04:47:43.031Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2754 | 2024-12-21T04:47:43.143Z | Checking tungstenite v0.23.0 |
2755 | 2024-12-21T04:47:43.278Z | Checking kstat-rs v0.2.4 |
2756 | 2024-12-21T04:47:43.294Z | Checking signal-hook-tokio v0.3.1 |
2757 | 2024-12-21T04:47:43.604Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2758 | 2024-12-21T04:47:43.926Z | Checking tokio-tungstenite v0.23.1 |
2759 | 2024-12-21T04:47:44.279Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2760 | 2024-12-21T04:47:44.650Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2761 | 2024-12-21T04:47:44.860Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2762 | 2024-12-21T04:47:51.271Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2763 | 2024-12-21T04:47:52.553Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2764 | 2024-12-21T04:47:55.789Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2765 | 2024-12-21T04:48:01.552Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2766 | 2024-12-21T04:48:02.250Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2767 | 2024-12-21T04:48:05.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.21s |
2768 | 2024-12-21T04:48:05.298Z | |
2769 | 2024-12-21T04:48:05.298Z | info: running `cargo check --bins` on gateway-api (89/176) |
2770 | 2024-12-21T04:48:05.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-12-21T04:48:05.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-12-21T04:48:05.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2024-12-21T04:48:05.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2774 | 2024-12-21T04:48:05.927Z | |
2775 | 2024-12-21T04:48:05.927Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2776 | 2024-12-21T04:48:06.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-12-21T04:48:06.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-12-21T04:48:06.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2024-12-21T04:48:06.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2780 | 2024-12-21T04:48:06.538Z | |
2781 | 2024-12-21T04:48:06.538Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2782 | 2024-12-21T04:48:07.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-12-21T04:48:07.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-12-21T04:48:07.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-12-21T04:48:07.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2786 | 2024-12-21T04:48:07.170Z | |
2787 | 2024-12-21T04:48:07.170Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2788 | 2024-12-21T04:48:07.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-12-21T04:48:07.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-12-21T04:48:07.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-12-21T04:48:07.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2792 | 2024-12-21T04:48:07.801Z | |
2793 | 2024-12-21T04:48:07.801Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2794 | 2024-12-21T04:48:08.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-12-21T04:48:08.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-12-21T04:48:08.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2024-12-21T04:48:08.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2798 | 2024-12-21T04:48:08.436Z | |
2799 | 2024-12-21T04:48:08.436Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2800 | 2024-12-21T04:48:08.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-12-21T04:48:08.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-12-21T04:48:08.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2024-12-21T04:48:09.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2804 | 2024-12-21T04:48:09.073Z | |
2805 | 2024-12-21T04:48:09.073Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2806 | 2024-12-21T04:48:09.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-12-21T04:48:09.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-12-21T04:48:09.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2024-12-21T04:48:09.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2810 | 2024-12-21T04:48:09.712Z | |
2811 | 2024-12-21T04:48:09.712Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2812 | 2024-12-21T04:48:10.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2024-12-21T04:48:10.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2024-12-21T04:48:10.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2024-12-21T04:48:10.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2816 | 2024-12-21T04:48:10.359Z | |
2817 | 2024-12-21T04:48:10.359Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2818 | 2024-12-21T04:48:10.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2024-12-21T04:48:10.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2024-12-21T04:48:10.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2024-12-21T04:48:10.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2822 | 2024-12-21T04:48:11.010Z | |
2823 | 2024-12-21T04:48:11.010Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2824 | 2024-12-21T04:48:11.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2024-12-21T04:48:11.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2024-12-21T04:48:11.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2024-12-21T04:48:11.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2828 | 2024-12-21T04:48:11.636Z | |
2829 | 2024-12-21T04:48:11.636Z | info: running `cargo check --bins` on sp-sim (99/176) |
2830 | 2024-12-21T04:48:12.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2024-12-21T04:48:12.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2024-12-21T04:48:12.272Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2833 | 2024-12-21T04:48:12.760Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2834 | 2024-12-21T04:48:14.621Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2835 | 2024-12-21T04:48:16.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
2836 | 2024-12-21T04:48:16.561Z | |
2837 | 2024-12-21T04:48:16.561Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2838 | 2024-12-21T04:48:17.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-12-21T04:48:17.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-12-21T04:48:17.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-12-21T04:48:17.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2842 | 2024-12-21T04:48:17.236Z | |
2843 | 2024-12-21T04:48:17.236Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2844 | 2024-12-21T04:48:17.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-12-21T04:48:17.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-12-21T04:48:17.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2847 | 2024-12-21T04:48:17.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2848 | 2024-12-21T04:48:17.927Z | |
2849 | 2024-12-21T04:48:17.927Z | info: running `cargo check --bins` on db-macros (102/176) |
2850 | 2024-12-21T04:48:18.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-12-21T04:48:18.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-12-21T04:48:18.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2024-12-21T04:48:18.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2854 | 2024-12-21T04:48:18.542Z | |
2855 | 2024-12-21T04:48:18.542Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2856 | 2024-12-21T04:48:19.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-12-21T04:48:19.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-12-21T04:48:19.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2024-12-21T04:48:19.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2860 | 2024-12-21T04:48:19.157Z | |
2861 | 2024-12-21T04:48:19.157Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2862 | 2024-12-21T04:48:19.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-12-21T04:48:19.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-12-21T04:48:19.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-12-21T04:48:19.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2866 | 2024-12-21T04:48:19.831Z | |
2867 | 2024-12-21T04:48:19.831Z | info: running `cargo check --bins` on authz-macros (105/176) |
2868 | 2024-12-21T04:48:20.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-12-21T04:48:20.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-12-21T04:48:20.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-12-21T04:48:20.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2872 | 2024-12-21T04:48:20.441Z | |
2873 | 2024-12-21T04:48:20.441Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2874 | 2024-12-21T04:48:21.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-12-21T04:48:21.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-12-21T04:48:21.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2024-12-21T04:48:21.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2878 | 2024-12-21T04:48:21.104Z | |
2879 | 2024-12-21T04:48:21.104Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2880 | 2024-12-21T04:48:21.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-12-21T04:48:21.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-12-21T04:48:21.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2024-12-21T04:48:21.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2884 | 2024-12-21T04:48:21.762Z | |
2885 | 2024-12-21T04:48:21.762Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2886 | 2024-12-21T04:48:22.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-12-21T04:48:22.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-12-21T04:48:22.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2024-12-21T04:48:22.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2890 | 2024-12-21T04:48:22.392Z | |
2891 | 2024-12-21T04:48:22.392Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2892 | 2024-12-21T04:48:22.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-12-21T04:48:22.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-12-21T04:48:22.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2024-12-21T04:48:22.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2896 | 2024-12-21T04:48:23.047Z | |
2897 | 2024-12-21T04:48:23.047Z | info: running `cargo check --bins` on typed-rng (110/176) |
2898 | 2024-12-21T04:48:23.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2024-12-21T04:48:23.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2024-12-21T04:48:23.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2901 | 2024-12-21T04:48:23.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2902 | 2024-12-21T04:48:23.662Z | |
2903 | 2024-12-21T04:48:23.662Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2904 | 2024-12-21T04:48:24.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2024-12-21T04:48:24.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2024-12-21T04:48:24.406Z | Checking keccak v0.1.5 |
2907 | 2024-12-21T04:48:24.517Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2908 | 2024-12-21T04:48:24.519Z | Checking secrecy v0.8.0 |
2909 | 2024-12-21T04:48:24.519Z | Compiling unicase v2.7.0 |
2910 | 2024-12-21T04:48:24.548Z | Compiling same-file v1.0.6 |
2911 | 2024-12-21T04:48:24.551Z | Compiling tempfile v3.13.0 |
2912 | 2024-12-21T04:48:24.578Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2913 | 2024-12-21T04:48:24.578Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2914 | 2024-12-21T04:48:24.712Z | Compiling walkdir v2.5.0 |
2915 | 2024-12-21T04:48:24.784Z | Checking sha3 v0.10.8 |
2916 | 2024-12-21T04:48:24.820Z | Compiling thiserror-impl-no-std v2.0.2 |
2917 | 2024-12-21T04:48:24.882Z | Checking universal-hash v0.5.1 |
2918 | 2024-12-21T04:48:24.900Z | Compiling ring v0.16.20 |
2919 | 2024-12-21T04:48:24.987Z | Compiling blake3 v1.5.4 |
2920 | 2024-12-21T04:48:25.063Z | Checking opaque-debug v0.3.1 |
2921 | 2024-12-21T04:48:25.132Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2922 | 2024-12-21T04:48:25.154Z | Checking poly1305 v0.8.0 |
2923 | 2024-12-21T04:48:25.182Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2924 | 2024-12-21T04:48:25.434Z | Checking chacha20 v0.9.1 |
2925 | 2024-12-21T04:48:25.471Z | Checking aead v0.5.2 |
2926 | 2024-12-21T04:48:25.489Z | Compiling memmap2 v0.9.5 |
2927 | 2024-12-21T04:48:25.638Z | Compiling arrayref v0.3.9 |
2928 | 2024-12-21T04:48:25.694Z | Compiling spin v0.5.2 |
2929 | 2024-12-21T04:48:25.747Z | Compiling salty v0.3.0 |
2930 | 2024-12-21T04:48:25.788Z | Compiling arrayvec v0.7.6 |
2931 | 2024-12-21T04:48:25.923Z | Compiling constant_time_eq v0.3.1 |
2932 | 2024-12-21T04:48:25.956Z | Compiling libefi-sys v0.1.0 |
2933 | 2024-12-21T04:48:26.092Z | Checking chacha20poly1305 v0.10.1 |
2934 | 2024-12-21T04:48:26.185Z | Compiling toolchain_find v0.4.0 |
2935 | 2024-12-21T04:48:26.253Z | Compiling camino-tempfile v1.1.1 |
2936 | 2024-12-21T04:48:26.282Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2937 | 2024-12-21T04:48:26.609Z | Compiling bitfield-struct v0.6.2 |
2938 | 2024-12-21T04:48:26.664Z | Compiling topological-sort v0.2.2 |
2939 | 2024-12-21T04:48:26.846Z | Compiling mime_guess v2.0.5 |
2940 | 2024-12-21T04:48:26.900Z | Compiling rustfmt-wrapper v0.2.1 |
2941 | 2024-12-21T04:48:27.475Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2942 | 2024-12-21T04:48:27.569Z | Checking primeorder v0.13.6 |
2943 | 2024-12-21T04:48:27.766Z | Checking env_filter v0.1.2 |
2944 | 2024-12-21T04:48:27.855Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2945 | 2024-12-21T04:48:27.891Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2946 | 2024-12-21T04:48:27.982Z | Checking env_logger v0.11.5 |
2947 | 2024-12-21T04:48:27.998Z | Checking thiserror-no-std v2.0.2 |
2948 | 2024-12-21T04:48:28.013Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2949 | 2024-12-21T04:48:28.036Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2950 | 2024-12-21T04:48:28.054Z | Checking p384 v0.13.0 |
2951 | 2024-12-21T04:48:28.094Z | Checking vsss-rs v3.3.4 |
2952 | 2024-12-21T04:48:28.285Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2953 | 2024-12-21T04:48:28.536Z | Checking bumpalo v3.16.0 |
2954 | 2024-12-21T04:48:28.597Z | Checking simd-adler32 v0.3.7 |
2955 | 2024-12-21T04:48:28.601Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2956 | 2024-12-21T04:48:28.667Z | Checking http-range v0.1.5 |
2957 | 2024-12-21T04:48:29.218Z | Checking lockfree-object-pool v0.1.6 |
2958 | 2024-12-21T04:48:29.236Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2959 | 2024-12-21T04:48:29.236Z | Compiling zip v2.1.3 |
2960 | 2024-12-21T04:48:29.237Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2961 | 2024-12-21T04:48:29.237Z | Checking zopfli v0.8.1 |
2962 | 2024-12-21T04:48:29.237Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2963 | 2024-12-21T04:48:29.273Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2964 | 2024-12-21T04:48:29.481Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2965 | 2024-12-21T04:48:29.829Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2966 | 2024-12-21T04:48:29.848Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2967 | 2024-12-21T04:48:29.932Z | Checking nanorand v0.7.0 |
2968 | 2024-12-21T04:48:30.263Z | Checking atty v0.2.14 |
2969 | 2024-12-21T04:48:30.280Z | Checking glob v0.3.1 |
2970 | 2024-12-21T04:48:30.320Z | Checking flume v0.11.1 |
2971 | 2024-12-21T04:48:30.395Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2972 | 2024-12-21T04:48:30.474Z | Compiling omicron-zone-package v0.11.1 |
2973 | 2024-12-21T04:48:30.585Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2974 | 2024-12-21T04:48:30.811Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2975 | 2024-12-21T04:48:30.960Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2976 | 2024-12-21T04:48:31.743Z | Checking hyper-staticfile v0.10.1 |
2977 | 2024-12-21T04:48:31.803Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2978 | 2024-12-21T04:48:32.283Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2979 | 2024-12-21T04:48:32.699Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2980 | 2024-12-21T04:48:32.718Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2981 | 2024-12-21T04:48:32.858Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2982 | 2024-12-21T04:48:33.229Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2983 | 2024-12-21T04:48:33.805Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2984 | 2024-12-21T04:48:33.967Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2985 | 2024-12-21T04:48:33.970Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2986 | 2024-12-21T04:48:34.005Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2987 | 2024-12-21T04:48:35.462Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2988 | 2024-12-21T04:48:37.112Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2989 | 2024-12-21T04:48:37.159Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2990 | 2024-12-21T04:48:47.642Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2991 | 2024-12-21T04:49:01.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.26s |
2992 | 2024-12-21T04:49:02.107Z | |
2993 | 2024-12-21T04:49:02.107Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
2994 | 2024-12-21T04:49:02.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2995 | 2024-12-21T04:49:02.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2996 | 2024-12-21T04:49:02.838Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2997 | 2024-12-21T04:49:16.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.53s |
2998 | 2024-12-21T04:49:16.837Z | |
2999 | 2024-12-21T04:49:16.837Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3000 | 2024-12-21T04:49:17.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3001 | 2024-12-21T04:49:17.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3002 | 2024-12-21T04:49:17.579Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3003 | 2024-12-21T04:49:31.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.57s |
3004 | 2024-12-21T04:49:31.614Z | |
3005 | 2024-12-21T04:49:31.614Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3006 | 2024-12-21T04:49:32.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2024-12-21T04:49:32.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2024-12-21T04:49:32.348Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3009 | 2024-12-21T04:49:45.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s |
3010 | 2024-12-21T04:49:46.153Z | |
3011 | 2024-12-21T04:49:46.153Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3012 | 2024-12-21T04:49:46.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-12-21T04:49:46.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-12-21T04:49:46.890Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3015 | 2024-12-21T04:50:00.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s |
3016 | 2024-12-21T04:50:00.794Z | |
3017 | 2024-12-21T04:50:00.794Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3018 | 2024-12-21T04:50:01.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2024-12-21T04:50:01.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2024-12-21T04:50:01.535Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3021 | 2024-12-21T04:50:15.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.71s |
3022 | 2024-12-21T04:50:15.707Z | |
3023 | 2024-12-21T04:50:15.707Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3024 | 2024-12-21T04:50:16.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2024-12-21T04:50:16.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2024-12-21T04:50:16.446Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3027 | 2024-12-21T04:50:30.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s |
3028 | 2024-12-21T04:50:30.524Z | |
3029 | 2024-12-21T04:50:30.524Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3030 | 2024-12-21T04:50:31.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2024-12-21T04:50:31.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2024-12-21T04:50:31.268Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3033 | 2024-12-21T04:50:45.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s |
3034 | 2024-12-21T04:50:45.214Z | |
3035 | 2024-12-21T04:50:45.214Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3036 | 2024-12-21T04:50:45.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2024-12-21T04:50:45.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2024-12-21T04:50:45.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2024-12-21T04:50:45.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3040 | 2024-12-21T04:50:45.887Z | |
3041 | 2024-12-21T04:50:45.887Z | info: running `cargo check --bins` on key-manager (120/176) |
3042 | 2024-12-21T04:50:46.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2024-12-21T04:50:46.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2024-12-21T04:50:46.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2024-12-21T04:50:46.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3046 | 2024-12-21T04:50:46.524Z | |
3047 | 2024-12-21T04:50:46.524Z | info: running `cargo check --bins` on range-requests (121/176) |
3048 | 2024-12-21T04:50:47.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2024-12-21T04:50:47.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2024-12-21T04:50:47.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2024-12-21T04:50:47.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3052 | 2024-12-21T04:50:47.153Z | |
3053 | 2024-12-21T04:50:47.153Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3054 | 2024-12-21T04:50:47.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2024-12-21T04:50:47.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2024-12-21T04:50:47.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2024-12-21T04:50:47.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3058 | 2024-12-21T04:50:47.793Z | |
3059 | 2024-12-21T04:50:47.793Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3060 | 2024-12-21T04:50:48.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2024-12-21T04:50:48.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2024-12-21T04:50:48.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2024-12-21T04:50:48.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3064 | 2024-12-21T04:50:48.458Z | |
3065 | 2024-12-21T04:50:48.458Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3066 | 2024-12-21T04:50:49.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-12-21T04:50:49.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-12-21T04:50:49.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2024-12-21T04:50:49.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3070 | 2024-12-21T04:50:49.079Z | |
3071 | 2024-12-21T04:50:49.079Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3072 | 2024-12-21T04:50:49.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2024-12-21T04:50:49.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2024-12-21T04:50:49.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2024-12-21T04:50:49.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3076 | 2024-12-21T04:50:49.721Z | |
3077 | 2024-12-21T04:50:49.721Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3078 | 2024-12-21T04:50:50.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-12-21T04:50:50.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-12-21T04:50:50.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2024-12-21T04:50:50.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3082 | 2024-12-21T04:50:50.371Z | |
3083 | 2024-12-21T04:50:50.371Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3084 | 2024-12-21T04:50:50.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2024-12-21T04:50:50.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2024-12-21T04:50:50.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3087 | 2024-12-21T04:50:50.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3088 | 2024-12-21T04:50:51.018Z | |
3089 | 2024-12-21T04:50:51.018Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/176) |
3090 | 2024-12-21T04:50:51.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-12-21T04:50:51.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-12-21T04:50:51.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3093 | 2024-12-21T04:50:51.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3094 | 2024-12-21T04:50:51.674Z | |
3095 | 2024-12-21T04:50:51.674Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176) |
3096 | 2024-12-21T04:50:52.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2024-12-21T04:50:52.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2024-12-21T04:50:52.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3099 | 2024-12-21T04:50:52.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3100 | 2024-12-21T04:50:52.327Z | |
3101 | 2024-12-21T04:50:52.327Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3102 | 2024-12-21T04:50:52.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2024-12-21T04:50:52.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2024-12-21T04:50:52.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3105 | 2024-12-21T04:50:52.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3106 | 2024-12-21T04:50:52.995Z | |
3107 | 2024-12-21T04:50:52.996Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3108 | 2024-12-21T04:50:53.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2024-12-21T04:50:53.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2024-12-21T04:50:53.685Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3111 | 2024-12-21T04:50:53.685Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3112 | 2024-12-21T04:50:54.569Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3113 | 2024-12-21T04:50:56.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
3114 | 2024-12-21T04:50:56.784Z | |
3115 | 2024-12-21T04:50:56.784Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3116 | 2024-12-21T04:50:57.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3117 | 2024-12-21T04:50:57.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3118 | 2024-12-21T04:50:57.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3119 | 2024-12-21T04:50:57.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3120 | 2024-12-21T04:50:57.434Z | |
3121 | 2024-12-21T04:50:57.434Z | info: running `cargo check --bins` on cert-dev (133/176) |
3122 | 2024-12-21T04:50:57.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3123 | 2024-12-21T04:50:57.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3124 | 2024-12-21T04:50:58.051Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3125 | 2024-12-21T04:50:58.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3126 | 2024-12-21T04:50:58.486Z | |
3127 | 2024-12-21T04:50:58.486Z | info: running `cargo check --bins` on clickana (134/176) |
3128 | 2024-12-21T04:50:59.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3129 | 2024-12-21T04:50:59.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3130 | 2024-12-21T04:50:59.133Z | Checking castaway v0.2.3 |
3131 | 2024-12-21T04:50:59.136Z | Checking unicode-truncate v1.1.0 |
3132 | 2024-12-21T04:50:59.136Z | Checking lru v0.12.5 |
3133 | 2024-12-21T04:50:59.136Z | Compiling instability v0.3.2 |
3134 | 2024-12-21T04:50:59.136Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3135 | 2024-12-21T04:50:59.136Z | Checking cassowary v0.3.0 |
3136 | 2024-12-21T04:50:59.357Z | Checking compact_str v0.8.0 |
3137 | 2024-12-21T04:50:59.977Z | Checking ratatui v0.28.1 |
3138 | 2024-12-21T04:51:00.884Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3139 | 2024-12-21T04:51:01.906Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3140 | 2024-12-21T04:51:02.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
3141 | 2024-12-21T04:51:02.918Z | |
3142 | 2024-12-21T04:51:02.919Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3143 | 2024-12-21T04:51:03.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2024-12-21T04:51:03.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2024-12-21T04:51:03.595Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3146 | 2024-12-21T04:51:03.595Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3147 | 2024-12-21T04:51:04.651Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3148 | 2024-12-21T04:51:05.136Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3149 | 2024-12-21T04:51:05.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
3150 | 2024-12-21T04:51:05.707Z | |
3151 | 2024-12-21T04:51:05.707Z | info: running `cargo check --bins` on ch-dev (136/176) |
3152 | 2024-12-21T04:51:06.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2024-12-21T04:51:06.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2024-12-21T04:51:06.365Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3155 | 2024-12-21T04:51:07.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3156 | 2024-12-21T04:51:07.264Z | |
3157 | 2024-12-21T04:51:07.264Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3158 | 2024-12-21T04:51:07.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2024-12-21T04:51:07.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2024-12-21T04:51:07.923Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3161 | 2024-12-21T04:51:08.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3162 | 2024-12-21T04:51:08.468Z | |
3163 | 2024-12-21T04:51:08.468Z | info: running `cargo check --bins` on db-dev (138/176) |
3164 | 2024-12-21T04:51:09.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3165 | 2024-12-21T04:51:09.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3166 | 2024-12-21T04:51:09.137Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3167 | 2024-12-21T04:51:09.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3168 | 2024-12-21T04:51:10.051Z | |
3169 | 2024-12-21T04:51:10.051Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3170 | 2024-12-21T04:51:10.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3171 | 2024-12-21T04:51:10.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3172 | 2024-12-21T04:51:10.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3173 | 2024-12-21T04:51:10.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3174 | 2024-12-21T04:51:10.690Z | |
3175 | 2024-12-21T04:51:10.690Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3176 | 2024-12-21T04:51:11.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3177 | 2024-12-21T04:51:11.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3178 | 2024-12-21T04:51:11.306Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3179 | 2024-12-21T04:51:12.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
3180 | 2024-12-21T04:51:12.360Z | |
3181 | 2024-12-21T04:51:12.360Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3182 | 2024-12-21T04:51:12.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3183 | 2024-12-21T04:51:12.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3184 | 2024-12-21T04:51:12.979Z | Checking cargo-platform v0.1.8 |
3185 | 2024-12-21T04:51:13.248Z | Checking cargo_metadata v0.18.1 |
3186 | 2024-12-21T04:51:14.225Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3187 | 2024-12-21T04:51:15.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s |
3188 | 2024-12-21T04:51:15.233Z | |
3189 | 2024-12-21T04:51:15.233Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3190 | 2024-12-21T04:51:15.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2024-12-21T04:51:15.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2024-12-21T04:51:15.951Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3193 | 2024-12-21T04:51:17.480Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3194 | 2024-12-21T04:51:18.110Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3195 | 2024-12-21T04:51:18.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
3196 | 2024-12-21T04:51:18.879Z | |
3197 | 2024-12-21T04:51:18.879Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3198 | 2024-12-21T04:51:19.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3199 | 2024-12-21T04:51:19.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3200 | 2024-12-21T04:51:19.668Z | Compiling crunchy v0.2.2 |
3201 | 2024-12-21T04:51:19.670Z | Compiling tiny-keccak v2.0.2 |
3202 | 2024-12-21T04:51:19.670Z | Compiling dsl_auto_type v0.1.2 |
3203 | 2024-12-21T04:51:19.670Z | Checking scheduled-thread-pool v0.2.7 |
3204 | 2024-12-21T04:51:19.670Z | Compiling diesel_table_macro_syntax v0.2.0 |
3205 | 2024-12-21T04:51:19.814Z | Compiling ascii-canvas v3.0.0 |
3206 | 2024-12-21T04:51:19.826Z | Compiling ena v0.14.3 |
3207 | 2024-12-21T04:51:19.828Z | Compiling diff v0.1.13 |
3208 | 2024-12-21T04:51:20.025Z | Checking r2d2 v0.8.10 |
3209 | 2024-12-21T04:51:20.128Z | Compiling regex-syntax v0.6.29 |
3210 | 2024-12-21T04:51:20.190Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3211 | 2024-12-21T04:51:20.225Z | Compiling ref-cast v1.0.23 |
3212 | 2024-12-21T04:51:20.327Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3213 | 2024-12-21T04:51:20.379Z | Compiling derive_builder_core v0.20.2 |
3214 | 2024-12-21T04:51:20.411Z | Compiling libxml v0.3.3 |
3215 | 2024-12-21T04:51:20.513Z | Compiling ref-cast-impl v1.0.23 |
3216 | 2024-12-21T04:51:20.593Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3217 | 2024-12-21T04:51:20.822Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3218 | 2024-12-21T04:51:20.841Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3219 | 2024-12-21T04:51:20.978Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3220 | 2024-12-21T04:51:21.117Z | Compiling strum_macros v0.24.3 |
3221 | 2024-12-21T04:51:21.137Z | Compiling samael v0.0.17 |
3222 | 2024-12-21T04:51:21.397Z | Compiling indoc v1.0.9 |
3223 | 2024-12-21T04:51:21.416Z | Compiling diesel_derives v2.2.3 |
3224 | 2024-12-21T04:51:22.384Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3225 | 2024-12-21T04:51:22.682Z | Compiling oso-derive v0.27.3 |
3226 | 2024-12-21T04:51:22.876Z | Compiling derive_builder_macro v0.20.2 |
3227 | 2024-12-21T04:51:23.589Z | Compiling lalrpop v0.19.12 |
3228 | 2024-12-21T04:51:23.722Z | Compiling impl-trait-for-tuples v0.2.2 |
3229 | 2024-12-21T04:51:23.757Z | Checking derive_builder v0.20.2 |
3230 | 2024-12-21T04:51:23.910Z | Checking quick-xml v0.33.0 |
3231 | 2024-12-21T04:51:24.290Z | Compiling diesel-dtrace v0.4.2 |
3232 | 2024-12-21T04:51:24.577Z | Checking maplit v1.0.2 |
3233 | 2024-12-21T04:51:24.795Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3234 | 2024-12-21T04:51:24.816Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3235 | 2024-12-21T04:51:25.100Z | Checking bb8 v0.8.5 |
3236 | 2024-12-21T04:51:25.373Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3237 | 2024-12-21T04:51:25.604Z | Checking rand_seeder v0.3.0 |
3238 | 2024-12-21T04:51:25.679Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3239 | 2024-12-21T04:51:25.852Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3240 | 2024-12-21T04:51:26.008Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3241 | 2024-12-21T04:51:26.062Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3242 | 2024-12-21T04:51:26.324Z | Checking is_ci v1.2.0 |
3243 | 2024-12-21T04:51:26.454Z | Checking smawk v0.3.2 |
3244 | 2024-12-21T04:51:26.457Z | Checking unicode-linebreak v0.1.5 |
3245 | 2024-12-21T04:51:26.742Z | Checking supports-color v3.0.1 |
3246 | 2024-12-21T04:51:26.973Z | Checking textwrap v0.16.1 |
3247 | 2024-12-21T04:51:26.999Z | Checking multimap v0.10.0 |
3248 | 2024-12-21T04:51:27.704Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3249 | 2024-12-21T04:51:30.527Z | Checking diesel v2.2.6 |
3250 | 2024-12-21T04:51:56.605Z | Compiling polar-core v0.27.3 |
3251 | 2024-12-21T04:51:59.892Z | Checking async-bb8-diesel v0.2.1 |
3252 | 2024-12-21T04:52:04.050Z | Checking oso v0.27.3 |
3253 | 2024-12-21T04:53:10.913Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3254 | 2024-12-21T04:53:17.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s |
3255 | 2024-12-21T04:53:17.324Z | |
3256 | 2024-12-21T04:53:17.324Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3257 | 2024-12-21T04:53:17.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2024-12-21T04:53:17.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2024-12-21T04:53:17.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3260 | 2024-12-21T04:53:17.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3261 | 2024-12-21T04:53:18.025Z | |
3262 | 2024-12-21T04:53:18.026Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3263 | 2024-12-21T04:53:18.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2024-12-21T04:53:18.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2024-12-21T04:53:18.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3266 | 2024-12-21T04:53:18.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3267 | 2024-12-21T04:53:18.725Z | |
3268 | 2024-12-21T04:53:18.725Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3269 | 2024-12-21T04:53:19.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2024-12-21T04:53:19.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2024-12-21T04:53:19.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3272 | 2024-12-21T04:53:19.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3273 | 2024-12-21T04:53:19.350Z | |
3274 | 2024-12-21T04:53:19.350Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3275 | 2024-12-21T04:53:19.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2024-12-21T04:53:19.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2024-12-21T04:53:20.162Z | Compiling libz-sys v1.1.20 |
3278 | 2024-12-21T04:53:20.277Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3279 | 2024-12-21T04:53:20.290Z | Compiling vergen v8.3.2 |
3280 | 2024-12-21T04:53:20.294Z | Compiling cargo-platform v0.1.8 |
3281 | 2024-12-21T04:53:20.294Z | Compiling pin-project-internal v1.1.6 |
3282 | 2024-12-21T04:53:20.329Z | Compiling libsqlite3-sys v0.30.1 |
3283 | 2024-12-21T04:53:20.329Z | Compiling snafu-derive v0.8.5 |
3284 | 2024-12-21T04:53:20.332Z | Compiling buf-list v1.0.3 |
3285 | 2024-12-21T04:53:20.580Z | Compiling cargo_metadata v0.18.1 |
3286 | 2024-12-21T04:53:20.823Z | Compiling cfg_aliases v0.2.1 |
3287 | 2024-12-21T04:53:20.850Z | Compiling rustls v0.21.12 |
3288 | 2024-12-21T04:53:20.959Z | Compiling nix v0.29.0 |
3289 | 2024-12-21T04:53:21.142Z | Checking globset v0.4.15 |
3290 | 2024-12-21T04:53:21.186Z | Checking olpc-cjson v0.1.4 |
3291 | 2024-12-21T04:53:21.209Z | Checking rustls-webpki v0.101.7 |
3292 | 2024-12-21T04:53:21.404Z | Checking sct v0.7.1 |
3293 | 2024-12-21T04:53:21.609Z | Checking serde_plain v1.0.2 |
3294 | 2024-12-21T04:53:21.688Z | Checking typed-path v0.9.3 |
3295 | 2024-12-21T04:53:22.207Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3296 | 2024-12-21T04:53:22.259Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3297 | 2024-12-21T04:53:22.490Z | Checking hashlink v0.9.1 |
3298 | 2024-12-21T04:53:22.536Z | Checking parse-size v1.1.0 |
3299 | 2024-12-21T04:53:22.707Z | Checking fallible-iterator v0.3.0 |
3300 | 2024-12-21T04:53:23.149Z | Checking fallible-streaming-iterator v0.1.9 |
3301 | 2024-12-21T04:53:23.274Z | Checking pin-project v1.1.6 |
3302 | 2024-12-21T04:53:23.364Z | Checking rusqlite v0.32.1 |
3303 | 2024-12-21T04:53:23.449Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3304 | 2024-12-21T04:53:23.611Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3305 | 2024-12-21T04:53:23.894Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3306 | 2024-12-21T04:53:24.238Z | Checking rustls-pemfile v1.0.4 |
3307 | 2024-12-21T04:53:24.435Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3308 | 2024-12-21T04:53:24.514Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3309 | 2024-12-21T04:53:24.555Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3310 | 2024-12-21T04:53:24.591Z | Checking twox-hash v1.6.3 |
3311 | 2024-12-21T04:53:24.691Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3312 | 2024-12-21T04:53:24.966Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3313 | 2024-12-21T04:53:25.034Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3314 | 2024-12-21T04:53:25.059Z | Checking tokio-rustls v0.24.1 |
3315 | 2024-12-21T04:53:25.431Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3316 | 2024-12-21T04:53:25.642Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3317 | 2024-12-21T04:53:25.703Z | Checking fatfs v0.3.6 |
3318 | 2024-12-21T04:53:25.740Z | Checking snafu v0.8.5 |
3319 | 2024-12-21T04:53:26.183Z | Checking tough v0.19.0 |
3320 | 2024-12-21T04:53:26.596Z | Checking assert_matches v1.5.0 |
3321 | 2024-12-21T04:53:30.374Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3322 | 2024-12-21T04:53:31.830Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3323 | 2024-12-21T04:53:32.977Z | Compiling git2 v0.19.0 |
3324 | 2024-12-21T04:53:37.645Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3325 | 2024-12-21T04:54:30.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3326 | 2024-12-21T04:54:31.059Z | |
3327 | 2024-12-21T04:54:31.059Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3328 | 2024-12-21T04:54:31.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3329 | 2024-12-21T04:54:31.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3330 | 2024-12-21T04:54:31.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3331 | 2024-12-21T04:54:31.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3332 | 2024-12-21T04:54:31.766Z | |
3333 | 2024-12-21T04:54:31.766Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3334 | 2024-12-21T04:54:32.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3335 | 2024-12-21T04:54:32.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3336 | 2024-12-21T04:54:32.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3337 | 2024-12-21T04:54:32.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3338 | 2024-12-21T04:54:32.376Z | |
3339 | 2024-12-21T04:54:32.376Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3340 | 2024-12-21T04:54:32.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3341 | 2024-12-21T04:54:32.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3342 | 2024-12-21T04:54:32.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3343 | 2024-12-21T04:54:32.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3344 | 2024-12-21T04:54:33.026Z | |
3345 | 2024-12-21T04:54:33.026Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3346 | 2024-12-21T04:54:33.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3347 | 2024-12-21T04:54:33.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3348 | 2024-12-21T04:54:33.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3349 | 2024-12-21T04:54:33.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3350 | 2024-12-21T04:54:33.705Z | |
3351 | 2024-12-21T04:54:33.705Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3352 | 2024-12-21T04:54:34.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3353 | 2024-12-21T04:54:34.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3354 | 2024-12-21T04:54:34.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3355 | 2024-12-21T04:54:34.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3356 | 2024-12-21T04:54:34.392Z | |
3357 | 2024-12-21T04:54:34.392Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3358 | 2024-12-21T04:54:34.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3359 | 2024-12-21T04:54:35.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3360 | 2024-12-21T04:54:35.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3361 | 2024-12-21T04:54:35.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3362 | 2024-12-21T04:54:35.138Z | |
3363 | 2024-12-21T04:54:35.139Z | info: running `cargo check --bins` on update-common (154/176) |
3364 | 2024-12-21T04:54:35.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3365 | 2024-12-21T04:54:35.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3366 | 2024-12-21T04:54:35.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3367 | 2024-12-21T04:54:35.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3368 | 2024-12-21T04:54:35.760Z | |
3369 | 2024-12-21T04:54:35.760Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3370 | 2024-12-21T04:54:36.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3371 | 2024-12-21T04:54:36.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3372 | 2024-12-21T04:54:36.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3373 | 2024-12-21T04:54:36.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3374 | 2024-12-21T04:54:36.431Z | |
3375 | 2024-12-21T04:54:36.431Z | info: running `cargo check --bins` on tufaceous (156/176) |
3376 | 2024-12-21T04:54:37.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-12-21T04:54:37.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-12-21T04:54:37.117Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3379 | 2024-12-21T04:54:41.620Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3380 | 2024-12-21T04:54:41.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s |
3381 | 2024-12-21T04:54:41.682Z | |
3382 | 2024-12-21T04:54:41.682Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3383 | 2024-12-21T04:54:41.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2024-12-21T04:54:41.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2024-12-21T04:54:41.682Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3386 | 2024-12-21T04:54:41.682Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3387 | 2024-12-21T04:54:41.682Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3388 | 2024-12-21T04:54:41.682Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3389 | 2024-12-21T04:54:41.682Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3390 | 2024-12-21T04:55:07.524Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3391 | 2024-12-21T04:55:07.524Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3392 | 2024-12-21T04:55:07.528Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3393 | 2024-12-21T04:55:07.528Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3394 | 2024-12-21T04:55:07.528Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3395 | 2024-12-21T04:55:08.349Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3396 | 2024-12-21T04:55:09.656Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3397 | 2024-12-21T04:55:47.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3398 | 2024-12-21T04:55:47.776Z | |
3399 | 2024-12-21T04:55:47.776Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3400 | 2024-12-21T04:55:48.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3401 | 2024-12-21T04:55:48.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3402 | 2024-12-21T04:55:48.490Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3403 | 2024-12-21T04:55:48.548Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3404 | 2024-12-21T04:55:48.548Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3405 | 2024-12-21T04:55:48.616Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3406 | 2024-12-21T04:55:48.619Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3407 | 2024-12-21T04:55:48.640Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3408 | 2024-12-21T04:55:48.661Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3409 | 2024-12-21T04:55:48.668Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3410 | 2024-12-21T04:55:48.778Z | Checking heck v0.4.1 |
3411 | 2024-12-21T04:55:48.887Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3412 | 2024-12-21T04:55:48.903Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3413 | 2024-12-21T04:55:48.986Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3414 | 2024-12-21T04:55:49.372Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3415 | 2024-12-21T04:55:49.389Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3416 | 2024-12-21T04:55:49.927Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3417 | 2024-12-21T04:55:50.079Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3418 | 2024-12-21T04:55:51.636Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3419 | 2024-12-21T04:55:51.822Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3420 | 2024-12-21T04:55:52.495Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3421 | 2024-12-21T04:55:52.580Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3422 | 2024-12-21T04:55:54.251Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3423 | 2024-12-21T04:55:54.270Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3424 | 2024-12-21T04:55:59.488Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3425 | 2024-12-21T04:55:59.549Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3426 | 2024-12-21T04:56:03.480Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3427 | 2024-12-21T04:56:03.483Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3428 | 2024-12-21T04:56:04.711Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3429 | 2024-12-21T04:56:05.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.04s |
3430 | 2024-12-21T04:56:06.092Z | |
3431 | 2024-12-21T04:56:06.092Z | info: running `cargo check --bins` on installinator-api (159/176) |
3432 | 2024-12-21T04:56:06.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3433 | 2024-12-21T04:56:06.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3434 | 2024-12-21T04:56:06.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3435 | 2024-12-21T04:56:06.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3436 | 2024-12-21T04:56:06.750Z | |
3437 | 2024-12-21T04:56:06.750Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3438 | 2024-12-21T04:56:07.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3439 | 2024-12-21T04:56:07.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3440 | 2024-12-21T04:56:07.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3441 | 2024-12-21T04:56:07.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3442 | 2024-12-21T04:56:07.351Z | |
3443 | 2024-12-21T04:56:07.351Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3444 | 2024-12-21T04:56:07.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3445 | 2024-12-21T04:56:07.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3446 | 2024-12-21T04:56:08.065Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3447 | 2024-12-21T04:56:08.065Z | Compiling petname v2.0.2 |
3448 | 2024-12-21T04:56:08.070Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3449 | 2024-12-21T04:56:08.070Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3450 | 2024-12-21T04:56:08.070Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3451 | 2024-12-21T04:56:08.070Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3452 | 2024-12-21T04:56:08.070Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3453 | 2024-12-21T04:56:08.190Z | Checking sync-ptr v0.1.1 |
3454 | 2024-12-21T04:56:13.736Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3455 | 2024-12-21T04:56:14.375Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3456 | 2024-12-21T04:56:15.573Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3457 | 2024-12-21T04:56:17.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.78s |
3458 | 2024-12-21T04:56:17.326Z | |
3459 | 2024-12-21T04:56:17.326Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3460 | 2024-12-21T04:56:17.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3461 | 2024-12-21T04:56:17.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3462 | 2024-12-21T04:56:17.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3463 | 2024-12-21T04:56:17.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3464 | 2024-12-21T04:56:17.984Z | |
3465 | 2024-12-21T04:56:17.984Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3466 | 2024-12-21T04:56:18.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3467 | 2024-12-21T04:56:18.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3468 | 2024-12-21T04:56:18.646Z | Checking memmap2 v0.9.5 |
3469 | 2024-12-21T04:56:18.646Z | Checking arrayref v0.3.9 |
3470 | 2024-12-21T04:56:18.651Z | Checking constant_time_eq v0.3.1 |
3471 | 2024-12-21T04:56:18.651Z | Checking spin v0.5.2 |
3472 | 2024-12-21T04:56:18.651Z | Checking arrayvec v0.7.6 |
3473 | 2024-12-21T04:56:18.651Z | Checking topological-sort v0.2.2 |
3474 | 2024-12-21T04:56:18.779Z | Checking shell-words v1.1.0 |
3475 | 2024-12-21T04:56:18.945Z | Checking ring v0.16.20 |
3476 | 2024-12-21T04:56:19.054Z | Checking blake3 v1.5.4 |
3477 | 2024-12-21T04:56:20.093Z | Checking omicron-zone-package v0.11.1 |
3478 | 2024-12-21T04:56:21.213Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3479 | 2024-12-21T04:56:22.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
3480 | 2024-12-21T04:56:22.298Z | |
3481 | 2024-12-21T04:56:22.298Z | info: running `cargo check --bins` on xtask (164/176) |
3482 | 2024-12-21T04:56:22.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3483 | 2024-12-21T04:56:22.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3484 | 2024-12-21T04:56:22.723Z | Checking bitflags v2.6.0 |
3485 | 2024-12-21T04:56:22.726Z | Checking serde v1.0.215 |
3486 | 2024-12-21T04:56:22.726Z | Checking thiserror v1.0.69 |
3487 | 2024-12-21T04:56:22.811Z | Checking scroll v0.12.0 |
3488 | 2024-12-21T04:56:22.822Z | Checking log v0.4.22 |
3489 | 2024-12-21T04:56:22.825Z | Checking hashbrown v0.15.1 |
3490 | 2024-12-21T04:56:22.825Z | Checking zerocopy v0.7.35 |
3491 | 2024-12-21T04:56:22.850Z | Checking syn v2.0.87 |
3492 | 2024-12-21T04:56:22.920Z | Checking pest v2.7.14 |
3493 | 2024-12-21T04:56:23.050Z | Checking rustix v0.38.37 |
3494 | 2024-12-21T04:56:23.066Z | Checking once_cell v1.20.2 |
3495 | 2024-12-21T04:56:23.279Z | Checking goblin v0.8.2 |
3496 | 2024-12-21T04:56:23.453Z | Checking fs-err v2.11.0 |
3497 | 2024-12-21T04:56:23.721Z | Checking tabled v0.15.0 |
3498 | 2024-12-21T04:56:23.881Z | Checking indexmap v2.6.0 |
3499 | 2024-12-21T04:56:24.257Z | Checking anyhow v1.0.93 |
3500 | 2024-12-21T04:56:25.016Z | Checking terminal_size v0.4.0 |
3501 | 2024-12-21T04:56:25.016Z | Checking tempfile v3.13.0 |
3502 | 2024-12-21T04:56:25.196Z | Checking clap_builder v4.5.21 |
3503 | 2024-12-21T04:56:25.335Z | Checking dtrace-parser v0.2.0 |
3504 | 2024-12-21T04:56:26.967Z | Checking serde_json v1.0.133 |
3505 | 2024-12-21T04:56:26.967Z | Checking toml_datetime v0.6.8 |
3506 | 2024-12-21T04:56:26.986Z | Checking serde_spanned v0.6.8 |
3507 | 2024-12-21T04:56:26.986Z | Checking camino v1.1.9 |
3508 | 2024-12-21T04:56:26.987Z | Checking cargo-platform v0.1.8 |
3509 | 2024-12-21T04:56:27.148Z | Checking semver v1.0.23 |
3510 | 2024-12-21T04:56:27.268Z | Checking toml_edit v0.22.22 |
3511 | 2024-12-21T04:56:27.283Z | Checking macaddr v1.0.1 |
3512 | 2024-12-21T04:56:27.564Z | Checking camino-tempfile v1.1.1 |
3513 | 2024-12-21T04:56:27.633Z | Checking clap v4.5.21 |
3514 | 2024-12-21T04:56:28.207Z | Checking dof v0.3.0 |
3515 | 2024-12-21T04:56:28.207Z | Checking cargo_metadata v0.18.1 |
3516 | 2024-12-21T04:56:28.613Z | Checking usdt-impl v0.5.0 |
3517 | 2024-12-21T04:56:28.978Z | Checking usdt v0.5.0 |
3518 | 2024-12-21T04:56:29.129Z | Checking toml v0.8.19 |
3519 | 2024-12-21T04:56:29.583Z | Checking cargo_toml v0.20.5 |
3520 | 2024-12-21T04:56:30.771Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3521 | 2024-12-21T04:56:31.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s |
3522 | 2024-12-21T04:56:31.472Z | |
3523 | 2024-12-21T04:56:31.472Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3524 | 2024-12-21T04:56:32.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2024-12-21T04:56:32.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2024-12-21T04:56:32.234Z | Checking polyval v0.6.2 |
3527 | 2024-12-21T04:56:32.347Z | Checking ctr v0.9.2 |
3528 | 2024-12-21T04:56:32.361Z | Checking ssh-encoding v0.2.0 |
3529 | 2024-12-21T04:56:32.367Z | Checking blowfish v0.9.1 |
3530 | 2024-12-21T04:56:32.384Z | Checking password-hash v0.4.2 |
3531 | 2024-12-21T04:56:32.388Z | Checking matches v0.1.10 |
3532 | 2024-12-21T04:56:32.426Z | Checking p521 v0.13.3 |
3533 | 2024-12-21T04:56:32.426Z | Checking p256 v0.13.2 |
3534 | 2024-12-21T04:56:32.497Z | Checking idna v0.2.3 |
3535 | 2024-12-21T04:56:32.574Z | Checking ghash v0.5.1 |
3536 | 2024-12-21T04:56:32.593Z | Compiling enum-as-inner v0.5.1 |
3537 | 2024-12-21T04:56:32.635Z | Checking bcrypt-pbkdf v0.10.0 |
3538 | 2024-12-21T04:56:32.654Z | Checking russh-cryptovec v0.7.3 |
3539 | 2024-12-21T04:56:32.720Z | Checking aes-gcm v0.10.3 |
3540 | 2024-12-21T04:56:32.784Z | Checking pbkdf2 v0.11.0 |
3541 | 2024-12-21T04:56:32.846Z | Checking md5 v0.7.0 |
3542 | 2024-12-21T04:56:32.883Z | Checking num-bigint v0.4.6 |
3543 | 2024-12-21T04:56:32.916Z | Checking des v0.8.1 |
3544 | 2024-12-21T04:56:32.980Z | Checking ssh-cipher v0.2.0 |
3545 | 2024-12-21T04:56:33.068Z | Compiling dhcproto-macros v0.1.0 |
3546 | 2024-12-21T04:56:33.150Z | Checking hex-literal v0.4.1 |
3547 | 2024-12-21T04:56:33.181Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3548 | 2024-12-21T04:56:33.277Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3549 | 2024-12-21T04:56:33.302Z | Checking ssh-key v0.6.6 |
3550 | 2024-12-21T04:56:33.368Z | Checking internet-checksum v0.2.1 |
3551 | 2024-12-21T04:56:33.770Z | Checking trust-dns-proto v0.22.0 |
3552 | 2024-12-21T04:56:34.642Z | Checking russh-keys v0.45.0 |
3553 | 2024-12-21T04:56:35.476Z | Checking russh v0.45.0 |
3554 | 2024-12-21T04:56:36.205Z | Checking dhcproto v0.12.0 |
3555 | 2024-12-21T04:56:53.773Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3556 | 2024-12-21T04:56:54.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.41s |
3557 | 2024-12-21T04:56:55.095Z | |
3558 | 2024-12-21T04:56:55.095Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3559 | 2024-12-21T04:56:55.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2024-12-21T04:56:55.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2024-12-21T04:56:55.745Z | Checking termios v0.3.3 |
3562 | 2024-12-21T04:56:55.963Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3563 | 2024-12-21T04:56:56.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3564 | 2024-12-21T04:56:56.936Z | |
3565 | 2024-12-21T04:56:56.936Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3566 | 2024-12-21T04:56:57.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3567 | 2024-12-21T04:56:57.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3568 | 2024-12-21T04:56:57.643Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3569 | 2024-12-21T04:56:57.643Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3570 | 2024-12-21T04:56:57.650Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3571 | 2024-12-21T04:56:57.650Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3572 | 2024-12-21T04:56:58.708Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3573 | 2024-12-21T04:57:00.049Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3574 | 2024-12-21T04:57:01.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s |
3575 | 2024-12-21T04:57:02.120Z | |
3576 | 2024-12-21T04:57:02.120Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3577 | 2024-12-21T04:57:02.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3578 | 2024-12-21T04:57:02.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3579 | 2024-12-21T04:57:02.765Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3580 | 2024-12-21T04:57:03.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3581 | 2024-12-21T04:57:03.420Z | |
3582 | 2024-12-21T04:57:03.421Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3583 | 2024-12-21T04:57:03.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3584 | 2024-12-21T04:57:03.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3585 | 2024-12-21T04:57:03.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3586 | 2024-12-21T04:57:03.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3587 | 2024-12-21T04:57:04.035Z | |
3588 | 2024-12-21T04:57:04.035Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3589 | 2024-12-21T04:57:04.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3590 | 2024-12-21T04:57:04.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3591 | 2024-12-21T04:57:04.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3592 | 2024-12-21T04:57:04.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3593 | 2024-12-21T04:57:04.653Z | |
3594 | 2024-12-21T04:57:04.653Z | info: running `cargo check --bins` on omicron-package (171/176) |
3595 | 2024-12-21T04:57:05.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3596 | 2024-12-21T04:57:05.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3597 | 2024-12-21T04:57:05.323Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3598 | 2024-12-21T04:57:06.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
3599 | 2024-12-21T04:57:06.876Z | |
3600 | 2024-12-21T04:57:06.876Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3601 | 2024-12-21T04:57:07.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3602 | 2024-12-21T04:57:07.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3603 | 2024-12-21T04:57:07.586Z | Checking rtoolbox v0.0.2 |
3604 | 2024-12-21T04:57:07.589Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3605 | 2024-12-21T04:57:07.589Z | Checking tui-tree-widget v0.22.0 |
3606 | 2024-12-21T04:57:07.810Z | Checking rpassword v7.3.1 |
3607 | 2024-12-21T04:57:11.934Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3608 | 2024-12-21T04:57:14.958Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3609 | 2024-12-21T04:57:16.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s |
3610 | 2024-12-21T04:57:16.399Z | |
3611 | 2024-12-21T04:57:16.399Z | info: running `cargo check --bins` on wicket (173/176) |
3612 | 2024-12-21T04:57:16.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3613 | 2024-12-21T04:57:16.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3614 | 2024-12-21T04:57:17.096Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3615 | 2024-12-21T04:57:17.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3616 | 2024-12-21T04:57:17.770Z | |
3617 | 2024-12-21T04:57:17.771Z | info: running `cargo check --bins` on wicketd (174/176) |
3618 | 2024-12-21T04:57:18.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3619 | 2024-12-21T04:57:18.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3620 | 2024-12-21T04:57:18.506Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3621 | 2024-12-21T04:57:18.506Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3622 | 2024-12-21T04:57:19.348Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3623 | 2024-12-21T04:57:23.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s |
3624 | 2024-12-21T04:57:23.427Z | |
3625 | 2024-12-21T04:57:23.427Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3626 | 2024-12-21T04:57:23.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3627 | 2024-12-21T04:57:23.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3628 | 2024-12-21T04:57:23.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3629 | 2024-12-21T04:57:23.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3630 | 2024-12-21T04:57:24.043Z | |
3631 | 2024-12-21T04:57:24.043Z | info: running `cargo check --bins` on zone-setup (176/176) |
3632 | 2024-12-21T04:57:24.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3633 | 2024-12-21T04:57:24.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3634 | 2024-12-21T04:57:24.777Z | Checking uzers v0.12.1 |
3635 | 2024-12-21T04:57:25.131Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3636 | 2024-12-21T04:57:26.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s |
3637 | 2024-12-21T04:57:26.531Z | |
3638 | 2024-12-21T04:57:26.531Z | real 13:38.834277778 |
3639 | 2024-12-21T04:57:26.531Z | user 25:39.026720387 |
3640 | 2024-12-21T04:57:26.532Z | sys 5:46.174962496 |
3641 | 2024-12-21T04:57:26.532Z | trap 0.503956793 |
3642 | 2024-12-21T04:57:26.532Z | tflt 2.378519051 |
3643 | 2024-12-21T04:57:26.534Z | dflt 3.096371257 |
3644 | 2024-12-21T04:57:26.534Z | kflt 0.000910138 |
3645 | 2024-12-21T04:57:26.550Z | lock 48:29.247115691 |
3646 | 2024-12-21T04:57:26.551Z | slp 2:13:58.666125855 |
3647 | 2024-12-21T04:57:26.551Z | lat 1:03.730350980 |
3648 | 2024-12-21T04:57:26.551Z | stop 3:25.686199785 |
3649 | 2024-12-21T04:57:26.551Z | process exited: duration 1098320 ms, exit code 0 |
|
3650 | 2024-12-21T04:57:26.565Z | found 0 output files |