|
|
|
1 | 2024-12-18T18:59:59.258Z | job assigned to worker 01JFDJ6TNT7Q1GDPNX6DZ0CSHE [factory aws, i-09f0432000057c4b9] (queued for 51 s) |
|
2 | 2024-12-18T19:00:07.478Z | starting task 0: "setup" |
3 | 2024-12-18T19:00:07.486Z | ++ uname -s |
4 | 2024-12-18T19:00:07.489Z | + kern=SunOS |
5 | 2024-12-18T19:00:07.489Z | + case "$kern" in |
6 | 2024-12-18T19:00:07.489Z | + groupadd -g 12345 build |
7 | 2024-12-18T19:00:07.491Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T19:00:09.497Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T19:00:09.597Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T19:00:09.599Z | + home_fs=zfs |
11 | 2024-12-18T19:00:09.599Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T19:00:09.599Z | + mkdir -p /home/build |
13 | 2024-12-18T19:00:09.601Z | + chown build:build /home/build /work |
14 | 2024-12-18T19:00:11.603Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T19:00:11.607Z | process exited: duration 4129 ms, exit code 0 |
|
16 | 2024-12-18T19:00:11.613Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T19:00:11.618Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T19:00:11.618Z | ' 1.81.0 |
19 | 2024-12-18T19:00:11.618Z | * toolchain channel = "1.81.0" |
20 | 2024-12-18T19:00:11.618Z | * toolchain profile = "default" |
21 | 2024-12-18T19:00:11.618Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-18T19:00:11.618Z | ' default |
23 | 2024-12-18T19:00:11.621Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T19:00:11.621Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-18T19:00:11.711Z | info: downloading installer |
26 | 2024-12-18T19:00:12.990Z | info: profile set to 'default' |
27 | 2024-12-18T19:00:12.990Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T19:00:12.992Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-18T19:00:13.139Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-18T19:00:13.139Z | info: downloading component 'cargo' |
31 | 2024-12-18T19:00:13.965Z | info: downloading component 'clippy' |
32 | 2024-12-18T19:00:14.269Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T19:00:15.410Z | info: downloading component 'rust-std' |
34 | 2024-12-18T19:00:17.187Z | info: downloading component 'rustc' |
35 | 2024-12-18T19:00:23.572Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T19:00:23.818Z | info: installing component 'cargo' |
37 | 2024-12-18T19:00:24.597Z | info: installing component 'clippy' |
38 | 2024-12-18T19:00:24.960Z | info: installing component 'rust-docs' |
39 | 2024-12-18T19:00:26.573Z | info: installing component 'rust-std' |
40 | 2024-12-18T19:00:28.290Z | info: installing component 'rustc' |
41 | 2024-12-18T19:00:33.892Z | info: installing component 'rustfmt' |
42 | 2024-12-18T19:00:34.211Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-18T19:00:34.211Z | |
44 | 2024-12-18T19:00:34.572Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-18T19:00:34.572Z | |
46 | 2024-12-18T19:00:34.574Z | |
47 | 2024-12-18T19:00:34.575Z | Rust is installed now. Great! |
48 | 2024-12-18T19:00:34.575Z | |
49 | 2024-12-18T19:00:34.575Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T19:00:34.575Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T19:00:34.575Z | |
52 | 2024-12-18T19:00:34.575Z | To configure your current shell, you need to source |
53 | 2024-12-18T19:00:34.575Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T19:00:34.575Z | |
55 | 2024-12-18T19:00:34.575Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T19:00:34.575Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T19:00:34.575Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T19:00:34.642Z | + rustc --version |
59 | 2024-12-18T19:00:34.708Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-18T19:00:34.711Z | process exited: duration 23096 ms, exit code 0 |
|
61 | 2024-12-18T19:00:34.717Z | starting task 2: "authentication" |
62 | 2024-12-18T19:00:34.738Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-18T19:00:34.745Z | starting task 3: "clone repository" |
64 | 2024-12-18T19:00:34.751Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-18T19:00:34.754Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-18T19:00:35.080Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-18T19:00:41.410Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-18T19:00:41.410Z | + git fetch origin f1bb19aaaacb71432be7cfaca331b33e0df20123 |
69 | 2024-12-18T19:00:41.708Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-18T19:00:41.708Z | * branch f1bb19aaaacb71432be7cfaca331b33e0df20123 -> FETCH_HEAD |
71 | 2024-12-18T19:00:41.742Z | + [[ -n less-uuid-conflict ]] |
72 | 2024-12-18T19:00:41.743Z | ++ git branch --show-current |
73 | 2024-12-18T19:00:41.743Z | + current=main |
74 | 2024-12-18T19:00:41.743Z | + [[ main != less-uuid-conflict ]] |
75 | 2024-12-18T19:00:41.743Z | + git branch -f less-uuid-conflict f1bb19aaaacb71432be7cfaca331b33e0df20123 |
76 | 2024-12-18T19:00:41.743Z | + git checkout -f less-uuid-conflict |
77 | 2024-12-18T19:00:41.906Z | Switched to branch 'less-uuid-conflict' |
78 | 2024-12-18T19:00:41.915Z | + git reset --hard f1bb19aaaacb71432be7cfaca331b33e0df20123 |
79 | 2024-12-18T19:00:42.115Z | HEAD is now at f1bb19aaa UUID test, comment |
80 | 2024-12-18T19:00:42.121Z | process exited: duration 7327 ms, exit code 0 |
|
81 | 2024-12-18T19:00:42.136Z | starting task 4: "build" |
82 | 2024-12-18T19:00:42.147Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-18T19:00:42.147Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-18T19:00:42.147Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-18T19:00:42.147Z | + cargo --version |
86 | 2024-12-18T19:00:42.195Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-18T19:00:42.200Z | + rustc --version |
88 | 2024-12-18T19:00:42.259Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-18T19:00:42.264Z | + source ./env.sh |
90 | 2024-12-18T19:00:42.264Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-18T19:00:42.264Z | ++ set -o xtrace |
92 | 2024-12-18T19:00:42.264Z | ++++ dirname ./env.sh |
93 | 2024-12-18T19:00:42.264Z | +++ readlink -f . |
94 | 2024-12-18T19:00:42.284Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-18T19:00:42.296Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-18T19:00:42.296Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-18T19:00:42.296Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-12-18T19:00:42.296Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-12-18T19:00:42.296Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-12-18T19:00:42.296Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-12-18T19:00:42.296Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-12-18T19:00:42.296Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-12-18T19:00:42.297Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-18T19:00:42.297Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-18T19:00:42.297Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-12-18T19:00:42.297Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-12-18T19:00:42.297Z | + banner prerequisites |
108 | 2024-12-18T19:00:42.315Z | |
109 | 2024-12-18T19:00:42.315Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-18T19:00:42.315Z | # # # # # # # # # # # # # # # |
111 | 2024-12-18T19:00:42.315Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-18T19:00:42.315Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-18T19:00:42.315Z | # # # # # # # # # # # # # # # |
114 | 2024-12-18T19:00:42.315Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-18T19:00:42.315Z | |
116 | 2024-12-18T19:00:42.315Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-18T19:00:55.845Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-18T19:01:00.078Z | Startup: Caching catalogs ... Done |
119 | 2024-12-18T19:01:10.583Z | Planning: Solver setup ... Done (9.657s) |
120 | 2024-12-18T19:01:10.713Z | Planning: Running solver ... Done (0.130s) |
121 | 2024-12-18T19:01:11.041Z | Planning: Finding local manifests ... Done (0.227s) |
122 | 2024-12-18T19:01:11.121Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-18T19:01:12.698Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-18T19:01:13.058Z | Planning: Package planning ... Done (0.359s) |
125 | 2024-12-18T19:01:13.115Z | Planning: Merging actions ... Done (0.057s) |
126 | 2024-12-18T19:01:14.327Z | Planning: Checking for conflicting actions ... Done (1.212s) |
127 | 2024-12-18T19:01:22.287Z | Planning: Consolidating action changes ... Done (7.959s) |
128 | 2024-12-18T19:01:22.731Z | Planning: Evaluating mediators ... Done (0.444s) |
129 | 2024-12-18T19:01:22.808Z | Planning: Planning completed in 22.63 seconds |
130 | 2024-12-18T19:01:24.213Z | Packages to install: 4 |
131 | 2024-12-18T19:01:24.213Z | Packages to update: 1 |
132 | 2024-12-18T19:01:24.216Z | Mediators to change: 2 |
133 | 2024-12-18T19:01:24.216Z | Services to change: 1 |
134 | 2024-12-18T19:01:24.216Z | Estimated space available: 155.63 GB |
135 | 2024-12-18T19:01:24.216Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-18T19:01:24.216Z | Create boot environment: No |
137 | 2024-12-18T19:01:24.216Z | Create backup boot environment: Yes |
138 | 2024-12-18T19:01:24.216Z | Rebuild boot archive: No |
139 | 2024-12-18T19:01:24.216Z | |
140 | 2024-12-18T19:01:24.216Z | Changed mediators: |
141 | 2024-12-18T19:01:24.216Z | mediator clang: |
142 | 2024-12-18T19:01:24.216Z | version: None -> 15 (system default) |
143 | 2024-12-18T19:01:24.216Z | |
144 | 2024-12-18T19:01:24.216Z | mediator llvm: |
145 | 2024-12-18T19:01:24.216Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-18T19:01:24.217Z | |
147 | 2024-12-18T19:01:24.217Z | Changed packages: |
148 | 2024-12-18T19:01:24.217Z | helios-dev |
149 | 2024-12-18T19:01:24.217Z | developer/build-essential |
150 | 2024-12-18T19:01:24.217Z | None -> 11-2.0 |
151 | 2024-12-18T19:01:24.217Z | library/libxmlsec1 |
152 | 2024-12-18T19:01:24.217Z | None -> 1.2.35-2.0 |
153 | 2024-12-18T19:01:24.217Z | ooce/developer/clang-15 |
154 | 2024-12-18T19:01:24.217Z | None -> 15.0.7-2.0 |
155 | 2024-12-18T19:01:24.217Z | ooce/developer/llvm-15 |
156 | 2024-12-18T19:01:24.217Z | None -> 15.0.7-2.0 |
157 | 2024-12-18T19:01:24.217Z | package/pkg |
158 | 2024-12-18T19:01:24.217Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-18T19:01:24.217Z | |
160 | 2024-12-18T19:01:24.217Z | Services: |
161 | 2024-12-18T19:01:24.217Z | restart_fmri: |
162 | 2024-12-18T19:01:24.217Z | svc:/system/update-man-index:default |
163 | 2024-12-18T19:01:24.217Z | |
164 | 2024-12-18T19:01:24.217Z | Editable files to change: |
165 | 2024-12-18T19:01:24.217Z | Update: |
166 | 2024-12-18T19:01:24.217Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-18T19:01:24.736Z | |
168 | 2024-12-18T19:01:24.736Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-18T19:01:30.877Z | Download: 210/4281 items 1.3/220.6MB 0% complete (554k/s) |
170 | 2024-12-18T19:01:35.946Z | Download: 1014/4281 items 19.3/220.6MB 8% complete (1.9M/s) |
171 | 2024-12-18T19:01:40.953Z | Download: 1453/4281 items 117.1/220.6MB 53% complete (11.7M/s) |
172 | 2024-12-18T19:01:45.961Z | Download: 2225/4281 items 119.2/220.6MB 54% complete (10.0M/s) |
173 | 2024-12-18T19:01:50.961Z | Download: 3139/4281 items 154.2/220.6MB 69% complete (3.6M/s) |
174 | 2024-12-18T19:01:56.077Z | Download: 3285/4281 items 212.2/220.6MB 96% complete (9.7M/s) |
175 | 2024-12-18T19:02:01.078Z | Download: 3799/4281 items 217.1/220.6MB 98% complete (7.1M/s) |
176 | 2024-12-18T19:02:07.764Z | Download: 4206/4281 items 220.5/220.6MB 99% complete (1.8M/s) |
177 | 2024-12-18T19:02:26.174Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
178 | 2024-12-18T19:02:26.283Z | Download: Completed 220.60 MB in 61.54 seconds (3.6M/s) |
179 | 2024-12-18T19:02:28.205Z | Actions: 1/5063 actions (Removing old actions) |
180 | 2024-12-18T19:02:28.224Z | Actions: 194/5063 actions (Installing new actions) |
181 | 2024-12-18T19:02:38.669Z | Actions: 4115/5063 actions (Installing new actions) |
182 | 2024-12-18T19:02:38.695Z | Actions: 4226/5063 actions (Updating modified actions) |
183 | 2024-12-18T19:02:38.695Z | Actions: Completed 5063 actions in 5.78 seconds. |
184 | 2024-12-18T19:02:38.695Z | Done (0.401s) |
185 | 2024-12-18T19:02:38.695Z | Done (0.000s) |
186 | 2024-12-18T19:02:38.695Z | Done (0.574s) |
187 | 2024-12-18T19:02:40.430Z | Done (5.222s) |
188 | 2024-12-18T19:02:40.719Z | Done (0.217s) |
189 | 2024-12-18T19:02:40.722Z | Done (0.000s) |
190 | 2024-12-18T19:02:41.221Z | Done (0.000s) |
191 | 2024-12-18T19:02:41.904Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-12-18T19:02:42.064Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-12-18T19:02:42.067Z | Planning: Consolidating action changes ... Done |
194 | 2024-12-18T19:02:42.340Z | Planning: Evaluating mediators ... Done |
195 | 2024-12-18T19:02:42.343Z | Planning: Planning completed in 0.44 seconds |
196 | 2024-12-18T19:02:42.378Z | Mediators to change: 2 |
197 | 2024-12-18T19:02:42.378Z | Create boot environment: No |
198 | 2024-12-18T19:02:42.381Z | Create backup boot environment: No |
199 | 2024-12-18T19:02:42.456Z | Done |
200 | 2024-12-18T19:02:42.457Z | Done |
201 | 2024-12-18T19:02:42.814Z | Done |
202 | 2024-12-18T19:02:46.524Z | Done |
203 | 2024-12-18T19:02:46.614Z | Done |
204 | 2024-12-18T19:02:46.616Z | Done |
205 | 2024-12-18T19:02:47.466Z | Done |
206 | 2024-12-18T19:02:48.074Z | Planning: Evaluating mediator changes ... Done |
207 | 2024-12-18T19:02:48.077Z | Planning: Merging actions ... Done |
208 | 2024-12-18T19:02:48.267Z | Planning: Checking for conflicting actions ... Done |
209 | 2024-12-18T19:02:48.269Z | Planning: Consolidating action changes ... Done |
210 | 2024-12-18T19:02:48.529Z | Planning: Evaluating mediators ... Done |
211 | 2024-12-18T19:02:48.583Z | Planning: Planning completed in 0.75 seconds |
212 | 2024-12-18T19:02:48.622Z | Packages to change: 1 |
213 | 2024-12-18T19:02:48.622Z | Mediators to change: 1 |
214 | 2024-12-18T19:02:48.625Z | Services to change: 1 |
215 | 2024-12-18T19:02:48.625Z | Create boot environment: No |
216 | 2024-12-18T19:02:48.625Z | Create backup boot environment: Yes |
217 | 2024-12-18T19:02:50.662Z | Actions: 1/6 actions (Updating modified actions) |
218 | 2024-12-18T19:02:50.695Z | Actions: Completed 6 actions in 0.03 seconds. |
219 | 2024-12-18T19:02:50.697Z | Done |
220 | 2024-12-18T19:02:50.697Z | Done |
221 | 2024-12-18T19:02:50.809Z | Done |
222 | 2024-12-18T19:02:54.407Z | Done |
223 | 2024-12-18T19:02:54.497Z | Done |
224 | 2024-12-18T19:02:54.500Z | Done |
225 | 2024-12-18T19:02:54.813Z | Done |
226 | 2024-12-18T19:02:55.240Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
227 | 2024-12-18T19:02:55.240Z | clang system 15 system |
228 | 2024-12-18T19:02:55.240Z | csh system system illumos |
229 | 2024-12-18T19:02:55.240Z | ctags system system illumos |
230 | 2024-12-18T19:02:55.240Z | gcc vendor 12 vendor |
231 | 2024-12-18T19:02:55.240Z | gcc system 10 system |
232 | 2024-12-18T19:02:55.240Z | gcc system 7 system |
233 | 2024-12-18T19:02:55.240Z | go system 1.20 system |
234 | 2024-12-18T19:02:55.240Z | go system 1.19 system |
235 | 2024-12-18T19:02:55.240Z | llvm system 15 system |
236 | 2024-12-18T19:02:55.240Z | llvm system 14 system |
237 | 2024-12-18T19:02:55.240Z | mariadb system 10.6 system |
238 | 2024-12-18T19:02:55.240Z | mta vendor vendor dma |
239 | 2024-12-18T19:02:55.240Z | openjdk system 17 system |
240 | 2024-12-18T19:02:55.240Z | openjdk system 11 system |
241 | 2024-12-18T19:02:55.240Z | openjdk system 1.8 system |
242 | 2024-12-18T19:02:55.240Z | openssl vendor 3 vendor |
243 | 2024-12-18T19:02:55.240Z | perl system 5.36 system |
244 | 2024-12-18T19:02:55.240Z | postgresql system 15 system |
245 | 2024-12-18T19:02:55.240Z | postgresql system 13 system |
246 | 2024-12-18T19:02:55.240Z | python vendor 3 vendor |
247 | 2024-12-18T19:02:55.240Z | python system 2 system |
248 | 2024-12-18T19:02:55.240Z | python3 system 3.11 system |
249 | 2024-12-18T19:02:55.240Z | ruby system 3.0 system |
250 | 2024-12-18T19:02:55.240Z | words vendor vendor american-english |
251 | 2024-12-18T19:02:55.240Z | words system system australian-english |
252 | 2024-12-18T19:02:55.240Z | words system system british-english |
253 | 2024-12-18T19:02:55.240Z | words system system canadian-english |
254 | 2024-12-18T19:02:55.240Z | words system system french |
255 | 2024-12-18T19:02:55.240Z | words system system italian |
256 | 2024-12-18T19:02:55.240Z | words system system ngerman |
257 | 2024-12-18T19:02:55.240Z | words system system ogerman |
258 | 2024-12-18T19:02:55.240Z | words system system spanish |
259 | 2024-12-18T19:02:55.568Z | PUBLISHER TYPE STATUS P LOCATION |
260 | 2024-12-18T19:02:55.568Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
261 | 2024-12-18T19:02:58.234Z | FMRI IFO |
262 | 2024-12-18T19:02:58.234Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
263 | 2024-12-18T19:02:58.234Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
264 | 2024-12-18T19:02:58.234Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
265 | 2024-12-18T19:02:58.234Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
266 | 2024-12-18T19:02:58.234Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
267 | 2024-12-18T19:02:58.234Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
268 | 2024-12-18T19:02:58.234Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
269 | 2024-12-18T19:02:58.234Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
270 | 2024-12-18T19:02:58.234Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
271 | 2024-12-18T19:02:58.234Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
272 | 2024-12-18T19:02:58.234Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
273 | 2024-12-18T19:02:58.234Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
274 | 2024-12-18T19:02:58.234Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
275 | 2024-12-18T19:02:58.235Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
276 | 2024-12-18T19:02:58.235Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
277 | 2024-12-18T19:02:58.995Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
278 | 2024-12-18T19:02:59.260Z | Updating crates.io index |
279 | 2024-12-18T19:02:59.263Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
280 | 2024-12-18T19:03:00.001Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
281 | 2024-12-18T19:03:00.269Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
282 | 2024-12-18T19:03:00.482Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
283 | 2024-12-18T19:03:00.739Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
284 | 2024-12-18T19:03:01.654Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
285 | 2024-12-18T19:03:03.170Z | Updating git repository `https://github.com/oxidecomputer/opte` |
286 | 2024-12-18T19:03:03.800Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
287 | 2024-12-18T19:03:04.618Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
288 | 2024-12-18T19:03:04.886Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
289 | 2024-12-18T19:03:05.129Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
290 | 2024-12-18T19:03:05.696Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
291 | 2024-12-18T19:03:05.954Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
292 | 2024-12-18T19:03:06.290Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
293 | 2024-12-18T19:03:06.618Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
294 | 2024-12-18T19:03:06.830Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
295 | 2024-12-18T19:03:07.029Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
296 | 2024-12-18T19:03:07.313Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
297 | 2024-12-18T19:03:07.596Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
298 | 2024-12-18T19:03:07.930Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
299 | 2024-12-18T19:03:08.168Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
300 | 2024-12-18T19:03:08.640Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
301 | 2024-12-18T19:03:08.867Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
302 | 2024-12-18T19:03:09.205Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
303 | 2024-12-18T19:03:09.598Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
304 | 2024-12-18T19:03:09.852Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
305 | 2024-12-18T19:03:10.098Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
306 | 2024-12-18T19:03:10.344Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
307 | 2024-12-18T19:03:11.534Z | Downloading crates ... |
308 | 2024-12-18T19:03:11.663Z | Downloaded anstyle-parse v0.2.5 |
309 | 2024-12-18T19:03:11.669Z | Downloaded anstream v0.6.15 |
310 | 2024-12-18T19:03:11.673Z | Downloaded anyhow v1.0.93 |
311 | 2024-12-18T19:03:11.678Z | Downloaded autocfg v1.4.0 |
312 | 2024-12-18T19:03:11.681Z | Downloaded bytecount v0.6.8 |
313 | 2024-12-18T19:03:11.681Z | Downloaded block-buffer v0.10.4 |
314 | 2024-12-18T19:03:11.684Z | Downloaded anstyle-query v1.1.1 |
315 | 2024-12-18T19:03:11.684Z | Downloaded bitflags v2.6.0 |
316 | 2024-12-18T19:03:11.686Z | Downloaded anstyle v1.0.10 |
317 | 2024-12-18T19:03:11.690Z | Downloaded byteorder v1.5.0 |
318 | 2024-12-18T19:03:11.702Z | Downloaded cargo_toml v0.20.5 |
319 | 2024-12-18T19:03:11.704Z | Downloaded clap_lex v0.7.2 |
320 | 2024-12-18T19:03:11.707Z | Downloaded crypto-common v0.1.6 |
321 | 2024-12-18T19:03:11.707Z | Downloaded cargo-platform v0.1.8 |
322 | 2024-12-18T19:03:11.709Z | Downloaded camino v1.1.9 |
323 | 2024-12-18T19:03:11.711Z | Downloaded cargo_metadata v0.18.1 |
324 | 2024-12-18T19:03:11.714Z | Downloaded cpufeatures v0.2.14 |
325 | 2024-12-18T19:03:11.728Z | Downloaded equivalent v1.0.1 |
326 | 2024-12-18T19:03:11.731Z | Downloaded dtrace-parser v0.2.0 |
327 | 2024-12-18T19:03:11.733Z | Downloaded memmap v0.7.0 |
328 | 2024-12-18T19:03:11.733Z | Downloaded dof v0.3.0 |
329 | 2024-12-18T19:03:11.735Z | Downloaded heck v0.4.1 |
330 | 2024-12-18T19:03:11.735Z | Downloaded fnv v1.0.7 |
331 | 2024-12-18T19:03:11.737Z | Downloaded fastrand v2.1.1 |
332 | 2024-12-18T19:03:11.737Z | Downloaded is_terminal_polyfill v1.70.1 |
333 | 2024-12-18T19:03:11.740Z | Downloaded digest v0.10.7 |
334 | 2024-12-18T19:03:11.742Z | Downloaded macaddr v1.0.1 |
335 | 2024-12-18T19:03:11.742Z | Downloaded heck v0.5.0 |
336 | 2024-12-18T19:03:11.746Z | Downloaded colorchoice v1.0.2 |
337 | 2024-12-18T19:03:11.746Z | Downloaded cfg-if v1.0.0 |
338 | 2024-12-18T19:03:11.751Z | Downloaded fs-err v2.11.0 |
339 | 2024-12-18T19:03:11.751Z | Downloaded camino-tempfile v1.1.1 |
340 | 2024-12-18T19:03:11.754Z | Downloaded pest_generator v2.7.14 |
341 | 2024-12-18T19:03:11.754Z | Downloaded clap_builder v4.5.21 |
342 | 2024-12-18T19:03:11.757Z | Downloaded generic-array v0.14.7 |
343 | 2024-12-18T19:03:11.760Z | Downloaded clap_derive v4.5.18 |
344 | 2024-12-18T19:03:11.764Z | Downloaded plain v0.2.3 |
345 | 2024-12-18T19:03:11.768Z | Downloaded errno v0.3.9 |
346 | 2024-12-18T19:03:11.768Z | Downloaded scroll_derive v0.12.0 |
347 | 2024-12-18T19:03:11.771Z | Downloaded swrite v0.1.0 |
348 | 2024-12-18T19:03:11.774Z | Downloaded pretty-hex v0.4.1 |
349 | 2024-12-18T19:03:11.782Z | Downloaded usdt-attr-macro v0.5.0 |
350 | 2024-12-18T19:03:11.784Z | Downloaded proc-macro-error v1.0.4 |
351 | 2024-12-18T19:03:11.789Z | Downloaded pest_derive v2.7.14 |
352 | 2024-12-18T19:03:11.791Z | Downloaded usdt-macro v0.5.0 |
353 | 2024-12-18T19:03:11.795Z | Downloaded proc-macro-error-attr v1.0.4 |
354 | 2024-12-18T19:03:11.795Z | Downloaded itoa v1.0.11 |
355 | 2024-12-18T19:03:11.801Z | Downloaded smawk v0.3.2 |
356 | 2024-12-18T19:03:11.803Z | Downloaded serde_spanned v0.6.8 |
357 | 2024-12-18T19:03:11.809Z | Downloaded version_check v0.9.5 |
358 | 2024-12-18T19:03:11.813Z | Downloaded strsim v0.11.1 |
359 | 2024-12-18T19:03:11.817Z | Downloaded thiserror v1.0.69 |
360 | 2024-12-18T19:03:11.821Z | Downloaded unicode-linebreak v0.1.5 |
361 | 2024-12-18T19:03:11.824Z | Downloaded toml_datetime v0.6.8 |
362 | 2024-12-18T19:03:11.824Z | Downloaded thread-id v4.2.2 |
363 | 2024-12-18T19:03:11.826Z | Downloaded tabled_derive v0.7.0 |
364 | 2024-12-18T19:03:11.828Z | Downloaded utf8parse v0.2.2 |
365 | 2024-12-18T19:03:11.834Z | Downloaded usdt v0.5.0 |
366 | 2024-12-18T19:03:11.837Z | Downloaded pest_meta v2.7.14 |
367 | 2024-12-18T19:03:11.837Z | Downloaded terminal_size v0.4.0 |
368 | 2024-12-18T19:03:11.840Z | Downloaded semver v1.0.23 |
369 | 2024-12-18T19:03:11.840Z | Downloaded log v0.4.22 |
370 | 2024-12-18T19:03:11.843Z | Downloaded clap v4.5.21 |
371 | 2024-12-18T19:03:11.849Z | Downloaded sha2 v0.10.8 |
372 | 2024-12-18T19:03:11.853Z | Downloaded serde_tokenstream v0.2.2 |
373 | 2024-12-18T19:03:11.859Z | Downloaded scroll v0.12.0 |
374 | 2024-12-18T19:03:11.859Z | Downloaded quote v1.0.37 |
375 | 2024-12-18T19:03:11.859Z | Downloaded once_cell v1.20.2 |
376 | 2024-12-18T19:03:11.864Z | Downloaded usdt-impl v0.5.0 |
377 | 2024-12-18T19:03:11.864Z | Downloaded zerocopy-derive v0.7.35 |
378 | 2024-12-18T19:03:11.868Z | Downloaded indexmap v2.6.0 |
379 | 2024-12-18T19:03:11.871Z | Downloaded ryu v1.0.18 |
380 | 2024-12-18T19:03:11.874Z | Downloaded papergrid v0.11.0 |
381 | 2024-12-18T19:03:11.877Z | Downloaded proc-macro2 v1.0.89 |
382 | 2024-12-18T19:03:11.881Z | Downloaded unicode-ident v1.0.13 |
383 | 2024-12-18T19:03:11.884Z | Downloaded ucd-trie v0.1.7 |
384 | 2024-12-18T19:03:11.884Z | Downloaded toml v0.8.19 |
385 | 2024-12-18T19:03:11.888Z | Downloaded typenum v1.17.0 |
386 | 2024-12-18T19:03:11.892Z | Downloaded tempfile v3.13.0 |
387 | 2024-12-18T19:03:11.892Z | Downloaded thiserror-impl v1.0.69 |
388 | 2024-12-18T19:03:11.894Z | Downloaded serde_derive v1.0.215 |
389 | 2024-12-18T19:03:11.897Z | Downloaded memchr v2.7.4 |
390 | 2024-12-18T19:03:11.900Z | Downloaded textwrap v0.16.1 |
391 | 2024-12-18T19:03:11.904Z | Downloaded serde v1.0.215 |
392 | 2024-12-18T19:03:11.937Z | Downloaded toml_edit v0.22.22 |
393 | 2024-12-18T19:03:11.958Z | Downloaded pest v2.7.14 |
394 | 2024-12-18T19:03:11.962Z | Downloaded hashbrown v0.15.1 |
395 | 2024-12-18T19:03:11.967Z | Downloaded serde_json v1.0.132 |
396 | 2024-12-18T19:03:11.975Z | Downloaded goblin v0.8.2 |
397 | 2024-12-18T19:03:11.984Z | Downloaded zerocopy v0.7.35 |
398 | 2024-12-18T19:03:11.998Z | Downloaded winnow v0.6.20 |
399 | 2024-12-18T19:03:12.018Z | Downloaded tabled v0.15.0 |
400 | 2024-12-18T19:03:12.031Z | Downloaded syn v1.0.109 |
401 | 2024-12-18T19:03:12.040Z | Downloaded unicode-width v0.1.14 |
402 | 2024-12-18T19:03:12.046Z | Downloaded syn v2.0.87 |
403 | 2024-12-18T19:03:12.057Z | Downloaded rustix v0.38.37 |
404 | 2024-12-18T19:03:12.087Z | Downloaded libc v0.2.162 |
405 | 2024-12-18T19:03:12.392Z | Compiling proc-macro2 v1.0.89 |
406 | 2024-12-18T19:03:12.392Z | Compiling unicode-ident v1.0.13 |
407 | 2024-12-18T19:03:12.395Z | Compiling serde v1.0.215 |
408 | 2024-12-18T19:03:12.395Z | Compiling version_check v0.9.5 |
409 | 2024-12-18T19:03:12.395Z | Compiling thiserror v1.0.69 |
410 | 2024-12-18T19:03:12.395Z | Compiling memchr v2.7.4 |
411 | 2024-12-18T19:03:12.395Z | Compiling libc v0.2.162 |
412 | 2024-12-18T19:03:12.427Z | Compiling ryu v1.0.18 |
413 | 2024-12-18T19:03:12.635Z | Compiling ucd-trie v0.1.7 |
414 | 2024-12-18T19:03:12.876Z | Compiling itoa v1.0.11 |
415 | 2024-12-18T19:03:13.057Z | Compiling once_cell v1.20.2 |
416 | 2024-12-18T19:03:13.207Z | Compiling byteorder v1.5.0 |
417 | 2024-12-18T19:03:13.381Z | Compiling serde_json v1.0.132 |
418 | 2024-12-18T19:03:13.813Z | Compiling rustix v0.38.37 |
419 | 2024-12-18T19:03:14.181Z | Compiling bitflags v2.6.0 |
420 | 2024-12-18T19:03:14.245Z | Compiling proc-macro-error-attr v1.0.4 |
421 | 2024-12-18T19:03:14.439Z | Compiling usdt-impl v0.5.0 |
422 | 2024-12-18T19:03:14.532Z | Compiling syn v1.0.109 |
423 | 2024-12-18T19:03:14.607Z | Compiling proc-macro-error v1.0.4 |
424 | 2024-12-18T19:03:14.677Z | Compiling plain v0.2.3 |
425 | 2024-12-18T19:03:14.711Z | Compiling equivalent v1.0.1 |
426 | 2024-12-18T19:03:14.842Z | Compiling hashbrown v0.15.1 |
427 | 2024-12-18T19:03:14.869Z | Compiling camino v1.1.9 |
428 | 2024-12-18T19:03:14.930Z | Compiling log v0.4.22 |
429 | 2024-12-18T19:03:14.955Z | Compiling utf8parse v0.2.2 |
430 | 2024-12-18T19:03:15.125Z | Compiling thread-id v4.2.2 |
431 | 2024-12-18T19:03:15.127Z | Compiling anstyle-parse v0.2.5 |
432 | 2024-12-18T19:03:15.233Z | Compiling quote v1.0.37 |
433 | 2024-12-18T19:03:15.459Z | Compiling pretty-hex v0.4.1 |
434 | 2024-12-18T19:03:15.487Z | Compiling errno v0.3.9 |
435 | 2024-12-18T19:03:15.599Z | Compiling autocfg v1.4.0 |
436 | 2024-12-18T19:03:15.680Z | Compiling syn v2.0.87 |
437 | 2024-12-18T19:03:15.764Z | Compiling anstyle-query v1.1.1 |
438 | 2024-12-18T19:03:15.920Z | Compiling anstyle v1.0.10 |
439 | 2024-12-18T19:03:15.950Z | Compiling unicode-width v0.1.14 |
440 | 2024-12-18T19:03:16.085Z | Compiling indexmap v2.6.0 |
441 | 2024-12-18T19:03:16.380Z | Compiling colorchoice v1.0.2 |
442 | 2024-12-18T19:03:16.465Z | Compiling semver v1.0.23 |
443 | 2024-12-18T19:03:16.546Z | Compiling winnow v0.6.20 |
444 | 2024-12-18T19:03:16.728Z | Compiling is_terminal_polyfill v1.70.1 |
445 | 2024-12-18T19:03:16.866Z | Compiling anstream v0.6.15 |
446 | 2024-12-18T19:03:17.041Z | Compiling fs-err v2.11.0 |
447 | 2024-12-18T19:03:17.452Z | Compiling heck v0.4.1 |
448 | 2024-12-18T19:03:17.479Z | Compiling fastrand v2.1.1 |
449 | 2024-12-18T19:03:17.502Z | Compiling cfg-if v1.0.0 |
450 | 2024-12-18T19:03:17.537Z | Compiling clap_lex v0.7.2 |
451 | 2024-12-18T19:03:17.962Z | Compiling terminal_size v0.4.0 |
452 | 2024-12-18T19:03:18.038Z | Compiling anyhow v1.0.93 |
453 | 2024-12-18T19:03:18.040Z | Compiling strsim v0.11.1 |
454 | 2024-12-18T19:03:18.084Z | Compiling heck v0.5.0 |
455 | 2024-12-18T19:03:18.167Z | Compiling bytecount v0.6.8 |
456 | 2024-12-18T19:03:18.392Z | Compiling fnv v1.0.7 |
457 | 2024-12-18T19:03:18.541Z | Compiling papergrid v0.11.0 |
458 | 2024-12-18T19:03:18.618Z | Compiling clap_builder v4.5.21 |
459 | 2024-12-18T19:03:18.964Z | Compiling tempfile v3.13.0 |
460 | 2024-12-18T19:03:19.192Z | Compiling memmap v0.7.0 |
461 | 2024-12-18T19:03:19.240Z | Compiling smawk v0.3.2 |
462 | 2024-12-18T19:03:19.463Z | Compiling unicode-linebreak v0.1.5 |
463 | 2024-12-18T19:03:19.910Z | Compiling textwrap v0.16.1 |
464 | 2024-12-18T19:03:20.243Z | Compiling swrite v0.1.0 |
465 | 2024-12-18T19:03:21.468Z | Compiling tabled_derive v0.7.0 |
466 | 2024-12-18T19:03:22.964Z | Compiling tabled v0.15.0 |
467 | 2024-12-18T19:03:24.389Z | Compiling serde_derive v1.0.215 |
468 | 2024-12-18T19:03:24.389Z | Compiling thiserror-impl v1.0.69 |
469 | 2024-12-18T19:03:24.392Z | Compiling zerocopy-derive v0.7.35 |
470 | 2024-12-18T19:03:24.392Z | Compiling scroll_derive v0.12.0 |
471 | 2024-12-18T19:03:24.392Z | Compiling clap_derive v4.5.18 |
472 | 2024-12-18T19:03:25.701Z | Compiling scroll v0.12.0 |
473 | 2024-12-18T19:03:26.244Z | Compiling goblin v0.8.2 |
474 | 2024-12-18T19:03:26.269Z | Compiling zerocopy v0.7.35 |
475 | 2024-12-18T19:03:26.947Z | Compiling pest v2.7.14 |
476 | 2024-12-18T19:03:28.021Z | Compiling clap v4.5.21 |
477 | 2024-12-18T19:03:29.131Z | Compiling pest_meta v2.7.14 |
478 | 2024-12-18T19:03:29.985Z | Compiling pest_generator v2.7.14 |
479 | 2024-12-18T19:03:31.941Z | Compiling pest_derive v2.7.14 |
480 | 2024-12-18T19:03:32.599Z | Compiling dtrace-parser v0.2.0 |
481 | 2024-12-18T19:03:34.450Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-12-18T19:03:34.490Z | Compiling toml_datetime v0.6.8 |
483 | 2024-12-18T19:03:34.493Z | Compiling serde_spanned v0.6.8 |
484 | 2024-12-18T19:03:34.845Z | Compiling toml_edit v0.22.22 |
485 | 2024-12-18T19:03:34.898Z | Compiling cargo-platform v0.1.8 |
486 | 2024-12-18T19:03:35.065Z | Compiling macaddr v1.0.1 |
487 | 2024-12-18T19:03:35.168Z | Compiling camino-tempfile v1.1.1 |
488 | 2024-12-18T19:03:35.986Z | Compiling dof v0.3.0 |
489 | 2024-12-18T19:03:36.006Z | Compiling cargo_metadata v0.18.1 |
490 | 2024-12-18T19:03:37.573Z | Compiling toml v0.8.19 |
491 | 2024-12-18T19:03:37.688Z | Compiling usdt-macro v0.5.0 |
492 | 2024-12-18T19:03:37.690Z | Compiling usdt-attr-macro v0.5.0 |
493 | 2024-12-18T19:03:38.376Z | Compiling cargo_toml v0.20.5 |
494 | 2024-12-18T19:03:39.124Z | Compiling usdt v0.5.0 |
495 | 2024-12-18T19:03:41.949Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
496 | 2024-12-18T19:03:46.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.30s |
497 | 2024-12-18T19:03:46.333Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
498 | 2024-12-18T19:03:46.856Z | Downloading crates ... |
499 | 2024-12-18T19:03:46.976Z | Downloaded aead v0.5.2 |
500 | 2024-12-18T19:03:46.979Z | Downloaded adler2 v2.0.0 |
501 | 2024-12-18T19:03:46.982Z | Downloaded async-stream-impl v0.3.6 |
502 | 2024-12-18T19:03:46.987Z | Downloaded atomicwrites v0.4.4 |
503 | 2024-12-18T19:03:46.990Z | Downloaded atty v0.2.14 |
504 | 2024-12-18T19:03:46.993Z | Downloaded cfg_aliases v0.1.1 |
505 | 2024-12-18T19:03:46.993Z | Downloaded cfg_aliases v0.2.1 |
506 | 2024-12-18T19:03:46.995Z | Downloaded ciborium-io v0.2.2 |
507 | 2024-12-18T19:03:47.005Z | Downloaded base16ct v0.2.0 |
508 | 2024-12-18T19:03:47.013Z | Downloaded async-recursion v1.1.1 |
509 | 2024-12-18T19:03:47.016Z | Downloaded crunchy v0.2.2 |
510 | 2024-12-18T19:03:47.019Z | Downloaded cstr-argument v0.1.2 |
511 | 2024-12-18T19:03:47.022Z | Downloaded crucible-workspace-hack v0.1.0 |
512 | 2024-12-18T19:03:47.024Z | Downloaded async-stream v0.3.6 |
513 | 2024-12-18T19:03:47.027Z | Downloaded array-init v0.0.4 |
514 | 2024-12-18T19:03:47.032Z | Downloaded atomic-waker v1.1.2 |
515 | 2024-12-18T19:03:47.034Z | Downloaded headers-core v0.3.0 |
516 | 2024-12-18T19:03:47.034Z | Downloaded crc v3.2.1 |
517 | 2024-12-18T19:03:47.037Z | Downloaded colored v2.1.0 |
518 | 2024-12-18T19:03:47.040Z | Downloaded crossbeam-deque v0.8.5 |
519 | 2024-12-18T19:03:47.042Z | Downloaded darling v0.20.10 |
520 | 2024-12-18T19:03:47.048Z | Downloaded hex-literal v0.4.1 |
521 | 2024-12-18T19:03:47.051Z | Downloaded cbc v0.1.2 |
522 | 2024-12-18T19:03:47.051Z | Downloaded heck v0.3.3 |
523 | 2024-12-18T19:03:47.051Z | Downloaded crc-catalog v2.4.0 |
524 | 2024-12-18T19:03:47.054Z | Downloaded constant_time_eq v0.3.1 |
525 | 2024-12-18T19:03:47.057Z | Downloaded heapless v0.8.0 |
526 | 2024-12-18T19:03:47.059Z | Downloaded bcs v0.1.6 |
527 | 2024-12-18T19:03:47.061Z | Downloaded addr2line v0.24.2 |
528 | 2024-12-18T19:03:47.066Z | Downloaded hex v0.4.3 |
529 | 2024-12-18T19:03:47.068Z | Downloaded block-padding v0.3.3 |
530 | 2024-12-18T19:03:47.068Z | Downloaded heapless v0.7.17 |
531 | 2024-12-18T19:03:47.072Z | Downloaded icu_locid_transform_data v1.5.0 |
532 | 2024-12-18T19:03:47.075Z | Downloaded hyper-rustls v0.27.3 |
533 | 2024-12-18T19:03:47.077Z | Downloaded http-body v1.0.1 |
534 | 2024-12-18T19:03:47.080Z | Downloaded hickory-client v0.24.1 |
535 | 2024-12-18T19:03:47.084Z | Downloaded highway v1.2.0 |
536 | 2024-12-18T19:03:47.087Z | Downloaded bb8 v0.8.5 |
537 | 2024-12-18T19:03:47.091Z | Downloaded ctr v0.9.2 |
538 | 2024-12-18T19:03:47.091Z | Downloaded http-body-util v0.1.2 |
539 | 2024-12-18T19:03:47.094Z | Downloaded bitflags v1.3.2 |
540 | 2024-12-18T19:03:47.097Z | Downloaded crc32fast v1.4.2 |
541 | 2024-12-18T19:03:47.100Z | Downloaded hkdf v0.12.4 |
542 | 2024-12-18T19:03:47.100Z | Downloaded cassowary v0.3.0 |
543 | 2024-12-18T19:03:47.103Z | Downloaded const_format_proc_macros v0.2.33 |
544 | 2024-12-18T19:03:47.107Z | Downloaded hickory-resolver v0.24.1 |
545 | 2024-12-18T19:03:47.111Z | Downloaded http-range v0.1.5 |
546 | 2024-12-18T19:03:47.115Z | Downloaded hickory-server v0.24.1 |
547 | 2024-12-18T19:03:47.120Z | Downloaded primeorder v0.13.6 |
548 | 2024-12-18T19:03:47.123Z | Downloaded icu_provider_macros v1.5.0 |
549 | 2024-12-18T19:03:47.127Z | Downloaded hubpack_derive v0.1.1 |
550 | 2024-12-18T19:03:47.127Z | Downloaded console v0.15.8 |
551 | 2024-12-18T19:03:47.131Z | Downloaded httpdate v1.0.3 |
552 | 2024-12-18T19:03:47.131Z | Downloaded home v0.5.9 |
553 | 2024-12-18T19:03:47.131Z | Downloaded time-core v0.1.2 |
554 | 2024-12-18T19:03:47.135Z | Downloaded sync-ptr v0.1.1 |
555 | 2024-12-18T19:03:47.135Z | Downloaded ref-cast-impl v1.0.23 |
556 | 2024-12-18T19:03:47.135Z | Downloaded ident_case v1.0.1 |
557 | 2024-12-18T19:03:47.138Z | Downloaded rand_chacha v0.3.1 |
558 | 2024-12-18T19:03:47.138Z | Downloaded hubpack v0.1.2 |
559 | 2024-12-18T19:03:47.138Z | Downloaded chacha20 v0.9.1 |
560 | 2024-12-18T19:03:47.141Z | Downloaded instant v0.1.13 |
561 | 2024-12-18T19:03:47.146Z | Downloaded match_cfg v0.1.0 |
562 | 2024-12-18T19:03:47.146Z | Downloaded cancel-safe-futures v0.1.5 |
563 | 2024-12-18T19:03:47.150Z | Downloaded buf-list v1.0.3 |
564 | 2024-12-18T19:03:47.154Z | Downloaded md5 v0.7.0 |
565 | 2024-12-18T19:03:47.154Z | Downloaded matches v0.1.10 |
566 | 2024-12-18T19:03:47.154Z | Downloaded crossbeam-utils v0.8.20 |
567 | 2024-12-18T19:03:47.159Z | Downloaded hyper-tls v0.6.0 |
568 | 2024-12-18T19:03:47.159Z | Downloaded humantime v2.1.0 |
569 | 2024-12-18T19:03:47.162Z | Downloaded hostname v0.4.0 |
570 | 2024-12-18T19:03:47.162Z | Downloaded hostname v0.3.1 |
571 | 2024-12-18T19:03:47.167Z | Downloaded rustversion v1.0.17 |
572 | 2024-12-18T19:03:47.170Z | Downloaded rustfmt-wrapper v0.2.1 |
573 | 2024-12-18T19:03:47.170Z | Downloaded crc-any v2.5.0 |
574 | 2024-12-18T19:03:47.174Z | Downloaded iana-time-zone v0.1.61 |
575 | 2024-12-18T19:03:47.174Z | Downloaded scopeguard v1.2.0 |
576 | 2024-12-18T19:03:47.177Z | Downloaded ipnetwork v0.20.0 |
577 | 2024-12-18T19:03:47.178Z | Downloaded indoc v1.0.9 |
578 | 2024-12-18T19:03:47.181Z | Downloaded waitgroup v0.1.2 |
579 | 2024-12-18T19:03:47.186Z | Downloaded vte_generate_state_changes v0.1.2 |
580 | 2024-12-18T19:03:47.186Z | Downloaded idna_adapter v1.2.0 |
581 | 2024-12-18T19:03:47.186Z | Downloaded slog-bunyan v2.5.0 |
582 | 2024-12-18T19:03:47.190Z | Downloaded zerofrom v0.1.4 |
583 | 2024-12-18T19:03:47.190Z | Downloaded lalrpop-util v0.19.12 |
584 | 2024-12-18T19:03:47.190Z | Downloaded kstat-rs v0.2.4 |
585 | 2024-12-18T19:03:47.190Z | Downloaded internet-checksum v0.2.1 |
586 | 2024-12-18T19:03:47.195Z | Downloaded instability v0.3.2 |
587 | 2024-12-18T19:03:47.195Z | Downloaded shlex v1.3.0 |
588 | 2024-12-18T19:03:47.199Z | Downloaded quinn-udp v0.5.5 |
589 | 2024-12-18T19:03:47.199Z | Downloaded managed v0.8.0 |
590 | 2024-12-18T19:03:47.199Z | Downloaded slog-async v2.8.0 |
591 | 2024-12-18T19:03:47.204Z | Downloaded csv-core v0.1.11 |
592 | 2024-12-18T19:03:47.204Z | Downloaded maplit v1.0.2 |
593 | 2024-12-18T19:03:47.208Z | Downloaded lockfree-object-pool v0.1.6 |
594 | 2024-12-18T19:03:47.208Z | Downloaded libsw v3.3.1 |
595 | 2024-12-18T19:03:47.211Z | Downloaded memoffset v0.9.1 |
596 | 2024-12-18T19:03:47.212Z | Downloaded maybe-uninit v2.0.0 |
597 | 2024-12-18T19:03:47.222Z | Downloaded compact_str v0.8.0 |
598 | 2024-12-18T19:03:47.222Z | Downloaded foreign-types-shared v0.3.1 |
599 | 2024-12-18T19:03:47.222Z | Downloaded foreign-types-shared v0.1.1 |
600 | 2024-12-18T19:03:47.222Z | Downloaded foreign-types-macros v0.2.3 |
601 | 2024-12-18T19:03:47.222Z | Downloaded md-5 v0.10.6 |
602 | 2024-12-18T19:03:47.226Z | Downloaded icu_locid v1.5.0 |
603 | 2024-12-18T19:03:47.231Z | Downloaded newline-converter v0.3.0 |
604 | 2024-12-18T19:03:47.231Z | Downloaded newtype_derive v0.1.6 |
605 | 2024-12-18T19:03:47.231Z | Downloaded tokio-native-tls v0.3.1 |
606 | 2024-12-18T19:03:47.237Z | Downloaded opaque-debug v0.3.1 |
607 | 2024-12-18T19:03:47.237Z | Downloaded tokio-macros v2.4.0 |
608 | 2024-12-18T19:03:47.242Z | Downloaded wait-timeout v0.2.0 |
609 | 2024-12-18T19:03:47.242Z | Downloaded untrusted v0.9.0 |
610 | 2024-12-18T19:03:47.242Z | Downloaded bytes v1.8.0 |
611 | 2024-12-18T19:03:47.246Z | Downloaded display-error-chain v0.2.2 |
612 | 2024-12-18T19:03:47.246Z | Downloaded twox-hash v1.6.3 |
613 | 2024-12-18T19:03:47.250Z | Downloaded litemap v0.7.3 |
614 | 2024-12-18T19:03:47.253Z | Downloaded precomputed-hash v0.1.1 |
615 | 2024-12-18T19:03:47.253Z | Downloaded hmac v0.12.1 |
616 | 2024-12-18T19:03:47.256Z | Downloaded deranged v0.3.11 |
617 | 2024-12-18T19:03:47.256Z | Downloaded mime_guess v2.0.5 |
618 | 2024-12-18T19:03:47.260Z | Downloaded embedded-io v0.4.0 |
619 | 2024-12-18T19:03:47.264Z | Downloaded snafu-derive v0.8.5 |
620 | 2024-12-18T19:03:47.264Z | Downloaded icu_provider v1.5.0 |
621 | 2024-12-18T19:03:47.269Z | Downloaded base64 v0.13.1 |
622 | 2024-12-18T19:03:47.273Z | Downloaded base64 v0.21.7 |
623 | 2024-12-18T19:03:47.277Z | Downloaded sqlparser_derive v0.2.2 |
624 | 2024-12-18T19:03:47.277Z | Downloaded const_format v0.2.33 |
625 | 2024-12-18T19:03:47.281Z | Downloaded termtree v0.4.1 |
626 | 2024-12-18T19:03:47.284Z | Downloaded fallible-streaming-iterator v0.1.9 |
627 | 2024-12-18T19:03:47.284Z | Downloaded clang-sys v1.8.1 |
628 | 2024-12-18T19:03:47.288Z | Downloaded tokio-rustls v0.24.1 |
629 | 2024-12-18T19:03:47.292Z | Downloaded indexmap v1.9.3 |
630 | 2024-12-18T19:03:47.295Z | Downloaded try-lock v0.2.5 |
631 | 2024-12-18T19:03:47.298Z | Downloaded ppv-lite86 v0.2.20 |
632 | 2024-12-18T19:03:47.298Z | Downloaded nibble_vec v0.1.0 |
633 | 2024-12-18T19:03:47.302Z | Downloaded newtype-uuid v1.1.3 |
634 | 2024-12-18T19:03:47.302Z | Downloaded chacha20poly1305 v0.10.1 |
635 | 2024-12-18T19:03:47.306Z | Downloaded env_logger v0.10.2 |
636 | 2024-12-18T19:03:47.306Z | Downloaded derive_builder_macro v0.20.2 |
637 | 2024-12-18T19:03:47.310Z | Downloaded derive-where v1.2.7 |
638 | 2024-12-18T19:03:47.314Z | Downloaded want v0.3.1 |
639 | 2024-12-18T19:03:47.314Z | Downloaded radium v0.7.0 |
640 | 2024-12-18T19:03:47.314Z | Downloaded pin-utils v0.1.0 |
641 | 2024-12-18T19:03:47.318Z | Downloaded derive_builder v0.20.2 |
642 | 2024-12-18T19:03:47.322Z | Downloaded downcast v0.11.0 |
643 | 2024-12-18T19:03:47.326Z | Downloaded term v0.7.0 |
644 | 2024-12-18T19:03:47.330Z | Downloaded enum-as-inner v0.6.1 |
645 | 2024-12-18T19:03:47.330Z | Downloaded crypto-bigint v0.5.5 |
646 | 2024-12-18T19:03:47.336Z | Downloaded embedded-io v0.6.1 |
647 | 2024-12-18T19:03:47.342Z | Downloaded termcolor v1.4.1 |
648 | 2024-12-18T19:03:47.346Z | Downloaded thiserror-impl v2.0.3 |
649 | 2024-12-18T19:03:47.346Z | Downloaded indicatif v0.17.9 |
650 | 2024-12-18T19:03:47.351Z | Downloaded signal-hook-registry v1.4.2 |
651 | 2024-12-18T19:03:47.351Z | Downloaded tungstenite v0.23.0 |
652 | 2024-12-18T19:03:47.355Z | Downloaded num-conv v0.1.0 |
653 | 2024-12-18T19:03:47.355Z | Downloaded tap v1.0.1 |
654 | 2024-12-18T19:03:47.359Z | Downloaded tui-tree-widget v0.22.0 |
655 | 2024-12-18T19:03:47.359Z | Downloaded thiserror-impl-no-std v2.0.2 |
656 | 2024-12-18T19:03:47.362Z | Downloaded utf8_iter v1.0.4 |
657 | 2024-12-18T19:03:47.362Z | Downloaded unicode-truncate v1.1.0 |
658 | 2024-12-18T19:03:47.367Z | Downloaded pin-project-lite v0.2.14 |
659 | 2024-12-18T19:03:47.371Z | Downloaded sync_wrapper v1.0.1 |
660 | 2024-12-18T19:03:47.371Z | Downloaded ena v0.14.3 |
661 | 2024-12-18T19:03:47.375Z | Downloaded fatfs v0.3.6 |
662 | 2024-12-18T19:03:47.379Z | Downloaded dropshot_endpoint v0.13.0 |
663 | 2024-12-18T19:03:47.381Z | Downloaded dropshot_endpoint v0.12.0 |
664 | 2024-12-18T19:03:47.386Z | Downloaded env_filter v0.1.2 |
665 | 2024-12-18T19:03:47.386Z | Downloaded enum-as-inner v0.5.1 |
666 | 2024-12-18T19:03:47.390Z | Downloaded snafu v0.8.5 |
667 | 2024-12-18T19:03:47.403Z | Downloaded take_mut v0.2.2 |
668 | 2024-12-18T19:03:47.406Z | Downloaded aes v0.8.4 |
669 | 2024-12-18T19:03:47.409Z | Downloaded num-integer v0.1.46 |
670 | 2024-12-18T19:03:47.412Z | Downloaded num-derive v0.4.2 |
671 | 2024-12-18T19:03:47.417Z | Downloaded serde-hex v0.1.0 |
672 | 2024-12-18T19:03:47.417Z | Downloaded rand_xorshift v0.3.0 |
673 | 2024-12-18T19:03:47.417Z | Downloaded pem v3.0.4 |
674 | 2024-12-18T19:03:47.421Z | Downloaded omicron-zone-package v0.11.1 |
675 | 2024-12-18T19:03:47.426Z | Downloaded oso-derive v0.27.3 |
676 | 2024-12-18T19:03:47.426Z | Downloaded strip-ansi-escapes v0.2.0 |
677 | 2024-12-18T19:03:47.426Z | Downloaded slog-envlogger v2.2.0 |
678 | 2024-12-18T19:03:47.429Z | Downloaded structmeta v0.2.0 |
679 | 2024-12-18T19:03:47.429Z | Downloaded der_derive v0.7.3 |
680 | 2024-12-18T19:03:47.430Z | Downloaded signature v2.2.0 |
681 | 2024-12-18T19:03:47.433Z | Downloaded signal-hook-tokio v0.3.1 |
682 | 2024-12-18T19:03:47.433Z | Downloaded elliptic-curve v0.13.8 |
683 | 2024-12-18T19:03:47.438Z | Downloaded normalize-line-endings v0.3.0 |
684 | 2024-12-18T19:03:47.443Z | Downloaded http v1.1.0 |
685 | 2024-12-18T19:03:47.446Z | Downloaded resolv-conf v0.7.0 |
686 | 2024-12-18T19:03:47.446Z | Downloaded displaydoc v0.2.5 |
687 | 2024-12-18T19:03:47.450Z | Downloaded zerovec-derive v0.10.3 |
688 | 2024-12-18T19:03:47.453Z | Downloaded tabwriter v1.4.0 |
689 | 2024-12-18T19:03:47.453Z | Downloaded synstructure v0.13.1 |
690 | 2024-12-18T19:03:47.457Z | Downloaded signal-hook v0.3.17 |
691 | 2024-12-18T19:03:47.460Z | Downloaded toolchain_find v0.4.0 |
692 | 2024-12-18T19:03:47.460Z | Downloaded typify-macro v0.2.0 |
693 | 2024-12-18T19:03:47.460Z | Downloaded miniz_oxide v0.8.0 |
694 | 2024-12-18T19:03:47.464Z | Downloaded futures-io v0.3.31 |
695 | 2024-12-18T19:03:47.468Z | Downloaded filetime v0.2.25 |
696 | 2024-12-18T19:03:47.468Z | Downloaded diesel-dtrace v0.4.2 |
697 | 2024-12-18T19:03:47.471Z | Downloaded test-strategy v0.3.1 |
698 | 2024-12-18T19:03:47.475Z | Downloaded ff v0.13.0 |
699 | 2024-12-18T19:03:47.475Z | Downloaded dhcproto-macros v0.1.0 |
700 | 2024-12-18T19:03:47.479Z | Downloaded fd-lock v4.0.2 |
701 | 2024-12-18T19:03:47.479Z | Downloaded nodrop v0.1.14 |
702 | 2024-12-18T19:03:47.483Z | Downloaded multimap v0.10.0 |
703 | 2024-12-18T19:03:47.483Z | Downloaded dirs-sys-next v0.1.2 |
704 | 2024-12-18T19:03:47.483Z | Downloaded hash32 v0.2.1 |
705 | 2024-12-18T19:03:47.488Z | Downloaded vergen v8.3.2 |
706 | 2024-12-18T19:03:47.491Z | Downloaded fixedbitset v0.4.2 |
707 | 2024-12-18T19:03:47.491Z | Downloaded phf_codegen v0.11.2 |
708 | 2024-12-18T19:03:47.491Z | Downloaded walkdir v2.5.0 |
709 | 2024-12-18T19:03:47.496Z | Downloaded minimal-lexical v0.2.1 |
710 | 2024-12-18T19:03:47.501Z | Downloaded ref-cast v1.0.23 |
711 | 2024-12-18T19:03:47.504Z | Downloaded siphasher v0.3.11 |
712 | 2024-12-18T19:03:47.504Z | Downloaded parse-display v0.10.0 |
713 | 2024-12-18T19:03:47.504Z | Downloaded dirs-next v2.0.0 |
714 | 2024-12-18T19:03:47.508Z | Downloaded flagset v0.4.6 |
715 | 2024-12-18T19:03:47.508Z | Downloaded uzers v0.12.1 |
716 | 2024-12-18T19:03:47.511Z | Downloaded thiserror-no-std v2.0.2 |
717 | 2024-12-18T19:03:47.514Z | Downloaded phf_shared v0.10.0 |
718 | 2024-12-18T19:03:47.517Z | Downloaded path-slash v0.1.5 |
719 | 2024-12-18T19:03:47.517Z | Downloaded number_prefix v0.4.0 |
720 | 2024-12-18T19:03:47.520Z | Downloaded num_threads v0.1.7 |
721 | 2024-12-18T19:03:47.520Z | Downloaded salsa20 v0.10.2 |
722 | 2024-12-18T19:03:47.524Z | Downloaded wyz v0.5.1 |
723 | 2024-12-18T19:03:47.524Z | Downloaded unicase v2.7.0 |
724 | 2024-12-18T19:03:47.527Z | Downloaded tokio-postgres v0.7.12 |
725 | 2024-12-18T19:03:47.530Z | Downloaded writeable v0.5.5 |
726 | 2024-12-18T19:03:47.533Z | Downloaded topological-sort v0.2.2 |
727 | 2024-12-18T19:03:47.535Z | Downloaded static_assertions v1.1.0 |
728 | 2024-12-18T19:03:47.538Z | Downloaded strum v0.26.3 |
729 | 2024-12-18T19:03:47.538Z | Downloaded parking_lot_core v0.8.6 |
730 | 2024-12-18T19:03:47.541Z | Downloaded parking_lot v0.11.2 |
731 | 2024-12-18T19:03:47.544Z | Downloaded tower-service v0.3.3 |
732 | 2024-12-18T19:03:47.544Z | Downloaded tls_codec v0.4.1 |
733 | 2024-12-18T19:03:47.548Z | Downloaded ron v0.8.1 |
734 | 2024-12-18T19:03:47.553Z | Downloaded rustc_version v0.1.7 |
735 | 2024-12-18T19:03:47.557Z | Downloaded postgres-protocol v0.6.7 |
736 | 2024-12-18T19:03:47.557Z | Downloaded postcard v1.0.10 |
737 | 2024-12-18T19:03:47.561Z | Downloaded darling_macro v0.20.10 |
738 | 2024-12-18T19:03:47.561Z | Downloaded progenitor-client v0.8.0 |
739 | 2024-12-18T19:03:47.565Z | Downloaded pretty-hex v0.2.1 |
740 | 2024-12-18T19:03:47.565Z | Downloaded mirai-annotations v1.12.0 |
741 | 2024-12-18T19:03:47.565Z | Downloaded nu-ansi-term v0.50.1 |
742 | 2024-12-18T19:03:47.569Z | Downloaded fallible-iterator v0.2.0 |
743 | 2024-12-18T19:03:47.569Z | Downloaded uuid v1.11.0 |
744 | 2024-12-18T19:03:47.572Z | Downloaded predicates v3.1.2 |
745 | 2024-12-18T19:03:47.577Z | Downloaded foldhash v0.1.3 |
746 | 2024-12-18T19:03:47.577Z | Downloaded float-cmp v0.9.0 |
747 | 2024-12-18T19:03:47.580Z | Downloaded fallible-iterator v0.3.0 |
748 | 2024-12-18T19:03:47.580Z | Downloaded rustls-pemfile v2.2.0 |
749 | 2024-12-18T19:03:47.584Z | Downloaded serde_urlencoded v0.7.1 |
750 | 2024-12-18T19:03:47.587Z | Downloaded pkg-config v0.3.31 |
751 | 2024-12-18T19:03:47.587Z | Downloaded phf_shared v0.11.2 |
752 | 2024-12-18T19:03:47.587Z | Downloaded pbkdf2 v0.12.2 |
753 | 2024-12-18T19:03:47.592Z | Downloaded parse-zoneinfo v0.3.1 |
754 | 2024-12-18T19:03:47.596Z | Downloaded num_enum_derive v0.5.11 |
755 | 2024-12-18T19:03:47.596Z | Downloaded libm v0.2.8 |
756 | 2024-12-18T19:03:47.602Z | Downloaded zone_cfg_derive v0.3.0 |
757 | 2024-12-18T19:03:47.605Z | Downloaded new_debug_unreachable v1.0.6 |
758 | 2024-12-18T19:03:47.606Z | Downloaded libxml v0.3.3 |
759 | 2024-12-18T19:03:47.613Z | Downloaded defmt-macros v0.3.9 |
760 | 2024-12-18T19:03:47.618Z | Downloaded structmeta v0.3.0 |
761 | 2024-12-18T19:03:47.622Z | Downloaded similar v2.6.0 |
762 | 2024-12-18T19:03:47.625Z | Downloaded idna v1.0.3 |
763 | 2024-12-18T19:03:47.629Z | Downloaded progenitor-macro v0.8.0 |
764 | 2024-12-18T19:03:47.635Z | Downloaded progenitor v0.8.0 |
765 | 2024-12-18T19:03:47.635Z | Downloaded proc-macro-crate v1.3.1 |
766 | 2024-12-18T19:03:47.635Z | Downloaded zip v0.6.6 |
767 | 2024-12-18T19:03:47.639Z | Downloaded yoke-derive v0.7.4 |
768 | 2024-12-18T19:03:47.639Z | Downloaded schemars_derive v0.8.21 |
769 | 2024-12-18T19:03:47.643Z | Downloaded ssh-encoding v0.2.0 |
770 | 2024-12-18T19:03:47.647Z | Downloaded rustls-pki-types v1.10.0 |
771 | 2024-12-18T19:03:47.647Z | Downloaded ssh-cipher v0.2.0 |
772 | 2024-12-18T19:03:47.651Z | Downloaded slab v0.4.9 |
773 | 2024-12-18T19:03:47.651Z | Downloaded tinystr v0.7.6 |
774 | 2024-12-18T19:03:47.656Z | Downloaded poly1305 v0.8.0 |
775 | 2024-12-18T19:03:47.660Z | Downloaded darling_core v0.20.10 |
776 | 2024-12-18T19:03:47.664Z | Downloaded subtle v2.6.1 |
777 | 2024-12-18T19:03:47.664Z | Downloaded der v0.7.9 |
778 | 2024-12-18T19:03:47.668Z | Downloaded diesel_table_macro_syntax v0.2.0 |
779 | 2024-12-18T19:03:47.671Z | Downloaded tokio-tungstenite v0.23.1 |
780 | 2024-12-18T19:03:47.675Z | Downloaded zopfli v0.8.1 |
781 | 2024-12-18T19:03:47.679Z | Downloaded olpc-cjson v0.1.4 |
782 | 2024-12-18T19:03:47.679Z | Downloaded xz2 v0.1.7 |
783 | 2024-12-18T19:03:47.679Z | Downloaded des v0.8.1 |
784 | 2024-12-18T19:03:47.693Z | Downloaded fxhash v0.2.1 |
785 | 2024-12-18T19:03:47.693Z | Downloaded itertools v0.13.0 |
786 | 2024-12-18T19:03:47.698Z | Downloaded openssl-probe v0.1.5 |
787 | 2024-12-18T19:03:47.698Z | Downloaded hashbrown v0.13.2 |
788 | 2024-12-18T19:03:47.702Z | Downloaded foreign-types v0.3.2 |
789 | 2024-12-18T19:03:47.702Z | Downloaded sigpipe v0.1.3 |
790 | 2024-12-18T19:03:47.702Z | Downloaded hash32 v0.3.1 |
791 | 2024-12-18T19:03:47.702Z | Downloaded futures-task v0.3.31 |
792 | 2024-12-18T19:03:47.706Z | Downloaded xattr v1.3.1 |
793 | 2024-12-18T19:03:47.706Z | Downloaded serde_plain v1.0.2 |
794 | 2024-12-18T19:03:47.710Z | Downloaded unicode_categories v0.1.1 |
795 | 2024-12-18T19:03:47.710Z | Downloaded stable_deref_trait v1.2.0 |
796 | 2024-12-18T19:03:47.715Z | Downloaded simd-adler32 v0.3.7 |
797 | 2024-12-18T19:03:47.715Z | Downloaded supports-color v3.0.1 |
798 | 2024-12-18T19:03:47.715Z | Downloaded pkcs5 v0.7.1 |
799 | 2024-12-18T19:03:47.718Z | Downloaded psl-types v2.0.11 |
800 | 2024-12-18T19:03:47.722Z | Downloaded strum_macros v0.25.3 |
801 | 2024-12-18T19:03:47.722Z | Downloaded dunce v1.0.5 |
802 | 2024-12-18T19:03:47.726Z | Downloaded blake3 v1.5.4 |
803 | 2024-12-18T19:03:47.730Z | Downloaded yasna v0.5.2 |
804 | 2024-12-18T19:03:47.734Z | Downloaded num-rational v0.4.2 |
805 | 2024-12-18T19:03:47.738Z | Downloaded zone_cfg_derive v0.1.2 |
806 | 2024-12-18T19:03:47.738Z | Downloaded dsl_auto_type v0.1.2 |
807 | 2024-12-18T19:03:47.738Z | Downloaded rand_seeder v0.3.0 |
808 | 2024-12-18T19:03:47.742Z | Downloaded toml_edit v0.19.15 |
809 | 2024-12-18T19:03:47.757Z | Downloaded tiny-keccak v2.0.2 |
810 | 2024-12-18T19:03:47.759Z | Downloaded glob v0.3.1 |
811 | 2024-12-18T19:03:47.762Z | Downloaded ghash v0.5.1 |
812 | 2024-12-18T19:03:47.762Z | Downloaded futures-sink v0.3.31 |
813 | 2024-12-18T19:03:47.767Z | Downloaded hashlink v0.9.1 |
814 | 2024-12-18T19:03:47.767Z | Downloaded globset v0.4.15 |
815 | 2024-12-18T19:03:47.771Z | Downloaded same-file v1.0.6 |
816 | 2024-12-18T19:03:47.771Z | Downloaded unarray v0.1.4 |
817 | 2024-12-18T19:03:47.771Z | Downloaded native-tls v0.2.12 |
818 | 2024-12-18T19:03:47.774Z | Downloaded futures-channel v0.3.31 |
819 | 2024-12-18T19:03:47.779Z | Downloaded rustc-hash v1.1.0 |
820 | 2024-12-18T19:03:47.779Z | Downloaded aws-lc-rs v1.10.0 |
821 | 2024-12-18T19:03:47.783Z | Downloaded smallvec v0.6.14 |
822 | 2024-12-18T19:03:47.787Z | Downloaded foreign-types v0.5.0 |
823 | 2024-12-18T19:03:47.789Z | Downloaded serde_repr v0.1.19 |
824 | 2024-12-18T19:03:47.789Z | Downloaded rpassword v7.3.1 |
825 | 2024-12-18T19:03:47.792Z | Downloaded polyval v0.6.2 |
826 | 2024-12-18T19:03:47.794Z | Downloaded universal-hash v0.5.1 |
827 | 2024-12-18T19:03:47.794Z | Downloaded dyn-clone v1.0.17 |
828 | 2024-12-18T19:03:47.799Z | Downloaded untrusted v0.7.1 |
829 | 2024-12-18T19:03:47.799Z | Downloaded sec1 v0.7.3 |
830 | 2024-12-18T19:03:47.802Z | Downloaded parse-size v1.1.0 |
831 | 2024-12-18T19:03:47.802Z | Downloaded parse-display-derive v0.10.0 |
832 | 2024-12-18T19:03:47.802Z | Downloaded tokio-tungstenite v0.21.0 |
833 | 2024-12-18T19:03:47.806Z | Downloaded zone v0.3.0 |
834 | 2024-12-18T19:03:47.806Z | Downloaded headers v0.4.0 |
835 | 2024-12-18T19:03:47.811Z | Downloaded time-macros v0.2.18 |
836 | 2024-12-18T19:03:47.813Z | Downloaded predicates-core v1.0.8 |
837 | 2024-12-18T19:03:47.813Z | Downloaded rtoolbox v0.0.2 |
838 | 2024-12-18T19:03:47.816Z | Downloaded utf-8 v0.7.6 |
839 | 2024-12-18T19:03:47.819Z | Downloaded dhcproto v0.12.0 |
840 | 2024-12-18T19:03:47.823Z | Downloaded rustc-hash v2.0.0 |
841 | 2024-12-18T19:03:47.823Z | Downloaded flume v0.11.1 |
842 | 2024-12-18T19:03:47.826Z | Downloaded paste v1.0.15 |
843 | 2024-12-18T19:03:47.829Z | Downloaded num-bigint-dig v0.8.4 |
844 | 2024-12-18T19:03:47.835Z | Downloaded futures-macro v0.3.31 |
845 | 2024-12-18T19:03:47.838Z | Downloaded scheduled-thread-pool v0.2.7 |
846 | 2024-12-18T19:03:47.838Z | Downloaded tokio-stream v0.1.16 |
847 | 2024-12-18T19:03:47.842Z | Downloaded slog-dtrace v0.3.0 |
848 | 2024-12-18T19:03:47.846Z | Downloaded secrecy v0.8.0 |
849 | 2024-12-18T19:03:47.846Z | Downloaded tokio-rustls v0.26.0 |
850 | 2024-12-18T19:03:47.849Z | Downloaded tokio-rustls v0.25.0 |
851 | 2024-12-18T19:03:47.853Z | Downloaded subprocess v0.2.9 |
852 | 2024-12-18T19:03:47.853Z | Downloaded tinyvec v1.8.0 |
853 | 2024-12-18T19:03:47.859Z | Downloaded futures-core v0.3.31 |
854 | 2024-12-18T19:03:47.863Z | Downloaded zone v0.1.8 |
855 | 2024-12-18T19:03:47.863Z | Downloaded tracing-attributes v0.1.27 |
856 | 2024-12-18T19:03:47.863Z | Downloaded futures v0.3.31 |
857 | 2024-12-18T19:03:47.866Z | Downloaded difflib v0.4.0 |
858 | 2024-12-18T19:03:47.869Z | Downloaded futures-executor v0.3.31 |
859 | 2024-12-18T19:03:47.871Z | Downloaded chrono v0.4.38 |
860 | 2024-12-18T19:03:47.877Z | Downloaded sct v0.7.1 |
861 | 2024-12-18T19:03:47.882Z | Downloaded steno v0.4.1 |
862 | 2024-12-18T19:03:47.886Z | Downloaded owo-colors v4.1.0 |
863 | 2024-12-18T19:03:47.889Z | Downloaded unicode-xid v0.2.6 |
864 | 2024-12-18T19:03:47.893Z | Downloaded smallvec v1.13.2 |
865 | 2024-12-18T19:03:47.898Z | Downloaded rustc-demangle v0.1.24 |
866 | 2024-12-18T19:03:47.898Z | Downloaded env_logger v0.11.5 |
867 | 2024-12-18T19:03:47.901Z | Downloaded ecdsa v0.16.9 |
868 | 2024-12-18T19:03:47.901Z | Downloaded unicode-properties v0.1.3 |
869 | 2024-12-18T19:03:47.905Z | Downloaded rcgen v0.12.1 |
870 | 2024-12-18T19:03:47.908Z | Downloaded rustyline v14.0.0 |
871 | 2024-12-18T19:03:47.912Z | Downloaded password-hash v0.4.2 |
872 | 2024-12-18T19:03:47.916Z | Downloaded fs_extra v1.3.0 |
873 | 2024-12-18T19:03:47.919Z | Downloaded zerocopy v0.6.6 |
874 | 2024-12-18T19:03:47.919Z | Downloaded unicode-normalization v0.1.24 |
875 | 2024-12-18T19:03:47.922Z | Downloaded rayon-core v1.12.1 |
876 | 2024-12-18T19:03:47.928Z | Downloaded oso v0.27.3 |
877 | 2024-12-18T19:03:47.932Z | Downloaded unsafe-libyaml v0.2.11 |
878 | 2024-12-18T19:03:47.935Z | Downloaded futures-util v0.3.31 |
879 | 2024-12-18T19:03:47.946Z | Downloaded diff v0.1.13 |
880 | 2024-12-18T19:03:47.950Z | Downloaded h2 v0.4.6 |
881 | 2024-12-18T19:03:47.957Z | Downloaded openssl-sys v0.9.103 |
882 | 2024-12-18T19:03:47.961Z | Downloaded flate2 v1.0.34 |
883 | 2024-12-18T19:03:47.968Z | Downloaded serde_yaml v0.9.34+deprecated |
884 | 2024-12-18T19:03:47.974Z | Downloaded lalrpop v0.19.12 |
885 | 2024-12-18T19:03:47.984Z | Downloaded quinn v0.11.5 |
886 | 2024-12-18T19:03:47.987Z | Downloaded p256 v0.13.2 |
887 | 2024-12-18T19:03:47.991Z | Downloaded samael v0.0.17 |
888 | 2024-12-18T19:03:47.998Z | Downloaded ed25519-dalek v2.1.1 |
889 | 2024-12-18T19:03:48.000Z | Downloaded hickory-proto v0.24.1 |
890 | 2024-12-18T19:03:48.016Z | Downloaded tough v0.19.0 |
891 | 2024-12-18T19:03:48.025Z | Downloaded publicsuffix v2.2.3 |
892 | 2024-12-18T19:03:48.027Z | Downloaded portable-atomic v1.9.0 |
893 | 2024-12-18T19:03:48.036Z | Downloaded reqwest v0.12.9 |
894 | 2024-12-18T19:03:48.043Z | Downloaded rayon v1.10.0 |
895 | 2024-12-18T19:03:48.053Z | Downloaded salty v0.3.0 |
896 | 2024-12-18T19:03:48.061Z | Downloaded expectorate v1.1.0 |
897 | 2024-12-18T19:03:48.063Z | Downloaded reedline v0.35.0 |
898 | 2024-12-18T19:03:48.072Z | Downloaded rustls-webpki v0.102.8 |
899 | 2024-12-18T19:03:48.091Z | Downloaded winnow v0.5.40 |
900 | 2024-12-18T19:03:48.100Z | Downloaded russh v0.45.0 |
901 | 2024-12-18T19:03:48.106Z | Downloaded ssh-key v0.6.6 |
902 | 2024-12-18T19:03:48.113Z | Downloaded p521 v0.13.3 |
903 | 2024-12-18T19:03:48.118Z | Downloaded x509-cert v0.2.5 |
904 | 2024-12-18T19:03:48.124Z | Downloaded petname v2.0.2 |
905 | 2024-12-18T19:03:48.131Z | Downloaded radix_trie v0.2.1 |
906 | 2024-12-18T19:03:48.137Z | Downloaded webpki-roots v0.26.6 |
907 | 2024-12-18T19:03:48.140Z | Downloaded curve25519-dalek v4.1.3 |
908 | 2024-12-18T19:03:48.151Z | Downloaded nix v0.27.1 |
909 | 2024-12-18T19:03:48.163Z | Downloaded git2 v0.19.0 |
910 | 2024-12-18T19:03:48.172Z | Downloaded idna v0.4.0 |
911 | 2024-12-18T19:03:48.179Z | Downloaded rustls v0.21.12 |
912 | 2024-12-18T19:03:48.191Z | Downloaded idna v0.3.0 |
913 | 2024-12-18T19:03:48.198Z | Downloaded rusqlite v0.32.1 |
914 | 2024-12-18T19:03:48.204Z | Downloaded regex v1.11.1 |
915 | 2024-12-18T19:03:48.218Z | Downloaded quick-xml v0.33.0 |
916 | 2024-12-18T19:03:48.224Z | Downloaded dropshot v0.12.0 |
917 | 2024-12-18T19:03:48.245Z | Downloaded proptest v1.5.0 |
918 | 2024-12-18T19:03:48.256Z | Downloaded openssl v0.10.66 |
919 | 2024-12-18T19:03:48.264Z | Downloaded smoltcp v0.9.1 |
920 | 2024-12-18T19:03:48.275Z | Downloaded object v0.30.4 |
921 | 2024-12-18T19:03:48.285Z | Downloaded zerocopy v0.8.10 |
922 | 2024-12-18T19:03:48.311Z | Downloaded trust-dns-proto v0.22.0 |
923 | 2024-12-18T19:03:48.321Z | Downloaded vcpkg v0.2.15 |
924 | 2024-12-18T19:03:48.358Z | Downloaded regex-syntax v0.6.29 |
925 | 2024-12-18T19:03:48.365Z | Downloaded nix v0.28.0 |
926 | 2024-12-18T19:03:48.377Z | Downloaded openapiv3 v2.0.0 |
927 | 2024-12-18T19:03:48.390Z | Downloaded object v0.36.5 |
928 | 2024-12-18T19:03:48.401Z | Downloaded typify-impl v0.2.0 |
929 | 2024-12-18T19:03:48.417Z | Downloaded diesel v2.2.6 |
930 | 2024-12-18T19:03:48.438Z | Downloaded regex-syntax v0.8.5 |
931 | 2024-12-18T19:03:48.445Z | Downloaded dropshot v0.13.0 |
932 | 2024-12-18T19:03:48.466Z | Downloaded ratatui v0.28.1 |
933 | 2024-12-18T19:03:48.485Z | Downloaded p384 v0.13.0 |
934 | 2024-12-18T19:03:48.495Z | Downloaded unicode-width v0.2.0 |
935 | 2024-12-18T19:03:48.497Z | Downloaded zerocopy-derive v0.6.6 |
936 | 2024-12-18T19:03:48.508Z | Downloaded gimli v0.31.1 |
937 | 2024-12-18T19:03:48.516Z | Downloaded nix v0.29.0 |
938 | 2024-12-18T19:03:48.528Z | Downloaded sled v0.34.7 |
939 | 2024-12-18T19:03:48.538Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
940 | 2024-12-18T19:03:48.551Z | Downloaded regress v0.10.1 |
941 | 2024-12-18T19:03:48.560Z | Downloaded rustls v0.23.19 |
942 | 2024-12-18T19:03:48.571Z | Downloaded rustls v0.22.4 |
943 | 2024-12-18T19:03:48.583Z | Downloaded petgraph v0.6.5 |
944 | 2024-12-18T19:03:48.602Z | Downloaded regex-automata v0.4.8 |
945 | 2024-12-18T19:03:48.620Z | Downloaded polar-core v0.27.3 |
946 | 2024-12-18T19:03:48.627Z | Downloaded lzma-sys v0.1.20 |
947 | 2024-12-18T19:03:48.655Z | Downloaded regress v0.9.1 |
948 | 2024-12-18T19:03:48.663Z | Downloaded chrono-tz v0.10.0 |
949 | 2024-12-18T19:03:48.671Z | Downloaded bstr v1.10.0 |
950 | 2024-12-18T19:03:48.682Z | Downloaded libz-sys v1.1.20 |
951 | 2024-12-18T19:03:48.704Z | Downloaded smoltcp v0.11.0 |
952 | 2024-12-18T19:03:48.715Z | Downloaded tokio v1.40.0 |
953 | 2024-12-18T19:03:48.751Z | Downloaded csv v1.3.0 |
954 | 2024-12-18T19:03:48.772Z | Downloaded serde_with v3.11.0 |
955 | 2024-12-18T19:03:48.778Z | Downloaded sha3 v0.10.8 |
956 | 2024-12-18T19:03:48.783Z | Downloaded quinn-proto v0.11.8 |
957 | 2024-12-18T19:03:48.790Z | Downloaded idna v0.5.0 |
958 | 2024-12-18T19:03:48.797Z | Downloaded idna v0.2.3 |
959 | 2024-12-18T19:03:48.804Z | Downloaded tokio-util v0.7.12 |
960 | 2024-12-18T19:03:48.810Z | Downloaded icu_properties_data v1.5.0 |
961 | 2024-12-18T19:03:48.821Z | Downloaded rustls-webpki v0.101.7 |
962 | 2024-12-18T19:03:48.833Z | Downloaded sqlparser v0.45.0 |
963 | 2024-12-18T19:03:48.840Z | Downloaded hashbrown v0.14.5 |
964 | 2024-12-18T19:03:48.845Z | Downloaded tracing-core v0.1.32 |
965 | 2024-12-18T19:03:48.847Z | Downloaded nom v7.1.3 |
966 | 2024-12-18T19:03:48.852Z | Downloaded bitvec v1.0.1 |
967 | 2024-12-18T19:03:48.867Z | Downloaded serde_with_macros v3.11.0 |
968 | 2024-12-18T19:03:48.870Z | Downloaded bindgen v0.69.5 |
969 | 2024-12-18T19:03:48.877Z | Downloaded typify v0.2.0 |
970 | 2024-12-18T19:03:48.879Z | Downloaded ron v0.7.1 |
971 | 2024-12-18T19:03:48.884Z | Downloaded schemars v0.8.21 |
972 | 2024-12-18T19:03:48.896Z | Downloaded zip v2.1.3 |
973 | 2024-12-18T19:03:48.900Z | Downloaded diesel_derives v2.2.3 |
974 | 2024-12-18T19:03:48.904Z | Downloaded smf v0.2.3 |
975 | 2024-12-18T19:03:48.907Z | Downloaded pin-project v1.1.6 |
976 | 2024-12-18T19:03:48.915Z | Downloaded unicode-segmentation v1.12.0 |
977 | 2024-12-18T19:03:48.920Z | Downloaded thread_local v1.1.8 |
978 | 2024-12-18T19:03:48.922Z | Downloaded progenitor-impl v0.8.0 |
979 | 2024-12-18T19:03:48.922Z | Downloaded derive_more v0.99.18 |
980 | 2024-12-18T19:03:48.926Z | Downloaded defmt-parser v0.3.4 |
981 | 2024-12-18T19:03:48.928Z | Downloaded unicode-bidi v0.3.17 |
982 | 2024-12-18T19:03:48.931Z | Downloaded openssl-macros v0.1.1 |
983 | 2024-12-18T19:03:48.932Z | Downloaded gethostname v0.5.0 |
984 | 2024-12-18T19:03:48.936Z | Downloaded num-traits v0.2.19 |
985 | 2024-12-18T19:03:48.938Z | Downloaded num-bigint v0.4.6 |
986 | 2024-12-18T19:03:48.941Z | Downloaded rfc6979 v0.4.0 |
987 | 2024-12-18T19:03:48.941Z | Downloaded nanorand v0.7.0 |
988 | 2024-12-18T19:03:48.944Z | Downloaded multer v3.1.0 |
989 | 2024-12-18T19:03:48.947Z | Downloaded mockall_derive v0.13.0 |
990 | 2024-12-18T19:03:48.952Z | Downloaded hashbrown v0.12.3 |
991 | 2024-12-18T19:03:48.956Z | Downloaded defmt v0.3.8 |
992 | 2024-12-18T19:03:48.959Z | Downloaded funty v2.0.0 |
993 | 2024-12-18T19:03:48.959Z | Downloaded encoding_rs v0.8.34 |
994 | 2024-12-18T19:03:48.979Z | Downloaded ed25519 v2.2.3 |
995 | 2024-12-18T19:03:48.981Z | Downloaded debug-ignore v1.0.5 |
996 | 2024-12-18T19:03:48.986Z | Downloaded tokio-tungstenite v0.24.0 |
997 | 2024-12-18T19:03:48.986Z | Downloaded zerovec v0.10.4 |
998 | 2024-12-18T19:03:48.989Z | Downloaded itertools v0.12.1 |
999 | 2024-12-18T19:03:48.996Z | Downloaded itertools v0.10.5 |
1000 | 2024-12-18T19:03:49.002Z | Downloaded pkcs8 v0.10.2 |
1001 | 2024-12-18T19:03:49.004Z | Downloaded pkcs1 v0.7.5 |
1002 | 2024-12-18T19:03:49.007Z | Downloaded pbkdf2 v0.11.0 |
1003 | 2024-12-18T19:03:49.012Z | Downloaded zerocopy-derive v0.8.10 |
1004 | 2024-12-18T19:03:49.016Z | Downloaded mio v1.0.2 |
1005 | 2024-12-18T19:03:49.023Z | Downloaded predicates-tree v1.0.11 |
1006 | 2024-12-18T19:03:49.027Z | Downloaded mockall v0.13.0 |
1007 | 2024-12-18T19:03:49.027Z | Downloaded parking_lot_core v0.9.10 |
1008 | 2024-12-18T19:03:49.027Z | Downloaded hyper v1.5.0 |
1009 | 2024-12-18T19:03:49.032Z | Downloaded time v0.3.36 |
1010 | 2024-12-18T19:03:49.040Z | Downloaded crossterm v0.28.1 |
1011 | 2024-12-18T19:03:49.049Z | Downloaded write16 v1.0.0 |
1012 | 2024-12-18T19:03:49.053Z | Downloaded tinyvec_macros v0.1.1 |
1013 | 2024-12-18T19:03:49.053Z | Downloaded strum_macros v0.24.3 |
1014 | 2024-12-18T19:03:49.053Z | Downloaded parking_lot v0.12.3 |
1015 | 2024-12-18T19:03:49.053Z | Downloaded half v2.4.1 |
1016 | 2024-12-18T19:03:49.057Z | Downloaded string_cache v0.8.7 |
1017 | 2024-12-18T19:03:49.057Z | Downloaded spin v0.9.8 |
1018 | 2024-12-18T19:03:49.061Z | Downloaded getrandom v0.2.15 |
1019 | 2024-12-18T19:03:49.064Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1020 | 2024-12-18T19:03:49.118Z | Downloaded typed-path v0.9.3 |
1021 | 2024-12-18T19:03:49.124Z | Downloaded aho-corasick v1.1.3 |
1022 | 2024-12-18T19:03:49.130Z | Downloaded rand v0.8.5 |
1023 | 2024-12-18T19:03:49.133Z | Downloaded tls_codec_derive v0.4.1 |
1024 | 2024-12-18T19:03:49.137Z | Downloaded stringprep v0.1.5 |
1025 | 2024-12-18T19:03:49.137Z | Downloaded toml v0.7.8 |
1026 | 2024-12-18T19:03:49.142Z | Downloaded password-hash v0.5.0 |
1027 | 2024-12-18T19:03:49.142Z | Downloaded tar v0.4.42 |
1028 | 2024-12-18T19:03:49.149Z | Downloaded value-bag v1.9.0 |
1029 | 2024-12-18T19:03:49.149Z | Downloaded pem-rfc7468 v0.7.0 |
1030 | 2024-12-18T19:03:49.155Z | Downloaded tungstenite v0.24.0 |
1031 | 2024-12-18T19:03:49.155Z | Downloaded tungstenite v0.21.0 |
1032 | 2024-12-18T19:03:49.159Z | Downloaded tracing v0.1.40 |
1033 | 2024-12-18T19:03:49.162Z | Downloaded slog-stdlog v4.1.1 |
1034 | 2024-12-18T19:03:49.162Z | Downloaded slog-scope v4.4.0 |
1035 | 2024-12-18T19:03:49.167Z | Downloaded slog-json v2.6.1 |
1036 | 2024-12-18T19:03:49.167Z | Downloaded num-iter v0.1.45 |
1037 | 2024-12-18T19:03:49.167Z | Downloaded num-complex v0.4.6 |
1038 | 2024-12-18T19:03:49.177Z | Downloaded aes-gcm v0.10.3 |
1039 | 2024-12-18T19:03:49.185Z | Downloaded utf16_iter v1.0.5 |
1040 | 2024-12-18T19:03:49.185Z | Downloaded whoami v1.5.2 |
1041 | 2024-12-18T19:03:49.185Z | Downloaded url v2.5.3 |
1042 | 2024-12-18T19:03:49.185Z | Downloaded rsa v0.9.6 |
1043 | 2024-12-18T19:03:49.191Z | Downloaded which v4.4.2 |
1044 | 2024-12-18T19:03:49.191Z | Downloaded vsss-rs v3.3.4 |
1045 | 2024-12-18T19:03:49.191Z | Downloaded quick-error v1.2.3 |
1046 | 2024-12-18T19:03:49.191Z | Downloaded phf_generator v0.11.2 |
1047 | 2024-12-18T19:03:49.191Z | Downloaded phf v0.11.2 |
1048 | 2024-12-18T19:03:49.195Z | Downloaded percent-encoding v2.3.1 |
1049 | 2024-12-18T19:03:49.195Z | Downloaded data-encoding v2.6.0 |
1050 | 2024-12-18T19:03:49.195Z | Downloaded qorb v0.2.1 |
1051 | 2024-12-18T19:03:49.201Z | Downloaded icu_collections v1.5.0 |
1052 | 2024-12-18T19:03:49.204Z | Downloaded num v0.4.3 |
1053 | 2024-12-18T19:03:49.204Z | Downloaded strum_macros v0.26.4 |
1054 | 2024-12-18T19:03:49.207Z | Downloaded sqlformat v0.2.6 |
1055 | 2024-12-18T19:03:49.211Z | Downloaded slog-term v2.9.1 |
1056 | 2024-12-18T19:03:49.211Z | Downloaded either v1.13.0 |
1057 | 2024-12-18T19:03:49.214Z | Downloaded r2d2 v0.8.10 |
1058 | 2024-12-18T19:03:49.214Z | Downloaded pin-project-internal v1.1.6 |
1059 | 2024-12-18T19:03:49.217Z | Downloaded socket2 v0.5.7 |
1060 | 2024-12-18T19:03:49.222Z | Downloaded termios v0.3.3 |
1061 | 2024-12-18T19:03:49.227Z | Downloaded rand_core v0.6.4 |
1062 | 2024-12-18T19:03:49.227Z | Downloaded icu_properties v1.5.1 |
1063 | 2024-12-18T19:03:49.227Z | Downloaded vte v0.11.1 |
1064 | 2024-12-18T19:03:49.230Z | Downloaded powerfmt v0.2.0 |
1065 | 2024-12-18T19:03:49.230Z | Downloaded postgres-types v0.2.8 |
1066 | 2024-12-18T19:03:49.232Z | Downloaded peg-macros v0.8.4 |
1067 | 2024-12-18T19:03:49.232Z | Downloaded crossbeam-channel v0.5.13 |
1068 | 2024-12-18T19:03:49.236Z | Downloaded slog v2.7.0 |
1069 | 2024-12-18T19:03:49.241Z | Downloaded spki v0.7.3 |
1070 | 2024-12-18T19:03:49.245Z | Downloaded signal-hook-mio v0.2.4 |
1071 | 2024-12-18T19:03:49.245Z | Downloaded sha1 v0.10.6 |
1072 | 2024-12-18T19:03:49.248Z | Downloaded semver v0.1.20 |
1073 | 2024-12-18T19:03:49.248Z | Downloaded russh-keys v0.45.0 |
1074 | 2024-12-18T19:03:49.248Z | Downloaded cc v1.1.30 |
1075 | 2024-12-18T19:03:49.252Z | Downloaded endian-type v0.1.2 |
1076 | 2024-12-18T19:03:49.252Z | Downloaded rustls-pemfile v1.0.4 |
1077 | 2024-12-18T19:03:49.257Z | Downloaded arc-swap v1.7.1 |
1078 | 2024-12-18T19:03:49.261Z | Downloaded derive_builder_core v0.20.2 |
1079 | 2024-12-18T19:03:49.261Z | Downloaded packed_struct v0.10.1 |
1080 | 2024-12-18T19:03:49.263Z | Downloaded yoke v0.7.4 |
1081 | 2024-12-18T19:03:49.263Z | Downloaded hyper-util v0.1.10 |
1082 | 2024-12-18T19:03:49.267Z | Downloaded peg v0.8.4 |
1083 | 2024-12-18T19:03:49.270Z | Downloaded prettyplease v0.2.25 |
1084 | 2024-12-18T19:03:49.274Z | Downloaded bumpalo v3.16.0 |
1085 | 2024-12-18T19:03:49.277Z | Downloaded thiserror v2.0.3 |
1086 | 2024-12-18T19:03:49.282Z | Downloaded packed_struct_codegen v0.10.1 |
1087 | 2024-12-18T19:03:49.286Z | Downloaded num_enum v0.5.11 |
1088 | 2024-12-18T19:03:49.288Z | Downloaded group v0.13.0 |
1089 | 2024-12-18T19:03:49.292Z | Downloaded crossbeam-epoch v0.9.18 |
1090 | 2024-12-18T19:03:49.296Z | Downloaded base64 v0.22.1 |
1091 | 2024-12-18T19:03:49.299Z | Downloaded serde-big-array v0.5.1 |
1092 | 2024-12-18T19:03:49.299Z | Downloaded russh-cryptovec v0.7.3 |
1093 | 2024-12-18T19:03:49.299Z | Downloaded allocator-api2 v0.2.18 |
1094 | 2024-12-18T19:03:49.302Z | Downloaded backtrace v0.3.74 |
1095 | 2024-12-18T19:03:49.306Z | Downloaded memmap2 v0.9.5 |
1096 | 2024-12-18T19:03:49.311Z | Downloaded lock_api v0.4.12 |
1097 | 2024-12-18T19:03:49.311Z | Downloaded icu_normalizer_data v1.5.0 |
1098 | 2024-12-18T19:03:49.314Z | Downloaded zerofrom-derive v0.1.4 |
1099 | 2024-12-18T19:03:49.314Z | Downloaded peg-runtime v0.8.3 |
1100 | 2024-12-18T19:03:49.314Z | Downloaded fragile v2.0.0 |
1101 | 2024-12-18T19:03:49.319Z | Downloaded form_urlencoded v1.2.1 |
1102 | 2024-12-18T19:03:49.319Z | Downloaded float-ord v0.3.2 |
1103 | 2024-12-18T19:03:49.319Z | Downloaded zeroize_derive v1.4.2 |
1104 | 2024-12-18T19:03:49.323Z | Downloaded zeroize v1.8.1 |
1105 | 2024-12-18T19:03:49.323Z | Downloaded mime v0.3.17 |
1106 | 2024-12-18T19:03:49.323Z | Downloaded structmeta-derive v0.2.0 |
1107 | 2024-12-18T19:03:49.323Z | Downloaded serde_derive_internals v0.29.1 |
1108 | 2024-12-18T19:03:49.323Z | Downloaded linear-map v1.2.0 |
1109 | 2024-12-18T19:03:49.327Z | Downloaded libloading v0.8.5 |
1110 | 2024-12-18T19:03:49.327Z | Downloaded jobserver v0.1.32 |
1111 | 2024-12-18T19:03:49.329Z | Downloaded ipnet v2.10.1 |
1112 | 2024-12-18T19:03:49.343Z | Downloaded scrypt v0.11.0 |
1113 | 2024-12-18T19:03:49.343Z | Downloaded structmeta-derive v0.3.0 |
1114 | 2024-12-18T19:03:49.343Z | Downloaded spin v0.5.2 |
1115 | 2024-12-18T19:03:49.343Z | Downloaded serde_path_to_error v0.1.16 |
1116 | 2024-12-18T19:03:49.343Z | Downloaded rusty-fork v0.3.0 |
1117 | 2024-12-18T19:03:49.343Z | Downloaded icu_normalizer v1.5.0 |
1118 | 2024-12-18T19:03:49.343Z | Downloaded lru-cache v0.1.2 |
1119 | 2024-12-18T19:03:49.347Z | Downloaded lru v0.12.5 |
1120 | 2024-12-18T19:03:49.347Z | Downloaded indent_write v2.2.0 |
1121 | 2024-12-18T19:03:49.347Z | Downloaded httparse v1.9.5 |
1122 | 2024-12-18T19:03:49.351Z | Downloaded const-oid v0.9.6 |
1123 | 2024-12-18T19:03:49.351Z | Downloaded linked-hash-map v0.5.6 |
1124 | 2024-12-18T19:03:49.351Z | Downloaded libefi-sys v0.1.0 |
1125 | 2024-12-18T19:03:49.353Z | Downloaded lazy_static v1.5.0 |
1126 | 2024-12-18T19:03:49.353Z | Downloaded keccak v0.1.5 |
1127 | 2024-12-18T19:03:49.353Z | Downloaded is-terminal v0.4.13 |
1128 | 2024-12-18T19:03:49.357Z | Downloaded inout v0.1.3 |
1129 | 2024-12-18T19:03:49.357Z | Downloaded shell-words v1.1.0 |
1130 | 2024-12-18T19:03:49.360Z | Downloaded hyper-staticfile v0.10.1 |
1131 | 2024-12-18T19:03:49.360Z | Downloaded icu_locid_transform v1.5.0 |
1132 | 2024-12-18T19:03:49.364Z | Downloaded rustc_version v0.4.1 |
1133 | 2024-12-18T19:03:49.364Z | Downloaded lazycell v1.3.0 |
1134 | 2024-12-18T19:03:49.364Z | Downloaded impl-trait-for-tuples v0.2.2 |
1135 | 2024-12-18T19:03:49.367Z | Downloaded cookie v0.18.1 |
1136 | 2024-12-18T19:03:49.372Z | Downloaded blake2 v0.10.6 |
1137 | 2024-12-18T19:03:49.375Z | Downloaded is_ci v1.2.0 |
1138 | 2024-12-18T19:03:49.375Z | Downloaded bcrypt-pbkdf v0.10.0 |
1139 | 2024-12-18T19:03:49.375Z | Downloaded curve25519-dalek-derive v0.1.1 |
1140 | 2024-12-18T19:03:49.375Z | Downloaded bitfield v0.14.0 |
1141 | 2024-12-18T19:03:49.381Z | Downloaded argon2 v0.5.3 |
1142 | 2024-12-18T19:03:49.381Z | Downloaded ahash v0.8.11 |
1143 | 2024-12-18T19:03:49.384Z | Downloaded bzip2 v0.4.4 |
1144 | 2024-12-18T19:03:49.384Z | Downloaded bit-set v0.5.3 |
1145 | 2024-12-18T19:03:49.384Z | Downloaded cookie_store v0.21.0 |
1146 | 2024-12-18T19:03:49.387Z | Downloaded ciborium v0.2.2 |
1147 | 2024-12-18T19:03:49.390Z | Downloaded async-trait v0.1.83 |
1148 | 2024-12-18T19:03:49.393Z | Downloaded base64ct v1.6.0 |
1149 | 2024-12-18T19:03:49.396Z | Downloaded backoff v0.4.0 |
1150 | 2024-12-18T19:03:49.396Z | Downloaded async-bb8-diesel v0.2.1 |
1151 | 2024-12-18T19:03:49.399Z | Downloaded chrono-tz-build v0.4.0 |
1152 | 2024-12-18T19:03:49.399Z | Downloaded bitfield-struct v0.6.2 |
1153 | 2024-12-18T19:03:49.402Z | Downloaded cobs v0.2.3 |
1154 | 2024-12-18T19:03:49.402Z | Downloaded cmake v0.1.51 |
1155 | 2024-12-18T19:03:49.402Z | Downloaded ciborium-ll v0.2.2 |
1156 | 2024-12-18T19:03:49.404Z | Downloaded castaway v0.2.3 |
1157 | 2024-12-18T19:03:49.404Z | Downloaded arrayvec v0.7.6 |
1158 | 2024-12-18T19:03:49.407Z | Downloaded convert_case v0.4.0 |
1159 | 2024-12-18T19:03:49.409Z | Downloaded cipher v0.4.4 |
1160 | 2024-12-18T19:03:49.411Z | Downloaded bit-vec v0.6.3 |
1161 | 2024-12-18T19:03:49.411Z | Downloaded cexpr v0.6.0 |
1162 | 2024-12-18T19:03:49.414Z | Downloaded blowfish v0.9.1 |
1163 | 2024-12-18T19:03:49.414Z | Downloaded ascii-canvas v3.0.0 |
1164 | 2024-12-18T19:03:49.418Z | Downloaded arrayref v0.3.9 |
1165 | 2024-12-18T19:03:49.418Z | Downloaded assert_matches v1.5.0 |
1166 | 2024-12-18T19:03:49.450Z | Downloaded ring v0.17.8 |
1167 | 2024-12-18T19:03:49.562Z | Downloaded libsqlite3-sys v0.30.1 |
1168 | 2024-12-18T19:03:49.689Z | Downloaded ring v0.16.20 |
1169 | 2024-12-18T19:03:49.925Z | Downloaded aws-lc-sys v0.22.0 |
1170 | 2024-12-18T19:03:50.230Z | Compiling serde v1.0.215 |
1171 | 2024-12-18T19:03:50.233Z | Compiling lock_api v0.4.12 |
1172 | 2024-12-18T19:03:50.233Z | Compiling scopeguard v1.2.0 |
1173 | 2024-12-18T19:03:50.233Z | Compiling value-bag v1.9.0 |
1174 | 2024-12-18T19:03:50.233Z | Compiling typenum v1.17.0 |
1175 | 2024-12-18T19:03:50.233Z | Compiling generic-array v0.14.7 |
1176 | 2024-12-18T19:03:50.431Z | Compiling syn v2.0.87 |
1177 | 2024-12-18T19:03:50.445Z | Compiling getrandom v0.2.15 |
1178 | 2024-12-18T19:03:50.559Z | Compiling shlex v1.3.0 |
1179 | 2024-12-18T19:03:50.698Z | Compiling rand_core v0.6.4 |
1180 | 2024-12-18T19:03:50.862Z | Compiling log v0.4.22 |
1181 | 2024-12-18T19:03:50.992Z | Compiling subtle v2.6.1 |
1182 | 2024-12-18T19:03:51.011Z | Compiling jobserver v0.1.32 |
1183 | 2024-12-18T19:03:51.045Z | Compiling const-oid v0.9.6 |
1184 | 2024-12-18T19:03:51.248Z | Compiling smallvec v1.13.2 |
1185 | 2024-12-18T19:03:51.343Z | Compiling spin v0.9.8 |
1186 | 2024-12-18T19:03:51.370Z | Compiling cc v1.1.30 |
1187 | 2024-12-18T19:03:51.709Z | Compiling pin-project-lite v0.2.14 |
1188 | 2024-12-18T19:03:51.769Z | Compiling rustix v0.38.37 |
1189 | 2024-12-18T19:03:51.789Z | Compiling parking_lot_core v0.9.10 |
1190 | 2024-12-18T19:03:51.837Z | Compiling futures-core v0.3.31 |
1191 | 2024-12-18T19:03:52.012Z | Compiling signal-hook-registry v1.4.2 |
1192 | 2024-12-18T19:03:52.086Z | Compiling mio v1.0.2 |
1193 | 2024-12-18T19:03:52.651Z | Compiling parking_lot v0.12.3 |
1194 | 2024-12-18T19:03:52.872Z | Compiling aho-corasick v1.1.3 |
1195 | 2024-12-18T19:03:52.907Z | Compiling regex-syntax v0.8.5 |
1196 | 2024-12-18T19:03:53.136Z | Compiling cpufeatures v0.2.14 |
1197 | 2024-12-18T19:03:53.191Z | Compiling lazy_static v1.5.0 |
1198 | 2024-12-18T19:03:53.235Z | Compiling futures-sink v0.3.31 |
1199 | 2024-12-18T19:03:53.313Z | Compiling either v1.13.0 |
1200 | 2024-12-18T19:03:53.333Z | Compiling glob v0.3.1 |
1201 | 2024-12-18T19:03:53.379Z | Compiling stable_deref_trait v1.2.0 |
1202 | 2024-12-18T19:03:53.489Z | Compiling socket2 v0.5.7 |
1203 | 2024-12-18T19:03:53.632Z | Compiling slab v0.4.9 |
1204 | 2024-12-18T19:03:53.728Z | Compiling prettyplease v0.2.25 |
1205 | 2024-12-18T19:03:54.069Z | Compiling minimal-lexical v0.2.1 |
1206 | 2024-12-18T19:03:54.313Z | Compiling clang-sys v1.8.1 |
1207 | 2024-12-18T19:03:54.384Z | Compiling libloading v0.8.5 |
1208 | 2024-12-18T19:03:54.441Z | Compiling serde_json v1.0.132 |
1209 | 2024-12-18T19:03:54.618Z | Compiling nom v7.1.3 |
1210 | 2024-12-18T19:03:54.764Z | Compiling home v0.5.9 |
1211 | 2024-12-18T19:03:54.859Z | Compiling bindgen v0.69.5 |
1212 | 2024-12-18T19:03:55.072Z | Compiling itertools v0.10.5 |
1213 | 2024-12-18T19:03:55.665Z | Compiling futures-channel v0.3.31 |
1214 | 2024-12-18T19:03:55.751Z | Compiling allocator-api2 v0.2.18 |
1215 | 2024-12-18T19:03:56.076Z | Compiling rustc-hash v1.1.0 |
1216 | 2024-12-18T19:03:56.217Z | Compiling foldhash v0.1.3 |
1217 | 2024-12-18T19:03:56.513Z | Compiling regex-automata v0.4.8 |
1218 | 2024-12-18T19:03:56.534Z | Compiling lazycell v1.3.0 |
1219 | 2024-12-18T19:03:56.701Z | Compiling futures-task v0.3.31 |
1220 | 2024-12-18T19:03:57.016Z | Compiling pin-utils v0.1.0 |
1221 | 2024-12-18T19:03:57.113Z | Compiling futures-io v0.3.31 |
1222 | 2024-12-18T19:03:57.426Z | Compiling hashbrown v0.15.1 |
1223 | 2024-12-18T19:03:58.000Z | Compiling synstructure v0.13.1 |
1224 | 2024-12-18T19:03:58.614Z | Compiling cexpr v0.6.0 |
1225 | 2024-12-18T19:03:58.767Z | Compiling cmake v0.1.51 |
1226 | 2024-12-18T19:03:59.681Z | Compiling tinyvec_macros v0.1.1 |
1227 | 2024-12-18T19:03:59.742Z | Compiling pkg-config v0.3.31 |
1228 | 2024-12-18T19:03:59.777Z | Compiling dunce v1.0.5 |
1229 | 2024-12-18T19:03:59.824Z | Compiling fs_extra v1.3.0 |
1230 | 2024-12-18T19:03:59.902Z | Compiling libm v0.2.8 |
1231 | 2024-12-18T19:04:00.260Z | Compiling tinyvec v1.8.0 |
1232 | 2024-12-18T19:04:00.393Z | Compiling num-traits v0.2.19 |
1233 | 2024-12-18T19:04:00.900Z | Compiling ring v0.17.8 |
1234 | 2024-12-18T19:04:01.294Z | Compiling unicode-bidi v0.3.17 |
1235 | 2024-12-18T19:04:01.424Z | Compiling litemap v0.7.3 |
1236 | 2024-12-18T19:04:01.779Z | Compiling unicode-normalization v0.1.24 |
1237 | 2024-12-18T19:04:01.799Z | Compiling writeable v0.5.5 |
1238 | 2024-12-18T19:04:01.818Z | Compiling paste v1.0.15 |
1239 | 2024-12-18T19:04:01.995Z | Compiling regex v1.11.1 |
1240 | 2024-12-18T19:04:02.320Z | Compiling base64ct v1.6.0 |
1241 | 2024-12-18T19:04:02.879Z | Compiling pem-rfc7468 v0.7.0 |
1242 | 2024-12-18T19:04:02.900Z | Compiling aws-lc-rs v1.10.0 |
1243 | 2024-12-18T19:04:03.076Z | Compiling httparse v1.9.5 |
1244 | 2024-12-18T19:04:03.336Z | Compiling flagset v0.4.6 |
1245 | 2024-12-18T19:04:03.529Z | Compiling tracing-core v0.1.32 |
1246 | 2024-12-18T19:04:03.926Z | Compiling rustls-pki-types v1.10.0 |
1247 | 2024-12-18T19:04:04.603Z | Compiling percent-encoding v2.3.1 |
1248 | 2024-12-18T19:04:04.603Z | Compiling icu_locid_transform_data v1.5.0 |
1249 | 2024-12-18T19:04:04.719Z | Compiling crossbeam-utils v0.8.20 |
1250 | 2024-12-18T19:04:04.952Z | Compiling untrusted v0.9.0 |
1251 | 2024-12-18T19:04:04.994Z | Compiling time-core v0.1.2 |
1252 | 2024-12-18T19:04:05.014Z | Compiling serde_derive v1.0.215 |
1253 | 2024-12-18T19:04:05.117Z | Compiling zeroize_derive v1.4.2 |
1254 | 2024-12-18T19:04:05.155Z | Compiling zerocopy-derive v0.7.35 |
1255 | 2024-12-18T19:04:05.287Z | Compiling tokio-macros v2.4.0 |
1256 | 2024-12-18T19:04:05.649Z | Compiling zerofrom-derive v0.1.4 |
1257 | 2024-12-18T19:04:06.576Z | Compiling zeroize v1.8.1 |
1258 | 2024-12-18T19:04:06.752Z | Compiling yoke-derive v0.7.4 |
1259 | 2024-12-18T19:04:06.954Z | Compiling thiserror-impl v1.0.69 |
1260 | 2024-12-18T19:04:07.354Z | Compiling zerocopy v0.7.35 |
1261 | 2024-12-18T19:04:08.192Z | Compiling crypto-common v0.1.6 |
1262 | 2024-12-18T19:04:08.424Z | Compiling block-buffer v0.10.4 |
1263 | 2024-12-18T19:04:08.684Z | Compiling digest v0.10.7 |
1264 | 2024-12-18T19:04:08.884Z | Compiling zerovec-derive v0.10.3 |
1265 | 2024-12-18T19:04:08.902Z | Compiling futures-macro v0.3.31 |
1266 | 2024-12-18T19:04:09.145Z | Compiling hmac v0.12.1 |
1267 | 2024-12-18T19:04:09.388Z | Compiling block-padding v0.3.3 |
1268 | 2024-12-18T19:04:09.634Z | Compiling displaydoc v0.2.5 |
1269 | 2024-12-18T19:04:09.688Z | Compiling inout v0.1.3 |
1270 | 2024-12-18T19:04:09.707Z | Compiling zerofrom v0.1.4 |
1271 | 2024-12-18T19:04:09.931Z | Compiling yoke v0.7.4 |
1272 | 2024-12-18T19:04:09.949Z | Compiling cipher v0.4.4 |
1273 | 2024-12-18T19:04:10.274Z | Compiling thiserror v1.0.69 |
1274 | 2024-12-18T19:04:10.294Z | Compiling sha2 v0.10.8 |
1275 | 2024-12-18T19:04:10.410Z | Compiling ppv-lite86 v0.2.20 |
1276 | 2024-12-18T19:04:10.443Z | Compiling der_derive v0.7.3 |
1277 | 2024-12-18T19:04:10.771Z | Compiling futures-util v0.3.31 |
1278 | 2024-12-18T19:04:11.224Z | Compiling icu_provider_macros v1.5.0 |
1279 | 2024-12-18T19:04:11.267Z | Compiling rand_chacha v0.3.1 |
1280 | 2024-12-18T19:04:11.515Z | Compiling zerovec v0.10.4 |
1281 | 2024-12-18T19:04:12.363Z | Compiling tracing-attributes v0.1.27 |
1282 | 2024-12-18T19:04:12.906Z | Compiling der v0.7.9 |
1283 | 2024-12-18T19:04:13.366Z | Compiling tinystr v0.7.6 |
1284 | 2024-12-18T19:04:13.390Z | Compiling icu_collections v1.5.0 |
1285 | 2024-12-18T19:04:13.643Z | Compiling rand v0.8.5 |
1286 | 2024-12-18T19:04:13.779Z | Compiling icu_locid v1.5.0 |
1287 | 2024-12-18T19:04:14.848Z | Compiling salsa20 v0.10.2 |
1288 | 2024-12-18T19:04:15.073Z | Compiling icu_provider v1.5.0 |
1289 | 2024-12-18T19:04:15.756Z | Compiling spki v0.7.3 |
1290 | 2024-12-18T19:04:15.889Z | Compiling tracing v0.1.40 |
1291 | 2024-12-18T19:04:16.132Z | Compiling icu_locid_transform v1.5.0 |
1292 | 2024-12-18T19:04:16.135Z | Compiling pest v2.7.14 |
1293 | 2024-12-18T19:04:16.172Z | Compiling pbkdf2 v0.12.2 |
1294 | 2024-12-18T19:04:16.224Z | Compiling mirai-annotations v1.12.0 |
1295 | 2024-12-18T19:04:16.249Z | Compiling icu_properties_data v1.5.0 |
1296 | 2024-12-18T19:04:16.341Z | Compiling vcpkg v0.2.15 |
1297 | 2024-12-18T19:04:16.372Z | Compiling powerfmt v0.2.0 |
1298 | 2024-12-18T19:04:16.411Z | Compiling untrusted v0.7.1 |
1299 | 2024-12-18T19:04:16.501Z | Compiling num-conv v0.1.0 |
1300 | 2024-12-18T19:04:16.598Z | Compiling scrypt v0.11.0 |
1301 | 2024-12-18T19:04:16.761Z | Compiling deranged v0.3.11 |
1302 | 2024-12-18T19:04:16.802Z | Compiling time-macros v0.2.18 |
1303 | 2024-12-18T19:04:18.089Z | Compiling icu_properties v1.5.1 |
1304 | 2024-12-18T19:04:18.545Z | Compiling openssl-sys v0.9.103 |
1305 | 2024-12-18T19:04:18.662Z | Compiling pest_meta v2.7.14 |
1306 | 2024-12-18T19:04:18.775Z | Compiling bitflags v2.6.0 |
1307 | 2024-12-18T19:04:19.113Z | Compiling bytes v1.8.0 |
1308 | 2024-12-18T19:04:19.637Z | Compiling indexmap v2.6.0 |
1309 | 2024-12-18T19:04:20.174Z | Compiling tokio v1.40.0 |
1310 | 2024-12-18T19:04:20.532Z | Compiling http v1.1.0 |
1311 | 2024-12-18T19:04:20.880Z | Compiling semver v1.0.23 |
1312 | 2024-12-18T19:04:21.218Z | Compiling aes v0.8.4 |
1313 | 2024-12-18T19:04:21.620Z | Compiling rustc_version v0.4.1 |
1314 | 2024-12-18T19:04:22.407Z | Compiling cbc v0.1.2 |
1315 | 2024-12-18T19:04:22.487Z | Compiling scroll_derive v0.12.0 |
1316 | 2024-12-18T19:04:22.648Z | Compiling icu_normalizer_data v1.5.0 |
1317 | 2024-12-18T19:04:22.755Z | Compiling utf8_iter v1.0.4 |
1318 | 2024-12-18T19:04:22.956Z | Compiling atomic-waker v1.1.2 |
1319 | 2024-12-18T19:04:22.999Z | Compiling write16 v1.0.0 |
1320 | 2024-12-18T19:04:23.020Z | Compiling utf16_iter v1.0.5 |
1321 | 2024-12-18T19:04:23.126Z | Compiling which v4.4.2 |
1322 | 2024-12-18T19:04:23.145Z | Compiling num_threads v0.1.7 |
1323 | 2024-12-18T19:04:23.222Z | Compiling icu_normalizer v1.5.0 |
1324 | 2024-12-18T19:04:23.282Z | Compiling time v0.3.36 |
1325 | 2024-12-18T19:04:23.773Z | Compiling pkcs5 v0.7.1 |
1326 | 2024-12-18T19:04:23.951Z | Compiling scroll v0.12.0 |
1327 | 2024-12-18T19:04:24.087Z | Compiling http-body v1.0.1 |
1328 | 2024-12-18T19:04:24.340Z | Compiling pest_generator v2.7.14 |
1329 | 2024-12-18T19:04:24.573Z | Compiling form_urlencoded v1.2.1 |
1330 | 2024-12-18T19:04:24.778Z | Compiling slog v2.7.0 |
1331 | 2024-12-18T19:04:24.882Z | Compiling try-lock v0.2.5 |
1332 | 2024-12-18T19:04:25.007Z | Compiling goblin v0.8.2 |
1333 | 2024-12-18T19:04:25.046Z | Compiling want v0.3.1 |
1334 | 2024-12-18T19:04:25.231Z | Compiling pkcs8 v0.10.2 |
1335 | 2024-12-18T19:04:25.320Z | Compiling idna_adapter v1.2.0 |
1336 | 2024-12-18T19:04:25.410Z | Compiling httpdate v1.0.3 |
1337 | 2024-12-18T19:04:25.550Z | Compiling idna v1.0.3 |
1338 | 2024-12-18T19:04:25.973Z | Compiling serde_spanned v0.6.8 |
1339 | 2024-12-18T19:04:26.210Z | Compiling uuid v1.11.0 |
1340 | 2024-12-18T19:04:26.439Z | Compiling pest_derive v2.7.14 |
1341 | 2024-12-18T19:04:26.739Z | Compiling serde_tokenstream v0.2.2 |
1342 | 2024-12-18T19:04:27.221Z | Compiling dtrace-parser v0.2.0 |
1343 | 2024-12-18T19:04:27.330Z | Compiling toml_datetime v0.6.8 |
1344 | 2024-12-18T19:04:27.359Z | Compiling base64 v0.22.1 |
1345 | 2024-12-18T19:04:27.658Z | Compiling adler2 v2.0.0 |
1346 | 2024-12-18T19:04:27.848Z | Compiling tower-service v0.3.3 |
1347 | 2024-12-18T19:04:27.872Z | Compiling openssl v0.10.66 |
1348 | 2024-12-18T19:04:27.979Z | Compiling foreign-types-shared v0.1.1 |
1349 | 2024-12-18T19:04:28.091Z | Compiling match_cfg v0.1.0 |
1350 | 2024-12-18T19:04:28.094Z | Compiling iana-time-zone v0.1.61 |
1351 | 2024-12-18T19:04:28.211Z | Compiling rustversion v1.0.17 |
1352 | 2024-12-18T19:04:28.308Z | Compiling chrono v0.4.38 |
1353 | 2024-12-18T19:04:28.464Z | Compiling tokio-util v0.7.12 |
1354 | 2024-12-18T19:04:28.548Z | Compiling hostname v0.3.1 |
1355 | 2024-12-18T19:04:28.791Z | Compiling foreign-types v0.3.2 |
1356 | 2024-12-18T19:04:28.895Z | Compiling miniz_oxide v0.8.0 |
1357 | 2024-12-18T19:04:29.001Z | Compiling url v2.5.3 |
1358 | 2024-12-18T19:04:29.923Z | Compiling h2 v0.4.6 |
1359 | 2024-12-18T19:04:30.458Z | Compiling openssl-macros v0.1.1 |
1360 | 2024-12-18T19:04:30.813Z | Compiling dof v0.3.0 |
1361 | 2024-12-18T19:04:30.988Z | Compiling async-trait v0.1.83 |
1362 | 2024-12-18T19:04:31.210Z | Compiling dirs-sys-next v0.1.2 |
1363 | 2024-12-18T19:04:31.873Z | Compiling usdt-impl v0.5.0 |
1364 | 2024-12-18T19:04:32.095Z | Compiling rustls v0.23.19 |
1365 | 2024-12-18T19:04:32.366Z | Compiling syn v1.0.109 |
1366 | 2024-12-18T19:04:33.000Z | Compiling siphasher v0.3.11 |
1367 | 2024-12-18T19:04:33.020Z | Compiling data-encoding v2.6.0 |
1368 | 2024-12-18T19:04:33.394Z | Compiling native-tls v0.2.12 |
1369 | 2024-12-18T19:04:33.445Z | Compiling rustls v0.22.4 |
1370 | 2024-12-18T19:04:33.769Z | Compiling dirs-next v2.0.0 |
1371 | 2024-12-18T19:04:33.952Z | Compiling http-body-util v0.1.2 |
1372 | 2024-12-18T19:04:34.485Z | Compiling heapless v0.7.17 |
1373 | 2024-12-18T19:04:34.978Z | Compiling crossbeam-epoch v0.9.18 |
1374 | 2024-12-18T19:04:35.282Z | Compiling signature v2.2.0 |
1375 | 2024-12-18T19:04:35.373Z | Compiling sha1 v0.10.6 |
1376 | 2024-12-18T19:04:35.428Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1377 | 2024-12-18T19:04:35.563Z | Compiling serde_derive_internals v0.29.1 |
1378 | 2024-12-18T19:04:35.711Z | Compiling thread_local v1.1.8 |
1379 | 2024-12-18T19:04:35.741Z | Compiling multer v3.1.0 |
1380 | 2024-12-18T19:04:35.816Z | Compiling encoding_rs v0.8.34 |
1381 | 2024-12-18T19:04:35.899Z | Compiling cookie v0.18.1 |
1382 | 2024-12-18T19:04:36.021Z | Compiling schemars v0.8.21 |
1383 | 2024-12-18T19:04:36.166Z | Compiling gimli v0.31.1 |
1384 | 2024-12-18T19:04:36.246Z | Compiling openssl-probe v0.1.5 |
1385 | 2024-12-18T19:04:36.369Z | Compiling rayon-core v1.12.1 |
1386 | 2024-12-18T19:04:36.609Z | Compiling slog-async v2.8.0 |
1387 | 2024-12-18T19:04:36.632Z | Compiling signal-hook v0.3.17 |
1388 | 2024-12-18T19:04:36.900Z | Compiling hyper v1.5.0 |
1389 | 2024-12-18T19:04:37.120Z | Compiling mime v0.3.17 |
1390 | 2024-12-18T19:04:37.721Z | Compiling unicode-properties v0.1.3 |
1391 | 2024-12-18T19:04:38.124Z | Compiling ipnet v2.10.1 |
1392 | 2024-12-18T19:04:38.309Z | Compiling schemars_derive v0.8.21 |
1393 | 2024-12-18T19:04:39.420Z | Compiling hyper-util v0.1.10 |
1394 | 2024-12-18T19:04:40.436Z | Compiling stringprep v0.1.5 |
1395 | 2024-12-18T19:04:40.912Z | Compiling addr2line v0.24.2 |
1396 | 2024-12-18T19:04:41.167Z | Compiling toml_edit v0.22.22 |
1397 | 2024-12-18T19:04:41.673Z | Compiling crossbeam-deque v0.8.5 |
1398 | 2024-12-18T19:04:41.694Z | Compiling usdt-macro v0.5.0 |
1399 | 2024-12-18T19:04:41.732Z | Compiling usdt-attr-macro v0.5.0 |
1400 | 2024-12-18T19:04:42.102Z | Compiling term v0.7.0 |
1401 | 2024-12-18T19:04:42.564Z | Compiling slog-json v2.6.1 |
1402 | 2024-12-18T19:04:42.912Z | Compiling serde_urlencoded v0.7.1 |
1403 | 2024-12-18T19:04:43.075Z | Compiling curve25519-dalek v4.1.3 |
1404 | 2024-12-18T19:04:43.187Z | Compiling crossbeam-channel v0.5.13 |
1405 | 2024-12-18T19:04:43.361Z | Compiling enum-as-inner v0.6.1 |
1406 | 2024-12-18T19:04:43.424Z | Compiling futures-executor v0.3.31 |
1407 | 2024-12-18T19:04:43.571Z | Compiling md-5 v0.10.6 |
1408 | 2024-12-18T19:04:43.714Z | Compiling async-stream-impl v0.3.6 |
1409 | 2024-12-18T19:04:43.836Z | Compiling rustls-pemfile v2.2.0 |
1410 | 2024-12-18T19:04:43.996Z | Compiling num-integer v0.1.46 |
1411 | 2024-12-18T19:04:44.169Z | Compiling idna v0.4.0 |
1412 | 2024-12-18T19:04:44.242Z | Compiling idna v0.3.0 |
1413 | 2024-12-18T19:04:44.429Z | Compiling hash32 v0.2.1 |
1414 | 2024-12-18T19:04:44.821Z | Compiling ff v0.13.0 |
1415 | 2024-12-18T19:04:44.844Z | Compiling is-terminal v0.4.13 |
1416 | 2024-12-18T19:04:44.971Z | Compiling object v0.36.5 |
1417 | 2024-12-18T19:04:45.037Z | Compiling dropshot v0.12.0 |
1418 | 2024-12-18T19:04:45.120Z | Compiling linked-hash-map v0.5.6 |
1419 | 2024-12-18T19:04:45.317Z | Compiling base16ct v0.2.0 |
1420 | 2024-12-18T19:04:45.489Z | Compiling rustc-demangle v0.1.24 |
1421 | 2024-12-18T19:04:45.650Z | Compiling portable-atomic v1.9.0 |
1422 | 2024-12-18T19:04:45.931Z | Compiling anyhow v1.0.93 |
1423 | 2024-12-18T19:04:45.952Z | Compiling smoltcp v0.9.1 |
1424 | 2024-12-18T19:04:46.446Z | Compiling take_mut v0.2.2 |
1425 | 2024-12-18T19:04:46.572Z | Compiling quick-error v1.2.3 |
1426 | 2024-12-18T19:04:46.597Z | Compiling num-bigint-dig v0.8.4 |
1427 | 2024-12-18T19:04:46.665Z | Compiling psl-types v2.0.11 |
1428 | 2024-12-18T19:04:46.713Z | Compiling utf-8 v0.7.6 |
1429 | 2024-12-18T19:04:46.733Z | Compiling dyn-clone v1.0.17 |
1430 | 2024-12-18T19:04:46.860Z | Compiling fallible-iterator v0.2.0 |
1431 | 2024-12-18T19:04:46.951Z | Compiling tungstenite v0.24.0 |
1432 | 2024-12-18T19:04:47.037Z | Compiling publicsuffix v2.2.3 |
1433 | 2024-12-18T19:04:47.375Z | Compiling resolv-conf v0.7.0 |
1434 | 2024-12-18T19:04:47.569Z | Compiling postgres-protocol v0.6.7 |
1435 | 2024-12-18T19:04:49.258Z | Compiling sec1 v0.7.3 |
1436 | 2024-12-18T19:04:49.297Z | Compiling lru-cache v0.1.2 |
1437 | 2024-12-18T19:04:49.429Z | Compiling async-stream v0.3.6 |
1438 | 2024-12-18T19:04:49.480Z | Compiling hickory-proto v0.24.1 |
1439 | 2024-12-18T19:04:49.496Z | Compiling group v0.13.0 |
1440 | 2024-12-18T19:04:49.755Z | Compiling usdt v0.5.0 |
1441 | 2024-12-18T19:04:49.853Z | Compiling slog-term v2.9.1 |
1442 | 2024-12-18T19:04:50.291Z | Compiling num-iter v0.1.45 |
1443 | 2024-12-18T19:04:50.487Z | Compiling toml v0.8.19 |
1444 | 2024-12-18T19:04:50.787Z | Compiling futures v0.3.31 |
1445 | 2024-12-18T19:04:51.060Z | Compiling slog-bunyan v2.5.0 |
1446 | 2024-12-18T19:04:52.204Z | Compiling camino v1.1.9 |
1447 | 2024-12-18T19:04:52.369Z | Compiling backtrace v0.3.74 |
1448 | 2024-12-18T19:04:52.904Z | Compiling tokio-native-tls v0.3.1 |
1449 | 2024-12-18T19:04:53.071Z | Compiling phf_shared v0.11.2 |
1450 | 2024-12-18T19:04:53.172Z | Compiling dropshot_endpoint v0.12.0 |
1451 | 2024-12-18T19:04:53.214Z | Compiling terminal_size v0.4.0 |
1452 | 2024-12-18T19:04:53.216Z | Compiling waitgroup v0.1.2 |
1453 | 2024-12-18T19:04:53.428Z | Compiling openapiv3 v2.0.0 |
1454 | 2024-12-18T19:04:53.449Z | Compiling serde_path_to_error v0.1.16 |
1455 | 2024-12-18T19:04:53.451Z | Compiling hkdf v0.12.4 |
1456 | 2024-12-18T19:04:53.732Z | Compiling crypto-bigint v0.5.5 |
1457 | 2024-12-18T19:04:54.313Z | Compiling curve25519-dalek-derive v0.1.1 |
1458 | 2024-12-18T19:04:55.895Z | Compiling zerocopy-derive v0.6.6 |
1459 | 2024-12-18T19:04:56.033Z | Compiling webpki-roots v0.26.6 |
1460 | 2024-12-18T19:04:56.256Z | Compiling idna v0.5.0 |
1461 | 2024-12-18T19:04:56.842Z | Compiling hubpack_derive v0.1.1 |
1462 | 2024-12-18T19:04:57.764Z | Compiling hostname v0.4.0 |
1463 | 2024-12-18T19:04:57.841Z | Compiling fs-err v2.11.0 |
1464 | 2024-12-18T19:04:57.866Z | Compiling ahash v0.8.11 |
1465 | 2024-12-18T19:04:57.946Z | Compiling crc32fast v1.4.2 |
1466 | 2024-12-18T19:04:58.014Z | Compiling winnow v0.5.40 |
1467 | 2024-12-18T19:04:58.098Z | Compiling debug-ignore v1.0.5 |
1468 | 2024-12-18T19:04:58.120Z | Compiling bitflags v1.3.2 |
1469 | 2024-12-18T19:04:58.226Z | Compiling managed v0.8.0 |
1470 | 2024-12-18T19:04:58.275Z | Compiling clap_builder v4.5.21 |
1471 | 2024-12-18T19:04:58.277Z | Compiling strum_macros v0.25.3 |
1472 | 2024-12-18T19:04:58.323Z | Compiling flate2 v1.0.34 |
1473 | 2024-12-18T19:04:59.306Z | Compiling console v0.15.8 |
1474 | 2024-12-18T19:05:00.079Z | Compiling zerocopy v0.6.6 |
1475 | 2024-12-18T19:05:00.099Z | Compiling hubpack v0.1.2 |
1476 | 2024-12-18T19:05:00.551Z | Compiling cookie_store v0.21.0 |
1477 | 2024-12-18T19:05:00.806Z | Compiling elliptic-curve v0.13.8 |
1478 | 2024-12-18T19:05:00.981Z | Compiling hickory-resolver v0.24.1 |
1479 | 2024-12-18T19:05:01.644Z | Compiling toml_edit v0.19.15 |
1480 | 2024-12-18T19:05:02.003Z | Compiling phf v0.11.2 |
1481 | 2024-12-18T19:05:02.128Z | Compiling hyper-tls v0.6.0 |
1482 | 2024-12-18T19:05:02.462Z | Compiling signal-hook-mio v0.2.4 |
1483 | 2024-12-18T19:05:02.549Z | Compiling rayon v1.10.0 |
1484 | 2024-12-18T19:05:02.634Z | Compiling bzip2 v0.4.4 |
1485 | 2024-12-18T19:05:03.205Z | Compiling postgres-types v0.2.8 |
1486 | 2024-12-18T19:05:04.770Z | Compiling tokio-tungstenite v0.24.0 |
1487 | 2024-12-18T19:05:06.675Z | Compiling ed25519 v2.2.3 |
1488 | 2024-12-18T19:05:07.380Z | Compiling phf_shared v0.10.0 |
1489 | 2024-12-18T19:05:07.700Z | Compiling tokio-stream v0.1.16 |
1490 | 2024-12-18T19:05:07.797Z | Compiling pkcs1 v0.7.5 |
1491 | 2024-12-18T19:05:07.800Z | Compiling serde-big-array v0.5.1 |
1492 | 2024-12-18T19:05:08.060Z | Compiling clap_derive v4.5.18 |
1493 | 2024-12-18T19:05:08.575Z | Compiling rfc6979 v0.4.0 |
1494 | 2024-12-18T19:05:08.772Z | Compiling derive-where v1.2.7 |
1495 | 2024-12-18T19:05:08.794Z | Compiling serde_repr v0.1.19 |
1496 | 2024-12-18T19:05:08.796Z | Compiling float-cmp v0.9.0 |
1497 | 2024-12-18T19:05:08.893Z | Compiling bstr v1.10.0 |
1498 | 2024-12-18T19:05:09.013Z | Compiling sync_wrapper v1.0.1 |
1499 | 2024-12-18T19:05:09.166Z | Compiling predicates-core v1.0.8 |
1500 | 2024-12-18T19:05:09.537Z | Compiling fixedbitset v0.4.2 |
1501 | 2024-12-18T19:05:09.680Z | Compiling number_prefix v0.4.0 |
1502 | 2024-12-18T19:05:09.920Z | Compiling static_assertions v1.1.0 |
1503 | 2024-12-18T19:05:09.993Z | Compiling whoami v1.5.2 |
1504 | 2024-12-18T19:05:10.016Z | Compiling normalize-line-endings v0.3.0 |
1505 | 2024-12-18T19:05:10.032Z | Compiling unicode-segmentation v1.12.0 |
1506 | 2024-12-18T19:05:10.141Z | Compiling precomputed-hash v0.1.1 |
1507 | 2024-12-18T19:05:10.269Z | Compiling bit-vec v0.6.3 |
1508 | 2024-12-18T19:05:10.622Z | Compiling unicode-width v0.2.0 |
1509 | 2024-12-18T19:05:10.726Z | Compiling difflib v0.4.0 |
1510 | 2024-12-18T19:05:10.729Z | Compiling new_debug_unreachable v1.0.6 |
1511 | 2024-12-18T19:05:10.823Z | Compiling string_cache v0.8.7 |
1512 | 2024-12-18T19:05:10.911Z | Compiling similar v2.6.0 |
1513 | 2024-12-18T19:05:11.147Z | Compiling predicates v3.1.2 |
1514 | 2024-12-18T19:05:11.287Z | Compiling indicatif v0.17.9 |
1515 | 2024-12-18T19:05:12.372Z | Compiling bit-set v0.5.3 |
1516 | 2024-12-18T19:05:12.427Z | Compiling tokio-postgres v0.7.12 |
1517 | 2024-12-18T19:05:12.664Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1518 | 2024-12-18T19:05:12.907Z | Compiling petgraph v0.6.5 |
1519 | 2024-12-18T19:05:13.170Z | Compiling clap v4.5.21 |
1520 | 2024-12-18T19:05:13.294Z | Compiling ecdsa v0.16.9 |
1521 | 2024-12-18T19:05:13.343Z | Compiling rsa v0.9.6 |
1522 | 2024-12-18T19:05:13.523Z | Compiling ed25519-dalek v2.1.1 |
1523 | 2024-12-18T19:05:14.169Z | Compiling toml v0.7.8 |
1524 | 2024-12-18T19:05:14.889Z | Compiling zip v0.6.6 |
1525 | 2024-12-18T19:05:15.991Z | Compiling crossterm v0.28.1 |
1526 | 2024-12-18T19:05:17.230Z | Compiling hex v0.4.3 |
1527 | 2024-12-18T19:05:17.483Z | Compiling x509-cert v0.2.5 |
1528 | 2024-12-18T19:05:17.649Z | Compiling peg-runtime v0.8.3 |
1529 | 2024-12-18T19:05:17.815Z | Compiling unicode-xid v0.2.6 |
1530 | 2024-12-18T19:05:17.988Z | Compiling lalrpop-util v0.19.12 |
1531 | 2024-12-18T19:05:18.312Z | Compiling strum_macros v0.26.4 |
1532 | 2024-12-18T19:05:18.350Z | Compiling xattr v1.3.1 |
1533 | 2024-12-18T19:05:18.370Z | Compiling filetime v0.2.25 |
1534 | 2024-12-18T19:05:18.632Z | Compiling tar v0.4.42 |
1535 | 2024-12-18T19:05:23.514Z | Compiling strum v0.26.3 |
1536 | 2024-12-18T19:05:26.024Z | Compiling aws-lc-sys v0.22.0 |
1537 | 2024-12-18T19:06:03.371Z | Compiling rustls-webpki v0.102.8 |
1538 | 2024-12-18T19:06:06.747Z | Compiling tokio-rustls v0.25.0 |
1539 | 2024-12-18T19:06:08.471Z | Compiling tokio-rustls v0.26.0 |
1540 | 2024-12-18T19:06:08.842Z | Compiling hyper-rustls v0.27.3 |
1541 | 2024-12-18T19:06:09.178Z | Compiling reqwest v0.12.9 |
1542 | 2024-12-18T19:06:10.147Z | Compiling qorb v0.2.1 |
1543 | 2024-12-18T19:06:15.179Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1544 | 2024-12-18T19:06:15.410Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1545 | 2024-12-18T19:06:21.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1546 | 2024-12-18T19:06:21.273Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1547 | 2024-12-18T19:06:21.322Z | Dec 18 19:06:20.252 INFO Starting download, target: DendriteOpenapi |
1548 | 2024-12-18T19:06:21.322Z | Dec 18 19:06:20.252 INFO Starting download, target: Cockroach |
1549 | 2024-12-18T19:06:21.322Z | Dec 18 19:06:20.252 INFO Starting download, target: Console |
1550 | 2024-12-18T19:06:21.322Z | Dec 18 19:06:20.252 INFO Starting download, target: DendriteStub |
1551 | 2024-12-18T19:06:21.340Z | Dec 18 19:06:20.252 INFO Starting download, target: Clickhouse |
1552 | 2024-12-18T19:06:21.340Z | Dec 18 19:06:20.252 INFO Starting download, target: MaghemiteMgd |
1553 | 2024-12-18T19:06:21.340Z | Dec 18 19:06:20.252 INFO Starting download, target: TransceiverControl |
1554 | 2024-12-18T19:06:21.340Z | Dec 18 19:06:20.252 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1555 | 2024-12-18T19:06:21.340Z | Dec 18 19:06:20.252 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1556 | 2024-12-18T19:06:21.340Z | Dec 18 19:06:20.252 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1557 | 2024-12-18T19:06:21.340Z | Dec 18 19:06:20.252 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1558 | 2024-12-18T19:06:21.340Z | Dec 18 19:06:20.252 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1559 | 2024-12-18T19:06:21.340Z | Dec 18 19:06:20.253 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1560 | 2024-12-18T19:06:21.340Z | Dec 18 19:06:20.253 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1561 | 2024-12-18T19:06:21.822Z | Dec 18 19:06:20.710 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1562 | 2024-12-18T19:06:21.823Z | Dec 18 19:06:20.710 INFO Download complete, target: DendriteOpenapi |
1563 | 2024-12-18T19:06:21.930Z | Dec 18 19:06:20.839 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1564 | 2024-12-18T19:06:22.116Z | Dec 18 19:06:21.015 INFO Download complete, target: Console |
1565 | 2024-12-18T19:06:22.542Z | Dec 18 19:06:21.408 INFO Download complete, target: TransceiverControl |
1566 | 2024-12-18T19:06:23.442Z | Dec 18 19:06:22.281 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1567 | 2024-12-18T19:06:23.739Z | Dec 18 19:06:22.622 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1568 | 2024-12-18T19:06:24.456Z | Dec 18 19:06:23.343 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1569 | 2024-12-18T19:06:25.280Z | Dec 18 19:06:24.209 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1570 | 2024-12-18T19:06:25.280Z | Dec 18 19:06:24.209 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1571 | 2024-12-18T19:06:26.655Z | Dec 18 19:06:25.584 INFO Download complete, target: DendriteStub |
1572 | 2024-12-18T19:06:27.390Z | Dec 18 19:06:26.320 INFO Download complete, target: MaghemiteMgd |
1573 | 2024-12-18T19:06:32.831Z | Dec 18 19:06:31.759 INFO Checking that binary works, target: Cockroach |
1574 | 2024-12-18T19:06:32.996Z | Dec 18 19:06:31.924 INFO Download complete, target: Cockroach |
1575 | 2024-12-18T19:06:36.408Z | Dec 18 19:06:35.336 INFO Checking that binary works, target: Clickhouse |
1576 | 2024-12-18T19:06:37.026Z | Dec 18 19:06:35.954 INFO Download complete, target: Clickhouse |
1577 | 2024-12-18T19:06:37.079Z | All builder prerequisites installed successfully, and PATH looks valid |
1578 | 2024-12-18T19:06:37.081Z | |
1579 | 2024-12-18T19:06:37.081Z | real 5:54.741815326 |
1580 | 2024-12-18T19:06:37.081Z | user 16:17.551300450 |
1581 | 2024-12-18T19:06:37.081Z | sys 3:13.533025586 |
1582 | 2024-12-18T19:06:37.081Z | trap 0.510005067 |
1583 | 2024-12-18T19:06:37.081Z | tflt 7.778926170 |
1584 | 2024-12-18T19:06:37.082Z | dflt 7.781625104 |
1585 | 2024-12-18T19:06:37.082Z | kflt 0.418607649 |
1586 | 2024-12-18T19:06:37.082Z | lock 29:07.168882027 |
1587 | 2024-12-18T19:06:37.082Z | slp 1:04:05.937588961 |
1588 | 2024-12-18T19:06:37.082Z | lat 52.215982437 |
1589 | 2024-12-18T19:06:37.082Z | stop 2:15.262527094 |
1590 | 2024-12-18T19:06:37.082Z | + banner hack-check |
1591 | 2024-12-18T19:06:37.084Z | |
1592 | 2024-12-18T19:06:37.084Z | # # ## #### # # #### # # ###### #### # # |
1593 | 2024-12-18T19:06:37.084Z | # # # # # # # # # # # # # # # # # |
1594 | 2024-12-18T19:06:37.085Z | ###### # # # #### ##### # ###### ##### # #### |
1595 | 2024-12-18T19:06:37.085Z | # # ###### # # # # # # # # # # |
1596 | 2024-12-18T19:06:37.085Z | # # # # # # # # # # # # # # # # # |
1597 | 2024-12-18T19:06:37.085Z | # # # # #### # # #### # # ###### #### # # |
1598 | 2024-12-18T19:06:37.085Z | |
1599 | 2024-12-18T19:06:37.085Z | + export CARGO_INCREMENTAL=0 |
1600 | 2024-12-18T19:06:37.085Z | + CARGO_INCREMENTAL=0 |
1601 | 2024-12-18T19:06:37.085Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1602 | 2024-12-18T19:06:37.609Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1603 | 2024-12-18T19:06:41.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1604 | 2024-12-18T19:06:41.165Z | Running `target/debug/xtask check-features --ci` |
1605 | 2024-12-18T19:06:41.184Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1606 | 2024-12-18T19:06:41.187Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1607 | 2024-12-18T19:06:41.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1608 | 2024-12-18T19:06:41.643Z | Running `target/debug/xtask download cargo-hack` |
1609 | 2024-12-18T19:06:42.461Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1610 | 2024-12-18T19:06:42.824Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1611 | 2024-12-18T19:06:47.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s |
1612 | 2024-12-18T19:06:47.974Z | Running `target/debug/xtask-downloader cargo-hack` |
1613 | 2024-12-18T19:06:48.010Z | Dec 18 19:06:46.937 INFO Starting download, target: CargoHack |
1614 | 2024-12-18T19:06:48.012Z | Dec 18 19:06:46.938 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1615 | 2024-12-18T19:06:48.613Z | Dec 18 19:06:47.541 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1616 | 2024-12-18T19:06:48.702Z | Dec 18 19:06:47.629 INFO Download complete, target: CargoHack |
1617 | 2024-12-18T19:06:48.705Z | 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" |
1618 | 2024-12-18T19:06:48.721Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1619 | 2024-12-18T19:06:48.889Z | info: running `cargo check --bins` on api_identity (1/174) |
1620 | 2024-12-18T19:06:49.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2024-12-18T19:06:49.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2024-12-18T19:06:49.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1623 | 2024-12-18T19:06:49.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1624 | 2024-12-18T19:06:49.492Z | |
1625 | 2024-12-18T19:06:49.492Z | info: running `cargo check --bins` on bootstore (2/174) |
1626 | 2024-12-18T19:06:50.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-12-18T19:06:50.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-12-18T19:06:50.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2024-12-18T19:06:50.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1630 | 2024-12-18T19:06:50.127Z | |
1631 | 2024-12-18T19:06:50.127Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/174) |
1632 | 2024-12-18T19:06:50.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2024-12-18T19:06:50.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2024-12-18T19:06:50.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2024-12-18T19:06:50.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1636 | 2024-12-18T19:06:50.724Z | |
1637 | 2024-12-18T19:06:50.724Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174) |
1638 | 2024-12-18T19:06:51.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2024-12-18T19:06:51.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2024-12-18T19:06:51.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2024-12-18T19:06:51.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1642 | 2024-12-18T19:06:51.329Z | |
1643 | 2024-12-18T19:06:51.329Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174) |
1644 | 2024-12-18T19:06:51.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2024-12-18T19:06:51.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2024-12-18T19:06:51.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2024-12-18T19:06:51.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1648 | 2024-12-18T19:06:51.732Z | |
1649 | 2024-12-18T19:06:51.732Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174) |
1650 | 2024-12-18T19:06:52.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2024-12-18T19:06:52.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2024-12-18T19:06:52.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2024-12-18T19:06:52.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1654 | 2024-12-18T19:06:52.141Z | |
1655 | 2024-12-18T19:06:52.141Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174) |
1656 | 2024-12-18T19:06:52.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2024-12-18T19:06:52.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2024-12-18T19:06:52.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2024-12-18T19:06:52.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1660 | 2024-12-18T19:06:52.550Z | |
1661 | 2024-12-18T19:06:52.550Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174) |
1662 | 2024-12-18T19:06:52.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2024-12-18T19:06:52.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2024-12-18T19:06:52.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2024-12-18T19:06:52.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1666 | 2024-12-18T19:06:52.965Z | |
1667 | 2024-12-18T19:06:52.965Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174) |
1668 | 2024-12-18T19:06:53.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2024-12-18T19:06:53.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2024-12-18T19:06:53.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2024-12-18T19:06:53.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1672 | 2024-12-18T19:06:53.378Z | |
1673 | 2024-12-18T19:06:53.378Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174) |
1674 | 2024-12-18T19:06:53.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2024-12-18T19:06:53.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2024-12-18T19:06:53.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2024-12-18T19:06:53.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1678 | 2024-12-18T19:06:53.793Z | |
1679 | 2024-12-18T19:06:53.793Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174) |
1680 | 2024-12-18T19:06:54.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2024-12-18T19:06:54.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2024-12-18T19:06:54.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2024-12-18T19:06:54.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1684 | 2024-12-18T19:06:54.208Z | |
1685 | 2024-12-18T19:06:54.208Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174) |
1686 | 2024-12-18T19:06:54.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2024-12-18T19:06:54.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2024-12-18T19:06:54.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2024-12-18T19:06:54.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1690 | 2024-12-18T19:06:54.620Z | |
1691 | 2024-12-18T19:06:54.620Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174) |
1692 | 2024-12-18T19:06:54.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2024-12-18T19:06:54.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2024-12-18T19:06:54.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2024-12-18T19:06:54.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1696 | 2024-12-18T19:06:55.038Z | |
1697 | 2024-12-18T19:06:55.038Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174) |
1698 | 2024-12-18T19:06:55.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2024-12-18T19:06:55.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2024-12-18T19:06:55.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2024-12-18T19:06:55.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1702 | 2024-12-18T19:06:55.449Z | |
1703 | 2024-12-18T19:06:55.450Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174) |
1704 | 2024-12-18T19:06:55.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2024-12-18T19:06:55.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2024-12-18T19:06:55.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2024-12-18T19:06:55.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1708 | 2024-12-18T19:06:55.870Z | |
1709 | 2024-12-18T19:06:55.870Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174) |
1710 | 2024-12-18T19:06:56.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2024-12-18T19:06:56.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2024-12-18T19:06:56.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2024-12-18T19:06:56.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1714 | 2024-12-18T19:06:56.278Z | |
1715 | 2024-12-18T19:06:56.278Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174) |
1716 | 2024-12-18T19:06:56.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2024-12-18T19:06:56.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2024-12-18T19:06:56.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2024-12-18T19:06:56.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1720 | 2024-12-18T19:06:56.688Z | |
1721 | 2024-12-18T19:06:56.688Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174) |
1722 | 2024-12-18T19:06:57.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2024-12-18T19:06:57.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2024-12-18T19:06:57.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2024-12-18T19:06:57.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1726 | 2024-12-18T19:06:57.109Z | |
1727 | 2024-12-18T19:06:57.109Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174) |
1728 | 2024-12-18T19:06:57.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2024-12-18T19:06:57.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2024-12-18T19:06:57.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2024-12-18T19:06:57.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1732 | 2024-12-18T19:06:57.525Z | |
1733 | 2024-12-18T19:06:57.525Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174) |
1734 | 2024-12-18T19:06:57.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2024-12-18T19:06:57.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2024-12-18T19:06:57.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2024-12-18T19:06:57.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1738 | 2024-12-18T19:06:57.941Z | |
1739 | 2024-12-18T19:06:57.941Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174) |
1740 | 2024-12-18T19:06:58.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2024-12-18T19:06:58.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2024-12-18T19:06:58.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2024-12-18T19:06:58.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1744 | 2024-12-18T19:06:58.350Z | |
1745 | 2024-12-18T19:06:58.350Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174) |
1746 | 2024-12-18T19:06:58.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2024-12-18T19:06:58.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2024-12-18T19:06:58.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2024-12-18T19:06:58.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1750 | 2024-12-18T19:06:58.767Z | |
1751 | 2024-12-18T19:06:58.767Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174) |
1752 | 2024-12-18T19:06:59.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2024-12-18T19:06:59.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2024-12-18T19:06:59.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2024-12-18T19:06:59.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1756 | 2024-12-18T19:06:59.189Z | |
1757 | 2024-12-18T19:06:59.189Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174) |
1758 | 2024-12-18T19:06:59.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2024-12-18T19:06:59.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2024-12-18T19:06:59.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2024-12-18T19:06:59.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1762 | 2024-12-18T19:06:59.598Z | |
1763 | 2024-12-18T19:06:59.598Z | info: running `cargo check --bins` on sled-hardware-types (25/174) |
1764 | 2024-12-18T19:07:00.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2024-12-18T19:07:00.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2024-12-18T19:07:00.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2024-12-18T19:07:00.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1768 | 2024-12-18T19:07:00.222Z | |
1769 | 2024-12-18T19:07:00.222Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/174) |
1770 | 2024-12-18T19:07:00.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2024-12-18T19:07:00.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2024-12-18T19:07:00.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2024-12-18T19:07:00.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1774 | 2024-12-18T19:07:00.849Z | |
1775 | 2024-12-18T19:07:00.849Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174) |
1776 | 2024-12-18T19:07:01.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2024-12-18T19:07:01.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2024-12-18T19:07:01.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1779 | 2024-12-18T19:07:01.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1780 | 2024-12-18T19:07:01.476Z | |
1781 | 2024-12-18T19:07:01.476Z | info: running `cargo check --bins` on oxlog (28/174) |
1782 | 2024-12-18T19:07:02.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1783 | 2024-12-18T19:07:02.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1784 | 2024-12-18T19:07:02.084Z | Checking cfg-if v1.0.0 |
1785 | 2024-12-18T19:07:02.087Z | Checking libc v0.2.162 |
1786 | 2024-12-18T19:07:02.194Z | Checking serde v1.0.215 |
1787 | 2024-12-18T19:07:02.197Z | Checking zeroize v1.8.1 |
1788 | 2024-12-18T19:07:02.210Z | Checking memchr v2.7.4 |
1789 | 2024-12-18T19:07:02.212Z | Checking typenum v1.17.0 |
1790 | 2024-12-18T19:07:02.218Z | Checking scopeguard v1.2.0 |
1791 | 2024-12-18T19:07:02.229Z | Checking subtle v2.6.1 |
1792 | 2024-12-18T19:07:02.255Z | Checking value-bag v1.9.0 |
1793 | 2024-12-18T19:07:02.377Z | Checking lock_api v0.4.12 |
1794 | 2024-12-18T19:07:02.431Z | Checking itoa v1.0.11 |
1795 | 2024-12-18T19:07:02.480Z | Checking const-oid v0.9.6 |
1796 | 2024-12-18T19:07:02.630Z | Checking smallvec v1.13.2 |
1797 | 2024-12-18T19:07:02.670Z | Checking log v0.4.22 |
1798 | 2024-12-18T19:07:02.785Z | Checking pin-project-lite v0.2.14 |
1799 | 2024-12-18T19:07:02.910Z | Checking byteorder v1.5.0 |
1800 | 2024-12-18T19:07:02.975Z | Checking futures-core v0.3.31 |
1801 | 2024-12-18T19:07:03.069Z | Checking once_cell v1.20.2 |
1802 | 2024-12-18T19:07:03.159Z | Checking cpufeatures v0.2.14 |
1803 | 2024-12-18T19:07:03.177Z | Checking stable_deref_trait v1.2.0 |
1804 | 2024-12-18T19:07:03.252Z | Checking futures-sink v0.3.31 |
1805 | 2024-12-18T19:07:03.274Z | Checking spin v0.9.8 |
1806 | 2024-12-18T19:07:03.296Z | Checking zerocopy v0.7.35 |
1807 | 2024-12-18T19:07:03.342Z | Checking getrandom v0.2.15 |
1808 | 2024-12-18T19:07:03.357Z | Checking parking_lot_core v0.9.10 |
1809 | 2024-12-18T19:07:03.378Z | Checking signal-hook-registry v1.4.2 |
1810 | 2024-12-18T19:07:03.474Z | Checking generic-array v0.14.7 |
1811 | 2024-12-18T19:07:03.572Z | Checking rand_core v0.6.4 |
1812 | 2024-12-18T19:07:03.613Z | Checking mio v1.0.2 |
1813 | 2024-12-18T19:07:03.616Z | Checking socket2 v0.5.7 |
1814 | 2024-12-18T19:07:03.659Z | Checking parking_lot v0.12.3 |
1815 | 2024-12-18T19:07:03.863Z | Checking zerofrom v0.1.4 |
1816 | 2024-12-18T19:07:04.007Z | Checking slab v0.4.9 |
1817 | 2024-12-18T19:07:04.081Z | Checking yoke v0.7.4 |
1818 | 2024-12-18T19:07:04.097Z | Checking futures-channel v0.3.31 |
1819 | 2024-12-18T19:07:04.223Z | Checking equivalent v1.0.1 |
1820 | 2024-12-18T19:07:04.246Z | Checking allocator-api2 v0.2.18 |
1821 | 2024-12-18T19:07:04.328Z | Checking pin-utils v0.1.0 |
1822 | 2024-12-18T19:07:04.358Z | Checking foldhash v0.1.3 |
1823 | 2024-12-18T19:07:04.408Z | Checking futures-task v0.3.31 |
1824 | 2024-12-18T19:07:04.411Z | Checking futures-io v0.3.31 |
1825 | 2024-12-18T19:07:04.456Z | Checking zerovec v0.10.4 |
1826 | 2024-12-18T19:07:04.567Z | Checking tinyvec_macros v0.1.1 |
1827 | 2024-12-18T19:07:04.595Z | Checking ryu v1.0.18 |
1828 | 2024-12-18T19:07:04.632Z | Checking crypto-common v0.1.6 |
1829 | 2024-12-18T19:07:04.634Z | Checking block-buffer v0.10.4 |
1830 | 2024-12-18T19:07:04.660Z | Checking futures-util v0.3.31 |
1831 | 2024-12-18T19:07:04.739Z | Checking block-padding v0.3.3 |
1832 | 2024-12-18T19:07:04.794Z | Checking tinyvec v1.8.0 |
1833 | 2024-12-18T19:07:04.809Z | Checking fnv v1.0.7 |
1834 | 2024-12-18T19:07:04.856Z | Checking digest v0.10.7 |
1835 | 2024-12-18T19:07:04.889Z | Checking hashbrown v0.15.1 |
1836 | 2024-12-18T19:07:04.923Z | Checking libm v0.2.8 |
1837 | 2024-12-18T19:07:04.937Z | Checking inout v0.1.3 |
1838 | 2024-12-18T19:07:05.159Z | Checking cipher v0.4.4 |
1839 | 2024-12-18T19:07:05.216Z | Checking hmac v0.12.1 |
1840 | 2024-12-18T19:07:05.435Z | Checking sha2 v0.10.8 |
1841 | 2024-12-18T19:07:05.579Z | Checking writeable v0.5.5 |
1842 | 2024-12-18T19:07:05.826Z | Checking base64ct v1.6.0 |
1843 | 2024-12-18T19:07:05.905Z | Checking unicode-bidi v0.3.17 |
1844 | 2024-12-18T19:07:05.984Z | Checking litemap v0.7.3 |
1845 | 2024-12-18T19:07:05.998Z | Checking num-traits v0.2.19 |
1846 | 2024-12-18T19:07:06.058Z | Checking tinystr v0.7.6 |
1847 | 2024-12-18T19:07:06.116Z | Checking unicode-normalization v0.1.24 |
1848 | 2024-12-18T19:07:06.264Z | Checking pem-rfc7468 v0.7.0 |
1849 | 2024-12-18T19:07:06.324Z | Checking ppv-lite86 v0.2.20 |
1850 | 2024-12-18T19:07:06.436Z | Checking icu_locid v1.5.0 |
1851 | 2024-12-18T19:07:06.506Z | Checking flagset v0.4.6 |
1852 | 2024-12-18T19:07:06.522Z | Checking tracing-core v0.1.32 |
1853 | 2024-12-18T19:07:06.692Z | Checking der v0.7.9 |
1854 | 2024-12-18T19:07:07.015Z | Checking thiserror v1.0.69 |
1855 | 2024-12-18T19:07:07.083Z | Checking rand_chacha v0.3.1 |
1856 | 2024-12-18T19:07:07.127Z | Checking bytes v1.8.0 |
1857 | 2024-12-18T19:07:07.142Z | Checking indexmap v2.6.0 |
1858 | 2024-12-18T19:07:07.165Z | Checking serde_json v1.0.132 |
1859 | 2024-12-18T19:07:07.457Z | Checking icu_provider v1.5.0 |
1860 | 2024-12-18T19:07:07.460Z | Checking bitflags v2.6.0 |
1861 | 2024-12-18T19:07:07.637Z | Checking rustls-pki-types v1.10.0 |
1862 | 2024-12-18T19:07:07.773Z | Checking percent-encoding v2.3.1 |
1863 | 2024-12-18T19:07:07.926Z | Checking tokio v1.40.0 |
1864 | 2024-12-18T19:07:07.979Z | Checking http v1.1.0 |
1865 | 2024-12-18T19:07:08.136Z | Checking icu_locid_transform_data v1.5.0 |
1866 | 2024-12-18T19:07:08.229Z | Checking rand v0.8.5 |
1867 | 2024-12-18T19:07:08.246Z | Checking icu_locid_transform v1.5.0 |
1868 | 2024-12-18T19:07:08.390Z | Checking tracing v0.1.40 |
1869 | 2024-12-18T19:07:08.549Z | Checking spki v0.7.3 |
1870 | 2024-12-18T19:07:08.757Z | Checking icu_collections v1.5.0 |
1871 | 2024-12-18T19:07:08.844Z | Checking salsa20 v0.10.2 |
1872 | 2024-12-18T19:07:08.899Z | Checking pbkdf2 v0.12.2 |
1873 | 2024-12-18T19:07:09.052Z | Checking aws-lc-sys v0.22.0 |
1874 | 2024-12-18T19:07:09.052Z | Checking httparse v1.9.5 |
1875 | 2024-12-18T19:07:09.223Z | Checking icu_properties_data v1.5.0 |
1876 | 2024-12-18T19:07:09.327Z | Checking untrusted v0.9.0 |
1877 | 2024-12-18T19:07:09.419Z | Checking powerfmt v0.2.0 |
1878 | 2024-12-18T19:07:09.475Z | Checking mirai-annotations v1.12.0 |
1879 | 2024-12-18T19:07:09.478Z | Checking untrusted v0.7.1 |
1880 | 2024-12-18T19:07:09.505Z | Checking icu_properties v1.5.1 |
1881 | 2024-12-18T19:07:09.519Z | Checking ring v0.17.8 |
1882 | 2024-12-18T19:07:09.644Z | Checking scrypt v0.11.0 |
1883 | 2024-12-18T19:07:09.660Z | Checking aes v0.8.4 |
1884 | 2024-12-18T19:07:09.674Z | Checking deranged v0.3.11 |
1885 | 2024-12-18T19:07:09.804Z | Checking cbc v0.1.2 |
1886 | 2024-12-18T19:07:09.849Z | Checking crossbeam-utils v0.8.20 |
1887 | 2024-12-18T19:07:10.006Z | Checking num_threads v0.1.7 |
1888 | 2024-12-18T19:07:10.127Z | Checking time-core v0.1.2 |
1889 | 2024-12-18T19:07:10.283Z | Checking atomic-waker v1.1.2 |
1890 | 2024-12-18T19:07:10.413Z | Checking utf16_iter v1.0.5 |
1891 | 2024-12-18T19:07:10.537Z | Checking utf8_iter v1.0.4 |
1892 | 2024-12-18T19:07:10.553Z | Checking num-conv v0.1.0 |
1893 | 2024-12-18T19:07:10.566Z | Checking icu_normalizer_data v1.5.0 |
1894 | 2024-12-18T19:07:10.660Z | Checking write16 v1.0.0 |
1895 | 2024-12-18T19:07:10.734Z | Checking pkcs5 v0.7.1 |
1896 | 2024-12-18T19:07:10.783Z | Checking http-body v1.0.1 |
1897 | 2024-12-18T19:07:10.798Z | Checking form_urlencoded v1.2.1 |
1898 | 2024-12-18T19:07:10.976Z | Checking try-lock v0.2.5 |
1899 | 2024-12-18T19:07:10.993Z | Checking httpdate v1.0.3 |
1900 | 2024-12-18T19:07:11.110Z | Checking want v0.3.1 |
1901 | 2024-12-18T19:07:11.232Z | Checking unicode-ident v1.0.13 |
1902 | 2024-12-18T19:07:11.247Z | Checking pkcs8 v0.10.2 |
1903 | 2024-12-18T19:07:11.290Z | Checking toml_datetime v0.6.8 |
1904 | 2024-12-18T19:07:11.327Z | Checking serde_spanned v0.6.8 |
1905 | 2024-12-18T19:07:11.386Z | Checking proc-macro2 v1.0.89 |
1906 | 2024-12-18T19:07:11.407Z | Checking time v0.3.36 |
1907 | 2024-12-18T19:07:11.507Z | Checking uuid v1.11.0 |
1908 | 2024-12-18T19:07:11.538Z | Checking slog v2.7.0 |
1909 | 2024-12-18T19:07:11.554Z | Checking scroll v0.12.0 |
1910 | 2024-12-18T19:07:11.590Z | Checking aws-lc-rs v1.10.0 |
1911 | 2024-12-18T19:07:11.999Z | Checking ucd-trie v0.1.7 |
1912 | 2024-12-18T19:07:12.015Z | Checking base64 v0.22.1 |
1913 | 2024-12-18T19:07:12.055Z | Checking foreign-types-shared v0.1.1 |
1914 | 2024-12-18T19:07:12.098Z | Checking iana-time-zone v0.1.61 |
1915 | 2024-12-18T19:07:12.160Z | Checking plain v0.2.3 |
1916 | 2024-12-18T19:07:12.198Z | Checking tower-service v0.3.3 |
1917 | 2024-12-18T19:07:12.248Z | Checking adler2 v2.0.0 |
1918 | 2024-12-18T19:07:12.309Z | Checking match_cfg v0.1.0 |
1919 | 2024-12-18T19:07:12.323Z | Checking goblin v0.8.2 |
1920 | 2024-12-18T19:07:12.393Z | Checking hostname v0.3.1 |
1921 | 2024-12-18T19:07:12.409Z | Checking miniz_oxide v0.8.0 |
1922 | 2024-12-18T19:07:12.483Z | Checking chrono v0.4.38 |
1923 | 2024-12-18T19:07:12.514Z | Checking pest v2.7.14 |
1924 | 2024-12-18T19:07:12.804Z | Checking icu_normalizer v1.5.0 |
1925 | 2024-12-18T19:07:13.106Z | Checking foreign-types v0.3.2 |
1926 | 2024-12-18T19:07:13.197Z | Checking quote v1.0.37 |
1927 | 2024-12-18T19:07:13.421Z | Checking rustls-webpki v0.102.8 |
1928 | 2024-12-18T19:07:13.512Z | Checking openssl-sys v0.9.103 |
1929 | 2024-12-18T19:07:13.572Z | Checking idna_adapter v1.2.0 |
1930 | 2024-12-18T19:07:13.763Z | Checking idna v1.0.3 |
1931 | 2024-12-18T19:07:13.833Z | Checking dirs-sys-next v0.1.2 |
1932 | 2024-12-18T19:07:14.035Z | Checking errno v0.3.9 |
1933 | 2024-12-18T19:07:14.202Z | Checking aho-corasick v1.1.3 |
1934 | 2024-12-18T19:07:14.219Z | Checking regex-syntax v0.8.5 |
1935 | 2024-12-18T19:07:14.231Z | Checking url v2.5.3 |
1936 | 2024-12-18T19:07:14.529Z | Checking siphasher v0.3.11 |
1937 | 2024-12-18T19:07:14.820Z | Checking pretty-hex v0.4.1 |
1938 | 2024-12-18T19:07:14.835Z | Checking data-encoding v2.6.0 |
1939 | 2024-12-18T19:07:14.987Z | Checking openssl v0.10.66 |
1940 | 2024-12-18T19:07:15.053Z | Checking rustix v0.38.37 |
1941 | 2024-12-18T19:07:15.105Z | Checking dtrace-parser v0.2.0 |
1942 | 2024-12-18T19:07:15.218Z | Checking tokio-util v0.7.12 |
1943 | 2024-12-18T19:07:15.492Z | Checking dirs-next v2.0.0 |
1944 | 2024-12-18T19:07:15.564Z | Checking syn v2.0.87 |
1945 | 2024-12-18T19:07:15.619Z | Checking http-body-util v0.1.2 |
1946 | 2024-12-18T19:07:15.847Z | Checking crossbeam-epoch v0.9.18 |
1947 | 2024-12-18T19:07:16.087Z | Checking signature v2.2.0 |
1948 | 2024-12-18T19:07:16.100Z | Checking h2 v0.4.6 |
1949 | 2024-12-18T19:07:16.281Z | Checking sha1 v0.10.6 |
1950 | 2024-12-18T19:07:16.283Z | Checking lazy_static v1.5.0 |
1951 | 2024-12-18T19:07:16.414Z | Checking thread_local v1.1.8 |
1952 | 2024-12-18T19:07:16.539Z | Checking thread-id v4.2.2 |
1953 | 2024-12-18T19:07:16.650Z | Checking encoding_rs v0.8.34 |
1954 | 2024-12-18T19:07:16.690Z | Checking mime v0.3.17 |
1955 | 2024-12-18T19:07:17.021Z | Checking openssl-probe v0.1.5 |
1956 | 2024-12-18T19:07:17.189Z | Checking gimli v0.31.1 |
1957 | 2024-12-18T19:07:17.375Z | Checking dof v0.3.0 |
1958 | 2024-12-18T19:07:17.479Z | Checking regex-automata v0.4.8 |
1959 | 2024-12-18T19:07:18.024Z | Checking unicode-properties v0.1.3 |
1960 | 2024-12-18T19:07:18.365Z | Checking anstyle v1.0.10 |
1961 | 2024-12-18T19:07:18.449Z | Checking utf8parse v0.2.2 |
1962 | 2024-12-18T19:07:18.593Z | Checking ipnet v2.10.1 |
1963 | 2024-12-18T19:07:18.697Z | Checking winnow v0.6.20 |
1964 | 2024-12-18T19:07:18.949Z | Checking anstyle-parse v0.2.5 |
1965 | 2024-12-18T19:07:19.047Z | Checking stringprep v0.1.5 |
1966 | 2024-12-18T19:07:19.216Z | Checking crossbeam-deque v0.8.5 |
1967 | 2024-12-18T19:07:19.341Z | Checking term v0.7.0 |
1968 | 2024-12-18T19:07:19.529Z | Checking rustls v0.22.4 |
1969 | 2024-12-18T19:07:19.788Z | Checking rustls v0.23.19 |
1970 | 2024-12-18T19:07:20.508Z | Checking native-tls v0.2.12 |
1971 | 2024-12-18T19:07:20.821Z | Checking slog-json v2.6.1 |
1972 | 2024-12-18T19:07:21.057Z | Checking serde_urlencoded v0.7.1 |
1973 | 2024-12-18T19:07:21.261Z | Checking addr2line v0.24.2 |
1974 | 2024-12-18T19:07:21.480Z | Checking crossbeam-channel v0.5.13 |
1975 | 2024-12-18T19:07:21.760Z | Checking toml_edit v0.22.22 |
1976 | 2024-12-18T19:07:21.787Z | Checking futures-executor v0.3.31 |
1977 | 2024-12-18T19:07:21.891Z | Checking usdt-impl v0.5.0 |
1978 | 2024-12-18T19:07:22.012Z | Checking rustls-pemfile v2.2.0 |
1979 | 2024-12-18T19:07:22.085Z | Checking hyper v1.5.0 |
1980 | 2024-12-18T19:07:22.140Z | Checking num-integer v0.1.46 |
1981 | 2024-12-18T19:07:22.177Z | Checking idna v0.3.0 |
1982 | 2024-12-18T19:07:22.218Z | Checking idna v0.4.0 |
1983 | 2024-12-18T19:07:22.418Z | Checking md-5 v0.10.6 |
1984 | 2024-12-18T19:07:22.621Z | Checking ff v0.13.0 |
1985 | 2024-12-18T19:07:22.646Z | Checking is-terminal v0.4.13 |
1986 | 2024-12-18T19:07:22.767Z | Checking memmap v0.7.0 |
1987 | 2024-12-18T19:07:22.828Z | Checking hash32 v0.2.1 |
1988 | 2024-12-18T19:07:22.962Z | Checking object v0.36.5 |
1989 | 2024-12-18T19:07:22.983Z | Checking colorchoice v1.0.2 |
1990 | 2024-12-18T19:07:23.037Z | Checking quick-error v1.2.3 |
1991 | 2024-12-18T19:07:23.104Z | Checking psl-types v2.0.11 |
1992 | 2024-12-18T19:07:23.129Z | Checking is_terminal_polyfill v1.70.1 |
1993 | 2024-12-18T19:07:23.166Z | Checking linked-hash-map v0.5.6 |
1994 | 2024-12-18T19:07:23.181Z | Checking take_mut v0.2.2 |
1995 | 2024-12-18T19:07:23.239Z | Checking either v1.13.0 |
1996 | 2024-12-18T19:07:23.276Z | Checking anstyle-query v1.1.1 |
1997 | 2024-12-18T19:07:23.317Z | Checking dyn-clone v1.0.17 |
1998 | 2024-12-18T19:07:23.399Z | Checking rustc-demangle v0.1.24 |
1999 | 2024-12-18T19:07:23.459Z | Checking utf-8 v0.7.6 |
2000 | 2024-12-18T19:07:23.475Z | Checking fallible-iterator v0.2.0 |
2001 | 2024-12-18T19:07:23.601Z | Checking base16ct v0.2.0 |
2002 | 2024-12-18T19:07:23.654Z | Checking tungstenite v0.24.0 |
2003 | 2024-12-18T19:07:23.787Z | Checking sec1 v0.7.3 |
2004 | 2024-12-18T19:07:23.832Z | Checking lru-cache v0.1.2 |
2005 | 2024-12-18T19:07:24.013Z | Checking schemars v0.8.21 |
2006 | 2024-12-18T19:07:24.082Z | Checking postgres-protocol v0.6.7 |
2007 | 2024-12-18T19:07:24.143Z | Checking hyper-util v0.1.10 |
2008 | 2024-12-18T19:07:24.162Z | Checking anstream v0.6.15 |
2009 | 2024-12-18T19:07:24.334Z | Checking toml v0.8.19 |
2010 | 2024-12-18T19:07:24.533Z | Checking slog-async v2.8.0 |
2011 | 2024-12-18T19:07:24.581Z | Checking publicsuffix v2.2.3 |
2012 | 2024-12-18T19:07:24.758Z | Checking resolv-conf v0.7.0 |
2013 | 2024-12-18T19:07:24.813Z | Checking tokio-rustls v0.25.0 |
2014 | 2024-12-18T19:07:24.828Z | Checking heapless v0.7.17 |
2015 | 2024-12-18T19:07:25.079Z | Checking hickory-proto v0.24.1 |
2016 | 2024-12-18T19:07:25.092Z | Checking usdt v0.5.0 |
2017 | 2024-12-18T19:07:25.176Z | Checking group v0.13.0 |
2018 | 2024-12-18T19:07:25.327Z | Checking slog-term v2.9.1 |
2019 | 2024-12-18T19:07:25.329Z | Checking tokio-rustls v0.26.0 |
2020 | 2024-12-18T19:07:25.414Z | Checking num-iter v0.1.45 |
2021 | 2024-12-18T19:07:25.577Z | Checking futures v0.3.31 |
2022 | 2024-12-18T19:07:25.669Z | Checking slog-bunyan v2.5.0 |
2023 | 2024-12-18T19:07:25.686Z | Checking tokio-native-tls v0.3.1 |
2024 | 2024-12-18T19:07:25.720Z | Checking rayon-core v1.12.1 |
2025 | 2024-12-18T19:07:25.825Z | Checking multer v3.1.0 |
2026 | 2024-12-18T19:07:25.825Z | Checking terminal_size v0.4.0 |
2027 | 2024-12-18T19:07:25.840Z | Checking phf_shared v0.11.2 |
2028 | 2024-12-18T19:07:25.939Z | Checking cookie v0.18.1 |
2029 | 2024-12-18T19:07:25.995Z | Checking async-stream v0.3.6 |
2030 | 2024-12-18T19:07:26.121Z | Checking bzip2-sys v0.1.11+1.0.8 |
2031 | 2024-12-18T19:07:26.140Z | Checking signal-hook v0.3.17 |
2032 | 2024-12-18T19:07:26.187Z | Checking camino v1.1.9 |
2033 | 2024-12-18T19:07:26.203Z | Checking waitgroup v0.1.2 |
2034 | 2024-12-18T19:07:26.250Z | Checking openapiv3 v2.0.0 |
2035 | 2024-12-18T19:07:26.336Z | Checking webpki-roots v0.26.6 |
2036 | 2024-12-18T19:07:26.368Z | Checking serde_path_to_error v0.1.16 |
2037 | 2024-12-18T19:07:26.383Z | Checking idna v0.5.0 |
2038 | 2024-12-18T19:07:26.469Z | Checking hkdf v0.12.4 |
2039 | 2024-12-18T19:07:26.542Z | Checking crypto-bigint v0.5.5 |
2040 | 2024-12-18T19:07:26.668Z | Checking hostname v0.4.0 |
2041 | 2024-12-18T19:07:26.741Z | Checking crc32fast v1.4.2 |
2042 | 2024-12-18T19:07:26.804Z | Checking managed v0.8.0 |
2043 | 2024-12-18T19:07:26.933Z | Checking strsim v0.11.1 |
2044 | 2024-12-18T19:07:26.967Z | Checking debug-ignore v1.0.5 |
2045 | 2024-12-18T19:07:27.103Z | Checking bitflags v1.3.2 |
2046 | 2024-12-18T19:07:27.172Z | Checking unicode-width v0.1.14 |
2047 | 2024-12-18T19:07:27.202Z | Checking winnow v0.5.40 |
2048 | 2024-12-18T19:07:27.218Z | Checking clap_lex v0.7.2 |
2049 | 2024-12-18T19:07:27.232Z | Checking cookie_store v0.21.0 |
2050 | 2024-12-18T19:07:27.469Z | Checking clap_builder v4.5.21 |
2051 | 2024-12-18T19:07:27.667Z | Checking console v0.15.8 |
2052 | 2024-12-18T19:07:27.929Z | Checking smoltcp v0.9.1 |
2053 | 2024-12-18T19:07:28.249Z | Checking flate2 v1.0.34 |
2054 | 2024-12-18T19:07:28.927Z | Checking hyper-rustls v0.27.3 |
2055 | 2024-12-18T19:07:29.266Z | Checking signal-hook-mio v0.2.4 |
2056 | 2024-12-18T19:07:29.317Z | Checking backtrace v0.3.74 |
2057 | 2024-12-18T19:07:29.377Z | Checking elliptic-curve v0.13.8 |
2058 | 2024-12-18T19:07:29.407Z | Checking rayon v1.10.0 |
2059 | 2024-12-18T19:07:29.433Z | Checking bzip2 v0.4.4 |
2060 | 2024-12-18T19:07:29.689Z | Checking dropshot v0.12.0 |
2061 | 2024-12-18T19:07:29.709Z | Checking hyper-tls v0.6.0 |
2062 | 2024-12-18T19:07:29.747Z | Checking hickory-resolver v0.24.1 |
2063 | 2024-12-18T19:07:29.871Z | Checking anyhow v1.0.93 |
2064 | 2024-12-18T19:07:29.990Z | Checking phf v0.11.2 |
2065 | 2024-12-18T19:07:30.005Z | Checking num-bigint-dig v0.8.4 |
2066 | 2024-12-18T19:07:30.206Z | Checking toml_edit v0.19.15 |
2067 | 2024-12-18T19:07:30.243Z | Checking postgres-types v0.2.8 |
2068 | 2024-12-18T19:07:30.245Z | Checking tokio-tungstenite v0.24.0 |
2069 | 2024-12-18T19:07:30.504Z | Checking regex v1.11.1 |
2070 | 2024-12-18T19:07:30.719Z | Checking bstr v1.10.0 |
2071 | 2024-12-18T19:07:30.957Z | Checking ed25519 v2.2.3 |
2072 | 2024-12-18T19:07:31.143Z | Checking tokio-stream v0.1.16 |
2073 | 2024-12-18T19:07:31.252Z | Checking phf_shared v0.10.0 |
2074 | 2024-12-18T19:07:31.352Z | Checking zerocopy v0.6.6 |
2075 | 2024-12-18T19:07:31.536Z | Checking curve25519-dalek v4.1.3 |
2076 | 2024-12-18T19:07:31.650Z | Checking pkcs1 v0.7.5 |
2077 | 2024-12-18T19:07:32.016Z | Checking hubpack v0.1.2 |
2078 | 2024-12-18T19:07:32.055Z | Checking portable-atomic v1.9.0 |
2079 | 2024-12-18T19:07:32.082Z | Checking float-cmp v0.9.0 |
2080 | 2024-12-18T19:07:32.124Z | Checking serde-big-array v0.5.1 |
2081 | 2024-12-18T19:07:32.265Z | Checking rfc6979 v0.4.0 |
2082 | 2024-12-18T19:07:32.342Z | Checking sync_wrapper v1.0.1 |
2083 | 2024-12-18T19:07:32.356Z | Checking unicode-segmentation v1.12.0 |
2084 | 2024-12-18T19:07:32.440Z | Checking precomputed-hash v0.1.1 |
2085 | 2024-12-18T19:07:32.492Z | Checking whoami v1.5.2 |
2086 | 2024-12-18T19:07:32.551Z | Checking predicates-core v1.0.8 |
2087 | 2024-12-18T19:07:32.600Z | Checking bit-vec v0.6.3 |
2088 | 2024-12-18T19:07:32.731Z | Checking number_prefix v0.4.0 |
2089 | 2024-12-18T19:07:32.788Z | Checking minimal-lexical v0.2.1 |
2090 | 2024-12-18T19:07:32.916Z | Checking difflib v0.4.0 |
2091 | 2024-12-18T19:07:32.938Z | Checking fixedbitset v0.4.2 |
2092 | 2024-12-18T19:07:33.066Z | Checking new_debug_unreachable v1.0.6 |
2093 | 2024-12-18T19:07:33.094Z | Checking static_assertions v1.1.0 |
2094 | 2024-12-18T19:07:33.097Z | Checking unicode-width v0.2.0 |
2095 | 2024-12-18T19:07:33.178Z | Checking normalize-line-endings v0.3.0 |
2096 | 2024-12-18T19:07:33.194Z | Checking petgraph v0.6.5 |
2097 | 2024-12-18T19:07:33.210Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2098 | 2024-12-18T19:07:33.225Z | Checking nom v7.1.3 |
2099 | 2024-12-18T19:07:33.241Z | Checking string_cache v0.8.7 |
2100 | 2024-12-18T19:07:33.287Z | Checking predicates v3.1.2 |
2101 | 2024-12-18T19:07:33.289Z | Checking qorb v0.2.1 |
2102 | 2024-12-18T19:07:33.388Z | Checking ed25519-dalek v2.1.1 |
2103 | 2024-12-18T19:07:33.490Z | Checking similar v2.6.0 |
2104 | 2024-12-18T19:07:33.533Z | Checking indicatif v0.17.9 |
2105 | 2024-12-18T19:07:33.791Z | Checking bit-set v0.5.3 |
2106 | 2024-12-18T19:07:33.969Z | Checking tokio-postgres v0.7.12 |
2107 | 2024-12-18T19:07:34.060Z | Checking toml v0.7.8 |
2108 | 2024-12-18T19:07:34.304Z | Checking reqwest v0.12.9 |
2109 | 2024-12-18T19:07:34.340Z | Checking ecdsa v0.16.9 |
2110 | 2024-12-18T19:07:34.813Z | Checking rsa v0.9.6 |
2111 | 2024-12-18T19:07:35.063Z | Checking clap v4.5.21 |
2112 | 2024-12-18T19:07:35.191Z | Checking zip v0.6.6 |
2113 | 2024-12-18T19:07:35.836Z | Checking crossterm v0.28.1 |
2114 | 2024-12-18T19:07:35.873Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2115 | 2024-12-18T19:07:35.890Z | Checking itertools v0.10.5 |
2116 | 2024-12-18T19:07:35.909Z | Checking fs-err v2.11.0 |
2117 | 2024-12-18T19:07:35.988Z | Checking ahash v0.8.11 |
2118 | 2024-12-18T19:07:36.188Z | Checking x509-cert v0.2.5 |
2119 | 2024-12-18T19:07:36.434Z | Checking semver v1.0.23 |
2120 | 2024-12-18T19:07:36.479Z | Checking hex v0.4.3 |
2121 | 2024-12-18T19:07:36.532Z | Checking heck v0.4.1 |
2122 | 2024-12-18T19:07:36.741Z | Checking lalrpop-util v0.19.12 |
2123 | 2024-12-18T19:07:36.854Z | Checking peg-runtime v0.8.3 |
2124 | 2024-12-18T19:07:37.001Z | Checking sigpipe v0.1.3 |
2125 | 2024-12-18T19:07:38.051Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2126 | 2024-12-18T19:07:38.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.87s |
2127 | 2024-12-18T19:07:38.511Z | |
2128 | 2024-12-18T19:07:38.511Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174) |
2129 | 2024-12-18T19:07:39.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2130 | 2024-12-18T19:07:39.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2131 | 2024-12-18T19:07:39.156Z | Compiling hashbrown v0.14.5 |
2132 | 2024-12-18T19:07:39.274Z | Checking heck v0.5.0 |
2133 | 2024-12-18T19:07:39.285Z | Compiling unsafe-libyaml v0.2.11 |
2134 | 2024-12-18T19:07:39.300Z | Compiling ident_case v1.0.1 |
2135 | 2024-12-18T19:07:39.302Z | Checking progenitor-client v0.8.0 |
2136 | 2024-12-18T19:07:39.328Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2137 | 2024-12-18T19:07:39.343Z | Compiling proc-macro-crate v1.3.1 |
2138 | 2024-12-18T19:07:39.434Z | Compiling darling_core v0.20.10 |
2139 | 2024-12-18T19:07:39.469Z | Checking ipnetwork v0.20.0 |
2140 | 2024-12-18T19:07:39.662Z | Compiling structmeta-derive v0.3.0 |
2141 | 2024-12-18T19:07:39.680Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2142 | 2024-12-18T19:07:39.841Z | Compiling newtype-uuid v1.1.3 |
2143 | 2024-12-18T19:07:39.993Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2144 | 2024-12-18T19:07:40.154Z | Compiling lzma-sys v0.1.20 |
2145 | 2024-12-18T19:07:40.334Z | Compiling foreign-types-macros v0.2.3 |
2146 | 2024-12-18T19:07:40.393Z | Compiling num_enum_derive v0.5.11 |
2147 | 2024-12-18T19:07:40.425Z | Checking regress v0.10.1 |
2148 | 2024-12-18T19:07:40.899Z | Compiling serde_yaml v0.9.34+deprecated |
2149 | 2024-12-18T19:07:41.156Z | Compiling dropshot v0.13.0 |
2150 | 2024-12-18T19:07:41.440Z | Checking foreign-types-shared v0.3.1 |
2151 | 2024-12-18T19:07:41.553Z | Checking arc-swap v1.7.1 |
2152 | 2024-12-18T19:07:41.590Z | Checking foreign-types v0.5.0 |
2153 | 2024-12-18T19:07:41.809Z | Compiling proc-macro-error v1.0.4 |
2154 | 2024-12-18T19:07:41.975Z | Checking slog-scope v4.4.0 |
2155 | 2024-12-18T19:07:42.566Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2156 | 2024-12-18T19:07:42.588Z | Compiling structmeta v0.3.0 |
2157 | 2024-12-18T19:07:42.654Z | Checking tungstenite v0.21.0 |
2158 | 2024-12-18T19:07:42.676Z | Compiling heck v0.3.3 |
2159 | 2024-12-18T19:07:42.949Z | Checking num_enum v0.5.11 |
2160 | 2024-12-18T19:07:43.014Z | Compiling parse-display-derive v0.10.0 |
2161 | 2024-12-18T19:07:43.089Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2162 | 2024-12-18T19:07:43.108Z | Compiling dropshot_endpoint v0.13.0 |
2163 | 2024-12-18T19:07:43.593Z | Checking cstr-argument v0.1.2 |
2164 | 2024-12-18T19:07:43.772Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2165 | 2024-12-18T19:07:43.924Z | Checking instant v0.1.13 |
2166 | 2024-12-18T19:07:43.946Z | Checking typify-impl v0.2.0 |
2167 | 2024-12-18T19:07:44.040Z | Checking pretty-hex v0.2.1 |
2168 | 2024-12-18T19:07:44.574Z | Checking base64 v0.21.7 |
2169 | 2024-12-18T19:07:45.072Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2170 | 2024-12-18T19:07:45.090Z | Checking fastrand v2.1.1 |
2171 | 2024-12-18T19:07:45.371Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2172 | 2024-12-18T19:07:45.411Z | Checking tempfile v3.13.0 |
2173 | 2024-12-18T19:07:45.516Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2174 | 2024-12-18T19:07:45.613Z | Checking backoff v0.4.0 |
2175 | 2024-12-18T19:07:45.769Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2176 | 2024-12-18T19:07:45.798Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2177 | 2024-12-18T19:07:45.923Z | Checking tokio-tungstenite v0.21.0 |
2178 | 2024-12-18T19:07:45.926Z | Checking strum v0.26.3 |
2179 | 2024-12-18T19:07:46.077Z | Compiling zone_cfg_derive v0.1.2 |
2180 | 2024-12-18T19:07:46.097Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2181 | 2024-12-18T19:07:46.425Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2182 | 2024-12-18T19:07:46.425Z | Compiling darling_macro v0.20.10 |
2183 | 2024-12-18T19:07:46.456Z | Checking slog-stdlog v4.1.1 |
2184 | 2024-12-18T19:07:46.664Z | Checking regress v0.9.1 |
2185 | 2024-12-18T19:07:46.784Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2186 | 2024-12-18T19:07:46.829Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2187 | 2024-12-18T19:07:46.928Z | Checking colored v2.1.0 |
2188 | 2024-12-18T19:07:47.101Z | Checking macaddr v1.0.1 |
2189 | 2024-12-18T19:07:47.213Z | Checking base64 v0.13.1 |
2190 | 2024-12-18T19:07:47.380Z | Compiling darling v0.20.10 |
2191 | 2024-12-18T19:07:47.507Z | Compiling serde_with_macros v3.11.0 |
2192 | 2024-12-18T19:07:47.571Z | Checking zone v0.1.8 |
2193 | 2024-12-18T19:07:47.585Z | Checking ron v0.7.1 |
2194 | 2024-12-18T19:07:47.667Z | Checking parse-display v0.10.0 |
2195 | 2024-12-18T19:07:47.911Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2196 | 2024-12-18T19:07:48.271Z | Checking xz2 v0.1.7 |
2197 | 2024-12-18T19:07:48.407Z | Checking slog-envlogger v2.2.0 |
2198 | 2024-12-18T19:07:48.574Z | Checking tabwriter v1.4.0 |
2199 | 2024-12-18T19:07:48.616Z | Checking xattr v1.3.1 |
2200 | 2024-12-18T19:07:48.741Z | Checking pem v3.0.4 |
2201 | 2024-12-18T19:07:48.800Z | Checking yasna v0.5.2 |
2202 | 2024-12-18T19:07:48.803Z | Checking headers-core v0.3.0 |
2203 | 2024-12-18T19:07:48.956Z | Checking smf v0.2.3 |
2204 | 2024-12-18T19:07:48.995Z | Checking filetime v0.2.25 |
2205 | 2024-12-18T19:07:49.208Z | Checking same-file v1.0.6 |
2206 | 2024-12-18T19:07:49.344Z | Checking tar v0.4.42 |
2207 | 2024-12-18T19:07:49.426Z | Checking walkdir v2.5.0 |
2208 | 2024-12-18T19:07:49.467Z | Checking headers v0.4.0 |
2209 | 2024-12-18T19:07:49.704Z | Checking atomicwrites v0.4.4 |
2210 | 2024-12-18T19:07:49.721Z | Checking rcgen v0.12.1 |
2211 | 2024-12-18T19:07:49.905Z | Checking camino-tempfile v1.1.1 |
2212 | 2024-12-18T19:07:50.117Z | Checking subprocess v0.2.9 |
2213 | 2024-12-18T19:07:50.426Z | Checking serde_with v3.11.0 |
2214 | 2024-12-18T19:07:54.188Z | Compiling typify-macro v0.2.0 |
2215 | 2024-12-18T19:07:56.034Z | Compiling typify v0.2.0 |
2216 | 2024-12-18T19:07:56.104Z | Compiling progenitor-impl v0.8.0 |
2217 | 2024-12-18T19:07:59.228Z | Compiling progenitor-macro v0.8.0 |
2218 | 2024-12-18T19:08:03.922Z | Checking progenitor v0.8.0 |
2219 | 2024-12-18T19:08:04.073Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2220 | 2024-12-18T19:08:04.077Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2221 | 2024-12-18T19:08:06.729Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2222 | 2024-12-18T19:08:07.070Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2223 | 2024-12-18T19:08:13.273Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2224 | 2024-12-18T19:08:14.835Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2225 | 2024-12-18T19:08:16.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.55s |
2226 | 2024-12-18T19:08:16.239Z | |
2227 | 2024-12-18T19:08:16.239Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174) |
2228 | 2024-12-18T19:08:16.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2229 | 2024-12-18T19:08:16.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2230 | 2024-12-18T19:08:16.881Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2231 | 2024-12-18T19:08:18.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2232 | 2024-12-18T19:08:18.445Z | |
2233 | 2024-12-18T19:08:18.445Z | info: running `cargo check --bins` on nexus-config (31/174) |
2234 | 2024-12-18T19:08:18.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2235 | 2024-12-18T19:08:18.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2236 | 2024-12-18T19:08:18.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2237 | 2024-12-18T19:08:18.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2238 | 2024-12-18T19:08:19.052Z | |
2239 | 2024-12-18T19:08:19.052Z | info: running `cargo check --bins` on omicron-rpaths (32/174) |
2240 | 2024-12-18T19:08:19.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2241 | 2024-12-18T19:08:19.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2242 | 2024-12-18T19:08:19.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2243 | 2024-12-18T19:08:19.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2244 | 2024-12-18T19:08:19.652Z | |
2245 | 2024-12-18T19:08:19.652Z | info: running `cargo check --bins` on omicron-certificates (33/174) |
2246 | 2024-12-18T19:08:20.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2247 | 2024-12-18T19:08:20.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2248 | 2024-12-18T19:08:20.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2249 | 2024-12-18T19:08:20.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2250 | 2024-12-18T19:08:20.262Z | |
2251 | 2024-12-18T19:08:20.262Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/174) |
2252 | 2024-12-18T19:08:20.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2253 | 2024-12-18T19:08:20.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2254 | 2024-12-18T19:08:20.931Z | Compiling zerocopy v0.8.10 |
2255 | 2024-12-18T19:08:20.931Z | Compiling progenitor-client v0.8.0 |
2256 | 2024-12-18T19:08:20.931Z | Compiling itertools v0.13.0 |
2257 | 2024-12-18T19:08:20.934Z | Compiling zerocopy-derive v0.8.10 |
2258 | 2024-12-18T19:08:20.934Z | Compiling heapless v0.8.0 |
2259 | 2024-12-18T19:08:20.934Z | Compiling newtype-uuid v1.1.3 |
2260 | 2024-12-18T19:08:20.934Z | Compiling ipnetwork v0.20.0 |
2261 | 2024-12-18T19:08:20.934Z | Checking hash32 v0.3.1 |
2262 | 2024-12-18T19:08:21.258Z | Compiling instant v0.1.13 |
2263 | 2024-12-18T19:08:21.353Z | Compiling smoltcp v0.11.0 |
2264 | 2024-12-18T19:08:21.393Z | Compiling backoff v0.4.0 |
2265 | 2024-12-18T19:08:21.543Z | Compiling progenitor v0.8.0 |
2266 | 2024-12-18T19:08:21.736Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2267 | 2024-12-18T19:08:21.799Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2268 | 2024-12-18T19:08:21.919Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2269 | 2024-12-18T19:08:21.997Z | Compiling dropshot v0.13.0 |
2270 | 2024-12-18T19:08:22.046Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2271 | 2024-12-18T19:08:22.227Z | Compiling serde_with v3.11.0 |
2272 | 2024-12-18T19:08:22.272Z | Compiling parse-display v0.10.0 |
2273 | 2024-12-18T19:08:22.521Z | Checking num-rational v0.4.2 |
2274 | 2024-12-18T19:08:22.787Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2275 | 2024-12-18T19:08:22.944Z | Compiling regress v0.9.1 |
2276 | 2024-12-18T19:08:23.211Z | Compiling phf_generator v0.11.2 |
2277 | 2024-12-18T19:08:23.403Z | Checking num-complex v0.4.6 |
2278 | 2024-12-18T19:08:24.222Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2279 | 2024-12-18T19:08:24.727Z | Compiling macaddr v1.0.1 |
2280 | 2024-12-18T19:08:25.195Z | Checking cobs v0.2.3 |
2281 | 2024-12-18T19:08:25.386Z | Checking postcard v1.0.10 |
2282 | 2024-12-18T19:08:25.421Z | Compiling num v0.4.3 |
2283 | 2024-12-18T19:08:25.645Z | Compiling phf_codegen v0.11.2 |
2284 | 2024-12-18T19:08:25.946Z | Compiling parse-zoneinfo v0.3.1 |
2285 | 2024-12-18T19:08:26.297Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2286 | 2024-12-18T19:08:26.581Z | Compiling float-ord v0.3.2 |
2287 | 2024-12-18T19:08:26.750Z | Compiling convert_case v0.4.0 |
2288 | 2024-12-18T19:08:27.156Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2289 | 2024-12-18T19:08:27.315Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2290 | 2024-12-18T19:08:27.884Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2291 | 2024-12-18T19:08:27.942Z | Compiling derive_more v0.99.18 |
2292 | 2024-12-18T19:08:28.128Z | Compiling chrono-tz-build v0.4.0 |
2293 | 2024-12-18T19:08:28.891Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2294 | 2024-12-18T19:08:29.610Z | Compiling thiserror v2.0.3 |
2295 | 2024-12-18T19:08:29.834Z | Compiling crucible-workspace-hack v0.1.0 |
2296 | 2024-12-18T19:08:30.039Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2297 | 2024-12-18T19:08:30.123Z | Compiling chrono-tz v0.10.0 |
2298 | 2024-12-18T19:08:30.342Z | Checking newline-converter v0.3.0 |
2299 | 2024-12-18T19:08:30.596Z | Checking prettyplease v0.2.25 |
2300 | 2024-12-18T19:08:30.745Z | Compiling thiserror-impl v2.0.3 |
2301 | 2024-12-18T19:08:31.328Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2302 | 2024-12-18T19:08:31.539Z | Compiling slog-dtrace v0.3.0 |
2303 | 2024-12-18T19:08:31.609Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2304 | 2024-12-18T19:08:31.709Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2305 | 2024-12-18T19:08:32.069Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2306 | 2024-12-18T19:08:32.739Z | Checking expectorate v1.1.0 |
2307 | 2024-12-18T19:08:32.905Z | Compiling zone_cfg_derive v0.3.0 |
2308 | 2024-12-18T19:08:33.111Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2309 | 2024-12-18T19:08:33.135Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2310 | 2024-12-18T19:08:33.459Z | Compiling const_format_proc_macros v0.2.33 |
2311 | 2024-12-18T19:08:33.834Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2312 | 2024-12-18T19:08:34.293Z | Compiling num-derive v0.4.2 |
2313 | 2024-12-18T19:08:34.315Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2314 | 2024-12-18T19:08:34.455Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2315 | 2024-12-18T19:08:34.648Z | Checking highway v1.2.0 |
2316 | 2024-12-18T19:08:34.755Z | Checking zone v0.3.0 |
2317 | 2024-12-18T19:08:34.993Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2318 | 2024-12-18T19:08:35.071Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2319 | 2024-12-18T19:08:35.609Z | Checking const_format v0.2.33 |
2320 | 2024-12-18T19:08:35.774Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2321 | 2024-12-18T19:08:35.792Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2322 | 2024-12-18T19:08:35.946Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2323 | 2024-12-18T19:08:36.084Z | Checking gethostname v0.5.0 |
2324 | 2024-12-18T19:08:36.212Z | Checking bcs v0.1.6 |
2325 | 2024-12-18T19:08:36.551Z | Compiling async-recursion v1.1.1 |
2326 | 2024-12-18T19:08:36.612Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2327 | 2024-12-18T19:08:37.392Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2328 | 2024-12-18T19:08:38.147Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2329 | 2024-12-18T19:08:43.650Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2330 | 2024-12-18T19:08:46.945Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2331 | 2024-12-18T19:08:49.553Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2332 | 2024-12-18T19:08:50.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.51s |
2333 | 2024-12-18T19:08:50.951Z | |
2334 | 2024-12-18T19:08:50.951Z | info: running `cargo check --bins` on clickhouse-admin-api (35/174) |
2335 | 2024-12-18T19:08:51.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-12-18T19:08:51.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-12-18T19:08:51.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-12-18T19:08:51.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2339 | 2024-12-18T19:08:51.574Z | |
2340 | 2024-12-18T19:08:51.574Z | info: running `cargo check --bins` on clickhouse-admin-types (36/174) |
2341 | 2024-12-18T19:08:52.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-12-18T19:08:52.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-12-18T19:08:52.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2344 | 2024-12-18T19:08:52.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2345 | 2024-12-18T19:08:52.193Z | |
2346 | 2024-12-18T19:08:52.193Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/174) |
2347 | 2024-12-18T19:08:52.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-12-18T19:08:52.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-12-18T19:08:52.833Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2350 | 2024-12-18T19:08:53.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2351 | 2024-12-18T19:08:53.636Z | |
2352 | 2024-12-18T19:08:53.636Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174) |
2353 | 2024-12-18T19:08:54.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2354 | 2024-12-18T19:08:54.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2355 | 2024-12-18T19:08:54.287Z | Compiling cfg_aliases v0.1.1 |
2356 | 2024-12-18T19:08:54.289Z | Compiling vte_generate_state_changes v0.1.2 |
2357 | 2024-12-18T19:08:54.289Z | Checking fd-lock v4.0.2 |
2358 | 2024-12-18T19:08:54.397Z | Checking nibble_vec v0.1.0 |
2359 | 2024-12-18T19:08:54.403Z | Checking bytecount v0.6.8 |
2360 | 2024-12-18T19:08:54.406Z | Checking endian-type v0.1.2 |
2361 | 2024-12-18T19:08:54.419Z | Compiling tabled_derive v0.7.0 |
2362 | 2024-12-18T19:08:54.430Z | Checking itertools v0.12.1 |
2363 | 2024-12-18T19:08:54.464Z | Compiling nix v0.28.0 |
2364 | 2024-12-18T19:08:54.536Z | Checking papergrid v0.11.0 |
2365 | 2024-12-18T19:08:54.559Z | Compiling peg-macros v0.8.4 |
2366 | 2024-12-18T19:08:54.575Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2367 | 2024-12-18T19:08:54.611Z | Checking radix_trie v0.2.1 |
2368 | 2024-12-18T19:08:54.989Z | Checking vte v0.11.1 |
2369 | 2024-12-18T19:08:54.992Z | Compiling sqlparser_derive v0.2.2 |
2370 | 2024-12-18T19:08:55.672Z | Checking home v0.5.9 |
2371 | 2024-12-18T19:08:55.817Z | Checking unicode_categories v0.1.1 |
2372 | 2024-12-18T19:08:55.978Z | Checking nu-ansi-term v0.50.1 |
2373 | 2024-12-18T19:08:56.077Z | Checking sqlparser v0.45.0 |
2374 | 2024-12-18T19:08:56.111Z | Checking sqlformat v0.2.6 |
2375 | 2024-12-18T19:08:56.370Z | Checking strip-ansi-escapes v0.2.0 |
2376 | 2024-12-18T19:08:56.390Z | Checking display-error-chain v0.2.2 |
2377 | 2024-12-18T19:08:56.906Z | Checking tabled v0.15.0 |
2378 | 2024-12-18T19:08:56.963Z | Checking reedline v0.35.0 |
2379 | 2024-12-18T19:08:57.694Z | Checking peg v0.8.4 |
2380 | 2024-12-18T19:08:57.748Z | Checking rustyline v14.0.0 |
2381 | 2024-12-18T19:09:06.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.18s |
2382 | 2024-12-18T19:09:06.984Z | |
2383 | 2024-12-18T19:09:06.984Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174) |
2384 | 2024-12-18T19:09:07.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-12-18T19:09:07.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-12-18T19:09:07.647Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2387 | 2024-12-18T19:09:12.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
2388 | 2024-12-18T19:09:12.791Z | |
2389 | 2024-12-18T19:09:12.791Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174) |
2390 | 2024-12-18T19:09:13.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-12-18T19:09:13.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-12-18T19:09:13.443Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2393 | 2024-12-18T19:09:17.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
2394 | 2024-12-18T19:09:17.323Z | |
2395 | 2024-12-18T19:09:17.323Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174) |
2396 | 2024-12-18T19:09:17.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-12-18T19:09:17.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-12-18T19:09:17.970Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2399 | 2024-12-18T19:09:22.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s |
2400 | 2024-12-18T19:09:22.803Z | |
2401 | 2024-12-18T19:09:22.803Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174) |
2402 | 2024-12-18T19:09:23.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-12-18T19:09:23.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-12-18T19:09:23.460Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2405 | 2024-12-18T19:09:28.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
2406 | 2024-12-18T19:09:28.368Z | |
2407 | 2024-12-18T19:09:28.368Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174) |
2408 | 2024-12-18T19:09:28.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-12-18T19:09:28.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-12-18T19:09:29.027Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2411 | 2024-12-18T19:09:32.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
2412 | 2024-12-18T19:09:33.062Z | |
2413 | 2024-12-18T19:09:33.062Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174) |
2414 | 2024-12-18T19:09:33.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-12-18T19:09:33.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-12-18T19:09:33.713Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2417 | 2024-12-18T19:09:37.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2418 | 2024-12-18T19:09:37.840Z | |
2419 | 2024-12-18T19:09:37.840Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174) |
2420 | 2024-12-18T19:09:38.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-12-18T19:09:38.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-12-18T19:09:38.490Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2423 | 2024-12-18T19:09:43.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
2424 | 2024-12-18T19:09:43.594Z | |
2425 | 2024-12-18T19:09:43.594Z | info: running `cargo check --bins` on oximeter (46/174) |
2426 | 2024-12-18T19:09:44.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-12-18T19:09:44.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-12-18T19:09:44.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2024-12-18T19:09:44.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2430 | 2024-12-18T19:09:44.210Z | |
2431 | 2024-12-18T19:09:44.210Z | info: running `cargo check --bins` on oximeter-macro-impl (47/174) |
2432 | 2024-12-18T19:09:44.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-12-18T19:09:44.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-12-18T19:09:44.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2435 | 2024-12-18T19:09:44.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2436 | 2024-12-18T19:09:44.809Z | |
2437 | 2024-12-18T19:09:44.809Z | info: running `cargo check --bins` on oximeter-schema (48/174) |
2438 | 2024-12-18T19:09:45.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-12-18T19:09:45.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-12-18T19:09:45.431Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2441 | 2024-12-18T19:09:45.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
2442 | 2024-12-18T19:09:46.035Z | |
2443 | 2024-12-18T19:09:46.035Z | info: running `cargo check --bins` on oximeter-types (49/174) |
2444 | 2024-12-18T19:09:46.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-12-18T19:09:46.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-12-18T19:09:46.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-12-18T19:09:46.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2448 | 2024-12-18T19:09:46.646Z | |
2449 | 2024-12-18T19:09:46.646Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/174) |
2450 | 2024-12-18T19:09:47.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-12-18T19:09:47.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-12-18T19:09:47.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-12-18T19:09:47.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2454 | 2024-12-18T19:09:47.259Z | |
2455 | 2024-12-18T19:09:47.259Z | info: running `cargo check --bins` on oxql-types (51/174) |
2456 | 2024-12-18T19:09:47.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-12-18T19:09:47.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-12-18T19:09:47.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2024-12-18T19:09:47.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2460 | 2024-12-18T19:09:47.876Z | |
2461 | 2024-12-18T19:09:47.876Z | info: running `cargo check --bins` on oximeter-test-utils (52/174) |
2462 | 2024-12-18T19:09:48.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-12-18T19:09:48.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-12-18T19:09:48.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2024-12-18T19:09:48.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2466 | 2024-12-18T19:09:48.519Z | |
2467 | 2024-12-18T19:09:48.520Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/174) |
2468 | 2024-12-18T19:09:49.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2024-12-18T19:09:49.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2024-12-18T19:09:49.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2024-12-18T19:09:49.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2472 | 2024-12-18T19:09:49.146Z | |
2473 | 2024-12-18T19:09:49.146Z | info: running `cargo check --bins` on bootstrap-agent-client (54/174) |
2474 | 2024-12-18T19:09:49.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-12-18T19:09:49.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-12-18T19:09:49.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2024-12-18T19:09:49.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2478 | 2024-12-18T19:09:49.781Z | |
2479 | 2024-12-18T19:09:49.781Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174) |
2480 | 2024-12-18T19:09:50.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-12-18T19:09:50.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-12-18T19:09:50.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2024-12-18T19:09:50.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2484 | 2024-12-18T19:09:50.397Z | |
2485 | 2024-12-18T19:09:50.397Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/174) |
2486 | 2024-12-18T19:09:50.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-12-18T19:09:50.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-12-18T19:09:50.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2024-12-18T19:09:50.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2490 | 2024-12-18T19:09:51.010Z | |
2491 | 2024-12-18T19:09:51.010Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/174) |
2492 | 2024-12-18T19:09:51.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-12-18T19:09:51.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-12-18T19:09:51.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2024-12-18T19:09:51.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2496 | 2024-12-18T19:09:51.638Z | |
2497 | 2024-12-18T19:09:51.638Z | info: running `cargo check --bins` on cockroach-admin-client (58/174) |
2498 | 2024-12-18T19:09:52.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2024-12-18T19:09:52.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2024-12-18T19:09:52.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2024-12-18T19:09:52.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2502 | 2024-12-18T19:09:52.242Z | |
2503 | 2024-12-18T19:09:52.242Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/174) |
2504 | 2024-12-18T19:09:52.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-12-18T19:09:52.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-12-18T19:09:52.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2024-12-18T19:09:52.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2508 | 2024-12-18T19:09:52.873Z | |
2509 | 2024-12-18T19:09:52.873Z | info: running `cargo check --bins` on dns-service-client (60/174) |
2510 | 2024-12-18T19:09:53.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-12-18T19:09:53.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-12-18T19:09:53.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2024-12-18T19:09:53.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2514 | 2024-12-18T19:09:53.489Z | |
2515 | 2024-12-18T19:09:53.489Z | info: running `cargo check --bins` on internal-dns-types (61/174) |
2516 | 2024-12-18T19:09:54.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-12-18T19:09:54.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-12-18T19:09:54.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2024-12-18T19:09:54.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2520 | 2024-12-18T19:09:54.105Z | |
2521 | 2024-12-18T19:09:54.105Z | info: running `cargo check --bins` on dpd-client (62/174) |
2522 | 2024-12-18T19:09:54.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-12-18T19:09:54.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-12-18T19:09:54.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2024-12-18T19:09:54.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2526 | 2024-12-18T19:09:54.712Z | |
2527 | 2024-12-18T19:09:54.712Z | info: running `cargo check --bins` on gateway-client (63/174) |
2528 | 2024-12-18T19:09:55.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-12-18T19:09:55.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-12-18T19:09:55.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2024-12-18T19:09:55.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2532 | 2024-12-18T19:09:55.318Z | |
2533 | 2024-12-18T19:09:55.318Z | info: running `cargo check --bins` on installinator-client (64/174) |
2534 | 2024-12-18T19:09:55.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-12-18T19:09:55.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-12-18T19:09:55.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-12-18T19:09:55.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2538 | 2024-12-18T19:09:55.950Z | |
2539 | 2024-12-18T19:09:55.950Z | info: running `cargo check --bins` on installinator-common (65/174) |
2540 | 2024-12-18T19:09:56.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-12-18T19:09:56.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-12-18T19:09:56.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2024-12-18T19:09:56.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2544 | 2024-12-18T19:09:56.591Z | |
2545 | 2024-12-18T19:09:56.591Z | info: running `cargo check --bins` on update-engine (66/174) |
2546 | 2024-12-18T19:09:57.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-12-18T19:09:57.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-12-18T19:09:57.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2024-12-18T19:09:57.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2550 | 2024-12-18T19:09:57.203Z | |
2551 | 2024-12-18T19:09:57.203Z | info: running `cargo check --bins` on nexus-client (67/174) |
2552 | 2024-12-18T19:09:57.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-12-18T19:09:57.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-12-18T19:09:57.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2024-12-18T19:09:57.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2556 | 2024-12-18T19:09:57.854Z | |
2557 | 2024-12-18T19:09:57.854Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/174) |
2558 | 2024-12-18T19:09:58.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-12-18T19:09:58.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-12-18T19:09:58.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2024-12-18T19:09:58.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2562 | 2024-12-18T19:09:58.487Z | |
2563 | 2024-12-18T19:09:58.487Z | info: running `cargo check --bins` on omicron-passwords (69/174) |
2564 | 2024-12-18T19:09:59.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-12-18T19:09:59.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-12-18T19:09:59.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2024-12-18T19:09:59.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2568 | 2024-12-18T19:09:59.096Z | |
2569 | 2024-12-18T19:09:59.096Z | info: running `cargo check --bins` on nexus-types (70/174) |
2570 | 2024-12-18T19:09:59.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-12-18T19:09:59.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-12-18T19:09:59.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2024-12-18T19:09:59.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2574 | 2024-12-18T19:09:59.741Z | |
2575 | 2024-12-18T19:09:59.741Z | info: running `cargo check --bins` on oxide-client (71/174) |
2576 | 2024-12-18T19:10:00.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-12-18T19:10:00.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-12-18T19:10:00.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2024-12-18T19:10:00.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2580 | 2024-12-18T19:10:00.344Z | |
2581 | 2024-12-18T19:10:00.344Z | info: running `cargo check --bins` on oximeter-client (72/174) |
2582 | 2024-12-18T19:10:00.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-12-18T19:10:00.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-12-18T19:10:00.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2024-12-18T19:10:00.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2586 | 2024-12-18T19:10:00.959Z | |
2587 | 2024-12-18T19:10:00.959Z | info: running `cargo check --bins` on repo-depot-client (73/174) |
2588 | 2024-12-18T19:10:01.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-12-18T19:10:01.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-12-18T19:10:01.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-12-18T19:10:01.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2592 | 2024-12-18T19:10:01.562Z | |
2593 | 2024-12-18T19:10:01.562Z | info: running `cargo check --bins` on sled-agent-client (74/174) |
2594 | 2024-12-18T19:10:02.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-12-18T19:10:02.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-12-18T19:10:02.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2024-12-18T19:10:02.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2598 | 2024-12-18T19:10:02.190Z | |
2599 | 2024-12-18T19:10:02.190Z | info: running `cargo check --bins` on wicketd-client (75/174) |
2600 | 2024-12-18T19:10:02.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-12-18T19:10:02.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-12-18T19:10:02.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2024-12-18T19:10:02.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2604 | 2024-12-18T19:10:02.844Z | |
2605 | 2024-12-18T19:10:02.844Z | info: running `cargo check --bins` on sled-agent-types (76/174) |
2606 | 2024-12-18T19:10:03.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-12-18T19:10:03.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-12-18T19:10:03.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2024-12-18T19:10:03.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2610 | 2024-12-18T19:10:03.493Z | |
2611 | 2024-12-18T19:10:03.493Z | info: running `cargo check --bins` on wicket-common (77/174) |
2612 | 2024-12-18T19:10:04.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-12-18T19:10:04.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-12-18T19:10:04.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2024-12-18T19:10:04.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2616 | 2024-12-18T19:10:04.135Z | |
2617 | 2024-12-18T19:10:04.135Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/174) |
2618 | 2024-12-18T19:10:04.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2024-12-18T19:10:04.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2024-12-18T19:10:04.785Z | Checking csv-core v0.1.11 |
2621 | 2024-12-18T19:10:04.785Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2622 | 2024-12-18T19:10:04.788Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2623 | 2024-12-18T19:10:05.095Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2624 | 2024-12-18T19:10:05.111Z | Checking csv v1.3.0 |
2625 | 2024-12-18T19:10:05.637Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2626 | 2024-12-18T19:10:05.973Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2627 | 2024-12-18T19:10:07.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
2628 | 2024-12-18T19:10:07.409Z | |
2629 | 2024-12-18T19:10:07.409Z | info: running `cargo check --bins` on cockroach-admin-api (79/174) |
2630 | 2024-12-18T19:10:07.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2024-12-18T19:10:07.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2024-12-18T19:10:07.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2024-12-18T19:10:07.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2634 | 2024-12-18T19:10:08.038Z | |
2635 | 2024-12-18T19:10:08.038Z | info: running `cargo check --bins` on cockroach-admin-types (80/174) |
2636 | 2024-12-18T19:10:08.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-12-18T19:10:08.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-12-18T19:10:08.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-12-18T19:10:08.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2640 | 2024-12-18T19:10:08.661Z | |
2641 | 2024-12-18T19:10:08.661Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174) |
2642 | 2024-12-18T19:10:09.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-12-18T19:10:09.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-12-18T19:10:09.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-12-18T19:10:09.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2646 | 2024-12-18T19:10:09.392Z | |
2647 | 2024-12-18T19:10:09.392Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174) |
2648 | 2024-12-18T19:10:10.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-12-18T19:10:10.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-12-18T19:10:10.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2024-12-18T19:10:10.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2652 | 2024-12-18T19:10:10.110Z | |
2653 | 2024-12-18T19:10:10.110Z | info: running `cargo check --bins` on dns-server (83/174) |
2654 | 2024-12-18T19:10:10.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-12-18T19:10:10.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-12-18T19:10:10.751Z | Compiling parking_lot_core v0.8.6 |
2657 | 2024-12-18T19:10:10.751Z | Checking fxhash v0.2.1 |
2658 | 2024-12-18T19:10:10.754Z | Checking hickory-server v0.24.1 |
2659 | 2024-12-18T19:10:10.754Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2660 | 2024-12-18T19:10:10.754Z | Checking hickory-client v0.24.1 |
2661 | 2024-12-18T19:10:11.464Z | Checking parking_lot v0.11.2 |
2662 | 2024-12-18T19:10:11.544Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2663 | 2024-12-18T19:10:11.547Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2664 | 2024-12-18T19:10:11.691Z | Checking sled v0.34.7 |
2665 | 2024-12-18T19:10:13.441Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2666 | 2024-12-18T19:10:14.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
2667 | 2024-12-18T19:10:14.861Z | |
2668 | 2024-12-18T19:10:14.861Z | info: running `cargo check --bins` on dns-server-api (84/174) |
2669 | 2024-12-18T19:10:15.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-12-18T19:10:15.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-12-18T19:10:15.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-12-18T19:10:15.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2673 | 2024-12-18T19:10:15.482Z | |
2674 | 2024-12-18T19:10:15.482Z | info: running `cargo check --bins` on gateway-test-utils (85/174) |
2675 | 2024-12-18T19:10:16.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-12-18T19:10:16.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-12-18T19:10:16.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-12-18T19:10:16.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2679 | 2024-12-18T19:10:16.155Z | |
2680 | 2024-12-18T19:10:16.155Z | info: running `cargo check --bins` on gateway-types (86/174) |
2681 | 2024-12-18T19:10:16.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-12-18T19:10:16.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-12-18T19:10:16.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-12-18T19:10:16.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2685 | 2024-12-18T19:10:16.772Z | |
2686 | 2024-12-18T19:10:16.772Z | info: running `cargo check --bins` on ipcc (87/174) |
2687 | 2024-12-18T19:10:17.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-12-18T19:10:17.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-12-18T19:10:17.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2024-12-18T19:10:17.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2691 | 2024-12-18T19:10:17.384Z | |
2692 | 2024-12-18T19:10:17.384Z | info: running `cargo check --bins` on omicron-gateway (88/174) |
2693 | 2024-12-18T19:10:17.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-12-18T19:10:17.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-12-18T19:10:18.068Z | Compiling semver v0.1.20 |
2696 | 2024-12-18T19:10:18.068Z | Compiling radium v0.7.0 |
2697 | 2024-12-18T19:10:18.180Z | Compiling maybe-uninit v2.0.0 |
2698 | 2024-12-18T19:10:18.180Z | Checking tap v1.0.1 |
2699 | 2024-12-18T19:10:18.187Z | Checking password-hash v0.5.0 |
2700 | 2024-12-18T19:10:18.193Z | Checking blake2 v0.10.6 |
2701 | 2024-12-18T19:10:18.196Z | Compiling cancel-safe-futures v0.1.5 |
2702 | 2024-12-18T19:10:18.196Z | Checking crc-catalog v2.4.0 |
2703 | 2024-12-18T19:10:18.306Z | Checking wyz v0.5.1 |
2704 | 2024-12-18T19:10:18.365Z | Checking funty v2.0.0 |
2705 | 2024-12-18T19:10:18.525Z | Compiling rustc_version v0.1.7 |
2706 | 2024-12-18T19:10:18.621Z | Compiling packed_struct v0.10.1 |
2707 | 2024-12-18T19:10:18.636Z | Compiling owo-colors v4.1.0 |
2708 | 2024-12-18T19:10:18.654Z | Checking argon2 v0.5.3 |
2709 | 2024-12-18T19:10:18.797Z | Checking crc v3.2.1 |
2710 | 2024-12-18T19:10:18.812Z | Compiling packed_struct_codegen v0.10.1 |
2711 | 2024-12-18T19:10:18.914Z | Checking half v2.4.1 |
2712 | 2024-12-18T19:10:18.985Z | Compiling newtype_derive v0.1.6 |
2713 | 2024-12-18T19:10:19.075Z | Compiling indexmap v1.9.3 |
2714 | 2024-12-18T19:10:19.158Z | Checking nodrop v0.1.14 |
2715 | 2024-12-18T19:10:19.228Z | Checking ciborium-io v0.2.2 |
2716 | 2024-12-18T19:10:19.256Z | Checking bitvec v1.0.1 |
2717 | 2024-12-18T19:10:19.285Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2718 | 2024-12-18T19:10:19.366Z | Checking array-init v0.0.4 |
2719 | 2024-12-18T19:10:19.393Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2720 | 2024-12-18T19:10:19.424Z | Checking ciborium-ll v0.2.2 |
2721 | 2024-12-18T19:10:19.450Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2722 | 2024-12-18T19:10:19.590Z | Checking smallvec v0.6.14 |
2723 | 2024-12-18T19:10:19.706Z | Checking libsw v3.3.1 |
2724 | 2024-12-18T19:10:19.974Z | Compiling memoffset v0.9.1 |
2725 | 2024-12-18T19:10:19.977Z | Checking indent_write v2.2.0 |
2726 | 2024-12-18T19:10:20.130Z | Checking swrite v0.1.0 |
2727 | 2024-12-18T19:10:20.165Z | Checking termcolor v1.4.1 |
2728 | 2024-12-18T19:10:20.182Z | Checking hashbrown v0.12.3 |
2729 | 2024-12-18T19:10:20.243Z | Checking linear-map v1.2.0 |
2730 | 2024-12-18T19:10:20.290Z | Checking bitfield v0.14.0 |
2731 | 2024-12-18T19:10:20.393Z | Checking serde-hex v0.1.0 |
2732 | 2024-12-18T19:10:20.574Z | Checking ron v0.8.1 |
2733 | 2024-12-18T19:10:20.588Z | Checking env_logger v0.10.2 |
2734 | 2024-12-18T19:10:20.711Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2735 | 2024-12-18T19:10:21.039Z | Checking ciborium v0.2.2 |
2736 | 2024-12-18T19:10:21.223Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2737 | 2024-12-18T19:10:21.833Z | Checking steno v0.4.1 |
2738 | 2024-12-18T19:10:21.911Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2739 | 2024-12-18T19:10:21.928Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2740 | 2024-12-18T19:10:21.973Z | Checking hashbrown v0.13.2 |
2741 | 2024-12-18T19:10:22.182Z | Checking humantime v2.1.0 |
2742 | 2024-12-18T19:10:22.356Z | Checking crc-any v2.5.0 |
2743 | 2024-12-18T19:10:22.489Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2744 | 2024-12-18T19:10:22.704Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2745 | 2024-12-18T19:10:22.869Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2746 | 2024-12-18T19:10:23.015Z | Checking object v0.30.4 |
2747 | 2024-12-18T19:10:23.145Z | Checking path-slash v0.1.5 |
2748 | 2024-12-18T19:10:23.299Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2749 | 2024-12-18T19:10:23.351Z | Checking nix v0.27.1 |
2750 | 2024-12-18T19:10:23.994Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2751 | 2024-12-18T19:10:24.273Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2752 | 2024-12-18T19:10:24.338Z | Checking tungstenite v0.23.0 |
2753 | 2024-12-18T19:10:24.562Z | Checking kstat-rs v0.2.4 |
2754 | 2024-12-18T19:10:24.613Z | Checking signal-hook-tokio v0.3.1 |
2755 | 2024-12-18T19:10:24.925Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2756 | 2024-12-18T19:10:25.303Z | Checking tokio-tungstenite v0.23.1 |
2757 | 2024-12-18T19:10:25.603Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2758 | 2024-12-18T19:10:25.981Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2759 | 2024-12-18T19:10:26.056Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2760 | 2024-12-18T19:10:32.530Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2761 | 2024-12-18T19:10:33.828Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2762 | 2024-12-18T19:10:36.739Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2763 | 2024-12-18T19:10:42.318Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2764 | 2024-12-18T19:10:43.012Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2765 | 2024-12-18T19:10:45.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.41s |
2766 | 2024-12-18T19:10:45.980Z | |
2767 | 2024-12-18T19:10:45.980Z | info: running `cargo check --bins` on gateway-api (89/174) |
2768 | 2024-12-18T19:10:46.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-12-18T19:10:46.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-12-18T19:10:46.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2024-12-18T19:10:46.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2772 | 2024-12-18T19:10:46.596Z | |
2773 | 2024-12-18T19:10:46.596Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174) |
2774 | 2024-12-18T19:10:47.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-12-18T19:10:47.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-12-18T19:10:47.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2024-12-18T19:10:47.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2778 | 2024-12-18T19:10:47.189Z | |
2779 | 2024-12-18T19:10:47.189Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174) |
2780 | 2024-12-18T19:10:47.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-12-18T19:10:47.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-12-18T19:10:47.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-12-18T19:10:47.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2784 | 2024-12-18T19:10:47.804Z | |
2785 | 2024-12-18T19:10:47.804Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174) |
2786 | 2024-12-18T19:10:48.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-12-18T19:10:48.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-12-18T19:10:48.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-12-18T19:10:48.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2790 | 2024-12-18T19:10:48.420Z | |
2791 | 2024-12-18T19:10:48.420Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174) |
2792 | 2024-12-18T19:10:48.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-12-18T19:10:48.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-12-18T19:10:48.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-12-18T19:10:48.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2796 | 2024-12-18T19:10:49.035Z | |
2797 | 2024-12-18T19:10:49.035Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174) |
2798 | 2024-12-18T19:10:49.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-12-18T19:10:49.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-12-18T19:10:49.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-12-18T19:10:49.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2802 | 2024-12-18T19:10:49.650Z | |
2803 | 2024-12-18T19:10:49.650Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174) |
2804 | 2024-12-18T19:10:50.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-12-18T19:10:50.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-12-18T19:10:50.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-12-18T19:10:50.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2808 | 2024-12-18T19:10:50.265Z | |
2809 | 2024-12-18T19:10:50.265Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174) |
2810 | 2024-12-18T19:10:50.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-12-18T19:10:50.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-12-18T19:10:50.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-12-18T19:10:50.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2814 | 2024-12-18T19:10:50.891Z | |
2815 | 2024-12-18T19:10:50.891Z | info: running `cargo check --bins` on oximeter-producer (97/174) |
2816 | 2024-12-18T19:10:51.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-12-18T19:10:51.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-12-18T19:10:51.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-12-18T19:10:51.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2820 | 2024-12-18T19:10:51.536Z | |
2821 | 2024-12-18T19:10:51.536Z | info: running `cargo check --bins` on internal-dns-resolver (98/174) |
2822 | 2024-12-18T19:10:52.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-12-18T19:10:52.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-12-18T19:10:52.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2024-12-18T19:10:52.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2826 | 2024-12-18T19:10:52.151Z | |
2827 | 2024-12-18T19:10:52.151Z | info: running `cargo check --bins` on sp-sim (99/174) |
2828 | 2024-12-18T19:10:52.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-12-18T19:10:52.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-12-18T19:10:52.785Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2831 | 2024-12-18T19:10:54.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
2832 | 2024-12-18T19:10:54.804Z | |
2833 | 2024-12-18T19:10:54.804Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174) |
2834 | 2024-12-18T19:10:55.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-12-18T19:10:55.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-12-18T19:10:55.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2024-12-18T19:10:55.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2838 | 2024-12-18T19:10:55.466Z | |
2839 | 2024-12-18T19:10:55.466Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174) |
2840 | 2024-12-18T19:10:56.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-12-18T19:10:56.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-12-18T19:10:56.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2024-12-18T19:10:56.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2844 | 2024-12-18T19:10:56.141Z | |
2845 | 2024-12-18T19:10:56.141Z | info: running `cargo check --bins` on db-macros (102/174) |
2846 | 2024-12-18T19:10:56.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-12-18T19:10:56.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-12-18T19:10:56.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2024-12-18T19:10:56.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2850 | 2024-12-18T19:10:56.750Z | |
2851 | 2024-12-18T19:10:56.750Z | info: running `cargo check --bins` on nexus-macros-common (103/174) |
2852 | 2024-12-18T19:10:57.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-12-18T19:10:57.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-12-18T19:10:57.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2024-12-18T19:10:57.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2856 | 2024-12-18T19:10:57.352Z | |
2857 | 2024-12-18T19:10:57.352Z | info: running `cargo check --bins` on nexus-auth (104/174) |
2858 | 2024-12-18T19:10:57.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-12-18T19:10:57.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-12-18T19:10:57.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2024-12-18T19:10:57.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2862 | 2024-12-18T19:10:58.005Z | |
2863 | 2024-12-18T19:10:58.005Z | info: running `cargo check --bins` on authz-macros (105/174) |
2864 | 2024-12-18T19:10:58.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-12-18T19:10:58.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-12-18T19:10:58.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2024-12-18T19:10:58.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2868 | 2024-12-18T19:10:58.605Z | |
2869 | 2024-12-18T19:10:58.605Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/174) |
2870 | 2024-12-18T19:10:59.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-12-18T19:10:59.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-12-18T19:10:59.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2024-12-18T19:10:59.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2874 | 2024-12-18T19:10:59.250Z | |
2875 | 2024-12-18T19:10:59.250Z | info: running `cargo check --bins` on nexus-db-model (107/174) |
2876 | 2024-12-18T19:10:59.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-12-18T19:10:59.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-12-18T19:10:59.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-12-18T19:10:59.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2880 | 2024-12-18T19:10:59.895Z | |
2881 | 2024-12-18T19:10:59.895Z | info: running `cargo check --bins` on nexus-defaults (108/174) |
2882 | 2024-12-18T19:11:00.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-12-18T19:11:00.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-12-18T19:11:00.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-12-18T19:11:00.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2886 | 2024-12-18T19:11:00.507Z | |
2887 | 2024-12-18T19:11:00.507Z | info: running `cargo check --bins` on nexus-inventory (109/174) |
2888 | 2024-12-18T19:11:01.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-12-18T19:11:01.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-12-18T19:11:01.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-12-18T19:11:01.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2892 | 2024-12-18T19:11:01.151Z | |
2893 | 2024-12-18T19:11:01.151Z | info: running `cargo check --bins` on typed-rng (110/174) |
2894 | 2024-12-18T19:11:01.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-12-18T19:11:01.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-12-18T19:11:01.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2897 | 2024-12-18T19:11:01.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2898 | 2024-12-18T19:11:01.750Z | |
2899 | 2024-12-18T19:11:01.750Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174) |
2900 | 2024-12-18T19:11:02.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2024-12-18T19:11:02.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2024-12-18T19:11:02.477Z | Checking keccak v0.1.5 |
2903 | 2024-12-18T19:11:02.586Z | Checking secrecy v0.8.0 |
2904 | 2024-12-18T19:11:02.589Z | Compiling unicase v2.7.0 |
2905 | 2024-12-18T19:11:02.602Z | Compiling same-file v1.0.6 |
2906 | 2024-12-18T19:11:02.604Z | Compiling tempfile v3.13.0 |
2907 | 2024-12-18T19:11:02.623Z | Compiling thiserror-impl-no-std v2.0.2 |
2908 | 2024-12-18T19:11:02.623Z | Checking universal-hash v0.5.1 |
2909 | 2024-12-18T19:11:02.626Z | Compiling ring v0.16.20 |
2910 | 2024-12-18T19:11:02.770Z | Compiling walkdir v2.5.0 |
2911 | 2024-12-18T19:11:02.820Z | Compiling blake3 v1.5.4 |
2912 | 2024-12-18T19:11:02.862Z | Checking sha3 v0.10.8 |
2913 | 2024-12-18T19:11:02.865Z | Checking opaque-debug v0.3.1 |
2914 | 2024-12-18T19:11:03.028Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2915 | 2024-12-18T19:11:03.257Z | Checking poly1305 v0.8.0 |
2916 | 2024-12-18T19:11:03.278Z | Checking chacha20 v0.9.1 |
2917 | 2024-12-18T19:11:03.314Z | Checking aead v0.5.2 |
2918 | 2024-12-18T19:11:03.439Z | Compiling memmap2 v0.9.5 |
2919 | 2024-12-18T19:11:03.522Z | Compiling constant_time_eq v0.3.1 |
2920 | 2024-12-18T19:11:03.540Z | Compiling libefi-sys v0.1.0 |
2921 | 2024-12-18T19:11:03.601Z | Compiling salty v0.3.0 |
2922 | 2024-12-18T19:11:03.701Z | Compiling arrayvec v0.7.6 |
2923 | 2024-12-18T19:11:03.747Z | Compiling arrayref v0.3.9 |
2924 | 2024-12-18T19:11:03.795Z | Compiling spin v0.5.2 |
2925 | 2024-12-18T19:11:03.863Z | Checking chacha20poly1305 v0.10.1 |
2926 | 2024-12-18T19:11:03.914Z | Compiling toolchain_find v0.4.0 |
2927 | 2024-12-18T19:11:04.023Z | Compiling camino-tempfile v1.1.1 |
2928 | 2024-12-18T19:11:04.039Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2929 | 2024-12-18T19:11:04.079Z | Compiling bitfield-struct v0.6.2 |
2930 | 2024-12-18T19:11:04.397Z | Compiling topological-sort v0.2.2 |
2931 | 2024-12-18T19:11:04.492Z | Compiling mime_guess v2.0.5 |
2932 | 2024-12-18T19:11:04.530Z | Compiling rustfmt-wrapper v0.2.1 |
2933 | 2024-12-18T19:11:05.003Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2934 | 2024-12-18T19:11:05.102Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2935 | 2024-12-18T19:11:05.186Z | Checking primeorder v0.13.6 |
2936 | 2024-12-18T19:11:05.362Z | Checking env_filter v0.1.2 |
2937 | 2024-12-18T19:11:05.402Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2938 | 2024-12-18T19:11:05.568Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2939 | 2024-12-18T19:11:05.587Z | Checking env_logger v0.11.5 |
2940 | 2024-12-18T19:11:05.637Z | Checking p384 v0.13.0 |
2941 | 2024-12-18T19:11:05.754Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2942 | 2024-12-18T19:11:05.781Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2943 | 2024-12-18T19:11:05.841Z | Checking thiserror-no-std v2.0.2 |
2944 | 2024-12-18T19:11:05.948Z | Checking vsss-rs v3.3.4 |
2945 | 2024-12-18T19:11:06.015Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2946 | 2024-12-18T19:11:06.136Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2947 | 2024-12-18T19:11:06.177Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2948 | 2024-12-18T19:11:06.355Z | Checking simd-adler32 v0.3.7 |
2949 | 2024-12-18T19:11:06.419Z | Checking http-range v0.1.5 |
2950 | 2024-12-18T19:11:06.457Z | Checking lockfree-object-pool v0.1.6 |
2951 | 2024-12-18T19:11:06.594Z | Compiling zip v2.1.3 |
2952 | 2024-12-18T19:11:06.608Z | Checking bumpalo v3.16.0 |
2953 | 2024-12-18T19:11:06.710Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2954 | 2024-12-18T19:11:06.729Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2955 | 2024-12-18T19:11:06.930Z | Checking zopfli v0.8.1 |
2956 | 2024-12-18T19:11:06.990Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2957 | 2024-12-18T19:11:07.013Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2958 | 2024-12-18T19:11:07.544Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2959 | 2024-12-18T19:11:07.623Z | Checking nanorand v0.7.0 |
2960 | 2024-12-18T19:11:07.643Z | Checking atty v0.2.14 |
2961 | 2024-12-18T19:11:07.661Z | Checking glob v0.3.1 |
2962 | 2024-12-18T19:11:07.762Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2963 | 2024-12-18T19:11:07.961Z | Checking hyper-staticfile v0.10.1 |
2964 | 2024-12-18T19:11:08.005Z | Checking flume v0.11.1 |
2965 | 2024-12-18T19:11:08.132Z | Compiling omicron-zone-package v0.11.1 |
2966 | 2024-12-18T19:11:08.494Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2967 | 2024-12-18T19:11:08.699Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2968 | 2024-12-18T19:11:09.205Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2969 | 2024-12-18T19:11:09.618Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2970 | 2024-12-18T19:11:09.769Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2971 | 2024-12-18T19:11:10.054Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2972 | 2024-12-18T19:11:10.194Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2973 | 2024-12-18T19:11:10.583Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2974 | 2024-12-18T19:11:11.080Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2975 | 2024-12-18T19:11:11.637Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2976 | 2024-12-18T19:11:11.672Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2977 | 2024-12-18T19:11:11.989Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2978 | 2024-12-18T19:11:12.903Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2979 | 2024-12-18T19:11:14.702Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2980 | 2024-12-18T19:11:14.705Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2981 | 2024-12-18T19:11:24.977Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2982 | 2024-12-18T19:11:38.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.37s |
2983 | 2024-12-18T19:11:38.311Z | |
2984 | 2024-12-18T19:11:38.311Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174) |
2985 | 2024-12-18T19:11:38.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-12-18T19:11:38.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-12-18T19:11:39.032Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2988 | 2024-12-18T19:11:52.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s |
2989 | 2024-12-18T19:11:52.451Z | |
2990 | 2024-12-18T19:11:52.451Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174) |
2991 | 2024-12-18T19:11:53.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-12-18T19:11:53.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-12-18T19:11:53.182Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2994 | 2024-12-18T19:12:06.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
2995 | 2024-12-18T19:12:06.896Z | |
2996 | 2024-12-18T19:12:06.896Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174) |
2997 | 2024-12-18T19:12:07.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2024-12-18T19:12:07.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2024-12-18T19:12:07.637Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3000 | 2024-12-18T19:12:21.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
3001 | 2024-12-18T19:12:21.394Z | |
3002 | 2024-12-18T19:12:21.394Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174) |
3003 | 2024-12-18T19:12:21.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2024-12-18T19:12:21.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2024-12-18T19:12:22.131Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3006 | 2024-12-18T19:12:35.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s |
3007 | 2024-12-18T19:12:35.447Z | |
3008 | 2024-12-18T19:12:35.447Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174) |
3009 | 2024-12-18T19:12:36.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2024-12-18T19:12:36.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2024-12-18T19:12:36.179Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3012 | 2024-12-18T19:12:49.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
3013 | 2024-12-18T19:12:49.896Z | |
3014 | 2024-12-18T19:12:49.896Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174) |
3015 | 2024-12-18T19:12:50.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2024-12-18T19:12:50.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2024-12-18T19:12:50.629Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2024-12-18T19:13:03.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s |
3019 | 2024-12-18T19:13:04.149Z | |
3020 | 2024-12-18T19:13:04.149Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174) |
3021 | 2024-12-18T19:13:04.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2024-12-18T19:13:04.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2024-12-18T19:13:04.884Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3024 | 2024-12-18T19:13:18.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s |
3025 | 2024-12-18T19:13:18.331Z | |
3026 | 2024-12-18T19:13:18.331Z | info: running `cargo check --bins` on bootstrap-agent-api (119/174) |
3027 | 2024-12-18T19:13:18.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-12-18T19:13:18.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-12-18T19:13:18.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2024-12-18T19:13:18.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3031 | 2024-12-18T19:13:18.970Z | |
3032 | 2024-12-18T19:13:18.970Z | info: running `cargo check --bins` on key-manager (120/174) |
3033 | 2024-12-18T19:13:19.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2024-12-18T19:13:19.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2024-12-18T19:13:19.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2024-12-18T19:13:19.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3037 | 2024-12-18T19:13:19.589Z | |
3038 | 2024-12-18T19:13:19.589Z | info: running `cargo check --bins` on range-requests (121/174) |
3039 | 2024-12-18T19:13:20.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2024-12-18T19:13:20.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2024-12-18T19:13:20.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2024-12-18T19:13:20.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3043 | 2024-12-18T19:13:20.199Z | |
3044 | 2024-12-18T19:13:20.199Z | info: running `cargo check --bins` on repo-depot-api (122/174) |
3045 | 2024-12-18T19:13:20.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2024-12-18T19:13:20.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2024-12-18T19:13:20.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2024-12-18T19:13:20.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3049 | 2024-12-18T19:13:20.823Z | |
3050 | 2024-12-18T19:13:20.823Z | info: running `cargo check --bins` on sled-agent-api (123/174) |
3051 | 2024-12-18T19:13:21.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-12-18T19:13:21.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-12-18T19:13:21.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2024-12-18T19:13:21.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3055 | 2024-12-18T19:13:21.474Z | |
3056 | 2024-12-18T19:13:21.474Z | info: running `cargo check --bins` on sled-diagnostics (124/174) |
3057 | 2024-12-18T19:13:22.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-12-18T19:13:22.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-12-18T19:13:22.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2024-12-18T19:13:22.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3061 | 2024-12-18T19:13:22.080Z | |
3062 | 2024-12-18T19:13:22.080Z | info: running `cargo check --bins` on sled-hardware (125/174) |
3063 | 2024-12-18T19:13:22.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-12-18T19:13:22.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-12-18T19:13:22.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2024-12-18T19:13:22.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3067 | 2024-12-18T19:13:22.709Z | |
3068 | 2024-12-18T19:13:22.709Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/174) |
3069 | 2024-12-18T19:13:23.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-12-18T19:13:23.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-12-18T19:13:23.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2024-12-18T19:13:23.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3073 | 2024-12-18T19:13:23.341Z | |
3074 | 2024-12-18T19:13:23.341Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/174) |
3075 | 2024-12-18T19:13:23.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-12-18T19:13:23.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-12-18T19:13:23.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2024-12-18T19:13:23.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3079 | 2024-12-18T19:13:23.973Z | |
3080 | 2024-12-18T19:13:23.973Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/174) |
3081 | 2024-12-18T19:13:24.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-12-18T19:13:24.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-12-18T19:13:24.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2024-12-18T19:13:24.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3085 | 2024-12-18T19:13:24.615Z | |
3086 | 2024-12-18T19:13:24.615Z | info: running `cargo check --bins` on nexus-test-interface (129/174) |
3087 | 2024-12-18T19:13:25.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2024-12-18T19:13:25.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2024-12-18T19:13:25.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3090 | 2024-12-18T19:13:25.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3091 | 2024-12-18T19:13:25.256Z | |
3092 | 2024-12-18T19:13:25.257Z | info: running `cargo check --bins` on oximeter-collector (130/174) |
3093 | 2024-12-18T19:13:25.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2024-12-18T19:13:25.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2024-12-18T19:13:25.941Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3096 | 2024-12-18T19:13:25.941Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3097 | 2024-12-18T19:13:26.799Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3098 | 2024-12-18T19:13:28.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
3099 | 2024-12-18T19:13:28.985Z | |
3100 | 2024-12-18T19:13:28.985Z | info: running `cargo check --bins` on oximeter-api (131/174) |
3101 | 2024-12-18T19:13:29.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-12-18T19:13:29.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-12-18T19:13:29.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3104 | 2024-12-18T19:13:29.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3105 | 2024-12-18T19:13:29.607Z | |
3106 | 2024-12-18T19:13:29.607Z | info: running `cargo check --bins` on cert-dev (132/174) |
3107 | 2024-12-18T19:13:30.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-12-18T19:13:30.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-12-18T19:13:30.223Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3110 | 2024-12-18T19:13:30.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3111 | 2024-12-18T19:13:30.653Z | |
3112 | 2024-12-18T19:13:30.653Z | info: running `cargo check --bins` on clickhouse-cluster-dev (133/174) |
3113 | 2024-12-18T19:13:31.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-12-18T19:13:31.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-12-18T19:13:31.327Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3116 | 2024-12-18T19:13:31.327Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3117 | 2024-12-18T19:13:31.904Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3118 | 2024-12-18T19:13:32.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3119 | 2024-12-18T19:13:32.440Z | |
3120 | 2024-12-18T19:13:32.440Z | info: running `cargo check --bins` on ch-dev (134/174) |
3121 | 2024-12-18T19:13:33.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-12-18T19:13:33.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-12-18T19:13:33.092Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3124 | 2024-12-18T19:13:33.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3125 | 2024-12-18T19:13:33.969Z | |
3126 | 2024-12-18T19:13:33.969Z | info: running `cargo check --bins` on crdb-seed (135/174) |
3127 | 2024-12-18T19:13:34.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2024-12-18T19:13:34.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2024-12-18T19:13:34.612Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3130 | 2024-12-18T19:13:34.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3131 | 2024-12-18T19:13:35.148Z | |
3132 | 2024-12-18T19:13:35.148Z | info: running `cargo check --bins` on db-dev (136/174) |
3133 | 2024-12-18T19:13:35.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2024-12-18T19:13:35.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2024-12-18T19:13:35.793Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3136 | 2024-12-18T19:13:36.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3137 | 2024-12-18T19:13:36.678Z | |
3138 | 2024-12-18T19:13:36.678Z | info: running `cargo check --bins` on omicron-dev-lib (137/174) |
3139 | 2024-12-18T19:13:37.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2024-12-18T19:13:37.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2024-12-18T19:13:37.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3142 | 2024-12-18T19:13:37.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3143 | 2024-12-18T19:13:37.316Z | |
3144 | 2024-12-18T19:13:37.316Z | info: running `cargo check --bins` on xtask-downloader (138/174) |
3145 | 2024-12-18T19:13:37.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3146 | 2024-12-18T19:13:37.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3147 | 2024-12-18T19:13:37.917Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3148 | 2024-12-18T19:13:38.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3149 | 2024-12-18T19:13:38.955Z | |
3150 | 2024-12-18T19:13:38.955Z | info: running `cargo check --bins` on omicron-ls-apis (139/174) |
3151 | 2024-12-18T19:13:39.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2024-12-18T19:13:39.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2024-12-18T19:13:39.562Z | Checking cargo-platform v0.1.8 |
3154 | 2024-12-18T19:13:39.828Z | Checking cargo_metadata v0.18.1 |
3155 | 2024-12-18T19:13:40.779Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3156 | 2024-12-18T19:13:41.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s |
3157 | 2024-12-18T19:13:41.752Z | |
3158 | 2024-12-18T19:13:41.752Z | info: running `cargo check --bins` on mgs-dev (140/174) |
3159 | 2024-12-18T19:13:42.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3160 | 2024-12-18T19:13:42.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3161 | 2024-12-18T19:13:42.450Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3162 | 2024-12-18T19:13:43.170Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3163 | 2024-12-18T19:13:43.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3164 | 2024-12-18T19:13:43.910Z | |
3165 | 2024-12-18T19:13:43.910Z | info: running `cargo check --bins` on omicron-omdb (141/174) |
3166 | 2024-12-18T19:13:44.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2024-12-18T19:13:44.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2024-12-18T19:13:44.690Z | Compiling crunchy v0.2.2 |
3169 | 2024-12-18T19:13:44.690Z | Compiling tiny-keccak v2.0.2 |
3170 | 2024-12-18T19:13:44.693Z | Compiling dsl_auto_type v0.1.2 |
3171 | 2024-12-18T19:13:44.693Z | Checking scheduled-thread-pool v0.2.7 |
3172 | 2024-12-18T19:13:44.693Z | Compiling diesel_table_macro_syntax v0.2.0 |
3173 | 2024-12-18T19:13:44.693Z | Compiling ascii-canvas v3.0.0 |
3174 | 2024-12-18T19:13:44.802Z | Compiling ena v0.14.3 |
3175 | 2024-12-18T19:13:44.805Z | Compiling regex-syntax v0.6.29 |
3176 | 2024-12-18T19:13:45.046Z | Checking r2d2 v0.8.10 |
3177 | 2024-12-18T19:13:45.068Z | Compiling diff v0.1.13 |
3178 | 2024-12-18T19:13:45.228Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3179 | 2024-12-18T19:13:45.267Z | Compiling ref-cast v1.0.23 |
3180 | 2024-12-18T19:13:45.326Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3181 | 2024-12-18T19:13:45.345Z | Compiling derive_builder_core v0.20.2 |
3182 | 2024-12-18T19:13:45.460Z | Compiling libxml v0.3.3 |
3183 | 2024-12-18T19:13:45.615Z | Compiling ref-cast-impl v1.0.23 |
3184 | 2024-12-18T19:13:45.703Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3185 | 2024-12-18T19:13:45.868Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3186 | 2024-12-18T19:13:45.892Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3187 | 2024-12-18T19:13:46.158Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3188 | 2024-12-18T19:13:46.191Z | Compiling strum_macros v0.24.3 |
3189 | 2024-12-18T19:13:46.210Z | Compiling samael v0.0.17 |
3190 | 2024-12-18T19:13:46.364Z | Compiling diesel_derives v2.2.3 |
3191 | 2024-12-18T19:13:46.574Z | Compiling indoc v1.0.9 |
3192 | 2024-12-18T19:13:47.551Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3193 | 2024-12-18T19:13:47.821Z | Compiling derive_builder_macro v0.20.2 |
3194 | 2024-12-18T19:13:47.841Z | Compiling impl-trait-for-tuples v0.2.2 |
3195 | 2024-12-18T19:13:48.711Z | Compiling lalrpop v0.19.12 |
3196 | 2024-12-18T19:13:48.746Z | Checking derive_builder v0.20.2 |
3197 | 2024-12-18T19:13:48.903Z | Compiling oso-derive v0.27.3 |
3198 | 2024-12-18T19:13:49.181Z | Checking quick-xml v0.33.0 |
3199 | 2024-12-18T19:13:49.887Z | Compiling diesel-dtrace v0.4.2 |
3200 | 2024-12-18T19:13:50.059Z | Checking maplit v1.0.2 |
3201 | 2024-12-18T19:13:50.218Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3202 | 2024-12-18T19:13:50.248Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3203 | 2024-12-18T19:13:50.426Z | Checking bb8 v0.8.5 |
3204 | 2024-12-18T19:13:50.555Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3205 | 2024-12-18T19:13:50.791Z | Checking castaway v0.2.3 |
3206 | 2024-12-18T19:13:50.839Z | Checking rand_seeder v0.3.0 |
3207 | 2024-12-18T19:13:50.963Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3208 | 2024-12-18T19:13:50.982Z | Checking compact_str v0.8.0 |
3209 | 2024-12-18T19:13:51.085Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3210 | 2024-12-18T19:13:51.292Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3211 | 2024-12-18T19:13:51.870Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3212 | 2024-12-18T19:13:51.905Z | Checking unicode-truncate v1.1.0 |
3213 | 2024-12-18T19:13:52.142Z | Checking lru v0.12.5 |
3214 | 2024-12-18T19:13:52.145Z | Compiling instability v0.3.2 |
3215 | 2024-12-18T19:13:52.443Z | Checking is_ci v1.2.0 |
3216 | 2024-12-18T19:13:52.591Z | Checking smawk v0.3.2 |
3217 | 2024-12-18T19:13:52.735Z | Checking cassowary v0.3.0 |
3218 | 2024-12-18T19:13:52.798Z | Checking unicode-linebreak v0.1.5 |
3219 | 2024-12-18T19:13:52.970Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3220 | 2024-12-18T19:13:53.153Z | Checking supports-color v3.0.1 |
3221 | 2024-12-18T19:13:53.203Z | Checking textwrap v0.16.1 |
3222 | 2024-12-18T19:13:53.238Z | Checking ratatui v0.28.1 |
3223 | 2024-12-18T19:13:53.400Z | Checking multimap v0.10.0 |
3224 | 2024-12-18T19:13:56.207Z | Checking diesel v2.2.6 |
3225 | 2024-12-18T19:14:21.847Z | Compiling polar-core v0.27.3 |
3226 | 2024-12-18T19:14:25.615Z | Checking async-bb8-diesel v0.2.1 |
3227 | 2024-12-18T19:14:29.216Z | Checking oso v0.27.3 |
3228 | 2024-12-18T19:15:38.455Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3229 | 2024-12-18T19:15:44.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
3230 | 2024-12-18T19:15:44.718Z | |
3231 | 2024-12-18T19:15:44.719Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174) |
3232 | 2024-12-18T19:15:45.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2024-12-18T19:15:45.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2024-12-18T19:15:45.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2024-12-18T19:15:45.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3236 | 2024-12-18T19:15:45.392Z | |
3237 | 2024-12-18T19:15:45.392Z | info: running `cargo check --bins` on nexus-saga-recovery (143/174) |
3238 | 2024-12-18T19:15:45.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2024-12-18T19:15:45.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2024-12-18T19:15:45.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2024-12-18T19:15:45.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3242 | 2024-12-18T19:15:46.058Z | |
3243 | 2024-12-18T19:15:46.058Z | info: running `cargo check --bins` on nexus-test-utils-macros (144/174) |
3244 | 2024-12-18T19:15:46.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2024-12-18T19:15:46.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2024-12-18T19:15:46.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3247 | 2024-12-18T19:15:46.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3248 | 2024-12-18T19:15:46.667Z | |
3249 | 2024-12-18T19:15:46.667Z | info: running `cargo check --bins` on omicron-nexus (145/174) |
3250 | 2024-12-18T19:15:47.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2024-12-18T19:15:47.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2024-12-18T19:15:47.452Z | Compiling libz-sys v1.1.20 |
3253 | 2024-12-18T19:15:47.566Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3254 | 2024-12-18T19:15:47.577Z | Compiling vergen v8.3.2 |
3255 | 2024-12-18T19:15:47.579Z | Compiling cargo-platform v0.1.8 |
3256 | 2024-12-18T19:15:47.579Z | Compiling pin-project-internal v1.1.6 |
3257 | 2024-12-18T19:15:47.607Z | Compiling snafu-derive v0.8.5 |
3258 | 2024-12-18T19:15:47.607Z | Compiling libsqlite3-sys v0.30.1 |
3259 | 2024-12-18T19:15:47.610Z | Compiling rustls v0.21.12 |
3260 | 2024-12-18T19:15:47.855Z | Compiling cfg_aliases v0.2.1 |
3261 | 2024-12-18T19:15:47.900Z | Compiling cargo_metadata v0.18.1 |
3262 | 2024-12-18T19:15:47.966Z | Compiling buf-list v1.0.3 |
3263 | 2024-12-18T19:15:48.139Z | Compiling nix v0.29.0 |
3264 | 2024-12-18T19:15:48.205Z | Checking globset v0.4.15 |
3265 | 2024-12-18T19:15:48.364Z | Checking olpc-cjson v0.1.4 |
3266 | 2024-12-18T19:15:48.682Z | Checking rustls-webpki v0.101.7 |
3267 | 2024-12-18T19:15:48.700Z | Checking sct v0.7.1 |
3268 | 2024-12-18T19:15:48.763Z | Checking serde_plain v1.0.2 |
3269 | 2024-12-18T19:15:48.907Z | Checking typed-path v0.9.3 |
3270 | 2024-12-18T19:15:49.333Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3271 | 2024-12-18T19:15:49.486Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3272 | 2024-12-18T19:15:49.626Z | Checking hashlink v0.9.1 |
3273 | 2024-12-18T19:15:49.760Z | Checking parse-size v1.1.0 |
3274 | 2024-12-18T19:15:49.929Z | Checking fallible-streaming-iterator v0.1.9 |
3275 | 2024-12-18T19:15:50.154Z | Checking fallible-iterator v0.3.0 |
3276 | 2024-12-18T19:15:50.576Z | Checking pin-project v1.1.6 |
3277 | 2024-12-18T19:15:50.711Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3278 | 2024-12-18T19:15:50.772Z | Checking rusqlite v0.32.1 |
3279 | 2024-12-18T19:15:50.788Z | Checking rustls-pemfile v1.0.4 |
3280 | 2024-12-18T19:15:50.834Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3281 | 2024-12-18T19:15:50.980Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3282 | 2024-12-18T19:15:51.252Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3283 | 2024-12-18T19:15:51.458Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3284 | 2024-12-18T19:15:51.592Z | Checking twox-hash v1.6.3 |
3285 | 2024-12-18T19:15:51.610Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3286 | 2024-12-18T19:15:52.112Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3287 | 2024-12-18T19:15:52.351Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3288 | 2024-12-18T19:15:52.639Z | Checking tokio-rustls v0.24.1 |
3289 | 2024-12-18T19:15:52.654Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3290 | 2024-12-18T19:15:52.904Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3291 | 2024-12-18T19:15:53.005Z | Checking fatfs v0.3.6 |
3292 | 2024-12-18T19:15:53.121Z | Checking snafu v0.8.5 |
3293 | 2024-12-18T19:15:53.503Z | Checking assert_matches v1.5.0 |
3294 | 2024-12-18T19:15:53.592Z | Checking tough v0.19.0 |
3295 | 2024-12-18T19:15:57.759Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3296 | 2024-12-18T19:15:59.102Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3297 | 2024-12-18T19:15:59.562Z | Compiling git2 v0.19.0 |
3298 | 2024-12-18T19:16:04.221Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3299 | 2024-12-18T19:16:57.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3300 | 2024-12-18T19:16:57.860Z | |
3301 | 2024-12-18T19:16:57.860Z | info: running `cargo check --bins` on nexus-external-api (146/174) |
3302 | 2024-12-18T19:16:58.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3303 | 2024-12-18T19:16:58.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3304 | 2024-12-18T19:16:58.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3305 | 2024-12-18T19:16:58.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3306 | 2024-12-18T19:16:58.539Z | |
3307 | 2024-12-18T19:16:58.539Z | info: running `cargo check --bins` on openapi-manager-types (147/174) |
3308 | 2024-12-18T19:16:59.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3309 | 2024-12-18T19:16:59.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3310 | 2024-12-18T19:16:59.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3311 | 2024-12-18T19:16:59.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3312 | 2024-12-18T19:16:59.155Z | |
3313 | 2024-12-18T19:16:59.155Z | info: running `cargo check --bins` on nexus-internal-api (148/174) |
3314 | 2024-12-18T19:16:59.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2024-12-18T19:16:59.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2024-12-18T19:16:59.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3317 | 2024-12-18T19:16:59.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3318 | 2024-12-18T19:16:59.796Z | |
3319 | 2024-12-18T19:16:59.796Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (149/174) |
3320 | 2024-12-18T19:17:00.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2024-12-18T19:17:00.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2024-12-18T19:17:00.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3323 | 2024-12-18T19:17:00.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3324 | 2024-12-18T19:17:00.461Z | |
3325 | 2024-12-18T19:17:00.461Z | info: running `cargo check --bins` on nexus-networking (150/174) |
3326 | 2024-12-18T19:17:01.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2024-12-18T19:17:01.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2024-12-18T19:17:01.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3329 | 2024-12-18T19:17:01.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3330 | 2024-12-18T19:17:01.118Z | |
3331 | 2024-12-18T19:17:01.118Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (151/174) |
3332 | 2024-12-18T19:17:01.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2024-12-18T19:17:01.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2024-12-18T19:17:01.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3335 | 2024-12-18T19:17:01.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3336 | 2024-12-18T19:17:01.778Z | |
3337 | 2024-12-18T19:17:01.778Z | info: running `cargo check --bins` on update-common (152/174) |
3338 | 2024-12-18T19:17:02.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3339 | 2024-12-18T19:17:02.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3340 | 2024-12-18T19:17:02.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3341 | 2024-12-18T19:17:02.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3342 | 2024-12-18T19:17:02.421Z | |
3343 | 2024-12-18T19:17:02.421Z | info: running `cargo check --bins` on tufaceous-lib (153/174) |
3344 | 2024-12-18T19:17:02.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2024-12-18T19:17:02.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2024-12-18T19:17:02.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3347 | 2024-12-18T19:17:02.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3348 | 2024-12-18T19:17:03.057Z | |
3349 | 2024-12-18T19:17:03.057Z | info: running `cargo check --bins` on tufaceous (154/174) |
3350 | 2024-12-18T19:17:03.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3351 | 2024-12-18T19:17:03.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3352 | 2024-12-18T19:17:03.724Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3353 | 2024-12-18T19:17:04.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3354 | 2024-12-18T19:17:04.870Z | |
3355 | 2024-12-18T19:17:04.870Z | info: running `cargo check --bins` on omicron-dev (155/174) |
3356 | 2024-12-18T19:17:05.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3357 | 2024-12-18T19:17:05.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3358 | 2024-12-18T19:17:05.700Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3359 | 2024-12-18T19:17:05.825Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3360 | 2024-12-18T19:17:05.825Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3361 | 2024-12-18T19:17:05.830Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3362 | 2024-12-18T19:17:31.554Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3363 | 2024-12-18T19:17:31.557Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3364 | 2024-12-18T19:17:31.557Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3365 | 2024-12-18T19:17:31.557Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3366 | 2024-12-18T19:17:31.557Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3367 | 2024-12-18T19:17:32.480Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3368 | 2024-12-18T19:17:33.716Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3369 | 2024-12-18T19:18:11.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
3370 | 2024-12-18T19:18:11.323Z | |
3371 | 2024-12-18T19:18:11.323Z | info: running `cargo check --bins` on openapi-manager (156/174) |
3372 | 2024-12-18T19:18:11.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2024-12-18T19:18:11.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2024-12-18T19:18:12.025Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3375 | 2024-12-18T19:18:12.028Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3376 | 2024-12-18T19:18:12.028Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3377 | 2024-12-18T19:18:13.660Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3378 | 2024-12-18T19:18:14.540Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3379 | 2024-12-18T19:18:15.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
3380 | 2024-12-18T19:18:15.816Z | |
3381 | 2024-12-18T19:18:15.816Z | info: running `cargo check --bins` on installinator-api (157/174) |
3382 | 2024-12-18T19:18:16.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-12-18T19:18:16.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-12-18T19:18:16.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3385 | 2024-12-18T19:18:16.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3386 | 2024-12-18T19:18:16.458Z | |
3387 | 2024-12-18T19:18:16.458Z | info: running `cargo check --bins` on wicketd-api (158/174) |
3388 | 2024-12-18T19:18:17.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2024-12-18T19:18:17.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2024-12-18T19:18:17.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3391 | 2024-12-18T19:18:17.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3392 | 2024-12-18T19:18:17.105Z | |
3393 | 2024-12-18T19:18:17.105Z | info: running `cargo check --bins` on reconfigurator-cli (159/174) |
3394 | 2024-12-18T19:18:17.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3395 | 2024-12-18T19:18:17.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3396 | 2024-12-18T19:18:17.789Z | Compiling petname v2.0.2 |
3397 | 2024-12-18T19:18:17.792Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3398 | 2024-12-18T19:18:17.792Z | Checking sync-ptr v0.1.1 |
3399 | 2024-12-18T19:18:19.220Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3400 | 2024-12-18T19:18:20.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
3401 | 2024-12-18T19:18:20.946Z | |
3402 | 2024-12-18T19:18:20.946Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174) |
3403 | 2024-12-18T19:18:21.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2024-12-18T19:18:21.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2024-12-18T19:18:21.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3406 | 2024-12-18T19:18:21.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3407 | 2024-12-18T19:18:21.601Z | |
3408 | 2024-12-18T19:18:21.601Z | info: running `cargo check --bins` on omicron-releng (161/174) |
3409 | 2024-12-18T19:18:22.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3410 | 2024-12-18T19:18:22.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3411 | 2024-12-18T19:18:22.262Z | Checking memmap2 v0.9.5 |
3412 | 2024-12-18T19:18:22.262Z | Checking arrayvec v0.7.6 |
3413 | 2024-12-18T19:18:22.265Z | Checking spin v0.5.2 |
3414 | 2024-12-18T19:18:22.265Z | Checking constant_time_eq v0.3.1 |
3415 | 2024-12-18T19:18:22.265Z | Checking arrayref v0.3.9 |
3416 | 2024-12-18T19:18:22.265Z | Checking topological-sort v0.2.2 |
3417 | 2024-12-18T19:18:22.366Z | Checking shell-words v1.1.0 |
3418 | 2024-12-18T19:18:22.560Z | Checking ring v0.16.20 |
3419 | 2024-12-18T19:18:22.652Z | Checking blake3 v1.5.4 |
3420 | 2024-12-18T19:18:23.675Z | Checking omicron-zone-package v0.11.1 |
3421 | 2024-12-18T19:18:24.792Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3422 | 2024-12-18T19:18:25.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
3423 | 2024-12-18T19:18:25.889Z | |
3424 | 2024-12-18T19:18:25.889Z | info: running `cargo check --bins` on xtask (162/174) |
3425 | 2024-12-18T19:18:26.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3426 | 2024-12-18T19:18:26.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3427 | 2024-12-18T19:18:26.313Z | Checking bitflags v2.6.0 |
3428 | 2024-12-18T19:18:26.316Z | Checking serde v1.0.215 |
3429 | 2024-12-18T19:18:26.316Z | Checking thiserror v1.0.69 |
3430 | 2024-12-18T19:18:26.402Z | Checking scroll v0.12.0 |
3431 | 2024-12-18T19:18:26.408Z | Checking log v0.4.22 |
3432 | 2024-12-18T19:18:26.410Z | Checking hashbrown v0.15.1 |
3433 | 2024-12-18T19:18:26.417Z | Checking zerocopy v0.7.35 |
3434 | 2024-12-18T19:18:26.438Z | Checking syn v2.0.87 |
3435 | 2024-12-18T19:18:26.505Z | Checking pest v2.7.14 |
3436 | 2024-12-18T19:18:26.628Z | Checking rustix v0.38.37 |
3437 | 2024-12-18T19:18:26.664Z | Checking once_cell v1.20.2 |
3438 | 2024-12-18T19:18:26.825Z | Checking goblin v0.8.2 |
3439 | 2024-12-18T19:18:26.951Z | Checking fs-err v2.11.0 |
3440 | 2024-12-18T19:18:27.272Z | Checking tabled v0.15.0 |
3441 | 2024-12-18T19:18:27.451Z | Checking indexmap v2.6.0 |
3442 | 2024-12-18T19:18:27.768Z | Checking anyhow v1.0.93 |
3443 | 2024-12-18T19:18:28.579Z | Checking terminal_size v0.4.0 |
3444 | 2024-12-18T19:18:28.579Z | Checking tempfile v3.13.0 |
3445 | 2024-12-18T19:18:28.765Z | Checking clap_builder v4.5.21 |
3446 | 2024-12-18T19:18:29.036Z | Checking dtrace-parser v0.2.0 |
3447 | 2024-12-18T19:18:30.604Z | Checking serde_json v1.0.132 |
3448 | 2024-12-18T19:18:30.607Z | Checking serde_spanned v0.6.8 |
3449 | 2024-12-18T19:18:30.607Z | Checking toml_datetime v0.6.8 |
3450 | 2024-12-18T19:18:30.607Z | Checking camino v1.1.9 |
3451 | 2024-12-18T19:18:30.607Z | Checking cargo-platform v0.1.8 |
3452 | 2024-12-18T19:18:30.615Z | Checking semver v1.0.23 |
3453 | 2024-12-18T19:18:30.805Z | Checking macaddr v1.0.1 |
3454 | 2024-12-18T19:18:30.912Z | Checking toml_edit v0.22.22 |
3455 | 2024-12-18T19:18:31.147Z | Checking camino-tempfile v1.1.1 |
3456 | 2024-12-18T19:18:31.298Z | Checking clap v4.5.21 |
3457 | 2024-12-18T19:18:31.812Z | Checking dof v0.3.0 |
3458 | 2024-12-18T19:18:31.812Z | Checking cargo_metadata v0.18.1 |
3459 | 2024-12-18T19:18:32.321Z | Checking usdt-impl v0.5.0 |
3460 | 2024-12-18T19:18:32.577Z | Checking usdt v0.5.0 |
3461 | 2024-12-18T19:18:32.708Z | Checking toml v0.8.19 |
3462 | 2024-12-18T19:18:33.170Z | Checking cargo_toml v0.20.5 |
3463 | 2024-12-18T19:18:34.382Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3464 | 2024-12-18T19:18:34.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s |
3465 | 2024-12-18T19:18:35.098Z | |
3466 | 2024-12-18T19:18:35.098Z | info: running `cargo check --bins` on end-to-end-tests (163/174) |
3467 | 2024-12-18T19:18:35.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3468 | 2024-12-18T19:18:35.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3469 | 2024-12-18T19:18:35.855Z | Checking polyval v0.6.2 |
3470 | 2024-12-18T19:18:35.968Z | Checking ctr v0.9.2 |
3471 | 2024-12-18T19:18:35.981Z | Checking ssh-encoding v0.2.0 |
3472 | 2024-12-18T19:18:35.984Z | Checking blowfish v0.9.1 |
3473 | 2024-12-18T19:18:36.003Z | Checking password-hash v0.4.2 |
3474 | 2024-12-18T19:18:36.006Z | Checking matches v0.1.10 |
3475 | 2024-12-18T19:18:36.034Z | Checking p521 v0.13.3 |
3476 | 2024-12-18T19:18:36.034Z | Checking p256 v0.13.2 |
3477 | 2024-12-18T19:18:36.112Z | Checking idna v0.2.3 |
3478 | 2024-12-18T19:18:36.189Z | Checking ghash v0.5.1 |
3479 | 2024-12-18T19:18:36.208Z | Checking bcrypt-pbkdf v0.10.0 |
3480 | 2024-12-18T19:18:36.230Z | Compiling enum-as-inner v0.5.1 |
3481 | 2024-12-18T19:18:36.300Z | Checking russh-cryptovec v0.7.3 |
3482 | 2024-12-18T19:18:36.356Z | Checking aes-gcm v0.10.3 |
3483 | 2024-12-18T19:18:36.386Z | Checking pbkdf2 v0.11.0 |
3484 | 2024-12-18T19:18:36.486Z | Checking md5 v0.7.0 |
3485 | 2024-12-18T19:18:36.517Z | Checking num-bigint v0.4.6 |
3486 | 2024-12-18T19:18:36.536Z | Checking des v0.8.1 |
3487 | 2024-12-18T19:18:36.589Z | Checking ssh-cipher v0.2.0 |
3488 | 2024-12-18T19:18:36.662Z | Compiling dhcproto-macros v0.1.0 |
3489 | 2024-12-18T19:18:36.782Z | Checking hex-literal v0.4.1 |
3490 | 2024-12-18T19:18:36.805Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3491 | 2024-12-18T19:18:36.884Z | Checking ssh-key v0.6.6 |
3492 | 2024-12-18T19:18:36.911Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3493 | 2024-12-18T19:18:36.930Z | Checking internet-checksum v0.2.1 |
3494 | 2024-12-18T19:18:37.221Z | Checking trust-dns-proto v0.22.0 |
3495 | 2024-12-18T19:18:38.203Z | Checking russh-keys v0.45.0 |
3496 | 2024-12-18T19:18:39.160Z | Checking russh v0.45.0 |
3497 | 2024-12-18T19:18:39.758Z | Checking dhcproto v0.12.0 |
3498 | 2024-12-18T19:18:56.725Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3499 | 2024-12-18T19:18:58.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.02s |
3500 | 2024-12-18T19:18:58.327Z | |
3501 | 2024-12-18T19:18:58.327Z | info: running `cargo check --bins` on gateway-cli (164/174) |
3502 | 2024-12-18T19:18:58.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3503 | 2024-12-18T19:18:58.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3504 | 2024-12-18T19:18:58.958Z | Checking termios v0.3.3 |
3505 | 2024-12-18T19:18:59.174Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3506 | 2024-12-18T19:18:59.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3507 | 2024-12-18T19:19:00.129Z | |
3508 | 2024-12-18T19:19:00.129Z | info: running `cargo check --bins --no-default-features` on installinator (165/174) |
3509 | 2024-12-18T19:19:00.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3510 | 2024-12-18T19:19:00.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3511 | 2024-12-18T19:19:00.809Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3512 | 2024-12-18T19:19:02.823Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3513 | 2024-12-18T19:19:04.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
3514 | 2024-12-18T19:19:04.876Z | |
3515 | 2024-12-18T19:19:04.876Z | info: running `cargo check --bins` on internal-dns-cli (166/174) |
3516 | 2024-12-18T19:19:05.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-12-18T19:19:05.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-12-18T19:19:05.498Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3519 | 2024-12-18T19:19:05.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3520 | 2024-12-18T19:19:06.144Z | |
3521 | 2024-12-18T19:19:06.144Z | info: running `cargo check --bins` on omicron-live-tests (167/174) |
3522 | 2024-12-18T19:19:06.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2024-12-18T19:19:06.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2024-12-18T19:19:06.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3525 | 2024-12-18T19:19:06.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3526 | 2024-12-18T19:19:06.741Z | |
3527 | 2024-12-18T19:19:06.741Z | info: running `cargo check --bins` on live-tests-macros (168/174) |
3528 | 2024-12-18T19:19:07.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-12-18T19:19:07.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-12-18T19:19:07.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3531 | 2024-12-18T19:19:07.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3532 | 2024-12-18T19:19:07.344Z | |
3533 | 2024-12-18T19:19:07.344Z | info: running `cargo check --bins` on omicron-package (169/174) |
3534 | 2024-12-18T19:19:07.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3535 | 2024-12-18T19:19:07.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3536 | 2024-12-18T19:19:08.006Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3537 | 2024-12-18T19:19:09.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3538 | 2024-12-18T19:19:09.482Z | |
3539 | 2024-12-18T19:19:09.482Z | info: running `cargo check --bins` on wicket-dbg (170/174) |
3540 | 2024-12-18T19:19:10.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3541 | 2024-12-18T19:19:10.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3542 | 2024-12-18T19:19:10.172Z | Checking rtoolbox v0.0.2 |
3543 | 2024-12-18T19:19:10.175Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3544 | 2024-12-18T19:19:10.175Z | Checking tui-tree-widget v0.22.0 |
3545 | 2024-12-18T19:19:10.395Z | Checking rpassword v7.3.1 |
3546 | 2024-12-18T19:19:14.430Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3547 | 2024-12-18T19:19:17.419Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3548 | 2024-12-18T19:19:18.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s |
3549 | 2024-12-18T19:19:18.836Z | |
3550 | 2024-12-18T19:19:18.836Z | info: running `cargo check --bins` on wicket (171/174) |
3551 | 2024-12-18T19:19:19.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2024-12-18T19:19:19.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2024-12-18T19:19:19.523Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3554 | 2024-12-18T19:19:19.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3555 | 2024-12-18T19:19:20.146Z | |
3556 | 2024-12-18T19:19:20.146Z | info: running `cargo check --bins` on wicketd (172/174) |
3557 | 2024-12-18T19:19:20.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2024-12-18T19:19:20.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2024-12-18T19:19:20.847Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3560 | 2024-12-18T19:19:24.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
3561 | 2024-12-18T19:19:24.964Z | |
3562 | 2024-12-18T19:19:24.964Z | info: running `cargo check --bins` on omicron-workspace-hack (173/174) |
3563 | 2024-12-18T19:19:25.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3564 | 2024-12-18T19:19:25.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3565 | 2024-12-18T19:19:25.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3566 | 2024-12-18T19:19:25.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3567 | 2024-12-18T19:19:25.562Z | |
3568 | 2024-12-18T19:19:25.562Z | info: running `cargo check --bins` on zone-setup (174/174) |
3569 | 2024-12-18T19:19:26.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3570 | 2024-12-18T19:19:26.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3571 | 2024-12-18T19:19:26.281Z | Checking uzers v0.12.1 |
3572 | 2024-12-18T19:19:26.621Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3573 | 2024-12-18T19:19:27.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s |
3574 | 2024-12-18T19:19:27.996Z | |
3575 | 2024-12-18T19:19:27.999Z | real 12:50.849531300 |
3576 | 2024-12-18T19:19:27.999Z | user 24:03.186406651 |
3577 | 2024-12-18T19:19:27.999Z | sys 5:23.605777512 |
3578 | 2024-12-18T19:19:27.999Z | trap 0.464159296 |
3579 | 2024-12-18T19:19:27.999Z | tflt 2.215561944 |
3580 | 2024-12-18T19:19:27.999Z | dflt 3.259905447 |
3581 | 2024-12-18T19:19:27.999Z | kflt 0.000707355 |
3582 | 2024-12-18T19:19:27.999Z | lock 45:32.455335492 |
3583 | 2024-12-18T19:19:27.999Z | slp 2:05:30.853417175 |
3584 | 2024-12-18T19:19:27.999Z | lat 1:01.416294202 |
3585 | 2024-12-18T19:19:27.999Z | stop 3:19.427531221 |
3586 | 2024-12-18T19:19:27.999Z | process exited: duration 1125774 ms, exit code 0 |
|
3587 | 2024-12-18T19:19:28.005Z | found 0 output files |