|
|
|
1 | 2025-01-08T14:34:00.277Z | job assigned to worker 01JH35AQNE5P9TEPB6YYJHSRCG [factory aws, i-0080d890504f9911e] (queued for 59 s) |
|
2 | 2025-01-08T14:34:07.585Z | starting task 0: "setup" |
3 | 2025-01-08T14:34:07.594Z | ++ uname -s |
4 | 2025-01-08T14:34:07.597Z | + kern=SunOS |
5 | 2025-01-08T14:34:07.597Z | + case "$kern" in |
6 | 2025-01-08T14:34:07.597Z | + groupadd -g 12345 build |
7 | 2025-01-08T14:34:07.600Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T14:34:09.607Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T14:34:09.724Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T14:34:09.727Z | + home_fs=zfs |
11 | 2025-01-08T14:34:09.727Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T14:34:09.727Z | + mkdir -p /home/build |
13 | 2025-01-08T14:34:09.729Z | + chown build:build /home/build /work |
14 | 2025-01-08T14:34:11.730Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T14:34:11.733Z | process exited: duration 4150 ms, exit code 0 |
|
16 | 2025-01-08T14:34:11.738Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T14:34:11.744Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T14:34:11.744Z | * toolchain channel = "1.81.0" |
19 | 2025-01-08T14:34:11.744Z | ' 1.81.0 |
20 | 2025-01-08T14:34:11.744Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-08T14:34:11.744Z | ' default |
22 | 2025-01-08T14:34:11.744Z | * toolchain profile = "default" |
23 | 2025-01-08T14:34:11.747Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T14:34:11.747Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-08T14:34:11.867Z | info: downloading installer |
26 | 2025-01-08T14:34:13.028Z | info: profile set to 'default' |
27 | 2025-01-08T14:34:13.028Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T14:34:13.030Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-08T14:34:13.178Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-08T14:34:13.178Z | info: downloading component 'cargo' |
31 | 2025-01-08T14:34:14.036Z | info: downloading component 'clippy' |
32 | 2025-01-08T14:34:14.355Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T14:34:15.546Z | info: downloading component 'rust-std' |
34 | 2025-01-08T14:34:17.397Z | info: downloading component 'rustc' |
35 | 2025-01-08T14:34:24.049Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T14:34:24.298Z | info: installing component 'cargo' |
37 | 2025-01-08T14:34:25.091Z | info: installing component 'clippy' |
38 | 2025-01-08T14:34:25.450Z | info: installing component 'rust-docs' |
39 | 2025-01-08T14:34:27.041Z | info: installing component 'rust-std' |
40 | 2025-01-08T14:34:28.769Z | info: installing component 'rustc' |
41 | 2025-01-08T14:34:34.370Z | info: installing component 'rustfmt' |
42 | 2025-01-08T14:34:34.687Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-08T14:34:34.688Z | |
44 | 2025-01-08T14:34:35.052Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-08T14:34:35.052Z | |
46 | 2025-01-08T14:34:35.055Z | |
47 | 2025-01-08T14:34:35.055Z | Rust is installed now. Great! |
48 | 2025-01-08T14:34:35.055Z | |
49 | 2025-01-08T14:34:35.055Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T14:34:35.055Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T14:34:35.055Z | |
52 | 2025-01-08T14:34:35.055Z | To configure your current shell, you need to source |
53 | 2025-01-08T14:34:35.055Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T14:34:35.055Z | |
55 | 2025-01-08T14:34:35.055Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T14:34:35.056Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T14:34:35.056Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T14:34:35.128Z | + rustc --version |
59 | 2025-01-08T14:34:35.193Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-08T14:34:35.195Z | process exited: duration 23456 ms, exit code 0 |
|
61 | 2025-01-08T14:34:35.201Z | starting task 2: "authentication" |
62 | 2025-01-08T14:34:35.223Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-08T14:34:35.229Z | starting task 3: "clone repository" |
64 | 2025-01-08T14:34:35.233Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-08T14:34:35.236Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-08T14:34:35.287Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-08T14:34:42.078Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-08T14:34:42.078Z | + git fetch origin 170ba7b287772751ab120fc5b4c54ea3de10527d |
69 | 2025-01-08T14:34:42.366Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-08T14:34:42.366Z | * branch 170ba7b287772751ab120fc5b4c54ea3de10527d -> FETCH_HEAD |
71 | 2025-01-08T14:34:42.376Z | + [[ -n spr/papertigers/sled-diagnostics-add-pfiles-output ]] |
72 | 2025-01-08T14:34:42.379Z | ++ git branch --show-current |
73 | 2025-01-08T14:34:42.381Z | + current=main |
74 | 2025-01-08T14:34:42.381Z | + [[ main != spr/papertigers/sled-diagnostics-add-pfiles-output ]] |
75 | 2025-01-08T14:34:42.381Z | + git branch -f spr/papertigers/sled-diagnostics-add-pfiles-output 170ba7b287772751ab120fc5b4c54ea3de10527d |
76 | 2025-01-08T14:34:42.384Z | + git checkout -f spr/papertigers/sled-diagnostics-add-pfiles-output |
77 | 2025-01-08T14:34:42.402Z | Switched to branch 'spr/papertigers/sled-diagnostics-add-pfiles-output' |
78 | 2025-01-08T14:34:42.404Z | + git reset --hard 170ba7b287772751ab120fc5b4c54ea3de10527d |
79 | 2025-01-08T14:34:42.422Z | HEAD is now at 170ba7b28 rebase |
80 | 2025-01-08T14:34:42.425Z | process exited: duration 7194 ms, exit code 0 |
|
81 | 2025-01-08T14:34:42.432Z | starting task 4: "build" |
82 | 2025-01-08T14:34:42.436Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-08T14:34:42.436Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-08T14:34:42.436Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-08T14:34:42.436Z | + cargo --version |
86 | 2025-01-08T14:34:42.493Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-08T14:34:42.496Z | + rustc --version |
88 | 2025-01-08T14:34:42.555Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-08T14:34:42.557Z | + source ./env.sh |
90 | 2025-01-08T14:34:42.557Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-08T14:34:42.557Z | ++ set -o xtrace |
92 | 2025-01-08T14:34:42.560Z | ++++ dirname ./env.sh |
93 | 2025-01-08T14:34:42.564Z | +++ readlink -f . |
94 | 2025-01-08T14:34:42.568Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-08T14:34:42.568Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-08T14:34:42.568Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-08T14:34:42.568Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2025-01-08T14:34:42.568Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2025-01-08T14:34:42.568Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2025-01-08T14:34:42.568Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2025-01-08T14:34:42.568Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2025-01-08T14:34:42.568Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2025-01-08T14:34:42.568Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-08T14:34:42.568Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-08T14:34:42.568Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2025-01-08T14:34:42.568Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2025-01-08T14:34:42.568Z | + banner prerequisites |
108 | 2025-01-08T14:34:42.571Z | |
109 | 2025-01-08T14:34:42.571Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-08T14:34:42.571Z | # # # # # # # # # # # # # # # |
111 | 2025-01-08T14:34:42.571Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-08T14:34:42.571Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-08T14:34:42.571Z | # # # # # # # # # # # # # # # |
114 | 2025-01-08T14:34:42.571Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-08T14:34:42.571Z | |
116 | 2025-01-08T14:34:42.571Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-08T14:34:49.112Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2025-01-08T14:34:53.021Z | Startup: Caching catalogs ... Done |
119 | 2025-01-08T14:35:04.259Z | Planning: Solver setup ... Done (10.261s) |
120 | 2025-01-08T14:35:04.400Z | Planning: Running solver ... Done (0.140s) |
121 | 2025-01-08T14:35:04.510Z | Planning: Finding local manifests ... Done (0.005s) |
122 | 2025-01-08T14:35:04.523Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2025-01-08T14:35:05.148Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2025-01-08T14:35:05.420Z | Planning: Package planning ... Done (0.271s) |
125 | 2025-01-08T14:35:05.478Z | Planning: Merging actions ... Done (0.057s) |
126 | 2025-01-08T14:35:05.674Z | Planning: Checking for conflicting actions ... Done (0.196s) |
127 | 2025-01-08T14:35:07.944Z | Planning: Consolidating action changes ... Done (2.270s) |
128 | 2025-01-08T14:35:08.399Z | Planning: Evaluating mediators ... Done (0.455s) |
129 | 2025-01-08T14:35:08.477Z | Planning: Planning completed in 15.36 seconds |
130 | 2025-01-08T14:35:08.494Z | Packages to install: 4 |
131 | 2025-01-08T14:35:08.494Z | Packages to update: 1 |
132 | 2025-01-08T14:35:08.497Z | Mediators to change: 2 |
133 | 2025-01-08T14:35:08.497Z | Services to change: 1 |
134 | 2025-01-08T14:35:08.497Z | Estimated space available: 155.63 GB |
135 | 2025-01-08T14:35:08.497Z | Estimated space to be consumed: 1.62 GB |
136 | 2025-01-08T14:35:08.497Z | Create boot environment: No |
137 | 2025-01-08T14:35:08.497Z | Create backup boot environment: Yes |
138 | 2025-01-08T14:35:08.497Z | Rebuild boot archive: No |
139 | 2025-01-08T14:35:08.497Z | |
140 | 2025-01-08T14:35:08.497Z | Changed mediators: |
141 | 2025-01-08T14:35:08.497Z | mediator clang: |
142 | 2025-01-08T14:35:08.497Z | version: None -> 15 (system default) |
143 | 2025-01-08T14:35:08.497Z | |
144 | 2025-01-08T14:35:08.497Z | mediator llvm: |
145 | 2025-01-08T14:35:08.497Z | version: 14 (system default) -> 15 (system default) |
146 | 2025-01-08T14:35:08.497Z | |
147 | 2025-01-08T14:35:08.497Z | Changed packages: |
148 | 2025-01-08T14:35:08.497Z | helios-dev |
149 | 2025-01-08T14:35:08.497Z | developer/build-essential |
150 | 2025-01-08T14:35:08.497Z | None -> 11-2.0 |
151 | 2025-01-08T14:35:08.497Z | library/libxmlsec1 |
152 | 2025-01-08T14:35:08.497Z | None -> 1.2.35-2.0 |
153 | 2025-01-08T14:35:08.497Z | ooce/developer/clang-15 |
154 | 2025-01-08T14:35:08.497Z | None -> 15.0.7-2.0 |
155 | 2025-01-08T14:35:08.497Z | ooce/developer/llvm-15 |
156 | 2025-01-08T14:35:08.497Z | None -> 15.0.7-2.0 |
157 | 2025-01-08T14:35:08.497Z | package/pkg |
158 | 2025-01-08T14:35:08.497Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2025-01-08T14:35:08.497Z | |
160 | 2025-01-08T14:35:08.497Z | Services: |
161 | 2025-01-08T14:35:08.497Z | restart_fmri: |
162 | 2025-01-08T14:35:08.497Z | svc:/system/update-man-index:default |
163 | 2025-01-08T14:35:08.497Z | |
164 | 2025-01-08T14:35:08.497Z | Editable files to change: |
165 | 2025-01-08T14:35:08.497Z | Update: |
166 | 2025-01-08T14:35:08.497Z | usr/share/lib/pkg/web/config.shtml |
167 | 2025-01-08T14:35:08.584Z | |
168 | 2025-01-08T14:35:08.584Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2025-01-08T14:35:13.584Z | Download: 1526/4281 items 117.5/220.6MB 53% complete (23.9M/s) |
170 | 2025-01-08T14:35:18.584Z | Download: 3104/4281 items 129.5/220.6MB 58% complete (12.9M/s) |
171 | 2025-01-08T14:35:23.588Z | Download: 3518/4281 items 213.6/220.6MB 96% complete (9.6M/s) |
172 | 2025-01-08T14:35:27.851Z | Download: Completed 220.60 MB in 19.27 seconds (11.4M/s) |
173 | 2025-01-08T14:35:29.847Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2025-01-08T14:35:29.870Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2025-01-08T14:35:34.571Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2025-01-08T14:35:34.903Z | Actions: Completed 5063 actions in 5.06 seconds. |
177 | 2025-01-08T14:35:35.326Z | Done (0.415s) |
178 | 2025-01-08T14:35:35.330Z | Done (0.000s) |
179 | 2025-01-08T14:35:35.910Z | Done (0.582s) |
180 | 2025-01-08T14:35:40.346Z | Done (4.207s) |
181 | 2025-01-08T14:35:40.433Z | Done (0.019s) |
182 | 2025-01-08T14:35:40.436Z | Done (0.000s) |
183 | 2025-01-08T14:35:40.600Z | Done (0.000s) |
184 | 2025-01-08T14:35:41.295Z | Planning: Evaluating mediator changes ... Done |
185 | 2025-01-08T14:35:41.459Z | Planning: Checking for conflicting actions ... Done |
186 | 2025-01-08T14:35:41.461Z | Planning: Consolidating action changes ... Done |
187 | 2025-01-08T14:35:41.728Z | Planning: Evaluating mediators ... Done |
188 | 2025-01-08T14:35:41.731Z | Planning: Planning completed in 0.43 seconds |
189 | 2025-01-08T14:35:41.770Z | Mediators to change: 2 |
190 | 2025-01-08T14:35:41.770Z | Create boot environment: No |
191 | 2025-01-08T14:35:41.773Z | Create backup boot environment: No |
192 | 2025-01-08T14:35:41.850Z | Done |
193 | 2025-01-08T14:35:41.850Z | Done |
194 | 2025-01-08T14:35:42.213Z | Done |
195 | 2025-01-08T14:35:45.795Z | Done |
196 | 2025-01-08T14:35:45.891Z | Done |
197 | 2025-01-08T14:35:45.893Z | Done |
198 | 2025-01-08T14:35:46.029Z | Done |
199 | 2025-01-08T14:35:46.638Z | Planning: Evaluating mediator changes ... Done |
200 | 2025-01-08T14:35:46.641Z | Planning: Merging actions ... Done |
201 | 2025-01-08T14:35:46.828Z | Planning: Checking for conflicting actions ... Done |
202 | 2025-01-08T14:35:46.830Z | Planning: Consolidating action changes ... Done |
203 | 2025-01-08T14:35:47.095Z | Planning: Evaluating mediators ... Done |
204 | 2025-01-08T14:35:47.149Z | Planning: Planning completed in 0.75 seconds |
205 | 2025-01-08T14:35:47.191Z | Packages to change: 1 |
206 | 2025-01-08T14:35:47.191Z | Mediators to change: 1 |
207 | 2025-01-08T14:35:47.193Z | Services to change: 1 |
208 | 2025-01-08T14:35:47.193Z | Create boot environment: No |
209 | 2025-01-08T14:35:47.193Z | Create backup boot environment: Yes |
210 | 2025-01-08T14:35:49.381Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2025-01-08T14:35:49.384Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2025-01-08T14:35:49.384Z | Done |
213 | 2025-01-08T14:35:49.384Z | Done |
214 | 2025-01-08T14:35:49.500Z | Done |
215 | 2025-01-08T14:35:53.192Z | Done |
216 | 2025-01-08T14:35:53.270Z | Done |
217 | 2025-01-08T14:35:53.270Z | Done |
218 | 2025-01-08T14:35:53.430Z | Done |
219 | 2025-01-08T14:35:53.885Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2025-01-08T14:35:53.885Z | clang system 15 system |
221 | 2025-01-08T14:35:53.885Z | csh system system illumos |
222 | 2025-01-08T14:35:53.885Z | ctags system system illumos |
223 | 2025-01-08T14:35:53.885Z | gcc vendor 12 vendor |
224 | 2025-01-08T14:35:53.885Z | gcc system 10 system |
225 | 2025-01-08T14:35:53.886Z | gcc system 7 system |
226 | 2025-01-08T14:35:53.886Z | go system 1.20 system |
227 | 2025-01-08T14:35:53.886Z | go system 1.19 system |
228 | 2025-01-08T14:35:53.886Z | llvm system 15 system |
229 | 2025-01-08T14:35:53.886Z | llvm system 14 system |
230 | 2025-01-08T14:35:53.886Z | mariadb system 10.6 system |
231 | 2025-01-08T14:35:53.886Z | mta vendor vendor dma |
232 | 2025-01-08T14:35:53.886Z | openjdk system 17 system |
233 | 2025-01-08T14:35:53.886Z | openjdk system 11 system |
234 | 2025-01-08T14:35:53.887Z | openjdk system 1.8 system |
235 | 2025-01-08T14:35:53.887Z | openssl vendor 3 vendor |
236 | 2025-01-08T14:35:53.887Z | perl system 5.36 system |
237 | 2025-01-08T14:35:53.887Z | postgresql system 15 system |
238 | 2025-01-08T14:35:53.887Z | postgresql system 13 system |
239 | 2025-01-08T14:35:53.887Z | python vendor 3 vendor |
240 | 2025-01-08T14:35:53.887Z | python system 2 system |
241 | 2025-01-08T14:35:53.887Z | python3 system 3.11 system |
242 | 2025-01-08T14:35:53.887Z | ruby system 3.0 system |
243 | 2025-01-08T14:35:53.887Z | words vendor vendor american-english |
244 | 2025-01-08T14:35:53.887Z | words system system australian-english |
245 | 2025-01-08T14:35:53.887Z | words system system british-english |
246 | 2025-01-08T14:35:53.887Z | words system system canadian-english |
247 | 2025-01-08T14:35:53.887Z | words system system french |
248 | 2025-01-08T14:35:53.887Z | words system system italian |
249 | 2025-01-08T14:35:53.887Z | words system system ngerman |
250 | 2025-01-08T14:35:53.888Z | words system system ogerman |
251 | 2025-01-08T14:35:53.888Z | words system system spanish |
252 | 2025-01-08T14:35:54.219Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2025-01-08T14:35:54.219Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2025-01-08T14:35:56.892Z | FMRI IFO |
255 | 2025-01-08T14:35:56.892Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2025-01-08T14:35:56.892Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2025-01-08T14:35:56.893Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2025-01-08T14:35:56.893Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2025-01-08T14:35:56.893Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2025-01-08T14:35:56.893Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2025-01-08T14:35:56.893Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2025-01-08T14:35:56.893Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2025-01-08T14:35:56.894Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2025-01-08T14:35:56.894Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
265 | 2025-01-08T14:35:56.894Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2025-01-08T14:35:56.894Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2025-01-08T14:35:56.894Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
268 | 2025-01-08T14:35:56.894Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2025-01-08T14:35:56.894Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2025-01-08T14:35:57.656Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2025-01-08T14:35:57.977Z | Updating crates.io index |
272 | 2025-01-08T14:35:58.064Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
273 | 2025-01-08T14:35:58.380Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2025-01-08T14:35:58.916Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2025-01-08T14:35:59.224Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2025-01-08T14:35:59.512Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2025-01-08T14:35:59.831Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2025-01-08T14:36:00.805Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2025-01-08T14:36:02.405Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2025-01-08T14:36:03.044Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2025-01-08T14:36:03.936Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2025-01-08T14:36:04.293Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2025-01-08T14:36:04.703Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2025-01-08T14:36:05.448Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2025-01-08T14:36:05.760Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2025-01-08T14:36:06.072Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2025-01-08T14:36:06.478Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2025-01-08T14:36:06.842Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2025-01-08T14:36:07.100Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2025-01-08T14:36:07.400Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2025-01-08T14:36:07.729Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2025-01-08T14:36:08.234Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2025-01-08T14:36:08.510Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2025-01-08T14:36:09.094Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2025-01-08T14:36:09.557Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2025-01-08T14:36:09.967Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2025-01-08T14:36:10.490Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
298 | 2025-01-08T14:36:10.783Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2025-01-08T14:36:11.108Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2025-01-08T14:36:11.379Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2025-01-08T14:36:12.785Z | Downloading crates ... |
302 | 2025-01-08T14:36:12.866Z | Downloaded autocfg v1.4.0 |
303 | 2025-01-08T14:36:12.869Z | Downloaded anstyle v1.0.10 |
304 | 2025-01-08T14:36:12.874Z | Downloaded block-buffer v0.10.4 |
305 | 2025-01-08T14:36:12.876Z | Downloaded anstyle-query v1.1.1 |
306 | 2025-01-08T14:36:12.879Z | Downloaded anstream v0.6.15 |
307 | 2025-01-08T14:36:12.882Z | Downloaded bitflags v2.6.0 |
308 | 2025-01-08T14:36:12.886Z | Downloaded bytecount v0.6.8 |
309 | 2025-01-08T14:36:12.888Z | Downloaded byteorder v1.5.0 |
310 | 2025-01-08T14:36:12.890Z | Downloaded camino v1.1.9 |
311 | 2025-01-08T14:36:12.890Z | Downloaded anstyle-parse v0.2.5 |
312 | 2025-01-08T14:36:12.893Z | Downloaded anyhow v1.0.93 |
313 | 2025-01-08T14:36:12.918Z | Downloaded cfg-if v1.0.0 |
314 | 2025-01-08T14:36:12.921Z | Downloaded crypto-common v0.1.6 |
315 | 2025-01-08T14:36:12.921Z | Downloaded digest v0.10.7 |
316 | 2025-01-08T14:36:12.923Z | Downloaded cargo_metadata v0.18.1 |
317 | 2025-01-08T14:36:12.925Z | Downloaded colorchoice v1.0.2 |
318 | 2025-01-08T14:36:12.925Z | Downloaded cargo-platform v0.1.8 |
319 | 2025-01-08T14:36:12.928Z | Downloaded camino-tempfile v1.1.1 |
320 | 2025-01-08T14:36:12.937Z | Downloaded equivalent v1.0.1 |
321 | 2025-01-08T14:36:12.946Z | Downloaded dtrace-parser v0.2.0 |
322 | 2025-01-08T14:36:12.948Z | Downloaded scroll_derive v0.12.0 |
323 | 2025-01-08T14:36:12.948Z | Downloaded swrite v0.1.0 |
324 | 2025-01-08T14:36:12.956Z | Downloaded is_terminal_polyfill v1.70.1 |
325 | 2025-01-08T14:36:12.958Z | Downloaded heck v0.4.1 |
326 | 2025-01-08T14:36:12.958Z | Downloaded generic-array v0.14.7 |
327 | 2025-01-08T14:36:12.961Z | Downloaded cpufeatures v0.2.14 |
328 | 2025-01-08T14:36:12.961Z | Downloaded clap_lex v0.7.2 |
329 | 2025-01-08T14:36:12.963Z | Downloaded heck v0.5.0 |
330 | 2025-01-08T14:36:12.966Z | Downloaded fastrand v2.1.1 |
331 | 2025-01-08T14:36:12.966Z | Downloaded itoa v1.0.11 |
332 | 2025-01-08T14:36:12.968Z | Downloaded fnv v1.0.7 |
333 | 2025-01-08T14:36:12.968Z | Downloaded errno v0.3.9 |
334 | 2025-01-08T14:36:12.971Z | Downloaded macaddr v1.0.1 |
335 | 2025-01-08T14:36:12.973Z | Downloaded dof v0.3.0 |
336 | 2025-01-08T14:36:12.983Z | Downloaded pretty-hex v0.4.1 |
337 | 2025-01-08T14:36:12.990Z | Downloaded usdt-attr-macro v0.5.0 |
338 | 2025-01-08T14:36:12.992Z | Downloaded usdt-macro v0.5.0 |
339 | 2025-01-08T14:36:12.998Z | Downloaded serde_spanned v0.6.8 |
340 | 2025-01-08T14:36:13.001Z | Downloaded smawk v0.3.2 |
341 | 2025-01-08T14:36:13.004Z | Downloaded proc-macro-error-attr v1.0.4 |
342 | 2025-01-08T14:36:13.004Z | Downloaded clap_derive v4.5.18 |
343 | 2025-01-08T14:36:13.006Z | Downloaded strsim v0.11.1 |
344 | 2025-01-08T14:36:13.009Z | Downloaded pest_generator v2.7.14 |
345 | 2025-01-08T14:36:13.015Z | Downloaded scroll v0.12.0 |
346 | 2025-01-08T14:36:13.018Z | Downloaded quote v1.0.37 |
347 | 2025-01-08T14:36:13.020Z | Downloaded thiserror v1.0.69 |
348 | 2025-01-08T14:36:13.023Z | Downloaded semver v1.0.23 |
349 | 2025-01-08T14:36:13.025Z | Downloaded thiserror-impl v1.0.69 |
350 | 2025-01-08T14:36:13.028Z | Downloaded memmap v0.7.0 |
351 | 2025-01-08T14:36:13.028Z | Downloaded toml_datetime v0.6.8 |
352 | 2025-01-08T14:36:13.031Z | Downloaded pest_derive v2.7.14 |
353 | 2025-01-08T14:36:13.031Z | Downloaded fs-err v2.11.0 |
354 | 2025-01-08T14:36:13.034Z | Downloaded cargo_toml v0.20.5 |
355 | 2025-01-08T14:36:13.036Z | Downloaded usdt v0.5.0 |
356 | 2025-01-08T14:36:13.044Z | Downloaded terminal_size v0.4.0 |
357 | 2025-01-08T14:36:13.044Z | Downloaded unicode-linebreak v0.1.5 |
358 | 2025-01-08T14:36:13.044Z | Downloaded thread-id v4.2.2 |
359 | 2025-01-08T14:36:13.045Z | Downloaded tabled_derive v0.7.0 |
360 | 2025-01-08T14:36:13.045Z | Downloaded utf8parse v0.2.2 |
361 | 2025-01-08T14:36:13.045Z | Downloaded version_check v0.9.5 |
362 | 2025-01-08T14:36:13.050Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2025-01-08T14:36:13.053Z | Downloaded log v0.4.22 |
364 | 2025-01-08T14:36:13.058Z | Downloaded clap v4.5.21 |
365 | 2025-01-08T14:36:13.066Z | Downloaded tempfile v3.13.0 |
366 | 2025-01-08T14:36:13.068Z | Downloaded sha2 v0.10.8 |
367 | 2025-01-08T14:36:13.071Z | Downloaded ryu v1.0.18 |
368 | 2025-01-08T14:36:13.073Z | Downloaded zerocopy-derive v0.7.35 |
369 | 2025-01-08T14:36:13.077Z | Downloaded usdt-impl v0.5.0 |
370 | 2025-01-08T14:36:13.079Z | Downloaded proc-macro-error v1.0.4 |
371 | 2025-01-08T14:36:13.081Z | Downloaded once_cell v1.20.2 |
372 | 2025-01-08T14:36:13.084Z | Downloaded clap_builder v4.5.21 |
373 | 2025-01-08T14:36:13.089Z | Downloaded plain v0.2.3 |
374 | 2025-01-08T14:36:13.091Z | Downloaded pest_meta v2.7.14 |
375 | 2025-01-08T14:36:13.096Z | Downloaded unicode-ident v1.0.13 |
376 | 2025-01-08T14:36:13.099Z | Downloaded typenum v1.17.0 |
377 | 2025-01-08T14:36:13.102Z | Downloaded toml v0.8.19 |
378 | 2025-01-08T14:36:13.105Z | Downloaded proc-macro2 v1.0.89 |
379 | 2025-01-08T14:36:13.107Z | Downloaded textwrap v0.16.1 |
380 | 2025-01-08T14:36:13.109Z | Downloaded indexmap v2.6.0 |
381 | 2025-01-08T14:36:13.112Z | Downloaded serde_derive v1.0.215 |
382 | 2025-01-08T14:36:13.116Z | Downloaded papergrid v0.11.0 |
383 | 2025-01-08T14:36:13.121Z | Downloaded serde v1.0.215 |
384 | 2025-01-08T14:36:13.125Z | Downloaded memchr v2.7.4 |
385 | 2025-01-08T14:36:13.131Z | Downloaded ucd-trie v0.1.7 |
386 | 2025-01-08T14:36:13.151Z | Downloaded toml_edit v0.22.22 |
387 | 2025-01-08T14:36:13.170Z | Downloaded pest v2.7.14 |
388 | 2025-01-08T14:36:13.175Z | Downloaded hashbrown v0.15.1 |
389 | 2025-01-08T14:36:13.180Z | Downloaded serde_json v1.0.133 |
390 | 2025-01-08T14:36:13.198Z | Downloaded zerocopy v0.7.35 |
391 | 2025-01-08T14:36:13.211Z | Downloaded winnow v0.6.20 |
392 | 2025-01-08T14:36:13.219Z | Downloaded goblin v0.8.2 |
393 | 2025-01-08T14:36:13.224Z | Downloaded tabled v0.15.0 |
394 | 2025-01-08T14:36:13.238Z | Downloaded syn v1.0.109 |
395 | 2025-01-08T14:36:13.247Z | Downloaded unicode-width v0.1.14 |
396 | 2025-01-08T14:36:13.252Z | Downloaded syn v2.0.87 |
397 | 2025-01-08T14:36:13.272Z | Downloaded rustix v0.38.37 |
398 | 2025-01-08T14:36:13.319Z | Downloaded libc v0.2.162 |
399 | 2025-01-08T14:36:13.638Z | Compiling proc-macro2 v1.0.89 |
400 | 2025-01-08T14:36:13.638Z | Compiling unicode-ident v1.0.13 |
401 | 2025-01-08T14:36:13.640Z | Compiling serde v1.0.215 |
402 | 2025-01-08T14:36:13.641Z | Compiling version_check v0.9.5 |
403 | 2025-01-08T14:36:13.641Z | Compiling memchr v2.7.4 |
404 | 2025-01-08T14:36:13.641Z | Compiling thiserror v1.0.69 |
405 | 2025-01-08T14:36:13.641Z | Compiling libc v0.2.162 |
406 | 2025-01-08T14:36:13.675Z | Compiling ucd-trie v0.1.7 |
407 | 2025-01-08T14:36:13.925Z | Compiling ryu v1.0.18 |
408 | 2025-01-08T14:36:14.292Z | Compiling itoa v1.0.11 |
409 | 2025-01-08T14:36:14.396Z | Compiling once_cell v1.20.2 |
410 | 2025-01-08T14:36:14.493Z | Compiling byteorder v1.5.0 |
411 | 2025-01-08T14:36:14.519Z | Compiling rustix v0.38.37 |
412 | 2025-01-08T14:36:14.810Z | Compiling serde_json v1.0.133 |
413 | 2025-01-08T14:36:14.939Z | Compiling bitflags v2.6.0 |
414 | 2025-01-08T14:36:15.174Z | Compiling usdt-impl v0.5.0 |
415 | 2025-01-08T14:36:15.400Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2025-01-08T14:36:15.432Z | Compiling syn v1.0.109 |
417 | 2025-01-08T14:36:15.456Z | Compiling quote v1.0.37 |
418 | 2025-01-08T14:36:15.505Z | Compiling proc-macro-error v1.0.4 |
419 | 2025-01-08T14:36:15.688Z | Compiling hashbrown v0.15.1 |
420 | 2025-01-08T14:36:15.739Z | Compiling camino v1.1.9 |
421 | 2025-01-08T14:36:15.783Z | Compiling plain v0.2.3 |
422 | 2025-01-08T14:36:15.960Z | Compiling syn v2.0.87 |
423 | 2025-01-08T14:36:16.041Z | Compiling errno v0.3.9 |
424 | 2025-01-08T14:36:16.141Z | Compiling utf8parse v0.2.2 |
425 | 2025-01-08T14:36:16.176Z | Compiling log v0.4.22 |
426 | 2025-01-08T14:36:16.299Z | Compiling thread-id v4.2.2 |
427 | 2025-01-08T14:36:16.349Z | Compiling equivalent v1.0.1 |
428 | 2025-01-08T14:36:16.426Z | Compiling anstyle-parse v0.2.5 |
429 | 2025-01-08T14:36:16.639Z | Compiling semver v1.0.23 |
430 | 2025-01-08T14:36:16.757Z | Compiling winnow v0.6.20 |
431 | 2025-01-08T14:36:16.869Z | Compiling autocfg v1.4.0 |
432 | 2025-01-08T14:36:16.976Z | Compiling indexmap v2.6.0 |
433 | 2025-01-08T14:36:17.142Z | Compiling pretty-hex v0.4.1 |
434 | 2025-01-08T14:36:17.179Z | Compiling unicode-width v0.1.14 |
435 | 2025-01-08T14:36:17.364Z | Compiling colorchoice v1.0.2 |
436 | 2025-01-08T14:36:17.535Z | Compiling is_terminal_polyfill v1.70.1 |
437 | 2025-01-08T14:36:17.671Z | Compiling anstyle v1.0.10 |
438 | 2025-01-08T14:36:17.730Z | Compiling anstyle-query v1.1.1 |
439 | 2025-01-08T14:36:17.998Z | Compiling fs-err v2.11.0 |
440 | 2025-01-08T14:36:18.126Z | Compiling anstream v0.6.15 |
441 | 2025-01-08T14:36:18.288Z | Compiling anyhow v1.0.93 |
442 | 2025-01-08T14:36:18.288Z | Compiling fastrand v2.1.1 |
443 | 2025-01-08T14:36:18.412Z | Compiling terminal_size v0.4.0 |
444 | 2025-01-08T14:36:18.634Z | Compiling heck v0.5.0 |
445 | 2025-01-08T14:36:18.920Z | Compiling clap_lex v0.7.2 |
446 | 2025-01-08T14:36:18.957Z | Compiling strsim v0.11.1 |
447 | 2025-01-08T14:36:18.969Z | Compiling fnv v1.0.7 |
448 | 2025-01-08T14:36:19.165Z | Compiling heck v0.4.1 |
449 | 2025-01-08T14:36:19.217Z | Compiling cfg-if v1.0.0 |
450 | 2025-01-08T14:36:19.511Z | Compiling bytecount v0.6.8 |
451 | 2025-01-08T14:36:19.583Z | Compiling tempfile v3.13.0 |
452 | 2025-01-08T14:36:19.675Z | Compiling papergrid v0.11.0 |
453 | 2025-01-08T14:36:19.711Z | Compiling clap_builder v4.5.21 |
454 | 2025-01-08T14:36:20.168Z | Compiling memmap v0.7.0 |
455 | 2025-01-08T14:36:20.226Z | Compiling smawk v0.3.2 |
456 | 2025-01-08T14:36:20.433Z | Compiling unicode-linebreak v0.1.5 |
457 | 2025-01-08T14:36:20.665Z | Compiling swrite v0.1.0 |
458 | 2025-01-08T14:36:20.916Z | Compiling textwrap v0.16.1 |
459 | 2025-01-08T14:36:22.034Z | Compiling tabled_derive v0.7.0 |
460 | 2025-01-08T14:36:23.613Z | Compiling tabled v0.15.0 |
461 | 2025-01-08T14:36:24.916Z | Compiling serde_derive v1.0.215 |
462 | 2025-01-08T14:36:24.920Z | Compiling thiserror-impl v1.0.69 |
463 | 2025-01-08T14:36:24.920Z | Compiling zerocopy-derive v0.7.35 |
464 | 2025-01-08T14:36:25.044Z | Compiling scroll_derive v0.12.0 |
465 | 2025-01-08T14:36:25.094Z | Compiling clap_derive v4.5.18 |
466 | 2025-01-08T14:36:26.336Z | Compiling scroll v0.12.0 |
467 | 2025-01-08T14:36:26.879Z | Compiling goblin v0.8.2 |
468 | 2025-01-08T14:36:26.976Z | Compiling zerocopy v0.7.35 |
469 | 2025-01-08T14:36:27.700Z | Compiling pest v2.7.14 |
470 | 2025-01-08T14:36:28.792Z | Compiling clap v4.5.21 |
471 | 2025-01-08T14:36:29.909Z | Compiling pest_meta v2.7.14 |
472 | 2025-01-08T14:36:30.770Z | Compiling pest_generator v2.7.14 |
473 | 2025-01-08T14:36:32.440Z | Compiling pest_derive v2.7.14 |
474 | 2025-01-08T14:36:33.183Z | Compiling dtrace-parser v0.2.0 |
475 | 2025-01-08T14:36:35.024Z | Compiling serde_spanned v0.6.8 |
476 | 2025-01-08T14:36:35.024Z | Compiling toml_datetime v0.6.8 |
477 | 2025-01-08T14:36:35.027Z | Compiling cargo-platform v0.1.8 |
478 | 2025-01-08T14:36:35.403Z | Compiling serde_tokenstream v0.2.2 |
479 | 2025-01-08T14:36:35.489Z | Compiling toml_edit v0.22.22 |
480 | 2025-01-08T14:36:35.596Z | Compiling macaddr v1.0.1 |
481 | 2025-01-08T14:36:35.742Z | Compiling camino-tempfile v1.1.1 |
482 | 2025-01-08T14:36:36.511Z | Compiling dof v0.3.0 |
483 | 2025-01-08T14:36:36.511Z | Compiling cargo_metadata v0.18.1 |
484 | 2025-01-08T14:36:38.201Z | Compiling toml v0.8.19 |
485 | 2025-01-08T14:36:38.563Z | Compiling usdt-macro v0.5.0 |
486 | 2025-01-08T14:36:38.788Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2025-01-08T14:36:39.132Z | Compiling cargo_toml v0.20.5 |
488 | 2025-01-08T14:36:40.052Z | Compiling usdt v0.5.0 |
489 | 2025-01-08T14:36:42.643Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2025-01-08T14:36:46.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.33s |
491 | 2025-01-08T14:36:47.014Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2025-01-08T14:36:47.535Z | Downloading crates ... |
493 | 2025-01-08T14:36:47.676Z | Downloaded http-body v1.0.1 |
494 | 2025-01-08T14:36:47.684Z | Downloaded icu_provider_macros v1.5.0 |
495 | 2025-01-08T14:36:47.684Z | Downloaded humantime v2.1.0 |
496 | 2025-01-08T14:36:47.684Z | Downloaded hubpack_derive v0.1.1 |
497 | 2025-01-08T14:36:47.688Z | Downloaded linear-map v1.2.0 |
498 | 2025-01-08T14:36:47.694Z | Downloaded adler2 v2.0.0 |
499 | 2025-01-08T14:36:47.698Z | Downloaded md5 v0.7.0 |
500 | 2025-01-08T14:36:47.698Z | Downloaded ident_case v1.0.1 |
501 | 2025-01-08T14:36:47.698Z | Downloaded addr2line v0.24.2 |
502 | 2025-01-08T14:36:47.702Z | Downloaded ahash v0.8.11 |
503 | 2025-01-08T14:36:47.706Z | Downloaded matches v0.1.10 |
504 | 2025-01-08T14:36:47.711Z | Downloaded aead v0.5.2 |
505 | 2025-01-08T14:36:47.711Z | Downloaded aes v0.8.4 |
506 | 2025-01-08T14:36:47.714Z | Downloaded allocator-api2 v0.2.18 |
507 | 2025-01-08T14:36:47.719Z | Downloaded is_ci v1.2.0 |
508 | 2025-01-08T14:36:47.723Z | Downloaded headers-core v0.3.0 |
509 | 2025-01-08T14:36:47.726Z | Downloaded match_cfg v0.1.0 |
510 | 2025-01-08T14:36:47.729Z | Downloaded lalrpop-util v0.19.12 |
511 | 2025-01-08T14:36:47.732Z | Downloaded keccak v0.1.5 |
512 | 2025-01-08T14:36:47.735Z | Downloaded lru v0.12.5 |
513 | 2025-01-08T14:36:47.737Z | Downloaded arrayvec v0.7.6 |
514 | 2025-01-08T14:36:47.740Z | Downloaded instant v0.1.13 |
515 | 2025-01-08T14:36:47.742Z | Downloaded argon2 v0.5.3 |
516 | 2025-01-08T14:36:47.744Z | Downloaded async-bb8-diesel v0.2.1 |
517 | 2025-01-08T14:36:47.747Z | Downloaded inout v0.1.3 |
518 | 2025-01-08T14:36:47.747Z | Downloaded linked-hash-map v0.5.6 |
519 | 2025-01-08T14:36:47.750Z | Downloaded atomicwrites v0.4.4 |
520 | 2025-01-08T14:36:47.752Z | Downloaded async-stream-impl v0.3.6 |
521 | 2025-01-08T14:36:47.752Z | Downloaded heck v0.3.3 |
522 | 2025-01-08T14:36:47.754Z | Downloaded lru-cache v0.1.2 |
523 | 2025-01-08T14:36:47.754Z | Downloaded internet-checksum v0.2.1 |
524 | 2025-01-08T14:36:47.757Z | Downloaded hostname v0.4.0 |
525 | 2025-01-08T14:36:47.757Z | Downloaded is-terminal v0.4.13 |
526 | 2025-01-08T14:36:47.759Z | Downloaded indent_write v2.2.0 |
527 | 2025-01-08T14:36:47.762Z | Downloaded hostname v0.3.1 |
528 | 2025-01-08T14:36:47.762Z | Downloaded backoff v0.4.0 |
529 | 2025-01-08T14:36:47.765Z | Downloaded async-stream v0.3.6 |
530 | 2025-01-08T14:36:47.768Z | Downloaded mime v0.3.17 |
531 | 2025-01-08T14:36:47.768Z | Downloaded memoffset v0.9.1 |
532 | 2025-01-08T14:36:47.771Z | Downloaded assert_matches v1.5.0 |
533 | 2025-01-08T14:36:47.774Z | Downloaded hyper-tls v0.6.0 |
534 | 2025-01-08T14:36:47.774Z | Downloaded hex-literal v0.4.1 |
535 | 2025-01-08T14:36:47.777Z | Downloaded idna_adapter v1.2.0 |
536 | 2025-01-08T14:36:47.777Z | Downloaded ascii-canvas v3.0.0 |
537 | 2025-01-08T14:36:47.779Z | Downloaded atty v0.2.14 |
538 | 2025-01-08T14:36:47.779Z | Downloaded lazy_static v1.5.0 |
539 | 2025-01-08T14:36:47.782Z | Downloaded bcrypt-pbkdf v0.10.0 |
540 | 2025-01-08T14:36:47.785Z | Downloaded maybe-uninit v2.0.0 |
541 | 2025-01-08T14:36:47.785Z | Downloaded block-padding v0.3.3 |
542 | 2025-01-08T14:36:47.788Z | Downloaded lazycell v1.3.0 |
543 | 2025-01-08T14:36:47.788Z | Downloaded home v0.5.9 |
544 | 2025-01-08T14:36:47.801Z | Downloaded md-5 v0.10.6 |
545 | 2025-01-08T14:36:47.801Z | Downloaded libefi-sys v0.1.0 |
546 | 2025-01-08T14:36:47.801Z | Downloaded kstat-rs v0.2.4 |
547 | 2025-01-08T14:36:47.801Z | Downloaded ciborium-io v0.2.2 |
548 | 2025-01-08T14:36:47.801Z | Downloaded cfg_aliases v0.2.1 |
549 | 2025-01-08T14:36:47.801Z | Downloaded cstr-argument v0.1.2 |
550 | 2025-01-08T14:36:47.801Z | Downloaded progenitor-client v0.8.0 |
551 | 2025-01-08T14:36:47.801Z | Downloaded crunchy v0.2.2 |
552 | 2025-01-08T14:36:47.801Z | Downloaded crucible-workspace-hack v0.1.0 |
553 | 2025-01-08T14:36:47.801Z | Downloaded managed v0.8.0 |
554 | 2025-01-08T14:36:47.803Z | Downloaded http-range v0.1.5 |
555 | 2025-01-08T14:36:47.803Z | Downloaded indexmap v1.9.3 |
556 | 2025-01-08T14:36:47.806Z | Downloaded maplit v1.0.2 |
557 | 2025-01-08T14:36:47.809Z | Downloaded serde-big-array v0.5.1 |
558 | 2025-01-08T14:36:47.811Z | Downloaded bitfield-struct v0.6.2 |
559 | 2025-01-08T14:36:47.811Z | Downloaded bit-set v0.5.3 |
560 | 2025-01-08T14:36:47.814Z | Downloaded lockfree-object-pool v0.1.6 |
561 | 2025-01-08T14:36:47.816Z | Downloaded instability v0.3.2 |
562 | 2025-01-08T14:36:47.819Z | Downloaded bitflags v1.3.2 |
563 | 2025-01-08T14:36:47.821Z | Downloaded bit-vec v0.6.3 |
564 | 2025-01-08T14:36:47.824Z | Downloaded hickory-client v0.24.1 |
565 | 2025-01-08T14:36:47.826Z | Downloaded ciborium-ll v0.2.2 |
566 | 2025-01-08T14:36:47.829Z | Downloaded mime_guess v2.0.5 |
567 | 2025-01-08T14:36:47.829Z | Downloaded memmap2 v0.9.5 |
568 | 2025-01-08T14:36:47.831Z | Downloaded libloading v0.8.5 |
569 | 2025-01-08T14:36:47.833Z | Downloaded ipnetwork v0.20.0 |
570 | 2025-01-08T14:36:47.836Z | Downloaded iana-time-zone v0.1.61 |
571 | 2025-01-08T14:36:47.838Z | Downloaded const_format_proc_macros v0.2.33 |
572 | 2025-01-08T14:36:47.841Z | Downloaded darling v0.20.10 |
573 | 2025-01-08T14:36:47.847Z | Downloaded jobserver v0.1.32 |
574 | 2025-01-08T14:36:47.853Z | Downloaded termtree v0.4.1 |
575 | 2025-01-08T14:36:47.853Z | Downloaded impl-trait-for-tuples v0.2.2 |
576 | 2025-01-08T14:36:47.853Z | Downloaded ref-cast-impl v1.0.23 |
577 | 2025-01-08T14:36:47.857Z | Downloaded rand_chacha v0.3.1 |
578 | 2025-01-08T14:36:47.857Z | Downloaded crossbeam-deque v0.8.5 |
579 | 2025-01-08T14:36:47.860Z | Downloaded ipnet v2.10.1 |
580 | 2025-01-08T14:36:47.862Z | Downloaded hyper-rustls v0.27.3 |
581 | 2025-01-08T14:36:47.865Z | Downloaded ciborium v0.2.2 |
582 | 2025-01-08T14:36:47.867Z | Downloaded vte_generate_state_changes v0.1.2 |
583 | 2025-01-08T14:36:47.867Z | Downloaded toolchain_find v0.4.0 |
584 | 2025-01-08T14:36:47.870Z | Downloaded highway v1.2.0 |
585 | 2025-01-08T14:36:47.872Z | Downloaded zerofrom v0.1.4 |
586 | 2025-01-08T14:36:47.872Z | Downloaded rustfmt-wrapper v0.2.1 |
587 | 2025-01-08T14:36:47.874Z | Downloaded rusty-fork v0.3.0 |
588 | 2025-01-08T14:36:47.877Z | Downloaded lock_api v0.4.12 |
589 | 2025-01-08T14:36:47.879Z | Downloaded zone_cfg_derive v0.1.2 |
590 | 2025-01-08T14:36:47.879Z | Downloaded signal-hook-registry v1.4.2 |
591 | 2025-01-08T14:36:47.882Z | Downloaded signal-hook-mio v0.2.4 |
592 | 2025-01-08T14:36:47.882Z | Downloaded structmeta v0.2.0 |
593 | 2025-01-08T14:36:47.884Z | Downloaded funty v2.0.0 |
594 | 2025-01-08T14:36:47.887Z | Downloaded blake2 v0.10.6 |
595 | 2025-01-08T14:36:47.889Z | Downloaded icu_normalizer_data v1.5.0 |
596 | 2025-01-08T14:36:47.891Z | Downloaded termios v0.3.3 |
597 | 2025-01-08T14:36:47.894Z | Downloaded strip-ansi-escapes v0.2.0 |
598 | 2025-01-08T14:36:47.894Z | Downloaded crc32fast v1.4.2 |
599 | 2025-01-08T14:36:47.896Z | Downloaded blowfish v0.9.1 |
600 | 2025-01-08T14:36:47.898Z | Downloaded chrono-tz-build v0.4.0 |
601 | 2025-01-08T14:36:47.901Z | Downloaded structmeta v0.3.0 |
602 | 2025-01-08T14:36:47.901Z | Downloaded cbc v0.1.2 |
603 | 2025-01-08T14:36:47.903Z | Downloaded slog-json v2.6.1 |
604 | 2025-01-08T14:36:47.906Z | Downloaded icu_locid v1.5.0 |
605 | 2025-01-08T14:36:47.909Z | Downloaded structmeta-derive v0.3.0 |
606 | 2025-01-08T14:36:47.912Z | Downloaded csv-core v0.1.11 |
607 | 2025-01-08T14:36:47.915Z | Downloaded cookie_store v0.21.0 |
608 | 2025-01-08T14:36:47.915Z | Downloaded signal-hook-tokio v0.3.1 |
609 | 2025-01-08T14:36:47.917Z | Downloaded new_debug_unreachable v1.0.6 |
610 | 2025-01-08T14:36:47.920Z | Downloaded icu_provider v1.5.0 |
611 | 2025-01-08T14:36:47.922Z | Downloaded rustls-pemfile v2.2.0 |
612 | 2025-01-08T14:36:47.925Z | Downloaded defmt-macros v0.3.9 |
613 | 2025-01-08T14:36:47.928Z | Downloaded spin v0.9.8 |
614 | 2025-01-08T14:36:47.930Z | Downloaded hmac v0.12.1 |
615 | 2025-01-08T14:36:47.933Z | Downloaded russh-cryptovec v0.7.3 |
616 | 2025-01-08T14:36:47.935Z | Downloaded foldhash v0.1.3 |
617 | 2025-01-08T14:36:47.935Z | Downloaded multimap v0.10.0 |
618 | 2025-01-08T14:36:47.938Z | Downloaded precomputed-hash v0.1.1 |
619 | 2025-01-08T14:36:47.938Z | Downloaded group v0.13.0 |
620 | 2025-01-08T14:36:47.941Z | Downloaded tokio-rustls v0.26.0 |
621 | 2025-01-08T14:36:47.943Z | Downloaded tokio-rustls v0.25.0 |
622 | 2025-01-08T14:36:47.946Z | Downloaded defmt-parser v0.3.4 |
623 | 2025-01-08T14:36:47.946Z | Downloaded crossbeam-epoch v0.9.18 |
624 | 2025-01-08T14:36:47.948Z | Downloaded hyper-util v0.1.10 |
625 | 2025-01-08T14:36:47.953Z | Downloaded take_mut v0.2.2 |
626 | 2025-01-08T14:36:47.956Z | Downloaded icu_properties v1.5.1 |
627 | 2025-01-08T14:36:47.958Z | Downloaded olpc-cjson v0.1.4 |
628 | 2025-01-08T14:36:47.961Z | Downloaded mockall v0.13.0 |
629 | 2025-01-08T14:36:47.961Z | Downloaded packed_struct v0.10.1 |
630 | 2025-01-08T14:36:47.963Z | Downloaded httparse v1.9.5 |
631 | 2025-01-08T14:36:47.966Z | Downloaded bytes v1.8.0 |
632 | 2025-01-08T14:36:47.970Z | Downloaded env_filter v0.1.2 |
633 | 2025-01-08T14:36:47.973Z | Downloaded backtrace v0.3.74 |
634 | 2025-01-08T14:36:47.977Z | Downloaded dhcproto-macros v0.1.0 |
635 | 2025-01-08T14:36:47.980Z | Downloaded tracing-attributes v0.1.27 |
636 | 2025-01-08T14:36:47.982Z | Downloaded quinn-udp v0.5.5 |
637 | 2025-01-08T14:36:47.985Z | Downloaded futures-sink v0.3.31 |
638 | 2025-01-08T14:36:47.985Z | Downloaded rustc-hash v2.0.0 |
639 | 2025-01-08T14:36:47.987Z | Downloaded rustc-hash v1.1.0 |
640 | 2025-01-08T14:36:47.987Z | Downloaded want v0.3.1 |
641 | 2025-01-08T14:36:47.990Z | Downloaded multer v3.1.0 |
642 | 2025-01-08T14:36:47.993Z | Downloaded slog-async v2.8.0 |
643 | 2025-01-08T14:36:47.996Z | Downloaded nanorand v0.7.0 |
644 | 2025-01-08T14:36:47.998Z | Downloaded icu_normalizer v1.5.0 |
645 | 2025-01-08T14:36:48.001Z | Downloaded openssl-probe v0.1.5 |
646 | 2025-01-08T14:36:48.003Z | Downloaded openssl-macros v0.1.1 |
647 | 2025-01-08T14:36:48.004Z | Downloaded slog-bunyan v2.5.0 |
648 | 2025-01-08T14:36:48.006Z | Downloaded predicates v3.1.2 |
649 | 2025-01-08T14:36:48.009Z | Downloaded string_cache v0.8.7 |
650 | 2025-01-08T14:36:48.011Z | Downloaded vte v0.11.1 |
651 | 2025-01-08T14:36:48.011Z | Downloaded prettyplease v0.2.25 |
652 | 2025-01-08T14:36:48.016Z | Downloaded semver v0.1.20 |
653 | 2025-01-08T14:36:48.018Z | Downloaded base64 v0.21.7 |
654 | 2025-01-08T14:36:48.022Z | Downloaded rustc_version v0.4.1 |
655 | 2025-01-08T14:36:48.024Z | Downloaded zone_cfg_derive v0.3.0 |
656 | 2025-01-08T14:36:48.027Z | Downloaded typify-macro v0.2.0 |
657 | 2025-01-08T14:36:48.027Z | Downloaded wait-timeout v0.2.0 |
658 | 2025-01-08T14:36:48.029Z | Downloaded unicase v2.7.0 |
659 | 2025-01-08T14:36:48.030Z | Downloaded phf_shared v0.10.0 |
660 | 2025-01-08T14:36:48.032Z | Downloaded pretty-hex v0.2.1 |
661 | 2025-01-08T14:36:48.032Z | Downloaded peg-macros v0.8.4 |
662 | 2025-01-08T14:36:48.035Z | Downloaded der_derive v0.7.3 |
663 | 2025-01-08T14:36:48.037Z | Downloaded displaydoc v0.2.5 |
664 | 2025-01-08T14:36:48.039Z | Downloaded zone v0.1.8 |
665 | 2025-01-08T14:36:48.042Z | Downloaded diff v0.1.13 |
666 | 2025-01-08T14:36:48.044Z | Downloaded ena v0.14.3 |
667 | 2025-01-08T14:36:48.047Z | Downloaded flagset v0.4.6 |
668 | 2025-01-08T14:36:48.049Z | Downloaded serde_with_macros v3.11.0 |
669 | 2025-01-08T14:36:48.051Z | Downloaded unicode-bidi v0.3.17 |
670 | 2025-01-08T14:36:48.054Z | Downloaded sigpipe v0.1.3 |
671 | 2025-01-08T14:36:48.057Z | Downloaded thiserror-no-std v2.0.2 |
672 | 2025-01-08T14:36:48.059Z | Downloaded time-core v0.1.2 |
673 | 2025-01-08T14:36:48.062Z | Downloaded tokio-stream v0.1.16 |
674 | 2025-01-08T14:36:48.067Z | Downloaded num_enum_derive v0.5.11 |
675 | 2025-01-08T14:36:48.070Z | Downloaded bumpalo v3.16.0 |
676 | 2025-01-08T14:36:48.073Z | Downloaded parse-size v1.1.0 |
677 | 2025-01-08T14:36:48.073Z | Downloaded unarray v0.1.4 |
678 | 2025-01-08T14:36:48.075Z | Downloaded tower-service v0.3.3 |
679 | 2025-01-08T14:36:48.086Z | Downloaded downcast v0.11.0 |
680 | 2025-01-08T14:36:48.089Z | Downloaded samael v0.0.17 |
681 | 2025-01-08T14:36:48.094Z | Downloaded secrecy v0.8.0 |
682 | 2025-01-08T14:36:48.096Z | Downloaded mockall_derive v0.13.0 |
683 | 2025-01-08T14:36:48.099Z | Downloaded flume v0.11.1 |
684 | 2025-01-08T14:36:48.103Z | Downloaded signature v2.2.0 |
685 | 2025-01-08T14:36:48.105Z | Downloaded nodrop v0.1.14 |
686 | 2025-01-08T14:36:48.107Z | Downloaded slog v2.7.0 |
687 | 2025-01-08T14:36:48.110Z | Downloaded tap v1.0.1 |
688 | 2025-01-08T14:36:48.113Z | Downloaded strum_macros v0.24.3 |
689 | 2025-01-08T14:36:48.115Z | Downloaded sqlformat v0.2.6 |
690 | 2025-01-08T14:36:48.115Z | Downloaded omicron-zone-package v0.12.0 |
691 | 2025-01-08T14:36:48.119Z | Downloaded peg v0.8.4 |
692 | 2025-01-08T14:36:48.123Z | Downloaded rand_seeder v0.3.0 |
693 | 2025-01-08T14:36:48.126Z | Downloaded rand_core v0.6.4 |
694 | 2025-01-08T14:36:48.128Z | Downloaded normalize-line-endings v0.3.0 |
695 | 2025-01-08T14:36:48.128Z | Downloaded vergen v8.3.2 |
696 | 2025-01-08T14:36:48.131Z | Downloaded walkdir v2.5.0 |
697 | 2025-01-08T14:36:48.134Z | Downloaded rcgen v0.12.1 |
698 | 2025-01-08T14:36:48.141Z | Downloaded deranged v0.3.11 |
699 | 2025-01-08T14:36:48.144Z | Downloaded rpassword v7.3.1 |
700 | 2025-01-08T14:36:48.144Z | Downloaded supports-color v3.0.1 |
701 | 2025-01-08T14:36:48.144Z | Downloaded try-lock v0.2.5 |
702 | 2025-01-08T14:36:48.144Z | Downloaded ssh-cipher v0.2.0 |
703 | 2025-01-08T14:36:48.146Z | Downloaded futures-core v0.3.31 |
704 | 2025-01-08T14:36:48.146Z | Downloaded fd-lock v4.0.2 |
705 | 2025-01-08T14:36:48.149Z | Downloaded display-error-chain v0.2.2 |
706 | 2025-01-08T14:36:48.151Z | Downloaded russh-keys v0.45.0 |
707 | 2025-01-08T14:36:48.154Z | Downloaded nibble_vec v0.1.0 |
708 | 2025-01-08T14:36:48.154Z | Downloaded unicode-truncate v1.1.0 |
709 | 2025-01-08T14:36:48.156Z | Downloaded miniz_oxide v0.8.0 |
710 | 2025-01-08T14:36:48.159Z | Downloaded mirai-annotations v1.12.0 |
711 | 2025-01-08T14:36:48.162Z | Downloaded time-macros v0.2.18 |
712 | 2025-01-08T14:36:48.165Z | Downloaded smallvec v0.6.14 |
713 | 2025-01-08T14:36:48.165Z | Downloaded yoke-derive v0.7.4 |
714 | 2025-01-08T14:36:48.167Z | Downloaded primeorder v0.13.6 |
715 | 2025-01-08T14:36:48.170Z | Downloaded whoami v1.5.2 |
716 | 2025-01-08T14:36:48.172Z | Downloaded dunce v1.0.5 |
717 | 2025-01-08T14:36:48.172Z | Downloaded typify v0.2.0 |
718 | 2025-01-08T14:36:48.175Z | Downloaded resolv-conf v0.7.0 |
719 | 2025-01-08T14:36:48.178Z | Downloaded rand_xorshift v0.3.0 |
720 | 2025-01-08T14:36:48.178Z | Downloaded dirs-sys-next v0.1.2 |
721 | 2025-01-08T14:36:48.181Z | Downloaded pkg-config v0.3.31 |
722 | 2025-01-08T14:36:48.184Z | Downloaded slog-stdlog v4.1.1 |
723 | 2025-01-08T14:36:48.184Z | Downloaded slog-scope v4.4.0 |
724 | 2025-01-08T14:36:48.186Z | Downloaded serde_repr v0.1.19 |
725 | 2025-01-08T14:36:48.190Z | Downloaded number_prefix v0.4.0 |
726 | 2025-01-08T14:36:48.190Z | Downloaded tui-tree-widget v0.22.0 |
727 | 2025-01-08T14:36:48.192Z | Downloaded tabwriter v1.4.0 |
728 | 2025-01-08T14:36:48.192Z | Downloaded dsl_auto_type v0.1.2 |
729 | 2025-01-08T14:36:48.195Z | Downloaded num_threads v0.1.7 |
730 | 2025-01-08T14:36:48.195Z | Downloaded num v0.4.3 |
731 | 2025-01-08T14:36:48.199Z | Downloaded futures-channel v0.3.31 |
732 | 2025-01-08T14:36:48.199Z | Downloaded serde_derive_internals v0.29.1 |
733 | 2025-01-08T14:36:48.202Z | Downloaded futures v0.3.31 |
734 | 2025-01-08T14:36:48.206Z | Downloaded sqlparser_derive v0.2.2 |
735 | 2025-01-08T14:36:48.208Z | Downloaded dirs-next v2.0.0 |
736 | 2025-01-08T14:36:48.211Z | Downloaded difflib v0.4.0 |
737 | 2025-01-08T14:36:48.211Z | Downloaded xz2 v0.1.7 |
738 | 2025-01-08T14:36:48.213Z | Downloaded scopeguard v1.2.0 |
739 | 2025-01-08T14:36:48.213Z | Downloaded tiny-keccak v2.0.2 |
740 | 2025-01-08T14:36:48.216Z | Downloaded fallible-streaming-iterator v0.1.9 |
741 | 2025-01-08T14:36:48.218Z | Downloaded ecdsa v0.16.9 |
742 | 2025-01-08T14:36:48.220Z | Downloaded tokio-postgres v0.7.12 |
743 | 2025-01-08T14:36:48.225Z | Downloaded ron v0.8.1 |
744 | 2025-01-08T14:36:48.231Z | Downloaded oso-derive v0.27.3 |
745 | 2025-01-08T14:36:48.234Z | Downloaded diesel_table_macro_syntax v0.2.0 |
746 | 2025-01-08T14:36:48.234Z | Downloaded serde_urlencoded v0.7.1 |
747 | 2025-01-08T14:36:48.236Z | Downloaded xattr v1.3.1 |
748 | 2025-01-08T14:36:48.239Z | Downloaded wyz v0.5.1 |
749 | 2025-01-08T14:36:48.239Z | Downloaded progenitor-macro v0.8.0 |
750 | 2025-01-08T14:36:48.241Z | Downloaded derive_builder v0.20.2 |
751 | 2025-01-08T14:36:48.245Z | Downloaded salsa20 v0.10.2 |
752 | 2025-01-08T14:36:48.247Z | Downloaded rustls-pki-types v1.10.0 |
753 | 2025-01-08T14:36:48.250Z | Downloaded hashbrown v0.12.3 |
754 | 2025-01-08T14:36:48.260Z | Downloaded float-ord v0.3.2 |
755 | 2025-01-08T14:36:48.260Z | Downloaded float-cmp v0.9.0 |
756 | 2025-01-08T14:36:48.260Z | Downloaded num-complex v0.4.6 |
757 | 2025-01-08T14:36:48.262Z | Downloaded write16 v1.0.0 |
758 | 2025-01-08T14:36:48.263Z | Downloaded nu-ansi-term v0.50.1 |
759 | 2025-01-08T14:36:48.267Z | Downloaded foreign-types v0.3.2 |
760 | 2025-01-08T14:36:48.269Z | Downloaded hash32 v0.2.1 |
761 | 2025-01-08T14:36:48.272Z | Downloaded universal-hash v0.5.1 |
762 | 2025-01-08T14:36:48.272Z | Downloaded fallible-iterator v0.3.0 |
763 | 2025-01-08T14:36:48.275Z | Downloaded parking_lot_core v0.8.6 |
764 | 2025-01-08T14:36:48.277Z | Downloaded same-file v1.0.6 |
765 | 2025-01-08T14:36:48.280Z | Downloaded quick-error v1.2.3 |
766 | 2025-01-08T14:36:48.283Z | Downloaded ron v0.7.1 |
767 | 2025-01-08T14:36:48.289Z | Downloaded opaque-debug v0.3.1 |
768 | 2025-01-08T14:36:48.292Z | Downloaded progenitor v0.8.0 |
769 | 2025-01-08T14:36:48.295Z | Downloaded parse-display v0.10.0 |
770 | 2025-01-08T14:36:48.297Z | Downloaded zeroize v1.8.1 |
771 | 2025-01-08T14:36:48.297Z | Downloaded tokio-native-tls v0.3.1 |
772 | 2025-01-08T14:36:48.300Z | Downloaded tokio-macros v2.4.0 |
773 | 2025-01-08T14:36:48.303Z | Downloaded diesel-dtrace v0.4.2 |
774 | 2025-01-08T14:36:48.305Z | Downloaded shlex v1.3.0 |
775 | 2025-01-08T14:36:48.308Z | Downloaded shell-words v1.1.0 |
776 | 2025-01-08T14:36:48.308Z | Downloaded yoke v0.7.4 |
777 | 2025-01-08T14:36:48.310Z | Downloaded foreign-types-shared v0.3.1 |
778 | 2025-01-08T14:36:48.311Z | Downloaded termcolor v1.4.1 |
779 | 2025-01-08T14:36:48.313Z | Downloaded crossterm v0.28.1 |
780 | 2025-01-08T14:36:48.318Z | Downloaded value-bag v1.9.0 |
781 | 2025-01-08T14:36:48.321Z | Downloaded serde_yaml v0.9.34+deprecated |
782 | 2025-01-08T14:36:48.324Z | Downloaded fallible-iterator v0.2.0 |
783 | 2025-01-08T14:36:48.327Z | Downloaded writeable v0.5.5 |
784 | 2025-01-08T14:36:48.330Z | Downloaded tinystr v0.7.6 |
785 | 2025-01-08T14:36:48.332Z | Downloaded pin-utils v0.1.0 |
786 | 2025-01-08T14:36:48.332Z | Downloaded parking_lot_core v0.9.10 |
787 | 2025-01-08T14:36:48.334Z | Downloaded postcard v1.0.10 |
788 | 2025-01-08T14:36:48.337Z | Downloaded idna v1.0.3 |
789 | 2025-01-08T14:36:48.341Z | Downloaded simd-adler32 v0.3.7 |
790 | 2025-01-08T14:36:48.344Z | Downloaded utf8_iter v1.0.4 |
791 | 2025-01-08T14:36:48.347Z | Downloaded progenitor-impl v0.8.0 |
792 | 2025-01-08T14:36:48.349Z | Downloaded tar v0.4.42 |
793 | 2025-01-08T14:36:48.352Z | Downloaded darling_core v0.20.10 |
794 | 2025-01-08T14:36:48.355Z | Downloaded peg-runtime v0.8.3 |
795 | 2025-01-08T14:36:48.357Z | Downloaded num_enum v0.5.11 |
796 | 2025-01-08T14:36:48.361Z | Downloaded static_assertions v1.1.0 |
797 | 2025-01-08T14:36:48.363Z | Downloaded rustversion v1.0.17 |
798 | 2025-01-08T14:36:48.366Z | Downloaded predicates-core v1.0.8 |
799 | 2025-01-08T14:36:48.369Z | Downloaded zip v2.1.3 |
800 | 2025-01-08T14:36:48.372Z | Downloaded foreign-types-shared v0.1.1 |
801 | 2025-01-08T14:36:48.374Z | Downloaded endian-type v0.1.2 |
802 | 2025-01-08T14:36:48.374Z | Downloaded ref-cast v1.0.23 |
803 | 2025-01-08T14:36:48.376Z | Downloaded pem v3.0.4 |
804 | 2025-01-08T14:36:48.380Z | Downloaded fragile v2.0.0 |
805 | 2025-01-08T14:36:48.382Z | Downloaded utf-8 v0.7.6 |
806 | 2025-01-08T14:36:48.382Z | Downloaded num-conv v0.1.0 |
807 | 2025-01-08T14:36:48.385Z | Downloaded blake3 v1.5.4 |
808 | 2025-01-08T14:36:48.392Z | Downloaded zeroize_derive v1.4.2 |
809 | 2025-01-08T14:36:48.395Z | Downloaded half v2.4.1 |
810 | 2025-01-08T14:36:48.398Z | Downloaded qorb v0.2.1 |
811 | 2025-01-08T14:36:48.401Z | Downloaded topological-sort v0.2.2 |
812 | 2025-01-08T14:36:48.403Z | Downloaded hashlink v0.9.1 |
813 | 2025-01-08T14:36:48.406Z | Downloaded p256 v0.13.2 |
814 | 2025-01-08T14:36:48.408Z | Downloaded itertools v0.13.0 |
815 | 2025-01-08T14:36:48.414Z | Downloaded which v4.4.2 |
816 | 2025-01-08T14:36:48.417Z | Downloaded zerovec-derive v0.10.3 |
817 | 2025-01-08T14:36:48.421Z | Downloaded dyn-clone v1.0.17 |
818 | 2025-01-08T14:36:48.421Z | Downloaded foreign-types v0.5.0 |
819 | 2025-01-08T14:36:48.421Z | Downloaded rustls-pemfile v1.0.4 |
820 | 2025-01-08T14:36:48.423Z | Downloaded futures-task v0.3.31 |
821 | 2025-01-08T14:36:48.423Z | Downloaded futures-executor v0.3.31 |
822 | 2025-01-08T14:36:48.426Z | Downloaded tungstenite v0.21.0 |
823 | 2025-01-08T14:36:48.429Z | Downloaded reedline v0.35.0 |
824 | 2025-01-08T14:36:48.437Z | Downloaded pin-project-lite v0.2.14 |
825 | 2025-01-08T14:36:48.442Z | Downloaded derive_builder_macro v0.20.2 |
826 | 2025-01-08T14:36:48.445Z | Downloaded sync_wrapper v1.0.1 |
827 | 2025-01-08T14:36:48.445Z | Downloaded foreign-types-macros v0.2.3 |
828 | 2025-01-08T14:36:48.447Z | Downloaded darling_macro v0.20.10 |
829 | 2025-01-08T14:36:48.447Z | Downloaded tinyvec v1.8.0 |
830 | 2025-01-08T14:36:48.450Z | Downloaded des v0.8.1 |
831 | 2025-01-08T14:36:48.452Z | Downloaded snafu v0.8.5 |
832 | 2025-01-08T14:36:48.456Z | Downloaded strum_macros v0.25.3 |
833 | 2025-01-08T14:36:48.459Z | Downloaded hkdf v0.12.4 |
834 | 2025-01-08T14:36:48.462Z | Downloaded path-slash v0.1.5 |
835 | 2025-01-08T14:36:48.465Z | Downloaded hyper v1.5.0 |
836 | 2025-01-08T14:36:48.468Z | Downloaded tinyvec_macros v0.1.1 |
837 | 2025-01-08T14:36:48.470Z | Downloaded twox-hash v1.6.3 |
838 | 2025-01-08T14:36:48.474Z | Downloaded url v2.5.3 |
839 | 2025-01-08T14:36:48.474Z | Downloaded gethostname v0.5.0 |
840 | 2025-01-08T14:36:48.476Z | Downloaded either v1.13.0 |
841 | 2025-01-08T14:36:48.477Z | Downloaded schemars_derive v0.8.21 |
842 | 2025-01-08T14:36:48.479Z | Downloaded radium v0.7.0 |
843 | 2025-01-08T14:36:48.479Z | Downloaded num-derive v0.4.2 |
844 | 2025-01-08T14:36:48.483Z | Downloaded scheduled-thread-pool v0.2.7 |
845 | 2025-01-08T14:36:48.483Z | Downloaded pkcs1 v0.7.5 |
846 | 2025-01-08T14:36:48.486Z | Downloaded ssh-encoding v0.2.0 |
847 | 2025-01-08T14:36:48.486Z | Downloaded slab v0.4.9 |
848 | 2025-01-08T14:36:48.488Z | Downloaded signal-hook v0.3.17 |
849 | 2025-01-08T14:36:48.491Z | Downloaded sync-ptr v0.1.1 |
850 | 2025-01-08T14:36:48.491Z | Downloaded glob v0.3.1 |
851 | 2025-01-08T14:36:48.493Z | Downloaded uzers v0.12.1 |
852 | 2025-01-08T14:36:48.496Z | Downloaded form_urlencoded v1.2.1 |
853 | 2025-01-08T14:36:48.496Z | Downloaded uuid v1.11.0 |
854 | 2025-01-08T14:36:48.499Z | Downloaded postgres-protocol v0.6.7 |
855 | 2025-01-08T14:36:48.502Z | Downloaded unsafe-libyaml v0.2.11 |
856 | 2025-01-08T14:36:48.505Z | Downloaded siphasher v0.3.11 |
857 | 2025-01-08T14:36:48.507Z | Downloaded ed25519 v2.2.3 |
858 | 2025-01-08T14:36:48.507Z | Downloaded rayon v1.10.0 |
859 | 2025-01-08T14:36:48.515Z | Downloaded paste v1.0.15 |
860 | 2025-01-08T14:36:48.519Z | Downloaded num-iter v0.1.45 |
861 | 2025-01-08T14:36:48.522Z | Downloaded sct v0.7.1 |
862 | 2025-01-08T14:36:48.525Z | Downloaded data-encoding v2.6.0 |
863 | 2025-01-08T14:36:48.525Z | Downloaded polyval v0.6.2 |
864 | 2025-01-08T14:36:48.528Z | Downloaded num-integer v0.1.46 |
865 | 2025-01-08T14:36:48.528Z | Downloaded tls_codec v0.4.1 |
866 | 2025-01-08T14:36:48.531Z | Downloaded password-hash v0.5.0 |
867 | 2025-01-08T14:36:48.533Z | Downloaded synstructure v0.13.1 |
868 | 2025-01-08T14:36:48.533Z | Downloaded rsa v0.9.6 |
869 | 2025-01-08T14:36:48.539Z | Downloaded serde_plain v1.0.2 |
870 | 2025-01-08T14:36:48.541Z | Downloaded serde_path_to_error v0.1.16 |
871 | 2025-01-08T14:36:48.544Z | Downloaded debug-ignore v1.0.5 |
872 | 2025-01-08T14:36:48.546Z | Downloaded subtle v2.6.1 |
873 | 2025-01-08T14:36:48.546Z | Downloaded unicode_categories v0.1.1 |
874 | 2025-01-08T14:36:48.549Z | Downloaded postgres-types v0.2.8 |
875 | 2025-01-08T14:36:48.551Z | Downloaded bindgen v0.69.5 |
876 | 2025-01-08T14:36:48.559Z | Downloaded sec1 v0.7.3 |
877 | 2025-01-08T14:36:48.562Z | Downloaded pbkdf2 v0.12.2 |
878 | 2025-01-08T14:36:48.564Z | Downloaded pbkdf2 v0.11.0 |
879 | 2025-01-08T14:36:48.567Z | Downloaded password-hash v0.4.2 |
880 | 2025-01-08T14:36:48.569Z | Downloaded tungstenite v0.23.0 |
881 | 2025-01-08T14:36:48.572Z | Downloaded tokio-tungstenite v0.24.0 |
882 | 2025-01-08T14:36:48.577Z | Downloaded zerocopy-derive v0.8.10 |
883 | 2025-01-08T14:36:48.582Z | Downloaded hashbrown v0.14.5 |
884 | 2025-01-08T14:36:48.587Z | Downloaded flate2 v1.0.34 |
885 | 2025-01-08T14:36:48.592Z | Downloaded similar v2.6.0 |
886 | 2025-01-08T14:36:48.597Z | Downloaded num-bigint v0.4.6 |
887 | 2025-01-08T14:36:48.601Z | Downloaded winnow v0.5.40 |
888 | 2025-01-08T14:36:48.610Z | Downloaded pem-rfc7468 v0.7.0 |
889 | 2025-01-08T14:36:48.613Z | Downloaded pkcs8 v0.10.2 |
890 | 2025-01-08T14:36:48.616Z | Downloaded rustls-webpki v0.101.7 |
891 | 2025-01-08T14:36:48.631Z | Downloaded zip v0.6.6 |
892 | 2025-01-08T14:36:48.640Z | Downloaded steno v0.4.1 |
893 | 2025-01-08T14:36:48.642Z | Downloaded rustyline v14.0.0 |
894 | 2025-01-08T14:36:48.645Z | Downloaded tungstenite v0.24.0 |
895 | 2025-01-08T14:36:48.647Z | Downloaded openssl-sys v0.9.103 |
896 | 2025-01-08T14:36:48.653Z | Downloaded oso v0.27.3 |
897 | 2025-01-08T14:36:48.655Z | Downloaded russh v0.45.0 |
898 | 2025-01-08T14:36:48.661Z | Downloaded elliptic-curve v0.13.8 |
899 | 2025-01-08T14:36:48.665Z | Downloaded parse-zoneinfo v0.3.1 |
900 | 2025-01-08T14:36:48.668Z | Downloaded p521 v0.13.3 |
901 | 2025-01-08T14:36:48.671Z | Downloaded tokio-util v0.7.12 |
902 | 2025-01-08T14:36:48.679Z | Downloaded hashbrown v0.13.2 |
903 | 2025-01-08T14:36:48.683Z | Downloaded quinn v0.11.5 |
904 | 2025-01-08T14:36:48.687Z | Downloaded ed25519-dalek v2.1.1 |
905 | 2025-01-08T14:36:48.690Z | Downloaded serde_with v3.11.0 |
906 | 2025-01-08T14:36:48.699Z | Downloaded reqwest v0.12.9 |
907 | 2025-01-08T14:36:48.707Z | Downloaded vcpkg v0.2.15 |
908 | 2025-01-08T14:36:48.746Z | Downloaded rusqlite v0.32.1 |
909 | 2025-01-08T14:36:48.751Z | Downloaded lalrpop v0.19.12 |
910 | 2025-01-08T14:36:48.763Z | Downloaded zerovec v0.10.4 |
911 | 2025-01-08T14:36:48.770Z | Downloaded ssh-key v0.6.6 |
912 | 2025-01-08T14:36:48.775Z | Downloaded toml_edit v0.19.15 |
913 | 2025-01-08T14:36:48.790Z | Downloaded typed-path v0.9.3 |
914 | 2025-01-08T14:36:48.796Z | Downloaded curve25519-dalek v4.1.3 |
915 | 2025-01-08T14:36:48.804Z | Downloaded idna v0.5.0 |
916 | 2025-01-08T14:36:48.811Z | Downloaded tough v0.19.0 |
917 | 2025-01-08T14:36:48.819Z | Downloaded idna v0.2.3 |
918 | 2025-01-08T14:36:48.826Z | Downloaded petname v2.0.2 |
919 | 2025-01-08T14:36:48.832Z | Downloaded proptest v1.5.0 |
920 | 2025-01-08T14:36:48.842Z | Downloaded openssl v0.10.66 |
921 | 2025-01-08T14:36:48.853Z | Downloaded idna v0.4.0 |
922 | 2025-01-08T14:36:48.860Z | Downloaded futures-util v0.3.31 |
923 | 2025-01-08T14:36:48.874Z | Downloaded rustls-webpki v0.102.8 |
924 | 2025-01-08T14:36:48.893Z | Downloaded quick-xml v0.33.0 |
925 | 2025-01-08T14:36:48.899Z | Downloaded nix v0.27.1 |
926 | 2025-01-08T14:36:48.912Z | Downloaded zerocopy v0.8.10 |
927 | 2025-01-08T14:36:48.938Z | Downloaded trust-dns-proto v0.22.0 |
928 | 2025-01-08T14:36:48.951Z | Downloaded bstr v1.10.0 |
929 | 2025-01-08T14:36:48.962Z | Downloaded regex v1.11.1 |
930 | 2025-01-08T14:36:48.977Z | Downloaded smoltcp v0.9.1 |
931 | 2025-01-08T14:36:48.989Z | Downloaded portable-atomic v1.9.0 |
932 | 2025-01-08T14:36:48.995Z | Downloaded polar-core v0.27.3 |
933 | 2025-01-08T14:36:49.006Z | Downloaded git2 v0.19.0 |
934 | 2025-01-08T14:36:49.016Z | Downloaded gimli v0.31.1 |
935 | 2025-01-08T14:36:49.025Z | Downloaded webpki-roots v0.26.6 |
936 | 2025-01-08T14:36:49.029Z | Downloaded object v0.36.5 |
937 | 2025-01-08T14:36:49.043Z | Downloaded regress v0.9.1 |
938 | 2025-01-08T14:36:49.053Z | Downloaded regress v0.10.1 |
939 | 2025-01-08T14:36:49.063Z | Downloaded rustls v0.22.4 |
940 | 2025-01-08T14:36:49.079Z | Downloaded openapiv3 v2.0.0 |
941 | 2025-01-08T14:36:49.092Z | Downloaded smoltcp v0.11.0 |
942 | 2025-01-08T14:36:49.106Z | Downloaded rustls v0.23.19 |
943 | 2025-01-08T14:36:49.120Z | Downloaded nix v0.29.0 |
944 | 2025-01-08T14:36:49.131Z | Downloaded diesel v2.2.6 |
945 | 2025-01-08T14:36:49.151Z | Downloaded ratatui v0.28.1 |
946 | 2025-01-08T14:36:49.172Z | Downloaded rustls v0.21.12 |
947 | 2025-01-08T14:36:49.182Z | Downloaded typify-impl v0.2.0 |
948 | 2025-01-08T14:36:49.198Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
949 | 2025-01-08T14:36:49.210Z | Downloaded sled v0.34.7 |
950 | 2025-01-08T14:36:49.220Z | Downloaded regex-syntax v0.6.29 |
951 | 2025-01-08T14:36:49.228Z | Downloaded dropshot v0.13.0 |
952 | 2025-01-08T14:36:49.249Z | Downloaded zerocopy-derive v0.6.6 |
953 | 2025-01-08T14:36:49.259Z | Downloaded hickory-proto v0.24.1 |
954 | 2025-01-08T14:36:49.274Z | Downloaded regex-automata v0.4.8 |
955 | 2025-01-08T14:36:49.291Z | Downloaded regex-syntax v0.8.5 |
956 | 2025-01-08T14:36:49.299Z | Downloaded lzma-sys v0.1.20 |
957 | 2025-01-08T14:36:49.327Z | Downloaded tokio v1.40.0 |
958 | 2025-01-08T14:36:49.364Z | Downloaded petgraph v0.6.5 |
959 | 2025-01-08T14:36:49.381Z | Downloaded nix v0.28.0 |
960 | 2025-01-08T14:36:49.393Z | Downloaded unicode-width v0.2.0 |
961 | 2025-01-08T14:36:49.397Z | Downloaded dropshot v0.12.0 |
962 | 2025-01-08T14:36:49.417Z | Downloaded object v0.30.4 |
963 | 2025-01-08T14:36:49.426Z | Downloaded csv v1.3.0 |
964 | 2025-01-08T14:36:49.446Z | Downloaded libz-sys v1.1.20 |
965 | 2025-01-08T14:36:49.466Z | Downloaded radix_trie v0.2.1 |
966 | 2025-01-08T14:36:49.471Z | Downloaded chrono-tz v0.10.0 |
967 | 2025-01-08T14:36:49.478Z | Downloaded sqlparser v0.45.0 |
968 | 2025-01-08T14:36:49.484Z | Downloaded p384 v0.13.0 |
969 | 2025-01-08T14:36:49.490Z | Downloaded idna v0.3.0 |
970 | 2025-01-08T14:36:49.497Z | Downloaded salty v0.3.0 |
971 | 2025-01-08T14:36:49.503Z | Downloaded h2 v0.4.6 |
972 | 2025-01-08T14:36:49.510Z | Downloaded nom v7.1.3 |
973 | 2025-01-08T14:36:49.515Z | Downloaded icu_properties_data v1.5.0 |
974 | 2025-01-08T14:36:49.526Z | Downloaded sha3 v0.10.8 |
975 | 2025-01-08T14:36:49.530Z | Downloaded quinn-proto v0.11.8 |
976 | 2025-01-08T14:36:49.537Z | Downloaded toml v0.7.8 |
977 | 2025-01-08T14:36:49.540Z | Downloaded derive_builder_core v0.20.2 |
978 | 2025-01-08T14:36:49.542Z | Downloaded defmt v0.3.8 |
979 | 2025-01-08T14:36:49.545Z | Downloaded expectorate v1.1.0 |
980 | 2025-01-08T14:36:49.547Z | Downloaded num-bigint-dig v0.8.4 |
981 | 2025-01-08T14:36:49.554Z | Downloaded chrono v0.4.38 |
982 | 2025-01-08T14:36:49.560Z | Downloaded bitvec v1.0.1 |
983 | 2025-01-08T14:36:49.573Z | Downloaded poly1305 v0.8.0 |
984 | 2025-01-08T14:36:49.577Z | Downloaded fs_extra v1.3.0 |
985 | 2025-01-08T14:36:49.580Z | Downloaded unicode-normalization v0.1.24 |
986 | 2025-01-08T14:36:49.583Z | Downloaded pkcs5 v0.7.1 |
987 | 2025-01-08T14:36:49.586Z | Downloaded subprocess v0.2.9 |
988 | 2025-01-08T14:36:49.588Z | Downloaded strum_macros v0.26.4 |
989 | 2025-01-08T14:36:49.591Z | Downloaded dhcproto v0.12.0 |
990 | 2025-01-08T14:36:49.593Z | Downloaded enum-as-inner v0.5.1 |
991 | 2025-01-08T14:36:49.593Z | Downloaded diesel_derives v2.2.3 |
992 | 2025-01-08T14:36:49.597Z | Downloaded mio v1.0.2 |
993 | 2025-01-08T14:36:49.603Z | Downloaded time v0.3.36 |
994 | 2025-01-08T14:36:49.610Z | Downloaded x509-cert v0.2.5 |
995 | 2025-01-08T14:36:49.616Z | Downloaded tracing v0.1.40 |
996 | 2025-01-08T14:36:49.620Z | Downloaded aws-lc-rs v1.10.0 |
997 | 2025-01-08T14:36:49.628Z | Downloaded derive_more v0.99.18 |
998 | 2025-01-08T14:36:49.633Z | Downloaded headers v0.4.0 |
999 | 2025-01-08T14:36:49.637Z | Downloaded fatfs v0.3.6 |
1000 | 2025-01-08T14:36:49.640Z | Downloaded newtype_derive v0.1.6 |
1001 | 2025-01-08T14:36:49.643Z | Downloaded newline-converter v0.3.0 |
1002 | 2025-01-08T14:36:49.643Z | Downloaded fxhash v0.2.1 |
1003 | 2025-01-08T14:36:49.643Z | Downloaded untrusted v0.9.0 |
1004 | 2025-01-08T14:36:49.646Z | Downloaded untrusted v0.7.1 |
1005 | 2025-01-08T14:36:49.646Z | Downloaded unicode-xid v0.2.6 |
1006 | 2025-01-08T14:36:49.649Z | Downloaded proc-macro-crate v1.3.1 |
1007 | 2025-01-08T14:36:49.649Z | Downloaded zerocopy v0.6.6 |
1008 | 2025-01-08T14:36:49.652Z | Downloaded newtype-uuid v1.1.3 |
1009 | 2025-01-08T14:36:49.652Z | Downloaded thread_local v1.1.8 |
1010 | 2025-01-08T14:36:49.654Z | Downloaded snafu-derive v0.8.5 |
1011 | 2025-01-08T14:36:49.654Z | Downloaded itertools v0.12.1 |
1012 | 2025-01-08T14:36:49.660Z | Downloaded owo-colors v4.1.0 |
1013 | 2025-01-08T14:36:49.663Z | Downloaded schemars v0.8.21 |
1014 | 2025-01-08T14:36:49.674Z | Downloaded der v0.7.9 |
1015 | 2025-01-08T14:36:49.679Z | Downloaded encoding_rs v0.8.34 |
1016 | 2025-01-08T14:36:49.699Z | Downloaded unicode-segmentation v1.12.0 |
1017 | 2025-01-08T14:36:49.702Z | Downloaded tls_codec_derive v0.4.1 |
1018 | 2025-01-08T14:36:49.705Z | Downloaded libxml v0.3.3 |
1019 | 2025-01-08T14:36:49.710Z | Downloaded itertools v0.10.5 |
1020 | 2025-01-08T14:36:49.715Z | Downloaded rand v0.8.5 |
1021 | 2025-01-08T14:36:49.719Z | Downloaded libm v0.2.8 |
1022 | 2025-01-08T14:36:49.726Z | Downloaded psl-types v2.0.11 |
1023 | 2025-01-08T14:36:49.729Z | Downloaded smf v0.2.3 |
1024 | 2025-01-08T14:36:49.729Z | Downloaded globset v0.4.15 |
1025 | 2025-01-08T14:36:49.731Z | Downloaded pin-project-internal v1.1.6 |
1026 | 2025-01-08T14:36:49.733Z | Downloaded term v0.7.0 |
1027 | 2025-01-08T14:36:49.737Z | Downloaded derive-where v1.2.7 |
1028 | 2025-01-08T14:36:49.740Z | Downloaded percent-encoding v2.3.1 |
1029 | 2025-01-08T14:36:49.740Z | Downloaded smallvec v1.13.2 |
1030 | 2025-01-08T14:36:49.742Z | Downloaded slog-term v2.9.1 |
1031 | 2025-01-08T14:36:49.746Z | Downloaded pin-project v1.1.6 |
1032 | 2025-01-08T14:36:49.755Z | Downloaded zopfli v0.8.1 |
1033 | 2025-01-08T14:36:49.757Z | Downloaded ff v0.13.0 |
1034 | 2025-01-08T14:36:49.760Z | Downloaded num-traits v0.2.19 |
1035 | 2025-01-08T14:36:49.762Z | Downloaded getrandom v0.2.15 |
1036 | 2025-01-08T14:36:49.765Z | Downloaded parking_lot v0.12.3 |
1037 | 2025-01-08T14:36:49.767Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1038 | 2025-01-08T14:36:49.822Z | Downloaded rayon-core v1.12.1 |
1039 | 2025-01-08T14:36:49.825Z | Downloaded minimal-lexical v0.2.1 |
1040 | 2025-01-08T14:36:49.829Z | Downloaded tokio-tungstenite v0.23.1 |
1041 | 2025-01-08T14:36:49.832Z | Downloaded tokio-tungstenite v0.21.0 |
1042 | 2025-01-08T14:36:49.834Z | Downloaded unicode-properties v0.1.3 |
1043 | 2025-01-08T14:36:49.837Z | Downloaded thiserror-impl v2.0.3 |
1044 | 2025-01-08T14:36:49.837Z | Downloaded tracing-core v0.1.32 |
1045 | 2025-01-08T14:36:49.840Z | Downloaded crossbeam-channel v0.5.13 |
1046 | 2025-01-08T14:36:49.843Z | Downloaded const_format v0.2.33 |
1047 | 2025-01-08T14:36:49.847Z | Downloaded spki v0.7.3 |
1048 | 2025-01-08T14:36:49.850Z | Downloaded dropshot_endpoint v0.12.0 |
1049 | 2025-01-08T14:36:49.852Z | Downloaded num-rational v0.4.2 |
1050 | 2025-01-08T14:36:49.855Z | Downloaded dropshot_endpoint v0.13.0 |
1051 | 2025-01-08T14:36:49.857Z | Downloaded hickory-server v0.24.1 |
1052 | 2025-01-08T14:36:49.861Z | Downloaded http v1.1.0 |
1053 | 2025-01-08T14:36:49.865Z | Downloaded publicsuffix v2.2.3 |
1054 | 2025-01-08T14:36:49.867Z | Downloaded hickory-resolver v0.24.1 |
1055 | 2025-01-08T14:36:49.872Z | Downloaded predicates-tree v1.0.11 |
1056 | 2025-01-08T14:36:49.874Z | Downloaded phf_shared v0.11.2 |
1057 | 2025-01-08T14:36:49.874Z | Downloaded parse-display-derive v0.10.0 |
1058 | 2025-01-08T14:36:49.874Z | Downloaded hash32 v0.3.1 |
1059 | 2025-01-08T14:36:49.878Z | Downloaded ghash v0.5.1 |
1060 | 2025-01-08T14:36:49.878Z | Downloaded yasna v0.5.2 |
1061 | 2025-01-08T14:36:49.881Z | Downloaded native-tls v0.2.12 |
1062 | 2025-01-08T14:36:49.881Z | Downloaded heapless v0.7.17 |
1063 | 2025-01-08T14:36:49.884Z | Downloaded crypto-bigint v0.5.5 |
1064 | 2025-01-08T14:36:49.890Z | Downloaded cc v1.1.30 |
1065 | 2025-01-08T14:36:49.897Z | Downloaded tokio-rustls v0.24.1 |
1066 | 2025-01-08T14:36:49.900Z | Downloaded icu_collections v1.5.0 |
1067 | 2025-01-08T14:36:49.902Z | Downloaded utf16_iter v1.0.5 |
1068 | 2025-01-08T14:36:49.902Z | Downloaded thiserror-impl-no-std v2.0.2 |
1069 | 2025-01-08T14:36:49.905Z | Downloaded stringprep v0.1.5 |
1070 | 2025-01-08T14:36:49.905Z | Downloaded vsss-rs v3.3.4 |
1071 | 2025-01-08T14:36:49.908Z | Downloaded base64 v0.22.1 |
1072 | 2025-01-08T14:36:49.911Z | Downloaded test-strategy v0.3.1 |
1073 | 2025-01-08T14:36:49.913Z | Downloaded socket2 v0.5.7 |
1074 | 2025-01-08T14:36:49.916Z | Downloaded fixedbitset v0.4.2 |
1075 | 2025-01-08T14:36:49.919Z | Downloaded filetime v0.2.25 |
1076 | 2025-01-08T14:36:49.919Z | Downloaded embedded-io v0.6.1 |
1077 | 2025-01-08T14:36:49.922Z | Downloaded embedded-io v0.4.0 |
1078 | 2025-01-08T14:36:49.922Z | Downloaded env_logger v0.11.5 |
1079 | 2025-01-08T14:36:49.925Z | Downloaded env_logger v0.10.2 |
1080 | 2025-01-08T14:36:49.929Z | Downloaded heapless v0.8.0 |
1081 | 2025-01-08T14:36:49.933Z | Downloaded powerfmt v0.2.0 |
1082 | 2025-01-08T14:36:49.933Z | Downloaded rustc_version v0.1.7 |
1083 | 2025-01-08T14:36:49.933Z | Downloaded r2d2 v0.8.10 |
1084 | 2025-01-08T14:36:49.936Z | Downloaded phf_generator v0.11.2 |
1085 | 2025-01-08T14:36:49.936Z | Downloaded phf_codegen v0.11.2 |
1086 | 2025-01-08T14:36:49.936Z | Downloaded phf v0.11.2 |
1087 | 2025-01-08T14:36:49.938Z | Downloaded parking_lot v0.11.2 |
1088 | 2025-01-08T14:36:49.938Z | Downloaded crc-any v2.5.0 |
1089 | 2025-01-08T14:36:49.942Z | Downloaded console v0.15.8 |
1090 | 2025-01-08T14:36:49.946Z | Downloaded crossbeam-utils v0.8.20 |
1091 | 2025-01-08T14:36:49.946Z | Downloaded const-oid v0.9.6 |
1092 | 2025-01-08T14:36:49.949Z | Downloaded compact_str v0.8.0 |
1093 | 2025-01-08T14:36:49.951Z | Downloaded chacha20poly1305 v0.10.1 |
1094 | 2025-01-08T14:36:49.955Z | Downloaded waitgroup v0.1.2 |
1095 | 2025-01-08T14:36:49.955Z | Downloaded futures-macro v0.3.31 |
1096 | 2025-01-08T14:36:49.955Z | Downloaded futures-io v0.3.31 |
1097 | 2025-01-08T14:36:49.959Z | Downloaded thiserror v2.0.3 |
1098 | 2025-01-08T14:36:49.962Z | Downloaded strum v0.26.3 |
1099 | 2025-01-08T14:36:49.965Z | Downloaded ppv-lite86 v0.2.20 |
1100 | 2025-01-08T14:36:49.965Z | Downloaded packed_struct_codegen v0.10.1 |
1101 | 2025-01-08T14:36:49.965Z | Downloaded cookie v0.18.1 |
1102 | 2025-01-08T14:36:49.968Z | Downloaded clang-sys v1.8.1 |
1103 | 2025-01-08T14:36:49.971Z | Downloaded rustc-demangle v0.1.24 |
1104 | 2025-01-08T14:36:49.971Z | Downloaded indicatif v0.17.9 |
1105 | 2025-01-08T14:36:49.975Z | Downloaded enum-as-inner v0.6.1 |
1106 | 2025-01-08T14:36:49.978Z | Downloaded zerofrom-derive v0.1.4 |
1107 | 2025-01-08T14:36:49.978Z | Downloaded chacha20 v0.9.1 |
1108 | 2025-01-08T14:36:49.980Z | Downloaded zone v0.3.0 |
1109 | 2025-01-08T14:36:49.980Z | Downloaded structmeta-derive v0.2.0 |
1110 | 2025-01-08T14:36:49.980Z | Downloaded base64 v0.13.1 |
1111 | 2025-01-08T14:36:49.984Z | Downloaded stable_deref_trait v1.2.0 |
1112 | 2025-01-08T14:36:49.987Z | Downloaded slog-envlogger v2.2.0 |
1113 | 2025-01-08T14:36:49.987Z | Downloaded slog-dtrace v0.3.0 |
1114 | 2025-01-08T14:36:49.990Z | Downloaded sha1 v0.10.6 |
1115 | 2025-01-08T14:36:49.990Z | Downloaded serde-hex v0.1.0 |
1116 | 2025-01-08T14:36:49.990Z | Downloaded scrypt v0.11.0 |
1117 | 2025-01-08T14:36:49.994Z | Downloaded rfc6979 v0.4.0 |
1118 | 2025-01-08T14:36:49.994Z | Downloaded bzip2 v0.4.4 |
1119 | 2025-01-08T14:36:49.994Z | Downloaded rtoolbox v0.0.2 |
1120 | 2025-01-08T14:36:50.000Z | Downloaded icu_locid_transform_data v1.5.0 |
1121 | 2025-01-08T14:36:50.000Z | Downloaded cancel-safe-futures v0.1.5 |
1122 | 2025-01-08T14:36:50.002Z | Downloaded ctr v0.9.2 |
1123 | 2025-01-08T14:36:50.002Z | Downloaded cassowary v0.3.0 |
1124 | 2025-01-08T14:36:50.002Z | Downloaded icu_locid_transform v1.5.0 |
1125 | 2025-01-08T14:36:50.005Z | Downloaded crc v3.2.1 |
1126 | 2025-01-08T14:36:50.008Z | Downloaded constant_time_eq v0.3.1 |
1127 | 2025-01-08T14:36:50.011Z | Downloaded libsw v3.3.1 |
1128 | 2025-01-08T14:36:50.011Z | Downloaded curve25519-dalek-derive v0.1.1 |
1129 | 2025-01-08T14:36:50.014Z | Downloaded crc-catalog v2.4.0 |
1130 | 2025-01-08T14:36:50.014Z | Downloaded colored v2.1.0 |
1131 | 2025-01-08T14:36:50.015Z | Downloaded buf-list v1.0.3 |
1132 | 2025-01-08T14:36:50.018Z | Downloaded cmake v0.1.51 |
1133 | 2025-01-08T14:36:50.018Z | Downloaded cipher v0.4.4 |
1134 | 2025-01-08T14:36:50.020Z | Downloaded convert_case v0.4.0 |
1135 | 2025-01-08T14:36:50.021Z | Downloaded bitfield v0.14.0 |
1136 | 2025-01-08T14:36:50.024Z | Downloaded bcs v0.1.6 |
1137 | 2025-01-08T14:36:50.027Z | Downloaded litemap v0.7.3 |
1138 | 2025-01-08T14:36:50.030Z | Downloaded indoc v1.0.9 |
1139 | 2025-01-08T14:36:50.030Z | Downloaded hyper-staticfile v0.10.1 |
1140 | 2025-01-08T14:36:50.033Z | Downloaded cobs v0.2.3 |
1141 | 2025-01-08T14:36:50.033Z | Downloaded cexpr v0.6.0 |
1142 | 2025-01-08T14:36:50.038Z | Downloaded castaway v0.2.3 |
1143 | 2025-01-08T14:36:50.038Z | Downloaded base64ct v1.6.0 |
1144 | 2025-01-08T14:36:50.040Z | Downloaded base16ct v0.2.0 |
1145 | 2025-01-08T14:36:50.040Z | Downloaded hubpack v0.1.2 |
1146 | 2025-01-08T14:36:50.040Z | Downloaded cfg_aliases v0.1.1 |
1147 | 2025-01-08T14:36:50.043Z | Downloaded httpdate v1.0.3 |
1148 | 2025-01-08T14:36:50.043Z | Downloaded http-body-util v0.1.2 |
1149 | 2025-01-08T14:36:50.046Z | Downloaded async-recursion v1.1.1 |
1150 | 2025-01-08T14:36:50.049Z | Downloaded bb8 v0.8.5 |
1151 | 2025-01-08T14:36:50.049Z | Downloaded hex v0.4.3 |
1152 | 2025-01-08T14:36:50.051Z | Downloaded atomic-waker v1.1.2 |
1153 | 2025-01-08T14:36:50.051Z | Downloaded async-trait v0.1.83 |
1154 | 2025-01-08T14:36:50.054Z | Downloaded aes-gcm v0.10.3 |
1155 | 2025-01-08T14:36:50.057Z | Downloaded arc-swap v1.7.1 |
1156 | 2025-01-08T14:36:50.061Z | Downloaded arrayref v0.3.9 |
1157 | 2025-01-08T14:36:50.066Z | Downloaded array-init v0.0.4 |
1158 | 2025-01-08T14:36:50.066Z | Downloaded aho-corasick v1.1.3 |
1159 | 2025-01-08T14:36:50.114Z | Downloaded ring v0.17.8 |
1160 | 2025-01-08T14:36:50.208Z | Downloaded libsqlite3-sys v0.30.1 |
1161 | 2025-01-08T14:36:50.437Z | Downloaded aws-lc-sys v0.22.0 |
1162 | 2025-01-08T14:36:50.736Z | Compiling serde v1.0.215 |
1163 | 2025-01-08T14:36:50.738Z | Compiling lock_api v0.4.12 |
1164 | 2025-01-08T14:36:50.739Z | Compiling scopeguard v1.2.0 |
1165 | 2025-01-08T14:36:50.739Z | Compiling value-bag v1.9.0 |
1166 | 2025-01-08T14:36:50.739Z | Compiling typenum v1.17.0 |
1167 | 2025-01-08T14:36:50.739Z | Compiling generic-array v0.14.7 |
1168 | 2025-01-08T14:36:50.916Z | Compiling syn v2.0.87 |
1169 | 2025-01-08T14:36:50.928Z | Compiling getrandom v0.2.15 |
1170 | 2025-01-08T14:36:51.029Z | Compiling shlex v1.3.0 |
1171 | 2025-01-08T14:36:51.222Z | Compiling rand_core v0.6.4 |
1172 | 2025-01-08T14:36:51.344Z | Compiling log v0.4.22 |
1173 | 2025-01-08T14:36:51.432Z | Compiling subtle v2.6.1 |
1174 | 2025-01-08T14:36:51.451Z | Compiling jobserver v0.1.32 |
1175 | 2025-01-08T14:36:51.484Z | Compiling smallvec v1.13.2 |
1176 | 2025-01-08T14:36:51.757Z | Compiling const-oid v0.9.6 |
1177 | 2025-01-08T14:36:51.778Z | Compiling spin v0.9.8 |
1178 | 2025-01-08T14:36:51.781Z | Compiling pin-project-lite v0.2.14 |
1179 | 2025-01-08T14:36:51.880Z | Compiling cc v1.1.30 |
1180 | 2025-01-08T14:36:51.921Z | Compiling rustix v0.38.37 |
1181 | 2025-01-08T14:36:52.201Z | Compiling parking_lot_core v0.9.10 |
1182 | 2025-01-08T14:36:52.219Z | Compiling futures-core v0.3.31 |
1183 | 2025-01-08T14:36:52.366Z | Compiling signal-hook-registry v1.4.2 |
1184 | 2025-01-08T14:36:52.477Z | Compiling mio v1.0.2 |
1185 | 2025-01-08T14:36:52.837Z | Compiling aho-corasick v1.1.3 |
1186 | 2025-01-08T14:36:53.166Z | Compiling parking_lot v0.12.3 |
1187 | 2025-01-08T14:36:53.311Z | Compiling either v1.13.0 |
1188 | 2025-01-08T14:36:53.654Z | Compiling cpufeatures v0.2.14 |
1189 | 2025-01-08T14:36:53.758Z | Compiling regex-syntax v0.8.5 |
1190 | 2025-01-08T14:36:53.760Z | Compiling lazy_static v1.5.0 |
1191 | 2025-01-08T14:36:53.829Z | Compiling stable_deref_trait v1.2.0 |
1192 | 2025-01-08T14:36:53.849Z | Compiling futures-sink v0.3.31 |
1193 | 2025-01-08T14:36:53.910Z | Compiling glob v0.3.1 |
1194 | 2025-01-08T14:36:53.935Z | Compiling socket2 v0.5.7 |
1195 | 2025-01-08T14:36:53.991Z | Compiling slab v0.4.9 |
1196 | 2025-01-08T14:36:54.239Z | Compiling prettyplease v0.2.25 |
1197 | 2025-01-08T14:36:54.450Z | Compiling serde_json v1.0.133 |
1198 | 2025-01-08T14:36:54.578Z | Compiling minimal-lexical v0.2.1 |
1199 | 2025-01-08T14:36:54.942Z | Compiling clang-sys v1.8.1 |
1200 | 2025-01-08T14:36:54.977Z | Compiling libloading v0.8.5 |
1201 | 2025-01-08T14:36:55.094Z | Compiling nom v7.1.3 |
1202 | 2025-01-08T14:36:55.114Z | Compiling home v0.5.9 |
1203 | 2025-01-08T14:36:55.383Z | Compiling bindgen v0.69.5 |
1204 | 2025-01-08T14:36:55.418Z | Compiling futures-channel v0.3.31 |
1205 | 2025-01-08T14:36:55.860Z | Compiling itertools v0.12.1 |
1206 | 2025-01-08T14:36:56.209Z | Compiling lazycell v1.3.0 |
1207 | 2025-01-08T14:36:56.386Z | Compiling futures-task v0.3.31 |
1208 | 2025-01-08T14:36:56.406Z | Compiling futures-io v0.3.31 |
1209 | 2025-01-08T14:36:56.712Z | Compiling allocator-api2 v0.2.18 |
1210 | 2025-01-08T14:36:56.752Z | Compiling foldhash v0.1.3 |
1211 | 2025-01-08T14:36:57.087Z | Compiling libm v0.2.8 |
1212 | 2025-01-08T14:36:57.416Z | Compiling pin-utils v0.1.0 |
1213 | 2025-01-08T14:36:57.518Z | Compiling regex-automata v0.4.8 |
1214 | 2025-01-08T14:36:57.538Z | Compiling rustc-hash v1.1.0 |
1215 | 2025-01-08T14:36:57.716Z | Compiling hashbrown v0.15.1 |
1216 | 2025-01-08T14:36:58.845Z | Compiling synstructure v0.13.1 |
1217 | 2025-01-08T14:36:59.096Z | Compiling cexpr v0.6.0 |
1218 | 2025-01-08T14:36:59.135Z | Compiling cmake v0.1.51 |
1219 | 2025-01-08T14:37:00.155Z | Compiling num-traits v0.2.19 |
1220 | 2025-01-08T14:37:00.437Z | Compiling tinyvec_macros v0.1.1 |
1221 | 2025-01-08T14:37:00.534Z | Compiling dunce v1.0.5 |
1222 | 2025-01-08T14:37:00.591Z | Compiling pkg-config v0.3.31 |
1223 | 2025-01-08T14:37:00.660Z | Compiling fs_extra v1.3.0 |
1224 | 2025-01-08T14:37:00.683Z | Compiling tinyvec v1.8.0 |
1225 | 2025-01-08T14:37:01.262Z | Compiling ring v0.17.8 |
1226 | 2025-01-08T14:37:02.091Z | Compiling paste v1.0.15 |
1227 | 2025-01-08T14:37:02.137Z | Compiling unicode-normalization v0.1.24 |
1228 | 2025-01-08T14:37:02.402Z | Compiling unicode-bidi v0.3.17 |
1229 | 2025-01-08T14:37:02.548Z | Compiling base64ct v1.6.0 |
1230 | 2025-01-08T14:37:02.592Z | Compiling litemap v0.7.3 |
1231 | 2025-01-08T14:37:02.985Z | Compiling regex v1.11.1 |
1232 | 2025-01-08T14:37:03.168Z | Compiling writeable v0.5.5 |
1233 | 2025-01-08T14:37:03.232Z | Compiling pem-rfc7468 v0.7.0 |
1234 | 2025-01-08T14:37:03.859Z | Compiling httparse v1.9.5 |
1235 | 2025-01-08T14:37:04.004Z | Compiling aws-lc-rs v1.10.0 |
1236 | 2025-01-08T14:37:04.124Z | Compiling flagset v0.4.6 |
1237 | 2025-01-08T14:37:04.330Z | Compiling tracing-core v0.1.32 |
1238 | 2025-01-08T14:37:04.458Z | Compiling crossbeam-utils v0.8.20 |
1239 | 2025-01-08T14:37:04.664Z | Compiling icu_locid_transform_data v1.5.0 |
1240 | 2025-01-08T14:37:04.768Z | Compiling percent-encoding v2.3.1 |
1241 | 2025-01-08T14:37:05.057Z | Compiling rustls-pki-types v1.10.0 |
1242 | 2025-01-08T14:37:05.390Z | Compiling time-core v0.1.2 |
1243 | 2025-01-08T14:37:05.563Z | Compiling mirai-annotations v1.12.0 |
1244 | 2025-01-08T14:37:05.616Z | Compiling untrusted v0.7.1 |
1245 | 2025-01-08T14:37:05.714Z | Compiling serde_derive v1.0.215 |
1246 | 2025-01-08T14:37:05.750Z | Compiling zeroize_derive v1.4.2 |
1247 | 2025-01-08T14:37:05.787Z | Compiling zerocopy-derive v0.7.35 |
1248 | 2025-01-08T14:37:05.834Z | Compiling tokio-macros v2.4.0 |
1249 | 2025-01-08T14:37:06.174Z | Compiling zerofrom-derive v0.1.4 |
1250 | 2025-01-08T14:37:07.329Z | Compiling zeroize v1.8.1 |
1251 | 2025-01-08T14:37:07.389Z | Compiling thiserror-impl v1.0.69 |
1252 | 2025-01-08T14:37:07.796Z | Compiling yoke-derive v0.7.4 |
1253 | 2025-01-08T14:37:08.121Z | Compiling zerocopy v0.7.35 |
1254 | 2025-01-08T14:37:09.112Z | Compiling crypto-common v0.1.6 |
1255 | 2025-01-08T14:37:09.353Z | Compiling block-buffer v0.10.4 |
1256 | 2025-01-08T14:37:09.619Z | Compiling digest v0.10.7 |
1257 | 2025-01-08T14:37:09.779Z | Compiling futures-macro v0.3.31 |
1258 | 2025-01-08T14:37:09.799Z | Compiling zerovec-derive v0.10.3 |
1259 | 2025-01-08T14:37:10.095Z | Compiling hmac v0.12.1 |
1260 | 2025-01-08T14:37:10.320Z | Compiling zerofrom v0.1.4 |
1261 | 2025-01-08T14:37:10.346Z | Compiling block-padding v0.3.3 |
1262 | 2025-01-08T14:37:10.466Z | Compiling displaydoc v0.2.5 |
1263 | 2025-01-08T14:37:10.538Z | Compiling sha2 v0.10.8 |
1264 | 2025-01-08T14:37:10.603Z | Compiling inout v0.1.3 |
1265 | 2025-01-08T14:37:10.831Z | Compiling thiserror v1.0.69 |
1266 | 2025-01-08T14:37:10.858Z | Compiling yoke v0.7.4 |
1267 | 2025-01-08T14:37:10.884Z | Compiling cipher v0.4.4 |
1268 | 2025-01-08T14:37:10.975Z | Compiling ppv-lite86 v0.2.20 |
1269 | 2025-01-08T14:37:11.232Z | Compiling der_derive v0.7.3 |
1270 | 2025-01-08T14:37:11.423Z | Compiling icu_provider_macros v1.5.0 |
1271 | 2025-01-08T14:37:11.782Z | Compiling futures-util v0.3.31 |
1272 | 2025-01-08T14:37:11.830Z | Compiling rand_chacha v0.3.1 |
1273 | 2025-01-08T14:37:12.204Z | Compiling tracing-attributes v0.1.27 |
1274 | 2025-01-08T14:37:12.466Z | Compiling zerovec v0.10.4 |
1275 | 2025-01-08T14:37:12.608Z | Compiling rand v0.8.5 |
1276 | 2025-01-08T14:37:13.724Z | Compiling der v0.7.9 |
1277 | 2025-01-08T14:37:14.119Z | Compiling salsa20 v0.10.2 |
1278 | 2025-01-08T14:37:14.196Z | Compiling pest v2.7.14 |
1279 | 2025-01-08T14:37:14.355Z | Compiling tinystr v0.7.6 |
1280 | 2025-01-08T14:37:14.766Z | Compiling icu_locid v1.5.0 |
1281 | 2025-01-08T14:37:14.786Z | Compiling icu_collections v1.5.0 |
1282 | 2025-01-08T14:37:14.864Z | Compiling pbkdf2 v0.12.2 |
1283 | 2025-01-08T14:37:15.050Z | Compiling untrusted v0.9.0 |
1284 | 2025-01-08T14:37:15.220Z | Compiling powerfmt v0.2.0 |
1285 | 2025-01-08T14:37:15.604Z | Compiling num-conv v0.1.0 |
1286 | 2025-01-08T14:37:15.870Z | Compiling spki v0.7.3 |
1287 | 2025-01-08T14:37:16.064Z | Compiling icu_provider v1.5.0 |
1288 | 2025-01-08T14:37:16.253Z | Compiling tracing v0.1.40 |
1289 | 2025-01-08T14:37:16.273Z | Compiling icu_properties_data v1.5.0 |
1290 | 2025-01-08T14:37:16.536Z | Compiling vcpkg v0.2.15 |
1291 | 2025-01-08T14:37:16.754Z | Compiling icu_locid_transform v1.5.0 |
1292 | 2025-01-08T14:37:17.096Z | Compiling pest_meta v2.7.14 |
1293 | 2025-01-08T14:37:17.155Z | Compiling time-macros v0.2.18 |
1294 | 2025-01-08T14:37:17.236Z | Compiling deranged v0.3.11 |
1295 | 2025-01-08T14:37:18.121Z | Compiling icu_properties v1.5.1 |
1296 | 2025-01-08T14:37:18.750Z | Compiling openssl-sys v0.9.103 |
1297 | 2025-01-08T14:37:19.234Z | Compiling scrypt v0.11.0 |
1298 | 2025-01-08T14:37:19.484Z | Compiling aes v0.8.4 |
1299 | 2025-01-08T14:37:19.831Z | Compiling bitflags v2.6.0 |
1300 | 2025-01-08T14:37:19.851Z | Compiling bytes v1.8.0 |
1301 | 2025-01-08T14:37:20.509Z | Compiling indexmap v2.6.0 |
1302 | 2025-01-08T14:37:21.081Z | Compiling tokio v1.40.0 |
1303 | 2025-01-08T14:37:21.210Z | Compiling http v1.1.0 |
1304 | 2025-01-08T14:37:21.975Z | Compiling semver v1.0.23 |
1305 | 2025-01-08T14:37:22.291Z | Compiling cbc v0.1.2 |
1306 | 2025-01-08T14:37:22.352Z | Compiling scroll_derive v0.12.0 |
1307 | 2025-01-08T14:37:22.527Z | Compiling rustc_version v0.4.1 |
1308 | 2025-01-08T14:37:22.971Z | Compiling utf8_iter v1.0.4 |
1309 | 2025-01-08T14:37:23.238Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2025-01-08T14:37:23.350Z | Compiling num_threads v0.1.7 |
1311 | 2025-01-08T14:37:23.369Z | Compiling write16 v1.0.0 |
1312 | 2025-01-08T14:37:23.486Z | Compiling utf16_iter v1.0.5 |
1313 | 2025-01-08T14:37:23.504Z | Compiling atomic-waker v1.1.2 |
1314 | 2025-01-08T14:37:23.535Z | Compiling time v0.3.36 |
1315 | 2025-01-08T14:37:23.682Z | Compiling icu_normalizer v1.5.0 |
1316 | 2025-01-08T14:37:23.702Z | Compiling http-body v1.0.1 |
1317 | 2025-01-08T14:37:23.722Z | Compiling pkcs5 v0.7.1 |
1318 | 2025-01-08T14:37:23.841Z | Compiling scroll v0.12.0 |
1319 | 2025-01-08T14:37:24.013Z | Compiling pest_generator v2.7.14 |
1320 | 2025-01-08T14:37:24.056Z | Compiling which v4.4.2 |
1321 | 2025-01-08T14:37:24.687Z | Compiling form_urlencoded v1.2.1 |
1322 | 2025-01-08T14:37:24.939Z | Compiling try-lock v0.2.5 |
1323 | 2025-01-08T14:37:25.019Z | Compiling slog v2.7.0 |
1324 | 2025-01-08T14:37:25.091Z | Compiling goblin v0.8.2 |
1325 | 2025-01-08T14:37:25.555Z | Compiling want v0.3.1 |
1326 | 2025-01-08T14:37:25.607Z | Compiling idna_adapter v1.2.0 |
1327 | 2025-01-08T14:37:25.675Z | Compiling pkcs8 v0.10.2 |
1328 | 2025-01-08T14:37:25.825Z | Compiling uuid v1.11.0 |
1329 | 2025-01-08T14:37:25.846Z | Compiling httpdate v1.0.3 |
1330 | 2025-01-08T14:37:26.057Z | Compiling pest_derive v2.7.14 |
1331 | 2025-01-08T14:37:26.300Z | Compiling iana-time-zone v0.1.61 |
1332 | 2025-01-08T14:37:26.365Z | Compiling idna v1.0.3 |
1333 | 2025-01-08T14:37:26.798Z | Compiling chrono v0.4.38 |
1334 | 2025-01-08T14:37:26.873Z | Compiling dtrace-parser v0.2.0 |
1335 | 2025-01-08T14:37:28.074Z | Compiling serde_spanned v0.6.8 |
1336 | 2025-01-08T14:37:28.246Z | Compiling toml_datetime v0.6.8 |
1337 | 2025-01-08T14:37:28.337Z | Compiling serde_tokenstream v0.2.2 |
1338 | 2025-01-08T14:37:28.803Z | Compiling rustversion v1.0.17 |
1339 | 2025-01-08T14:37:28.884Z | Compiling foreign-types-shared v0.1.1 |
1340 | 2025-01-08T14:37:28.967Z | Compiling openssl v0.10.66 |
1341 | 2025-01-08T14:37:28.997Z | Compiling adler2 v2.0.0 |
1342 | 2025-01-08T14:37:29.138Z | Compiling base64 v0.22.1 |
1343 | 2025-01-08T14:37:29.204Z | Compiling tower-service v0.3.3 |
1344 | 2025-01-08T14:37:29.335Z | Compiling match_cfg v0.1.0 |
1345 | 2025-01-08T14:37:29.406Z | Compiling miniz_oxide v0.8.0 |
1346 | 2025-01-08T14:37:29.431Z | Compiling tokio-util v0.7.12 |
1347 | 2025-01-08T14:37:29.577Z | Compiling hostname v0.3.1 |
1348 | 2025-01-08T14:37:29.837Z | Compiling foreign-types v0.3.2 |
1349 | 2025-01-08T14:37:29.877Z | Compiling url v2.5.3 |
1350 | 2025-01-08T14:37:30.598Z | Compiling h2 v0.4.6 |
1351 | 2025-01-08T14:37:30.867Z | Compiling dof v0.3.0 |
1352 | 2025-01-08T14:37:30.913Z | Compiling openssl-macros v0.1.1 |
1353 | 2025-01-08T14:37:31.327Z | Compiling async-trait v0.1.83 |
1354 | 2025-01-08T14:37:31.683Z | Compiling usdt-impl v0.5.0 |
1355 | 2025-01-08T14:37:31.930Z | Compiling serde_derive_internals v0.29.1 |
1356 | 2025-01-08T14:37:33.055Z | Compiling dirs-sys-next v0.1.2 |
1357 | 2025-01-08T14:37:33.319Z | Compiling rustls v0.22.4 |
1358 | 2025-01-08T14:37:33.585Z | Compiling siphasher v0.3.11 |
1359 | 2025-01-08T14:37:33.780Z | Compiling native-tls v0.2.12 |
1360 | 2025-01-08T14:37:33.985Z | Compiling rustls v0.23.19 |
1361 | 2025-01-08T14:37:34.114Z | Compiling schemars v0.8.21 |
1362 | 2025-01-08T14:37:34.137Z | Compiling syn v1.0.109 |
1363 | 2025-01-08T14:37:34.252Z | Compiling data-encoding v2.6.0 |
1364 | 2025-01-08T14:37:34.542Z | Compiling dirs-next v2.0.0 |
1365 | 2025-01-08T14:37:34.761Z | Compiling schemars_derive v0.8.21 |
1366 | 2025-01-08T14:37:35.330Z | Compiling http-body-util v0.1.2 |
1367 | 2025-01-08T14:37:35.873Z | Compiling crossbeam-epoch v0.9.18 |
1368 | 2025-01-08T14:37:36.184Z | Compiling heapless v0.7.17 |
1369 | 2025-01-08T14:37:36.600Z | Compiling signature v2.2.0 |
1370 | 2025-01-08T14:37:36.655Z | Compiling sha1 v0.10.6 |
1371 | 2025-01-08T14:37:36.674Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1372 | 2025-01-08T14:37:36.677Z | Compiling thread_local v1.1.8 |
1373 | 2025-01-08T14:37:36.880Z | Compiling cookie v0.18.1 |
1374 | 2025-01-08T14:37:37.088Z | Compiling multer v3.1.0 |
1375 | 2025-01-08T14:37:37.143Z | Compiling encoding_rs v0.8.34 |
1376 | 2025-01-08T14:37:37.172Z | Compiling mime v0.3.17 |
1377 | 2025-01-08T14:37:37.218Z | Compiling openssl-probe v0.1.5 |
1378 | 2025-01-08T14:37:37.359Z | Compiling ipnet v2.10.1 |
1379 | 2025-01-08T14:37:37.595Z | Compiling hyper v1.5.0 |
1380 | 2025-01-08T14:37:37.752Z | Compiling signal-hook v0.3.17 |
1381 | 2025-01-08T14:37:38.022Z | Compiling dyn-clone v1.0.17 |
1382 | 2025-01-08T14:37:38.175Z | Compiling rayon-core v1.12.1 |
1383 | 2025-01-08T14:37:38.251Z | Compiling gimli v0.31.1 |
1384 | 2025-01-08T14:37:38.501Z | Compiling unicode-properties v0.1.3 |
1385 | 2025-01-08T14:37:38.617Z | Compiling slog-async v2.8.0 |
1386 | 2025-01-08T14:37:38.931Z | Compiling stringprep v0.1.5 |
1387 | 2025-01-08T14:37:39.287Z | Compiling toml_edit v0.22.22 |
1388 | 2025-01-08T14:37:40.263Z | Compiling hyper-util v0.1.10 |
1389 | 2025-01-08T14:37:42.178Z | Compiling crossbeam-deque v0.8.5 |
1390 | 2025-01-08T14:37:42.529Z | Compiling usdt-macro v0.5.0 |
1391 | 2025-01-08T14:37:43.467Z | Compiling addr2line v0.24.2 |
1392 | 2025-01-08T14:37:43.488Z | Compiling usdt-attr-macro v0.5.0 |
1393 | 2025-01-08T14:37:43.632Z | Compiling term v0.7.0 |
1394 | 2025-01-08T14:37:43.972Z | Compiling slog-json v2.6.1 |
1395 | 2025-01-08T14:37:44.198Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2025-01-08T14:37:44.367Z | Compiling crossbeam-channel v0.5.13 |
1397 | 2025-01-08T14:37:44.741Z | Compiling curve25519-dalek v4.1.3 |
1398 | 2025-01-08T14:37:45.161Z | Compiling futures-executor v0.3.31 |
1399 | 2025-01-08T14:37:45.164Z | Compiling enum-as-inner v0.6.1 |
1400 | 2025-01-08T14:37:45.232Z | Compiling md-5 v0.10.6 |
1401 | 2025-01-08T14:37:45.358Z | Compiling async-stream-impl v0.3.6 |
1402 | 2025-01-08T14:37:45.499Z | Compiling rustls-pemfile v2.2.0 |
1403 | 2025-01-08T14:37:45.519Z | Compiling num-integer v0.1.46 |
1404 | 2025-01-08T14:37:45.745Z | Compiling idna v0.4.0 |
1405 | 2025-01-08T14:37:45.832Z | Compiling idna v0.3.0 |
1406 | 2025-01-08T14:37:46.254Z | Compiling hash32 v0.2.1 |
1407 | 2025-01-08T14:37:46.305Z | Compiling ff v0.13.0 |
1408 | 2025-01-08T14:37:46.515Z | Compiling is-terminal v0.4.13 |
1409 | 2025-01-08T14:37:46.638Z | Compiling object v0.36.5 |
1410 | 2025-01-08T14:37:46.661Z | Compiling dropshot v0.12.0 |
1411 | 2025-01-08T14:37:46.756Z | Compiling quick-error v1.2.3 |
1412 | 2025-01-08T14:37:46.909Z | Compiling utf-8 v0.7.6 |
1413 | 2025-01-08T14:37:46.930Z | Compiling smoltcp v0.9.1 |
1414 | 2025-01-08T14:37:47.239Z | Compiling anyhow v1.0.93 |
1415 | 2025-01-08T14:37:47.363Z | Compiling num-bigint-dig v0.8.4 |
1416 | 2025-01-08T14:37:47.534Z | Compiling base16ct v0.2.0 |
1417 | 2025-01-08T14:37:47.649Z | Compiling take_mut v0.2.2 |
1418 | 2025-01-08T14:37:47.652Z | Compiling psl-types v2.0.11 |
1419 | 2025-01-08T14:37:47.709Z | Compiling linked-hash-map v0.5.6 |
1420 | 2025-01-08T14:37:47.806Z | Compiling portable-atomic v1.9.0 |
1421 | 2025-01-08T14:37:47.852Z | Compiling rustc-demangle v0.1.24 |
1422 | 2025-01-08T14:37:47.873Z | Compiling fallible-iterator v0.2.0 |
1423 | 2025-01-08T14:37:48.097Z | Compiling lru-cache v0.1.2 |
1424 | 2025-01-08T14:37:48.262Z | Compiling publicsuffix v2.2.3 |
1425 | 2025-01-08T14:37:48.551Z | Compiling sec1 v0.7.3 |
1426 | 2025-01-08T14:37:48.601Z | Compiling postgres-protocol v0.6.7 |
1427 | 2025-01-08T14:37:49.018Z | Compiling tungstenite v0.24.0 |
1428 | 2025-01-08T14:37:49.110Z | Compiling resolv-conf v0.7.0 |
1429 | 2025-01-08T14:37:49.150Z | Compiling async-stream v0.3.6 |
1430 | 2025-01-08T14:37:49.450Z | Compiling usdt v0.5.0 |
1431 | 2025-01-08T14:37:49.596Z | Compiling slog-term v2.9.1 |
1432 | 2025-01-08T14:37:49.902Z | Compiling hickory-proto v0.24.1 |
1433 | 2025-01-08T14:37:49.963Z | Compiling group v0.13.0 |
1434 | 2025-01-08T14:37:50.292Z | Compiling num-iter v0.1.45 |
1435 | 2025-01-08T14:37:50.486Z | Compiling futures v0.3.31 |
1436 | 2025-01-08T14:37:50.725Z | Compiling slog-bunyan v2.5.0 |
1437 | 2025-01-08T14:37:50.939Z | Compiling toml v0.8.19 |
1438 | 2025-01-08T14:37:52.509Z | Compiling tokio-native-tls v0.3.1 |
1439 | 2025-01-08T14:37:52.689Z | Compiling camino v1.1.9 |
1440 | 2025-01-08T14:37:52.787Z | Compiling phf_shared v0.11.2 |
1441 | 2025-01-08T14:37:52.850Z | Compiling dropshot_endpoint v0.12.0 |
1442 | 2025-01-08T14:37:53.165Z | Compiling terminal_size v0.4.0 |
1443 | 2025-01-08T14:37:53.230Z | Compiling waitgroup v0.1.2 |
1444 | 2025-01-08T14:37:53.394Z | Compiling openapiv3 v2.0.0 |
1445 | 2025-01-08T14:37:53.468Z | Compiling serde_path_to_error v0.1.16 |
1446 | 2025-01-08T14:37:53.649Z | Compiling hkdf v0.12.4 |
1447 | 2025-01-08T14:37:53.911Z | Compiling crypto-bigint v0.5.5 |
1448 | 2025-01-08T14:37:54.311Z | Compiling backtrace v0.3.74 |
1449 | 2025-01-08T14:37:54.798Z | Compiling zerocopy-derive v0.6.6 |
1450 | 2025-01-08T14:37:57.120Z | Compiling curve25519-dalek-derive v0.1.1 |
1451 | 2025-01-08T14:37:57.507Z | Compiling hubpack_derive v0.1.1 |
1452 | 2025-01-08T14:37:57.564Z | Compiling webpki-roots v0.26.6 |
1453 | 2025-01-08T14:37:57.784Z | Compiling idna v0.5.0 |
1454 | 2025-01-08T14:37:57.857Z | Compiling hostname v0.4.0 |
1455 | 2025-01-08T14:37:57.984Z | Compiling fs-err v2.11.0 |
1456 | 2025-01-08T14:37:58.102Z | Compiling ahash v0.8.11 |
1457 | 2025-01-08T14:37:58.277Z | Compiling crc32fast v1.4.2 |
1458 | 2025-01-08T14:37:58.432Z | Compiling debug-ignore v1.0.5 |
1459 | 2025-01-08T14:37:58.461Z | Compiling newtype-uuid v1.1.3 |
1460 | 2025-01-08T14:37:58.592Z | Compiling managed v0.8.0 |
1461 | 2025-01-08T14:37:58.615Z | Compiling winnow v0.5.40 |
1462 | 2025-01-08T14:37:58.686Z | Compiling bitflags v1.3.2 |
1463 | 2025-01-08T14:37:58.747Z | Compiling cookie_store v0.21.0 |
1464 | 2025-01-08T14:37:58.801Z | Compiling clap_builder v4.5.21 |
1465 | 2025-01-08T14:37:59.939Z | Compiling flate2 v1.0.34 |
1466 | 2025-01-08T14:38:00.357Z | Compiling console v0.15.8 |
1467 | 2025-01-08T14:38:00.590Z | Compiling strum_macros v0.25.3 |
1468 | 2025-01-08T14:38:00.928Z | Compiling hubpack v0.1.2 |
1469 | 2025-01-08T14:38:01.368Z | Compiling zerocopy v0.6.6 |
1470 | 2025-01-08T14:38:01.400Z | Compiling elliptic-curve v0.13.8 |
1471 | 2025-01-08T14:38:01.974Z | Compiling hickory-resolver v0.24.1 |
1472 | 2025-01-08T14:38:02.206Z | Compiling toml_edit v0.19.15 |
1473 | 2025-01-08T14:38:02.460Z | Compiling phf v0.11.2 |
1474 | 2025-01-08T14:38:02.765Z | Compiling hyper-tls v0.6.0 |
1475 | 2025-01-08T14:38:03.132Z | Compiling signal-hook-mio v0.2.4 |
1476 | 2025-01-08T14:38:03.208Z | Compiling rayon v1.10.0 |
1477 | 2025-01-08T14:38:03.335Z | Compiling bzip2 v0.4.4 |
1478 | 2025-01-08T14:38:04.814Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2025-01-08T14:38:05.318Z | Compiling postgres-types v0.2.8 |
1480 | 2025-01-08T14:38:07.671Z | Compiling ed25519 v2.2.3 |
1481 | 2025-01-08T14:38:08.102Z | Compiling phf_shared v0.10.0 |
1482 | 2025-01-08T14:38:08.189Z | Compiling tokio-stream v0.1.16 |
1483 | 2025-01-08T14:38:08.405Z | Compiling pkcs1 v0.7.5 |
1484 | 2025-01-08T14:38:08.527Z | Compiling serde-big-array v0.5.1 |
1485 | 2025-01-08T14:38:08.765Z | Compiling clap_derive v4.5.18 |
1486 | 2025-01-08T14:38:08.834Z | Compiling rfc6979 v0.4.0 |
1487 | 2025-01-08T14:38:09.029Z | Compiling derive-where v1.2.7 |
1488 | 2025-01-08T14:38:09.325Z | Compiling serde_repr v0.1.19 |
1489 | 2025-01-08T14:38:09.435Z | Compiling float-cmp v0.9.0 |
1490 | 2025-01-08T14:38:09.588Z | Compiling bstr v1.10.0 |
1491 | 2025-01-08T14:38:09.673Z | Compiling sync_wrapper v1.0.1 |
1492 | 2025-01-08T14:38:09.836Z | Compiling fixedbitset v0.4.2 |
1493 | 2025-01-08T14:38:10.289Z | Compiling precomputed-hash v0.1.1 |
1494 | 2025-01-08T14:38:10.442Z | Compiling new_debug_unreachable v1.0.6 |
1495 | 2025-01-08T14:38:10.444Z | Compiling unicode-width v0.2.0 |
1496 | 2025-01-08T14:38:10.550Z | Compiling normalize-line-endings v0.3.0 |
1497 | 2025-01-08T14:38:10.569Z | Compiling predicates-core v1.0.8 |
1498 | 2025-01-08T14:38:10.680Z | Compiling static_assertions v1.1.0 |
1499 | 2025-01-08T14:38:10.781Z | Compiling difflib v0.4.0 |
1500 | 2025-01-08T14:38:10.916Z | Compiling whoami v1.5.2 |
1501 | 2025-01-08T14:38:10.978Z | Compiling unicode-segmentation v1.12.0 |
1502 | 2025-01-08T14:38:11.386Z | Compiling number_prefix v0.4.0 |
1503 | 2025-01-08T14:38:11.570Z | Compiling bit-vec v0.6.3 |
1504 | 2025-01-08T14:38:11.612Z | Compiling indicatif v0.17.9 |
1505 | 2025-01-08T14:38:11.903Z | Compiling bit-set v0.5.3 |
1506 | 2025-01-08T14:38:12.032Z | Compiling similar v2.6.0 |
1507 | 2025-01-08T14:38:12.203Z | Compiling tokio-postgres v0.7.12 |
1508 | 2025-01-08T14:38:12.428Z | Compiling predicates v3.1.2 |
1509 | 2025-01-08T14:38:12.668Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1510 | 2025-01-08T14:38:13.862Z | Compiling string_cache v0.8.7 |
1511 | 2025-01-08T14:38:13.894Z | Compiling clap v4.5.21 |
1512 | 2025-01-08T14:38:14.019Z | Compiling petgraph v0.6.5 |
1513 | 2025-01-08T14:38:14.261Z | Compiling ecdsa v0.16.9 |
1514 | 2025-01-08T14:38:14.332Z | Compiling rsa v0.9.6 |
1515 | 2025-01-08T14:38:14.439Z | Compiling ed25519-dalek v2.1.1 |
1516 | 2025-01-08T14:38:15.135Z | Compiling toml v0.7.8 |
1517 | 2025-01-08T14:38:15.759Z | Compiling zip v0.6.6 |
1518 | 2025-01-08T14:38:16.896Z | Compiling crossterm v0.28.1 |
1519 | 2025-01-08T14:38:18.158Z | Compiling hex v0.4.3 |
1520 | 2025-01-08T14:38:18.223Z | Compiling x509-cert v0.2.5 |
1521 | 2025-01-08T14:38:18.512Z | Compiling itertools v0.10.5 |
1522 | 2025-01-08T14:38:18.790Z | Compiling unicode-xid v0.2.6 |
1523 | 2025-01-08T14:38:18.828Z | Compiling lalrpop-util v0.19.12 |
1524 | 2025-01-08T14:38:18.974Z | Compiling peg-runtime v0.8.3 |
1525 | 2025-01-08T14:38:19.183Z | Compiling strum_macros v0.26.4 |
1526 | 2025-01-08T14:38:19.666Z | Compiling xattr v1.3.1 |
1527 | 2025-01-08T14:38:19.774Z | Compiling filetime v0.2.25 |
1528 | 2025-01-08T14:38:20.094Z | Compiling tar v0.4.42 |
1529 | 2025-01-08T14:38:24.482Z | Compiling strum v0.26.3 |
1530 | 2025-01-08T14:38:26.790Z | Compiling aws-lc-sys v0.22.0 |
1531 | 2025-01-08T14:38:54.838Z | Compiling rustls-webpki v0.102.8 |
1532 | 2025-01-08T14:38:58.238Z | Compiling tokio-rustls v0.25.0 |
1533 | 2025-01-08T14:38:59.938Z | Compiling tokio-rustls v0.26.0 |
1534 | 2025-01-08T14:39:00.333Z | Compiling hyper-rustls v0.27.3 |
1535 | 2025-01-08T14:39:00.650Z | Compiling reqwest v0.12.9 |
1536 | 2025-01-08T14:39:01.718Z | Compiling qorb v0.2.1 |
1537 | 2025-01-08T14:39:06.502Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2025-01-08T14:39:06.731Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1539 | 2025-01-08T14:39:12.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1540 | 2025-01-08T14:39:12.661Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1541 | 2025-01-08T14:39:12.707Z | Jan 08 14:39:11.643 INFO Starting download, target: Clickhouse |
1542 | 2025-01-08T14:39:12.708Z | Jan 08 14:39:11.643 INFO Starting download, target: Console |
1543 | 2025-01-08T14:39:12.708Z | Jan 08 14:39:11.643 INFO Starting download, target: Cockroach |
1544 | 2025-01-08T14:39:12.708Z | Jan 08 14:39:11.643 INFO Starting download, target: DendriteOpenapi |
1545 | 2025-01-08T14:39:12.710Z | Jan 08 14:39:11.643 INFO Starting download, target: DendriteStub |
1546 | 2025-01-08T14:39:12.710Z | Jan 08 14:39:11.643 INFO Starting download, target: MaghemiteMgd |
1547 | 2025-01-08T14:39:12.710Z | Jan 08 14:39:11.643 INFO Starting download, target: TransceiverControl |
1548 | 2025-01-08T14:39:12.710Z | Jan 08 14:39:11.644 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1549 | 2025-01-08T14:39:12.710Z | Jan 08 14:39:11.644 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1550 | 2025-01-08T14:39:12.711Z | Jan 08 14:39:11.644 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1551 | 2025-01-08T14:39:12.711Z | Jan 08 14:39:11.644 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1552 | 2025-01-08T14:39:12.711Z | Jan 08 14:39:11.644 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1553 | 2025-01-08T14:39:12.711Z | Jan 08 14:39:11.644 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1554 | 2025-01-08T14:39:12.711Z | Jan 08 14:39:11.644 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1555 | 2025-01-08T14:39:12.907Z | Jan 08 14:39:11.841 INFO Download complete, target: DendriteOpenapi |
1556 | 2025-01-08T14:39:13.323Z | Jan 08 14:39:12.224 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1557 | 2025-01-08T14:39:13.398Z | Jan 08 14:39:12.237 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1558 | 2025-01-08T14:39:13.631Z | Jan 08 14:39:12.565 INFO Download complete, target: Console |
1559 | 2025-01-08T14:39:13.661Z | Jan 08 14:39:12.595 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1560 | 2025-01-08T14:39:13.690Z | Jan 08 14:39:12.624 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1561 | 2025-01-08T14:39:14.007Z | Jan 08 14:39:12.942 INFO Download complete, target: TransceiverControl |
1562 | 2025-01-08T14:39:14.312Z | Jan 08 14:39:13.248 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2025-01-08T14:39:14.312Z | Jan 08 14:39:13.248 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2025-01-08T14:39:15.520Z | Jan 08 14:39:14.455 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2025-01-08T14:39:16.630Z | Jan 08 14:39:15.565 INFO Download complete, target: DendriteStub |
1566 | 2025-01-08T14:39:16.679Z | Jan 08 14:39:15.615 INFO Download complete, target: MaghemiteMgd |
1567 | 2025-01-08T14:39:21.773Z | Jan 08 14:39:20.709 INFO Checking that binary works, target: Cockroach |
1568 | 2025-01-08T14:39:22.001Z | Jan 08 14:39:20.937 INFO Download complete, target: Cockroach |
1569 | 2025-01-08T14:39:27.962Z | Jan 08 14:39:26.897 INFO Checking that binary works, target: Clickhouse |
1570 | 2025-01-08T14:39:28.102Z | Jan 08 14:39:27.035 INFO Download complete, target: Clickhouse |
1571 | 2025-01-08T14:39:28.123Z | All builder prerequisites installed successfully, and PATH looks valid |
1572 | 2025-01-08T14:39:28.134Z | |
1573 | 2025-01-08T14:39:28.136Z | real 4:45.547950869 |
1574 | 2025-01-08T14:39:28.137Z | user 16:30.680594347 |
1575 | 2025-01-08T14:39:28.138Z | sys 3:15.406835990 |
1576 | 2025-01-08T14:39:28.138Z | trap 0.547340107 |
1577 | 2025-01-08T14:39:28.139Z | tflt 1.850172390 |
1578 | 2025-01-08T14:39:28.140Z | dflt 2.330729050 |
1579 | 2025-01-08T14:39:28.141Z | kflt 0.032085414 |
1580 | 2025-01-08T14:39:28.142Z | lock 29:23.342603464 |
1581 | 2025-01-08T14:39:28.143Z | slp 1:01:19.024375285 |
1582 | 2025-01-08T14:39:28.143Z | lat 58.347222051 |
1583 | 2025-01-08T14:39:28.144Z | stop 2:18.530409540 |
1584 | 2025-01-08T14:39:28.144Z | + banner hack-check |
1585 | 2025-01-08T14:39:28.144Z | |
1586 | 2025-01-08T14:39:28.144Z | # # ## #### # # #### # # ###### #### # # |
1587 | 2025-01-08T14:39:28.144Z | # # # # # # # # # # # # # # # # # |
1588 | 2025-01-08T14:39:28.145Z | ###### # # # #### ##### # ###### ##### # #### |
1589 | 2025-01-08T14:39:28.145Z | # # ###### # # # # # # # # # # |
1590 | 2025-01-08T14:39:28.145Z | # # # # # # # # # # # # # # # # # |
1591 | 2025-01-08T14:39:28.145Z | # # # # #### # # #### # # ###### #### # # |
1592 | 2025-01-08T14:39:28.146Z | |
1593 | 2025-01-08T14:39:28.146Z | + export CARGO_INCREMENTAL=0 |
1594 | 2025-01-08T14:39:28.146Z | + CARGO_INCREMENTAL=0 |
1595 | 2025-01-08T14:39:28.146Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1596 | 2025-01-08T14:39:28.649Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1597 | 2025-01-08T14:39:32.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
1598 | 2025-01-08T14:39:32.405Z | Running `target/debug/xtask check-features --ci` |
1599 | 2025-01-08T14:39:32.424Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1600 | 2025-01-08T14:39:32.427Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1601 | 2025-01-08T14:39:32.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1602 | 2025-01-08T14:39:32.880Z | Running `target/debug/xtask download cargo-hack` |
1603 | 2025-01-08T14:39:33.680Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1604 | 2025-01-08T14:39:34.037Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1605 | 2025-01-08T14:39:38.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s |
1606 | 2025-01-08T14:39:39.130Z | Running `target/debug/xtask-downloader cargo-hack` |
1607 | 2025-01-08T14:39:39.165Z | Jan 08 14:39:38.100 INFO Starting download, target: CargoHack |
1608 | 2025-01-08T14:39:39.167Z | Jan 08 14:39:38.101 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1609 | 2025-01-08T14:39:39.843Z | Jan 08 14:39:38.778 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1610 | 2025-01-08T14:39:39.934Z | Jan 08 14:39:38.869 INFO Download complete, target: CargoHack |
1611 | 2025-01-08T14:39:39.938Z | 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" |
1612 | 2025-01-08T14:39:39.953Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1613 | 2025-01-08T14:39:40.119Z | info: running `cargo check --bins` on api_identity (1/176) |
1614 | 2025-01-08T14:39:40.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1615 | 2025-01-08T14:39:40.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1616 | 2025-01-08T14:39:40.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1617 | 2025-01-08T14:39:40.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1618 | 2025-01-08T14:39:40.721Z | |
1619 | 2025-01-08T14:39:40.721Z | info: running `cargo check --bins` on bootstore (2/176) |
1620 | 2025-01-08T14:39:41.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2025-01-08T14:39:41.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2025-01-08T14:39:41.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1623 | 2025-01-08T14:39:41.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1624 | 2025-01-08T14:39:41.355Z | |
1625 | 2025-01-08T14:39:41.355Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1626 | 2025-01-08T14:39:41.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2025-01-08T14:39:41.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2025-01-08T14:39:41.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2025-01-08T14:39:41.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1630 | 2025-01-08T14:39:41.983Z | |
1631 | 2025-01-08T14:39:41.983Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1632 | 2025-01-08T14:39:42.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2025-01-08T14:39:42.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2025-01-08T14:39:42.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2025-01-08T14:39:42.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1636 | 2025-01-08T14:39:42.602Z | |
1637 | 2025-01-08T14:39:42.602Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1638 | 2025-01-08T14:39:42.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2025-01-08T14:39:42.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2025-01-08T14:39:42.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2025-01-08T14:39:42.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1642 | 2025-01-08T14:39:43.026Z | |
1643 | 2025-01-08T14:39:43.026Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1644 | 2025-01-08T14:39:43.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2025-01-08T14:39:43.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2025-01-08T14:39:43.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2025-01-08T14:39:43.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1648 | 2025-01-08T14:39:43.446Z | |
1649 | 2025-01-08T14:39:43.446Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1650 | 2025-01-08T14:39:43.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2025-01-08T14:39:43.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2025-01-08T14:39:43.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2025-01-08T14:39:43.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1654 | 2025-01-08T14:39:43.865Z | |
1655 | 2025-01-08T14:39:43.865Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1656 | 2025-01-08T14:39:44.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2025-01-08T14:39:44.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2025-01-08T14:39:44.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2025-01-08T14:39:44.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1660 | 2025-01-08T14:39:44.288Z | |
1661 | 2025-01-08T14:39:44.288Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1662 | 2025-01-08T14:39:44.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2025-01-08T14:39:44.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2025-01-08T14:39:44.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2025-01-08T14:39:44.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1666 | 2025-01-08T14:39:44.714Z | |
1667 | 2025-01-08T14:39:44.714Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1668 | 2025-01-08T14:39:45.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2025-01-08T14:39:45.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2025-01-08T14:39:45.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2025-01-08T14:39:45.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1672 | 2025-01-08T14:39:45.137Z | |
1673 | 2025-01-08T14:39:45.137Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1674 | 2025-01-08T14:39:45.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2025-01-08T14:39:45.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2025-01-08T14:39:45.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2025-01-08T14:39:45.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1678 | 2025-01-08T14:39:45.563Z | |
1679 | 2025-01-08T14:39:45.563Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1680 | 2025-01-08T14:39:45.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2025-01-08T14:39:45.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2025-01-08T14:39:45.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2025-01-08T14:39:45.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1684 | 2025-01-08T14:39:45.984Z | |
1685 | 2025-01-08T14:39:45.984Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1686 | 2025-01-08T14:39:46.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2025-01-08T14:39:46.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2025-01-08T14:39:46.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2025-01-08T14:39:46.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1690 | 2025-01-08T14:39:46.410Z | |
1691 | 2025-01-08T14:39:46.410Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1692 | 2025-01-08T14:39:46.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2025-01-08T14:39:46.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2025-01-08T14:39:46.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2025-01-08T14:39:46.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1696 | 2025-01-08T14:39:46.833Z | |
1697 | 2025-01-08T14:39:46.833Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1698 | 2025-01-08T14:39:47.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2025-01-08T14:39:47.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2025-01-08T14:39:47.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2025-01-08T14:39:47.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1702 | 2025-01-08T14:39:47.253Z | |
1703 | 2025-01-08T14:39:47.253Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1704 | 2025-01-08T14:39:47.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2025-01-08T14:39:47.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2025-01-08T14:39:47.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2025-01-08T14:39:47.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1708 | 2025-01-08T14:39:47.679Z | |
1709 | 2025-01-08T14:39:47.679Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1710 | 2025-01-08T14:39:48.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2025-01-08T14:39:48.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2025-01-08T14:39:48.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2025-01-08T14:39:48.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1714 | 2025-01-08T14:39:48.107Z | |
1715 | 2025-01-08T14:39:48.107Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1716 | 2025-01-08T14:39:48.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2025-01-08T14:39:48.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2025-01-08T14:39:48.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2025-01-08T14:39:48.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1720 | 2025-01-08T14:39:48.581Z | |
1721 | 2025-01-08T14:39:48.581Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1722 | 2025-01-08T14:39:48.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2025-01-08T14:39:48.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2025-01-08T14:39:48.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2025-01-08T14:39:48.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1726 | 2025-01-08T14:39:48.974Z | |
1727 | 2025-01-08T14:39:48.974Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1728 | 2025-01-08T14:39:49.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2025-01-08T14:39:49.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2025-01-08T14:39:49.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2025-01-08T14:39:49.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1732 | 2025-01-08T14:39:49.385Z | |
1733 | 2025-01-08T14:39:49.385Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1734 | 2025-01-08T14:39:49.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2025-01-08T14:39:49.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2025-01-08T14:39:49.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2025-01-08T14:39:49.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1738 | 2025-01-08T14:39:49.810Z | |
1739 | 2025-01-08T14:39:49.810Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1740 | 2025-01-08T14:39:50.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2025-01-08T14:39:50.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2025-01-08T14:39:50.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2025-01-08T14:39:50.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1744 | 2025-01-08T14:39:50.239Z | |
1745 | 2025-01-08T14:39:50.239Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1746 | 2025-01-08T14:39:50.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2025-01-08T14:39:50.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2025-01-08T14:39:50.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2025-01-08T14:39:50.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1750 | 2025-01-08T14:39:50.665Z | |
1751 | 2025-01-08T14:39:50.665Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1752 | 2025-01-08T14:39:51.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2025-01-08T14:39:51.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2025-01-08T14:39:51.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2025-01-08T14:39:51.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1756 | 2025-01-08T14:39:51.099Z | |
1757 | 2025-01-08T14:39:51.099Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1758 | 2025-01-08T14:39:51.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2025-01-08T14:39:51.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2025-01-08T14:39:51.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2025-01-08T14:39:51.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1762 | 2025-01-08T14:39:51.734Z | |
1763 | 2025-01-08T14:39:51.734Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1764 | 2025-01-08T14:39:52.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2025-01-08T14:39:52.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2025-01-08T14:39:52.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2025-01-08T14:39:52.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1768 | 2025-01-08T14:39:52.355Z | |
1769 | 2025-01-08T14:39:52.355Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1770 | 2025-01-08T14:39:52.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2025-01-08T14:39:52.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2025-01-08T14:39:52.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2025-01-08T14:39:52.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1774 | 2025-01-08T14:39:52.981Z | |
1775 | 2025-01-08T14:39:52.981Z | info: running `cargo check --bins` on oxlog (28/176) |
1776 | 2025-01-08T14:39:53.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2025-01-08T14:39:53.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2025-01-08T14:39:53.593Z | Checking cfg-if v1.0.0 |
1779 | 2025-01-08T14:39:53.595Z | Checking libc v0.2.162 |
1780 | 2025-01-08T14:39:53.699Z | Checking serde v1.0.215 |
1781 | 2025-01-08T14:39:53.703Z | Checking zeroize v1.8.1 |
1782 | 2025-01-08T14:39:53.713Z | Checking memchr v2.7.4 |
1783 | 2025-01-08T14:39:53.720Z | Checking typenum v1.17.0 |
1784 | 2025-01-08T14:39:53.732Z | Checking scopeguard v1.2.0 |
1785 | 2025-01-08T14:39:53.735Z | Checking subtle v2.6.1 |
1786 | 2025-01-08T14:39:53.761Z | Checking value-bag v1.9.0 |
1787 | 2025-01-08T14:39:53.871Z | Checking lock_api v0.4.12 |
1788 | 2025-01-08T14:39:53.932Z | Checking const-oid v0.9.6 |
1789 | 2025-01-08T14:39:54.005Z | Checking itoa v1.0.11 |
1790 | 2025-01-08T14:39:54.151Z | Checking log v0.4.22 |
1791 | 2025-01-08T14:39:54.203Z | Checking smallvec v1.13.2 |
1792 | 2025-01-08T14:39:54.312Z | Checking pin-project-lite v0.2.14 |
1793 | 2025-01-08T14:39:54.444Z | Checking byteorder v1.5.0 |
1794 | 2025-01-08T14:39:54.543Z | Checking futures-core v0.3.31 |
1795 | 2025-01-08T14:39:54.591Z | Checking once_cell v1.20.2 |
1796 | 2025-01-08T14:39:54.646Z | Checking cpufeatures v0.2.14 |
1797 | 2025-01-08T14:39:54.714Z | Checking futures-sink v0.3.31 |
1798 | 2025-01-08T14:39:54.733Z | Checking stable_deref_trait v1.2.0 |
1799 | 2025-01-08T14:39:54.823Z | Checking spin v0.9.8 |
1800 | 2025-01-08T14:39:54.841Z | Checking getrandom v0.2.15 |
1801 | 2025-01-08T14:39:54.855Z | Checking signal-hook-registry v1.4.2 |
1802 | 2025-01-08T14:39:54.858Z | Checking parking_lot_core v0.9.10 |
1803 | 2025-01-08T14:39:54.883Z | Checking mio v1.0.2 |
1804 | 2025-01-08T14:39:55.048Z | Checking rand_core v0.6.4 |
1805 | 2025-01-08T14:39:55.093Z | Checking socket2 v0.5.7 |
1806 | 2025-01-08T14:39:55.110Z | Checking generic-array v0.14.7 |
1807 | 2025-01-08T14:39:55.142Z | Checking zerocopy v0.7.35 |
1808 | 2025-01-08T14:39:55.209Z | Checking parking_lot v0.12.3 |
1809 | 2025-01-08T14:39:55.352Z | Checking slab v0.4.9 |
1810 | 2025-01-08T14:39:55.462Z | Checking zerofrom v0.1.4 |
1811 | 2025-01-08T14:39:55.551Z | Checking futures-channel v0.3.31 |
1812 | 2025-01-08T14:39:55.590Z | Checking equivalent v1.0.1 |
1813 | 2025-01-08T14:39:55.607Z | Checking pin-utils v0.1.0 |
1814 | 2025-01-08T14:39:55.667Z | Checking yoke v0.7.4 |
1815 | 2025-01-08T14:39:55.687Z | Checking foldhash v0.1.3 |
1816 | 2025-01-08T14:39:55.699Z | Checking futures-task v0.3.31 |
1817 | 2025-01-08T14:39:55.742Z | Checking futures-io v0.3.31 |
1818 | 2025-01-08T14:39:55.880Z | Checking allocator-api2 v0.2.18 |
1819 | 2025-01-08T14:39:55.902Z | Checking ryu v1.0.18 |
1820 | 2025-01-08T14:39:55.921Z | Checking tinyvec_macros v0.1.1 |
1821 | 2025-01-08T14:39:55.924Z | Checking futures-util v0.3.31 |
1822 | 2025-01-08T14:39:55.993Z | Checking zerovec v0.10.4 |
1823 | 2025-01-08T14:39:56.008Z | Checking tinyvec v1.8.0 |
1824 | 2025-01-08T14:39:56.116Z | Checking fnv v1.0.7 |
1825 | 2025-01-08T14:39:56.238Z | Checking libm v0.2.8 |
1826 | 2025-01-08T14:39:56.272Z | Checking crypto-common v0.1.6 |
1827 | 2025-01-08T14:39:56.457Z | Checking block-buffer v0.10.4 |
1828 | 2025-01-08T14:39:56.514Z | Checking hashbrown v0.15.1 |
1829 | 2025-01-08T14:39:56.531Z | Checking block-padding v0.3.3 |
1830 | 2025-01-08T14:39:56.688Z | Checking digest v0.10.7 |
1831 | 2025-01-08T14:39:56.749Z | Checking inout v0.1.3 |
1832 | 2025-01-08T14:39:56.982Z | Checking cipher v0.4.4 |
1833 | 2025-01-08T14:39:57.059Z | Checking hmac v0.12.1 |
1834 | 2025-01-08T14:39:57.163Z | Checking sha2 v0.10.8 |
1835 | 2025-01-08T14:39:57.252Z | Checking base64ct v1.6.0 |
1836 | 2025-01-08T14:39:57.333Z | Checking unicode-normalization v0.1.24 |
1837 | 2025-01-08T14:39:57.393Z | Checking unicode-bidi v0.3.17 |
1838 | 2025-01-08T14:39:57.630Z | Checking tinystr v0.7.6 |
1839 | 2025-01-08T14:39:57.657Z | Checking writeable v0.5.5 |
1840 | 2025-01-08T14:39:57.695Z | Checking litemap v0.7.3 |
1841 | 2025-01-08T14:39:57.751Z | Checking pem-rfc7468 v0.7.0 |
1842 | 2025-01-08T14:39:57.966Z | Checking num-traits v0.2.19 |
1843 | 2025-01-08T14:39:57.992Z | Checking ppv-lite86 v0.2.20 |
1844 | 2025-01-08T14:39:58.009Z | Checking flagset v0.4.6 |
1845 | 2025-01-08T14:39:58.024Z | Checking icu_locid v1.5.0 |
1846 | 2025-01-08T14:39:58.040Z | Checking tracing-core v0.1.32 |
1847 | 2025-01-08T14:39:58.193Z | Checking der v0.7.9 |
1848 | 2025-01-08T14:39:58.228Z | Checking thiserror v1.0.69 |
1849 | 2025-01-08T14:39:58.352Z | Checking rustls-pki-types v1.10.0 |
1850 | 2025-01-08T14:39:58.638Z | Checking bytes v1.8.0 |
1851 | 2025-01-08T14:39:58.654Z | Checking indexmap v2.6.0 |
1852 | 2025-01-08T14:39:58.758Z | Checking serde_json v1.0.133 |
1853 | 2025-01-08T14:39:58.940Z | Checking rand_chacha v0.3.1 |
1854 | 2025-01-08T14:39:59.050Z | Checking icu_provider v1.5.0 |
1855 | 2025-01-08T14:39:59.351Z | Checking bitflags v2.6.0 |
1856 | 2025-01-08T14:39:59.439Z | Checking tokio v1.40.0 |
1857 | 2025-01-08T14:39:59.608Z | Checking http v1.1.0 |
1858 | 2025-01-08T14:39:59.664Z | Checking percent-encoding v2.3.1 |
1859 | 2025-01-08T14:39:59.741Z | Checking icu_locid_transform_data v1.5.0 |
1860 | 2025-01-08T14:39:59.838Z | Checking icu_locid_transform v1.5.0 |
1861 | 2025-01-08T14:39:59.864Z | Checking rand v0.8.5 |
1862 | 2025-01-08T14:39:59.948Z | Checking tracing v0.1.40 |
1863 | 2025-01-08T14:40:00.021Z | Checking spki v0.7.3 |
1864 | 2025-01-08T14:40:00.300Z | Checking icu_collections v1.5.0 |
1865 | 2025-01-08T14:40:00.315Z | Checking salsa20 v0.10.2 |
1866 | 2025-01-08T14:40:00.496Z | Checking pbkdf2 v0.12.2 |
1867 | 2025-01-08T14:40:00.531Z | Checking aws-lc-sys v0.22.0 |
1868 | 2025-01-08T14:40:00.651Z | Checking httparse v1.9.5 |
1869 | 2025-01-08T14:40:00.809Z | Checking untrusted v0.9.0 |
1870 | 2025-01-08T14:40:00.927Z | Checking icu_properties_data v1.5.0 |
1871 | 2025-01-08T14:40:00.950Z | Checking untrusted v0.7.1 |
1872 | 2025-01-08T14:40:00.965Z | Checking mirai-annotations v1.12.0 |
1873 | 2025-01-08T14:40:01.078Z | Checking powerfmt v0.2.0 |
1874 | 2025-01-08T14:40:01.097Z | Checking ring v0.17.8 |
1875 | 2025-01-08T14:40:01.097Z | Checking scrypt v0.11.0 |
1876 | 2025-01-08T14:40:01.128Z | Checking cbc v0.1.2 |
1877 | 2025-01-08T14:40:01.141Z | Checking aes v0.8.4 |
1878 | 2025-01-08T14:40:01.174Z | Checking icu_properties v1.5.1 |
1879 | 2025-01-08T14:40:01.313Z | Checking crossbeam-utils v0.8.20 |
1880 | 2025-01-08T14:40:01.329Z | Checking atomic-waker v1.1.2 |
1881 | 2025-01-08T14:40:01.353Z | Checking deranged v0.3.11 |
1882 | 2025-01-08T14:40:01.484Z | Checking num-conv v0.1.0 |
1883 | 2025-01-08T14:40:01.746Z | Checking icu_normalizer_data v1.5.0 |
1884 | 2025-01-08T14:40:01.840Z | Checking num_threads v0.1.7 |
1885 | 2025-01-08T14:40:01.951Z | Checking time-core v0.1.2 |
1886 | 2025-01-08T14:40:02.088Z | Checking write16 v1.0.0 |
1887 | 2025-01-08T14:40:02.098Z | Checking utf8_iter v1.0.4 |
1888 | 2025-01-08T14:40:02.115Z | Checking utf16_iter v1.0.5 |
1889 | 2025-01-08T14:40:02.211Z | Checking pkcs5 v0.7.1 |
1890 | 2025-01-08T14:40:02.287Z | Checking http-body v1.0.1 |
1891 | 2025-01-08T14:40:02.342Z | Checking form_urlencoded v1.2.1 |
1892 | 2025-01-08T14:40:02.480Z | Checking try-lock v0.2.5 |
1893 | 2025-01-08T14:40:02.509Z | Checking uuid v1.11.0 |
1894 | 2025-01-08T14:40:02.617Z | Checking want v0.3.1 |
1895 | 2025-01-08T14:40:02.716Z | Checking pkcs8 v0.10.2 |
1896 | 2025-01-08T14:40:02.793Z | Checking httpdate v1.0.3 |
1897 | 2025-01-08T14:40:02.966Z | Checking unicode-ident v1.0.13 |
1898 | 2025-01-08T14:40:03.008Z | Checking toml_datetime v0.6.8 |
1899 | 2025-01-08T14:40:03.042Z | Checking serde_spanned v0.6.8 |
1900 | 2025-01-08T14:40:03.110Z | Checking slog v2.7.0 |
1901 | 2025-01-08T14:40:03.121Z | Checking time v0.3.36 |
1902 | 2025-01-08T14:40:03.141Z | Checking proc-macro2 v1.0.89 |
1903 | 2025-01-08T14:40:03.149Z | Checking aws-lc-rs v1.10.0 |
1904 | 2025-01-08T14:40:03.202Z | Checking scroll v0.12.0 |
1905 | 2025-01-08T14:40:03.274Z | Checking ucd-trie v0.1.7 |
1906 | 2025-01-08T14:40:03.469Z | Checking tower-service v0.3.3 |
1907 | 2025-01-08T14:40:03.582Z | Checking base64 v0.22.1 |
1908 | 2025-01-08T14:40:03.598Z | Checking plain v0.2.3 |
1909 | 2025-01-08T14:40:03.668Z | Checking foreign-types-shared v0.1.1 |
1910 | 2025-01-08T14:40:03.743Z | Checking match_cfg v0.1.0 |
1911 | 2025-01-08T14:40:03.773Z | Checking iana-time-zone v0.1.61 |
1912 | 2025-01-08T14:40:03.827Z | Checking adler2 v2.0.0 |
1913 | 2025-01-08T14:40:03.843Z | Checking hostname v0.3.1 |
1914 | 2025-01-08T14:40:03.927Z | Checking chrono v0.4.38 |
1915 | 2025-01-08T14:40:03.972Z | Checking quote v1.0.37 |
1916 | 2025-01-08T14:40:03.988Z | Checking miniz_oxide v0.8.0 |
1917 | 2025-01-08T14:40:04.056Z | Checking foreign-types v0.3.2 |
1918 | 2025-01-08T14:40:04.144Z | Checking goblin v0.8.2 |
1919 | 2025-01-08T14:40:04.330Z | Checking pest v2.7.14 |
1920 | 2025-01-08T14:40:04.536Z | Checking icu_normalizer v1.5.0 |
1921 | 2025-01-08T14:40:04.692Z | Checking openssl-sys v0.9.103 |
1922 | 2025-01-08T14:40:05.008Z | Checking rustls-webpki v0.102.8 |
1923 | 2025-01-08T14:40:05.324Z | Checking idna_adapter v1.2.0 |
1924 | 2025-01-08T14:40:05.536Z | Checking idna v1.0.3 |
1925 | 2025-01-08T14:40:05.577Z | Checking dirs-sys-next v0.1.2 |
1926 | 2025-01-08T14:40:05.767Z | Checking errno v0.3.9 |
1927 | 2025-01-08T14:40:05.831Z | Checking aho-corasick v1.1.3 |
1928 | 2025-01-08T14:40:05.931Z | Checking data-encoding v2.6.0 |
1929 | 2025-01-08T14:40:05.996Z | Checking siphasher v0.3.11 |
1930 | 2025-01-08T14:40:06.014Z | Checking url v2.5.3 |
1931 | 2025-01-08T14:40:06.017Z | Checking regex-syntax v0.8.5 |
1932 | 2025-01-08T14:40:06.296Z | Checking pretty-hex v0.4.1 |
1933 | 2025-01-08T14:40:06.483Z | Compiling newtype-uuid v1.1.3 |
1934 | 2025-01-08T14:40:06.584Z | Checking openssl v0.10.66 |
1935 | 2025-01-08T14:40:06.783Z | Checking tokio-util v0.7.12 |
1936 | 2025-01-08T14:40:06.803Z | Checking rustix v0.38.37 |
1937 | 2025-01-08T14:40:06.838Z | Checking dirs-next v2.0.0 |
1938 | 2025-01-08T14:40:06.864Z | Checking dtrace-parser v0.2.0 |
1939 | 2025-01-08T14:40:06.980Z | Checking syn v2.0.87 |
1940 | 2025-01-08T14:40:07.331Z | Checking http-body-util v0.1.2 |
1941 | 2025-01-08T14:40:07.478Z | Checking crossbeam-epoch v0.9.18 |
1942 | 2025-01-08T14:40:07.670Z | Checking h2 v0.4.6 |
1943 | 2025-01-08T14:40:07.795Z | Checking sha1 v0.10.6 |
1944 | 2025-01-08T14:40:07.896Z | Checking signature v2.2.0 |
1945 | 2025-01-08T14:40:08.065Z | Checking lazy_static v1.5.0 |
1946 | 2025-01-08T14:40:08.101Z | Checking thread_local v1.1.8 |
1947 | 2025-01-08T14:40:08.177Z | Checking thread-id v4.2.2 |
1948 | 2025-01-08T14:40:08.290Z | Checking encoding_rs v0.8.34 |
1949 | 2025-01-08T14:40:08.354Z | Checking either v1.13.0 |
1950 | 2025-01-08T14:40:08.761Z | Checking unicode-properties v0.1.3 |
1951 | 2025-01-08T14:40:09.034Z | Checking dof v0.3.0 |
1952 | 2025-01-08T14:40:09.093Z | Checking openssl-probe v0.1.5 |
1953 | 2025-01-08T14:40:09.250Z | Checking winnow v0.6.20 |
1954 | 2025-01-08T14:40:09.291Z | Checking regex-automata v0.4.8 |
1955 | 2025-01-08T14:40:09.674Z | Checking ipnet v2.10.1 |
1956 | 2025-01-08T14:40:10.115Z | Checking anstyle v1.0.10 |
1957 | 2025-01-08T14:40:10.322Z | Checking utf8parse v0.2.2 |
1958 | 2025-01-08T14:40:10.459Z | Checking mime v0.3.17 |
1959 | 2025-01-08T14:40:10.474Z | Checking gimli v0.31.1 |
1960 | 2025-01-08T14:40:10.582Z | Checking anstyle-parse v0.2.5 |
1961 | 2025-01-08T14:40:10.774Z | Checking stringprep v0.1.5 |
1962 | 2025-01-08T14:40:10.857Z | Checking crossbeam-deque v0.8.5 |
1963 | 2025-01-08T14:40:11.044Z | Checking term v0.7.0 |
1964 | 2025-01-08T14:40:11.173Z | Checking rustls v0.22.4 |
1965 | 2025-01-08T14:40:11.462Z | Checking rustls v0.23.19 |
1966 | 2025-01-08T14:40:12.141Z | Checking native-tls v0.2.12 |
1967 | 2025-01-08T14:40:12.268Z | Checking toml_edit v0.22.22 |
1968 | 2025-01-08T14:40:12.473Z | Checking slog-json v2.6.1 |
1969 | 2025-01-08T14:40:12.735Z | Checking serde_urlencoded v0.7.1 |
1970 | 2025-01-08T14:40:13.149Z | Checking crossbeam-channel v0.5.13 |
1971 | 2025-01-08T14:40:13.433Z | Checking usdt-impl v0.5.0 |
1972 | 2025-01-08T14:40:13.779Z | Checking hyper v1.5.0 |
1973 | 2025-01-08T14:40:13.855Z | Checking futures-executor v0.3.31 |
1974 | 2025-01-08T14:40:13.933Z | Checking num-integer v0.1.46 |
1975 | 2025-01-08T14:40:13.970Z | Checking rustls-pemfile v2.2.0 |
1976 | 2025-01-08T14:40:14.081Z | Checking idna v0.4.0 |
1977 | 2025-01-08T14:40:14.184Z | Checking idna v0.3.0 |
1978 | 2025-01-08T14:40:14.435Z | Checking md-5 v0.10.6 |
1979 | 2025-01-08T14:40:14.480Z | Checking addr2line v0.24.2 |
1980 | 2025-01-08T14:40:14.656Z | Checking ff v0.13.0 |
1981 | 2025-01-08T14:40:14.871Z | Checking hash32 v0.2.1 |
1982 | 2025-01-08T14:40:14.932Z | Checking memmap v0.7.0 |
1983 | 2025-01-08T14:40:14.949Z | Checking is-terminal v0.4.13 |
1984 | 2025-01-08T14:40:14.965Z | Checking object v0.36.5 |
1985 | 2025-01-08T14:40:14.981Z | Checking is_terminal_polyfill v1.70.1 |
1986 | 2025-01-08T14:40:15.020Z | Checking linked-hash-map v0.5.6 |
1987 | 2025-01-08T14:40:15.061Z | Checking anstyle-query v1.1.1 |
1988 | 2025-01-08T14:40:15.099Z | Checking utf-8 v0.7.6 |
1989 | 2025-01-08T14:40:15.135Z | Checking dyn-clone v1.0.17 |
1990 | 2025-01-08T14:40:15.165Z | Checking fallible-iterator v0.2.0 |
1991 | 2025-01-08T14:40:15.185Z | Checking rustc-demangle v0.1.24 |
1992 | 2025-01-08T14:40:15.276Z | Checking psl-types v2.0.11 |
1993 | 2025-01-08T14:40:15.291Z | Checking take_mut v0.2.2 |
1994 | 2025-01-08T14:40:15.341Z | Checking base16ct v0.2.0 |
1995 | 2025-01-08T14:40:15.434Z | Checking colorchoice v1.0.2 |
1996 | 2025-01-08T14:40:15.451Z | Checking quick-error v1.2.3 |
1997 | 2025-01-08T14:40:15.532Z | Checking sec1 v0.7.3 |
1998 | 2025-01-08T14:40:15.563Z | Checking anstream v0.6.15 |
1999 | 2025-01-08T14:40:15.588Z | Checking resolv-conf v0.7.0 |
2000 | 2025-01-08T14:40:15.608Z | Checking publicsuffix v2.2.3 |
2001 | 2025-01-08T14:40:15.775Z | Checking postgres-protocol v0.6.7 |
2002 | 2025-01-08T14:40:15.808Z | Checking hyper-util v0.1.10 |
2003 | 2025-01-08T14:40:15.829Z | Checking slog-async v2.8.0 |
2004 | 2025-01-08T14:40:15.903Z | Checking lru-cache v0.1.2 |
2005 | 2025-01-08T14:40:15.921Z | Checking tungstenite v0.24.0 |
2006 | 2025-01-08T14:40:15.925Z | Checking schemars v0.8.21 |
2007 | 2025-01-08T14:40:16.089Z | Checking heapless v0.7.17 |
2008 | 2025-01-08T14:40:16.106Z | Checking usdt v0.5.0 |
2009 | 2025-01-08T14:40:16.358Z | Checking slog-term v2.9.1 |
2010 | 2025-01-08T14:40:16.442Z | Checking tokio-rustls v0.25.0 |
2011 | 2025-01-08T14:40:16.850Z | Checking toml v0.8.19 |
2012 | 2025-01-08T14:40:16.892Z | Checking hickory-proto v0.24.1 |
2013 | 2025-01-08T14:40:16.895Z | Checking group v0.13.0 |
2014 | 2025-01-08T14:40:17.117Z | Checking tokio-rustls v0.26.0 |
2015 | 2025-01-08T14:40:17.132Z | Checking num-iter v0.1.45 |
2016 | 2025-01-08T14:40:17.147Z | Checking futures v0.3.31 |
2017 | 2025-01-08T14:40:17.254Z | Checking slog-bunyan v2.5.0 |
2018 | 2025-01-08T14:40:17.310Z | Checking tokio-native-tls v0.3.1 |
2019 | 2025-01-08T14:40:17.424Z | Checking rayon-core v1.12.1 |
2020 | 2025-01-08T14:40:17.486Z | Checking multer v3.1.0 |
2021 | 2025-01-08T14:40:17.576Z | Checking terminal_size v0.4.0 |
2022 | 2025-01-08T14:40:17.609Z | Checking phf_shared v0.11.2 |
2023 | 2025-01-08T14:40:17.751Z | Checking cookie v0.18.1 |
2024 | 2025-01-08T14:40:17.753Z | Checking async-stream v0.3.6 |
2025 | 2025-01-08T14:40:17.891Z | Checking bzip2-sys v0.1.11+1.0.8 |
2026 | 2025-01-08T14:40:17.918Z | Checking signal-hook v0.3.17 |
2027 | 2025-01-08T14:40:17.936Z | Checking camino v1.1.9 |
2028 | 2025-01-08T14:40:18.006Z | Checking waitgroup v0.1.2 |
2029 | 2025-01-08T14:40:18.022Z | Checking openapiv3 v2.0.0 |
2030 | 2025-01-08T14:40:18.081Z | Checking webpki-roots v0.26.6 |
2031 | 2025-01-08T14:40:18.144Z | Checking serde_path_to_error v0.1.16 |
2032 | 2025-01-08T14:40:18.237Z | Checking idna v0.5.0 |
2033 | 2025-01-08T14:40:18.255Z | Checking hkdf v0.12.4 |
2034 | 2025-01-08T14:40:18.286Z | Checking crypto-bigint v0.5.5 |
2035 | 2025-01-08T14:40:18.474Z | Checking hostname v0.4.0 |
2036 | 2025-01-08T14:40:18.510Z | Checking crc32fast v1.4.2 |
2037 | 2025-01-08T14:40:18.608Z | Checking unicode-width v0.1.14 |
2038 | 2025-01-08T14:40:18.735Z | Checking debug-ignore v1.0.5 |
2039 | 2025-01-08T14:40:18.771Z | Checking strsim v0.11.1 |
2040 | 2025-01-08T14:40:18.867Z | Checking bitflags v1.3.2 |
2041 | 2025-01-08T14:40:18.966Z | Checking winnow v0.5.40 |
2042 | 2025-01-08T14:40:19.049Z | Checking clap_lex v0.7.2 |
2043 | 2025-01-08T14:40:19.067Z | Checking managed v0.8.0 |
2044 | 2025-01-08T14:40:19.081Z | Checking cookie_store v0.21.0 |
2045 | 2025-01-08T14:40:19.299Z | Checking clap_builder v4.5.21 |
2046 | 2025-01-08T14:40:19.428Z | Checking smoltcp v0.9.1 |
2047 | 2025-01-08T14:40:19.785Z | Checking console v0.15.8 |
2048 | 2025-01-08T14:40:20.408Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2049 | 2025-01-08T14:40:20.686Z | Checking flate2 v1.0.34 |
2050 | 2025-01-08T14:40:20.941Z | Checking hyper-rustls v0.27.3 |
2051 | 2025-01-08T14:40:21.133Z | Checking elliptic-curve v0.13.8 |
2052 | 2025-01-08T14:40:21.291Z | Checking signal-hook-mio v0.2.4 |
2053 | 2025-01-08T14:40:21.325Z | Checking rayon v1.10.0 |
2054 | 2025-01-08T14:40:21.351Z | Checking dropshot v0.12.0 |
2055 | 2025-01-08T14:40:21.433Z | Checking bzip2 v0.4.4 |
2056 | 2025-01-08T14:40:21.450Z | Checking backtrace v0.3.74 |
2057 | 2025-01-08T14:40:21.739Z | Checking phf v0.11.2 |
2058 | 2025-01-08T14:40:21.775Z | Checking hyper-tls v0.6.0 |
2059 | 2025-01-08T14:40:21.793Z | Checking hickory-resolver v0.24.1 |
2060 | 2025-01-08T14:40:22.000Z | Checking toml_edit v0.19.15 |
2061 | 2025-01-08T14:40:22.019Z | Checking num-bigint-dig v0.8.4 |
2062 | 2025-01-08T14:40:22.035Z | Checking anyhow v1.0.93 |
2063 | 2025-01-08T14:40:22.059Z | Checking tokio-tungstenite v0.24.0 |
2064 | 2025-01-08T14:40:22.324Z | Checking postgres-types v0.2.8 |
2065 | 2025-01-08T14:40:22.416Z | Checking bstr v1.10.0 |
2066 | 2025-01-08T14:40:22.519Z | Checking regex v1.11.1 |
2067 | 2025-01-08T14:40:23.075Z | Checking ed25519 v2.2.3 |
2068 | 2025-01-08T14:40:23.171Z | Checking tokio-stream v0.1.16 |
2069 | 2025-01-08T14:40:23.357Z | Checking phf_shared v0.10.0 |
2070 | 2025-01-08T14:40:23.387Z | Checking curve25519-dalek v4.1.3 |
2071 | 2025-01-08T14:40:23.389Z | Checking zerocopy v0.6.6 |
2072 | 2025-01-08T14:40:23.640Z | Checking hubpack v0.1.2 |
2073 | 2025-01-08T14:40:23.948Z | Checking portable-atomic v1.9.0 |
2074 | 2025-01-08T14:40:24.037Z | Checking pkcs1 v0.7.5 |
2075 | 2025-01-08T14:40:24.134Z | Checking float-cmp v0.9.0 |
2076 | 2025-01-08T14:40:24.182Z | Checking serde-big-array v0.5.1 |
2077 | 2025-01-08T14:40:24.309Z | Checking rfc6979 v0.4.0 |
2078 | 2025-01-08T14:40:24.404Z | Checking sync_wrapper v1.0.1 |
2079 | 2025-01-08T14:40:24.453Z | Checking minimal-lexical v0.2.1 |
2080 | 2025-01-08T14:40:24.488Z | Checking unicode-width v0.2.0 |
2081 | 2025-01-08T14:40:24.504Z | Checking normalize-line-endings v0.3.0 |
2082 | 2025-01-08T14:40:24.555Z | Checking static_assertions v1.1.0 |
2083 | 2025-01-08T14:40:24.616Z | Checking fixedbitset v0.4.2 |
2084 | 2025-01-08T14:40:24.653Z | Checking predicates-core v1.0.8 |
2085 | 2025-01-08T14:40:24.833Z | Checking new_debug_unreachable v1.0.6 |
2086 | 2025-01-08T14:40:24.856Z | Checking whoami v1.5.2 |
2087 | 2025-01-08T14:40:24.886Z | Checking bit-vec v0.6.3 |
2088 | 2025-01-08T14:40:24.920Z | Checking difflib v0.4.0 |
2089 | 2025-01-08T14:40:24.937Z | Checking number_prefix v0.4.0 |
2090 | 2025-01-08T14:40:24.975Z | Checking precomputed-hash v0.1.1 |
2091 | 2025-01-08T14:40:25.049Z | Checking unicode-segmentation v1.12.0 |
2092 | 2025-01-08T14:40:25.082Z | Checking string_cache v0.8.7 |
2093 | 2025-01-08T14:40:25.109Z | Checking qorb v0.2.1 |
2094 | 2025-01-08T14:40:25.143Z | Checking tokio-postgres v0.7.12 |
2095 | 2025-01-08T14:40:25.159Z | Checking indicatif v0.17.9 |
2096 | 2025-01-08T14:40:25.201Z | Checking bit-set v0.5.3 |
2097 | 2025-01-08T14:40:25.222Z | Checking predicates v3.1.2 |
2098 | 2025-01-08T14:40:25.224Z | Checking ed25519-dalek v2.1.1 |
2099 | 2025-01-08T14:40:25.344Z | Checking petgraph v0.6.5 |
2100 | 2025-01-08T14:40:25.456Z | Checking nom v7.1.3 |
2101 | 2025-01-08T14:40:25.647Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2102 | 2025-01-08T14:40:25.718Z | Checking similar v2.6.0 |
2103 | 2025-01-08T14:40:25.873Z | Checking reqwest v0.12.9 |
2104 | 2025-01-08T14:40:25.892Z | Checking toml v0.7.8 |
2105 | 2025-01-08T14:40:26.585Z | Checking ecdsa v0.16.9 |
2106 | 2025-01-08T14:40:26.624Z | Checking rsa v0.9.6 |
2107 | 2025-01-08T14:40:27.292Z | Checking clap v4.5.21 |
2108 | 2025-01-08T14:40:27.416Z | Checking zip v0.6.6 |
2109 | 2025-01-08T14:40:27.635Z | Checking crossterm v0.28.1 |
2110 | 2025-01-08T14:40:27.671Z | Checking itertools v0.12.1 |
2111 | 2025-01-08T14:40:27.784Z | Checking itertools v0.10.5 |
2112 | 2025-01-08T14:40:28.112Z | Checking fs-err v2.11.0 |
2113 | 2025-01-08T14:40:28.252Z | Checking ahash v0.8.11 |
2114 | 2025-01-08T14:40:28.555Z | Checking x509-cert v0.2.5 |
2115 | 2025-01-08T14:40:28.692Z | Checking hex v0.4.3 |
2116 | 2025-01-08T14:40:28.711Z | Checking semver v1.0.23 |
2117 | 2025-01-08T14:40:28.836Z | Checking peg-runtime v0.8.3 |
2118 | 2025-01-08T14:40:29.061Z | Checking lalrpop-util v0.19.12 |
2119 | 2025-01-08T14:40:29.124Z | Checking sigpipe v0.1.3 |
2120 | 2025-01-08T14:40:30.403Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2121 | 2025-01-08T14:40:30.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.73s |
2122 | 2025-01-08T14:40:30.875Z | |
2123 | 2025-01-08T14:40:30.875Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2124 | 2025-01-08T14:40:31.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2025-01-08T14:40:31.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2025-01-08T14:40:31.533Z | Compiling hashbrown v0.14.5 |
2127 | 2025-01-08T14:40:31.654Z | Checking heck v0.5.0 |
2128 | 2025-01-08T14:40:31.669Z | Compiling unsafe-libyaml v0.2.11 |
2129 | 2025-01-08T14:40:31.682Z | Checking ipnetwork v0.20.0 |
2130 | 2025-01-08T14:40:31.685Z | Compiling ident_case v1.0.1 |
2131 | 2025-01-08T14:40:31.707Z | Checking progenitor-client v0.8.0 |
2132 | 2025-01-08T14:40:31.722Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2133 | 2025-01-08T14:40:31.827Z | Compiling darling_core v0.20.10 |
2134 | 2025-01-08T14:40:31.864Z | Checking newtype-uuid v1.1.3 |
2135 | 2025-01-08T14:40:32.026Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2136 | 2025-01-08T14:40:32.084Z | Compiling proc-macro-crate v1.3.1 |
2137 | 2025-01-08T14:40:32.086Z | Compiling structmeta-derive v0.3.0 |
2138 | 2025-01-08T14:40:32.130Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2139 | 2025-01-08T14:40:32.358Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2140 | 2025-01-08T14:40:32.424Z | Compiling lzma-sys v0.1.20 |
2141 | 2025-01-08T14:40:32.846Z | Checking regress v0.10.1 |
2142 | 2025-01-08T14:40:33.180Z | Compiling serde_yaml v0.9.34+deprecated |
2143 | 2025-01-08T14:40:33.206Z | Compiling num_enum_derive v0.5.11 |
2144 | 2025-01-08T14:40:33.571Z | Compiling foreign-types-macros v0.2.3 |
2145 | 2025-01-08T14:40:33.647Z | Compiling dropshot v0.13.0 |
2146 | 2025-01-08T14:40:33.930Z | Checking arc-swap v1.7.1 |
2147 | 2025-01-08T14:40:34.372Z | Checking foreign-types-shared v0.3.1 |
2148 | 2025-01-08T14:40:34.491Z | Checking slog-scope v4.4.0 |
2149 | 2025-01-08T14:40:34.753Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2150 | 2025-01-08T14:40:34.862Z | Checking foreign-types v0.5.0 |
2151 | 2025-01-08T14:40:35.109Z | Compiling structmeta v0.3.0 |
2152 | 2025-01-08T14:40:35.151Z | Compiling proc-macro-error v1.0.4 |
2153 | 2025-01-08T14:40:35.337Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2154 | 2025-01-08T14:40:35.559Z | Compiling parse-display-derive v0.10.0 |
2155 | 2025-01-08T14:40:35.606Z | Checking tungstenite v0.21.0 |
2156 | 2025-01-08T14:40:35.696Z | Checking num_enum v0.5.11 |
2157 | 2025-01-08T14:40:35.846Z | Compiling heck v0.3.3 |
2158 | 2025-01-08T14:40:35.863Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2159 | 2025-01-08T14:40:36.301Z | Compiling dropshot_endpoint v0.13.0 |
2160 | 2025-01-08T14:40:36.351Z | Checking typify-impl v0.2.0 |
2161 | 2025-01-08T14:40:36.550Z | Checking cstr-argument v0.1.2 |
2162 | 2025-01-08T14:40:36.756Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2163 | 2025-01-08T14:40:37.515Z | Checking instant v0.1.13 |
2164 | 2025-01-08T14:40:37.531Z | Checking pretty-hex v0.2.1 |
2165 | 2025-01-08T14:40:37.640Z | Checking fastrand v2.1.1 |
2166 | 2025-01-08T14:40:37.701Z | Checking base64 v0.21.7 |
2167 | 2025-01-08T14:40:37.981Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2168 | 2025-01-08T14:40:38.045Z | Checking tempfile v3.13.0 |
2169 | 2025-01-08T14:40:38.198Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2170 | 2025-01-08T14:40:38.395Z | Checking backoff v0.4.0 |
2171 | 2025-01-08T14:40:38.442Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2172 | 2025-01-08T14:40:38.480Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2173 | 2025-01-08T14:40:38.590Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2174 | 2025-01-08T14:40:38.693Z | Checking tokio-tungstenite v0.21.0 |
2175 | 2025-01-08T14:40:38.739Z | Compiling zone_cfg_derive v0.1.2 |
2176 | 2025-01-08T14:40:38.787Z | Checking strum v0.26.3 |
2177 | 2025-01-08T14:40:38.877Z | Compiling darling_macro v0.20.10 |
2178 | 2025-01-08T14:40:38.894Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2179 | 2025-01-08T14:40:38.934Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2180 | 2025-01-08T14:40:39.250Z | Checking slog-stdlog v4.1.1 |
2181 | 2025-01-08T14:40:39.366Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2182 | 2025-01-08T14:40:39.417Z | Checking regress v0.9.1 |
2183 | 2025-01-08T14:40:39.529Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2184 | 2025-01-08T14:40:39.615Z | Checking colored v2.1.0 |
2185 | 2025-01-08T14:40:39.813Z | Compiling darling v0.20.10 |
2186 | 2025-01-08T14:40:39.816Z | Checking macaddr v1.0.1 |
2187 | 2025-01-08T14:40:39.914Z | Checking base64 v0.13.1 |
2188 | 2025-01-08T14:40:39.943Z | Compiling serde_with_macros v3.11.0 |
2189 | 2025-01-08T14:40:40.205Z | Checking parse-display v0.10.0 |
2190 | 2025-01-08T14:40:40.222Z | Checking zone v0.1.8 |
2191 | 2025-01-08T14:40:40.304Z | Checking ron v0.7.1 |
2192 | 2025-01-08T14:40:40.432Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2193 | 2025-01-08T14:40:40.885Z | Checking slog-envlogger v2.2.0 |
2194 | 2025-01-08T14:40:40.916Z | Checking xz2 v0.1.7 |
2195 | 2025-01-08T14:40:41.111Z | Checking tabwriter v1.4.0 |
2196 | 2025-01-08T14:40:41.216Z | Checking xattr v1.3.1 |
2197 | 2025-01-08T14:40:41.350Z | Checking pem v3.0.4 |
2198 | 2025-01-08T14:40:41.412Z | Checking yasna v0.5.2 |
2199 | 2025-01-08T14:40:41.472Z | Checking headers-core v0.3.0 |
2200 | 2025-01-08T14:40:41.622Z | Checking smf v0.2.3 |
2201 | 2025-01-08T14:40:41.677Z | Checking filetime v0.2.25 |
2202 | 2025-01-08T14:40:41.884Z | Checking same-file v1.0.6 |
2203 | 2025-01-08T14:40:42.064Z | Checking walkdir v2.5.0 |
2204 | 2025-01-08T14:40:42.108Z | Checking tar v0.4.42 |
2205 | 2025-01-08T14:40:42.135Z | Checking headers v0.4.0 |
2206 | 2025-01-08T14:40:42.318Z | Checking rcgen v0.12.1 |
2207 | 2025-01-08T14:40:42.342Z | Checking camino-tempfile v1.1.1 |
2208 | 2025-01-08T14:40:42.626Z | Checking atomicwrites v0.4.4 |
2209 | 2025-01-08T14:40:42.837Z | Checking subprocess v0.2.9 |
2210 | 2025-01-08T14:40:42.887Z | Checking serde_with v3.11.0 |
2211 | 2025-01-08T14:40:46.975Z | Compiling typify-macro v0.2.0 |
2212 | 2025-01-08T14:40:48.860Z | Compiling typify v0.2.0 |
2213 | 2025-01-08T14:40:48.928Z | Compiling progenitor-impl v0.8.0 |
2214 | 2025-01-08T14:40:52.128Z | Compiling progenitor-macro v0.8.0 |
2215 | 2025-01-08T14:40:56.879Z | Checking progenitor v0.8.0 |
2216 | 2025-01-08T14:40:57.031Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2217 | 2025-01-08T14:40:57.033Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2218 | 2025-01-08T14:40:59.688Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2219 | 2025-01-08T14:40:59.965Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2220 | 2025-01-08T14:41:06.458Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2221 | 2025-01-08T14:41:08.033Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2222 | 2025-01-08T14:41:09.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.41s |
2223 | 2025-01-08T14:41:09.470Z | |
2224 | 2025-01-08T14:41:09.470Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2225 | 2025-01-08T14:41:10.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2025-01-08T14:41:10.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2025-01-08T14:41:10.122Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2228 | 2025-01-08T14:41:11.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
2229 | 2025-01-08T14:41:11.714Z | |
2230 | 2025-01-08T14:41:11.715Z | info: running `cargo check --bins` on nexus-config (31/176) |
2231 | 2025-01-08T14:41:12.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2025-01-08T14:41:12.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2025-01-08T14:41:12.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2025-01-08T14:41:12.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2235 | 2025-01-08T14:41:12.333Z | |
2236 | 2025-01-08T14:41:12.333Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2237 | 2025-01-08T14:41:12.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2025-01-08T14:41:12.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2025-01-08T14:41:12.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2025-01-08T14:41:12.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2241 | 2025-01-08T14:41:12.932Z | |
2242 | 2025-01-08T14:41:12.932Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2243 | 2025-01-08T14:41:13.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2025-01-08T14:41:13.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2025-01-08T14:41:13.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2246 | 2025-01-08T14:41:13.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2247 | 2025-01-08T14:41:13.553Z | |
2248 | 2025-01-08T14:41:13.553Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2249 | 2025-01-08T14:41:14.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2025-01-08T14:41:14.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2025-01-08T14:41:14.224Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2252 | 2025-01-08T14:41:14.333Z | Compiling ipnetwork v0.20.0 |
2253 | 2025-01-08T14:41:14.336Z | Compiling zerocopy v0.8.10 |
2254 | 2025-01-08T14:41:14.336Z | Compiling progenitor-client v0.8.0 |
2255 | 2025-01-08T14:41:14.336Z | Compiling itertools v0.13.0 |
2256 | 2025-01-08T14:41:14.336Z | Compiling zerocopy-derive v0.8.10 |
2257 | 2025-01-08T14:41:14.336Z | Compiling heapless v0.8.0 |
2258 | 2025-01-08T14:41:14.336Z | Checking hash32 v0.3.1 |
2259 | 2025-01-08T14:41:14.501Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2260 | 2025-01-08T14:41:14.677Z | Compiling instant v0.1.13 |
2261 | 2025-01-08T14:41:14.806Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2262 | 2025-01-08T14:41:14.822Z | Compiling progenitor v0.8.0 |
2263 | 2025-01-08T14:41:15.078Z | Compiling smoltcp v0.11.0 |
2264 | 2025-01-08T14:41:15.199Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2265 | 2025-01-08T14:41:15.247Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2266 | 2025-01-08T14:41:15.287Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2267 | 2025-01-08T14:41:15.552Z | Compiling backoff v0.4.0 |
2268 | 2025-01-08T14:41:15.804Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2269 | 2025-01-08T14:41:15.904Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2270 | 2025-01-08T14:41:16.085Z | Compiling dropshot v0.13.0 |
2271 | 2025-01-08T14:41:16.197Z | Compiling serde_with v3.11.0 |
2272 | 2025-01-08T14:41:16.214Z | Compiling parse-display v0.10.0 |
2273 | 2025-01-08T14:41:16.237Z | Checking num-rational v0.4.2 |
2274 | 2025-01-08T14:41:16.936Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2275 | 2025-01-08T14:41:17.099Z | Compiling regress v0.9.1 |
2276 | 2025-01-08T14:41:17.496Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2277 | 2025-01-08T14:41:18.857Z | Compiling phf_generator v0.11.2 |
2278 | 2025-01-08T14:41:19.043Z | Checking num-complex v0.4.6 |
2279 | 2025-01-08T14:41:20.282Z | Compiling macaddr v1.0.1 |
2280 | 2025-01-08T14:41:20.518Z | Checking cobs v0.2.3 |
2281 | 2025-01-08T14:41:20.692Z | Checking num v0.4.3 |
2282 | 2025-01-08T14:41:20.711Z | Checking postcard v1.0.10 |
2283 | 2025-01-08T14:41:21.121Z | Compiling phf_codegen v0.11.2 |
2284 | 2025-01-08T14:41:21.347Z | Compiling parse-zoneinfo v0.3.1 |
2285 | 2025-01-08T14:41:22.265Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2286 | 2025-01-08T14:41:22.555Z | Compiling convert_case v0.4.0 |
2287 | 2025-01-08T14:41:23.479Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2288 | 2025-01-08T14:41:23.547Z | Compiling float-ord v0.3.2 |
2289 | 2025-01-08T14:41:23.639Z | Compiling derive_more v0.99.18 |
2290 | 2025-01-08T14:41:23.727Z | Compiling chrono-tz-build v0.4.0 |
2291 | 2025-01-08T14:41:23.780Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2292 | 2025-01-08T14:41:24.456Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2293 | 2025-01-08T14:41:24.678Z | Compiling thiserror v2.0.3 |
2294 | 2025-01-08T14:41:24.744Z | Compiling crucible-workspace-hack v0.1.0 |
2295 | 2025-01-08T14:41:24.883Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2296 | 2025-01-08T14:41:25.069Z | Checking newline-converter v0.3.0 |
2297 | 2025-01-08T14:41:25.210Z | Compiling chrono-tz v0.10.0 |
2298 | 2025-01-08T14:41:25.629Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2299 | 2025-01-08T14:41:25.646Z | Checking prettyplease v0.2.25 |
2300 | 2025-01-08T14:41:25.752Z | Compiling thiserror-impl v2.0.3 |
2301 | 2025-01-08T14:41:25.840Z | Compiling slog-dtrace v0.3.0 |
2302 | 2025-01-08T14:41:26.142Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2303 | 2025-01-08T14:41:26.247Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2304 | 2025-01-08T14:41:27.606Z | Checking expectorate v1.1.0 |
2305 | 2025-01-08T14:41:27.774Z | Compiling zone_cfg_derive v0.3.0 |
2306 | 2025-01-08T14:41:27.963Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2307 | 2025-01-08T14:41:28.005Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2308 | 2025-01-08T14:41:28.785Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2309 | 2025-01-08T14:41:29.103Z | Compiling const_format_proc_macros v0.2.33 |
2310 | 2025-01-08T14:41:29.161Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2311 | 2025-01-08T14:41:29.284Z | Compiling num-derive v0.4.2 |
2312 | 2025-01-08T14:41:29.447Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2313 | 2025-01-08T14:41:29.696Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2314 | 2025-01-08T14:41:29.931Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2315 | 2025-01-08T14:41:29.975Z | Checking highway v1.2.0 |
2316 | 2025-01-08T14:41:30.353Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2317 | 2025-01-08T14:41:30.419Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2318 | 2025-01-08T14:41:30.591Z | Checking zone v0.3.0 |
2319 | 2025-01-08T14:41:30.985Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2320 | 2025-01-08T14:41:31.229Z | Checking const_format v0.2.33 |
2321 | 2025-01-08T14:41:31.261Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2322 | 2025-01-08T14:41:31.564Z | Checking gethostname v0.5.0 |
2323 | 2025-01-08T14:41:31.596Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2324 | 2025-01-08T14:41:31.656Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2325 | 2025-01-08T14:41:31.717Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2326 | 2025-01-08T14:41:31.734Z | Checking bcs v0.1.6 |
2327 | 2025-01-08T14:41:31.789Z | Compiling async-recursion v1.1.1 |
2328 | 2025-01-08T14:41:34.135Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2329 | 2025-01-08T14:41:38.063Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2330 | 2025-01-08T14:41:41.398Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2331 | 2025-01-08T14:41:44.030Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2332 | 2025-01-08T14:41:45.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.67s |
2333 | 2025-01-08T14:41:45.401Z | |
2334 | 2025-01-08T14:41:45.401Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2335 | 2025-01-08T14:41:45.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2025-01-08T14:41:45.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2025-01-08T14:41:45.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2025-01-08T14:41:45.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2339 | 2025-01-08T14:41:46.019Z | |
2340 | 2025-01-08T14:41:46.019Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2341 | 2025-01-08T14:41:46.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2025-01-08T14:41:46.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2025-01-08T14:41:46.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2344 | 2025-01-08T14:41:46.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2345 | 2025-01-08T14:41:46.676Z | |
2346 | 2025-01-08T14:41:46.676Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2347 | 2025-01-08T14:41:47.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2025-01-08T14:41:47.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2025-01-08T14:41:47.303Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2350 | 2025-01-08T14:41:47.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2351 | 2025-01-08T14:41:48.117Z | |
2352 | 2025-01-08T14:41:48.117Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2353 | 2025-01-08T14:41:48.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2354 | 2025-01-08T14:41:48.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2355 | 2025-01-08T14:41:48.773Z | Compiling cfg_aliases v0.1.1 |
2356 | 2025-01-08T14:41:48.775Z | Compiling vte_generate_state_changes v0.1.2 |
2357 | 2025-01-08T14:41:48.775Z | Checking fd-lock v4.0.2 |
2358 | 2025-01-08T14:41:48.775Z | Checking nibble_vec v0.1.0 |
2359 | 2025-01-08T14:41:48.775Z | Checking bytecount v0.6.8 |
2360 | 2025-01-08T14:41:48.876Z | Checking endian-type v0.1.2 |
2361 | 2025-01-08T14:41:48.879Z | Compiling tabled_derive v0.7.0 |
2362 | 2025-01-08T14:41:48.943Z | Compiling peg-macros v0.8.4 |
2363 | 2025-01-08T14:41:48.945Z | Compiling nix v0.28.0 |
2364 | 2025-01-08T14:41:49.025Z | Checking papergrid v0.11.0 |
2365 | 2025-01-08T14:41:49.040Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2366 | 2025-01-08T14:41:49.054Z | Compiling sqlparser_derive v0.2.2 |
2367 | 2025-01-08T14:41:49.120Z | Checking radix_trie v0.2.1 |
2368 | 2025-01-08T14:41:49.479Z | Checking vte v0.11.1 |
2369 | 2025-01-08T14:41:49.516Z | Checking unicode_categories v0.1.1 |
2370 | 2025-01-08T14:41:49.848Z | Checking nu-ansi-term v0.50.1 |
2371 | 2025-01-08T14:41:50.118Z | Checking home v0.5.9 |
2372 | 2025-01-08T14:41:50.239Z | Checking sqlparser v0.45.0 |
2373 | 2025-01-08T14:41:50.255Z | Checking sqlformat v0.2.6 |
2374 | 2025-01-08T14:41:50.271Z | Checking display-error-chain v0.2.2 |
2375 | 2025-01-08T14:41:50.852Z | Checking strip-ansi-escapes v0.2.0 |
2376 | 2025-01-08T14:41:51.003Z | Checking reedline v0.35.0 |
2377 | 2025-01-08T14:41:51.245Z | Checking tabled v0.15.0 |
2378 | 2025-01-08T14:41:51.772Z | Checking peg v0.8.4 |
2379 | 2025-01-08T14:41:52.273Z | Checking rustyline v14.0.0 |
2380 | 2025-01-08T14:42:01.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.87s |
2381 | 2025-01-08T14:42:01.167Z | |
2382 | 2025-01-08T14:42:01.167Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2383 | 2025-01-08T14:42:01.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2025-01-08T14:42:01.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2025-01-08T14:42:01.838Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2386 | 2025-01-08T14:42:06.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
2387 | 2025-01-08T14:42:07.015Z | |
2388 | 2025-01-08T14:42:07.015Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2389 | 2025-01-08T14:42:07.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2025-01-08T14:42:07.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2025-01-08T14:42:07.686Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2392 | 2025-01-08T14:42:11.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
2393 | 2025-01-08T14:42:11.609Z | |
2394 | 2025-01-08T14:42:11.609Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2395 | 2025-01-08T14:42:12.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2025-01-08T14:42:12.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2025-01-08T14:42:12.275Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2398 | 2025-01-08T14:42:16.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
2399 | 2025-01-08T14:42:17.138Z | |
2400 | 2025-01-08T14:42:17.138Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2401 | 2025-01-08T14:42:17.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2025-01-08T14:42:17.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2025-01-08T14:42:17.800Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2404 | 2025-01-08T14:42:22.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s |
2405 | 2025-01-08T14:42:22.761Z | |
2406 | 2025-01-08T14:42:22.761Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2407 | 2025-01-08T14:42:23.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2025-01-08T14:42:23.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2025-01-08T14:42:23.431Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2410 | 2025-01-08T14:42:27.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
2411 | 2025-01-08T14:42:27.504Z | |
2412 | 2025-01-08T14:42:27.504Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2413 | 2025-01-08T14:42:28.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2025-01-08T14:42:28.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2025-01-08T14:42:28.159Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2416 | 2025-01-08T14:42:32.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2417 | 2025-01-08T14:42:32.273Z | |
2418 | 2025-01-08T14:42:32.273Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2419 | 2025-01-08T14:42:32.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2025-01-08T14:42:32.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2025-01-08T14:42:32.929Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2422 | 2025-01-08T14:42:37.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
2423 | 2025-01-08T14:42:37.981Z | |
2424 | 2025-01-08T14:42:37.981Z | info: running `cargo check --bins` on oximeter (46/176) |
2425 | 2025-01-08T14:42:38.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2025-01-08T14:42:38.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2025-01-08T14:42:38.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2025-01-08T14:42:38.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2429 | 2025-01-08T14:42:38.598Z | |
2430 | 2025-01-08T14:42:38.598Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2431 | 2025-01-08T14:42:39.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2025-01-08T14:42:39.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2025-01-08T14:42:39.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2434 | 2025-01-08T14:42:39.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2435 | 2025-01-08T14:42:39.201Z | |
2436 | 2025-01-08T14:42:39.201Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2437 | 2025-01-08T14:42:39.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2025-01-08T14:42:39.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2025-01-08T14:42:39.822Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2440 | 2025-01-08T14:42:42.003Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2441 | 2025-01-08T14:42:42.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s |
2442 | 2025-01-08T14:42:43.148Z | |
2443 | 2025-01-08T14:42:43.148Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2444 | 2025-01-08T14:42:43.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2025-01-08T14:42:43.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2025-01-08T14:42:43.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2025-01-08T14:42:43.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2448 | 2025-01-08T14:42:43.772Z | |
2449 | 2025-01-08T14:42:43.772Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2450 | 2025-01-08T14:42:44.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2025-01-08T14:42:44.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2025-01-08T14:42:44.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2025-01-08T14:42:44.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2454 | 2025-01-08T14:42:44.393Z | |
2455 | 2025-01-08T14:42:44.393Z | info: running `cargo check --bins` on oxql-types (51/176) |
2456 | 2025-01-08T14:42:44.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2025-01-08T14:42:44.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2025-01-08T14:42:44.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2025-01-08T14:42:44.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2460 | 2025-01-08T14:42:45.012Z | |
2461 | 2025-01-08T14:42:45.012Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2462 | 2025-01-08T14:42:45.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2025-01-08T14:42:45.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2025-01-08T14:42:45.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2025-01-08T14:42:45.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2466 | 2025-01-08T14:42:45.665Z | |
2467 | 2025-01-08T14:42:45.665Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2468 | 2025-01-08T14:42:46.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2025-01-08T14:42:46.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2025-01-08T14:42:46.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2025-01-08T14:42:46.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2472 | 2025-01-08T14:42:46.292Z | |
2473 | 2025-01-08T14:42:46.292Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2474 | 2025-01-08T14:42:46.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2025-01-08T14:42:46.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2025-01-08T14:42:46.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2025-01-08T14:42:46.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2478 | 2025-01-08T14:42:46.933Z | |
2479 | 2025-01-08T14:42:46.934Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2480 | 2025-01-08T14:42:47.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2025-01-08T14:42:47.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2025-01-08T14:42:47.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2025-01-08T14:42:47.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2484 | 2025-01-08T14:42:47.561Z | |
2485 | 2025-01-08T14:42:47.561Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2486 | 2025-01-08T14:42:48.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2025-01-08T14:42:48.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2025-01-08T14:42:48.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2025-01-08T14:42:48.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2490 | 2025-01-08T14:42:48.187Z | |
2491 | 2025-01-08T14:42:48.187Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2492 | 2025-01-08T14:42:48.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2025-01-08T14:42:48.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2025-01-08T14:42:48.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2025-01-08T14:42:48.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2496 | 2025-01-08T14:42:48.811Z | |
2497 | 2025-01-08T14:42:48.811Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2498 | 2025-01-08T14:42:49.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2025-01-08T14:42:49.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2025-01-08T14:42:49.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2025-01-08T14:42:49.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2502 | 2025-01-08T14:42:49.425Z | |
2503 | 2025-01-08T14:42:49.425Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2504 | 2025-01-08T14:42:49.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2025-01-08T14:42:49.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2025-01-08T14:42:49.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2025-01-08T14:42:49.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2508 | 2025-01-08T14:42:50.056Z | |
2509 | 2025-01-08T14:42:50.057Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2510 | 2025-01-08T14:42:50.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2025-01-08T14:42:50.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2025-01-08T14:42:50.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2025-01-08T14:42:50.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2514 | 2025-01-08T14:42:50.673Z | |
2515 | 2025-01-08T14:42:50.673Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2516 | 2025-01-08T14:42:51.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2025-01-08T14:42:51.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2025-01-08T14:42:51.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2025-01-08T14:42:51.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2520 | 2025-01-08T14:42:51.292Z | |
2521 | 2025-01-08T14:42:51.292Z | info: running `cargo check --bins` on dpd-client (62/176) |
2522 | 2025-01-08T14:42:51.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2025-01-08T14:42:51.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2025-01-08T14:42:51.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2025-01-08T14:42:51.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2526 | 2025-01-08T14:42:51.905Z | |
2527 | 2025-01-08T14:42:51.905Z | info: running `cargo check --bins` on gateway-client (63/176) |
2528 | 2025-01-08T14:42:52.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2025-01-08T14:42:52.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2025-01-08T14:42:52.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2025-01-08T14:42:52.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2532 | 2025-01-08T14:42:52.516Z | |
2533 | 2025-01-08T14:42:52.516Z | info: running `cargo check --bins` on installinator-client (64/176) |
2534 | 2025-01-08T14:42:53.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2025-01-08T14:42:53.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2025-01-08T14:42:53.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2025-01-08T14:42:53.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2538 | 2025-01-08T14:42:53.158Z | |
2539 | 2025-01-08T14:42:53.158Z | info: running `cargo check --bins` on installinator-common (65/176) |
2540 | 2025-01-08T14:42:53.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2025-01-08T14:42:53.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2025-01-08T14:42:53.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2025-01-08T14:42:53.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2544 | 2025-01-08T14:42:53.789Z | |
2545 | 2025-01-08T14:42:53.790Z | info: running `cargo check --bins` on update-engine (66/176) |
2546 | 2025-01-08T14:42:54.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2025-01-08T14:42:54.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2025-01-08T14:42:54.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2025-01-08T14:42:54.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2550 | 2025-01-08T14:42:54.398Z | |
2551 | 2025-01-08T14:42:54.398Z | info: running `cargo check --bins` on nexus-client (67/176) |
2552 | 2025-01-08T14:42:54.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2025-01-08T14:42:54.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2025-01-08T14:42:54.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2025-01-08T14:42:54.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2556 | 2025-01-08T14:42:55.042Z | |
2557 | 2025-01-08T14:42:55.042Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2558 | 2025-01-08T14:42:55.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2025-01-08T14:42:55.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2025-01-08T14:42:55.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2025-01-08T14:42:55.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2562 | 2025-01-08T14:42:55.668Z | |
2563 | 2025-01-08T14:42:55.668Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2564 | 2025-01-08T14:42:56.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2025-01-08T14:42:56.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2025-01-08T14:42:56.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2025-01-08T14:42:56.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2568 | 2025-01-08T14:42:56.275Z | |
2569 | 2025-01-08T14:42:56.275Z | info: running `cargo check --bins` on nexus-types (70/176) |
2570 | 2025-01-08T14:42:56.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2025-01-08T14:42:56.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2025-01-08T14:42:56.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2025-01-08T14:42:56.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2574 | 2025-01-08T14:42:56.920Z | |
2575 | 2025-01-08T14:42:56.920Z | info: running `cargo check --bins` on oxide-client (71/176) |
2576 | 2025-01-08T14:42:57.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2025-01-08T14:42:57.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2025-01-08T14:42:57.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2025-01-08T14:42:57.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2580 | 2025-01-08T14:42:57.523Z | |
2581 | 2025-01-08T14:42:57.523Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2582 | 2025-01-08T14:42:58.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2025-01-08T14:42:58.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2025-01-08T14:42:58.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2025-01-08T14:42:58.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2586 | 2025-01-08T14:42:58.142Z | |
2587 | 2025-01-08T14:42:58.142Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2588 | 2025-01-08T14:42:58.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2025-01-08T14:42:58.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2025-01-08T14:42:58.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2025-01-08T14:42:58.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2592 | 2025-01-08T14:42:58.753Z | |
2593 | 2025-01-08T14:42:58.753Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2594 | 2025-01-08T14:42:59.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2025-01-08T14:42:59.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2025-01-08T14:42:59.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2025-01-08T14:42:59.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2598 | 2025-01-08T14:42:59.386Z | |
2599 | 2025-01-08T14:42:59.386Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2600 | 2025-01-08T14:42:59.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2025-01-08T14:42:59.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2025-01-08T14:42:59.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2025-01-08T14:42:59.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2604 | 2025-01-08T14:43:00.043Z | |
2605 | 2025-01-08T14:43:00.043Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2606 | 2025-01-08T14:43:00.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2025-01-08T14:43:00.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2025-01-08T14:43:00.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2025-01-08T14:43:00.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2610 | 2025-01-08T14:43:00.693Z | |
2611 | 2025-01-08T14:43:00.693Z | info: running `cargo check --bins` on wicket-common (77/176) |
2612 | 2025-01-08T14:43:01.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2025-01-08T14:43:01.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2025-01-08T14:43:01.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2025-01-08T14:43:01.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2616 | 2025-01-08T14:43:01.346Z | |
2617 | 2025-01-08T14:43:01.346Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2618 | 2025-01-08T14:43:01.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2025-01-08T14:43:01.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2025-01-08T14:43:02.004Z | Checking csv-core v0.1.11 |
2621 | 2025-01-08T14:43:02.007Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2622 | 2025-01-08T14:43:02.007Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2623 | 2025-01-08T14:43:02.107Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2624 | 2025-01-08T14:43:02.278Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2625 | 2025-01-08T14:43:02.341Z | Checking csv v1.3.0 |
2626 | 2025-01-08T14:43:02.343Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2627 | 2025-01-08T14:43:02.927Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2628 | 2025-01-08T14:43:03.277Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2629 | 2025-01-08T14:43:05.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s |
2630 | 2025-01-08T14:43:05.205Z | |
2631 | 2025-01-08T14:43:05.205Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2632 | 2025-01-08T14:43:05.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2025-01-08T14:43:05.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2025-01-08T14:43:05.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2025-01-08T14:43:05.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2636 | 2025-01-08T14:43:05.828Z | |
2637 | 2025-01-08T14:43:05.828Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2638 | 2025-01-08T14:43:06.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2025-01-08T14:43:06.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2025-01-08T14:43:06.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2025-01-08T14:43:06.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2642 | 2025-01-08T14:43:06.454Z | |
2643 | 2025-01-08T14:43:06.454Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2644 | 2025-01-08T14:43:07.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2025-01-08T14:43:07.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2025-01-08T14:43:07.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2025-01-08T14:43:07.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2648 | 2025-01-08T14:43:07.194Z | |
2649 | 2025-01-08T14:43:07.194Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2650 | 2025-01-08T14:43:07.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2025-01-08T14:43:07.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2025-01-08T14:43:07.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2025-01-08T14:43:07.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2654 | 2025-01-08T14:43:07.918Z | |
2655 | 2025-01-08T14:43:07.918Z | info: running `cargo check --bins` on dns-server (83/176) |
2656 | 2025-01-08T14:43:08.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2025-01-08T14:43:08.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2025-01-08T14:43:08.554Z | Compiling parking_lot_core v0.8.6 |
2659 | 2025-01-08T14:43:08.557Z | Checking fxhash v0.2.1 |
2660 | 2025-01-08T14:43:08.557Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2661 | 2025-01-08T14:43:08.557Z | Checking hickory-server v0.24.1 |
2662 | 2025-01-08T14:43:08.655Z | Checking hickory-client v0.24.1 |
2663 | 2025-01-08T14:43:09.260Z | Checking parking_lot v0.11.2 |
2664 | 2025-01-08T14:43:09.374Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2665 | 2025-01-08T14:43:09.374Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2666 | 2025-01-08T14:43:09.500Z | Checking sled v0.34.7 |
2667 | 2025-01-08T14:43:11.254Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2668 | 2025-01-08T14:43:12.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2669 | 2025-01-08T14:43:12.690Z | |
2670 | 2025-01-08T14:43:12.691Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2671 | 2025-01-08T14:43:13.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2025-01-08T14:43:13.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2025-01-08T14:43:13.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2674 | 2025-01-08T14:43:13.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2675 | 2025-01-08T14:43:13.324Z | |
2676 | 2025-01-08T14:43:13.324Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2677 | 2025-01-08T14:43:13.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2025-01-08T14:43:13.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2025-01-08T14:43:13.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2025-01-08T14:43:13.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2681 | 2025-01-08T14:43:14.001Z | |
2682 | 2025-01-08T14:43:14.001Z | info: running `cargo check --bins` on gateway-types (86/176) |
2683 | 2025-01-08T14:43:14.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2025-01-08T14:43:14.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2025-01-08T14:43:14.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2025-01-08T14:43:14.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2687 | 2025-01-08T14:43:14.621Z | |
2688 | 2025-01-08T14:43:14.621Z | info: running `cargo check --bins` on ipcc (87/176) |
2689 | 2025-01-08T14:43:15.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2025-01-08T14:43:15.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2025-01-08T14:43:15.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2692 | 2025-01-08T14:43:15.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2693 | 2025-01-08T14:43:15.253Z | |
2694 | 2025-01-08T14:43:15.253Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2695 | 2025-01-08T14:43:15.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2025-01-08T14:43:15.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2025-01-08T14:43:15.940Z | Compiling semver v0.1.20 |
2698 | 2025-01-08T14:43:15.940Z | Compiling radium v0.7.0 |
2699 | 2025-01-08T14:43:16.054Z | Checking tap v1.0.1 |
2700 | 2025-01-08T14:43:16.056Z | Compiling maybe-uninit v2.0.0 |
2701 | 2025-01-08T14:43:16.071Z | Checking password-hash v0.5.0 |
2702 | 2025-01-08T14:43:16.073Z | Checking blake2 v0.10.6 |
2703 | 2025-01-08T14:43:16.073Z | Checking crc-catalog v2.4.0 |
2704 | 2025-01-08T14:43:16.073Z | Compiling cancel-safe-futures v0.1.5 |
2705 | 2025-01-08T14:43:16.197Z | Checking wyz v0.5.1 |
2706 | 2025-01-08T14:43:16.234Z | Compiling owo-colors v4.1.0 |
2707 | 2025-01-08T14:43:16.445Z | Compiling rustc_version v0.1.7 |
2708 | 2025-01-08T14:43:16.493Z | Checking funty v2.0.0 |
2709 | 2025-01-08T14:43:16.514Z | Compiling packed_struct v0.10.1 |
2710 | 2025-01-08T14:43:16.514Z | Checking argon2 v0.5.3 |
2711 | 2025-01-08T14:43:16.640Z | Checking crc v3.2.1 |
2712 | 2025-01-08T14:43:16.655Z | Compiling packed_struct_codegen v0.10.1 |
2713 | 2025-01-08T14:43:16.718Z | Checking half v2.4.1 |
2714 | 2025-01-08T14:43:16.924Z | Compiling newtype_derive v0.1.6 |
2715 | 2025-01-08T14:43:16.993Z | Compiling indexmap v1.9.3 |
2716 | 2025-01-08T14:43:17.055Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2717 | 2025-01-08T14:43:17.078Z | Checking ciborium-io v0.2.2 |
2718 | 2025-01-08T14:43:17.184Z | Checking nodrop v0.1.14 |
2719 | 2025-01-08T14:43:17.187Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2720 | 2025-01-08T14:43:17.220Z | Checking ciborium-ll v0.2.2 |
2721 | 2025-01-08T14:43:17.295Z | Checking array-init v0.0.4 |
2722 | 2025-01-08T14:43:17.310Z | Checking smallvec v0.6.14 |
2723 | 2025-01-08T14:43:17.374Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2724 | 2025-01-08T14:43:17.405Z | Checking bitvec v1.0.1 |
2725 | 2025-01-08T14:43:17.498Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2726 | 2025-01-08T14:43:17.718Z | Checking libsw v3.3.1 |
2727 | 2025-01-08T14:43:17.858Z | Compiling memoffset v0.9.1 |
2728 | 2025-01-08T14:43:17.986Z | Checking linear-map v1.2.0 |
2729 | 2025-01-08T14:43:18.145Z | Checking bitfield v0.14.0 |
2730 | 2025-01-08T14:43:18.167Z | Checking hashbrown v0.12.3 |
2731 | 2025-01-08T14:43:18.270Z | Checking swrite v0.1.0 |
2732 | 2025-01-08T14:43:18.336Z | Checking termcolor v1.4.1 |
2733 | 2025-01-08T14:43:18.393Z | Checking indent_write v2.2.0 |
2734 | 2025-01-08T14:43:18.421Z | Checking serde-hex v0.1.0 |
2735 | 2025-01-08T14:43:18.533Z | Checking ron v0.8.1 |
2736 | 2025-01-08T14:43:18.738Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2737 | 2025-01-08T14:43:18.752Z | Checking env_logger v0.10.2 |
2738 | 2025-01-08T14:43:19.172Z | Checking ciborium v0.2.2 |
2739 | 2025-01-08T14:43:19.319Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2740 | 2025-01-08T14:43:19.461Z | Checking steno v0.4.1 |
2741 | 2025-01-08T14:43:19.867Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2742 | 2025-01-08T14:43:19.984Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2743 | 2025-01-08T14:43:20.109Z | Checking hashbrown v0.13.2 |
2744 | 2025-01-08T14:43:20.197Z | Checking humantime v2.1.0 |
2745 | 2025-01-08T14:43:20.348Z | Checking crc-any v2.5.0 |
2746 | 2025-01-08T14:43:20.479Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2747 | 2025-01-08T14:43:20.712Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2748 | 2025-01-08T14:43:21.095Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2749 | 2025-01-08T14:43:21.140Z | Checking object v0.30.4 |
2750 | 2025-01-08T14:43:21.157Z | Checking path-slash v0.1.5 |
2751 | 2025-01-08T14:43:21.301Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2752 | 2025-01-08T14:43:21.455Z | Checking nix v0.27.1 |
2753 | 2025-01-08T14:43:21.750Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2754 | 2025-01-08T14:43:22.249Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2755 | 2025-01-08T14:43:22.480Z | Checking tungstenite v0.23.0 |
2756 | 2025-01-08T14:43:22.523Z | Checking kstat-rs v0.2.4 |
2757 | 2025-01-08T14:43:22.568Z | Checking signal-hook-tokio v0.3.1 |
2758 | 2025-01-08T14:43:22.815Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2759 | 2025-01-08T14:43:23.438Z | Checking tokio-tungstenite v0.23.1 |
2760 | 2025-01-08T14:43:23.591Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2761 | 2025-01-08T14:43:24.078Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2762 | 2025-01-08T14:43:24.392Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2763 | 2025-01-08T14:43:30.650Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2764 | 2025-01-08T14:43:31.949Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2765 | 2025-01-08T14:43:35.300Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2766 | 2025-01-08T14:43:41.088Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2767 | 2025-01-08T14:43:41.797Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2768 | 2025-01-08T14:43:44.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.33s |
2769 | 2025-01-08T14:43:44.772Z | |
2770 | 2025-01-08T14:43:44.772Z | info: running `cargo check --bins` on gateway-api (89/176) |
2771 | 2025-01-08T14:43:45.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2025-01-08T14:43:45.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2025-01-08T14:43:45.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2025-01-08T14:43:45.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2775 | 2025-01-08T14:43:45.393Z | |
2776 | 2025-01-08T14:43:45.393Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2777 | 2025-01-08T14:43:45.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2025-01-08T14:43:45.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2025-01-08T14:43:45.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2025-01-08T14:43:45.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2781 | 2025-01-08T14:43:45.995Z | |
2782 | 2025-01-08T14:43:45.995Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2783 | 2025-01-08T14:43:46.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2025-01-08T14:43:46.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2025-01-08T14:43:46.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2025-01-08T14:43:46.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2787 | 2025-01-08T14:43:46.630Z | |
2788 | 2025-01-08T14:43:46.630Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2789 | 2025-01-08T14:43:47.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2025-01-08T14:43:47.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2025-01-08T14:43:47.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2025-01-08T14:43:47.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2793 | 2025-01-08T14:43:47.249Z | |
2794 | 2025-01-08T14:43:47.249Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2795 | 2025-01-08T14:43:47.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2025-01-08T14:43:47.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2025-01-08T14:43:47.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2025-01-08T14:43:47.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2799 | 2025-01-08T14:43:47.878Z | |
2800 | 2025-01-08T14:43:47.878Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2801 | 2025-01-08T14:43:48.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2025-01-08T14:43:48.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2025-01-08T14:43:48.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2025-01-08T14:43:48.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2805 | 2025-01-08T14:43:48.506Z | |
2806 | 2025-01-08T14:43:48.506Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2807 | 2025-01-08T14:43:49.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2025-01-08T14:43:49.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2025-01-08T14:43:49.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2025-01-08T14:43:49.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2811 | 2025-01-08T14:43:49.132Z | |
2812 | 2025-01-08T14:43:49.132Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2813 | 2025-01-08T14:43:49.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2025-01-08T14:43:49.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2025-01-08T14:43:49.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2025-01-08T14:43:49.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2817 | 2025-01-08T14:43:49.758Z | |
2818 | 2025-01-08T14:43:49.758Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2819 | 2025-01-08T14:43:50.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2025-01-08T14:43:50.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2025-01-08T14:43:50.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2025-01-08T14:43:50.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2823 | 2025-01-08T14:43:50.414Z | |
2824 | 2025-01-08T14:43:50.414Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2825 | 2025-01-08T14:43:50.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2025-01-08T14:43:50.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2025-01-08T14:43:50.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2025-01-08T14:43:50.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2829 | 2025-01-08T14:43:51.030Z | |
2830 | 2025-01-08T14:43:51.030Z | info: running `cargo check --bins` on sp-sim (99/176) |
2831 | 2025-01-08T14:43:51.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2025-01-08T14:43:51.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2025-01-08T14:43:51.659Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2834 | 2025-01-08T14:43:52.136Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2835 | 2025-01-08T14:43:53.952Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2836 | 2025-01-08T14:43:55.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
2837 | 2025-01-08T14:43:55.850Z | |
2838 | 2025-01-08T14:43:55.850Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2839 | 2025-01-08T14:43:56.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2025-01-08T14:43:56.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2025-01-08T14:43:56.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2025-01-08T14:43:56.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2843 | 2025-01-08T14:43:56.510Z | |
2844 | 2025-01-08T14:43:56.511Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2845 | 2025-01-08T14:43:57.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2025-01-08T14:43:57.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2025-01-08T14:43:57.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2025-01-08T14:43:57.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2849 | 2025-01-08T14:43:57.186Z | |
2850 | 2025-01-08T14:43:57.186Z | info: running `cargo check --bins` on db-macros (102/176) |
2851 | 2025-01-08T14:43:57.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2025-01-08T14:43:57.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2025-01-08T14:43:57.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2025-01-08T14:43:57.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2855 | 2025-01-08T14:43:57.787Z | |
2856 | 2025-01-08T14:43:57.787Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2857 | 2025-01-08T14:43:58.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2025-01-08T14:43:58.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2025-01-08T14:43:58.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2025-01-08T14:43:58.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2861 | 2025-01-08T14:43:58.388Z | |
2862 | 2025-01-08T14:43:58.388Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2863 | 2025-01-08T14:43:58.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2025-01-08T14:43:58.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2025-01-08T14:43:58.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2025-01-08T14:43:58.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2867 | 2025-01-08T14:43:59.049Z | |
2868 | 2025-01-08T14:43:59.049Z | info: running `cargo check --bins` on authz-macros (105/176) |
2869 | 2025-01-08T14:43:59.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2025-01-08T14:43:59.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2025-01-08T14:43:59.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2025-01-08T14:43:59.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2873 | 2025-01-08T14:43:59.656Z | |
2874 | 2025-01-08T14:43:59.656Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2875 | 2025-01-08T14:44:00.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2025-01-08T14:44:00.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2025-01-08T14:44:00.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2025-01-08T14:44:00.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2879 | 2025-01-08T14:44:00.308Z | |
2880 | 2025-01-08T14:44:00.308Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2881 | 2025-01-08T14:44:00.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2025-01-08T14:44:00.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2025-01-08T14:44:00.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2025-01-08T14:44:00.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2885 | 2025-01-08T14:44:00.957Z | |
2886 | 2025-01-08T14:44:00.957Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2887 | 2025-01-08T14:44:01.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2025-01-08T14:44:01.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2025-01-08T14:44:01.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2890 | 2025-01-08T14:44:01.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2891 | 2025-01-08T14:44:01.584Z | |
2892 | 2025-01-08T14:44:01.585Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2893 | 2025-01-08T14:44:02.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2025-01-08T14:44:02.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2025-01-08T14:44:02.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2896 | 2025-01-08T14:44:02.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2897 | 2025-01-08T14:44:02.229Z | |
2898 | 2025-01-08T14:44:02.229Z | info: running `cargo check --bins` on typed-rng (110/176) |
2899 | 2025-01-08T14:44:02.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2025-01-08T14:44:02.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2025-01-08T14:44:02.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2902 | 2025-01-08T14:44:02.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2903 | 2025-01-08T14:44:02.835Z | |
2904 | 2025-01-08T14:44:02.835Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2905 | 2025-01-08T14:44:03.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2906 | 2025-01-08T14:44:03.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2907 | 2025-01-08T14:44:03.566Z | Checking keccak v0.1.5 |
2908 | 2025-01-08T14:44:03.676Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2909 | 2025-01-08T14:44:03.679Z | Checking secrecy v0.8.0 |
2910 | 2025-01-08T14:44:03.679Z | Compiling unicase v2.7.0 |
2911 | 2025-01-08T14:44:03.686Z | Compiling same-file v1.0.6 |
2912 | 2025-01-08T14:44:03.713Z | Compiling tempfile v3.13.0 |
2913 | 2025-01-08T14:44:03.728Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2914 | 2025-01-08T14:44:03.728Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2915 | 2025-01-08T14:44:03.865Z | Compiling walkdir v2.5.0 |
2916 | 2025-01-08T14:44:03.954Z | Compiling thiserror-impl-no-std v2.0.2 |
2917 | 2025-01-08T14:44:03.970Z | Checking sha3 v0.10.8 |
2918 | 2025-01-08T14:44:04.040Z | Checking universal-hash v0.5.1 |
2919 | 2025-01-08T14:44:04.069Z | Compiling blake3 v1.5.4 |
2920 | 2025-01-08T14:44:04.178Z | Checking opaque-debug v0.3.1 |
2921 | 2025-01-08T14:44:04.234Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2922 | 2025-01-08T14:44:04.280Z | Checking poly1305 v0.8.0 |
2923 | 2025-01-08T14:44:04.302Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2924 | 2025-01-08T14:44:04.357Z | Checking chacha20 v0.9.1 |
2925 | 2025-01-08T14:44:04.548Z | Checking aead v0.5.2 |
2926 | 2025-01-08T14:44:04.592Z | Compiling memmap2 v0.9.5 |
2927 | 2025-01-08T14:44:04.631Z | Compiling arrayvec v0.7.6 |
2928 | 2025-01-08T14:44:04.713Z | Compiling libefi-sys v0.1.0 |
2929 | 2025-01-08T14:44:04.765Z | Compiling arrayref v0.3.9 |
2930 | 2025-01-08T14:44:04.768Z | Compiling salty v0.3.0 |
2931 | 2025-01-08T14:44:04.868Z | Compiling constant_time_eq v0.3.1 |
2932 | 2025-01-08T14:44:05.021Z | Checking chacha20poly1305 v0.10.1 |
2933 | 2025-01-08T14:44:05.065Z | Compiling toolchain_find v0.4.0 |
2934 | 2025-01-08T14:44:05.079Z | Compiling camino-tempfile v1.1.1 |
2935 | 2025-01-08T14:44:05.195Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2936 | 2025-01-08T14:44:05.220Z | Compiling bitfield-struct v0.6.2 |
2937 | 2025-01-08T14:44:05.420Z | Compiling topological-sort v0.2.2 |
2938 | 2025-01-08T14:44:05.511Z | Compiling mime_guess v2.0.5 |
2939 | 2025-01-08T14:44:05.651Z | Compiling rustfmt-wrapper v0.2.1 |
2940 | 2025-01-08T14:44:06.164Z | Compiling omicron-zone-package v0.12.0 |
2941 | 2025-01-08T14:44:06.233Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2942 | 2025-01-08T14:44:06.259Z | Checking primeorder v0.13.6 |
2943 | 2025-01-08T14:44:06.543Z | Checking env_filter v0.1.2 |
2944 | 2025-01-08T14:44:06.697Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2945 | 2025-01-08T14:44:06.716Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2946 | 2025-01-08T14:44:06.748Z | Checking p384 v0.13.0 |
2947 | 2025-01-08T14:44:06.804Z | Checking env_logger v0.11.5 |
2948 | 2025-01-08T14:44:06.858Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2949 | 2025-01-08T14:44:07.050Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2950 | 2025-01-08T14:44:07.093Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2951 | 2025-01-08T14:44:07.165Z | Checking thiserror-no-std v2.0.2 |
2952 | 2025-01-08T14:44:07.283Z | Checking vsss-rs v3.3.4 |
2953 | 2025-01-08T14:44:07.301Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2954 | 2025-01-08T14:44:07.325Z | Checking http-range v0.1.5 |
2955 | 2025-01-08T14:44:07.449Z | Checking lockfree-object-pool v0.1.6 |
2956 | 2025-01-08T14:44:07.474Z | Checking simd-adler32 v0.3.7 |
2957 | 2025-01-08T14:44:07.498Z | Checking bumpalo v3.16.0 |
2958 | 2025-01-08T14:44:07.692Z | Compiling zip v2.1.3 |
2959 | 2025-01-08T14:44:07.754Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2960 | 2025-01-08T14:44:07.817Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2961 | 2025-01-08T14:44:07.819Z | Checking zopfli v0.8.1 |
2962 | 2025-01-08T14:44:07.851Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2963 | 2025-01-08T14:44:08.057Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2964 | 2025-01-08T14:44:08.121Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2965 | 2025-01-08T14:44:08.490Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2966 | 2025-01-08T14:44:08.658Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2967 | 2025-01-08T14:44:08.719Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2968 | 2025-01-08T14:44:08.886Z | Checking nanorand v0.7.0 |
2969 | 2025-01-08T14:44:08.967Z | Checking atty v0.2.14 |
2970 | 2025-01-08T14:44:09.094Z | Checking glob v0.3.1 |
2971 | 2025-01-08T14:44:09.214Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2972 | 2025-01-08T14:44:09.254Z | Checking flume v0.11.1 |
2973 | 2025-01-08T14:44:09.272Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2974 | 2025-01-08T14:44:09.425Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2975 | 2025-01-08T14:44:09.782Z | Checking hyper-staticfile v0.10.1 |
2976 | 2025-01-08T14:44:09.803Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2977 | 2025-01-08T14:44:10.579Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2978 | 2025-01-08T14:44:10.970Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2979 | 2025-01-08T14:44:11.003Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2980 | 2025-01-08T14:44:11.140Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2981 | 2025-01-08T14:44:11.423Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2982 | 2025-01-08T14:44:11.500Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2983 | 2025-01-08T14:44:12.087Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2984 | 2025-01-08T14:44:12.211Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2985 | 2025-01-08T14:44:12.969Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2986 | 2025-01-08T14:44:13.286Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2987 | 2025-01-08T14:44:16.083Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2988 | 2025-01-08T14:44:16.083Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2989 | 2025-01-08T14:44:25.195Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2990 | 2025-01-08T14:44:38.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.10s |
2991 | 2025-01-08T14:44:39.119Z | |
2992 | 2025-01-08T14:44:39.119Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
2993 | 2025-01-08T14:44:39.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2025-01-08T14:44:39.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2025-01-08T14:44:39.848Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2996 | 2025-01-08T14:44:53.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s |
2997 | 2025-01-08T14:44:53.859Z | |
2998 | 2025-01-08T14:44:53.860Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
2999 | 2025-01-08T14:44:54.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2025-01-08T14:44:54.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2025-01-08T14:44:54.588Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3002 | 2025-01-08T14:45:08.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s |
3003 | 2025-01-08T14:45:08.521Z | |
3004 | 2025-01-08T14:45:08.521Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3005 | 2025-01-08T14:45:09.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2025-01-08T14:45:09.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2025-01-08T14:45:09.241Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3008 | 2025-01-08T14:45:23.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.70s |
3009 | 2025-01-08T14:45:23.423Z | |
3010 | 2025-01-08T14:45:23.423Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3011 | 2025-01-08T14:45:24.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2025-01-08T14:45:24.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2025-01-08T14:45:24.148Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3014 | 2025-01-08T14:45:38.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s |
3015 | 2025-01-08T14:45:38.243Z | |
3016 | 2025-01-08T14:45:38.243Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3017 | 2025-01-08T14:45:38.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2025-01-08T14:45:38.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2025-01-08T14:45:38.964Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3020 | 2025-01-08T14:45:52.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s |
3021 | 2025-01-08T14:45:52.949Z | |
3022 | 2025-01-08T14:45:52.950Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3023 | 2025-01-08T14:45:53.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-01-08T14:45:53.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-01-08T14:45:53.679Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3026 | 2025-01-08T14:46:07.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s |
3027 | 2025-01-08T14:46:07.634Z | |
3028 | 2025-01-08T14:46:07.634Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3029 | 2025-01-08T14:46:08.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-01-08T14:46:08.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-01-08T14:46:08.368Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3032 | 2025-01-08T14:46:22.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s |
3033 | 2025-01-08T14:46:22.337Z | |
3034 | 2025-01-08T14:46:22.337Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3035 | 2025-01-08T14:46:22.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-01-08T14:46:22.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-01-08T14:46:22.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2025-01-08T14:46:22.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3039 | 2025-01-08T14:46:22.990Z | |
3040 | 2025-01-08T14:46:22.990Z | info: running `cargo check --bins` on key-manager (120/176) |
3041 | 2025-01-08T14:46:23.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-01-08T14:46:23.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-01-08T14:46:23.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2025-01-08T14:46:23.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3045 | 2025-01-08T14:46:23.622Z | |
3046 | 2025-01-08T14:46:23.622Z | info: running `cargo check --bins` on range-requests (121/176) |
3047 | 2025-01-08T14:46:24.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-01-08T14:46:24.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-01-08T14:46:24.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2025-01-08T14:46:24.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3051 | 2025-01-08T14:46:24.234Z | |
3052 | 2025-01-08T14:46:24.234Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3053 | 2025-01-08T14:46:24.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-01-08T14:46:24.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-01-08T14:46:24.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2025-01-08T14:46:24.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3057 | 2025-01-08T14:46:24.856Z | |
3058 | 2025-01-08T14:46:24.856Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3059 | 2025-01-08T14:46:25.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-01-08T14:46:25.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-01-08T14:46:25.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2025-01-08T14:46:25.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3063 | 2025-01-08T14:46:25.508Z | |
3064 | 2025-01-08T14:46:25.508Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3065 | 2025-01-08T14:46:26.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2025-01-08T14:46:26.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2025-01-08T14:46:26.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2025-01-08T14:46:26.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3069 | 2025-01-08T14:46:26.116Z | |
3070 | 2025-01-08T14:46:26.116Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3071 | 2025-01-08T14:46:26.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2025-01-08T14:46:26.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2025-01-08T14:46:26.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2025-01-08T14:46:26.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3075 | 2025-01-08T14:46:26.752Z | |
3076 | 2025-01-08T14:46:26.753Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3077 | 2025-01-08T14:46:27.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2025-01-08T14:46:27.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2025-01-08T14:46:27.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2025-01-08T14:46:27.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3081 | 2025-01-08T14:46:27.396Z | |
3082 | 2025-01-08T14:46:27.396Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3083 | 2025-01-08T14:46:27.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2025-01-08T14:46:27.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2025-01-08T14:46:27.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3086 | 2025-01-08T14:46:27.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3087 | 2025-01-08T14:46:28.040Z | |
3088 | 2025-01-08T14:46:28.040Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176) |
3089 | 2025-01-08T14:46:28.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2025-01-08T14:46:28.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2025-01-08T14:46:28.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3092 | 2025-01-08T14:46:28.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3093 | 2025-01-08T14:46:28.694Z | |
3094 | 2025-01-08T14:46:28.694Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (129/176) |
3095 | 2025-01-08T14:46:29.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2025-01-08T14:46:29.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2025-01-08T14:46:29.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3098 | 2025-01-08T14:46:29.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3099 | 2025-01-08T14:46:29.349Z | |
3100 | 2025-01-08T14:46:29.349Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3101 | 2025-01-08T14:46:29.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2025-01-08T14:46:29.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2025-01-08T14:46:29.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3104 | 2025-01-08T14:46:29.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3105 | 2025-01-08T14:46:29.994Z | |
3106 | 2025-01-08T14:46:29.994Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3107 | 2025-01-08T14:46:30.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2025-01-08T14:46:30.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2025-01-08T14:46:30.669Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3110 | 2025-01-08T14:46:30.669Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3111 | 2025-01-08T14:46:31.531Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3112 | 2025-01-08T14:46:33.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
3113 | 2025-01-08T14:46:33.713Z | |
3114 | 2025-01-08T14:46:33.713Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3115 | 2025-01-08T14:46:34.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2025-01-08T14:46:34.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2025-01-08T14:46:34.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3118 | 2025-01-08T14:46:34.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3119 | 2025-01-08T14:46:34.330Z | |
3120 | 2025-01-08T14:46:34.330Z | info: running `cargo check --bins` on cert-dev (133/176) |
3121 | 2025-01-08T14:46:34.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2025-01-08T14:46:34.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2025-01-08T14:46:34.930Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3124 | 2025-01-08T14:46:35.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3125 | 2025-01-08T14:46:35.357Z | |
3126 | 2025-01-08T14:46:35.357Z | info: running `cargo check --bins` on clickana (134/176) |
3127 | 2025-01-08T14:46:35.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2025-01-08T14:46:35.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2025-01-08T14:46:35.992Z | Checking castaway v0.2.3 |
3130 | 2025-01-08T14:46:35.995Z | Checking unicode-truncate v1.1.0 |
3131 | 2025-01-08T14:46:35.995Z | Checking lru v0.12.5 |
3132 | 2025-01-08T14:46:35.995Z | Compiling instability v0.3.2 |
3133 | 2025-01-08T14:46:35.995Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3134 | 2025-01-08T14:46:35.995Z | Checking cassowary v0.3.0 |
3135 | 2025-01-08T14:46:36.225Z | Checking compact_str v0.8.0 |
3136 | 2025-01-08T14:46:36.835Z | Checking ratatui v0.28.1 |
3137 | 2025-01-08T14:46:37.724Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3138 | 2025-01-08T14:46:38.735Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3139 | 2025-01-08T14:46:39.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
3140 | 2025-01-08T14:46:39.732Z | |
3141 | 2025-01-08T14:46:39.733Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3142 | 2025-01-08T14:46:40.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2025-01-08T14:46:40.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2025-01-08T14:46:40.398Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3145 | 2025-01-08T14:46:40.398Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3146 | 2025-01-08T14:46:41.421Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3147 | 2025-01-08T14:46:41.912Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3148 | 2025-01-08T14:46:42.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
3149 | 2025-01-08T14:46:42.469Z | |
3150 | 2025-01-08T14:46:42.469Z | info: running `cargo check --bins` on ch-dev (136/176) |
3151 | 2025-01-08T14:46:43.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2025-01-08T14:46:43.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2025-01-08T14:46:43.120Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3154 | 2025-01-08T14:46:43.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3155 | 2025-01-08T14:46:44.006Z | |
3156 | 2025-01-08T14:46:44.006Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3157 | 2025-01-08T14:46:44.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2025-01-08T14:46:44.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2025-01-08T14:46:44.652Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3160 | 2025-01-08T14:46:45.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3161 | 2025-01-08T14:46:45.195Z | |
3162 | 2025-01-08T14:46:45.195Z | info: running `cargo check --bins` on db-dev (138/176) |
3163 | 2025-01-08T14:46:45.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2025-01-08T14:46:45.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2025-01-08T14:46:45.841Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3166 | 2025-01-08T14:46:46.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3167 | 2025-01-08T14:46:46.740Z | |
3168 | 2025-01-08T14:46:46.740Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3169 | 2025-01-08T14:46:47.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3170 | 2025-01-08T14:46:47.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3171 | 2025-01-08T14:46:47.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3172 | 2025-01-08T14:46:47.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3173 | 2025-01-08T14:46:47.384Z | |
3174 | 2025-01-08T14:46:47.384Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3175 | 2025-01-08T14:46:47.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2025-01-08T14:46:47.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2025-01-08T14:46:47.986Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3178 | 2025-01-08T14:46:48.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3179 | 2025-01-08T14:46:49.022Z | |
3180 | 2025-01-08T14:46:49.022Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3181 | 2025-01-08T14:46:49.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2025-01-08T14:46:49.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2025-01-08T14:46:49.629Z | Checking cargo-platform v0.1.8 |
3184 | 2025-01-08T14:46:49.897Z | Checking cargo_metadata v0.18.1 |
3185 | 2025-01-08T14:46:50.853Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3186 | 2025-01-08T14:46:51.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3187 | 2025-01-08T14:46:51.829Z | |
3188 | 2025-01-08T14:46:51.829Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3189 | 2025-01-08T14:46:52.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2025-01-08T14:46:52.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2025-01-08T14:46:52.547Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3192 | 2025-01-08T14:46:54.048Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3193 | 2025-01-08T14:46:54.666Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3194 | 2025-01-08T14:46:55.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
3195 | 2025-01-08T14:46:55.409Z | |
3196 | 2025-01-08T14:46:55.409Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3197 | 2025-01-08T14:46:56.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3198 | 2025-01-08T14:46:56.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3199 | 2025-01-08T14:46:56.179Z | Compiling crunchy v0.2.2 |
3200 | 2025-01-08T14:46:56.179Z | Compiling tiny-keccak v2.0.2 |
3201 | 2025-01-08T14:46:56.181Z | Compiling dsl_auto_type v0.1.2 |
3202 | 2025-01-08T14:46:56.181Z | Checking scheduled-thread-pool v0.2.7 |
3203 | 2025-01-08T14:46:56.181Z | Compiling diesel_table_macro_syntax v0.2.0 |
3204 | 2025-01-08T14:46:56.293Z | Compiling ascii-canvas v3.0.0 |
3205 | 2025-01-08T14:46:56.303Z | Compiling ena v0.14.3 |
3206 | 2025-01-08T14:46:56.314Z | Compiling diff v0.1.13 |
3207 | 2025-01-08T14:46:56.593Z | Checking r2d2 v0.8.10 |
3208 | 2025-01-08T14:46:56.618Z | Compiling regex-syntax v0.6.29 |
3209 | 2025-01-08T14:46:56.686Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3210 | 2025-01-08T14:46:56.785Z | Compiling ref-cast v1.0.23 |
3211 | 2025-01-08T14:46:56.856Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3212 | 2025-01-08T14:46:56.900Z | Compiling derive_builder_core v0.20.2 |
3213 | 2025-01-08T14:46:56.917Z | Compiling libxml v0.3.3 |
3214 | 2025-01-08T14:46:57.002Z | Compiling ref-cast-impl v1.0.23 |
3215 | 2025-01-08T14:46:57.133Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3216 | 2025-01-08T14:46:57.345Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3217 | 2025-01-08T14:46:57.357Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3218 | 2025-01-08T14:46:57.481Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3219 | 2025-01-08T14:46:57.671Z | Compiling strum_macros v0.24.3 |
3220 | 2025-01-08T14:46:57.700Z | Compiling samael v0.0.17 |
3221 | 2025-01-08T14:46:57.903Z | Compiling diesel_derives v2.2.3 |
3222 | 2025-01-08T14:46:57.922Z | Compiling indoc v1.0.9 |
3223 | 2025-01-08T14:46:58.881Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3224 | 2025-01-08T14:46:59.170Z | Compiling impl-trait-for-tuples v0.2.2 |
3225 | 2025-01-08T14:46:59.298Z | Compiling derive_builder_macro v0.20.2 |
3226 | 2025-01-08T14:47:00.185Z | Compiling lalrpop v0.19.12 |
3227 | 2025-01-08T14:47:00.209Z | Checking derive_builder v0.20.2 |
3228 | 2025-01-08T14:47:00.359Z | Compiling oso-derive v0.27.3 |
3229 | 2025-01-08T14:47:00.833Z | Checking quick-xml v0.33.0 |
3230 | 2025-01-08T14:47:01.392Z | Compiling diesel-dtrace v0.4.2 |
3231 | 2025-01-08T14:47:01.429Z | Checking maplit v1.0.2 |
3232 | 2025-01-08T14:47:01.583Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3233 | 2025-01-08T14:47:01.820Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3234 | 2025-01-08T14:47:01.908Z | Checking bb8 v0.8.5 |
3235 | 2025-01-08T14:47:02.126Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3236 | 2025-01-08T14:47:02.411Z | Checking rand_seeder v0.3.0 |
3237 | 2025-01-08T14:47:02.461Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3238 | 2025-01-08T14:47:02.607Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3239 | 2025-01-08T14:47:02.669Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3240 | 2025-01-08T14:47:02.871Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3241 | 2025-01-08T14:47:03.152Z | Checking unicode-linebreak v0.1.5 |
3242 | 2025-01-08T14:47:03.367Z | Checking is_ci v1.2.0 |
3243 | 2025-01-08T14:47:03.513Z | Checking smawk v0.3.2 |
3244 | 2025-01-08T14:47:03.582Z | Checking supports-color v3.0.1 |
3245 | 2025-01-08T14:47:03.730Z | Checking textwrap v0.16.1 |
3246 | 2025-01-08T14:47:03.820Z | Checking multimap v0.10.0 |
3247 | 2025-01-08T14:47:04.488Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3248 | 2025-01-08T14:47:07.096Z | Checking diesel v2.2.6 |
3249 | 2025-01-08T14:47:33.202Z | Compiling polar-core v0.27.3 |
3250 | 2025-01-08T14:47:36.586Z | Checking async-bb8-diesel v0.2.1 |
3251 | 2025-01-08T14:47:40.559Z | Checking oso v0.27.3 |
3252 | 2025-01-08T14:48:46.768Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3253 | 2025-01-08T14:48:52.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
3254 | 2025-01-08T14:48:53.022Z | |
3255 | 2025-01-08T14:48:53.022Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3256 | 2025-01-08T14:48:53.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2025-01-08T14:48:53.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2025-01-08T14:48:53.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3259 | 2025-01-08T14:48:53.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3260 | 2025-01-08T14:48:53.696Z | |
3261 | 2025-01-08T14:48:53.696Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3262 | 2025-01-08T14:48:54.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-01-08T14:48:54.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-01-08T14:48:54.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3265 | 2025-01-08T14:48:54.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3266 | 2025-01-08T14:48:54.361Z | |
3267 | 2025-01-08T14:48:54.361Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3268 | 2025-01-08T14:48:54.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-01-08T14:48:54.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-01-08T14:48:54.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3271 | 2025-01-08T14:48:54.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3272 | 2025-01-08T14:48:54.962Z | |
3273 | 2025-01-08T14:48:54.962Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3274 | 2025-01-08T14:48:55.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-01-08T14:48:55.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-01-08T14:48:55.745Z | Compiling libz-sys v1.1.20 |
3277 | 2025-01-08T14:48:55.860Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3278 | 2025-01-08T14:48:55.870Z | Compiling vergen v8.3.2 |
3279 | 2025-01-08T14:48:55.873Z | Compiling cargo-platform v0.1.8 |
3280 | 2025-01-08T14:48:55.873Z | Compiling pin-project-internal v1.1.6 |
3281 | 2025-01-08T14:48:55.909Z | Compiling libsqlite3-sys v0.30.1 |
3282 | 2025-01-08T14:48:55.911Z | Compiling snafu-derive v0.8.5 |
3283 | 2025-01-08T14:48:55.922Z | Compiling buf-list v1.0.3 |
3284 | 2025-01-08T14:48:56.174Z | Compiling cargo_metadata v0.18.1 |
3285 | 2025-01-08T14:48:56.368Z | Compiling rustls v0.21.12 |
3286 | 2025-01-08T14:48:56.423Z | Compiling cfg_aliases v0.2.1 |
3287 | 2025-01-08T14:48:56.537Z | Compiling nix v0.29.0 |
3288 | 2025-01-08T14:48:56.709Z | Checking globset v0.4.15 |
3289 | 2025-01-08T14:48:56.712Z | Checking olpc-cjson v0.1.4 |
3290 | 2025-01-08T14:48:56.828Z | Checking sct v0.7.1 |
3291 | 2025-01-08T14:48:56.977Z | Checking rustls-webpki v0.101.7 |
3292 | 2025-01-08T14:48:57.044Z | Checking serde_plain v1.0.2 |
3293 | 2025-01-08T14:48:57.235Z | Checking typed-path v0.9.3 |
3294 | 2025-01-08T14:48:57.719Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3295 | 2025-01-08T14:48:57.783Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3296 | 2025-01-08T14:48:58.008Z | Checking hashlink v0.9.1 |
3297 | 2025-01-08T14:48:58.054Z | Checking parse-size v1.1.0 |
3298 | 2025-01-08T14:48:58.231Z | Checking fallible-iterator v0.3.0 |
3299 | 2025-01-08T14:48:58.637Z | Checking fallible-streaming-iterator v0.1.9 |
3300 | 2025-01-08T14:48:58.898Z | Checking rusqlite v0.32.1 |
3301 | 2025-01-08T14:48:58.936Z | Checking pin-project v1.1.6 |
3302 | 2025-01-08T14:48:59.066Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3303 | 2025-01-08T14:48:59.183Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3304 | 2025-01-08T14:48:59.368Z | Checking rustls-pemfile v1.0.4 |
3305 | 2025-01-08T14:48:59.564Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3306 | 2025-01-08T14:48:59.724Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3307 | 2025-01-08T14:49:00.008Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3308 | 2025-01-08T14:49:00.094Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3309 | 2025-01-08T14:49:00.188Z | Checking twox-hash v1.6.3 |
3310 | 2025-01-08T14:49:00.223Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3311 | 2025-01-08T14:49:00.242Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3312 | 2025-01-08T14:49:00.693Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3313 | 2025-01-08T14:49:00.908Z | Checking tokio-rustls v0.24.1 |
3314 | 2025-01-08T14:49:01.250Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3315 | 2025-01-08T14:49:01.265Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3316 | 2025-01-08T14:49:01.333Z | Checking snafu v0.8.5 |
3317 | 2025-01-08T14:49:01.417Z | Checking fatfs v0.3.6 |
3318 | 2025-01-08T14:49:01.866Z | Checking tough v0.19.0 |
3319 | 2025-01-08T14:49:02.149Z | Checking assert_matches v1.5.0 |
3320 | 2025-01-08T14:49:06.113Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3321 | 2025-01-08T14:49:07.457Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3322 | 2025-01-08T14:49:08.122Z | Compiling git2 v0.19.0 |
3323 | 2025-01-08T14:49:12.811Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3324 | 2025-01-08T14:50:05.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3325 | 2025-01-08T14:50:06.107Z | |
3326 | 2025-01-08T14:50:06.107Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3327 | 2025-01-08T14:50:06.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2025-01-08T14:50:06.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2025-01-08T14:50:06.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3330 | 2025-01-08T14:50:06.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3331 | 2025-01-08T14:50:06.794Z | |
3332 | 2025-01-08T14:50:06.795Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3333 | 2025-01-08T14:50:07.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2025-01-08T14:50:07.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2025-01-08T14:50:07.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3336 | 2025-01-08T14:50:07.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3337 | 2025-01-08T14:50:07.399Z | |
3338 | 2025-01-08T14:50:07.399Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3339 | 2025-01-08T14:50:07.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2025-01-08T14:50:07.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2025-01-08T14:50:07.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3342 | 2025-01-08T14:50:07.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3343 | 2025-01-08T14:50:08.051Z | |
3344 | 2025-01-08T14:50:08.051Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3345 | 2025-01-08T14:50:08.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2025-01-08T14:50:08.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2025-01-08T14:50:08.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2025-01-08T14:50:08.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3349 | 2025-01-08T14:50:08.719Z | |
3350 | 2025-01-08T14:50:08.719Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3351 | 2025-01-08T14:50:09.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2025-01-08T14:50:09.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2025-01-08T14:50:09.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3354 | 2025-01-08T14:50:09.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3355 | 2025-01-08T14:50:09.382Z | |
3356 | 2025-01-08T14:50:09.383Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3357 | 2025-01-08T14:50:09.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2025-01-08T14:50:09.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2025-01-08T14:50:09.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3360 | 2025-01-08T14:50:09.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3361 | 2025-01-08T14:50:10.045Z | |
3362 | 2025-01-08T14:50:10.045Z | info: running `cargo check --bins` on update-common (154/176) |
3363 | 2025-01-08T14:50:10.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2025-01-08T14:50:10.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2025-01-08T14:50:10.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3366 | 2025-01-08T14:50:10.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3367 | 2025-01-08T14:50:10.693Z | |
3368 | 2025-01-08T14:50:10.693Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3369 | 2025-01-08T14:50:11.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2025-01-08T14:50:11.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2025-01-08T14:50:11.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3372 | 2025-01-08T14:50:11.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3373 | 2025-01-08T14:50:11.332Z | |
3374 | 2025-01-08T14:50:11.332Z | info: running `cargo check --bins` on tufaceous (156/176) |
3375 | 2025-01-08T14:50:11.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3376 | 2025-01-08T14:50:11.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3377 | 2025-01-08T14:50:11.995Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3378 | 2025-01-08T14:50:13.205Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3379 | 2025-01-08T14:50:14.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s |
3380 | 2025-01-08T14:50:14.261Z | |
3381 | 2025-01-08T14:50:14.261Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3382 | 2025-01-08T14:50:14.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2025-01-08T14:50:14.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2025-01-08T14:50:15.095Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3385 | 2025-01-08T14:50:15.098Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3386 | 2025-01-08T14:50:15.229Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3387 | 2025-01-08T14:50:15.232Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3388 | 2025-01-08T14:50:16.275Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3389 | 2025-01-08T14:50:42.143Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3390 | 2025-01-08T14:50:42.146Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3391 | 2025-01-08T14:50:42.146Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3392 | 2025-01-08T14:50:42.146Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3393 | 2025-01-08T14:50:42.146Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3394 | 2025-01-08T14:50:42.959Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3395 | 2025-01-08T14:50:44.236Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3396 | 2025-01-08T14:51:22.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3397 | 2025-01-08T14:51:22.679Z | |
3398 | 2025-01-08T14:51:22.679Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3399 | 2025-01-08T14:51:23.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2025-01-08T14:51:23.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2025-01-08T14:51:23.375Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3402 | 2025-01-08T14:51:23.375Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3403 | 2025-01-08T14:51:23.377Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3404 | 2025-01-08T14:51:23.504Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3405 | 2025-01-08T14:51:23.506Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3406 | 2025-01-08T14:51:23.529Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3407 | 2025-01-08T14:51:23.532Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3408 | 2025-01-08T14:51:23.541Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3409 | 2025-01-08T14:51:23.746Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3410 | 2025-01-08T14:51:23.799Z | Checking heck v0.4.1 |
3411 | 2025-01-08T14:51:23.875Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3412 | 2025-01-08T14:51:24.034Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3413 | 2025-01-08T14:51:24.034Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3414 | 2025-01-08T14:51:24.210Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3415 | 2025-01-08T14:51:24.522Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3416 | 2025-01-08T14:51:24.956Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3417 | 2025-01-08T14:51:25.073Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3418 | 2025-01-08T14:51:26.350Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3419 | 2025-01-08T14:51:26.774Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3420 | 2025-01-08T14:51:27.327Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3421 | 2025-01-08T14:51:27.437Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3422 | 2025-01-08T14:51:29.434Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3423 | 2025-01-08T14:51:29.434Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3424 | 2025-01-08T14:51:30.589Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3425 | 2025-01-08T14:51:32.182Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3426 | 2025-01-08T14:51:38.286Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3427 | 2025-01-08T14:51:38.286Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3428 | 2025-01-08T14:51:39.513Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3429 | 2025-01-08T14:51:40.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.93s |
3430 | 2025-01-08T14:51:40.796Z | |
3431 | 2025-01-08T14:51:40.796Z | info: running `cargo check --bins` on installinator-api (159/176) |
3432 | 2025-01-08T14:51:41.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3433 | 2025-01-08T14:51:41.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3434 | 2025-01-08T14:51:41.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3435 | 2025-01-08T14:51:41.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3436 | 2025-01-08T14:51:41.434Z | |
3437 | 2025-01-08T14:51:41.434Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3438 | 2025-01-08T14:51:41.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3439 | 2025-01-08T14:51:41.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3440 | 2025-01-08T14:51:41.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3441 | 2025-01-08T14:51:42.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3442 | 2025-01-08T14:51:42.077Z | |
3443 | 2025-01-08T14:51:42.077Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3444 | 2025-01-08T14:51:42.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3445 | 2025-01-08T14:51:42.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3446 | 2025-01-08T14:51:42.757Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3447 | 2025-01-08T14:51:42.757Z | Compiling petname v2.0.2 |
3448 | 2025-01-08T14:51:42.759Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3449 | 2025-01-08T14:51:42.759Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3450 | 2025-01-08T14:51:42.759Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3451 | 2025-01-08T14:51:42.759Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3452 | 2025-01-08T14:51:42.879Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3453 | 2025-01-08T14:51:42.902Z | Checking sync-ptr v0.1.1 |
3454 | 2025-01-08T14:51:48.375Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3455 | 2025-01-08T14:51:49.016Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3456 | 2025-01-08T14:51:50.202Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3457 | 2025-01-08T14:51:51.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.68s |
3458 | 2025-01-08T14:51:51.952Z | |
3459 | 2025-01-08T14:51:51.952Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3460 | 2025-01-08T14:51:52.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3461 | 2025-01-08T14:51:52.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3462 | 2025-01-08T14:51:52.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3463 | 2025-01-08T14:51:52.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3464 | 2025-01-08T14:51:52.612Z | |
3465 | 2025-01-08T14:51:52.612Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3466 | 2025-01-08T14:51:53.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3467 | 2025-01-08T14:51:53.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3468 | 2025-01-08T14:51:53.268Z | Checking memmap2 v0.9.5 |
3469 | 2025-01-08T14:51:53.268Z | Checking arrayvec v0.7.6 |
3470 | 2025-01-08T14:51:53.270Z | Checking constant_time_eq v0.3.1 |
3471 | 2025-01-08T14:51:53.270Z | Checking arrayref v0.3.9 |
3472 | 2025-01-08T14:51:53.270Z | Checking topological-sort v0.2.2 |
3473 | 2025-01-08T14:51:53.270Z | Checking shell-words v1.1.0 |
3474 | 2025-01-08T14:51:53.632Z | Checking blake3 v1.5.4 |
3475 | 2025-01-08T14:51:53.995Z | Checking omicron-zone-package v0.12.0 |
3476 | 2025-01-08T14:51:55.190Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3477 | 2025-01-08T14:51:56.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
3478 | 2025-01-08T14:51:56.253Z | |
3479 | 2025-01-08T14:51:56.253Z | info: running `cargo check --bins` on xtask (164/176) |
3480 | 2025-01-08T14:51:56.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3481 | 2025-01-08T14:51:56.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3482 | 2025-01-08T14:51:56.678Z | Checking bitflags v2.6.0 |
3483 | 2025-01-08T14:51:56.681Z | Checking serde v1.0.215 |
3484 | 2025-01-08T14:51:56.681Z | Checking thiserror v1.0.69 |
3485 | 2025-01-08T14:51:56.768Z | Checking scroll v0.12.0 |
3486 | 2025-01-08T14:51:56.770Z | Checking hashbrown v0.15.1 |
3487 | 2025-01-08T14:51:56.777Z | Checking log v0.4.22 |
3488 | 2025-01-08T14:51:56.798Z | Checking zerocopy v0.7.35 |
3489 | 2025-01-08T14:51:56.811Z | Checking syn v2.0.87 |
3490 | 2025-01-08T14:51:56.862Z | Checking pest v2.7.14 |
3491 | 2025-01-08T14:51:56.992Z | Checking rustix v0.38.37 |
3492 | 2025-01-08T14:51:57.037Z | Checking once_cell v1.20.2 |
3493 | 2025-01-08T14:51:57.232Z | Checking goblin v0.8.2 |
3494 | 2025-01-08T14:51:57.343Z | Checking fs-err v2.11.0 |
3495 | 2025-01-08T14:51:57.679Z | Checking anyhow v1.0.93 |
3496 | 2025-01-08T14:51:57.827Z | Checking indexmap v2.6.0 |
3497 | 2025-01-08T14:51:58.071Z | Checking tabled v0.15.0 |
3498 | 2025-01-08T14:51:58.993Z | Checking terminal_size v0.4.0 |
3499 | 2025-01-08T14:51:58.993Z | Checking tempfile v3.13.0 |
3500 | 2025-01-08T14:51:59.108Z | Checking dtrace-parser v0.2.0 |
3501 | 2025-01-08T14:51:59.167Z | Checking clap_builder v4.5.21 |
3502 | 2025-01-08T14:52:01.010Z | Checking serde_json v1.0.133 |
3503 | 2025-01-08T14:52:01.010Z | Checking serde_spanned v0.6.8 |
3504 | 2025-01-08T14:52:01.010Z | Checking toml_datetime v0.6.8 |
3505 | 2025-01-08T14:52:01.012Z | Checking camino v1.1.9 |
3506 | 2025-01-08T14:52:01.012Z | Checking cargo-platform v0.1.8 |
3507 | 2025-01-08T14:52:01.223Z | Checking semver v1.0.23 |
3508 | 2025-01-08T14:52:01.290Z | Checking macaddr v1.0.1 |
3509 | 2025-01-08T14:52:01.292Z | Checking toml_edit v0.22.22 |
3510 | 2025-01-08T14:52:01.410Z | Checking clap v4.5.21 |
3511 | 2025-01-08T14:52:01.579Z | Checking camino-tempfile v1.1.1 |
3512 | 2025-01-08T14:52:02.222Z | Checking dof v0.3.0 |
3513 | 2025-01-08T14:52:02.222Z | Checking cargo_metadata v0.18.1 |
3514 | 2025-01-08T14:52:02.630Z | Checking usdt-impl v0.5.0 |
3515 | 2025-01-08T14:52:02.983Z | Checking usdt v0.5.0 |
3516 | 2025-01-08T14:52:03.121Z | Checking toml v0.8.19 |
3517 | 2025-01-08T14:52:03.578Z | Checking cargo_toml v0.20.5 |
3518 | 2025-01-08T14:52:04.762Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3519 | 2025-01-08T14:52:05.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s |
3520 | 2025-01-08T14:52:05.474Z | |
3521 | 2025-01-08T14:52:05.474Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3522 | 2025-01-08T14:52:06.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2025-01-08T14:52:06.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2025-01-08T14:52:06.227Z | Checking polyval v0.6.2 |
3525 | 2025-01-08T14:52:06.341Z | Checking ctr v0.9.2 |
3526 | 2025-01-08T14:52:06.352Z | Checking ssh-encoding v0.2.0 |
3527 | 2025-01-08T14:52:06.354Z | Checking blowfish v0.9.1 |
3528 | 2025-01-08T14:52:06.373Z | Checking password-hash v0.4.2 |
3529 | 2025-01-08T14:52:06.376Z | Checking matches v0.1.10 |
3530 | 2025-01-08T14:52:06.402Z | Checking p521 v0.13.3 |
3531 | 2025-01-08T14:52:06.402Z | Checking p256 v0.13.2 |
3532 | 2025-01-08T14:52:06.479Z | Checking idna v0.2.3 |
3533 | 2025-01-08T14:52:06.557Z | Checking ghash v0.5.1 |
3534 | 2025-01-08T14:52:06.583Z | Checking bcrypt-pbkdf v0.10.0 |
3535 | 2025-01-08T14:52:06.591Z | Compiling enum-as-inner v0.5.1 |
3536 | 2025-01-08T14:52:06.658Z | Checking russh-cryptovec v0.7.3 |
3537 | 2025-01-08T14:52:06.719Z | Checking aes-gcm v0.10.3 |
3538 | 2025-01-08T14:52:06.763Z | Checking pbkdf2 v0.11.0 |
3539 | 2025-01-08T14:52:06.857Z | Checking md5 v0.7.0 |
3540 | 2025-01-08T14:52:06.874Z | Checking num-bigint v0.4.6 |
3541 | 2025-01-08T14:52:06.955Z | Checking ssh-cipher v0.2.0 |
3542 | 2025-01-08T14:52:07.030Z | Checking des v0.8.1 |
3543 | 2025-01-08T14:52:07.126Z | Compiling dhcproto-macros v0.1.0 |
3544 | 2025-01-08T14:52:07.233Z | Checking ssh-key v0.6.6 |
3545 | 2025-01-08T14:52:07.272Z | Checking hex-literal v0.4.1 |
3546 | 2025-01-08T14:52:07.274Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3547 | 2025-01-08T14:52:07.389Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3548 | 2025-01-08T14:52:07.621Z | Checking internet-checksum v0.2.1 |
3549 | 2025-01-08T14:52:07.640Z | Checking trust-dns-proto v0.22.0 |
3550 | 2025-01-08T14:52:08.565Z | Checking russh-keys v0.45.0 |
3551 | 2025-01-08T14:52:09.478Z | Checking russh v0.45.0 |
3552 | 2025-01-08T14:52:10.112Z | Checking dhcproto v0.12.0 |
3553 | 2025-01-08T14:52:28.069Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3554 | 2025-01-08T14:52:29.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.00s |
3555 | 2025-01-08T14:52:29.681Z | |
3556 | 2025-01-08T14:52:29.681Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3557 | 2025-01-08T14:52:30.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2025-01-08T14:52:30.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2025-01-08T14:52:30.317Z | Checking termios v0.3.3 |
3560 | 2025-01-08T14:52:30.539Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3561 | 2025-01-08T14:52:31.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3562 | 2025-01-08T14:52:31.484Z | |
3563 | 2025-01-08T14:52:31.484Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3564 | 2025-01-08T14:52:32.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3565 | 2025-01-08T14:52:32.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3566 | 2025-01-08T14:52:32.172Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3567 | 2025-01-08T14:52:32.172Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3568 | 2025-01-08T14:52:32.174Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3569 | 2025-01-08T14:52:32.174Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3570 | 2025-01-08T14:52:33.211Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3571 | 2025-01-08T14:52:34.502Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3572 | 2025-01-08T14:52:36.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
3573 | 2025-01-08T14:52:36.578Z | |
3574 | 2025-01-08T14:52:36.578Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3575 | 2025-01-08T14:52:37.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3576 | 2025-01-08T14:52:37.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3577 | 2025-01-08T14:52:37.216Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3578 | 2025-01-08T14:52:37.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3579 | 2025-01-08T14:52:37.878Z | |
3580 | 2025-01-08T14:52:37.878Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3581 | 2025-01-08T14:52:38.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3582 | 2025-01-08T14:52:38.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3583 | 2025-01-08T14:52:38.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3584 | 2025-01-08T14:52:38.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3585 | 2025-01-08T14:52:38.492Z | |
3586 | 2025-01-08T14:52:38.493Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3587 | 2025-01-08T14:52:39.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3588 | 2025-01-08T14:52:39.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3589 | 2025-01-08T14:52:39.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3590 | 2025-01-08T14:52:39.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3591 | 2025-01-08T14:52:39.107Z | |
3592 | 2025-01-08T14:52:39.107Z | info: running `cargo check --bins` on omicron-package (171/176) |
3593 | 2025-01-08T14:52:39.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3594 | 2025-01-08T14:52:39.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3595 | 2025-01-08T14:52:39.783Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3596 | 2025-01-08T14:52:41.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
3597 | 2025-01-08T14:52:41.363Z | |
3598 | 2025-01-08T14:52:41.363Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3599 | 2025-01-08T14:52:41.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3600 | 2025-01-08T14:52:41.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3601 | 2025-01-08T14:52:42.056Z | Checking rtoolbox v0.0.2 |
3602 | 2025-01-08T14:52:42.058Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3603 | 2025-01-08T14:52:42.058Z | Checking tui-tree-widget v0.22.0 |
3604 | 2025-01-08T14:52:42.282Z | Checking rpassword v7.3.1 |
3605 | 2025-01-08T14:52:46.425Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3606 | 2025-01-08T14:52:49.387Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3607 | 2025-01-08T14:52:50.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.28s |
3608 | 2025-01-08T14:52:50.834Z | |
3609 | 2025-01-08T14:52:50.834Z | info: running `cargo check --bins` on wicket (173/176) |
3610 | 2025-01-08T14:52:51.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3611 | 2025-01-08T14:52:51.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3612 | 2025-01-08T14:52:51.525Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3613 | 2025-01-08T14:52:51.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3614 | 2025-01-08T14:52:52.160Z | |
3615 | 2025-01-08T14:52:52.160Z | info: running `cargo check --bins` on wicketd (174/176) |
3616 | 2025-01-08T14:52:52.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3617 | 2025-01-08T14:52:52.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3618 | 2025-01-08T14:52:52.868Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3619 | 2025-01-08T14:52:52.868Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3620 | 2025-01-08T14:52:53.717Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3621 | 2025-01-08T14:52:57.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
3622 | 2025-01-08T14:52:57.732Z | |
3623 | 2025-01-08T14:52:57.732Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3624 | 2025-01-08T14:52:58.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3625 | 2025-01-08T14:52:58.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3626 | 2025-01-08T14:52:58.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3627 | 2025-01-08T14:52:58.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3628 | 2025-01-08T14:52:58.339Z | |
3629 | 2025-01-08T14:52:58.339Z | info: running `cargo check --bins` on zone-setup (176/176) |
3630 | 2025-01-08T14:52:58.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3631 | 2025-01-08T14:52:58.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3632 | 2025-01-08T14:52:59.058Z | Checking uzers v0.12.1 |
3633 | 2025-01-08T14:52:59.399Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3634 | 2025-01-08T14:53:00.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s |
3635 | 2025-01-08T14:53:00.781Z | |
3636 | 2025-01-08T14:53:00.784Z | real 13:32.643168671 |
3637 | 2025-01-08T14:53:00.784Z | user 25:24.667015918 |
3638 | 2025-01-08T14:53:00.784Z | sys 5:47.431649102 |
3639 | 2025-01-08T14:53:00.784Z | trap 0.484560370 |
3640 | 2025-01-08T14:53:00.784Z | tflt 2.430588561 |
3641 | 2025-01-08T14:53:00.784Z | dflt 2.900107042 |
3642 | 2025-01-08T14:53:00.784Z | kflt 0.001166747 |
3643 | 2025-01-08T14:53:00.784Z | lock 48:30.945711560 |
3644 | 2025-01-08T14:53:00.784Z | slp 2:13:04.886183730 |
3645 | 2025-01-08T14:53:00.784Z | lat 1:02.843324272 |
3646 | 2025-01-08T14:53:00.784Z | stop 3:35.083098390 |
3647 | 2025-01-08T14:53:00.784Z | process exited: duration 1098338 ms, exit code 0 |
|
3648 | 2025-01-08T14:53:00.790Z | found 0 output files |