|
|
|
1 | 2024-09-09T19:59:19.646Z | job assigned to worker 01J7C5VHMJ144FEJGF772Z0YDQ (queued for 59 s) |
|
2 | 2024-09-09T19:59:23.753Z | starting task 0: "setup" |
3 | 2024-09-09T19:59:23.761Z | ++ uname -s |
4 | 2024-09-09T19:59:23.764Z | + kern=SunOS |
5 | 2024-09-09T19:59:23.764Z | + case "$kern" in |
6 | 2024-09-09T19:59:23.764Z | + groupadd -g 12345 build |
7 | 2024-09-09T19:59:23.767Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-09T19:59:25.780Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-09T19:59:25.890Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-09T19:59:25.893Z | + home_fs=zfs |
11 | 2024-09-09T19:59:25.893Z | + [[ zfs == autofs ]] |
12 | 2024-09-09T19:59:25.893Z | + mkdir -p /home/build |
13 | 2024-09-09T19:59:25.896Z | + chown build:build /home/build /work |
14 | 2024-09-09T19:59:27.896Z | + chmod 0700 /home/build /work |
15 | 2024-09-09T19:59:27.899Z | process exited: duration 4146 ms, exit code 0 |
|
16 | 2024-09-09T19:59:27.905Z | starting task 1: "rust-toolchain" |
17 | 2024-09-09T19:59:27.911Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-09T19:59:27.911Z | ' 1.80.1 |
19 | 2024-09-09T19:59:27.911Z | * toolchain channel = "1.80.1" |
20 | 2024-09-09T19:59:27.915Z | * toolchain profile = "default" |
21 | 2024-09-09T19:59:27.915Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-09T19:59:27.915Z | ' default |
23 | 2024-09-09T19:59:27.915Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-09T19:59:27.915Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-09T19:59:28.028Z | info: downloading installer |
26 | 2024-09-09T19:59:29.527Z | info: profile set to 'default' |
27 | 2024-09-09T19:59:29.527Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-09T19:59:29.527Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-09T19:59:29.657Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-09T19:59:29.657Z | info: downloading component 'cargo' |
31 | 2024-09-09T19:59:30.352Z | info: downloading component 'clippy' |
32 | 2024-09-09T19:59:30.598Z | info: downloading component 'rust-docs' |
33 | 2024-09-09T19:59:31.550Z | info: downloading component 'rust-std' |
34 | 2024-09-09T19:59:32.880Z | info: downloading component 'rustc' |
35 | 2024-09-09T19:59:36.601Z | info: downloading component 'rustfmt' |
36 | 2024-09-09T19:59:36.802Z | info: installing component 'cargo' |
37 | 2024-09-09T19:59:37.623Z | info: installing component 'clippy' |
38 | 2024-09-09T19:59:37.994Z | info: installing component 'rust-docs' |
39 | 2024-09-09T19:59:39.587Z | info: installing component 'rust-std' |
40 | 2024-09-09T19:59:41.252Z | info: installing component 'rustc' |
41 | 2024-09-09T19:59:45.419Z | info: installing component 'rustfmt' |
42 | 2024-09-09T19:59:45.779Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-09T19:59:45.779Z | |
44 | 2024-09-09T19:59:46.006Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-09T19:59:46.006Z | |
46 | 2024-09-09T19:59:46.009Z | |
47 | 2024-09-09T19:59:46.009Z | Rust is installed now. Great! |
48 | 2024-09-09T19:59:46.009Z | |
49 | 2024-09-09T19:59:46.009Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-09T19:59:46.009Z | environment variable. This has not been done automatically. |
51 | 2024-09-09T19:59:46.009Z | |
52 | 2024-09-09T19:59:46.009Z | To configure your current shell, you need to source |
53 | 2024-09-09T19:59:46.009Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-09T19:59:46.009Z | |
55 | 2024-09-09T19:59:46.009Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-09T19:59:46.009Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-09T19:59:46.009Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-09T19:59:46.057Z | + rustc --version |
59 | 2024-09-09T19:59:46.120Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-09T19:59:46.127Z | process exited: duration 18211 ms, exit code 0 |
|
61 | 2024-09-09T19:59:46.141Z | starting task 2: "authentication" |
62 | 2024-09-09T19:59:46.162Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-09T19:59:46.172Z | starting task 3: "clone repository" |
64 | 2024-09-09T19:59:46.177Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-09T19:59:46.202Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-09T19:59:46.441Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-09T19:59:52.914Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-09T19:59:52.914Z | + git fetch origin 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d |
69 | 2024-09-09T19:59:52.914Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-09T19:59:52.914Z | * branch 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d -> FETCH_HEAD |
71 | 2024-09-09T19:59:52.914Z | + [[ -n eliza/fix-instance-list-by-sled ]] |
72 | 2024-09-09T19:59:52.914Z | ++ git branch --show-current |
73 | 2024-09-09T19:59:52.914Z | + current=main |
74 | 2024-09-09T19:59:52.914Z | + [[ main != eliza/fix-instance-list-by-sled ]] |
75 | 2024-09-09T19:59:52.914Z | + git branch -f eliza/fix-instance-list-by-sled 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d |
76 | 2024-09-09T19:59:52.914Z | + git checkout -f eliza/fix-instance-list-by-sled |
77 | 2024-09-09T19:59:52.914Z | Switched to branch 'eliza/fix-instance-list-by-sled' |
78 | 2024-09-09T19:59:52.914Z | + git reset --hard 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d |
79 | 2024-09-09T19:59:52.914Z | HEAD is now at 6f400293b query review feedback from @davepacheco |
80 | 2024-09-09T19:59:52.914Z | process exited: duration 6567 ms, exit code 0 |
|
81 | 2024-09-09T19:59:52.963Z | starting task 4: "build" |
82 | 2024-09-09T19:59:52.966Z | + cargo --version |
83 | 2024-09-09T19:59:53.019Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-09T19:59:53.022Z | + rustc --version |
85 | 2024-09-09T19:59:53.081Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-09T19:59:53.083Z | + source ./env.sh |
87 | 2024-09-09T19:59:53.083Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-09T19:59:53.083Z | ++ set -o xtrace |
89 | 2024-09-09T19:59:53.086Z | ++++ dirname ./env.sh |
90 | 2024-09-09T19:59:53.089Z | +++ readlink -f . |
91 | 2024-09-09T19:59:53.106Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-09T19:59:53.110Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-09-09T19:59:53.110Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-09-09T19:59:53.110Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-09-09T19:59:53.110Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-09-09T19:59:53.110Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-09-09T19:59:53.110Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-09-09T19:59:53.110Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-09-09T19:59:53.110Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-09-09T19:59:53.111Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-09T19:59:53.111Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-09T19:59:53.111Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
103 | 2024-09-09T19:59:53.111Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
104 | 2024-09-09T19:59:53.111Z | + banner prerequisites |
105 | 2024-09-09T19:59:53.132Z | |
106 | 2024-09-09T19:59:53.132Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-09-09T19:59:53.132Z | # # # # # # # # # # # # # # # |
108 | 2024-09-09T19:59:53.132Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-09-09T19:59:53.132Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-09-09T19:59:53.132Z | # # # # # # # # # # # # # # # |
111 | 2024-09-09T19:59:53.132Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-09-09T19:59:53.132Z | |
113 | 2024-09-09T19:59:53.136Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-09-09T20:00:00.742Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-09-09T20:00:03.357Z | Startup: Caching catalogs ... Done |
116 | 2024-09-09T20:00:05.575Z | Planning: Solver setup ... Done (1.672s) |
117 | 2024-09-09T20:00:05.604Z | Planning: Running solver ... Done (0.029s) |
118 | 2024-09-09T20:00:05.736Z | Planning: Finding local manifests ... Done (0.090s) |
119 | 2024-09-09T20:00:05.750Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-09-09T20:00:05.966Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-09-09T20:00:06.234Z | Planning: Package planning ... Done (0.265s) |
122 | 2024-09-09T20:00:06.288Z | Planning: Merging actions ... Done (0.056s) |
123 | 2024-09-09T20:00:07.659Z | Planning: Checking for conflicting actions ... Done (1.371s) |
124 | 2024-09-09T20:00:16.870Z | Planning: Consolidating action changes ... Done (9.208s) |
125 | 2024-09-09T20:00:17.261Z | Planning: Evaluating mediators ... Done (0.390s) |
126 | 2024-09-09T20:00:17.379Z | Planning: Planning completed in 13.95 seconds |
127 | 2024-09-09T20:00:18.164Z | Packages to install: 4 |
128 | 2024-09-09T20:00:18.164Z | Packages to update: 1 |
129 | 2024-09-09T20:00:18.168Z | Mediators to change: 2 |
130 | 2024-09-09T20:00:18.168Z | Services to change: 1 |
131 | 2024-09-09T20:00:18.168Z | Estimated space available: 155.72 GB |
132 | 2024-09-09T20:00:18.168Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-09-09T20:00:18.168Z | Create boot environment: No |
134 | 2024-09-09T20:00:18.168Z | Create backup boot environment: Yes |
135 | 2024-09-09T20:00:18.168Z | Rebuild boot archive: No |
136 | 2024-09-09T20:00:18.168Z | |
137 | 2024-09-09T20:00:18.168Z | Changed mediators: |
138 | 2024-09-09T20:00:18.168Z | mediator clang: |
139 | 2024-09-09T20:00:18.168Z | version: None -> 15 (system default) |
140 | 2024-09-09T20:00:18.168Z | |
141 | 2024-09-09T20:00:18.169Z | mediator llvm: |
142 | 2024-09-09T20:00:18.169Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-09-09T20:00:18.169Z | |
144 | 2024-09-09T20:00:18.169Z | Changed packages: |
145 | 2024-09-09T20:00:18.169Z | helios-dev |
146 | 2024-09-09T20:00:18.169Z | developer/build-essential |
147 | 2024-09-09T20:00:18.169Z | None -> 11-2.0 |
148 | 2024-09-09T20:00:18.169Z | library/libxmlsec1 |
149 | 2024-09-09T20:00:18.169Z | None -> 1.2.35-2.0 |
150 | 2024-09-09T20:00:18.169Z | ooce/developer/clang-15 |
151 | 2024-09-09T20:00:18.169Z | None -> 15.0.7-2.0 |
152 | 2024-09-09T20:00:18.169Z | ooce/developer/llvm-15 |
153 | 2024-09-09T20:00:18.169Z | None -> 15.0.7-2.0 |
154 | 2024-09-09T20:00:18.169Z | package/pkg |
155 | 2024-09-09T20:00:18.169Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-09-09T20:00:18.169Z | |
157 | 2024-09-09T20:00:18.169Z | Services: |
158 | 2024-09-09T20:00:18.169Z | restart_fmri: |
159 | 2024-09-09T20:00:18.169Z | svc:/system/update-man-index:default |
160 | 2024-09-09T20:00:18.170Z | |
161 | 2024-09-09T20:00:18.170Z | Editable files to change: |
162 | 2024-09-09T20:00:18.170Z | Update: |
163 | 2024-09-09T20:00:18.170Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-09-09T20:00:18.523Z | |
165 | 2024-09-09T20:00:18.523Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-09-09T20:00:23.528Z | Download: 797/4281 items 18.7/220.6MB 8% complete (3.8M/s) |
167 | 2024-09-09T20:00:28.537Z | Download: 1435/4281 items 117.1/220.6MB 53% complete (11.9M/s) |
168 | 2024-09-09T20:00:33.727Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (10.2M/s) |
169 | 2024-09-09T20:00:38.738Z | Download: 2580/4281 items 120.4/220.6MB 54% complete (350k/s) |
170 | 2024-09-09T20:00:43.739Z | Download: 3236/4281 items 191.9/220.6MB 87% complete (7.5M/s) |
171 | 2024-09-09T20:01:00.921Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
172 | 2024-09-09T20:01:05.924Z | Download: 4137/4281 items 220.3/220.6MB 99% complete (3.5M/s) |
173 | 2024-09-09T20:01:08.973Z | Download: Completed 220.60 MB in 50.44 seconds (4.4M/s) |
174 | 2024-09-09T20:01:11.068Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-09-09T20:01:11.087Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-09-09T20:01:16.137Z | Actions: 4079/5063 actions (Installing new actions) |
177 | 2024-09-09T20:01:17.231Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-09-09T20:01:17.618Z | Actions: Completed 5063 actions in 6.55 seconds. |
179 | 2024-09-09T20:01:17.939Z | Done (0.283s) |
180 | 2024-09-09T20:01:17.988Z | Done (0.000s) |
181 | 2024-09-09T20:01:18.300Z | Done (0.385s) |
182 | 2024-09-09T20:01:24.917Z | Done (6.443s) |
183 | 2024-09-09T20:01:25.430Z | Done (0.443s) |
184 | 2024-09-09T20:01:25.432Z | Done (0.000s) |
185 | 2024-09-09T20:01:25.593Z | Done (0.000s) |
186 | 2024-09-09T20:01:26.193Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-09-09T20:01:26.353Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-09-09T20:01:26.355Z | Planning: Consolidating action changes ... Done |
189 | 2024-09-09T20:01:26.622Z | Planning: Evaluating mediators ... Done |
190 | 2024-09-09T20:01:26.625Z | Planning: Planning completed in 0.43 seconds |
191 | 2024-09-09T20:01:26.659Z | Mediators to change: 2 |
192 | 2024-09-09T20:01:26.659Z | Create boot environment: No |
193 | 2024-09-09T20:01:26.662Z | Create backup boot environment: No |
194 | 2024-09-09T20:01:26.731Z | Done |
195 | 2024-09-09T20:01:26.731Z | Done |
196 | 2024-09-09T20:01:26.970Z | Done |
197 | 2024-09-09T20:01:30.609Z | Done |
198 | 2024-09-09T20:01:30.699Z | Done |
199 | 2024-09-09T20:01:30.703Z | Done |
200 | 2024-09-09T20:01:31.314Z | Done |
201 | 2024-09-09T20:01:31.916Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-09-09T20:01:31.919Z | Planning: Merging actions ... Done |
203 | 2024-09-09T20:01:32.109Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-09-09T20:01:32.111Z | Planning: Consolidating action changes ... Done |
205 | 2024-09-09T20:01:32.370Z | Planning: Evaluating mediators ... Done |
206 | 2024-09-09T20:01:32.423Z | Planning: Planning completed in 0.75 seconds |
207 | 2024-09-09T20:01:32.463Z | Packages to change: 1 |
208 | 2024-09-09T20:01:32.463Z | Mediators to change: 1 |
209 | 2024-09-09T20:01:32.466Z | Services to change: 1 |
210 | 2024-09-09T20:01:32.467Z | Create boot environment: No |
211 | 2024-09-09T20:01:32.467Z | Create backup boot environment: Yes |
212 | 2024-09-09T20:01:34.655Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-09-09T20:01:34.775Z | Actions: Completed 6 actions in 0.12 seconds. |
214 | 2024-09-09T20:01:34.778Z | Done |
215 | 2024-09-09T20:01:34.778Z | Done |
216 | 2024-09-09T20:01:34.857Z | Done |
217 | 2024-09-09T20:01:38.422Z | Done |
218 | 2024-09-09T20:01:38.513Z | Done |
219 | 2024-09-09T20:01:38.516Z | Done |
220 | 2024-09-09T20:01:38.838Z | Done |
221 | 2024-09-09T20:01:39.273Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-09-09T20:01:39.273Z | clang system 15 system |
223 | 2024-09-09T20:01:39.273Z | csh system system illumos |
224 | 2024-09-09T20:01:39.273Z | ctags system system illumos |
225 | 2024-09-09T20:01:39.273Z | gcc vendor 12 vendor |
226 | 2024-09-09T20:01:39.273Z | gcc system 10 system |
227 | 2024-09-09T20:01:39.273Z | gcc system 7 system |
228 | 2024-09-09T20:01:39.273Z | go system 1.20 system |
229 | 2024-09-09T20:01:39.273Z | go system 1.19 system |
230 | 2024-09-09T20:01:39.273Z | llvm system 15 system |
231 | 2024-09-09T20:01:39.273Z | llvm system 14 system |
232 | 2024-09-09T20:01:39.273Z | mariadb system 10.6 system |
233 | 2024-09-09T20:01:39.273Z | mta vendor vendor dma |
234 | 2024-09-09T20:01:39.273Z | openjdk system 17 system |
235 | 2024-09-09T20:01:39.273Z | openjdk system 11 system |
236 | 2024-09-09T20:01:39.273Z | openjdk system 1.8 system |
237 | 2024-09-09T20:01:39.273Z | openssl vendor 3 vendor |
238 | 2024-09-09T20:01:39.273Z | perl system 5.36 system |
239 | 2024-09-09T20:01:39.273Z | postgresql system 15 system |
240 | 2024-09-09T20:01:39.273Z | postgresql system 13 system |
241 | 2024-09-09T20:01:39.273Z | python vendor 3 vendor |
242 | 2024-09-09T20:01:39.273Z | python system 2 system |
243 | 2024-09-09T20:01:39.273Z | python3 system 3.11 system |
244 | 2024-09-09T20:01:39.273Z | ruby system 3.0 system |
245 | 2024-09-09T20:01:39.273Z | words vendor vendor american-english |
246 | 2024-09-09T20:01:39.273Z | words system system australian-english |
247 | 2024-09-09T20:01:39.273Z | words system system british-english |
248 | 2024-09-09T20:01:39.273Z | words system system canadian-english |
249 | 2024-09-09T20:01:39.273Z | words system system french |
250 | 2024-09-09T20:01:39.274Z | words system system italian |
251 | 2024-09-09T20:01:39.274Z | words system system ngerman |
252 | 2024-09-09T20:01:39.274Z | words system system ogerman |
253 | 2024-09-09T20:01:39.274Z | words system system spanish |
254 | 2024-09-09T20:01:39.597Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-09-09T20:01:39.598Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-09-09T20:01:41.402Z | FMRI IFO |
257 | 2024-09-09T20:01:41.402Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-09-09T20:01:41.402Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-09-09T20:01:41.402Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-09-09T20:01:41.402Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-09-09T20:01:41.402Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-09-09T20:01:41.402Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-09-09T20:01:41.402Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-09-09T20:01:41.402Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-09-09T20:01:41.402Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-09-09T20:01:41.402Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-09-09T20:01:41.402Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-09-09T20:01:41.402Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-09-09T20:01:41.402Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-09-09T20:01:42.006Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-09-09T20:01:42.276Z | Updating crates.io index |
272 | 2024-09-09T20:01:42.279Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
273 | 2024-09-09T20:01:43.081Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-09-09T20:01:43.835Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-09-09T20:01:44.116Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
276 | 2024-09-09T20:01:45.757Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-09-09T20:01:46.019Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-09-09T20:01:46.235Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-09-09T20:01:47.294Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-09-09T20:01:49.396Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-09-09T20:01:50.337Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-09-09T20:01:51.074Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-09-09T20:01:51.325Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-09-09T20:01:51.899Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-09-09T20:01:52.198Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
286 | 2024-09-09T20:01:52.494Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
287 | 2024-09-09T20:01:52.804Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
288 | 2024-09-09T20:01:53.307Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-09-09T20:01:53.553Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-09-09T20:01:53.835Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-09-09T20:01:54.049Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-09-09T20:01:54.356Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2024-09-09T20:01:54.630Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-09-09T20:01:55.005Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-09-09T20:01:55.379Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-09-09T20:01:55.614Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-09-09T20:01:56.008Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-09-09T20:01:56.364Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-09-09T20:01:56.713Z | Updating git repository `https://github.com/oxidecomputer/typify` |
300 | 2024-09-09T20:01:59.023Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-09-09T20:01:59.344Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-09-09T20:01:59.646Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-09-09T20:02:00.147Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
304 | 2024-09-09T20:02:01.166Z | Downloading crates ... |
305 | 2024-09-09T20:02:01.238Z | Downloaded dtrace-parser v0.2.0 |
306 | 2024-09-09T20:02:01.241Z | Downloaded anstyle v1.0.8 |
307 | 2024-09-09T20:02:01.245Z | Downloaded anstream v0.6.14 |
308 | 2024-09-09T20:02:01.257Z | Downloaded pretty-hex v0.4.1 |
309 | 2024-09-09T20:02:01.260Z | Downloaded equivalent v1.0.1 |
310 | 2024-09-09T20:02:01.263Z | Downloaded colorchoice v1.0.1 |
311 | 2024-09-09T20:02:01.264Z | Downloaded usdt-macro v0.5.0 |
312 | 2024-09-09T20:02:01.266Z | Downloaded swrite v0.1.0 |
313 | 2024-09-09T20:02:01.270Z | Downloaded usdt-attr-macro v0.5.0 |
314 | 2024-09-09T20:02:01.274Z | Downloaded generic-array v0.14.7 |
315 | 2024-09-09T20:02:01.277Z | Downloaded byteorder v1.5.0 |
316 | 2024-09-09T20:02:01.281Z | Downloaded fnv v1.0.7 |
317 | 2024-09-09T20:02:01.281Z | Downloaded dof v0.3.0 |
318 | 2024-09-09T20:02:01.284Z | Downloaded crypto-common v0.1.6 |
319 | 2024-09-09T20:02:01.284Z | Downloaded cargo-platform v0.1.8 |
320 | 2024-09-09T20:02:01.284Z | Downloaded errno v0.3.9 |
321 | 2024-09-09T20:02:01.287Z | Downloaded cfg-if v1.0.0 |
322 | 2024-09-09T20:02:01.287Z | Downloaded proc-macro-error-attr v1.0.4 |
323 | 2024-09-09T20:02:01.287Z | Downloaded fastrand v2.1.0 |
324 | 2024-09-09T20:02:01.287Z | Downloaded anstyle-parse v0.2.4 |
325 | 2024-09-09T20:02:01.289Z | Downloaded anstyle-query v1.0.3 |
326 | 2024-09-09T20:02:01.293Z | Downloaded heck v0.4.1 |
327 | 2024-09-09T20:02:01.293Z | Downloaded serde_spanned v0.6.7 |
328 | 2024-09-09T20:02:01.298Z | Downloaded strsim v0.11.1 |
329 | 2024-09-09T20:02:01.309Z | Downloaded is_terminal_polyfill v1.70.0 |
330 | 2024-09-09T20:02:01.315Z | Downloaded cargo_metadata v0.18.1 |
331 | 2024-09-09T20:02:01.318Z | Downloaded camino-tempfile v1.1.1 |
332 | 2024-09-09T20:02:01.321Z | Downloaded version_check v0.9.5 |
333 | 2024-09-09T20:02:01.321Z | Downloaded thiserror v1.0.63 |
334 | 2024-09-09T20:02:01.324Z | Downloaded cpufeatures v0.2.12 |
335 | 2024-09-09T20:02:01.327Z | Downloaded fs-err v2.11.0 |
336 | 2024-09-09T20:02:01.329Z | Downloaded digest v0.10.7 |
337 | 2024-09-09T20:02:01.329Z | Downloaded clap_derive v4.5.13 |
338 | 2024-09-09T20:02:01.332Z | Downloaded block-buffer v0.10.4 |
339 | 2024-09-09T20:02:01.332Z | Downloaded clap_lex v0.7.0 |
340 | 2024-09-09T20:02:01.335Z | Downloaded thread-id v4.2.1 |
341 | 2024-09-09T20:02:01.335Z | Downloaded scroll_derive v0.12.0 |
342 | 2024-09-09T20:02:01.335Z | Downloaded memmap v0.7.0 |
343 | 2024-09-09T20:02:01.337Z | Downloaded itoa v1.0.11 |
344 | 2024-09-09T20:02:01.337Z | Downloaded toml_datetime v0.6.8 |
345 | 2024-09-09T20:02:01.340Z | Downloaded tempfile v3.10.1 |
346 | 2024-09-09T20:02:01.343Z | Downloaded quote v1.0.36 |
347 | 2024-09-09T20:02:01.343Z | Downloaded heck v0.5.0 |
348 | 2024-09-09T20:02:01.346Z | Downloaded bytecount v0.6.8 |
349 | 2024-09-09T20:02:01.350Z | Downloaded pest_derive v2.7.10 |
350 | 2024-09-09T20:02:01.353Z | Downloaded plain v0.2.3 |
351 | 2024-09-09T20:02:01.357Z | Downloaded usdt v0.5.0 |
352 | 2024-09-09T20:02:01.364Z | Downloaded unicode-linebreak v0.1.5 |
353 | 2024-09-09T20:02:01.368Z | Downloaded pest_generator v2.7.10 |
354 | 2024-09-09T20:02:01.368Z | Downloaded autocfg v1.3.0 |
355 | 2024-09-09T20:02:01.368Z | Downloaded serde_tokenstream v0.2.2 |
356 | 2024-09-09T20:02:01.371Z | Downloaded terminal_size v0.3.0 |
357 | 2024-09-09T20:02:01.371Z | Downloaded utf8parse v0.2.1 |
358 | 2024-09-09T20:02:01.371Z | Downloaded macaddr v1.0.1 |
359 | 2024-09-09T20:02:01.374Z | Downloaded cargo_toml v0.20.4 |
360 | 2024-09-09T20:02:01.374Z | Downloaded bitflags v2.6.0 |
361 | 2024-09-09T20:02:01.377Z | Downloaded tabled_derive v0.7.0 |
362 | 2024-09-09T20:02:01.381Z | Downloaded smawk v0.3.2 |
363 | 2024-09-09T20:02:01.381Z | Downloaded camino v1.1.9 |
364 | 2024-09-09T20:02:01.385Z | Downloaded unicode-ident v1.0.12 |
365 | 2024-09-09T20:02:01.385Z | Downloaded typenum v1.17.0 |
366 | 2024-09-09T20:02:01.388Z | Downloaded sha2 v0.10.8 |
367 | 2024-09-09T20:02:01.391Z | Downloaded log v0.4.21 |
368 | 2024-09-09T20:02:01.391Z | Downloaded papergrid v0.11.0 |
369 | 2024-09-09T20:02:01.394Z | Downloaded scroll v0.12.0 |
370 | 2024-09-09T20:02:01.397Z | Downloaded once_cell v1.19.0 |
371 | 2024-09-09T20:02:01.400Z | Downloaded thiserror-impl v1.0.63 |
372 | 2024-09-09T20:02:01.400Z | Downloaded semver v1.0.23 |
373 | 2024-09-09T20:02:01.403Z | Downloaded proc-macro-error v1.0.4 |
374 | 2024-09-09T20:02:01.406Z | Downloaded clap v4.5.16 |
375 | 2024-09-09T20:02:01.414Z | Downloaded usdt-impl v0.5.0 |
376 | 2024-09-09T20:02:01.417Z | Downloaded serde_derive v1.0.208 |
377 | 2024-09-09T20:02:01.422Z | Downloaded ryu v1.0.18 |
378 | 2024-09-09T20:02:01.428Z | Downloaded anyhow v1.0.86 |
379 | 2024-09-09T20:02:01.431Z | Downloaded toml v0.8.19 |
380 | 2024-09-09T20:02:01.431Z | Downloaded proc-macro2 v1.0.86 |
381 | 2024-09-09T20:02:01.434Z | Downloaded ucd-trie v0.1.6 |
382 | 2024-09-09T20:02:01.434Z | Downloaded textwrap v0.16.1 |
383 | 2024-09-09T20:02:01.437Z | Downloaded zerocopy-derive v0.7.34 |
384 | 2024-09-09T20:02:01.440Z | Downloaded pest_meta v2.7.10 |
385 | 2024-09-09T20:02:01.444Z | Downloaded indexmap v2.4.0 |
386 | 2024-09-09T20:02:01.454Z | Downloaded memchr v2.7.2 |
387 | 2024-09-09T20:02:01.473Z | Downloaded serde v1.0.208 |
388 | 2024-09-09T20:02:01.481Z | Downloaded toml_edit v0.22.20 |
389 | 2024-09-09T20:02:01.501Z | Downloaded hashbrown v0.14.5 |
390 | 2024-09-09T20:02:01.511Z | Downloaded pest v2.7.10 |
391 | 2024-09-09T20:02:01.529Z | Downloaded winnow v0.6.18 |
392 | 2024-09-09T20:02:01.536Z | Downloaded serde_json v1.0.125 |
393 | 2024-09-09T20:02:01.543Z | Downloaded clap_builder v4.5.15 |
394 | 2024-09-09T20:02:01.549Z | Downloaded zerocopy v0.7.34 |
395 | 2024-09-09T20:02:01.565Z | Downloaded tabled v0.15.0 |
396 | 2024-09-09T20:02:01.579Z | Downloaded syn v1.0.109 |
397 | 2024-09-09T20:02:01.589Z | Downloaded syn v2.0.74 |
398 | 2024-09-09T20:02:01.600Z | Downloaded goblin v0.8.2 |
399 | 2024-09-09T20:02:01.605Z | Downloaded rustix v0.38.34 |
400 | 2024-09-09T20:02:01.627Z | Downloaded unicode-width v0.1.13 |
401 | 2024-09-09T20:02:01.635Z | Downloaded libc v0.2.158 |
402 | 2024-09-09T20:02:01.936Z | Compiling proc-macro2 v1.0.86 |
403 | 2024-09-09T20:02:01.946Z | Compiling unicode-ident v1.0.12 |
404 | 2024-09-09T20:02:01.946Z | Compiling version_check v0.9.5 |
405 | 2024-09-09T20:02:01.946Z | Compiling serde v1.0.208 |
406 | 2024-09-09T20:02:01.946Z | Compiling thiserror v1.0.63 |
407 | 2024-09-09T20:02:01.946Z | Compiling memchr v2.7.2 |
408 | 2024-09-09T20:02:01.946Z | Compiling libc v0.2.158 |
409 | 2024-09-09T20:02:01.970Z | Compiling ucd-trie v0.1.6 |
410 | 2024-09-09T20:02:02.185Z | Compiling ryu v1.0.18 |
411 | 2024-09-09T20:02:02.524Z | Compiling itoa v1.0.11 |
412 | 2024-09-09T20:02:02.681Z | Compiling once_cell v1.19.0 |
413 | 2024-09-09T20:02:02.745Z | Compiling byteorder v1.5.0 |
414 | 2024-09-09T20:02:03.005Z | Compiling rustix v0.38.34 |
415 | 2024-09-09T20:02:03.068Z | Compiling serde_json v1.0.125 |
416 | 2024-09-09T20:02:04.452Z | Compiling bitflags v2.6.0 |
417 | 2024-09-09T20:02:04.475Z | Compiling usdt-impl v0.5.0 |
418 | 2024-09-09T20:02:04.557Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-09-09T20:02:04.559Z | Compiling syn v1.0.109 |
420 | 2024-09-09T20:02:04.854Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-09-09T20:02:04.877Z | Compiling equivalent v1.0.1 |
422 | 2024-09-09T20:02:04.905Z | Compiling plain v0.2.3 |
423 | 2024-09-09T20:02:04.954Z | Compiling utf8parse v0.2.1 |
424 | 2024-09-09T20:02:04.988Z | Compiling hashbrown v0.14.5 |
425 | 2024-09-09T20:02:05.049Z | Compiling log v0.4.21 |
426 | 2024-09-09T20:02:05.112Z | Compiling thread-id v4.2.1 |
427 | 2024-09-09T20:02:05.157Z | Compiling camino v1.1.9 |
428 | 2024-09-09T20:02:05.235Z | Compiling anstyle-parse v0.2.4 |
429 | 2024-09-09T20:02:05.355Z | Compiling colorchoice v1.0.1 |
430 | 2024-09-09T20:02:05.423Z | Compiling quote v1.0.36 |
431 | 2024-09-09T20:02:05.512Z | Compiling semver v1.0.23 |
432 | 2024-09-09T20:02:05.574Z | Compiling pretty-hex v0.4.1 |
433 | 2024-09-09T20:02:05.656Z | Compiling errno v0.3.9 |
434 | 2024-09-09T20:02:05.775Z | Compiling anstyle v1.0.8 |
435 | 2024-09-09T20:02:05.814Z | Compiling syn v2.0.74 |
436 | 2024-09-09T20:02:06.044Z | Compiling is_terminal_polyfill v1.70.0 |
437 | 2024-09-09T20:02:06.126Z | Compiling autocfg v1.3.0 |
438 | 2024-09-09T20:02:06.163Z | Compiling anstyle-query v1.0.3 |
439 | 2024-09-09T20:02:06.246Z | Compiling indexmap v2.4.0 |
440 | 2024-09-09T20:02:06.305Z | Compiling unicode-width v0.1.13 |
441 | 2024-09-09T20:02:06.358Z | Compiling winnow v0.6.18 |
442 | 2024-09-09T20:02:06.538Z | Compiling anstream v0.6.14 |
443 | 2024-09-09T20:02:07.060Z | Compiling fs-err v2.11.0 |
444 | 2024-09-09T20:02:07.489Z | Compiling heck v0.5.0 |
445 | 2024-09-09T20:02:07.514Z | Compiling heck v0.4.1 |
446 | 2024-09-09T20:02:07.516Z | Compiling cfg-if v1.0.0 |
447 | 2024-09-09T20:02:07.554Z | Compiling anyhow v1.0.86 |
448 | 2024-09-09T20:02:07.600Z | Compiling clap_lex v0.7.0 |
449 | 2024-09-09T20:02:08.002Z | Compiling terminal_size v0.3.0 |
450 | 2024-09-09T20:02:08.027Z | Compiling bytecount v0.6.8 |
451 | 2024-09-09T20:02:08.122Z | Compiling fastrand v2.1.0 |
452 | 2024-09-09T20:02:08.157Z | Compiling strsim v0.11.1 |
453 | 2024-09-09T20:02:08.187Z | Compiling fnv v1.0.7 |
454 | 2024-09-09T20:02:08.328Z | Compiling papergrid v0.11.0 |
455 | 2024-09-09T20:02:08.630Z | Compiling clap_builder v4.5.15 |
456 | 2024-09-09T20:02:08.703Z | Compiling tempfile v3.10.1 |
457 | 2024-09-09T20:02:09.181Z | Compiling memmap v0.7.0 |
458 | 2024-09-09T20:02:09.486Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-09-09T20:02:09.544Z | Compiling smawk v0.3.2 |
460 | 2024-09-09T20:02:09.970Z | Compiling textwrap v0.16.1 |
461 | 2024-09-09T20:02:10.181Z | Compiling swrite v0.1.0 |
462 | 2024-09-09T20:02:11.508Z | Compiling tabled_derive v0.7.0 |
463 | 2024-09-09T20:02:13.065Z | Compiling tabled v0.15.0 |
464 | 2024-09-09T20:02:14.316Z | Compiling serde_derive v1.0.208 |
465 | 2024-09-09T20:02:14.316Z | Compiling thiserror-impl v1.0.63 |
466 | 2024-09-09T20:02:14.319Z | Compiling zerocopy-derive v0.7.34 |
467 | 2024-09-09T20:02:14.319Z | Compiling scroll_derive v0.12.0 |
468 | 2024-09-09T20:02:14.319Z | Compiling clap_derive v4.5.13 |
469 | 2024-09-09T20:02:15.622Z | Compiling scroll v0.12.0 |
470 | 2024-09-09T20:02:16.063Z | Compiling zerocopy v0.7.34 |
471 | 2024-09-09T20:02:16.126Z | Compiling goblin v0.8.2 |
472 | 2024-09-09T20:02:16.796Z | Compiling pest v2.7.10 |
473 | 2024-09-09T20:02:17.741Z | Compiling clap v4.5.16 |
474 | 2024-09-09T20:02:19.077Z | Compiling pest_meta v2.7.10 |
475 | 2024-09-09T20:02:19.868Z | Compiling pest_generator v2.7.10 |
476 | 2024-09-09T20:02:21.542Z | Compiling pest_derive v2.7.10 |
477 | 2024-09-09T20:02:22.194Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-09-09T20:02:24.401Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-09-09T20:02:24.477Z | Compiling serde_spanned v0.6.7 |
480 | 2024-09-09T20:02:24.477Z | Compiling toml_datetime v0.6.8 |
481 | 2024-09-09T20:02:24.741Z | Compiling cargo-platform v0.1.8 |
482 | 2024-09-09T20:02:24.884Z | Compiling toml_edit v0.22.20 |
483 | 2024-09-09T20:02:24.960Z | Compiling macaddr v1.0.1 |
484 | 2024-09-09T20:02:25.183Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-09-09T20:02:25.816Z | Compiling dof v0.3.0 |
486 | 2024-09-09T20:02:25.865Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-09-09T20:02:27.482Z | Compiling usdt-macro v0.5.0 |
488 | 2024-09-09T20:02:27.482Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-09-09T20:02:27.711Z | Compiling toml v0.8.19 |
490 | 2024-09-09T20:02:28.501Z | Compiling cargo_toml v0.20.4 |
491 | 2024-09-09T20:02:28.899Z | Compiling usdt v0.5.0 |
492 | 2024-09-09T20:02:32.291Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-09-09T20:02:36.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.71s |
494 | 2024-09-09T20:02:36.953Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-09-09T20:02:37.325Z | Downloading crates ... |
496 | 2024-09-09T20:02:37.458Z | Downloaded cfg_aliases v0.2.1 |
497 | 2024-09-09T20:02:37.468Z | Downloaded array-init v0.0.4 |
498 | 2024-09-09T20:02:37.471Z | Downloaded adler v1.0.2 |
499 | 2024-09-09T20:02:37.474Z | Downloaded adler2 v2.0.0 |
500 | 2024-09-09T20:02:37.478Z | Downloaded bitstruct_derive v0.1.0 |
501 | 2024-09-09T20:02:37.482Z | Downloaded humantime v2.1.0 |
502 | 2024-09-09T20:02:37.486Z | Downloaded match_cfg v0.1.0 |
503 | 2024-09-09T20:02:37.489Z | Downloaded http-range v0.1.5 |
504 | 2024-09-09T20:02:37.497Z | Downloaded cstr-argument v0.1.2 |
505 | 2024-09-09T20:02:37.499Z | Downloaded cfg_aliases v0.1.1 |
506 | 2024-09-09T20:02:37.499Z | Downloaded crunchy v0.2.2 |
507 | 2024-09-09T20:02:37.502Z | Downloaded atomicwrites v0.4.3 |
508 | 2024-09-09T20:02:37.507Z | Downloaded new_debug_unreachable v1.0.6 |
509 | 2024-09-09T20:02:37.510Z | Downloaded normalize-line-endings v0.3.0 |
510 | 2024-09-09T20:02:37.510Z | Downloaded is_ci v1.2.0 |
511 | 2024-09-09T20:02:37.512Z | Downloaded hubpack_derive v0.1.1 |
512 | 2024-09-09T20:02:37.512Z | Downloaded hostname v0.3.1 |
513 | 2024-09-09T20:02:37.515Z | Downloaded arrayref v0.3.7 |
514 | 2024-09-09T20:02:37.515Z | Downloaded aead v0.5.2 |
515 | 2024-09-09T20:02:37.518Z | Downloaded hubpack v0.1.2 |
516 | 2024-09-09T20:02:37.521Z | Downloaded bitstruct v0.1.1 |
517 | 2024-09-09T20:02:37.521Z | Downloaded atty v0.2.14 |
518 | 2024-09-09T20:02:37.523Z | Downloaded indoc v1.0.9 |
519 | 2024-09-09T20:02:37.526Z | Downloaded async-recursion v1.1.1 |
520 | 2024-09-09T20:02:37.530Z | Downloaded mime v0.3.17 |
521 | 2024-09-09T20:02:37.533Z | Downloaded multimap v0.10.0 |
522 | 2024-09-09T20:02:37.533Z | Downloaded ipnetwork v0.20.0 |
523 | 2024-09-09T20:02:37.535Z | Downloaded instability v0.3.2 |
524 | 2024-09-09T20:02:37.535Z | Downloaded lru v0.12.3 |
525 | 2024-09-09T20:02:37.538Z | Downloaded managed v0.8.0 |
526 | 2024-09-09T20:02:37.540Z | Downloaded libsw v3.3.1 |
527 | 2024-09-09T20:02:37.543Z | Downloaded buf-list v1.0.3 |
528 | 2024-09-09T20:02:37.546Z | Downloaded num v0.4.3 |
529 | 2024-09-09T20:02:37.546Z | Downloaded nibble_vec v0.1.0 |
530 | 2024-09-09T20:02:37.548Z | Downloaded maybe-uninit v2.0.0 |
531 | 2024-09-09T20:02:37.551Z | Downloaded hyper-staticfile v0.9.5 |
532 | 2024-09-09T20:02:37.551Z | Downloaded darling v0.20.9 |
533 | 2024-09-09T20:02:37.556Z | Downloaded highway v1.2.0 |
534 | 2024-09-09T20:02:37.558Z | Downloaded ciborium-ll v0.2.2 |
535 | 2024-09-09T20:02:37.561Z | Downloaded block-padding v0.3.3 |
536 | 2024-09-09T20:02:37.563Z | Downloaded matches v0.1.10 |
537 | 2024-09-09T20:02:37.563Z | Downloaded ident_case v1.0.1 |
538 | 2024-09-09T20:02:37.564Z | Downloaded md5 v0.7.0 |
539 | 2024-09-09T20:02:37.566Z | Downloaded instant v0.1.12 |
540 | 2024-09-09T20:02:37.566Z | Downloaded crucible-workspace-hack v0.1.0 |
541 | 2024-09-09T20:02:37.569Z | Downloaded crc-catalog v2.4.0 |
542 | 2024-09-09T20:02:37.569Z | Downloaded const_format_proc_macros v0.2.32 |
543 | 2024-09-09T20:02:37.571Z | Downloaded newline-converter v0.3.0 |
544 | 2024-09-09T20:02:37.574Z | Downloaded nodrop v0.1.14 |
545 | 2024-09-09T20:02:37.575Z | Downloaded castaway v0.2.3 |
546 | 2024-09-09T20:02:37.577Z | Downloaded bit-set v0.5.3 |
547 | 2024-09-09T20:02:37.577Z | Downloaded assert_matches v1.5.0 |
548 | 2024-09-09T20:02:37.580Z | Downloaded newtype-uuid v1.1.0 |
549 | 2024-09-09T20:02:37.580Z | Downloaded linked-hash-map v0.5.6 |
550 | 2024-09-09T20:02:37.582Z | Downloaded home v0.5.9 |
551 | 2024-09-09T20:02:37.582Z | Downloaded is-terminal v0.4.12 |
552 | 2024-09-09T20:02:37.585Z | Downloaded argon2 v0.5.3 |
553 | 2024-09-09T20:02:37.588Z | Downloaded crc v3.2.1 |
554 | 2024-09-09T20:02:37.590Z | Downloaded memmap2 v0.9.4 |
555 | 2024-09-09T20:02:37.593Z | Downloaded hmac v0.12.1 |
556 | 2024-09-09T20:02:37.593Z | Downloaded cobs v0.2.3 |
557 | 2024-09-09T20:02:37.596Z | Downloaded bitfield v0.14.0 |
558 | 2024-09-09T20:02:37.596Z | Downloaded signal-hook-tokio v0.3.1 |
559 | 2024-09-09T20:02:37.599Z | Downloaded native-tls v0.2.11 |
560 | 2024-09-09T20:02:37.601Z | Downloaded signal-hook-mio v0.2.4 |
561 | 2024-09-09T20:02:37.601Z | Downloaded lazy_static v1.5.0 |
562 | 2024-09-09T20:02:37.605Z | Downloaded russh-cryptovec v0.7.2 |
563 | 2024-09-09T20:02:37.607Z | Downloaded serde-big-array v0.5.1 |
564 | 2024-09-09T20:02:37.607Z | Downloaded bit-vec v0.6.3 |
565 | 2024-09-09T20:02:37.610Z | Downloaded memoffset v0.9.1 |
566 | 2024-09-09T20:02:37.610Z | Downloaded md-5 v0.10.6 |
567 | 2024-09-09T20:02:37.612Z | Downloaded hyper-tls v0.5.0 |
568 | 2024-09-09T20:02:37.614Z | Downloaded crossbeam-deque v0.8.5 |
569 | 2024-09-09T20:02:37.617Z | Downloaded cipher v0.4.4 |
570 | 2024-09-09T20:02:37.617Z | Downloaded keccak v0.1.5 |
571 | 2024-09-09T20:02:37.619Z | Downloaded indent_write v2.2.0 |
572 | 2024-09-09T20:02:37.619Z | Downloaded colored v2.1.0 |
573 | 2024-09-09T20:02:37.622Z | Downloaded maplit v1.0.2 |
574 | 2024-09-09T20:02:37.624Z | Downloaded termtree v0.4.1 |
575 | 2024-09-09T20:02:37.627Z | Downloaded cancel-safe-futures v0.1.5 |
576 | 2024-09-09T20:02:37.629Z | Downloaded bcs v0.1.6 |
577 | 2024-09-09T20:02:37.631Z | Downloaded base64ct v1.6.0 |
578 | 2024-09-09T20:02:37.634Z | Downloaded newtype_derive v0.1.6 |
579 | 2024-09-09T20:02:37.636Z | Downloaded scheduled-thread-pool v0.2.7 |
580 | 2024-09-09T20:02:37.636Z | Downloaded async-bb8-diesel v0.2.1 |
581 | 2024-09-09T20:02:37.639Z | Downloaded rusty-fork v0.3.0 |
582 | 2024-09-09T20:02:37.641Z | Downloaded bzip2 v0.4.4 |
583 | 2024-09-09T20:02:37.644Z | Downloaded miniz_oxide v0.8.0 |
584 | 2024-09-09T20:02:37.646Z | Downloaded mockall_derive v0.13.0 |
585 | 2024-09-09T20:02:37.648Z | Downloaded curve25519-dalek-derive v0.1.1 |
586 | 2024-09-09T20:02:37.651Z | Downloaded csv-core v0.1.11 |
587 | 2024-09-09T20:02:37.653Z | Downloaded darling_macro v0.20.9 |
588 | 2024-09-09T20:02:37.653Z | Downloaded backoff v0.4.0 |
589 | 2024-09-09T20:02:37.656Z | Downloaded arrayvec v0.7.4 |
590 | 2024-09-09T20:02:37.658Z | Downloaded dhcproto-macros v0.1.0 |
591 | 2024-09-09T20:02:37.660Z | Downloaded want v0.3.1 |
592 | 2024-09-09T20:02:37.660Z | Downloaded arc-swap v1.7.1 |
593 | 2024-09-09T20:02:37.663Z | Downloaded libloading v0.8.3 |
594 | 2024-09-09T20:02:37.666Z | Downloaded rfc6979 v0.4.0 |
595 | 2024-09-09T20:02:37.669Z | Downloaded ssh-encoding v0.2.0 |
596 | 2024-09-09T20:02:37.672Z | Downloaded rustls-pemfile v2.1.3 |
597 | 2024-09-09T20:02:37.674Z | Downloaded linear-map v1.2.0 |
598 | 2024-09-09T20:02:37.674Z | Downloaded iana-time-zone v0.1.60 |
599 | 2024-09-09T20:02:37.677Z | Downloaded constant_time_eq v0.3.0 |
600 | 2024-09-09T20:02:37.680Z | Downloaded foreign-types-shared v0.3.1 |
601 | 2024-09-09T20:02:37.680Z | Downloaded foreign-types-shared v0.1.1 |
602 | 2024-09-09T20:02:37.682Z | Downloaded foreign-types v0.5.0 |
603 | 2024-09-09T20:02:37.682Z | Downloaded termios v0.3.3 |
604 | 2024-09-09T20:02:37.685Z | Downloaded pretty-hex v0.2.1 |
605 | 2024-09-09T20:02:37.687Z | Downloaded number_prefix v0.4.0 |
606 | 2024-09-09T20:02:37.687Z | Downloaded mime_guess v2.0.4 |
607 | 2024-09-09T20:02:37.690Z | Downloaded rustc_version v0.4.0 |
608 | 2024-09-09T20:02:37.690Z | Downloaded ipnet v2.9.0 |
609 | 2024-09-09T20:02:37.692Z | Downloaded termcolor v1.4.1 |
610 | 2024-09-09T20:02:37.695Z | Downloaded serde_urlencoded v0.7.1 |
611 | 2024-09-09T20:02:37.698Z | Downloaded unicode-xid v0.2.4 |
612 | 2024-09-09T20:02:37.698Z | Downloaded twox-hash v1.6.3 |
613 | 2024-09-09T20:02:37.701Z | Downloaded ctr v0.9.2 |
614 | 2024-09-09T20:02:37.703Z | Downloaded nu-ansi-term v0.50.0 |
615 | 2024-09-09T20:02:37.706Z | Downloaded cookie v0.17.0 |
616 | 2024-09-09T20:02:37.708Z | Downloaded crossbeam-epoch v0.9.18 |
617 | 2024-09-09T20:02:37.711Z | Downloaded untrusted v0.9.0 |
618 | 2024-09-09T20:02:37.713Z | Downloaded stringprep v0.1.4 |
619 | 2024-09-09T20:02:37.716Z | Downloaded strip-ansi-escapes v0.2.0 |
620 | 2024-09-09T20:02:37.716Z | Downloaded utf-8 v0.7.6 |
621 | 2024-09-09T20:02:37.719Z | Downloaded smf v0.2.3 |
622 | 2024-09-09T20:02:37.719Z | Downloaded const-oid v0.9.6 |
623 | 2024-09-09T20:02:37.722Z | Downloaded data-encoding v2.6.0 |
624 | 2024-09-09T20:02:37.724Z | Downloaded fallible-iterator v0.3.0 |
625 | 2024-09-09T20:02:37.727Z | Downloaded dyn-clone v1.0.17 |
626 | 2024-09-09T20:02:37.728Z | Downloaded sha1 v0.10.6 |
627 | 2024-09-09T20:02:37.730Z | Downloaded debug-ignore v1.0.5 |
628 | 2024-09-09T20:02:37.730Z | Downloaded getopts v0.2.21 |
629 | 2024-09-09T20:02:37.733Z | Downloaded allocator-api2 v0.2.18 |
630 | 2024-09-09T20:02:37.735Z | Downloaded cookie v0.18.1 |
631 | 2024-09-09T20:02:37.738Z | Downloaded olpc-cjson v0.1.3 |
632 | 2024-09-09T20:02:37.741Z | Downloaded multer v3.1.0 |
633 | 2024-09-09T20:02:37.743Z | Downloaded miniz_oxide v0.7.2 |
634 | 2024-09-09T20:02:37.746Z | Downloaded structmeta-derive v0.2.0 |
635 | 2024-09-09T20:02:37.748Z | Downloaded tokio-rustls v0.25.0 |
636 | 2024-09-09T20:02:37.751Z | Downloaded phf v0.11.2 |
637 | 2024-09-09T20:02:37.751Z | Downloaded percent-encoding v2.3.1 |
638 | 2024-09-09T20:02:37.754Z | Downloaded lock_api v0.4.12 |
639 | 2024-09-09T20:02:37.754Z | Downloaded quick-error v1.2.3 |
640 | 2024-09-09T20:02:37.756Z | Downloaded ppv-lite86 v0.2.17 |
641 | 2024-09-09T20:02:37.758Z | Downloaded r2d2 v0.8.10 |
642 | 2024-09-09T20:02:37.759Z | Downloaded fallible-iterator v0.2.0 |
643 | 2024-09-09T20:02:37.761Z | Downloaded erased-serde v0.3.31 |
644 | 2024-09-09T20:02:37.763Z | Downloaded packed_struct v0.10.1 |
645 | 2024-09-09T20:02:37.766Z | Downloaded hash32 v0.3.1 |
646 | 2024-09-09T20:02:37.769Z | Downloaded packed_struct_codegen v0.10.1 |
647 | 2024-09-09T20:02:37.769Z | Downloaded sct v0.7.1 |
648 | 2024-09-09T20:02:37.773Z | Downloaded crossbeam-utils v0.8.19 |
649 | 2024-09-09T20:02:37.776Z | Downloaded pbkdf2 v0.11.0 |
650 | 2024-09-09T20:02:37.778Z | Downloaded strum_macros v0.26.4 |
651 | 2024-09-09T20:02:37.781Z | Downloaded smallvec v1.13.2 |
652 | 2024-09-09T20:02:37.784Z | Downloaded bytes v1.7.1 |
653 | 2024-09-09T20:02:37.788Z | Downloaded indexmap v1.9.3 |
654 | 2024-09-09T20:02:37.792Z | Downloaded num-conv v0.1.0 |
655 | 2024-09-09T20:02:37.794Z | Downloaded oso-derive v0.27.3 |
656 | 2024-09-09T20:02:37.794Z | Downloaded rustversion v1.0.17 |
657 | 2024-09-09T20:02:37.797Z | Downloaded rtoolbox v0.0.2 |
658 | 2024-09-09T20:02:37.800Z | Downloaded openssl-probe v0.1.5 |
659 | 2024-09-09T20:02:37.803Z | Downloaded structmeta v0.3.0 |
660 | 2024-09-09T20:02:37.803Z | Downloaded slog-json v2.6.1 |
661 | 2024-09-09T20:02:37.806Z | Downloaded slog-envlogger v2.2.0 |
662 | 2024-09-09T20:02:37.806Z | Downloaded hashlink v0.9.1 |
663 | 2024-09-09T20:02:37.808Z | Downloaded parking_lot v0.11.2 |
664 | 2024-09-09T20:02:37.820Z | Downloaded semver v0.1.20 |
665 | 2024-09-09T20:02:37.823Z | Downloaded unarray v0.1.4 |
666 | 2024-09-09T20:02:37.825Z | Downloaded deranged v0.3.11 |
667 | 2024-09-09T20:02:37.825Z | Downloaded tokio-stream v0.1.15 |
668 | 2024-09-09T20:02:37.830Z | Downloaded unicase v2.7.0 |
669 | 2024-09-09T20:02:37.832Z | Downloaded test-strategy v0.3.1 |
670 | 2024-09-09T20:02:37.836Z | Downloaded tls_codec v0.4.1 |
671 | 2024-09-09T20:02:37.839Z | Downloaded chacha20poly1305 v0.10.1 |
672 | 2024-09-09T20:02:37.841Z | Downloaded zone v0.1.8 |
673 | 2024-09-09T20:02:37.844Z | Downloaded tinyvec_macros v0.1.1 |
674 | 2024-09-09T20:02:37.844Z | Downloaded mio v1.0.2 |
675 | 2024-09-09T20:02:37.849Z | Downloaded compact_str v0.8.0 |
676 | 2024-09-09T20:02:37.853Z | Downloaded stable_deref_trait v1.2.0 |
677 | 2024-09-09T20:02:37.855Z | Downloaded futures-core v0.3.30 |
678 | 2024-09-09T20:02:37.855Z | Downloaded http v1.1.0 |
679 | 2024-09-09T20:02:37.860Z | Downloaded spin v0.5.2 |
680 | 2024-09-09T20:02:37.862Z | Downloaded group v0.13.0 |
681 | 2024-09-09T20:02:37.865Z | Downloaded ed25519 v2.2.3 |
682 | 2024-09-09T20:02:37.868Z | Downloaded funty v2.0.0 |
683 | 2024-09-09T20:02:37.868Z | Downloaded num-integer v0.1.46 |
684 | 2024-09-09T20:02:37.870Z | Downloaded serde_with_macros v3.9.0 |
685 | 2024-09-09T20:02:37.873Z | Downloaded vte_generate_state_changes v0.1.1 |
686 | 2024-09-09T20:02:37.873Z | Downloaded flagset v0.4.5 |
687 | 2024-09-09T20:02:37.875Z | Downloaded fixedbitset v0.4.2 |
688 | 2024-09-09T20:02:37.875Z | Downloaded path-slash v0.1.5 |
689 | 2024-09-09T20:02:37.878Z | Downloaded parse-size v1.0.0 |
690 | 2024-09-09T20:02:37.878Z | Downloaded getrandom v0.2.14 |
691 | 2024-09-09T20:02:37.881Z | Downloaded dropshot_endpoint v0.10.1 |
692 | 2024-09-09T20:02:37.883Z | Downloaded num-derive v0.4.2 |
693 | 2024-09-09T20:02:37.886Z | Downloaded pkg-config v0.3.30 |
694 | 2024-09-09T20:02:37.888Z | Downloaded rand_chacha v0.3.1 |
695 | 2024-09-09T20:02:37.888Z | Downloaded predicates-tree v1.0.9 |
696 | 2024-09-09T20:02:37.891Z | Downloaded indicatif v0.17.8 |
697 | 2024-09-09T20:02:37.893Z | Downloaded subprocess v0.2.9 |
698 | 2024-09-09T20:02:37.896Z | Downloaded tls_codec_derive v0.4.1 |
699 | 2024-09-09T20:02:37.899Z | Downloaded walkdir v2.5.0 |
700 | 2024-09-09T20:02:37.901Z | Downloaded serde_arrays v0.1.0 |
701 | 2024-09-09T20:02:37.905Z | Downloaded rustfmt-wrapper v0.2.1 |
702 | 2024-09-09T20:02:37.905Z | Downloaded rustc_version v0.1.7 |
703 | 2024-09-09T20:02:37.908Z | Downloaded smallvec v0.6.14 |
704 | 2024-09-09T20:02:37.908Z | Downloaded tungstenite v0.23.0 |
705 | 2024-09-09T20:02:37.910Z | Downloaded thiserror-impl-no-std v2.0.2 |
706 | 2024-09-09T20:02:37.913Z | Downloaded same-file v1.0.6 |
707 | 2024-09-09T20:02:37.915Z | Downloaded secrecy v0.8.0 |
708 | 2024-09-09T20:02:37.915Z | Downloaded subtle v2.5.0 |
709 | 2024-09-09T20:02:37.918Z | Downloaded serde_path_to_error v0.1.16 |
710 | 2024-09-09T20:02:37.921Z | Downloaded serde-hex v0.1.0 |
711 | 2024-09-09T20:02:37.921Z | Downloaded hickory-resolver v0.24.1 |
712 | 2024-09-09T20:02:37.925Z | Downloaded crypto-bigint v0.5.5 |
713 | 2024-09-09T20:02:37.933Z | Downloaded rpassword v7.3.1 |
714 | 2024-09-09T20:02:37.936Z | Downloaded zone v0.3.0 |
715 | 2024-09-09T20:02:37.936Z | Downloaded ecdsa v0.16.9 |
716 | 2024-09-09T20:02:37.938Z | Downloaded zeroize_derive v1.4.2 |
717 | 2024-09-09T20:02:37.940Z | Downloaded derive_builder_macro v0.20.0 |
718 | 2024-09-09T20:02:37.940Z | Downloaded zeroize v1.7.0 |
719 | 2024-09-09T20:02:37.943Z | Downloaded wait-timeout v0.2.0 |
720 | 2024-09-09T20:02:37.945Z | Downloaded darling_core v0.20.9 |
721 | 2024-09-09T20:02:37.948Z | Downloaded const_format v0.2.32 |
722 | 2024-09-09T20:02:37.954Z | Downloaded try-lock v0.2.5 |
723 | 2024-09-09T20:02:37.956Z | Downloaded foreign-types v0.3.2 |
724 | 2024-09-09T20:02:37.959Z | Downloaded hex-literal v0.4.1 |
725 | 2024-09-09T20:02:37.959Z | Downloaded num_threads v0.1.7 |
726 | 2024-09-09T20:02:37.959Z | Downloaded futures-macro v0.3.30 |
727 | 2024-09-09T20:02:37.962Z | Downloaded futures-io v0.3.30 |
728 | 2024-09-09T20:02:37.962Z | Downloaded futures-executor v0.3.30 |
729 | 2024-09-09T20:02:37.965Z | Downloaded futures-sink v0.3.30 |
730 | 2024-09-09T20:02:37.965Z | Downloaded parse-display-derive v0.10.0 |
731 | 2024-09-09T20:02:37.967Z | Downloaded snafu-derive v0.8.2 |
732 | 2024-09-09T20:02:37.968Z | Downloaded tokio-tungstenite v0.23.1 |
733 | 2024-09-09T20:02:37.970Z | Downloaded postgres-protocol v0.6.7 |
734 | 2024-09-09T20:02:37.973Z | Downloaded ff v0.13.0 |
735 | 2024-09-09T20:02:37.975Z | Downloaded zerocopy v0.6.6 |
736 | 2024-09-09T20:02:37.978Z | Downloaded enum-as-inner v0.5.1 |
737 | 2024-09-09T20:02:37.981Z | Downloaded tar v0.4.41 |
738 | 2024-09-09T20:02:37.983Z | Downloaded socket2 v0.5.7 |
739 | 2024-09-09T20:02:37.985Z | Downloaded slog-term v2.9.1 |
740 | 2024-09-09T20:02:37.988Z | Downloaded http v0.2.12 |
741 | 2024-09-09T20:02:37.992Z | Downloaded pbkdf2 v0.12.2 |
742 | 2024-09-09T20:02:37.994Z | Downloaded static_assertions v1.1.0 |
743 | 2024-09-09T20:02:37.997Z | Downloaded ssh-cipher v0.2.0 |
744 | 2024-09-09T20:02:37.997Z | Downloaded rustls-pemfile v1.0.4 |
745 | 2024-09-09T20:02:38.000Z | Downloaded crossbeam-channel v0.5.12 |
746 | 2024-09-09T20:02:38.008Z | Downloaded fatfs v0.3.6 |
747 | 2024-09-09T20:02:38.011Z | Downloaded tiny-keccak v2.0.2 |
748 | 2024-09-09T20:02:38.011Z | Downloaded shell-words v1.1.0 |
749 | 2024-09-09T20:02:38.013Z | Downloaded time-core v0.1.2 |
750 | 2024-09-09T20:02:38.013Z | Downloaded sigpipe v0.1.3 |
751 | 2024-09-09T20:02:38.016Z | Downloaded strum v0.26.3 |
752 | 2024-09-09T20:02:38.016Z | Downloaded shlex v1.3.0 |
753 | 2024-09-09T20:02:38.019Z | Downloaded des v0.8.1 |
754 | 2024-09-09T20:02:38.021Z | Downloaded filetime v0.2.25 |
755 | 2024-09-09T20:02:38.021Z | Downloaded either v1.13.0 |
756 | 2024-09-09T20:02:38.024Z | Downloaded aes-gcm v0.10.3 |
757 | 2024-09-09T20:02:38.027Z | Downloaded tui-tree-widget v0.22.0 |
758 | 2024-09-09T20:02:38.029Z | Downloaded serde_yaml v0.9.34+deprecated |
759 | 2024-09-09T20:02:38.032Z | Downloaded half v2.4.1 |
760 | 2024-09-09T20:02:38.036Z | Downloaded fxhash v0.2.1 |
761 | 2024-09-09T20:02:38.038Z | Downloaded num-complex v0.4.6 |
762 | 2024-09-09T20:02:38.041Z | Downloaded diesel_table_macro_syntax v0.2.0 |
763 | 2024-09-09T20:02:38.041Z | Downloaded hickory-client v0.24.1 |
764 | 2024-09-09T20:02:38.043Z | Downloaded gethostname v0.5.0 |
765 | 2024-09-09T20:02:38.046Z | Downloaded toml v0.7.8 |
766 | 2024-09-09T20:02:38.049Z | Downloaded mio v0.8.11 |
767 | 2024-09-09T20:02:38.055Z | Downloaded oso v0.27.3 |
768 | 2024-09-09T20:02:38.059Z | Downloaded precomputed-hash v0.1.1 |
769 | 2024-09-09T20:02:38.062Z | Downloaded predicates-core v1.0.6 |
770 | 2024-09-09T20:02:38.062Z | Downloaded thiserror-no-std v2.0.2 |
771 | 2024-09-09T20:02:38.066Z | Downloaded sqlparser_derive v0.2.2 |
772 | 2024-09-09T20:02:38.068Z | Downloaded password-hash v0.5.0 |
773 | 2024-09-09T20:02:38.071Z | Downloaded tinyvec v1.6.0 |
774 | 2024-09-09T20:02:38.073Z | Downloaded diesel_derives v2.2.2 |
775 | 2024-09-09T20:02:38.078Z | Downloaded spki v0.7.3 |
776 | 2024-09-09T20:02:38.080Z | Downloaded pin-utils v0.1.0 |
777 | 2024-09-09T20:02:38.083Z | Downloaded derive_more v0.99.18 |
778 | 2024-09-09T20:02:38.086Z | Downloaded p256 v0.13.2 |
779 | 2024-09-09T20:02:38.091Z | Downloaded thread_local v1.1.8 |
780 | 2024-09-09T20:02:38.094Z | Downloaded headers-core v0.2.0 |
781 | 2024-09-09T20:02:38.094Z | Downloaded env_logger v0.10.2 |
782 | 2024-09-09T20:02:38.097Z | Downloaded rsa v0.9.6 |
783 | 2024-09-09T20:02:38.102Z | Downloaded fallible-streaming-iterator v0.1.9 |
784 | 2024-09-09T20:02:38.105Z | Downloaded powerfmt v0.2.0 |
785 | 2024-09-09T20:02:38.107Z | Downloaded tracing-attributes v0.1.27 |
786 | 2024-09-09T20:02:38.110Z | Downloaded unicode-bidi v0.3.15 |
787 | 2024-09-09T20:02:38.112Z | Downloaded prettyplease v0.2.20 |
788 | 2024-09-09T20:02:38.115Z | Downloaded phf_shared v0.10.0 |
789 | 2024-09-09T20:02:38.117Z | Downloaded nom v7.1.3 |
790 | 2024-09-09T20:02:38.122Z | Downloaded enum-as-inner v0.6.0 |
791 | 2024-09-09T20:02:38.124Z | Downloaded serde_plain v1.0.2 |
792 | 2024-09-09T20:02:38.127Z | Downloaded psl-types v2.0.11 |
793 | 2024-09-09T20:02:38.127Z | Downloaded predicates v3.1.2 |
794 | 2024-09-09T20:02:38.129Z | Downloaded futures-task v0.3.30 |
795 | 2024-09-09T20:02:38.132Z | Downloaded sqlformat v0.2.4 |
796 | 2024-09-09T20:02:38.134Z | Downloaded zone_cfg_derive v0.3.0 |
797 | 2024-09-09T20:02:38.134Z | Downloaded tower-service v0.3.2 |
798 | 2024-09-09T20:02:38.137Z | Downloaded rustc-demangle v0.1.24 |
799 | 2024-09-09T20:02:38.137Z | Downloaded fragile v2.0.0 |
800 | 2024-09-09T20:02:38.140Z | Downloaded primeorder v0.13.6 |
801 | 2024-09-09T20:02:38.142Z | Downloaded dirs-sys-next v0.1.2 |
802 | 2024-09-09T20:02:38.142Z | Downloaded slog-stdlog v4.1.1 |
803 | 2024-09-09T20:02:38.145Z | Downloaded tokio-postgres v0.7.11 |
804 | 2024-09-09T20:02:38.149Z | Downloaded itertools v0.12.1 |
805 | 2024-09-09T20:02:38.157Z | Downloaded sync_wrapper v0.1.2 |
806 | 2024-09-09T20:02:38.160Z | Downloaded pkcs1 v0.7.5 |
807 | 2024-09-09T20:02:38.162Z | Downloaded crossterm v0.28.1 |
808 | 2024-09-09T20:02:38.168Z | Downloaded float-cmp v0.9.0 |
809 | 2024-09-09T20:02:38.170Z | Downloaded downcast v0.11.0 |
810 | 2024-09-09T20:02:38.174Z | Downloaded display-error-chain v0.2.1 |
811 | 2024-09-09T20:02:38.174Z | Downloaded slab v0.4.9 |
812 | 2024-09-09T20:02:38.177Z | Downloaded whoami v1.5.1 |
813 | 2024-09-09T20:02:38.177Z | Downloaded opaque-debug v0.3.1 |
814 | 2024-09-09T20:02:38.179Z | Downloaded slog-scope v4.4.0 |
815 | 2024-09-09T20:02:38.179Z | Downloaded x509-cert v0.2.5 |
816 | 2024-09-09T20:02:38.186Z | Downloaded siphasher v0.3.11 |
817 | 2024-09-09T20:02:38.189Z | Downloaded heck v0.3.3 |
818 | 2024-09-09T20:02:38.189Z | Downloaded defmt-parser v0.3.4 |
819 | 2024-09-09T20:02:38.191Z | Downloaded env_logger v0.9.3 |
820 | 2024-09-09T20:02:38.200Z | Downloaded openssl-sys v0.9.103 |
821 | 2024-09-09T20:02:38.200Z | Downloaded unsafe-libyaml v0.2.11 |
822 | 2024-09-09T20:02:38.203Z | Downloaded defmt-macros v0.3.9 |
823 | 2024-09-09T20:02:38.205Z | Downloaded toolchain_find v0.4.0 |
824 | 2024-09-09T20:02:38.208Z | Downloaded derive_builder v0.20.0 |
825 | 2024-09-09T20:02:38.211Z | Downloaded yasna v0.5.2 |
826 | 2024-09-09T20:02:38.214Z | Downloaded universal-hash v0.5.1 |
827 | 2024-09-09T20:02:38.216Z | Downloaded float-ord v0.3.2 |
828 | 2024-09-09T20:02:38.216Z | Downloaded slog-bunyan v2.5.0 |
829 | 2024-09-09T20:02:38.219Z | Downloaded uuid v1.10.0 |
830 | 2024-09-09T20:02:38.221Z | Downloaded elliptic-curve v0.13.8 |
831 | 2024-09-09T20:02:38.225Z | Downloaded ghash v0.5.1 |
832 | 2024-09-09T20:02:38.227Z | Downloaded strum_macros v0.24.3 |
833 | 2024-09-09T20:02:38.230Z | Downloaded num-iter v0.1.45 |
834 | 2024-09-09T20:02:38.230Z | Downloaded poly1305 v0.8.0 |
835 | 2024-09-09T20:02:38.232Z | Downloaded snafu v0.8.2 |
836 | 2024-09-09T20:02:38.239Z | Downloaded hashbrown v0.12.3 |
837 | 2024-09-09T20:02:38.244Z | Downloaded zone_cfg_derive v0.1.2 |
838 | 2024-09-09T20:02:38.247Z | Downloaded pem v3.0.4 |
839 | 2024-09-09T20:02:38.247Z | Downloaded pkcs5 v0.7.1 |
840 | 2024-09-09T20:02:38.250Z | Downloaded scopeguard v1.2.0 |
841 | 2024-09-09T20:02:38.253Z | Downloaded peg-runtime v0.8.3 |
842 | 2024-09-09T20:02:38.253Z | Downloaded endian-type v0.1.2 |
843 | 2024-09-09T20:02:38.255Z | Downloaded signal-hook v0.3.17 |
844 | 2024-09-09T20:02:38.258Z | Downloaded dirs-next v2.0.0 |
845 | 2024-09-09T20:02:38.258Z | Downloaded wyz v0.5.1 |
846 | 2024-09-09T20:02:38.260Z | Downloaded strum_macros v0.25.3 |
847 | 2024-09-09T20:02:38.263Z | Downloaded pkcs8 v0.10.2 |
848 | 2024-09-09T20:02:38.265Z | Downloaded string_cache v0.8.7 |
849 | 2024-09-09T20:02:38.268Z | Downloaded slog v2.7.0 |
850 | 2024-09-09T20:02:38.270Z | Downloaded socket2 v0.4.10 |
851 | 2024-09-09T20:02:38.273Z | Downloaded tabwriter v1.4.0 |
852 | 2024-09-09T20:02:38.275Z | Downloaded rustc-hash v1.1.0 |
853 | 2024-09-09T20:02:38.275Z | Downloaded topological-sort v0.2.2 |
854 | 2024-09-09T20:02:38.278Z | Downloaded glob v0.3.1 |
855 | 2024-09-09T20:02:38.278Z | Downloaded structmeta-derive v0.3.0 |
856 | 2024-09-09T20:02:38.280Z | Downloaded structmeta v0.2.0 |
857 | 2024-09-09T20:02:38.280Z | Downloaded embedded-io v0.4.0 |
858 | 2024-09-09T20:02:38.284Z | Downloaded take_mut v0.2.2 |
859 | 2024-09-09T20:02:38.284Z | Downloaded tungstenite v0.20.1 |
860 | 2024-09-09T20:02:38.286Z | Downloaded tracing-core v0.1.32 |
861 | 2024-09-09T20:02:38.289Z | Downloaded slog-async v2.8.0 |
862 | 2024-09-09T20:02:38.291Z | Downloaded ena v0.14.3 |
863 | 2024-09-09T20:02:38.294Z | Downloaded russh-keys v0.45.0 |
864 | 2024-09-09T20:02:38.296Z | Downloaded which v4.4.2 |
865 | 2024-09-09T20:02:38.299Z | Downloaded vsss-rs v3.3.4 |
866 | 2024-09-09T20:02:38.299Z | Downloaded polyval v0.6.2 |
867 | 2024-09-09T20:02:38.302Z | Downloaded rand_core v0.6.4 |
868 | 2024-09-09T20:02:38.305Z | Downloaded uzers v0.11.3 |
869 | 2024-09-09T20:02:38.305Z | Downloaded parking_lot_core v0.8.6 |
870 | 2024-09-09T20:02:38.307Z | Downloaded portpicker v0.1.1 |
871 | 2024-09-09T20:02:38.310Z | Downloaded sec1 v0.7.3 |
872 | 2024-09-09T20:02:38.310Z | Downloaded salsa20 v0.10.2 |
873 | 2024-09-09T20:02:38.313Z | Downloaded headers v0.3.9 |
874 | 2024-09-09T20:02:38.317Z | Downloaded zip v0.6.6 |
875 | 2024-09-09T20:02:38.321Z | Downloaded tokio-macros v2.4.0 |
876 | 2024-09-09T20:02:38.324Z | Downloaded untrusted v0.7.1 |
877 | 2024-09-09T20:02:38.324Z | Downloaded supports-color v3.0.0 |
878 | 2024-09-09T20:02:38.326Z | Downloaded reedline v0.33.0 |
879 | 2024-09-09T20:02:38.334Z | Downloaded num_enum_derive v0.5.11 |
880 | 2024-09-09T20:02:38.337Z | Downloaded unicode-truncate v1.0.0 |
881 | 2024-09-09T20:02:38.337Z | Downloaded num_enum v0.5.11 |
882 | 2024-09-09T20:02:38.341Z | Downloaded der_derive v0.7.2 |
883 | 2024-09-09T20:02:38.344Z | Downloaded time-macros v0.2.18 |
884 | 2024-09-09T20:02:38.347Z | Downloaded globset v0.4.14 |
885 | 2024-09-09T20:02:38.350Z | Downloaded parking_lot v0.12.2 |
886 | 2024-09-09T20:02:38.352Z | Downloaded schemars_derive v0.8.21 |
887 | 2024-09-09T20:02:38.352Z | Downloaded pin-project v1.1.5 |
888 | 2024-09-09T20:02:38.364Z | Downloaded difflib v0.4.0 |
889 | 2024-09-09T20:02:38.366Z | Downloaded fd-lock v4.0.2 |
890 | 2024-09-09T20:02:38.369Z | Downloaded similar v2.6.0 |
891 | 2024-09-09T20:02:38.372Z | Downloaded tokio-util v0.7.11 |
892 | 2024-09-09T20:02:38.379Z | Downloaded samael v0.0.15 |
893 | 2024-09-09T20:02:38.384Z | Downloaded tokio-tungstenite v0.21.0 |
894 | 2024-09-09T20:02:38.387Z | Downloaded tokio-tungstenite v0.20.1 |
895 | 2024-09-09T20:02:38.389Z | Downloaded heapless v0.7.17 |
896 | 2024-09-09T20:02:38.393Z | Downloaded pin-project-internal v1.1.5 |
897 | 2024-09-09T20:02:38.396Z | Downloaded parking_lot_core v0.9.10 |
898 | 2024-09-09T20:02:38.398Z | Downloaded publicsuffix v2.2.3 |
899 | 2024-09-09T20:02:38.401Z | Downloaded serde_with v3.9.0 |
900 | 2024-09-09T20:02:38.410Z | Downloaded peg-macros v0.8.4 |
901 | 2024-09-09T20:02:38.412Z | Downloaded num-rational v0.4.2 |
902 | 2024-09-09T20:02:38.415Z | Downloaded der v0.7.9 |
903 | 2024-09-09T20:02:38.419Z | Downloaded heapless v0.8.0 |
904 | 2024-09-09T20:02:38.423Z | Downloaded derive-where v1.2.7 |
905 | 2024-09-09T20:02:38.428Z | Downloaded ssh-key v0.6.6 |
906 | 2024-09-09T20:02:38.435Z | Downloaded ron v0.8.1 |
907 | 2024-09-09T20:02:38.441Z | Downloaded unicode-normalization v0.1.23 |
908 | 2024-09-09T20:02:38.445Z | Downloaded rayon-core v1.12.1 |
909 | 2024-09-09T20:02:38.449Z | Downloaded unicode_categories v0.1.1 |
910 | 2024-09-09T20:02:38.452Z | Downloaded portable-atomic v1.6.0 |
911 | 2024-09-09T20:02:38.458Z | Downloaded vergen v8.3.2 |
912 | 2024-09-09T20:02:38.461Z | Downloaded diff v0.1.13 |
913 | 2024-09-09T20:02:38.464Z | Downloaded steno v0.4.1 |
914 | 2024-09-09T20:02:38.468Z | Downloaded tracing v0.1.40 |
915 | 2024-09-09T20:02:38.473Z | Downloaded schemars v0.8.21 |
916 | 2024-09-09T20:02:38.487Z | Downloaded postcard v1.0.8 |
917 | 2024-09-09T20:02:38.490Z | Downloaded quick-xml v0.31.0 |
918 | 2024-09-09T20:02:38.496Z | Downloaded num-traits v0.2.19 |
919 | 2024-09-09T20:02:38.499Z | Downloaded rustls-webpki v0.101.7 |
920 | 2024-09-09T20:02:38.514Z | Downloaded time v0.3.36 |
921 | 2024-09-09T20:02:38.521Z | Downloaded flume v0.11.0 |
922 | 2024-09-09T20:02:38.526Z | Downloaded h2 v0.3.26 |
923 | 2024-09-09T20:02:38.532Z | Downloaded idna v0.4.0 |
924 | 2024-09-09T20:02:38.539Z | Downloaded flate2 v1.0.33 |
925 | 2024-09-09T20:02:38.545Z | Downloaded rustyline v14.0.0 |
926 | 2024-09-09T20:02:38.550Z | Downloaded russh v0.45.0 |
927 | 2024-09-09T20:02:38.556Z | Downloaded idna v0.3.0 |
928 | 2024-09-09T20:02:38.566Z | Downloaded idna v0.2.3 |
929 | 2024-09-09T20:02:38.577Z | Downloaded idna v0.5.0 |
930 | 2024-09-09T20:02:38.584Z | Downloaded smoltcp v0.9.1 |
931 | 2024-09-09T20:02:38.598Z | Downloaded chrono v0.4.38 |
932 | 2024-09-09T20:02:38.609Z | Downloaded sqlparser v0.45.0 |
933 | 2024-09-09T20:02:38.618Z | Downloaded p521 v0.13.3 |
934 | 2024-09-09T20:02:38.622Z | Downloaded proptest v1.5.0 |
935 | 2024-09-09T20:02:38.632Z | Downloaded nix v0.28.0 |
936 | 2024-09-09T20:02:38.644Z | Downloaded reqwest v0.11.27 |
937 | 2024-09-09T20:02:38.652Z | Downloaded nix v0.27.1 |
938 | 2024-09-09T20:02:38.663Z | Downloaded rustls-webpki v0.102.4 |
939 | 2024-09-09T20:02:38.682Z | Downloaded futures-util v0.3.30 |
940 | 2024-09-09T20:02:38.694Z | Downloaded vcpkg v0.2.15 |
941 | 2024-09-09T20:02:38.736Z | Downloaded object v0.30.4 |
942 | 2024-09-09T20:02:38.746Z | Downloaded winnow v0.5.40 |
943 | 2024-09-09T20:02:38.755Z | Downloaded git2 v0.19.0 |
944 | 2024-09-09T20:02:38.764Z | Downloaded diesel v2.2.3 |
945 | 2024-09-09T20:02:38.783Z | Downloaded curve25519-dalek v4.1.3 |
946 | 2024-09-09T20:02:38.792Z | Downloaded polar-core v0.27.3 |
947 | 2024-09-09T20:02:38.801Z | Downloaded p384 v0.13.0 |
948 | 2024-09-09T20:02:38.807Z | Downloaded bstr v1.9.1 |
949 | 2024-09-09T20:02:38.819Z | Downloaded regex-syntax v0.8.4 |
950 | 2024-09-09T20:02:38.827Z | Downloaded regex v1.10.6 |
951 | 2024-09-09T20:02:38.841Z | Downloaded openssl v0.10.66 |
952 | 2024-09-09T20:02:38.851Z | Downloaded regress v0.9.1 |
953 | 2024-09-09T20:02:38.860Z | Downloaded gimli v0.28.1 |
954 | 2024-09-09T20:02:38.869Z | Downloaded radix_trie v0.2.1 |
955 | 2024-09-09T20:02:38.876Z | Downloaded rustls v0.21.12 |
956 | 2024-09-09T20:02:38.889Z | Downloaded openapiv3 v2.0.0 |
957 | 2024-09-09T20:02:38.901Z | Downloaded rustls v0.22.4 |
958 | 2024-09-09T20:02:38.915Z | Downloaded zerocopy-derive v0.6.6 |
959 | 2024-09-09T20:02:38.925Z | Downloaded smoltcp v0.11.0 |
960 | 2024-09-09T20:02:38.940Z | Downloaded sled v0.34.7 |
961 | 2024-09-09T20:02:38.949Z | Downloaded trust-dns-proto v0.22.0 |
962 | 2024-09-09T20:02:38.960Z | Downloaded ratatui v0.28.0 |
963 | 2024-09-09T20:02:38.981Z | Downloaded regex-automata v0.4.6 |
964 | 2024-09-09T20:02:38.998Z | Downloaded petgraph v0.6.5 |
965 | 2024-09-09T20:02:39.015Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
966 | 2024-09-09T20:02:39.026Z | Downloaded regex-syntax v0.6.29 |
967 | 2024-09-09T20:02:39.034Z | Downloaded dropshot v0.10.1 |
968 | 2024-09-09T20:02:39.043Z | Downloaded nix v0.29.0 |
969 | 2024-09-09T20:02:39.055Z | Downloaded hickory-proto v0.24.1 |
970 | 2024-09-09T20:02:39.071Z | Downloaded object v0.32.2 |
971 | 2024-09-09T20:02:39.080Z | Downloaded tokio v1.39.3 |
972 | 2024-09-09T20:02:39.120Z | Downloaded finl_unicode v1.2.0 |
973 | 2024-09-09T20:02:39.133Z | Downloaded sha3 v0.10.8 |
974 | 2024-09-09T20:02:39.137Z | Downloaded csv v1.3.0 |
975 | 2024-09-09T20:02:39.160Z | Downloaded webpki-roots v0.25.4 |
976 | 2024-09-09T20:02:39.164Z | Downloaded rayon v1.10.0 |
977 | 2024-09-09T20:02:39.175Z | Downloaded bitvec v1.0.1 |
978 | 2024-09-09T20:02:39.192Z | Downloaded bindgen v0.69.4 |
979 | 2024-09-09T20:02:39.200Z | Downloaded lalrpop v0.19.12 |
980 | 2024-09-09T20:02:39.214Z | Downloaded num-bigint-dig v0.8.4 |
981 | 2024-09-09T20:02:39.220Z | Downloaded crossterm v0.27.0 |
982 | 2024-09-09T20:02:39.226Z | Downloaded num-bigint v0.4.5 |
983 | 2024-09-09T20:02:39.231Z | Downloaded unicode-segmentation v1.11.0 |
984 | 2024-09-09T20:02:39.235Z | Downloaded rusqlite v0.31.0 |
985 | 2024-09-09T20:02:39.242Z | Downloaded tough v0.17.1 |
986 | 2024-09-09T20:02:39.250Z | Downloaded blake3 v1.5.1 |
987 | 2024-09-09T20:02:39.258Z | Downloaded scrypt v0.11.0 |
988 | 2024-09-09T20:02:39.260Z | Downloaded toml_edit v0.19.15 |
989 | 2024-09-09T20:02:39.279Z | Downloaded vte v0.11.1 |
990 | 2024-09-09T20:02:39.281Z | Downloaded resolv-conf v0.7.0 |
991 | 2024-09-09T20:02:39.284Z | Downloaded ron v0.7.1 |
992 | 2024-09-09T20:02:39.288Z | Downloaded form_urlencoded v1.2.1 |
993 | 2024-09-09T20:02:39.291Z | Downloaded postgres-types v0.2.7 |
994 | 2024-09-09T20:02:39.293Z | Downloaded rcgen v0.12.1 |
995 | 2024-09-09T20:02:39.296Z | Downloaded encoding_rs v0.8.34 |
996 | 2024-09-09T20:02:39.318Z | Downloaded hyper v0.14.30 |
997 | 2024-09-09T20:02:39.328Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
998 | 2024-09-09T20:02:39.392Z | Downloaded typed-path v0.7.1 |
999 | 2024-09-09T20:02:39.398Z | Downloaded expectorate v1.1.0 |
1000 | 2024-09-09T20:02:39.400Z | Downloaded itertools v0.13.0 |
1001 | 2024-09-09T20:02:39.408Z | Downloaded rand v0.8.5 |
1002 | 2024-09-09T20:02:39.412Z | Downloaded radium v0.7.0 |
1003 | 2024-09-09T20:02:39.414Z | Downloaded signature v2.2.0 |
1004 | 2024-09-09T20:02:39.417Z | Downloaded rand_seeder v0.3.0 |
1005 | 2024-09-09T20:02:39.417Z | Downloaded phf_shared v0.11.2 |
1006 | 2024-09-09T20:02:39.417Z | Downloaded pem-rfc7468 v0.7.0 |
1007 | 2024-09-09T20:02:39.420Z | Downloaded tungstenite v0.21.0 |
1008 | 2024-09-09T20:02:39.423Z | Downloaded defmt v0.3.8 |
1009 | 2024-09-09T20:02:39.426Z | Downloaded hkdf v0.12.4 |
1010 | 2024-09-09T20:02:39.428Z | Downloaded aho-corasick v1.1.3 |
1011 | 2024-09-09T20:02:39.435Z | Downloaded rand_xorshift v0.3.0 |
1012 | 2024-09-09T20:02:39.437Z | Downloaded ed25519-dalek v2.1.1 |
1013 | 2024-09-09T20:02:39.439Z | Downloaded hashbrown v0.13.2 |
1014 | 2024-09-09T20:02:39.443Z | Downloaded itertools v0.10.5 |
1015 | 2024-09-09T20:02:39.451Z | Downloaded xattr v1.3.1 |
1016 | 2024-09-09T20:02:39.454Z | Downloaded tap v1.0.1 |
1017 | 2024-09-09T20:02:39.457Z | Downloaded omicron-zone-package v0.11.0 |
1018 | 2024-09-09T20:02:39.459Z | Downloaded aes v0.8.4 |
1019 | 2024-09-09T20:02:39.462Z | Downloaded derive_builder_core v0.20.0 |
1020 | 2024-09-09T20:02:39.464Z | Downloaded spin v0.9.8 |
1021 | 2024-09-09T20:02:39.467Z | Downloaded libxml v0.3.3 |
1022 | 2024-09-09T20:02:39.476Z | Downloaded owo-colors v4.0.0 |
1023 | 2024-09-09T20:02:39.479Z | Downloaded parse-display v0.10.0 |
1024 | 2024-09-09T20:02:39.481Z | Downloaded hex v0.4.3 |
1025 | 2024-09-09T20:02:39.484Z | Downloaded rustls-pki-types v1.7.0 |
1026 | 2024-09-09T20:02:39.486Z | Downloaded openssl-macros v0.1.1 |
1027 | 2024-09-09T20:02:39.486Z | Downloaded peg v0.8.4 |
1028 | 2024-09-09T20:02:39.490Z | Downloaded url v2.5.2 |
1029 | 2024-09-09T20:02:39.493Z | Downloaded dhcproto v0.12.0 |
1030 | 2024-09-09T20:02:39.496Z | Downloaded paste v1.0.15 |
1031 | 2024-09-09T20:02:39.498Z | Downloaded password-hash v0.4.2 |
1032 | 2024-09-09T20:02:39.501Z | Downloaded waitgroup v0.1.2 |
1033 | 2024-09-09T20:02:39.501Z | Downloaded futures-channel v0.3.30 |
1034 | 2024-09-09T20:02:39.504Z | Downloaded futures v0.3.30 |
1035 | 2024-09-09T20:02:39.509Z | Downloaded proc-macro-crate v1.3.1 |
1036 | 2024-09-09T20:02:39.512Z | Downloaded libm v0.2.8 |
1037 | 2024-09-09T20:02:39.519Z | Downloaded serde_derive_internals v0.29.1 |
1038 | 2024-09-09T20:02:39.522Z | Downloaded backtrace v0.3.71 |
1039 | 2024-09-09T20:02:39.526Z | Downloaded pin-project-lite v0.2.14 |
1040 | 2024-09-09T20:02:39.532Z | Downloaded term v0.7.0 |
1041 | 2024-09-09T20:02:39.535Z | Downloaded cc v1.0.97 |
1042 | 2024-09-09T20:02:39.539Z | Downloaded base64 v0.21.7 |
1043 | 2024-09-09T20:02:39.543Z | Downloaded minimal-lexical v0.2.1 |
1044 | 2024-09-09T20:02:39.548Z | Downloaded base64 v0.22.1 |
1045 | 2024-09-09T20:02:39.552Z | Downloaded hickory-server v0.24.1 |
1046 | 2024-09-09T20:02:39.558Z | Downloaded base64 v0.13.1 |
1047 | 2024-09-09T20:02:39.561Z | Downloaded ref-cast-impl v1.0.23 |
1048 | 2024-09-09T20:02:39.563Z | Downloaded ref-cast v1.0.23 |
1049 | 2024-09-09T20:02:39.565Z | Downloaded crc32fast v1.4.0 |
1050 | 2024-09-09T20:02:39.568Z | Downloaded crc-any v2.5.0 |
1051 | 2024-09-09T20:02:39.568Z | Downloaded console v0.15.8 |
1052 | 2024-09-09T20:02:39.570Z | Downloaded clang-sys v1.7.0 |
1053 | 2024-09-09T20:02:39.573Z | Downloaded hash32 v0.2.1 |
1054 | 2024-09-09T20:02:39.575Z | Downloaded foreign-types-macros v0.2.3 |
1055 | 2024-09-09T20:02:39.575Z | Downloaded tokio-rustls v0.24.1 |
1056 | 2024-09-09T20:02:39.578Z | Downloaded dsl_auto_type v0.1.2 |
1057 | 2024-09-09T20:02:39.580Z | Downloaded tokio-native-tls v0.3.1 |
1058 | 2024-09-09T20:02:39.580Z | Downloaded ciborium v0.2.2 |
1059 | 2024-09-09T20:02:39.583Z | Downloaded blake2 v0.10.6 |
1060 | 2024-09-09T20:02:39.585Z | Downloaded async-trait v0.1.81 |
1061 | 2024-09-09T20:02:39.588Z | Downloaded cookie_store v0.20.0 |
1062 | 2024-09-09T20:02:39.591Z | Downloaded serde_repr v0.1.19 |
1063 | 2024-09-09T20:02:39.593Z | Downloaded mockall v0.13.0 |
1064 | 2024-09-09T20:02:39.593Z | Downloaded ascii v1.1.0 |
1065 | 2024-09-09T20:02:39.596Z | Downloaded hyper-rustls v0.24.2 |
1066 | 2024-09-09T20:02:39.598Z | Downloaded slog-dtrace v0.3.0 |
1067 | 2024-09-09T20:02:39.598Z | Downloaded signal-hook-registry v1.4.2 |
1068 | 2024-09-09T20:02:39.601Z | Downloaded atomic-waker v1.1.2 |
1069 | 2024-09-09T20:02:39.601Z | Downloaded blowfish v0.9.1 |
1070 | 2024-09-09T20:02:39.604Z | Downloaded ahash v0.8.11 |
1071 | 2024-09-09T20:02:39.606Z | Downloaded addr2line v0.21.0 |
1072 | 2024-09-09T20:02:39.608Z | Downloaded lru-cache v0.1.2 |
1073 | 2024-09-09T20:02:39.609Z | Downloaded lazycell v1.3.0 |
1074 | 2024-09-09T20:02:39.609Z | Downloaded bcrypt-pbkdf v0.10.0 |
1075 | 2024-09-09T20:02:39.611Z | Downloaded chacha20 v0.9.1 |
1076 | 2024-09-09T20:02:39.614Z | Downloaded bitfield-struct v0.6.1 |
1077 | 2024-09-09T20:02:39.614Z | Downloaded nanorand v0.7.0 |
1078 | 2024-09-09T20:02:39.616Z | Downloaded inout v0.1.3 |
1079 | 2024-09-09T20:02:39.616Z | Downloaded jobserver v0.1.32 |
1080 | 2024-09-09T20:02:39.618Z | Downloaded base16ct v0.2.0 |
1081 | 2024-09-09T20:02:39.618Z | Downloaded bb8 v0.8.5 |
1082 | 2024-09-09T20:02:39.621Z | Downloaded async-stream v0.3.5 |
1083 | 2024-09-09T20:02:39.621Z | Downloaded ascii-canvas v3.0.0 |
1084 | 2024-09-09T20:02:39.624Z | Downloaded convert_case v0.4.0 |
1085 | 2024-09-09T20:02:39.624Z | Downloaded cexpr v0.6.0 |
1086 | 2024-09-09T20:02:39.626Z | Downloaded cbc v0.1.2 |
1087 | 2024-09-09T20:02:39.626Z | Downloaded libefi-sys v0.1.0 |
1088 | 2024-09-09T20:02:39.630Z | Downloaded internet-checksum v0.2.1 |
1089 | 2024-09-09T20:02:39.630Z | Downloaded httparse v1.8.0 |
1090 | 2024-09-09T20:02:39.632Z | Downloaded cassowary v0.3.0 |
1091 | 2024-09-09T20:02:39.632Z | Downloaded bitflags v1.3.2 |
1092 | 2024-09-09T20:02:39.635Z | Downloaded kstat-rs v0.2.4 |
1093 | 2024-09-09T20:02:39.635Z | Downloaded impl-trait-for-tuples v0.2.2 |
1094 | 2024-09-09T20:02:39.637Z | Downloaded lalrpop-util v0.19.12 |
1095 | 2024-09-09T20:02:39.640Z | Downloaded ciborium-io v0.2.2 |
1096 | 2024-09-09T20:02:39.640Z | Downloaded async-stream-impl v0.3.5 |
1097 | 2024-09-09T20:02:39.640Z | Downloaded httpdate v1.0.3 |
1098 | 2024-09-09T20:02:39.642Z | Downloaded http-body v0.4.6 |
1099 | 2024-09-09T20:02:39.642Z | Downloaded hostname v0.4.0 |
1100 | 2024-09-09T20:02:39.669Z | Downloaded libz-sys v1.1.16 |
1101 | 2024-09-09T20:02:39.791Z | Downloaded libsqlite3-sys v0.28.0 |
1102 | 2024-09-09T20:02:39.929Z | Downloaded ring v0.17.8 |
1103 | 2024-09-09T20:02:40.051Z | Downloaded ring v0.16.20 |
1104 | 2024-09-09T20:02:40.219Z | Compiling serde v1.0.208 |
1105 | 2024-09-09T20:02:40.221Z | Compiling typenum v1.17.0 |
1106 | 2024-09-09T20:02:40.222Z | Compiling lock_api v0.4.12 |
1107 | 2024-09-09T20:02:40.222Z | Compiling generic-array v0.14.7 |
1108 | 2024-09-09T20:02:40.222Z | Compiling scopeguard v1.2.0 |
1109 | 2024-09-09T20:02:40.368Z | Compiling log v0.4.21 |
1110 | 2024-09-09T20:02:40.380Z | Compiling syn v2.0.74 |
1111 | 2024-09-09T20:02:40.383Z | Compiling getrandom v0.2.14 |
1112 | 2024-09-09T20:02:40.520Z | Compiling jobserver v0.1.32 |
1113 | 2024-09-09T20:02:40.704Z | Compiling rand_core v0.6.4 |
1114 | 2024-09-09T20:02:40.851Z | Compiling subtle v2.5.0 |
1115 | 2024-09-09T20:02:40.914Z | Compiling cc v1.0.97 |
1116 | 2024-09-09T20:02:40.934Z | Compiling const-oid v0.9.6 |
1117 | 2024-09-09T20:02:41.204Z | Compiling pin-project-lite v0.2.14 |
1118 | 2024-09-09T20:02:41.227Z | Compiling smallvec v1.13.2 |
1119 | 2024-09-09T20:02:41.287Z | Compiling parking_lot_core v0.9.10 |
1120 | 2024-09-09T20:02:41.344Z | Compiling signal-hook-registry v1.4.2 |
1121 | 2024-09-09T20:02:41.431Z | Compiling spin v0.9.8 |
1122 | 2024-09-09T20:02:41.633Z | Compiling mio v1.0.2 |
1123 | 2024-09-09T20:02:41.829Z | Compiling ahash v0.8.11 |
1124 | 2024-09-09T20:02:42.134Z | Compiling parking_lot v0.12.2 |
1125 | 2024-09-09T20:02:42.176Z | Compiling tinyvec_macros v0.1.1 |
1126 | 2024-09-09T20:02:42.262Z | Compiling tinyvec v1.6.0 |
1127 | 2024-09-09T20:02:42.471Z | Compiling socket2 v0.5.7 |
1128 | 2024-09-09T20:02:42.834Z | Compiling futures-sink v0.3.30 |
1129 | 2024-09-09T20:02:42.903Z | Compiling cpufeatures v0.2.12 |
1130 | 2024-09-09T20:02:42.975Z | Compiling libm v0.2.8 |
1131 | 2024-09-09T20:02:43.007Z | Compiling serde_json v1.0.125 |
1132 | 2024-09-09T20:02:43.030Z | Compiling futures-core v0.3.30 |
1133 | 2024-09-09T20:02:43.044Z | Compiling slab v0.4.9 |
1134 | 2024-09-09T20:02:43.280Z | Compiling num-traits v0.2.19 |
1135 | 2024-09-09T20:02:43.338Z | Compiling unicode-bidi v0.3.15 |
1136 | 2024-09-09T20:02:43.356Z | Compiling allocator-api2 v0.2.18 |
1137 | 2024-09-09T20:02:43.681Z | Compiling unicode-normalization v0.1.23 |
1138 | 2024-09-09T20:02:43.852Z | Compiling futures-channel v0.3.30 |
1139 | 2024-09-09T20:02:43.998Z | Compiling pkg-config v0.3.30 |
1140 | 2024-09-09T20:02:44.273Z | Compiling vcpkg v0.2.15 |
1141 | 2024-09-09T20:02:44.293Z | Compiling futures-task v0.3.30 |
1142 | 2024-09-09T20:02:44.864Z | Compiling pin-utils v0.1.0 |
1143 | 2024-09-09T20:02:44.959Z | Compiling futures-io v0.3.30 |
1144 | 2024-09-09T20:02:45.027Z | Compiling base64ct v1.6.0 |
1145 | 2024-09-09T20:02:45.083Z | Compiling flagset v0.4.5 |
1146 | 2024-09-09T20:02:45.121Z | Compiling ring v0.17.8 |
1147 | 2024-09-09T20:02:45.295Z | Compiling ppv-lite86 v0.2.17 |
1148 | 2024-09-09T20:02:45.313Z | Compiling percent-encoding v2.3.1 |
1149 | 2024-09-09T20:02:45.646Z | Compiling pem-rfc7468 v0.7.0 |
1150 | 2024-09-09T20:02:45.665Z | Compiling tracing-core v0.1.32 |
1151 | 2024-09-09T20:02:45.719Z | Compiling untrusted v0.9.0 |
1152 | 2024-09-09T20:02:45.892Z | Compiling rustix v0.38.34 |
1153 | 2024-09-09T20:02:46.088Z | Compiling rand_chacha v0.3.1 |
1154 | 2024-09-09T20:02:46.397Z | Compiling foreign-types-shared v0.1.1 |
1155 | 2024-09-09T20:02:46.500Z | Compiling num-conv v0.1.0 |
1156 | 2024-09-09T20:02:46.657Z | Compiling openssl-sys v0.9.103 |
1157 | 2024-09-09T20:02:46.718Z | Compiling rand v0.8.5 |
1158 | 2024-09-09T20:02:46.780Z | Compiling powerfmt v0.2.0 |
1159 | 2024-09-09T20:02:46.882Z | Compiling time-core v0.1.2 |
1160 | 2024-09-09T20:02:47.050Z | Compiling openssl v0.10.66 |
1161 | 2024-09-09T20:02:47.069Z | Compiling rustversion v1.0.17 |
1162 | 2024-09-09T20:02:47.157Z | Compiling httparse v1.8.0 |
1163 | 2024-09-09T20:02:47.438Z | Compiling time-macros v0.2.18 |
1164 | 2024-09-09T20:02:47.622Z | Compiling deranged v0.3.11 |
1165 | 2024-09-09T20:02:47.778Z | Compiling foreign-types v0.3.2 |
1166 | 2024-09-09T20:02:47.871Z | Compiling form_urlencoded v1.2.1 |
1167 | 2024-09-09T20:02:48.136Z | Compiling aho-corasick v1.1.3 |
1168 | 2024-09-09T20:02:48.180Z | Compiling regex-syntax v0.8.4 |
1169 | 2024-09-09T20:02:48.506Z | Compiling native-tls v0.2.11 |
1170 | 2024-09-09T20:02:48.827Z | Compiling num_threads v0.1.7 |
1171 | 2024-09-09T20:02:48.941Z | Compiling siphasher v0.3.11 |
1172 | 2024-09-09T20:02:49.306Z | Compiling try-lock v0.2.5 |
1173 | 2024-09-09T20:02:49.378Z | Compiling rustls v0.21.12 |
1174 | 2024-09-09T20:02:49.443Z | Compiling syn v1.0.109 |
1175 | 2024-09-09T20:02:49.633Z | Compiling crossbeam-utils v0.8.19 |
1176 | 2024-09-09T20:02:50.077Z | Compiling want v0.3.1 |
1177 | 2024-09-09T20:02:50.242Z | Compiling time v0.3.36 |
1178 | 2024-09-09T20:02:50.877Z | Compiling idna v0.5.0 |
1179 | 2024-09-09T20:02:51.484Z | Compiling regex-automata v0.4.6 |
1180 | 2024-09-09T20:02:52.177Z | Compiling cookie v0.17.0 |
1181 | 2024-09-09T20:02:52.492Z | Compiling finl_unicode v1.2.0 |
1182 | 2024-09-09T20:02:53.062Z | Compiling openssl-probe v0.1.5 |
1183 | 2024-09-09T20:02:53.093Z | Compiling httpdate v1.0.3 |
1184 | 2024-09-09T20:02:53.399Z | Compiling iana-time-zone v0.1.60 |
1185 | 2024-09-09T20:02:53.521Z | Compiling tower-service v0.3.2 |
1186 | 2024-09-09T20:02:53.542Z | Compiling serde_derive v1.0.208 |
1187 | 2024-09-09T20:02:53.590Z | Compiling zeroize_derive v1.4.2 |
1188 | 2024-09-09T20:02:53.637Z | Compiling zerocopy-derive v0.7.34 |
1189 | 2024-09-09T20:02:53.690Z | Compiling tokio-macros v2.4.0 |
1190 | 2024-09-09T20:02:53.858Z | Compiling thiserror-impl v1.0.63 |
1191 | 2024-09-09T20:02:55.043Z | Compiling futures-macro v0.3.30 |
1192 | 2024-09-09T20:02:55.166Z | Compiling zeroize v1.7.0 |
1193 | 2024-09-09T20:02:55.255Z | Compiling der_derive v0.7.2 |
1194 | 2024-09-09T20:02:55.813Z | Compiling zerocopy v0.7.34 |
1195 | 2024-09-09T20:02:56.815Z | Compiling crypto-common v0.1.6 |
1196 | 2024-09-09T20:02:56.882Z | Compiling block-buffer v0.10.4 |
1197 | 2024-09-09T20:02:57.043Z | Compiling block-padding v0.3.3 |
1198 | 2024-09-09T20:02:57.060Z | Compiling thiserror v1.0.63 |
1199 | 2024-09-09T20:02:57.133Z | Compiling digest v0.10.7 |
1200 | 2024-09-09T20:02:57.179Z | Compiling futures-util v0.3.30 |
1201 | 2024-09-09T20:02:57.324Z | Compiling inout v0.1.3 |
1202 | 2024-09-09T20:02:57.548Z | Compiling hmac v0.12.1 |
1203 | 2024-09-09T20:02:57.616Z | Compiling sha2 v0.10.8 |
1204 | 2024-09-09T20:02:57.675Z | Compiling cipher v0.4.4 |
1205 | 2024-09-09T20:02:57.782Z | Compiling hashbrown v0.14.5 |
1206 | 2024-09-09T20:02:57.829Z | Compiling pest v2.7.10 |
1207 | 2024-09-09T20:02:58.120Z | Compiling salsa20 v0.10.2 |
1208 | 2024-09-09T20:02:58.352Z | Compiling pbkdf2 v0.12.2 |
1209 | 2024-09-09T20:02:58.495Z | Compiling der v0.7.9 |
1210 | 2024-09-09T20:02:59.117Z | Compiling scroll_derive v0.12.0 |
1211 | 2024-09-09T20:03:00.462Z | Compiling pest_meta v2.7.10 |
1212 | 2024-09-09T20:03:00.650Z | Compiling tracing-attributes v0.1.27 |
1213 | 2024-09-09T20:03:01.053Z | Compiling spki v0.7.3 |
1214 | 2024-09-09T20:03:01.427Z | Compiling scroll v0.12.0 |
1215 | 2024-09-09T20:03:01.765Z | Compiling pest_generator v2.7.10 |
1216 | 2024-09-09T20:03:01.946Z | Compiling scrypt v0.11.0 |
1217 | 2024-09-09T20:03:02.451Z | Compiling cbc v0.1.2 |
1218 | 2024-09-09T20:03:02.668Z | Compiling aes v0.8.4 |
1219 | 2024-09-09T20:03:02.938Z | Compiling goblin v0.8.2 |
1220 | 2024-09-09T20:03:03.573Z | Compiling pkcs5 v0.7.1 |
1221 | 2024-09-09T20:03:03.710Z | Compiling openssl-macros v0.1.1 |
1222 | 2024-09-09T20:03:04.251Z | Compiling tracing v0.1.40 |
1223 | 2024-09-09T20:03:04.504Z | Compiling pkcs8 v0.10.2 |
1224 | 2024-09-09T20:03:04.826Z | Compiling slog v2.7.0 |
1225 | 2024-09-09T20:03:04.868Z | Compiling md-5 v0.10.6 |
1226 | 2024-09-09T20:03:05.131Z | Compiling stringprep v0.1.4 |
1227 | 2024-09-09T20:03:05.291Z | Compiling url v2.5.2 |
1228 | 2024-09-09T20:03:05.372Z | Compiling pest_derive v2.7.10 |
1229 | 2024-09-09T20:03:06.159Z | Compiling dtrace-parser v0.2.0 |
1230 | 2024-09-09T20:03:06.304Z | Compiling rustls-webpki v0.101.7 |
1231 | 2024-09-09T20:03:06.632Z | Compiling sct v0.7.1 |
1232 | 2024-09-09T20:03:06.953Z | Compiling num-integer v0.1.46 |
1233 | 2024-09-09T20:03:07.147Z | Compiling bytes v1.7.1 |
1234 | 2024-09-09T20:03:07.378Z | Compiling bitflags v2.6.0 |
1235 | 2024-09-09T20:03:07.726Z | Compiling indexmap v2.4.0 |
1236 | 2024-09-09T20:03:07.807Z | Compiling semver v1.0.23 |
1237 | 2024-09-09T20:03:08.201Z | Compiling tokio v1.39.3 |
1238 | 2024-09-09T20:03:08.282Z | Compiling http v0.2.12 |
1239 | 2024-09-09T20:03:08.474Z | Compiling rustc_version v0.4.0 |
1240 | 2024-09-09T20:03:09.297Z | Compiling heapless v0.7.17 |
1241 | 2024-09-09T20:03:09.744Z | Compiling dof v0.3.0 |
1242 | 2024-09-09T20:03:10.619Z | Compiling http-body v0.4.6 |
1243 | 2024-09-09T20:03:10.827Z | Compiling uuid v1.10.0 |
1244 | 2024-09-09T20:03:11.087Z | Compiling usdt-impl v0.5.0 |
1245 | 2024-09-09T20:03:11.671Z | Compiling chrono v0.4.38 |
1246 | 2024-09-09T20:03:11.908Z | Compiling serde_spanned v0.6.7 |
1247 | 2024-09-09T20:03:12.140Z | Compiling toml_datetime v0.6.8 |
1248 | 2024-09-09T20:03:12.244Z | Compiling serde_tokenstream v0.2.2 |
1249 | 2024-09-09T20:03:12.670Z | Compiling backtrace v0.3.71 |
1250 | 2024-09-09T20:03:12.854Z | Compiling idna v0.3.0 |
1251 | 2024-09-09T20:03:13.155Z | Compiling lazy_static v1.5.0 |
1252 | 2024-09-09T20:03:13.204Z | Compiling hash32 v0.2.1 |
1253 | 2024-09-09T20:03:13.278Z | Compiling crc32fast v1.4.0 |
1254 | 2024-09-09T20:03:13.579Z | Compiling num-bigint-dig v0.8.4 |
1255 | 2024-09-09T20:03:13.837Z | Compiling base64 v0.22.1 |
1256 | 2024-09-09T20:03:13.896Z | Compiling stable_deref_trait v1.2.0 |
1257 | 2024-09-09T20:03:14.005Z | Compiling signal-hook v0.3.17 |
1258 | 2024-09-09T20:03:14.293Z | Compiling adler v1.0.2 |
1259 | 2024-09-09T20:03:14.455Z | Compiling gimli v0.28.1 |
1260 | 2024-09-09T20:03:14.526Z | Compiling psl-types v2.0.11 |
1261 | 2024-09-09T20:03:14.585Z | Compiling smoltcp v0.9.1 |
1262 | 2024-09-09T20:03:14.718Z | Compiling fallible-iterator v0.2.0 |
1263 | 2024-09-09T20:03:15.433Z | Compiling postgres-protocol v0.6.7 |
1264 | 2024-09-09T20:03:15.480Z | Compiling publicsuffix v2.2.3 |
1265 | 2024-09-09T20:03:15.722Z | Compiling miniz_oxide v0.7.2 |
1266 | 2024-09-09T20:03:16.502Z | Compiling tokio-util v0.7.11 |
1267 | 2024-09-09T20:03:16.759Z | Compiling tokio-rustls v0.24.1 |
1268 | 2024-09-09T20:03:17.168Z | Compiling tokio-native-tls v0.3.1 |
1269 | 2024-09-09T20:03:17.309Z | Compiling terminal_size v0.3.0 |
1270 | 2024-09-09T20:03:17.438Z | Compiling num-iter v0.1.45 |
1271 | 2024-09-09T20:03:17.507Z | Compiling h2 v0.3.26 |
1272 | 2024-09-09T20:03:17.892Z | Compiling zerocopy-derive v0.6.6 |
1273 | 2024-09-09T20:03:18.462Z | Compiling async-trait v0.1.81 |
1274 | 2024-09-09T20:03:18.994Z | Compiling addr2line v0.21.0 |
1275 | 2024-09-09T20:03:19.469Z | Compiling phf_shared v0.11.2 |
1276 | 2024-09-09T20:03:19.657Z | Compiling serde_derive_internals v0.29.1 |
1277 | 2024-09-09T20:03:19.789Z | Compiling hubpack_derive v0.1.1 |
1278 | 2024-09-09T20:03:19.837Z | Compiling ff v0.13.0 |
1279 | 2024-09-09T20:03:20.067Z | Compiling object v0.32.2 |
1280 | 2024-09-09T20:03:20.074Z | Compiling fs-err v2.11.0 |
1281 | 2024-09-09T20:03:20.377Z | Compiling ipnet v2.9.0 |
1282 | 2024-09-09T20:03:20.728Z | Compiling anyhow v1.0.86 |
1283 | 2024-09-09T20:03:21.281Z | Compiling adler2 v2.0.0 |
1284 | 2024-09-09T20:03:21.351Z | Compiling base16ct v0.2.0 |
1285 | 2024-09-09T20:03:21.469Z | Compiling winnow v0.5.40 |
1286 | 2024-09-09T20:03:21.500Z | Compiling schemars v0.8.21 |
1287 | 2024-09-09T20:03:21.576Z | Compiling bitflags v1.3.2 |
1288 | 2024-09-09T20:03:21.681Z | Compiling base64 v0.21.7 |
1289 | 2024-09-09T20:03:21.683Z | Compiling managed v0.8.0 |
1290 | 2024-09-09T20:03:21.842Z | Compiling rustc-demangle v0.1.24 |
1291 | 2024-09-09T20:03:22.134Z | Compiling either v1.13.0 |
1292 | 2024-09-09T20:03:22.341Z | Compiling schemars_derive v0.8.21 |
1293 | 2024-09-09T20:03:22.422Z | Compiling rustls-pemfile v1.0.4 |
1294 | 2024-09-09T20:03:22.853Z | Compiling clap_builder v4.5.15 |
1295 | 2024-09-09T20:03:22.875Z | Compiling sec1 v0.7.3 |
1296 | 2024-09-09T20:03:23.320Z | Compiling miniz_oxide v0.8.0 |
1297 | 2024-09-09T20:03:23.573Z | Compiling hubpack v0.1.2 |
1298 | 2024-09-09T20:03:24.229Z | Compiling zerocopy v0.6.6 |
1299 | 2024-09-09T20:03:24.622Z | Compiling hyper v0.14.30 |
1300 | 2024-09-09T20:03:24.886Z | Compiling group v0.13.0 |
1301 | 2024-09-09T20:03:25.073Z | Compiling toml_edit v0.19.15 |
1302 | 2024-09-09T20:03:25.217Z | Compiling phf v0.11.2 |
1303 | 2024-09-09T20:03:25.388Z | Compiling cookie_store v0.20.0 |
1304 | 2024-09-09T20:03:26.053Z | Compiling postgres-types v0.2.7 |
1305 | 2024-09-09T20:03:27.579Z | Compiling usdt-macro v0.5.0 |
1306 | 2024-09-09T20:03:27.951Z | Compiling usdt-attr-macro v0.5.0 |
1307 | 2024-09-09T20:03:28.120Z | Compiling serde_urlencoded v0.7.1 |
1308 | 2024-09-09T20:03:28.682Z | Compiling pkcs1 v0.7.5 |
1309 | 2024-09-09T20:03:29.127Z | Compiling strum_macros v0.25.3 |
1310 | 2024-09-09T20:03:29.598Z | Compiling enum-as-inner v0.6.0 |
1311 | 2024-09-09T20:03:29.686Z | Compiling futures-executor v0.3.30 |
1312 | 2024-09-09T20:03:30.268Z | Compiling hkdf v0.12.4 |
1313 | 2024-09-09T20:03:30.486Z | Compiling signature v2.2.0 |
1314 | 2024-09-09T20:03:30.534Z | Compiling crypto-bigint v0.5.5 |
1315 | 2024-09-09T20:03:30.692Z | Compiling bstr v1.9.1 |
1316 | 2024-09-09T20:03:30.787Z | Compiling regex v1.10.6 |
1317 | 2024-09-09T20:03:31.878Z | Compiling hyper-tls v0.5.0 |
1318 | 2024-09-09T20:03:32.191Z | Compiling hyper-rustls v0.24.2 |
1319 | 2024-09-09T20:03:32.236Z | Compiling serde_repr v0.1.19 |
1320 | 2024-09-09T20:03:32.476Z | Compiling clap_derive v4.5.13 |
1321 | 2024-09-09T20:03:32.560Z | Compiling phf_shared v0.10.0 |
1322 | 2024-09-09T20:03:32.945Z | Compiling float-cmp v0.9.0 |
1323 | 2024-09-09T20:03:32.965Z | Compiling idna v0.4.0 |
1324 | 2024-09-09T20:03:33.147Z | Compiling mio v0.8.11 |
1325 | 2024-09-09T20:03:33.164Z | Compiling encoding_rs v0.8.34 |
1326 | 2024-09-09T20:03:33.398Z | Compiling minimal-lexical v0.2.1 |
1327 | 2024-09-09T20:03:33.957Z | Compiling new_debug_unreachable v1.0.6 |
1328 | 2024-09-09T20:03:34.055Z | Compiling whoami v1.5.1 |
1329 | 2024-09-09T20:03:34.494Z | Compiling fixedbitset v0.4.2 |
1330 | 2024-09-09T20:03:34.527Z | Compiling bit-vec v0.6.3 |
1331 | 2024-09-09T20:03:34.570Z | Compiling mime v0.3.17 |
1332 | 2024-09-09T20:03:34.710Z | Compiling data-encoding v2.6.0 |
1333 | 2024-09-09T20:03:34.965Z | Compiling sync_wrapper v0.1.2 |
1334 | 2024-09-09T20:03:34.984Z | Compiling unicode-segmentation v1.11.0 |
1335 | 2024-09-09T20:03:35.119Z | Compiling normalize-line-endings v0.3.0 |
1336 | 2024-09-09T20:03:35.145Z | Compiling static_assertions v1.1.0 |
1337 | 2024-09-09T20:03:35.242Z | Compiling webpki-roots v0.25.4 |
1338 | 2024-09-09T20:03:35.260Z | Compiling precomputed-hash v0.1.1 |
1339 | 2024-09-09T20:03:35.371Z | Compiling predicates-core v1.0.6 |
1340 | 2024-09-09T20:03:35.418Z | Compiling difflib v0.4.0 |
1341 | 2024-09-09T20:03:35.749Z | Compiling dyn-clone v1.0.17 |
1342 | 2024-09-09T20:03:35.797Z | Compiling console v0.15.8 |
1343 | 2024-09-09T20:03:36.392Z | Compiling predicates v3.1.2 |
1344 | 2024-09-09T20:03:36.976Z | Compiling reqwest v0.11.27 |
1345 | 2024-09-09T20:03:37.113Z | Compiling similar v2.6.0 |
1346 | 2024-09-09T20:03:37.303Z | Compiling hickory-proto v0.24.1 |
1347 | 2024-09-09T20:03:37.614Z | Compiling clap v4.5.16 |
1348 | 2024-09-09T20:03:37.653Z | Compiling string_cache v0.8.7 |
1349 | 2024-09-09T20:03:37.738Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1350 | 2024-09-09T20:03:38.126Z | Compiling toml_edit v0.22.20 |
1351 | 2024-09-09T20:03:38.129Z | Compiling bit-set v0.5.3 |
1352 | 2024-09-09T20:03:38.436Z | Compiling petgraph v0.6.5 |
1353 | 2024-09-09T20:03:39.529Z | Compiling tokio-postgres v0.7.11 |
1354 | 2024-09-09T20:03:39.771Z | Compiling signal-hook-mio v0.2.4 |
1355 | 2024-09-09T20:03:39.948Z | Compiling nom v7.1.3 |
1356 | 2024-09-09T20:03:40.249Z | Compiling elliptic-curve v0.13.8 |
1357 | 2024-09-09T20:03:41.101Z | Compiling usdt v0.5.0 |
1358 | 2024-09-09T20:03:41.615Z | Compiling rsa v0.9.6 |
1359 | 2024-09-09T20:03:42.481Z | Compiling futures v0.3.30 |
1360 | 2024-09-09T20:03:42.601Z | Compiling toml v0.7.8 |
1361 | 2024-09-09T20:03:44.064Z | Compiling flate2 v1.0.33 |
1362 | 2024-09-09T20:03:44.520Z | Compiling itertools v0.10.5 |
1363 | 2024-09-09T20:03:45.042Z | Compiling itertools v0.12.1 |
1364 | 2024-09-09T20:03:45.135Z | Compiling tokio-stream v0.1.15 |
1365 | 2024-09-09T20:03:45.183Z | Compiling openapiv3 v2.0.0 |
1366 | 2024-09-09T20:03:46.160Z | Compiling hex v0.4.3 |
1367 | 2024-09-09T20:03:46.462Z | Compiling crossbeam-epoch v0.9.18 |
1368 | 2024-09-09T20:03:46.766Z | Compiling sha1 v0.10.6 |
1369 | 2024-09-09T20:03:47.195Z | Compiling dirs-sys-next v0.1.2 |
1370 | 2024-09-09T20:03:47.231Z | Compiling peg-runtime v0.8.3 |
1371 | 2024-09-09T20:03:47.352Z | Compiling lalrpop-util v0.19.12 |
1372 | 2024-09-09T20:03:47.448Z | Compiling unicode-xid v0.2.4 |
1373 | 2024-09-09T20:03:47.627Z | Compiling dirs-next v2.0.0 |
1374 | 2024-09-09T20:03:47.701Z | Compiling thread_local v1.1.8 |
1375 | 2024-09-09T20:03:47.823Z | Compiling slog-async v2.8.0 |
1376 | 2024-09-09T20:03:47.825Z | Compiling term v0.7.0 |
1377 | 2024-09-09T20:03:47.880Z | Compiling xattr v1.3.1 |
1378 | 2024-09-09T20:03:48.115Z | Compiling crossbeam-channel v0.5.12 |
1379 | 2024-09-09T20:03:48.152Z | Compiling strum_macros v0.26.4 |
1380 | 2024-09-09T20:03:48.259Z | Compiling filetime v0.2.25 |
1381 | 2024-09-09T20:03:48.426Z | Compiling is-terminal v0.4.12 |
1382 | 2024-09-09T20:03:48.554Z | Compiling take_mut v0.2.2 |
1383 | 2024-09-09T20:03:48.568Z | Compiling slog-term v2.9.1 |
1384 | 2024-09-09T20:03:48.731Z | Compiling tar v0.4.41 |
1385 | 2024-09-09T20:03:49.396Z | Compiling camino v1.1.9 |
1386 | 2024-09-09T20:03:50.715Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1387 | 2024-09-09T20:03:51.318Z | Compiling strum v0.26.3 |
1388 | 2024-09-09T20:03:51.395Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1389 | 2024-09-09T20:03:56.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1390 | 2024-09-09T20:03:56.748Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1391 | 2024-09-09T20:03:56.796Z | Sep 09 20:03:55.487 INFO Starting download, target: Cockroach |
1392 | 2024-09-09T20:03:56.796Z | Sep 09 20:03:55.487 INFO Starting download, target: Console |
1393 | 2024-09-09T20:03:56.796Z | Sep 09 20:03:55.487 INFO Starting download, target: Clickhouse |
1394 | 2024-09-09T20:03:56.813Z | Sep 09 20:03:55.487 INFO Starting download, target: DendriteOpenapi |
1395 | 2024-09-09T20:03:56.813Z | Sep 09 20:03:55.487 INFO Starting download, target: DendriteStub |
1396 | 2024-09-09T20:03:56.813Z | Sep 09 20:03:55.487 INFO Starting download, target: MaghemiteMgd |
1397 | 2024-09-09T20:03:56.813Z | Sep 09 20:03:55.487 INFO Starting download, target: TransceiverControl |
1398 | 2024-09-09T20:03:56.813Z | Sep 09 20:03:55.488 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1399 | 2024-09-09T20:03:56.813Z | Sep 09 20:03:55.488 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1400 | 2024-09-09T20:03:56.813Z | Sep 09 20:03:55.488 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1401 | 2024-09-09T20:03:56.814Z | Sep 09 20:03:55.488 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1402 | 2024-09-09T20:03:56.814Z | Sep 09 20:03:55.488 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1403 | 2024-09-09T20:03:56.814Z | Sep 09 20:03:55.488 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1404 | 2024-09-09T20:03:56.814Z | Sep 09 20:03:55.488 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1405 | 2024-09-09T20:03:56.951Z | Sep 09 20:03:55.625 INFO Download complete, target: DendriteOpenapi |
1406 | 2024-09-09T20:03:57.048Z | Sep 09 20:03:55.735 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1407 | 2024-09-09T20:03:57.407Z | Sep 09 20:03:56.098 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1408 | 2024-09-09T20:03:57.471Z | Sep 09 20:03:56.162 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1409 | 2024-09-09T20:03:57.592Z | Sep 09 20:03:56.283 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1410 | 2024-09-09T20:03:57.851Z | Sep 09 20:03:56.542 INFO Download complete, target: TransceiverControl |
1411 | 2024-09-09T20:03:57.973Z | Sep 09 20:03:56.663 INFO Download complete, target: Console |
1412 | 2024-09-09T20:03:57.986Z | Sep 09 20:03:56.677 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1413 | 2024-09-09T20:03:57.986Z | Sep 09 20:03:56.677 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1414 | 2024-09-09T20:03:58.787Z | Sep 09 20:03:57.478 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1415 | 2024-09-09T20:04:00.551Z | Sep 09 20:03:59.241 INFO Download complete, target: DendriteStub |
1416 | 2024-09-09T20:04:00.745Z | Sep 09 20:03:59.436 INFO Download complete, target: MaghemiteMgd |
1417 | 2024-09-09T20:04:06.448Z | Sep 09 20:04:05.136 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1418 | 2024-09-09T20:04:06.793Z | Sep 09 20:04:05.481 INFO Checking that binary works, target: Cockroach |
1419 | 2024-09-09T20:04:06.983Z | Sep 09 20:04:05.672 INFO Download complete, target: Cockroach |
1420 | 2024-09-09T20:04:12.754Z | Sep 09 20:04:11.441 INFO Checking that binary works, target: Clickhouse |
1421 | 2024-09-09T20:04:13.867Z | Sep 09 20:04:12.553 INFO Download complete, target: Clickhouse |
1422 | 2024-09-09T20:04:14.176Z | All builder prerequisites installed successfully, and PATH looks valid |
1423 | 2024-09-09T20:04:14.179Z | |
1424 | 2024-09-09T20:04:14.179Z | real 4:20.972378471 |
1425 | 2024-09-09T20:04:14.179Z | user 11:12.238254736 |
1426 | 2024-09-09T20:04:14.179Z | sys 2:23.487226168 |
1427 | 2024-09-09T20:04:14.179Z | trap 0.402865031 |
1428 | 2024-09-09T20:04:14.179Z | tflt 11.079199607 |
1429 | 2024-09-09T20:04:14.179Z | dflt 7.318107761 |
1430 | 2024-09-09T20:04:14.179Z | kflt 0.231549718 |
1431 | 2024-09-09T20:04:14.179Z | lock 22:55.448051924 |
1432 | 2024-09-09T20:04:14.179Z | slp 45:55.913159569 |
1433 | 2024-09-09T20:04:14.179Z | lat 37.762337543 |
1434 | 2024-09-09T20:04:14.179Z | stop 1:45.021132003 |
1435 | 2024-09-09T20:04:14.179Z | + banner hack-check |
1436 | 2024-09-09T20:04:14.182Z | |
1437 | 2024-09-09T20:04:14.182Z | # # ## #### # # #### # # ###### #### # # |
1438 | 2024-09-09T20:04:14.182Z | # # # # # # # # # # # # # # # # # |
1439 | 2024-09-09T20:04:14.182Z | ###### # # # #### ##### # ###### ##### # #### |
1440 | 2024-09-09T20:04:14.182Z | # # ###### # # # # # # # # # # |
1441 | 2024-09-09T20:04:14.182Z | # # # # # # # # # # # # # # # # # |
1442 | 2024-09-09T20:04:14.182Z | # # # # #### # # #### # # ###### #### # # |
1443 | 2024-09-09T20:04:14.182Z | |
1444 | 2024-09-09T20:04:14.182Z | + export CARGO_INCREMENTAL=0 |
1445 | 2024-09-09T20:04:14.182Z | + CARGO_INCREMENTAL=0 |
1446 | 2024-09-09T20:04:14.182Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1447 | 2024-09-09T20:04:14.769Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1448 | 2024-09-09T20:04:18.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
1449 | 2024-09-09T20:04:18.688Z | Running `target/debug/xtask check-features --ci` |
1450 | 2024-09-09T20:04:18.709Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1451 | 2024-09-09T20:04:18.709Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1452 | 2024-09-09T20:04:19.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1453 | 2024-09-09T20:04:19.233Z | Running `target/debug/xtask download cargo-hack` |
1454 | 2024-09-09T20:04:20.084Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1455 | 2024-09-09T20:04:20.445Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1456 | 2024-09-09T20:04:24.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
1457 | 2024-09-09T20:04:25.011Z | Running `target/debug/xtask-downloader cargo-hack` |
1458 | 2024-09-09T20:04:25.044Z | Sep 09 20:04:23.728 INFO Starting download, target: CargoHack |
1459 | 2024-09-09T20:04:25.056Z | Sep 09 20:04:23.728 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1460 | 2024-09-09T20:04:25.582Z | Sep 09 20:04:24.266 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1461 | 2024-09-09T20:04:25.679Z | Sep 09 20:04:24.363 INFO Download complete, target: CargoHack |
1462 | 2024-09-09T20:04:25.683Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1463 | 2024-09-09T20:04:25.699Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1464 | 2024-09-09T20:04:25.855Z | info: running `cargo check --bins` on api_identity (1/158) |
1465 | 2024-09-09T20:04:26.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1466 | 2024-09-09T20:04:26.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1467 | 2024-09-09T20:04:26.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1468 | 2024-09-09T20:04:26.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1469 | 2024-09-09T20:04:26.481Z | |
1470 | 2024-09-09T20:04:26.481Z | info: running `cargo check --bins` on bootstore (2/158) |
1471 | 2024-09-09T20:04:27.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1472 | 2024-09-09T20:04:27.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1473 | 2024-09-09T20:04:27.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1474 | 2024-09-09T20:04:27.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1475 | 2024-09-09T20:04:27.159Z | |
1476 | 2024-09-09T20:04:27.159Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1477 | 2024-09-09T20:04:27.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1478 | 2024-09-09T20:04:27.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1479 | 2024-09-09T20:04:27.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1480 | 2024-09-09T20:04:27.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1481 | 2024-09-09T20:04:27.803Z | |
1482 | 2024-09-09T20:04:27.803Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1483 | 2024-09-09T20:04:28.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1484 | 2024-09-09T20:04:28.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1485 | 2024-09-09T20:04:28.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1486 | 2024-09-09T20:04:28.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1487 | 2024-09-09T20:04:28.453Z | |
1488 | 2024-09-09T20:04:28.453Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1489 | 2024-09-09T20:04:28.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1490 | 2024-09-09T20:04:28.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1491 | 2024-09-09T20:04:28.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1492 | 2024-09-09T20:04:28.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1493 | 2024-09-09T20:04:28.938Z | |
1494 | 2024-09-09T20:04:28.939Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1495 | 2024-09-09T20:04:29.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1496 | 2024-09-09T20:04:29.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1497 | 2024-09-09T20:04:29.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1498 | 2024-09-09T20:04:29.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1499 | 2024-09-09T20:04:29.429Z | |
1500 | 2024-09-09T20:04:29.429Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1501 | 2024-09-09T20:04:29.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1502 | 2024-09-09T20:04:29.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1503 | 2024-09-09T20:04:29.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1504 | 2024-09-09T20:04:29.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1505 | 2024-09-09T20:04:29.922Z | |
1506 | 2024-09-09T20:04:29.922Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1507 | 2024-09-09T20:04:30.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1508 | 2024-09-09T20:04:30.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1509 | 2024-09-09T20:04:30.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1510 | 2024-09-09T20:04:30.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1511 | 2024-09-09T20:04:30.425Z | |
1512 | 2024-09-09T20:04:30.425Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1513 | 2024-09-09T20:04:30.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1514 | 2024-09-09T20:04:30.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1515 | 2024-09-09T20:04:30.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1516 | 2024-09-09T20:04:30.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1517 | 2024-09-09T20:04:30.918Z | |
1518 | 2024-09-09T20:04:30.918Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1519 | 2024-09-09T20:04:31.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1520 | 2024-09-09T20:04:31.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1521 | 2024-09-09T20:04:31.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1522 | 2024-09-09T20:04:31.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1523 | 2024-09-09T20:04:31.407Z | |
1524 | 2024-09-09T20:04:31.407Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1525 | 2024-09-09T20:04:31.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1526 | 2024-09-09T20:04:31.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1527 | 2024-09-09T20:04:31.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1528 | 2024-09-09T20:04:31.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1529 | 2024-09-09T20:04:31.893Z | |
1530 | 2024-09-09T20:04:31.893Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1531 | 2024-09-09T20:04:32.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1532 | 2024-09-09T20:04:32.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1533 | 2024-09-09T20:04:32.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1534 | 2024-09-09T20:04:32.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1535 | 2024-09-09T20:04:32.395Z | |
1536 | 2024-09-09T20:04:32.395Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1537 | 2024-09-09T20:04:32.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1538 | 2024-09-09T20:04:32.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1539 | 2024-09-09T20:04:32.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1540 | 2024-09-09T20:04:32.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1541 | 2024-09-09T20:04:32.890Z | |
1542 | 2024-09-09T20:04:32.890Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1543 | 2024-09-09T20:04:33.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1544 | 2024-09-09T20:04:33.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1545 | 2024-09-09T20:04:33.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1546 | 2024-09-09T20:04:33.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1547 | 2024-09-09T20:04:33.377Z | |
1548 | 2024-09-09T20:04:33.377Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1549 | 2024-09-09T20:04:33.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1550 | 2024-09-09T20:04:33.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1551 | 2024-09-09T20:04:33.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1552 | 2024-09-09T20:04:33.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1553 | 2024-09-09T20:04:33.868Z | |
1554 | 2024-09-09T20:04:33.868Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1555 | 2024-09-09T20:04:34.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1556 | 2024-09-09T20:04:34.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1557 | 2024-09-09T20:04:34.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1558 | 2024-09-09T20:04:34.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1559 | 2024-09-09T20:04:34.364Z | |
1560 | 2024-09-09T20:04:34.364Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1561 | 2024-09-09T20:04:34.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1562 | 2024-09-09T20:04:34.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1563 | 2024-09-09T20:04:34.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1564 | 2024-09-09T20:04:34.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1565 | 2024-09-09T20:04:34.849Z | |
1566 | 2024-09-09T20:04:34.849Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1567 | 2024-09-09T20:04:35.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1568 | 2024-09-09T20:04:35.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1569 | 2024-09-09T20:04:35.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1570 | 2024-09-09T20:04:35.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1571 | 2024-09-09T20:04:35.339Z | |
1572 | 2024-09-09T20:04:35.339Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1573 | 2024-09-09T20:04:35.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1574 | 2024-09-09T20:04:35.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1575 | 2024-09-09T20:04:35.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1576 | 2024-09-09T20:04:35.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1577 | 2024-09-09T20:04:35.839Z | |
1578 | 2024-09-09T20:04:35.839Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1579 | 2024-09-09T20:04:36.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1580 | 2024-09-09T20:04:36.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1581 | 2024-09-09T20:04:36.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1582 | 2024-09-09T20:04:36.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1583 | 2024-09-09T20:04:36.329Z | |
1584 | 2024-09-09T20:04:36.329Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1585 | 2024-09-09T20:04:36.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1586 | 2024-09-09T20:04:36.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1587 | 2024-09-09T20:04:36.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1588 | 2024-09-09T20:04:36.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1589 | 2024-09-09T20:04:36.822Z | |
1590 | 2024-09-09T20:04:36.822Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1591 | 2024-09-09T20:04:37.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1592 | 2024-09-09T20:04:37.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1593 | 2024-09-09T20:04:37.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1594 | 2024-09-09T20:04:37.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1595 | 2024-09-09T20:04:37.320Z | |
1596 | 2024-09-09T20:04:37.320Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1597 | 2024-09-09T20:04:37.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1598 | 2024-09-09T20:04:37.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1599 | 2024-09-09T20:04:37.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1600 | 2024-09-09T20:04:37.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1601 | 2024-09-09T20:04:37.814Z | |
1602 | 2024-09-09T20:04:37.814Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1603 | 2024-09-09T20:04:38.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1604 | 2024-09-09T20:04:38.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1605 | 2024-09-09T20:04:38.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1606 | 2024-09-09T20:04:38.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1607 | 2024-09-09T20:04:38.291Z | |
1608 | 2024-09-09T20:04:38.291Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1609 | 2024-09-09T20:04:38.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1610 | 2024-09-09T20:04:38.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1611 | 2024-09-09T20:04:38.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1612 | 2024-09-09T20:04:38.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1613 | 2024-09-09T20:04:38.952Z | |
1614 | 2024-09-09T20:04:38.952Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1615 | 2024-09-09T20:04:39.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-09-09T20:04:39.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-09-09T20:04:39.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-09-09T20:04:39.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1619 | 2024-09-09T20:04:39.618Z | |
1620 | 2024-09-09T20:04:39.618Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1621 | 2024-09-09T20:04:40.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-09-09T20:04:40.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-09-09T20:04:40.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-09-09T20:04:40.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1625 | 2024-09-09T20:04:40.287Z | |
1626 | 2024-09-09T20:04:40.287Z | info: running `cargo check --bins` on oxlog (28/158) |
1627 | 2024-09-09T20:04:40.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-09-09T20:04:40.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-09-09T20:04:40.913Z | Checking cfg-if v1.0.0 |
1630 | 2024-09-09T20:04:40.916Z | Checking libc v0.2.158 |
1631 | 2024-09-09T20:04:41.011Z | Checking memchr v2.7.2 |
1632 | 2024-09-09T20:04:41.018Z | Checking serde v1.0.208 |
1633 | 2024-09-09T20:04:41.020Z | Checking zeroize v1.7.0 |
1634 | 2024-09-09T20:04:41.038Z | Checking typenum v1.17.0 |
1635 | 2024-09-09T20:04:41.042Z | Checking scopeguard v1.2.0 |
1636 | 2024-09-09T20:04:41.042Z | Checking byteorder v1.5.0 |
1637 | 2024-09-09T20:04:41.072Z | Checking log v0.4.21 |
1638 | 2024-09-09T20:04:41.170Z | Checking lock_api v0.4.12 |
1639 | 2024-09-09T20:04:41.274Z | Checking subtle v2.5.0 |
1640 | 2024-09-09T20:04:41.338Z | Checking const-oid v0.9.6 |
1641 | 2024-09-09T20:04:41.458Z | Checking once_cell v1.19.0 |
1642 | 2024-09-09T20:04:41.507Z | Checking itoa v1.0.11 |
1643 | 2024-09-09T20:04:41.583Z | Checking smallvec v1.13.2 |
1644 | 2024-09-09T20:04:41.716Z | Checking pin-project-lite v0.2.14 |
1645 | 2024-09-09T20:04:41.754Z | Checking zerocopy v0.7.34 |
1646 | 2024-09-09T20:04:41.828Z | Checking spin v0.9.8 |
1647 | 2024-09-09T20:04:41.861Z | Checking tinyvec_macros v0.1.1 |
1648 | 2024-09-09T20:04:41.928Z | Checking futures-core v0.3.30 |
1649 | 2024-09-09T20:04:41.942Z | Checking tinyvec v1.6.0 |
1650 | 2024-09-09T20:04:42.108Z | Checking futures-sink v0.3.30 |
1651 | 2024-09-09T20:04:42.138Z | Checking getrandom v0.2.14 |
1652 | 2024-09-09T20:04:42.167Z | Checking signal-hook-registry v1.4.2 |
1653 | 2024-09-09T20:04:42.244Z | Checking parking_lot_core v0.9.10 |
1654 | 2024-09-09T20:04:42.360Z | Checking generic-array v0.14.7 |
1655 | 2024-09-09T20:04:42.375Z | Checking rand_core v0.6.4 |
1656 | 2024-09-09T20:04:42.385Z | Checking mio v1.0.2 |
1657 | 2024-09-09T20:04:42.564Z | Checking parking_lot v0.12.2 |
1658 | 2024-09-09T20:04:42.643Z | Checking socket2 v0.5.7 |
1659 | 2024-09-09T20:04:42.890Z | Checking cpufeatures v0.2.12 |
1660 | 2024-09-09T20:04:42.932Z | Checking unicode-bidi v0.3.15 |
1661 | 2024-09-09T20:04:42.974Z | Checking allocator-api2 v0.2.18 |
1662 | 2024-09-09T20:04:43.097Z | Checking libm v0.2.8 |
1663 | 2024-09-09T20:04:43.138Z | Checking ahash v0.8.11 |
1664 | 2024-09-09T20:04:43.153Z | Checking equivalent v1.0.1 |
1665 | 2024-09-09T20:04:43.201Z | Checking unicode-normalization v0.1.23 |
1666 | 2024-09-09T20:04:43.246Z | Checking ryu v1.0.18 |
1667 | 2024-09-09T20:04:43.471Z | Checking futures-channel v0.3.30 |
1668 | 2024-09-09T20:04:43.528Z | Checking slab v0.4.9 |
1669 | 2024-09-09T20:04:43.531Z | Checking crypto-common v0.1.6 |
1670 | 2024-09-09T20:04:43.570Z | Checking block-buffer v0.10.4 |
1671 | 2024-09-09T20:04:43.674Z | Checking block-padding v0.3.3 |
1672 | 2024-09-09T20:04:43.704Z | Checking hashbrown v0.14.5 |
1673 | 2024-09-09T20:04:43.759Z | Checking digest v0.10.7 |
1674 | 2024-09-09T20:04:43.795Z | Checking pin-utils v0.1.0 |
1675 | 2024-09-09T20:04:43.809Z | Checking futures-task v0.3.30 |
1676 | 2024-09-09T20:04:43.867Z | Checking inout v0.1.3 |
1677 | 2024-09-09T20:04:43.883Z | Checking futures-io v0.3.30 |
1678 | 2024-09-09T20:04:43.973Z | Checking num-traits v0.2.19 |
1679 | 2024-09-09T20:04:44.013Z | Checking base64ct v1.6.0 |
1680 | 2024-09-09T20:04:44.041Z | Checking futures-util v0.3.30 |
1681 | 2024-09-09T20:04:44.073Z | Checking flagset v0.4.5 |
1682 | 2024-09-09T20:04:44.087Z | Checking cipher v0.4.4 |
1683 | 2024-09-09T20:04:44.102Z | Checking hmac v0.12.1 |
1684 | 2024-09-09T20:04:44.251Z | Checking sha2 v0.10.8 |
1685 | 2024-09-09T20:04:44.297Z | Checking ppv-lite86 v0.2.17 |
1686 | 2024-09-09T20:04:44.437Z | Checking pem-rfc7468 v0.7.0 |
1687 | 2024-09-09T20:04:44.473Z | Checking percent-encoding v2.3.1 |
1688 | 2024-09-09T20:04:44.677Z | Checking salsa20 v0.10.2 |
1689 | 2024-09-09T20:04:44.692Z | Checking der v0.7.9 |
1690 | 2024-09-09T20:04:44.798Z | Checking pbkdf2 v0.12.2 |
1691 | 2024-09-09T20:04:44.880Z | Checking tracing-core v0.1.32 |
1692 | 2024-09-09T20:04:44.895Z | Checking untrusted v0.9.0 |
1693 | 2024-09-09T20:04:44.942Z | Checking fnv v1.0.7 |
1694 | 2024-09-09T20:04:44.977Z | Checking rand_chacha v0.3.1 |
1695 | 2024-09-09T20:04:45.028Z | Checking ring v0.17.8 |
1696 | 2024-09-09T20:04:45.063Z | Checking scrypt v0.11.0 |
1697 | 2024-09-09T20:04:45.270Z | Checking aes v0.8.4 |
1698 | 2024-09-09T20:04:45.353Z | Checking rand v0.8.5 |
1699 | 2024-09-09T20:04:45.508Z | Checking tracing v0.1.40 |
1700 | 2024-09-09T20:04:45.614Z | Checking cbc v0.1.2 |
1701 | 2024-09-09T20:04:45.813Z | Checking thiserror v1.0.63 |
1702 | 2024-09-09T20:04:45.834Z | Checking foreign-types-shared v0.1.1 |
1703 | 2024-09-09T20:04:45.932Z | Checking foreign-types v0.3.2 |
1704 | 2024-09-09T20:04:45.947Z | Checking form_urlencoded v1.2.1 |
1705 | 2024-09-09T20:04:46.017Z | Checking openssl-sys v0.9.103 |
1706 | 2024-09-09T20:04:46.131Z | Checking aho-corasick v1.1.3 |
1707 | 2024-09-09T20:04:46.146Z | Checking siphasher v0.3.11 |
1708 | 2024-09-09T20:04:46.149Z | Checking bytes v1.7.1 |
1709 | 2024-09-09T20:04:46.436Z | Checking bitflags v2.6.0 |
1710 | 2024-09-09T20:04:46.528Z | Checking indexmap v2.4.0 |
1711 | 2024-09-09T20:04:46.594Z | Checking serde_json v1.0.125 |
1712 | 2024-09-09T20:04:46.703Z | Checking spki v0.7.3 |
1713 | 2024-09-09T20:04:46.881Z | Checking regex-syntax v0.8.4 |
1714 | 2024-09-09T20:04:46.960Z | Checking tokio v1.39.3 |
1715 | 2024-09-09T20:04:46.983Z | Checking http v0.2.12 |
1716 | 2024-09-09T20:04:47.297Z | Checking pkcs5 v0.7.1 |
1717 | 2024-09-09T20:04:47.784Z | Checking try-lock v0.2.5 |
1718 | 2024-09-09T20:04:47.815Z | Checking powerfmt v0.2.0 |
1719 | 2024-09-09T20:04:47.842Z | Checking unicode-ident v1.0.12 |
1720 | 2024-09-09T20:04:47.911Z | Checking want v0.3.1 |
1721 | 2024-09-09T20:04:48.004Z | Checking proc-macro2 v1.0.86 |
1722 | 2024-09-09T20:04:48.067Z | Checking deranged v0.3.11 |
1723 | 2024-09-09T20:04:48.081Z | Checking pkcs8 v0.10.2 |
1724 | 2024-09-09T20:04:48.225Z | Checking openssl v0.10.66 |
1725 | 2024-09-09T20:04:48.312Z | Checking http-body v0.4.6 |
1726 | 2024-09-09T20:04:48.368Z | Checking rustls-webpki v0.101.7 |
1727 | 2024-09-09T20:04:48.640Z | Checking sct v0.7.1 |
1728 | 2024-09-09T20:04:48.695Z | Checking uuid v1.10.0 |
1729 | 2024-09-09T20:04:48.827Z | Checking idna v0.5.0 |
1730 | 2024-09-09T20:04:49.058Z | Checking httparse v1.8.0 |
1731 | 2024-09-09T20:04:49.073Z | Checking errno v0.3.9 |
1732 | 2024-09-09T20:04:49.234Z | Checking scroll v0.12.0 |
1733 | 2024-09-09T20:04:49.269Z | Checking iana-time-zone v0.1.60 |
1734 | 2024-09-09T20:04:49.415Z | Checking anstyle v1.0.8 |
1735 | 2024-09-09T20:04:49.469Z | Checking tower-service v0.3.2 |
1736 | 2024-09-09T20:04:49.580Z | Checking num-conv v0.1.0 |
1737 | 2024-09-09T20:04:49.659Z | Checking utf8parse v0.2.1 |
1738 | 2024-09-09T20:04:49.673Z | Checking time-core v0.1.2 |
1739 | 2024-09-09T20:04:49.730Z | Checking httpdate v1.0.3 |
1740 | 2024-09-09T20:04:49.794Z | Checking num_threads v0.1.7 |
1741 | 2024-09-09T20:04:49.808Z | Checking plain v0.2.3 |
1742 | 2024-09-09T20:04:49.808Z | Checking finl_unicode v1.2.0 |
1743 | 2024-09-09T20:04:49.833Z | Checking openssl-probe v0.1.5 |
1744 | 2024-09-09T20:04:49.898Z | Checking ucd-trie v0.1.6 |
1745 | 2024-09-09T20:04:49.934Z | Checking goblin v0.8.2 |
1746 | 2024-09-09T20:04:49.949Z | Checking time v0.3.36 |
1747 | 2024-09-09T20:04:49.967Z | Checking regex-automata v0.4.6 |
1748 | 2024-09-09T20:04:49.967Z | Checking anstyle-parse v0.2.4 |
1749 | 2024-09-09T20:04:50.082Z | Checking pest v2.7.10 |
1750 | 2024-09-09T20:04:50.240Z | Checking url v2.5.2 |
1751 | 2024-09-09T20:04:50.376Z | Checking stringprep v0.1.4 |
1752 | 2024-09-09T20:04:50.649Z | Checking chrono v0.4.38 |
1753 | 2024-09-09T20:04:51.097Z | Checking rustix v0.38.34 |
1754 | 2024-09-09T20:04:52.430Z | Checking rustls v0.21.12 |
1755 | 2024-09-09T20:04:52.542Z | Checking quote v1.0.36 |
1756 | 2024-09-09T20:04:52.793Z | Checking toml_datetime v0.6.8 |
1757 | 2024-09-09T20:04:52.870Z | Checking serde_spanned v0.6.7 |
1758 | 2024-09-09T20:04:53.049Z | Checking num-integer v0.1.46 |
1759 | 2024-09-09T20:04:53.066Z | Checking md-5 v0.10.6 |
1760 | 2024-09-09T20:04:53.097Z | Checking idna v0.3.0 |
1761 | 2024-09-09T20:04:53.272Z | Checking lazy_static v1.5.0 |
1762 | 2024-09-09T20:04:53.387Z | Checking hash32 v0.2.1 |
1763 | 2024-09-09T20:04:53.527Z | Checking stable_deref_trait v1.2.0 |
1764 | 2024-09-09T20:04:53.627Z | Checking psl-types v2.0.11 |
1765 | 2024-09-09T20:04:53.677Z | Checking anstyle-query v1.0.3 |
1766 | 2024-09-09T20:04:53.680Z | Checking native-tls v0.2.11 |
1767 | 2024-09-09T20:04:53.734Z | Checking tokio-util v0.7.11 |
1768 | 2024-09-09T20:04:53.796Z | Checking pretty-hex v0.4.1 |
1769 | 2024-09-09T20:04:53.823Z | Checking adler v1.0.2 |
1770 | 2024-09-09T20:04:53.966Z | Checking fallible-iterator v0.2.0 |
1771 | 2024-09-09T20:04:53.978Z | Checking is_terminal_polyfill v1.70.0 |
1772 | 2024-09-09T20:04:53.981Z | Checking base64 v0.22.1 |
1773 | 2024-09-09T20:04:53.999Z | Checking gimli v0.28.1 |
1774 | 2024-09-09T20:04:54.088Z | Checking colorchoice v1.0.1 |
1775 | 2024-09-09T20:04:54.213Z | Checking anstream v0.6.14 |
1776 | 2024-09-09T20:04:54.405Z | Checking tokio-native-tls v0.3.1 |
1777 | 2024-09-09T20:04:54.511Z | Checking publicsuffix v2.2.3 |
1778 | 2024-09-09T20:04:54.561Z | Checking miniz_oxide v0.7.2 |
1779 | 2024-09-09T20:04:54.574Z | Checking postgres-protocol v0.6.7 |
1780 | 2024-09-09T20:04:54.589Z | Checking h2 v0.3.26 |
1781 | 2024-09-09T20:04:54.644Z | Checking heapless v0.7.17 |
1782 | 2024-09-09T20:04:54.741Z | Checking num-iter v0.1.45 |
1783 | 2024-09-09T20:04:54.904Z | Checking terminal_size v0.3.0 |
1784 | 2024-09-09T20:04:54.918Z | Checking dof v0.3.0 |
1785 | 2024-09-09T20:04:54.941Z | Checking syn v2.0.74 |
1786 | 2024-09-09T20:04:55.064Z | Checking dtrace-parser v0.2.0 |
1787 | 2024-09-09T20:04:55.183Z | Checking cookie v0.17.0 |
1788 | 2024-09-09T20:04:55.493Z | Checking tokio-rustls v0.24.1 |
1789 | 2024-09-09T20:04:55.509Z | Checking phf_shared v0.11.2 |
1790 | 2024-09-09T20:04:55.544Z | Checking ff v0.13.0 |
1791 | 2024-09-09T20:04:55.576Z | Checking thread-id v4.2.1 |
1792 | 2024-09-09T20:04:55.629Z | Checking object v0.32.2 |
1793 | 2024-09-09T20:04:55.674Z | Checking base64 v0.21.7 |
1794 | 2024-09-09T20:04:55.747Z | Checking winnow v0.5.40 |
1795 | 2024-09-09T20:04:55.762Z | Checking rustc-demangle v0.1.24 |
1796 | 2024-09-09T20:04:55.830Z | Checking adler2 v2.0.0 |
1797 | 2024-09-09T20:04:55.971Z | Checking clap_lex v0.7.0 |
1798 | 2024-09-09T20:04:56.100Z | Checking base16ct v0.2.0 |
1799 | 2024-09-09T20:04:56.164Z | Checking bitflags v1.3.2 |
1800 | 2024-09-09T20:04:56.196Z | Checking either v1.13.0 |
1801 | 2024-09-09T20:04:56.252Z | Checking strsim v0.11.1 |
1802 | 2024-09-09T20:04:56.277Z | Checking ipnet v2.9.0 |
1803 | 2024-09-09T20:04:56.527Z | Checking managed v0.8.0 |
1804 | 2024-09-09T20:04:56.548Z | Checking clap_builder v4.5.15 |
1805 | 2024-09-09T20:04:56.748Z | Checking sec1 v0.7.3 |
1806 | 2024-09-09T20:04:56.926Z | Checking smoltcp v0.9.1 |
1807 | 2024-09-09T20:04:57.130Z | Checking rustls-pemfile v1.0.4 |
1808 | 2024-09-09T20:04:57.330Z | Checking miniz_oxide v0.8.0 |
1809 | 2024-09-09T20:04:57.811Z | Checking addr2line v0.21.0 |
1810 | 2024-09-09T20:04:58.047Z | Checking phf v0.11.2 |
1811 | 2024-09-09T20:04:58.312Z | Checking group v0.13.0 |
1812 | 2024-09-09T20:04:58.326Z | Checking cookie_store v0.20.0 |
1813 | 2024-09-09T20:04:58.742Z | Checking postgres-types v0.2.7 |
1814 | 2024-09-09T20:04:58.750Z | Checking num-bigint-dig v0.8.4 |
1815 | 2024-09-09T20:04:58.750Z | Checking toml_edit v0.19.15 |
1816 | 2024-09-09T20:04:58.919Z | Checking bstr v1.9.1 |
1817 | 2024-09-09T20:04:59.192Z | Checking regex v1.10.6 |
1818 | 2024-09-09T20:04:59.521Z | Checking futures-executor v0.3.30 |
1819 | 2024-09-09T20:04:59.738Z | Checking pkcs1 v0.7.5 |
1820 | 2024-09-09T20:04:59.752Z | Checking phf_shared v0.10.0 |
1821 | 2024-09-09T20:04:59.836Z | Checking serde_urlencoded v0.7.1 |
1822 | 2024-09-09T20:05:00.015Z | Checking hubpack v0.1.2 |
1823 | 2024-09-09T20:05:00.137Z | Checking zerocopy v0.6.6 |
1824 | 2024-09-09T20:05:00.235Z | Checking float-cmp v0.9.0 |
1825 | 2024-09-09T20:05:00.313Z | Checking crc32fast v1.4.0 |
1826 | 2024-09-09T20:05:00.408Z | Checking crossbeam-utils v0.8.19 |
1827 | 2024-09-09T20:05:00.535Z | Checking signal-hook v0.3.17 |
1828 | 2024-09-09T20:05:00.680Z | Checking hyper v0.14.30 |
1829 | 2024-09-09T20:05:00.709Z | Checking hkdf v0.12.4 |
1830 | 2024-09-09T20:05:00.842Z | Checking signature v2.2.0 |
1831 | 2024-09-09T20:05:00.872Z | Checking idna v0.4.0 |
1832 | 2024-09-09T20:05:00.897Z | Checking crypto-bigint v0.5.5 |
1833 | 2024-09-09T20:05:01.026Z | Checking mio v0.8.11 |
1834 | 2024-09-09T20:05:01.090Z | Checking memmap v0.7.0 |
1835 | 2024-09-09T20:05:01.158Z | Checking encoding_rs v0.8.34 |
1836 | 2024-09-09T20:05:01.189Z | Checking usdt-impl v0.5.0 |
1837 | 2024-09-09T20:05:01.280Z | Checking new_debug_unreachable v1.0.6 |
1838 | 2024-09-09T20:05:01.369Z | Checking unicode-segmentation v1.11.0 |
1839 | 2024-09-09T20:05:01.616Z | Checking sync_wrapper v0.1.2 |
1840 | 2024-09-09T20:05:01.668Z | Checking backtrace v0.3.71 |
1841 | 2024-09-09T20:05:01.683Z | Checking mime v0.3.17 |
1842 | 2024-09-09T20:05:01.709Z | Checking unicode-width v0.1.13 |
1843 | 2024-09-09T20:05:01.734Z | Checking precomputed-hash v0.1.1 |
1844 | 2024-09-09T20:05:01.840Z | Checking minimal-lexical v0.2.1 |
1845 | 2024-09-09T20:05:01.877Z | Checking bit-vec v0.6.3 |
1846 | 2024-09-09T20:05:01.969Z | Checking whoami v1.5.1 |
1847 | 2024-09-09T20:05:01.991Z | Checking dyn-clone v1.0.17 |
1848 | 2024-09-09T20:05:02.126Z | Checking static_assertions v1.1.0 |
1849 | 2024-09-09T20:05:02.186Z | Checking normalize-line-endings v0.3.0 |
1850 | 2024-09-09T20:05:02.205Z | Checking fixedbitset v0.4.2 |
1851 | 2024-09-09T20:05:02.220Z | Checking webpki-roots v0.25.4 |
1852 | 2024-09-09T20:05:02.223Z | Checking data-encoding v2.6.0 |
1853 | 2024-09-09T20:05:02.266Z | Checking difflib v0.4.0 |
1854 | 2024-09-09T20:05:02.292Z | Checking winnow v0.6.18 |
1855 | 2024-09-09T20:05:02.361Z | Checking predicates-core v1.0.6 |
1856 | 2024-09-09T20:05:02.448Z | Checking petgraph v0.6.5 |
1857 | 2024-09-09T20:05:02.539Z | Checking tokio-postgres v0.7.11 |
1858 | 2024-09-09T20:05:02.562Z | Checking predicates v3.1.2 |
1859 | 2024-09-09T20:05:02.907Z | Checking hickory-proto v0.24.1 |
1860 | 2024-09-09T20:05:03.173Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1861 | 2024-09-09T20:05:03.473Z | Checking nom v7.1.3 |
1862 | 2024-09-09T20:05:03.695Z | Checking elliptic-curve v0.13.8 |
1863 | 2024-09-09T20:05:04.356Z | Checking anyhow v1.0.86 |
1864 | 2024-09-09T20:05:04.723Z | Checking bit-set v0.5.3 |
1865 | 2024-09-09T20:05:04.983Z | Checking schemars v0.8.21 |
1866 | 2024-09-09T20:05:05.304Z | Checking toml_edit v0.22.20 |
1867 | 2024-09-09T20:05:05.551Z | Checking similar v2.6.0 |
1868 | 2024-09-09T20:05:05.777Z | Checking console v0.15.8 |
1869 | 2024-09-09T20:05:06.276Z | Checking string_cache v0.8.7 |
1870 | 2024-09-09T20:05:06.330Z | Checking usdt v0.5.0 |
1871 | 2024-09-09T20:05:06.379Z | Checking signal-hook-mio v0.2.4 |
1872 | 2024-09-09T20:05:06.521Z | Checking toml v0.7.8 |
1873 | 2024-09-09T20:05:06.537Z | Checking crossbeam-epoch v0.9.18 |
1874 | 2024-09-09T20:05:06.558Z | Checking rsa v0.9.6 |
1875 | 2024-09-09T20:05:06.598Z | Checking hyper-rustls v0.24.2 |
1876 | 2024-09-09T20:05:06.617Z | Checking hyper-tls v0.5.0 |
1877 | 2024-09-09T20:05:06.887Z | Checking flate2 v1.0.33 |
1878 | 2024-09-09T20:05:06.912Z | Checking reqwest v0.11.27 |
1879 | 2024-09-09T20:05:06.964Z | Checking futures v0.3.30 |
1880 | 2024-09-09T20:05:07.070Z | Checking clap v4.5.16 |
1881 | 2024-09-09T20:05:07.177Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1882 | 2024-09-09T20:05:07.200Z | Checking itertools v0.10.5 |
1883 | 2024-09-09T20:05:07.274Z | Checking itertools v0.12.1 |
1884 | 2024-09-09T20:05:07.512Z | Checking tokio-stream v0.1.15 |
1885 | 2024-09-09T20:05:07.540Z | Checking fs-err v2.11.0 |
1886 | 2024-09-09T20:05:07.556Z | Checking slog v2.7.0 |
1887 | 2024-09-09T20:05:07.848Z | Checking openapiv3 v2.0.0 |
1888 | 2024-09-09T20:05:08.031Z | Checking hex v0.4.3 |
1889 | 2024-09-09T20:05:08.064Z | Checking semver v1.0.23 |
1890 | 2024-09-09T20:05:08.263Z | Checking sha1 v0.10.6 |
1891 | 2024-09-09T20:05:08.342Z | Checking lalrpop-util v0.19.12 |
1892 | 2024-09-09T20:05:08.457Z | Checking peg-runtime v0.8.3 |
1893 | 2024-09-09T20:05:08.527Z | Checking camino v1.1.9 |
1894 | 2024-09-09T20:05:08.529Z | Checking sigpipe v0.1.3 |
1895 | 2024-09-09T20:05:10.327Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1896 | 2024-09-09T20:05:10.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.32s |
1897 | 2024-09-09T20:05:10.756Z | |
1898 | 2024-09-09T20:05:10.756Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1899 | 2024-09-09T20:05:11.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2024-09-09T20:05:11.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2024-09-09T20:05:11.438Z | Compiling regress v0.9.1 |
1902 | 2024-09-09T20:05:11.534Z | Checking strum v0.26.3 |
1903 | 2024-09-09T20:05:11.552Z | Checking heck v0.5.0 |
1904 | 2024-09-09T20:05:11.562Z | Compiling getopts v0.2.21 |
1905 | 2024-09-09T20:05:11.572Z | Checking dirs-sys-next v0.1.2 |
1906 | 2024-09-09T20:05:11.584Z | Compiling unsafe-libyaml v0.2.11 |
1907 | 2024-09-09T20:05:11.650Z | Checking http v1.1.0 |
1908 | 2024-09-09T20:05:11.705Z | Checking thread_local v1.1.8 |
1909 | 2024-09-09T20:05:11.738Z | Checking dirs-next v2.0.0 |
1910 | 2024-09-09T20:05:11.867Z | Compiling ident_case v1.0.1 |
1911 | 2024-09-09T20:05:11.902Z | Checking rustls-pki-types v1.7.0 |
1912 | 2024-09-09T20:05:11.979Z | Checking term v0.7.0 |
1913 | 2024-09-09T20:05:12.037Z | Compiling darling_core v0.20.9 |
1914 | 2024-09-09T20:05:12.301Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1915 | 2024-09-09T20:05:12.425Z | Checking crossbeam-channel v0.5.12 |
1916 | 2024-09-09T20:05:12.473Z | Checking is-terminal v0.4.12 |
1917 | 2024-09-09T20:05:12.585Z | Checking atty v0.2.14 |
1918 | 2024-09-09T20:05:12.617Z | Checking utf-8 v0.7.6 |
1919 | 2024-09-09T20:05:12.696Z | Checking humantime v2.1.0 |
1920 | 2024-09-09T20:05:12.805Z | Compiling rustls v0.22.4 |
1921 | 2024-09-09T20:05:12.973Z | Compiling serde_yaml v0.9.34+deprecated |
1922 | 2024-09-09T20:05:12.987Z | Compiling paste v1.0.15 |
1923 | 2024-09-09T20:05:13.073Z | Checking take_mut v0.2.2 |
1924 | 2024-09-09T20:05:13.130Z | Checking termcolor v1.4.1 |
1925 | 2024-09-09T20:05:13.207Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1926 | 2024-09-09T20:05:13.533Z | Checking env_logger v0.9.3 |
1927 | 2024-09-09T20:05:13.548Z | Checking slog-async v2.8.0 |
1928 | 2024-09-09T20:05:13.591Z | Checking slog-term v2.9.1 |
1929 | 2024-09-09T20:05:13.603Z | Checking rustls-webpki v0.102.4 |
1930 | 2024-09-09T20:05:13.812Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1931 | 2024-09-09T20:05:13.974Z | Compiling proc-macro-crate v1.3.1 |
1932 | 2024-09-09T20:05:14.089Z | Compiling bitstruct_derive v0.1.0 |
1933 | 2024-09-09T20:05:14.151Z | Compiling structmeta-derive v0.3.0 |
1934 | 2024-09-09T20:05:14.358Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1935 | 2024-09-09T20:05:14.485Z | Compiling multer v3.1.0 |
1936 | 2024-09-09T20:05:14.785Z | Checking ascii v1.1.0 |
1937 | 2024-09-09T20:05:14.929Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1938 | 2024-09-09T20:05:15.032Z | Checking match_cfg v0.1.0 |
1939 | 2024-09-09T20:05:15.167Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1940 | 2024-09-09T20:05:15.453Z | Checking bitstruct v0.1.1 |
1941 | 2024-09-09T20:05:15.490Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1942 | 2024-09-09T20:05:15.551Z | Checking hostname v0.3.1 |
1943 | 2024-09-09T20:05:15.678Z | Compiling num_enum_derive v0.5.11 |
1944 | 2024-09-09T20:05:16.454Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1945 | 2024-09-09T20:05:16.610Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1946 | 2024-09-09T20:05:17.130Z | Compiling structmeta v0.3.0 |
1947 | 2024-09-09T20:05:17.162Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-09-09T20:05:17.384Z | Checking slog-json v2.6.1 |
1949 | 2024-09-09T20:05:17.438Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1950 | 2024-09-09T20:05:17.554Z | Checking erased-serde v0.3.31 |
1951 | 2024-09-09T20:05:17.631Z | Checking serde_arrays v0.1.0 |
1952 | 2024-09-09T20:05:17.692Z | Compiling async-stream-impl v0.3.5 |
1953 | 2024-09-09T20:05:17.775Z | Compiling foreign-types-macros v0.2.3 |
1954 | 2024-09-09T20:05:18.077Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1955 | 2024-09-09T20:05:18.334Z | Checking atomic-waker v1.1.2 |
1956 | 2024-09-09T20:05:18.375Z | Checking foreign-types-shared v0.3.1 |
1957 | 2024-09-09T20:05:18.459Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1958 | 2024-09-09T20:05:18.481Z | Checking arc-swap v1.7.1 |
1959 | 2024-09-09T20:05:18.613Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1960 | 2024-09-09T20:05:18.769Z | Checking waitgroup v0.1.2 |
1961 | 2024-09-09T20:05:18.915Z | Checking slog-scope v4.4.0 |
1962 | 2024-09-09T20:05:18.962Z | Checking num_enum v0.5.11 |
1963 | 2024-09-09T20:05:19.008Z | Checking async-stream v0.3.5 |
1964 | 2024-09-09T20:05:19.038Z | Compiling darling_macro v0.20.9 |
1965 | 2024-09-09T20:05:19.053Z | Checking foreign-types v0.5.0 |
1966 | 2024-09-09T20:05:19.093Z | Checking slog-bunyan v2.5.0 |
1967 | 2024-09-09T20:05:19.133Z | Compiling parse-display-derive v0.10.0 |
1968 | 2024-09-09T20:05:19.152Z | Compiling proc-macro-error v1.0.4 |
1969 | 2024-09-09T20:05:19.395Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1970 | 2024-09-09T20:05:19.552Z | Checking toml v0.8.19 |
1971 | 2024-09-09T20:05:19.748Z | Checking tungstenite v0.20.1 |
1972 | 2024-09-09T20:05:19.805Z | Checking rustls-pemfile v2.1.3 |
1973 | 2024-09-09T20:05:20.005Z | Compiling darling v0.20.9 |
1974 | 2024-09-09T20:05:20.021Z | Compiling heck v0.3.3 |
1975 | 2024-09-09T20:05:20.118Z | Compiling serde_with_macros v3.9.0 |
1976 | 2024-09-09T20:05:20.208Z | Checking tokio-rustls v0.25.0 |
1977 | 2024-09-09T20:05:20.228Z | Checking ipnetwork v0.20.0 |
1978 | 2024-09-09T20:05:20.450Z | Checking newtype-uuid v1.1.0 |
1979 | 2024-09-09T20:05:20.567Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1980 | 2024-09-09T20:05:20.583Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1981 | 2024-09-09T20:05:20.620Z | Checking serde_path_to_error v0.1.16 |
1982 | 2024-09-09T20:05:20.677Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1983 | 2024-09-09T20:05:21.236Z | Checking hostname v0.4.0 |
1984 | 2024-09-09T20:05:21.374Z | Checking cstr-argument v0.1.2 |
1985 | 2024-09-09T20:05:21.456Z | Checking instant v0.1.12 |
1986 | 2024-09-09T20:05:21.472Z | Checking pretty-hex v0.2.1 |
1987 | 2024-09-09T20:05:21.552Z | Checking fastrand v2.1.0 |
1988 | 2024-09-09T20:05:21.569Z | Checking debug-ignore v1.0.5 |
1989 | 2024-09-09T20:05:21.624Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1990 | 2024-09-09T20:05:21.692Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1991 | 2024-09-09T20:05:21.881Z | Checking tempfile v3.10.1 |
1992 | 2024-09-09T20:05:21.960Z | Checking backoff v0.4.0 |
1993 | 2024-09-09T20:05:21.990Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1994 | 2024-09-09T20:05:22.266Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1995 | 2024-09-09T20:05:22.311Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1996 | 2024-09-09T20:05:22.393Z | Checking tokio-tungstenite v0.20.1 |
1997 | 2024-09-09T20:05:22.409Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1998 | 2024-09-09T20:05:22.534Z | Compiling zone_cfg_derive v0.1.2 |
1999 | 2024-09-09T20:05:22.744Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2000 | 2024-09-09T20:05:22.859Z | Checking slog-stdlog v4.1.1 |
2001 | 2024-09-09T20:05:23.017Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2002 | 2024-09-09T20:05:23.112Z | Checking serde_with v3.9.0 |
2003 | 2024-09-09T20:05:23.157Z | Checking tungstenite v0.21.0 |
2004 | 2024-09-09T20:05:23.506Z | Checking colored v2.1.0 |
2005 | 2024-09-09T20:05:23.769Z | Checking parse-display v0.10.0 |
2006 | 2024-09-09T20:05:23.799Z | Checking macaddr v1.0.1 |
2007 | 2024-09-09T20:05:23.943Z | Checking socket2 v0.4.10 |
2008 | 2024-09-09T20:05:23.995Z | Checking base64 v0.13.1 |
2009 | 2024-09-09T20:05:24.020Z | Checking zone v0.1.8 |
2010 | 2024-09-09T20:05:24.117Z | Checking tokio-tungstenite v0.21.0 |
2011 | 2024-09-09T20:05:24.396Z | Checking ron v0.7.1 |
2012 | 2024-09-09T20:05:24.583Z | Checking slog-envlogger v2.2.0 |
2013 | 2024-09-09T20:05:24.674Z | Checking pem v3.0.4 |
2014 | 2024-09-09T20:05:24.797Z | Checking tabwriter v1.4.0 |
2015 | 2024-09-09T20:05:24.910Z | Checking xattr v1.3.1 |
2016 | 2024-09-09T20:05:25.017Z | Checking portpicker v0.1.1 |
2017 | 2024-09-09T20:05:25.097Z | Checking yasna v0.5.2 |
2018 | 2024-09-09T20:05:25.149Z | Checking headers-core v0.2.0 |
2019 | 2024-09-09T20:05:25.286Z | Checking smf v0.2.3 |
2020 | 2024-09-09T20:05:25.501Z | Checking filetime v0.2.25 |
2021 | 2024-09-09T20:05:25.703Z | Checking same-file v1.0.6 |
2022 | 2024-09-09T20:05:25.732Z | Checking tar v0.4.41 |
2023 | 2024-09-09T20:05:25.879Z | Checking walkdir v2.5.0 |
2024 | 2024-09-09T20:05:25.950Z | Checking rcgen v0.12.1 |
2025 | 2024-09-09T20:05:26.128Z | Checking headers v0.3.9 |
2026 | 2024-09-09T20:05:26.143Z | Checking atomicwrites v0.4.3 |
2027 | 2024-09-09T20:05:26.335Z | Checking camino-tempfile v1.1.1 |
2028 | 2024-09-09T20:05:26.433Z | Checking subprocess v0.2.9 |
2029 | 2024-09-09T20:05:27.348Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2030 | 2024-09-09T20:05:27.609Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2031 | 2024-09-09T20:05:29.454Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2032 | 2024-09-09T20:05:31.336Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2033 | 2024-09-09T20:05:31.401Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2034 | 2024-09-09T20:05:34.541Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2035 | 2024-09-09T20:05:40.901Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2036 | 2024-09-09T20:05:41.026Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2037 | 2024-09-09T20:05:41.142Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2038 | 2024-09-09T20:05:43.480Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2039 | 2024-09-09T20:05:43.959Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2040 | 2024-09-09T20:05:50.044Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2041 | 2024-09-09T20:05:51.527Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2042 | 2024-09-09T20:05:52.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.84s |
2043 | 2024-09-09T20:05:52.777Z | |
2044 | 2024-09-09T20:05:52.777Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2045 | 2024-09-09T20:05:53.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2046 | 2024-09-09T20:05:53.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2047 | 2024-09-09T20:05:53.458Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2048 | 2024-09-09T20:05:54.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
2049 | 2024-09-09T20:05:54.810Z | |
2050 | 2024-09-09T20:05:54.810Z | info: running `cargo check --bins` on nexus-config (31/158) |
2051 | 2024-09-09T20:05:55.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2052 | 2024-09-09T20:05:55.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2053 | 2024-09-09T20:05:55.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2054 | 2024-09-09T20:05:55.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2055 | 2024-09-09T20:05:55.463Z | |
2056 | 2024-09-09T20:05:55.463Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2057 | 2024-09-09T20:05:56.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2058 | 2024-09-09T20:05:56.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2059 | 2024-09-09T20:05:56.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2060 | 2024-09-09T20:05:56.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2061 | 2024-09-09T20:05:56.086Z | |
2062 | 2024-09-09T20:05:56.086Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2063 | 2024-09-09T20:05:56.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2064 | 2024-09-09T20:05:56.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2065 | 2024-09-09T20:05:56.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2066 | 2024-09-09T20:05:56.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2067 | 2024-09-09T20:05:56.736Z | |
2068 | 2024-09-09T20:05:56.737Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2069 | 2024-09-09T20:05:57.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2070 | 2024-09-09T20:05:57.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2071 | 2024-09-09T20:05:57.414Z | Compiling heapless v0.8.0 |
2072 | 2024-09-09T20:05:57.505Z | Checking hash32 v0.3.1 |
2073 | 2024-09-09T20:05:57.507Z | Compiling smoltcp v0.11.0 |
2074 | 2024-09-09T20:05:57.521Z | Checking embedded-io v0.4.0 |
2075 | 2024-09-09T20:05:57.521Z | Checking cobs v0.2.3 |
2076 | 2024-09-09T20:05:57.537Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2077 | 2024-09-09T20:05:57.540Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2078 | 2024-09-09T20:05:57.564Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2079 | 2024-09-09T20:05:57.649Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2080 | 2024-09-09T20:05:57.671Z | Compiling crucible-workspace-hack v0.1.0 |
2081 | 2024-09-09T20:05:57.685Z | Checking newline-converter v0.3.0 |
2082 | 2024-09-09T20:05:57.698Z | Checking postcard v1.0.8 |
2083 | 2024-09-09T20:05:57.832Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2084 | 2024-09-09T20:05:57.880Z | Compiling convert_case v0.4.0 |
2085 | 2024-09-09T20:05:58.047Z | Checking expectorate v1.1.0 |
2086 | 2024-09-09T20:05:58.059Z | Compiling zone_cfg_derive v0.3.0 |
2087 | 2024-09-09T20:05:58.197Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2088 | 2024-09-09T20:05:58.235Z | Compiling num-derive v0.4.2 |
2089 | 2024-09-09T20:05:58.323Z | Compiling slog-dtrace v0.3.0 |
2090 | 2024-09-09T20:05:58.426Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2091 | 2024-09-09T20:05:58.540Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2092 | 2024-09-09T20:05:58.815Z | Compiling derive_more v0.99.18 |
2093 | 2024-09-09T20:05:59.376Z | Checking zone v0.3.0 |
2094 | 2024-09-09T20:05:59.912Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2095 | 2024-09-09T20:06:01.123Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2096 | 2024-09-09T20:06:02.086Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2097 | 2024-09-09T20:06:02.549Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2098 | 2024-09-09T20:06:03.134Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2099 | 2024-09-09T20:06:03.350Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2100 | 2024-09-09T20:06:04.805Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2101 | 2024-09-09T20:06:05.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.72s |
2102 | 2024-09-09T20:06:05.618Z | |
2103 | 2024-09-09T20:06:05.618Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2104 | 2024-09-09T20:06:06.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2105 | 2024-09-09T20:06:06.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2106 | 2024-09-09T20:06:06.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2107 | 2024-09-09T20:06:06.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2108 | 2024-09-09T20:06:06.272Z | |
2109 | 2024-09-09T20:06:06.272Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2110 | 2024-09-09T20:06:06.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2111 | 2024-09-09T20:06:06.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2112 | 2024-09-09T20:06:06.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2113 | 2024-09-09T20:06:06.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2114 | 2024-09-09T20:06:06.933Z | |
2115 | 2024-09-09T20:06:06.933Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2116 | 2024-09-09T20:06:07.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2117 | 2024-09-09T20:06:07.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2118 | 2024-09-09T20:06:07.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2119 | 2024-09-09T20:06:07.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2120 | 2024-09-09T20:06:07.699Z | |
2121 | 2024-09-09T20:06:07.700Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2122 | 2024-09-09T20:06:08.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-09-09T20:06:08.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-09-09T20:06:08.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2125 | 2024-09-09T20:06:08.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2126 | 2024-09-09T20:06:08.461Z | |
2127 | 2024-09-09T20:06:08.461Z | info: running `cargo check --bins` on dns-server (39/158) |
2128 | 2024-09-09T20:06:09.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-09-09T20:06:09.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-09-09T20:06:09.113Z | Compiling parking_lot_core v0.8.6 |
2131 | 2024-09-09T20:06:09.204Z | Checking nibble_vec v0.1.0 |
2132 | 2024-09-09T20:06:09.206Z | Checking linked-hash-map v0.5.6 |
2133 | 2024-09-09T20:06:09.206Z | Checking endian-type v0.1.2 |
2134 | 2024-09-09T20:06:09.206Z | Checking quick-error v1.2.3 |
2135 | 2024-09-09T20:06:09.206Z | Checking fxhash v0.2.1 |
2136 | 2024-09-09T20:06:09.220Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2137 | 2024-09-09T20:06:09.228Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2138 | 2024-09-09T20:06:09.321Z | Checking resolv-conf v0.7.0 |
2139 | 2024-09-09T20:06:09.351Z | Checking hickory-server v0.24.1 |
2140 | 2024-09-09T20:06:09.408Z | Checking radix_trie v0.2.1 |
2141 | 2024-09-09T20:06:09.505Z | Checking lru-cache v0.1.2 |
2142 | 2024-09-09T20:06:09.645Z | Checking hickory-resolver v0.24.1 |
2143 | 2024-09-09T20:06:09.758Z | Checking hickory-client v0.24.1 |
2144 | 2024-09-09T20:06:09.915Z | Checking parking_lot v0.11.2 |
2145 | 2024-09-09T20:06:10.155Z | Checking sled v0.34.7 |
2146 | 2024-09-09T20:06:11.892Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2147 | 2024-09-09T20:06:12.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
2148 | 2024-09-09T20:06:13.066Z | |
2149 | 2024-09-09T20:06:13.066Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2150 | 2024-09-09T20:06:13.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2151 | 2024-09-09T20:06:13.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2152 | 2024-09-09T20:06:13.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2153 | 2024-09-09T20:06:13.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2154 | 2024-09-09T20:06:13.700Z | |
2155 | 2024-09-09T20:06:13.700Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2156 | 2024-09-09T20:06:14.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2157 | 2024-09-09T20:06:14.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2158 | 2024-09-09T20:06:14.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2159 | 2024-09-09T20:06:14.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2160 | 2024-09-09T20:06:14.319Z | |
2161 | 2024-09-09T20:06:14.319Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2162 | 2024-09-09T20:06:14.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2163 | 2024-09-09T20:06:14.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2164 | 2024-09-09T20:06:14.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2165 | 2024-09-09T20:06:14.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2166 | 2024-09-09T20:06:15.029Z | |
2167 | 2024-09-09T20:06:15.029Z | info: running `cargo check --bins` on gateway-types (43/158) |
2168 | 2024-09-09T20:06:15.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2169 | 2024-09-09T20:06:15.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2170 | 2024-09-09T20:06:15.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2171 | 2024-09-09T20:06:15.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2172 | 2024-09-09T20:06:15.678Z | |
2173 | 2024-09-09T20:06:15.678Z | info: running `cargo check --bins` on ipcc (44/158) |
2174 | 2024-09-09T20:06:16.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2175 | 2024-09-09T20:06:16.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2176 | 2024-09-09T20:06:16.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2177 | 2024-09-09T20:06:16.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2178 | 2024-09-09T20:06:16.320Z | |
2179 | 2024-09-09T20:06:16.320Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2180 | 2024-09-09T20:06:16.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2181 | 2024-09-09T20:06:16.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2182 | 2024-09-09T20:06:17.047Z | Compiling rustls-pki-types v1.7.0 |
2183 | 2024-09-09T20:06:17.053Z | Compiling match_cfg v0.1.0 |
2184 | 2024-09-09T20:06:17.150Z | Checking num-rational v0.4.2 |
2185 | 2024-09-09T20:06:17.156Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2186 | 2024-09-09T20:06:17.156Z | Compiling slog-json v2.6.1 |
2187 | 2024-09-09T20:06:17.157Z | Compiling http v1.1.0 |
2188 | 2024-09-09T20:06:17.157Z | Checking num-complex v0.4.6 |
2189 | 2024-09-09T20:06:17.203Z | Compiling prettyplease v0.2.20 |
2190 | 2024-09-09T20:06:17.215Z | Compiling hostname v0.3.1 |
2191 | 2024-09-09T20:06:17.460Z | Compiling atomic-waker v1.1.2 |
2192 | 2024-09-09T20:06:17.501Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2193 | 2024-09-09T20:06:17.516Z | Compiling slog-bunyan v2.5.0 |
2194 | 2024-09-09T20:06:17.559Z | Compiling rustls-webpki v0.102.4 |
2195 | 2024-09-09T20:06:17.623Z | Compiling waitgroup v0.1.2 |
2196 | 2024-09-09T20:06:17.723Z | Compiling rustls-pemfile v2.1.3 |
2197 | 2024-09-09T20:06:17.726Z | Compiling async-stream v0.3.5 |
2198 | 2024-09-09T20:06:17.751Z | Compiling toml v0.8.19 |
2199 | 2024-09-09T20:06:17.852Z | Compiling ipnetwork v0.20.0 |
2200 | 2024-09-09T20:06:17.931Z | Compiling newtype-uuid v1.1.0 |
2201 | 2024-09-09T20:06:18.034Z | Compiling serde_path_to_error v0.1.16 |
2202 | 2024-09-09T20:06:18.050Z | Checking num v0.4.3 |
2203 | 2024-09-09T20:06:18.146Z | Compiling hostname v0.4.0 |
2204 | 2024-09-09T20:06:18.187Z | Compiling instant v0.1.12 |
2205 | 2024-09-09T20:06:18.217Z | Compiling radium v0.7.0 |
2206 | 2024-09-09T20:06:18.334Z | Compiling debug-ignore v1.0.5 |
2207 | 2024-09-09T20:06:18.393Z | Compiling rustls v0.22.4 |
2208 | 2024-09-09T20:06:18.476Z | Checking float-ord v0.3.2 |
2209 | 2024-09-09T20:06:18.610Z | Compiling semver v0.1.20 |
2210 | 2024-09-09T20:06:18.700Z | Compiling multer v3.1.0 |
2211 | 2024-09-09T20:06:18.755Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2212 | 2024-09-09T20:06:18.852Z | Compiling backoff v0.4.0 |
2213 | 2024-09-09T20:06:19.199Z | Compiling rustc_version v0.1.7 |
2214 | 2024-09-09T20:06:19.257Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2215 | 2024-09-09T20:06:19.463Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2216 | 2024-09-09T20:06:19.628Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2217 | 2024-09-09T20:06:19.659Z | Compiling parse-display v0.10.0 |
2218 | 2024-09-09T20:06:19.702Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2219 | 2024-09-09T20:06:19.786Z | Compiling serde_with v3.9.0 |
2220 | 2024-09-09T20:06:19.801Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2221 | 2024-09-09T20:06:19.978Z | Compiling macaddr v1.0.1 |
2222 | 2024-09-09T20:06:20.356Z | Checking tap v1.0.1 |
2223 | 2024-09-09T20:06:20.415Z | Compiling maybe-uninit v2.0.0 |
2224 | 2024-09-09T20:06:20.517Z | Checking wyz v0.5.1 |
2225 | 2024-09-09T20:06:20.891Z | Compiling newtype_derive v0.1.6 |
2226 | 2024-09-09T20:06:21.111Z | Checking password-hash v0.5.0 |
2227 | 2024-09-09T20:06:21.183Z | Checking blake2 v0.10.6 |
2228 | 2024-09-09T20:06:21.377Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2229 | 2024-09-09T20:06:21.558Z | Compiling packed_struct v0.10.1 |
2230 | 2024-09-09T20:06:21.622Z | Checking funty v2.0.0 |
2231 | 2024-09-09T20:06:21.889Z | Checking crc-catalog v2.4.0 |
2232 | 2024-09-09T20:06:22.024Z | Checking crc v3.2.1 |
2233 | 2024-09-09T20:06:22.067Z | Checking argon2 v0.5.3 |
2234 | 2024-09-09T20:06:22.474Z | Compiling packed_struct_codegen v0.10.1 |
2235 | 2024-09-09T20:06:22.588Z | Compiling tokio-rustls v0.25.0 |
2236 | 2024-09-09T20:06:22.733Z | Checking bitvec v1.0.1 |
2237 | 2024-09-09T20:06:23.013Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2238 | 2024-09-09T20:06:23.534Z | Checking half v2.4.1 |
2239 | 2024-09-09T20:06:23.552Z | Compiling indexmap v1.9.3 |
2240 | 2024-09-09T20:06:23.852Z | Compiling cookie v0.18.1 |
2241 | 2024-09-09T20:06:23.984Z | Checking ciborium-io v0.2.2 |
2242 | 2024-09-09T20:06:24.107Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2243 | 2024-09-09T20:06:24.170Z | Checking nodrop v0.1.14 |
2244 | 2024-09-09T20:06:24.281Z | Checking array-init v0.0.4 |
2245 | 2024-09-09T20:06:24.492Z | Checking ciborium-ll v0.2.2 |
2246 | 2024-09-09T20:06:24.934Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2247 | 2024-09-09T20:06:25.230Z | Checking smallvec v0.6.14 |
2248 | 2024-09-09T20:06:25.315Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2249 | 2024-09-09T20:06:25.402Z | Compiling memoffset v0.9.1 |
2250 | 2024-09-09T20:06:25.635Z | Checking hashbrown v0.12.3 |
2251 | 2024-09-09T20:06:25.717Z | Checking bitfield v0.14.0 |
2252 | 2024-09-09T20:06:25.988Z | Checking highway v1.2.0 |
2253 | 2024-09-09T20:06:26.004Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2254 | 2024-09-09T20:06:26.391Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2255 | 2024-09-09T20:06:26.409Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2256 | 2024-09-09T20:06:27.394Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2257 | 2024-09-09T20:06:27.450Z | Checking env_logger v0.10.2 |
2258 | 2024-09-09T20:06:27.492Z | Checking serde-hex v0.1.0 |
2259 | 2024-09-09T20:06:27.508Z | Checking steno v0.4.1 |
2260 | 2024-09-09T20:06:27.897Z | Checking bzip2 v0.4.4 |
2261 | 2024-09-09T20:06:27.909Z | Checking ciborium v0.2.2 |
2262 | 2024-09-09T20:06:28.703Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2263 | 2024-09-09T20:06:28.717Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2264 | 2024-09-09T20:06:28.854Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2265 | 2024-09-09T20:06:28.877Z | Checking ron v0.8.1 |
2266 | 2024-09-09T20:06:29.228Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2267 | 2024-09-09T20:06:31.562Z | Checking x509-cert v0.2.5 |
2268 | 2024-09-09T20:06:31.655Z | Checking hashbrown v0.13.2 |
2269 | 2024-09-09T20:06:31.655Z | Compiling derive-where v1.2.7 |
2270 | 2024-09-09T20:06:31.655Z | Checking crc-any v2.5.0 |
2271 | 2024-09-09T20:06:31.655Z | Checking object v0.30.4 |
2272 | 2024-09-09T20:06:31.655Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2273 | 2024-09-09T20:06:31.655Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2274 | 2024-09-09T20:06:31.680Z | Checking zip v0.6.6 |
2275 | 2024-09-09T20:06:31.943Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2276 | 2024-09-09T20:06:32.075Z | Checking path-slash v0.1.5 |
2277 | 2024-09-09T20:06:32.268Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2278 | 2024-09-09T20:06:32.314Z | Checking nix v0.27.1 |
2279 | 2024-09-09T20:06:32.369Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2280 | 2024-09-09T20:06:35.801Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2281 | 2024-09-09T20:06:35.936Z | Checking kstat-rs v0.2.4 |
2282 | 2024-09-09T20:06:35.936Z | Checking serde-big-array v0.5.1 |
2283 | 2024-09-09T20:06:35.936Z | Checking signal-hook-tokio v0.3.1 |
2284 | 2024-09-09T20:06:35.936Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2285 | 2024-09-09T20:06:35.972Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2286 | 2024-09-09T20:06:38.207Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2287 | 2024-09-09T20:06:39.674Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2288 | 2024-09-09T20:06:42.125Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2289 | 2024-09-09T20:06:44.683Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2290 | 2024-09-09T20:06:45.168Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2291 | 2024-09-09T20:06:45.418Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2292 | 2024-09-09T20:06:49.898Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2293 | 2024-09-09T20:06:50.513Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2294 | 2024-09-09T20:06:53.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s |
2295 | 2024-09-09T20:06:53.231Z | |
2296 | 2024-09-09T20:06:53.231Z | info: running `cargo check --bins` on gateway-api (46/158) |
2297 | 2024-09-09T20:06:53.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2298 | 2024-09-09T20:06:53.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2299 | 2024-09-09T20:06:53.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2300 | 2024-09-09T20:06:53.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2301 | 2024-09-09T20:06:53.896Z | |
2302 | 2024-09-09T20:06:53.896Z | info: running `cargo check --bins` on oximeter (47/158) |
2303 | 2024-09-09T20:06:54.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2304 | 2024-09-09T20:06:54.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2305 | 2024-09-09T20:06:54.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2306 | 2024-09-09T20:06:54.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2307 | 2024-09-09T20:06:54.553Z | |
2308 | 2024-09-09T20:06:54.553Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2309 | 2024-09-09T20:06:55.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2310 | 2024-09-09T20:06:55.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2311 | 2024-09-09T20:06:55.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2312 | 2024-09-09T20:06:55.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2313 | 2024-09-09T20:06:55.185Z | |
2314 | 2024-09-09T20:06:55.185Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2315 | 2024-09-09T20:06:55.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2316 | 2024-09-09T20:06:55.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2317 | 2024-09-09T20:06:55.834Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2318 | 2024-09-09T20:06:56.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
2319 | 2024-09-09T20:06:56.376Z | |
2320 | 2024-09-09T20:06:56.376Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2321 | 2024-09-09T20:06:56.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2322 | 2024-09-09T20:06:56.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2323 | 2024-09-09T20:06:56.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2324 | 2024-09-09T20:06:56.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2325 | 2024-09-09T20:06:57.038Z | |
2326 | 2024-09-09T20:06:57.038Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2327 | 2024-09-09T20:06:57.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2328 | 2024-09-09T20:06:57.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2329 | 2024-09-09T20:06:57.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2330 | 2024-09-09T20:06:57.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2331 | 2024-09-09T20:06:57.691Z | |
2332 | 2024-09-09T20:06:57.691Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2333 | 2024-09-09T20:06:58.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-09-09T20:06:58.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-09-09T20:06:58.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-09-09T20:06:58.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2337 | 2024-09-09T20:06:58.317Z | |
2338 | 2024-09-09T20:06:58.317Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2339 | 2024-09-09T20:06:58.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-09-09T20:06:58.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-09-09T20:06:58.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2024-09-09T20:06:58.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2343 | 2024-09-09T20:06:58.972Z | |
2344 | 2024-09-09T20:06:58.972Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2345 | 2024-09-09T20:06:59.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-09-09T20:06:59.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-09-09T20:06:59.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2348 | 2024-09-09T20:06:59.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2349 | 2024-09-09T20:06:59.628Z | |
2350 | 2024-09-09T20:06:59.628Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2351 | 2024-09-09T20:07:00.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2024-09-09T20:07:00.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2024-09-09T20:07:00.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2354 | 2024-09-09T20:07:00.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2355 | 2024-09-09T20:07:00.277Z | |
2356 | 2024-09-09T20:07:00.277Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2357 | 2024-09-09T20:07:00.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2024-09-09T20:07:00.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2024-09-09T20:07:00.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2360 | 2024-09-09T20:07:00.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2361 | 2024-09-09T20:07:00.934Z | |
2362 | 2024-09-09T20:07:00.934Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2363 | 2024-09-09T20:07:01.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2024-09-09T20:07:01.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2024-09-09T20:07:01.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2366 | 2024-09-09T20:07:01.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2367 | 2024-09-09T20:07:01.589Z | |
2368 | 2024-09-09T20:07:01.589Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2369 | 2024-09-09T20:07:02.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2024-09-09T20:07:02.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2024-09-09T20:07:02.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2372 | 2024-09-09T20:07:02.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2373 | 2024-09-09T20:07:02.240Z | |
2374 | 2024-09-09T20:07:02.240Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2375 | 2024-09-09T20:07:02.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-09-09T20:07:02.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-09-09T20:07:02.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2378 | 2024-09-09T20:07:02.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2379 | 2024-09-09T20:07:02.922Z | |
2380 | 2024-09-09T20:07:02.922Z | info: running `cargo check --bins` on internal-dns (60/158) |
2381 | 2024-09-09T20:07:03.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-09-09T20:07:03.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-09-09T20:07:03.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2384 | 2024-09-09T20:07:03.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2385 | 2024-09-09T20:07:03.581Z | |
2386 | 2024-09-09T20:07:03.581Z | info: running `cargo check --bins` on nexus-client (61/158) |
2387 | 2024-09-09T20:07:04.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-09-09T20:07:04.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-09-09T20:07:04.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2390 | 2024-09-09T20:07:04.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2391 | 2024-09-09T20:07:04.260Z | |
2392 | 2024-09-09T20:07:04.260Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2393 | 2024-09-09T20:07:04.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-09-09T20:07:04.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-09-09T20:07:04.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2396 | 2024-09-09T20:07:04.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2397 | 2024-09-09T20:07:04.928Z | |
2398 | 2024-09-09T20:07:04.928Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2399 | 2024-09-09T20:07:05.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-09-09T20:07:05.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-09-09T20:07:05.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2402 | 2024-09-09T20:07:05.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2403 | 2024-09-09T20:07:05.561Z | |
2404 | 2024-09-09T20:07:05.561Z | info: running `cargo check --bins` on nexus-types (64/158) |
2405 | 2024-09-09T20:07:06.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-09-09T20:07:06.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-09-09T20:07:06.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2408 | 2024-09-09T20:07:06.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2409 | 2024-09-09T20:07:06.238Z | |
2410 | 2024-09-09T20:07:06.238Z | info: running `cargo check --bins` on gateway-client (65/158) |
2411 | 2024-09-09T20:07:06.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-09-09T20:07:06.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-09-09T20:07:06.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2414 | 2024-09-09T20:07:06.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2415 | 2024-09-09T20:07:06.873Z | |
2416 | 2024-09-09T20:07:06.873Z | info: running `cargo check --bins` on oxql-types (66/158) |
2417 | 2024-09-09T20:07:07.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-09-09T20:07:07.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-09-09T20:07:07.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2420 | 2024-09-09T20:07:07.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2421 | 2024-09-09T20:07:07.537Z | |
2422 | 2024-09-09T20:07:07.537Z | info: running `cargo check --bins` on sp-sim (67/158) |
2423 | 2024-09-09T20:07:08.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-09-09T20:07:08.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-09-09T20:07:08.190Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2426 | 2024-09-09T20:07:09.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
2427 | 2024-09-09T20:07:10.064Z | |
2428 | 2024-09-09T20:07:10.064Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158) |
2429 | 2024-09-09T20:07:10.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-09-09T20:07:10.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-09-09T20:07:10.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2024-09-09T20:07:10.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2433 | 2024-09-09T20:07:10.769Z | |
2434 | 2024-09-09T20:07:10.769Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158) |
2435 | 2024-09-09T20:07:11.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-09-09T20:07:11.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-09-09T20:07:11.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2024-09-09T20:07:11.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2439 | 2024-09-09T20:07:11.492Z | |
2440 | 2024-09-09T20:07:11.492Z | info: running `cargo check --bins` on db-macros (70/158) |
2441 | 2024-09-09T20:07:12.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-09-09T20:07:12.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-09-09T20:07:12.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2024-09-09T20:07:12.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2445 | 2024-09-09T20:07:12.123Z | |
2446 | 2024-09-09T20:07:12.123Z | info: running `cargo check --bins` on nexus-macros-common (71/158) |
2447 | 2024-09-09T20:07:12.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2024-09-09T20:07:12.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2024-09-09T20:07:12.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2024-09-09T20:07:12.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2451 | 2024-09-09T20:07:12.753Z | |
2452 | 2024-09-09T20:07:12.753Z | info: running `cargo check --bins` on nexus-auth (72/158) |
2453 | 2024-09-09T20:07:13.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2024-09-09T20:07:13.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2024-09-09T20:07:13.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2024-09-09T20:07:13.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2457 | 2024-09-09T20:07:13.441Z | |
2458 | 2024-09-09T20:07:13.441Z | info: running `cargo check --bins` on authz-macros (73/158) |
2459 | 2024-09-09T20:07:14.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2024-09-09T20:07:14.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2024-09-09T20:07:14.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2024-09-09T20:07:14.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2463 | 2024-09-09T20:07:14.069Z | |
2464 | 2024-09-09T20:07:14.069Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/158) |
2465 | 2024-09-09T20:07:14.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-09-09T20:07:14.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-09-09T20:07:14.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2024-09-09T20:07:14.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2469 | 2024-09-09T20:07:14.748Z | |
2470 | 2024-09-09T20:07:14.748Z | info: running `cargo check --bins` on nexus-db-model (75/158) |
2471 | 2024-09-09T20:07:15.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-09-09T20:07:15.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-09-09T20:07:15.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2024-09-09T20:07:15.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2475 | 2024-09-09T20:07:15.424Z | |
2476 | 2024-09-09T20:07:15.424Z | info: running `cargo check --bins` on nexus-defaults (76/158) |
2477 | 2024-09-09T20:07:16.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-09-09T20:07:16.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-09-09T20:07:16.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2024-09-09T20:07:16.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2481 | 2024-09-09T20:07:16.078Z | |
2482 | 2024-09-09T20:07:16.078Z | info: running `cargo check --bins` on sled-agent-client (77/158) |
2483 | 2024-09-09T20:07:16.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-09-09T20:07:16.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-09-09T20:07:16.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2024-09-09T20:07:16.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2487 | 2024-09-09T20:07:16.742Z | |
2488 | 2024-09-09T20:07:16.742Z | info: running `cargo check --bins` on nexus-inventory (78/158) |
2489 | 2024-09-09T20:07:17.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-09-09T20:07:17.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-09-09T20:07:17.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2024-09-09T20:07:17.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2493 | 2024-09-09T20:07:17.417Z | |
2494 | 2024-09-09T20:07:17.417Z | info: running `cargo check --bins` on typed-rng (79/158) |
2495 | 2024-09-09T20:07:17.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-09-09T20:07:17.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-09-09T20:07:17.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2498 | 2024-09-09T20:07:17.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2499 | 2024-09-09T20:07:18.045Z | |
2500 | 2024-09-09T20:07:18.045Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158) |
2501 | 2024-09-09T20:07:18.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-09-09T20:07:18.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-09-09T20:07:18.801Z | Compiling rayon-core v1.12.1 |
2504 | 2024-09-09T20:07:18.804Z | Compiling crossbeam-deque v0.8.5 |
2505 | 2024-09-09T20:07:18.804Z | Compiling curve25519-dalek v4.1.3 |
2506 | 2024-09-09T20:07:18.804Z | Compiling unicase v2.7.0 |
2507 | 2024-09-09T20:07:18.900Z | Compiling same-file v1.0.6 |
2508 | 2024-09-09T20:07:18.904Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2509 | 2024-09-09T20:07:18.904Z | Checking keccak v0.1.5 |
2510 | 2024-09-09T20:07:18.919Z | Compiling tempfile v3.10.1 |
2511 | 2024-09-09T20:07:19.187Z | Compiling walkdir v2.5.0 |
2512 | 2024-09-09T20:07:19.214Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2513 | 2024-09-09T20:07:19.234Z | Checking sha3 v0.10.8 |
2514 | 2024-09-09T20:07:19.381Z | Compiling thiserror-impl-no-std v2.0.2 |
2515 | 2024-09-09T20:07:19.514Z | Checking universal-hash v0.5.1 |
2516 | 2024-09-09T20:07:19.618Z | Checking secrecy v0.8.0 |
2517 | 2024-09-09T20:07:19.643Z | Compiling blake3 v1.5.1 |
2518 | 2024-09-09T20:07:19.696Z | Compiling ring v0.16.20 |
2519 | 2024-09-09T20:07:19.787Z | Compiling curve25519-dalek-derive v0.1.1 |
2520 | 2024-09-09T20:07:19.818Z | Checking opaque-debug v0.3.1 |
2521 | 2024-09-09T20:07:19.871Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2522 | 2024-09-09T20:07:19.901Z | Checking poly1305 v0.8.0 |
2523 | 2024-09-09T20:07:20.172Z | Compiling rayon v1.10.0 |
2524 | 2024-09-09T20:07:20.343Z | Checking chacha20 v0.9.1 |
2525 | 2024-09-09T20:07:20.379Z | Checking aead v0.5.2 |
2526 | 2024-09-09T20:07:20.585Z | Compiling memmap2 v0.9.4 |
2527 | 2024-09-09T20:07:20.676Z | Compiling home v0.5.9 |
2528 | 2024-09-09T20:07:20.823Z | Compiling libefi-sys v0.1.0 |
2529 | 2024-09-09T20:07:20.839Z | Compiling arrayvec v0.7.4 |
2530 | 2024-09-09T20:07:20.905Z | Compiling arrayref v0.3.7 |
2531 | 2024-09-09T20:07:21.007Z | Compiling spin v0.5.2 |
2532 | 2024-09-09T20:07:21.022Z | Compiling constant_time_eq v0.3.0 |
2533 | 2024-09-09T20:07:21.112Z | Compiling untrusted v0.7.1 |
2534 | 2024-09-09T20:07:21.218Z | Compiling toolchain_find v0.4.0 |
2535 | 2024-09-09T20:07:21.234Z | Checking chacha20poly1305 v0.10.1 |
2536 | 2024-09-09T20:07:21.414Z | Compiling camino-tempfile v1.1.1 |
2537 | 2024-09-09T20:07:21.493Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2538 | 2024-09-09T20:07:21.680Z | Compiling bitfield-struct v0.6.1 |
2539 | 2024-09-09T20:07:21.857Z | Compiling topological-sort v0.2.2 |
2540 | 2024-09-09T20:07:21.904Z | Compiling cancel-safe-futures v0.1.5 |
2541 | 2024-09-09T20:07:22.084Z | Compiling mime_guess v2.0.4 |
2542 | 2024-09-09T20:07:22.167Z | Compiling rustfmt-wrapper v0.2.1 |
2543 | 2024-09-09T20:07:22.492Z | Checking thiserror-no-std v2.0.2 |
2544 | 2024-09-09T20:07:22.598Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2545 | 2024-09-09T20:07:22.665Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2546 | 2024-09-09T20:07:22.752Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2547 | 2024-09-09T20:07:22.859Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2548 | 2024-09-09T20:07:23.269Z | Checking vsss-rs v3.3.4 |
2549 | 2024-09-09T20:07:23.275Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2550 | 2024-09-09T20:07:23.433Z | Checking gethostname v0.5.0 |
2551 | 2024-09-09T20:07:23.452Z | Checking libsw v3.3.1 |
2552 | 2024-09-09T20:07:23.515Z | Checking owo-colors v4.0.0 |
2553 | 2024-09-09T20:07:23.554Z | Checking swrite v0.1.0 |
2554 | 2024-09-09T20:07:23.671Z | Checking linear-map v1.2.0 |
2555 | 2024-09-09T20:07:23.741Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2556 | 2024-09-09T20:07:24.006Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2557 | 2024-09-09T20:07:24.191Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2558 | 2024-09-09T20:07:24.345Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2559 | 2024-09-09T20:07:24.815Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2560 | 2024-09-09T20:07:25.067Z | Checking nanorand v0.7.0 |
2561 | 2024-09-09T20:07:25.334Z | Compiling omicron-zone-package v0.11.0 |
2562 | 2024-09-09T20:07:25.433Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2563 | 2024-09-09T20:07:25.506Z | Checking glob v0.3.1 |
2564 | 2024-09-09T20:07:25.585Z | Checking http-range v0.1.5 |
2565 | 2024-09-09T20:07:25.764Z | Checking hyper-staticfile v0.9.5 |
2566 | 2024-09-09T20:07:25.791Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2567 | 2024-09-09T20:07:25.823Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2568 | 2024-09-09T20:07:26.185Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2569 | 2024-09-09T20:07:26.874Z | Checking flume v0.11.0 |
2570 | 2024-09-09T20:07:26.913Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2571 | 2024-09-09T20:07:26.930Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2572 | 2024-09-09T20:07:27.382Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2573 | 2024-09-09T20:07:27.582Z | Checking itertools v0.13.0 |
2574 | 2024-09-09T20:07:28.395Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2575 | 2024-09-09T20:07:28.442Z | Checking display-error-chain v0.2.1 |
2576 | 2024-09-09T20:07:29.054Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2577 | 2024-09-09T20:07:30.219Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2578 | 2024-09-09T20:07:31.782Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2579 | 2024-09-09T20:07:31.785Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2580 | 2024-09-09T20:07:42.129Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2581 | 2024-09-09T20:07:53.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.20s |
2582 | 2024-09-09T20:07:53.479Z | |
2583 | 2024-09-09T20:07:53.479Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158) |
2584 | 2024-09-09T20:07:54.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-09-09T20:07:54.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-09-09T20:07:54.192Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2587 | 2024-09-09T20:08:08.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s |
2588 | 2024-09-09T20:08:08.396Z | |
2589 | 2024-09-09T20:08:08.397Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158) |
2590 | 2024-09-09T20:08:08.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-09-09T20:08:08.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-09-09T20:08:08.397Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2593 | 2024-09-09T20:08:17.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.03s |
2594 | 2024-09-09T20:08:17.701Z | |
2595 | 2024-09-09T20:08:17.701Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158) |
2596 | 2024-09-09T20:08:18.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-09-09T20:08:18.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-09-09T20:08:18.444Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2599 | 2024-09-09T20:08:29.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.92s |
2600 | 2024-09-09T20:08:29.800Z | |
2601 | 2024-09-09T20:08:29.800Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158) |
2602 | 2024-09-09T20:08:30.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-09-09T20:08:30.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-09-09T20:08:30.565Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2605 | 2024-09-09T20:08:41.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.18s |
2606 | 2024-09-09T20:08:42.169Z | |
2607 | 2024-09-09T20:08:42.169Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158) |
2608 | 2024-09-09T20:08:42.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-09-09T20:08:42.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-09-09T20:08:42.910Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2611 | 2024-09-09T20:08:54.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s |
2612 | 2024-09-09T20:08:54.192Z | |
2613 | 2024-09-09T20:08:54.192Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158) |
2614 | 2024-09-09T20:08:54.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-09-09T20:08:54.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-09-09T20:08:54.932Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2617 | 2024-09-09T20:09:06.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s |
2618 | 2024-09-09T20:09:06.271Z | |
2619 | 2024-09-09T20:09:06.271Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158) |
2620 | 2024-09-09T20:09:06.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-09-09T20:09:06.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-09-09T20:09:07.017Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2623 | 2024-09-09T20:09:18.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.91s |
2624 | 2024-09-09T20:09:18.369Z | |
2625 | 2024-09-09T20:09:18.369Z | info: running `cargo check --bins` on bootstrap-agent-api (88/158) |
2626 | 2024-09-09T20:09:18.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-09-09T20:09:18.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-09-09T20:09:18.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-09-09T20:09:18.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2630 | 2024-09-09T20:09:19.050Z | |
2631 | 2024-09-09T20:09:19.050Z | info: running `cargo check --bins` on sled-agent-types (89/158) |
2632 | 2024-09-09T20:09:19.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-09-09T20:09:19.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-09-09T20:09:19.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-09-09T20:09:19.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2636 | 2024-09-09T20:09:19.725Z | |
2637 | 2024-09-09T20:09:19.725Z | info: running `cargo check --bins` on bootstrap-agent-client (90/158) |
2638 | 2024-09-09T20:09:20.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-09-09T20:09:20.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-09-09T20:09:20.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-09-09T20:09:20.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2642 | 2024-09-09T20:09:20.387Z | |
2643 | 2024-09-09T20:09:20.387Z | info: running `cargo check --bins` on dpd-client (91/158) |
2644 | 2024-09-09T20:09:20.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-09-09T20:09:20.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-09-09T20:09:20.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2024-09-09T20:09:20.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2648 | 2024-09-09T20:09:21.027Z | |
2649 | 2024-09-09T20:09:21.027Z | info: running `cargo check --bins` on installinator-common (92/158) |
2650 | 2024-09-09T20:09:21.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-09-09T20:09:21.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-09-09T20:09:21.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2024-09-09T20:09:21.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2654 | 2024-09-09T20:09:21.690Z | |
2655 | 2024-09-09T20:09:21.690Z | info: running `cargo check --bins` on update-engine (93/158) |
2656 | 2024-09-09T20:09:22.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-09-09T20:09:22.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-09-09T20:09:22.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2024-09-09T20:09:22.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2660 | 2024-09-09T20:09:22.325Z | |
2661 | 2024-09-09T20:09:22.325Z | info: running `cargo check --bins` on key-manager (94/158) |
2662 | 2024-09-09T20:09:22.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-09-09T20:09:22.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-09-09T20:09:22.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2024-09-09T20:09:22.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2666 | 2024-09-09T20:09:22.977Z | |
2667 | 2024-09-09T20:09:22.977Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2668 | 2024-09-09T20:09:23.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-09-09T20:09:23.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-09-09T20:09:23.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2024-09-09T20:09:23.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2672 | 2024-09-09T20:09:23.648Z | |
2673 | 2024-09-09T20:09:23.648Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2674 | 2024-09-09T20:09:24.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-09-09T20:09:24.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-09-09T20:09:24.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2024-09-09T20:09:24.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2678 | 2024-09-09T20:09:24.329Z | |
2679 | 2024-09-09T20:09:24.329Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2680 | 2024-09-09T20:09:24.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-09-09T20:09:24.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-09-09T20:09:24.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2024-09-09T20:09:24.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2684 | 2024-09-09T20:09:24.998Z | |
2685 | 2024-09-09T20:09:24.998Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2686 | 2024-09-09T20:09:25.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-09-09T20:09:25.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-09-09T20:09:25.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2024-09-09T20:09:25.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2690 | 2024-09-09T20:09:25.664Z | |
2691 | 2024-09-09T20:09:25.664Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2692 | 2024-09-09T20:09:26.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2024-09-09T20:09:26.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2024-09-09T20:09:26.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2024-09-09T20:09:26.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2696 | 2024-09-09T20:09:26.330Z | |
2697 | 2024-09-09T20:09:26.330Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2698 | 2024-09-09T20:09:26.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2024-09-09T20:09:26.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2024-09-09T20:09:26.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2024-09-09T20:09:26.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2702 | 2024-09-09T20:09:27.009Z | |
2703 | 2024-09-09T20:09:27.009Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2704 | 2024-09-09T20:09:27.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2024-09-09T20:09:27.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2024-09-09T20:09:27.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2024-09-09T20:09:27.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2708 | 2024-09-09T20:09:27.681Z | |
2709 | 2024-09-09T20:09:27.681Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2710 | 2024-09-09T20:09:28.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2024-09-09T20:09:28.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2024-09-09T20:09:28.382Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2713 | 2024-09-09T20:09:28.382Z | Checking bcs v0.1.6 |
2714 | 2024-09-09T20:09:28.384Z | Compiling async-recursion v1.1.1 |
2715 | 2024-09-09T20:09:28.384Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2716 | 2024-09-09T20:09:28.384Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2717 | 2024-09-09T20:09:29.492Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2718 | 2024-09-09T20:09:32.687Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2719 | 2024-09-09T20:09:34.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s |
2720 | 2024-09-09T20:09:34.472Z | |
2721 | 2024-09-09T20:09:34.472Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2722 | 2024-09-09T20:09:35.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2024-09-09T20:09:35.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2024-09-09T20:09:35.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2024-09-09T20:09:35.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2726 | 2024-09-09T20:09:35.124Z | |
2727 | 2024-09-09T20:09:35.124Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2728 | 2024-09-09T20:09:35.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2024-09-09T20:09:35.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2024-09-09T20:09:35.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2024-09-09T20:09:35.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2732 | 2024-09-09T20:09:35.774Z | |
2733 | 2024-09-09T20:09:35.774Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2734 | 2024-09-09T20:09:36.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2024-09-09T20:09:36.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2024-09-09T20:09:36.438Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2737 | 2024-09-09T20:09:37.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
2738 | 2024-09-09T20:09:37.155Z | |
2739 | 2024-09-09T20:09:37.155Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2740 | 2024-09-09T20:09:37.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2024-09-09T20:09:37.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2024-09-09T20:09:37.840Z | Compiling cfg_aliases v0.1.1 |
2743 | 2024-09-09T20:09:37.843Z | Compiling vte_generate_state_changes v0.1.1 |
2744 | 2024-09-09T20:09:37.843Z | Checking fd-lock v4.0.2 |
2745 | 2024-09-09T20:09:37.843Z | Checking bytecount v0.6.8 |
2746 | 2024-09-09T20:09:37.843Z | Compiling tabled_derive v0.7.0 |
2747 | 2024-09-09T20:09:37.950Z | Checking crossterm v0.27.0 |
2748 | 2024-09-09T20:09:37.954Z | Compiling peg-macros v0.8.4 |
2749 | 2024-09-09T20:09:37.955Z | Compiling sqlparser_derive v0.2.2 |
2750 | 2024-09-09T20:09:38.010Z | Compiling nix v0.28.0 |
2751 | 2024-09-09T20:09:38.069Z | Checking papergrid v0.11.0 |
2752 | 2024-09-09T20:09:38.084Z | Checking unicode_categories v0.1.1 |
2753 | 2024-09-09T20:09:38.378Z | Checking home v0.5.9 |
2754 | 2024-09-09T20:09:38.516Z | Checking nu-ansi-term v0.50.0 |
2755 | 2024-09-09T20:09:38.552Z | Checking vte v0.11.1 |
2756 | 2024-09-09T20:09:38.891Z | Checking sqlformat v0.2.4 |
2757 | 2024-09-09T20:09:39.032Z | Checking sqlparser v0.45.0 |
2758 | 2024-09-09T20:09:39.506Z | Checking crossterm v0.28.1 |
2759 | 2024-09-09T20:09:39.919Z | Checking strip-ansi-escapes v0.2.0 |
2760 | 2024-09-09T20:09:40.064Z | Checking reedline v0.33.0 |
2761 | 2024-09-09T20:09:40.427Z | Checking tabled v0.15.0 |
2762 | 2024-09-09T20:09:40.967Z | Checking peg v0.8.4 |
2763 | 2024-09-09T20:09:41.185Z | Checking rustyline v14.0.0 |
2764 | 2024-09-09T20:09:45.462Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2765 | 2024-09-09T20:09:50.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.31s |
2766 | 2024-09-09T20:09:50.621Z | |
2767 | 2024-09-09T20:09:50.621Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2768 | 2024-09-09T20:09:51.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-09-09T20:09:51.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-09-09T20:09:51.298Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2771 | 2024-09-09T20:09:56.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
2772 | 2024-09-09T20:09:56.563Z | |
2773 | 2024-09-09T20:09:56.563Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2774 | 2024-09-09T20:09:57.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-09-09T20:09:57.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-09-09T20:09:57.227Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2777 | 2024-09-09T20:10:02.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
2778 | 2024-09-09T20:10:02.289Z | |
2779 | 2024-09-09T20:10:02.289Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2780 | 2024-09-09T20:10:02.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-09-09T20:10:02.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-09-09T20:10:02.972Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2783 | 2024-09-09T20:10:07.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s |
2784 | 2024-09-09T20:10:07.306Z | |
2785 | 2024-09-09T20:10:07.306Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2786 | 2024-09-09T20:10:07.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-09-09T20:10:07.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-09-09T20:10:07.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-09-09T20:10:07.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2790 | 2024-09-09T20:10:07.961Z | |
2791 | 2024-09-09T20:10:07.961Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2792 | 2024-09-09T20:10:08.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-09-09T20:10:08.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-09-09T20:10:08.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-09-09T20:10:08.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2796 | 2024-09-09T20:10:08.595Z | |
2797 | 2024-09-09T20:10:08.595Z | info: running `cargo check --bins` on installinator-client (112/158) |
2798 | 2024-09-09T20:10:09.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-09-09T20:10:09.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-09-09T20:10:09.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-09-09T20:10:09.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2802 | 2024-09-09T20:10:09.267Z | |
2803 | 2024-09-09T20:10:09.267Z | info: running `cargo check --bins` on oxide-client (113/158) |
2804 | 2024-09-09T20:10:09.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-09-09T20:10:09.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-09-09T20:10:09.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-09-09T20:10:09.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2808 | 2024-09-09T20:10:09.902Z | |
2809 | 2024-09-09T20:10:09.902Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2810 | 2024-09-09T20:10:10.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-09-09T20:10:10.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-09-09T20:10:10.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-09-09T20:10:10.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2814 | 2024-09-09T20:10:10.596Z | |
2815 | 2024-09-09T20:10:10.596Z | info: running `cargo check --bins` on wicket-common (115/158) |
2816 | 2024-09-09T20:10:11.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-09-09T20:10:11.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-09-09T20:10:11.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-09-09T20:10:11.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2820 | 2024-09-09T20:10:11.274Z | |
2821 | 2024-09-09T20:10:11.274Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2822 | 2024-09-09T20:10:11.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-09-09T20:10:11.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-09-09T20:10:11.950Z | Checking csv-core v0.1.11 |
2825 | 2024-09-09T20:10:11.952Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2826 | 2024-09-09T20:10:12.238Z | Checking csv v1.3.0 |
2827 | 2024-09-09T20:10:12.744Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2828 | 2024-09-09T20:10:13.071Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2829 | 2024-09-09T20:10:14.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s |
2830 | 2024-09-09T20:10:14.379Z | |
2831 | 2024-09-09T20:10:14.379Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2832 | 2024-09-09T20:10:14.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-09-09T20:10:14.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-09-09T20:10:14.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-09-09T20:10:14.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2836 | 2024-09-09T20:10:15.035Z | |
2837 | 2024-09-09T20:10:15.035Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2838 | 2024-09-09T20:10:15.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-09-09T20:10:15.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-09-09T20:10:15.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-09-09T20:10:15.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2842 | 2024-09-09T20:10:15.689Z | |
2843 | 2024-09-09T20:10:15.689Z | info: running `cargo check --bins` on cert-dev (119/158) |
2844 | 2024-09-09T20:10:16.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-09-09T20:10:16.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-09-09T20:10:16.311Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2847 | 2024-09-09T20:10:16.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2848 | 2024-09-09T20:10:16.695Z | |
2849 | 2024-09-09T20:10:16.695Z | info: running `cargo check --bins` on ch-dev (120/158) |
2850 | 2024-09-09T20:10:17.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-09-09T20:10:17.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-09-09T20:10:17.382Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2853 | 2024-09-09T20:10:18.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
2854 | 2024-09-09T20:10:18.193Z | |
2855 | 2024-09-09T20:10:18.193Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2856 | 2024-09-09T20:10:18.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-09-09T20:10:18.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-09-09T20:10:18.874Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2859 | 2024-09-09T20:10:19.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2860 | 2024-09-09T20:10:19.344Z | |
2861 | 2024-09-09T20:10:19.344Z | info: running `cargo check --bins` on db-dev (122/158) |
2862 | 2024-09-09T20:10:19.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-09-09T20:10:19.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-09-09T20:10:20.026Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2865 | 2024-09-09T20:10:20.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
2866 | 2024-09-09T20:10:20.862Z | |
2867 | 2024-09-09T20:10:20.862Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2868 | 2024-09-09T20:10:21.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-09-09T20:10:21.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-09-09T20:10:21.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-09-09T20:10:21.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2872 | 2024-09-09T20:10:21.534Z | |
2873 | 2024-09-09T20:10:21.534Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2874 | 2024-09-09T20:10:22.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-09-09T20:10:22.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-09-09T20:10:22.159Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2877 | 2024-09-09T20:10:22.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
2878 | 2024-09-09T20:10:23.134Z | |
2879 | 2024-09-09T20:10:23.134Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2880 | 2024-09-09T20:10:23.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-09-09T20:10:23.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-09-09T20:10:23.867Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2883 | 2024-09-09T20:10:24.497Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2884 | 2024-09-09T20:10:24.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
2885 | 2024-09-09T20:10:25.143Z | |
2886 | 2024-09-09T20:10:25.143Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2887 | 2024-09-09T20:10:25.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-09-09T20:10:25.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-09-09T20:10:25.954Z | Compiling crunchy v0.2.2 |
2890 | 2024-09-09T20:10:25.954Z | Compiling glob v0.3.1 |
2891 | 2024-09-09T20:10:25.956Z | Compiling tiny-keccak v2.0.2 |
2892 | 2024-09-09T20:10:25.956Z | Compiling dsl_auto_type v0.1.2 |
2893 | 2024-09-09T20:10:26.071Z | Checking scheduled-thread-pool v0.2.7 |
2894 | 2024-09-09T20:10:26.073Z | Compiling diesel_table_macro_syntax v0.2.0 |
2895 | 2024-09-09T20:10:26.100Z | Compiling ascii-canvas v3.0.0 |
2896 | 2024-09-09T20:10:26.103Z | Compiling ena v0.14.3 |
2897 | 2024-09-09T20:10:26.287Z | Checking r2d2 v0.8.10 |
2898 | 2024-09-09T20:10:26.399Z | Compiling libloading v0.8.3 |
2899 | 2024-09-09T20:10:26.521Z | Compiling diff v0.1.13 |
2900 | 2024-09-09T20:10:26.540Z | Compiling bindgen v0.69.4 |
2901 | 2024-09-09T20:10:26.601Z | Compiling regex-syntax v0.6.29 |
2902 | 2024-09-09T20:10:26.640Z | Compiling which v4.4.2 |
2903 | 2024-09-09T20:10:26.832Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2904 | 2024-09-09T20:10:26.986Z | Compiling clang-sys v1.7.0 |
2905 | 2024-09-09T20:10:27.063Z | Compiling cexpr v0.6.0 |
2906 | 2024-09-09T20:10:27.169Z | Compiling lazycell v1.3.0 |
2907 | 2024-09-09T20:10:27.277Z | Compiling shlex v1.3.0 |
2908 | 2024-09-09T20:10:27.340Z | Compiling rustc-hash v1.1.0 |
2909 | 2024-09-09T20:10:27.340Z | Compiling ref-cast v1.0.23 |
2910 | 2024-09-09T20:10:27.371Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2911 | 2024-09-09T20:10:27.494Z | Compiling derive_builder_core v0.20.0 |
2912 | 2024-09-09T20:10:27.652Z | Compiling diesel_derives v2.2.2 |
2913 | 2024-09-09T20:10:27.669Z | Compiling libxml v0.3.3 |
2914 | 2024-09-09T20:10:27.686Z | Compiling ref-cast-impl v1.0.23 |
2915 | 2024-09-09T20:10:27.949Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2916 | 2024-09-09T20:10:28.092Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2917 | 2024-09-09T20:10:28.448Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2918 | 2024-09-09T20:10:28.753Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2919 | 2024-09-09T20:10:28.796Z | Compiling strum_macros v0.24.3 |
2920 | 2024-09-09T20:10:29.037Z | Compiling dropshot v0.10.1 |
2921 | 2024-09-09T20:10:29.136Z | Compiling indoc v1.0.9 |
2922 | 2024-09-09T20:10:29.957Z | Compiling lalrpop v0.19.12 |
2923 | 2024-09-09T20:10:30.109Z | Compiling derive_builder_macro v0.20.0 |
2924 | 2024-09-09T20:10:31.045Z | Checking derive_builder v0.20.0 |
2925 | 2024-09-09T20:10:31.262Z | Checking tungstenite v0.23.0 |
2926 | 2024-09-09T20:10:31.463Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2927 | 2024-09-09T20:10:31.771Z | Compiling dropshot_endpoint v0.10.1 |
2928 | 2024-09-09T20:10:32.203Z | Compiling oso-derive v0.27.3 |
2929 | 2024-09-09T20:10:32.474Z | Compiling impl-trait-for-tuples v0.2.2 |
2930 | 2024-09-09T20:10:32.477Z | Checking quick-xml v0.31.0 |
2931 | 2024-09-09T20:10:33.279Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2932 | 2024-09-09T20:10:33.599Z | Checking maplit v1.0.2 |
2933 | 2024-09-09T20:10:33.781Z | Checking tokio-tungstenite v0.23.1 |
2934 | 2024-09-09T20:10:34.291Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2935 | 2024-09-09T20:10:34.587Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2936 | 2024-09-09T20:10:34.885Z | Checking bb8 v0.8.5 |
2937 | 2024-09-09T20:10:35.368Z | Compiling const_format_proc_macros v0.2.32 |
2938 | 2024-09-09T20:10:36.026Z | Checking crossbeam-deque v0.8.5 |
2939 | 2024-09-09T20:10:36.358Z | Compiling portable-atomic v1.6.0 |
2940 | 2024-09-09T20:10:37.498Z | Checking rayon-core v1.12.1 |
2941 | 2024-09-09T20:10:37.515Z | Checking const_format v0.2.32 |
2942 | 2024-09-09T20:10:37.814Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2943 | 2024-09-09T20:10:37.997Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2944 | 2024-09-09T20:10:38.168Z | Checking castaway v0.2.3 |
2945 | 2024-09-09T20:10:38.332Z | Checking rayon v1.10.0 |
2946 | 2024-09-09T20:10:38.349Z | Checking compact_str v0.8.0 |
2947 | 2024-09-09T20:10:40.005Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2948 | 2024-09-09T20:10:40.089Z | Checking unicode-truncate v1.0.0 |
2949 | 2024-09-09T20:10:40.272Z | Checking lru v0.12.3 |
2950 | 2024-09-09T20:10:40.315Z | Compiling instability v0.3.2 |
2951 | 2024-09-09T20:10:40.332Z | Checking unicode-linebreak v0.1.5 |
2952 | 2024-09-09T20:10:40.374Z | Checking diesel v2.2.3 |
2953 | 2024-09-09T20:10:40.569Z | Checking number_prefix v0.4.0 |
2954 | 2024-09-09T20:10:40.729Z | Checking cassowary v0.3.0 |
2955 | 2024-09-09T20:10:40.753Z | Checking smawk v0.3.2 |
2956 | 2024-09-09T20:10:40.958Z | Checking textwrap v0.16.1 |
2957 | 2024-09-09T20:10:41.006Z | Checking multimap v0.10.0 |
2958 | 2024-09-09T20:10:41.397Z | Checking ratatui v0.28.0 |
2959 | 2024-09-09T20:10:42.170Z | Checking indicatif v0.17.8 |
2960 | 2024-09-09T20:11:01.876Z | Compiling samael v0.0.15 |
2961 | 2024-09-09T20:11:15.505Z | Compiling polar-core v0.27.3 |
2962 | 2024-09-09T20:11:15.970Z | Checking async-bb8-diesel v0.2.1 |
2963 | 2024-09-09T20:11:22.373Z | Checking oso v0.27.3 |
2964 | 2024-09-09T20:12:21.677Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2965 | 2024-09-09T20:12:26.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
2966 | 2024-09-09T20:12:27.095Z | |
2967 | 2024-09-09T20:12:27.095Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2968 | 2024-09-09T20:12:27.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-09-09T20:12:27.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-09-09T20:12:27.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2971 | 2024-09-09T20:12:27.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2972 | 2024-09-09T20:12:27.810Z | |
2973 | 2024-09-09T20:12:27.810Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
2974 | 2024-09-09T20:12:28.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-09-09T20:12:28.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-09-09T20:12:28.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2977 | 2024-09-09T20:12:28.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2978 | 2024-09-09T20:12:28.507Z | |
2979 | 2024-09-09T20:12:28.507Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
2980 | 2024-09-09T20:12:29.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-09-09T20:12:29.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-09-09T20:12:29.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2983 | 2024-09-09T20:12:29.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2984 | 2024-09-09T20:12:29.141Z | |
2985 | 2024-09-09T20:12:29.141Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
2986 | 2024-09-09T20:12:29.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-09-09T20:12:29.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-09-09T20:12:29.949Z | Compiling libz-sys v1.1.16 |
2989 | 2024-09-09T20:12:30.055Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2990 | 2024-09-09T20:12:30.065Z | Compiling vergen v8.3.2 |
2991 | 2024-09-09T20:12:30.067Z | Compiling cargo-platform v0.1.8 |
2992 | 2024-09-09T20:12:30.067Z | Compiling pin-project-internal v1.1.5 |
2993 | 2024-09-09T20:12:30.103Z | Compiling snafu-derive v0.8.2 |
2994 | 2024-09-09T20:12:30.103Z | Compiling libsqlite3-sys v0.28.0 |
2995 | 2024-09-09T20:12:30.106Z | Compiling buf-list v1.0.3 |
2996 | 2024-09-09T20:12:30.360Z | Compiling cfg_aliases v0.2.1 |
2997 | 2024-09-09T20:12:30.469Z | Compiling cargo_metadata v0.18.1 |
2998 | 2024-09-09T20:12:30.647Z | Compiling nix v0.29.0 |
2999 | 2024-09-09T20:12:30.692Z | Checking globset v0.4.14 |
3000 | 2024-09-09T20:12:30.803Z | Checking olpc-cjson v0.1.3 |
3001 | 2024-09-09T20:12:30.977Z | Checking rand_seeder v0.3.0 |
3002 | 2024-09-09T20:12:30.997Z | Checking serde_plain v1.0.2 |
3003 | 2024-09-09T20:12:31.181Z | Checking typed-path v0.7.1 |
3004 | 2024-09-09T20:12:31.198Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3005 | 2024-09-09T20:12:31.507Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3006 | 2024-09-09T20:12:31.585Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3007 | 2024-09-09T20:12:31.760Z | Checking hashlink v0.9.1 |
3008 | 2024-09-09T20:12:31.797Z | Checking fallible-iterator v0.3.0 |
3009 | 2024-09-09T20:12:31.898Z | Checking fallible-streaming-iterator v0.1.9 |
3010 | 2024-09-09T20:12:32.132Z | Checking parse-size v1.0.0 |
3011 | 2024-09-09T20:12:32.405Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3012 | 2024-09-09T20:12:32.443Z | Checking rusqlite v0.31.0 |
3013 | 2024-09-09T20:12:32.832Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3014 | 2024-09-09T20:12:33.040Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3015 | 2024-09-09T20:12:33.070Z | Checking pin-project v1.1.5 |
3016 | 2024-09-09T20:12:33.193Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3017 | 2024-09-09T20:12:33.240Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3018 | 2024-09-09T20:12:33.318Z | Checking twox-hash v1.6.3 |
3019 | 2024-09-09T20:12:33.364Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3020 | 2024-09-09T20:12:33.786Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3021 | 2024-09-09T20:12:33.977Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3022 | 2024-09-09T20:12:34.093Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3023 | 2024-09-09T20:12:34.439Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3024 | 2024-09-09T20:12:34.595Z | Checking fatfs v0.3.6 |
3025 | 2024-09-09T20:12:35.141Z | Checking assert_matches v1.5.0 |
3026 | 2024-09-09T20:12:35.492Z | Checking snafu v0.8.2 |
3027 | 2024-09-09T20:12:35.941Z | Checking tough v0.17.1 |
3028 | 2024-09-09T20:12:39.803Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3029 | 2024-09-09T20:12:41.029Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3030 | 2024-09-09T20:12:41.153Z | Compiling git2 v0.19.0 |
3031 | 2024-09-09T20:12:45.849Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3032 | 2024-09-09T20:13:35.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
3033 | 2024-09-09T20:13:35.327Z | |
3034 | 2024-09-09T20:13:35.327Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
3035 | 2024-09-09T20:13:35.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-09-09T20:13:35.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-09-09T20:13:35.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2024-09-09T20:13:35.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3039 | 2024-09-09T20:13:36.031Z | |
3040 | 2024-09-09T20:13:36.031Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
3041 | 2024-09-09T20:13:36.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-09-09T20:13:36.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-09-09T20:13:36.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-09-09T20:13:36.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3045 | 2024-09-09T20:13:36.662Z | |
3046 | 2024-09-09T20:13:36.662Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
3047 | 2024-09-09T20:13:37.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-09-09T20:13:37.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-09-09T20:13:37.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-09-09T20:13:37.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3051 | 2024-09-09T20:13:37.340Z | |
3052 | 2024-09-09T20:13:37.340Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3053 | 2024-09-09T20:13:37.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-09-09T20:13:37.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-09-09T20:13:37.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-09-09T20:13:37.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3057 | 2024-09-09T20:13:38.046Z | |
3058 | 2024-09-09T20:13:38.047Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3059 | 2024-09-09T20:13:38.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-09-09T20:13:38.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-09-09T20:13:38.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-09-09T20:13:38.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3063 | 2024-09-09T20:13:38.765Z | |
3064 | 2024-09-09T20:13:38.765Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3065 | 2024-09-09T20:13:39.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-09-09T20:13:39.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-09-09T20:13:39.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2024-09-09T20:13:39.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3069 | 2024-09-09T20:13:39.472Z | |
3070 | 2024-09-09T20:13:39.472Z | info: running `cargo check --bins` on update-common (137/158) |
3071 | 2024-09-09T20:13:40.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-09-09T20:13:40.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-09-09T20:13:40.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2024-09-09T20:13:40.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3075 | 2024-09-09T20:13:40.164Z | |
3076 | 2024-09-09T20:13:40.164Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3077 | 2024-09-09T20:13:40.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-09-09T20:13:40.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-09-09T20:13:40.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2024-09-09T20:13:40.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3081 | 2024-09-09T20:13:40.855Z | |
3082 | 2024-09-09T20:13:40.855Z | info: running `cargo check --bins` on tufaceous (139/158) |
3083 | 2024-09-09T20:13:41.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-09-09T20:13:41.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-09-09T20:13:41.542Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3086 | 2024-09-09T20:13:42.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
3087 | 2024-09-09T20:13:42.578Z | |
3088 | 2024-09-09T20:13:42.578Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3089 | 2024-09-09T20:13:43.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-09-09T20:13:43.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-09-09T20:13:43.444Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3092 | 2024-09-09T20:13:43.444Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3093 | 2024-09-09T20:13:43.446Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3094 | 2024-09-09T20:13:44.796Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3095 | 2024-09-09T20:13:47.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
3096 | 2024-09-09T20:13:47.366Z | |
3097 | 2024-09-09T20:13:47.366Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3098 | 2024-09-09T20:13:47.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-09-09T20:13:48.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-09-09T20:13:48.093Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3101 | 2024-09-09T20:13:48.093Z | Checking is_ci v1.2.0 |
3102 | 2024-09-09T20:13:48.095Z | Checking heck v0.4.1 |
3103 | 2024-09-09T20:13:48.095Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3104 | 2024-09-09T20:13:48.096Z | Checking indent_write v2.2.0 |
3105 | 2024-09-09T20:13:48.282Z | Checking supports-color v3.0.0 |
3106 | 2024-09-09T20:13:48.329Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3107 | 2024-09-09T20:13:49.704Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3108 | 2024-09-09T20:13:50.526Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3109 | 2024-09-09T20:13:51.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
3110 | 2024-09-09T20:13:51.645Z | |
3111 | 2024-09-09T20:13:51.645Z | info: running `cargo check --bins` on installinator-api (142/158) |
3112 | 2024-09-09T20:13:52.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-09-09T20:13:52.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-09-09T20:13:52.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3115 | 2024-09-09T20:13:52.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3116 | 2024-09-09T20:13:52.315Z | |
3117 | 2024-09-09T20:13:52.315Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3118 | 2024-09-09T20:13:52.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-09-09T20:13:52.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-09-09T20:13:52.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3121 | 2024-09-09T20:13:52.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3122 | 2024-09-09T20:13:52.994Z | |
3123 | 2024-09-09T20:13:52.994Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3124 | 2024-09-09T20:13:53.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2024-09-09T20:13:53.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2024-09-09T20:13:53.737Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3127 | 2024-09-09T20:13:54.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
3128 | 2024-09-09T20:13:55.101Z | |
3129 | 2024-09-09T20:13:55.101Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3130 | 2024-09-09T20:13:55.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2024-09-09T20:13:55.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2024-09-09T20:13:55.792Z | Checking memmap2 v0.9.4 |
3133 | 2024-09-09T20:13:55.792Z | Checking constant_time_eq v0.3.0 |
3134 | 2024-09-09T20:13:55.792Z | Checking spin v0.5.2 |
3135 | 2024-09-09T20:13:55.794Z | Checking arrayvec v0.7.4 |
3136 | 2024-09-09T20:13:55.794Z | Checking arrayref v0.3.7 |
3137 | 2024-09-09T20:13:55.794Z | Checking untrusted v0.7.1 |
3138 | 2024-09-09T20:13:55.794Z | Checking cargo-platform v0.1.8 |
3139 | 2024-09-09T20:13:55.794Z | Checking topological-sort v0.2.2 |
3140 | 2024-09-09T20:13:55.955Z | Checking shell-words v1.1.0 |
3141 | 2024-09-09T20:13:56.098Z | Checking ring v0.16.20 |
3142 | 2024-09-09T20:13:56.169Z | Checking cargo_metadata v0.18.1 |
3143 | 2024-09-09T20:13:56.196Z | Checking blake3 v1.5.1 |
3144 | 2024-09-09T20:13:57.235Z | Checking omicron-zone-package v0.11.0 |
3145 | 2024-09-09T20:13:58.289Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3146 | 2024-09-09T20:13:59.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
3147 | 2024-09-09T20:13:59.268Z | |
3148 | 2024-09-09T20:13:59.268Z | info: running `cargo check --bins` on xtask (146/158) |
3149 | 2024-09-09T20:13:59.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2024-09-09T20:13:59.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2024-09-09T20:13:59.768Z | Checking bitflags v2.6.0 |
3152 | 2024-09-09T20:13:59.770Z | Checking serde v1.0.208 |
3153 | 2024-09-09T20:13:59.770Z | Checking thiserror v1.0.63 |
3154 | 2024-09-09T20:13:59.857Z | Checking scroll v0.12.0 |
3155 | 2024-09-09T20:13:59.860Z | Checking log v0.4.21 |
3156 | 2024-09-09T20:13:59.865Z | Checking hashbrown v0.14.5 |
3157 | 2024-09-09T20:13:59.885Z | Checking zerocopy v0.7.34 |
3158 | 2024-09-09T20:13:59.897Z | Checking syn v2.0.74 |
3159 | 2024-09-09T20:13:59.953Z | Checking pest v2.7.10 |
3160 | 2024-09-09T20:14:00.074Z | Checking rustix v0.38.34 |
3161 | 2024-09-09T20:14:00.105Z | Checking fs-err v2.11.0 |
3162 | 2024-09-09T20:14:00.315Z | Checking goblin v0.8.2 |
3163 | 2024-09-09T20:14:00.380Z | Checking tabled v0.15.0 |
3164 | 2024-09-09T20:14:00.982Z | Checking indexmap v2.4.0 |
3165 | 2024-09-09T20:14:01.297Z | Checking anyhow v1.0.86 |
3166 | 2024-09-09T20:14:02.059Z | Checking terminal_size v0.3.0 |
3167 | 2024-09-09T20:14:02.059Z | Checking tempfile v3.10.1 |
3168 | 2024-09-09T20:14:02.219Z | Checking clap_builder v4.5.15 |
3169 | 2024-09-09T20:14:02.402Z | Checking dtrace-parser v0.2.0 |
3170 | 2024-09-09T20:14:03.772Z | Checking serde_json v1.0.125 |
3171 | 2024-09-09T20:14:03.772Z | Checking serde_spanned v0.6.7 |
3172 | 2024-09-09T20:14:03.772Z | Checking toml_datetime v0.6.8 |
3173 | 2024-09-09T20:14:03.775Z | Checking camino v1.1.9 |
3174 | 2024-09-09T20:14:03.775Z | Checking semver v1.0.23 |
3175 | 2024-09-09T20:14:03.990Z | Checking cargo-platform v0.1.8 |
3176 | 2024-09-09T20:14:04.074Z | Checking macaddr v1.0.1 |
3177 | 2024-09-09T20:14:04.088Z | Checking toml_edit v0.22.20 |
3178 | 2024-09-09T20:14:04.315Z | Checking camino-tempfile v1.1.1 |
3179 | 2024-09-09T20:14:04.580Z | Checking clap v4.5.16 |
3180 | 2024-09-09T20:14:05.017Z | Checking dof v0.3.0 |
3181 | 2024-09-09T20:14:05.017Z | Checking cargo_metadata v0.18.1 |
3182 | 2024-09-09T20:14:05.415Z | Checking usdt-impl v0.5.0 |
3183 | 2024-09-09T20:14:05.770Z | Checking usdt v0.5.0 |
3184 | 2024-09-09T20:14:05.866Z | Checking toml v0.8.19 |
3185 | 2024-09-09T20:14:06.316Z | Checking cargo_toml v0.20.4 |
3186 | 2024-09-09T20:14:07.491Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3187 | 2024-09-09T20:14:08.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.80s |
3188 | 2024-09-09T20:14:08.301Z | |
3189 | 2024-09-09T20:14:08.301Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3190 | 2024-09-09T20:14:08.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2024-09-09T20:14:08.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2024-09-09T20:14:08.974Z | Checking polyval v0.6.2 |
3193 | 2024-09-09T20:14:08.974Z | Checking rfc6979 v0.4.0 |
3194 | 2024-09-09T20:14:09.083Z | Checking primeorder v0.13.6 |
3195 | 2024-09-09T20:14:09.086Z | Checking ctr v0.9.2 |
3196 | 2024-09-09T20:14:09.102Z | Checking ed25519 v2.2.3 |
3197 | 2024-09-09T20:14:09.104Z | Checking ssh-encoding v0.2.0 |
3198 | 2024-09-09T20:14:09.104Z | Checking blowfish v0.9.1 |
3199 | 2024-09-09T20:14:09.141Z | Checking password-hash v0.4.2 |
3200 | 2024-09-09T20:14:09.211Z | Checking ecdsa v0.16.9 |
3201 | 2024-09-09T20:14:09.292Z | Checking ghash v0.5.1 |
3202 | 2024-09-09T20:14:09.331Z | Checking bcrypt-pbkdf v0.10.0 |
3203 | 2024-09-09T20:14:09.385Z | Checking ed25519-dalek v2.1.1 |
3204 | 2024-09-09T20:14:09.440Z | Checking matches v0.1.10 |
3205 | 2024-09-09T20:14:09.458Z | Compiling enum-as-inner v0.5.1 |
3206 | 2024-09-09T20:14:09.490Z | Checking aes-gcm v0.10.3 |
3207 | 2024-09-09T20:14:09.510Z | Checking russh-cryptovec v0.7.2 |
3208 | 2024-09-09T20:14:09.528Z | Checking idna v0.2.3 |
3209 | 2024-09-09T20:14:09.543Z | Checking pbkdf2 v0.11.0 |
3210 | 2024-09-09T20:14:09.560Z | Checking md5 v0.7.0 |
3211 | 2024-09-09T20:14:09.691Z | Checking num-bigint v0.4.5 |
3212 | 2024-09-09T20:14:09.714Z | Checking ssh-cipher v0.2.0 |
3213 | 2024-09-09T20:14:09.728Z | Checking des v0.8.1 |
3214 | 2024-09-09T20:14:09.815Z | Compiling dhcproto-macros v0.1.0 |
3215 | 2024-09-09T20:14:09.831Z | Checking hex-literal v0.4.1 |
3216 | 2024-09-09T20:14:09.898Z | Checking p384 v0.13.0 |
3217 | 2024-09-09T20:14:09.948Z | Checking p256 v0.13.2 |
3218 | 2024-09-09T20:14:09.979Z | Checking p521 v0.13.3 |
3219 | 2024-09-09T20:14:10.003Z | Checking ssh-key v0.6.6 |
3220 | 2024-09-09T20:14:10.347Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3221 | 2024-09-09T20:14:10.424Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3222 | 2024-09-09T20:14:10.513Z | Checking trust-dns-proto v0.22.0 |
3223 | 2024-09-09T20:14:10.728Z | Checking internet-checksum v0.2.1 |
3224 | 2024-09-09T20:14:11.407Z | Checking russh-keys v0.45.0 |
3225 | 2024-09-09T20:14:12.311Z | Checking russh v0.45.0 |
3226 | 2024-09-09T20:14:13.152Z | Checking dhcproto v0.12.0 |
3227 | 2024-09-09T20:14:29.503Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3228 | 2024-09-09T20:14:30.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.58s |
3229 | 2024-09-09T20:14:30.950Z | |
3230 | 2024-09-09T20:14:30.950Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3231 | 2024-09-09T20:14:31.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2024-09-09T20:14:31.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2024-09-09T20:14:31.616Z | Checking termios v0.3.3 |
3234 | 2024-09-09T20:14:31.813Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3235 | 2024-09-09T20:14:32.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3236 | 2024-09-09T20:14:32.694Z | |
3237 | 2024-09-09T20:14:32.694Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3238 | 2024-09-09T20:14:33.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2024-09-09T20:14:33.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2024-09-09T20:14:33.417Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3241 | 2024-09-09T20:14:35.404Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3242 | 2024-09-09T20:14:37.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
3243 | 2024-09-09T20:14:37.328Z | |
3244 | 2024-09-09T20:14:37.328Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3245 | 2024-09-09T20:14:37.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2024-09-09T20:14:37.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2024-09-09T20:14:37.986Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3248 | 2024-09-09T20:14:38.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3249 | 2024-09-09T20:14:38.555Z | |
3250 | 2024-09-09T20:14:38.555Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3251 | 2024-09-09T20:14:39.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2024-09-09T20:14:39.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2024-09-09T20:14:39.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3254 | 2024-09-09T20:14:39.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3255 | 2024-09-09T20:14:39.178Z | |
3256 | 2024-09-09T20:14:39.178Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3257 | 2024-09-09T20:14:39.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2024-09-09T20:14:39.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2024-09-09T20:14:39.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3260 | 2024-09-09T20:14:39.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3261 | 2024-09-09T20:14:39.808Z | |
3262 | 2024-09-09T20:14:39.808Z | info: running `cargo check --bins` on omicron-package (153/158) |
3263 | 2024-09-09T20:14:40.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2024-09-09T20:14:40.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2024-09-09T20:14:40.513Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3266 | 2024-09-09T20:14:41.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
3267 | 2024-09-09T20:14:41.863Z | |
3268 | 2024-09-09T20:14:41.863Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3269 | 2024-09-09T20:14:42.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2024-09-09T20:14:42.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2024-09-09T20:14:42.596Z | Checking rtoolbox v0.0.2 |
3272 | 2024-09-09T20:14:42.599Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3273 | 2024-09-09T20:14:42.599Z | Checking tui-tree-widget v0.22.0 |
3274 | 2024-09-09T20:14:42.808Z | Checking rpassword v7.3.1 |
3275 | 2024-09-09T20:14:46.729Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3276 | 2024-09-09T20:14:49.543Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3277 | 2024-09-09T20:14:50.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.80s |
3278 | 2024-09-09T20:14:50.836Z | |
3279 | 2024-09-09T20:14:50.836Z | info: running `cargo check --bins` on wicket (155/158) |
3280 | 2024-09-09T20:14:51.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2024-09-09T20:14:51.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2024-09-09T20:14:51.557Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3283 | 2024-09-09T20:14:51.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3284 | 2024-09-09T20:14:52.105Z | |
3285 | 2024-09-09T20:14:52.105Z | info: running `cargo check --bins` on wicketd (156/158) |
3286 | 2024-09-09T20:14:52.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2024-09-09T20:14:52.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2024-09-09T20:14:52.842Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3289 | 2024-09-09T20:14:56.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
3290 | 2024-09-09T20:14:56.660Z | |
3291 | 2024-09-09T20:14:56.660Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3292 | 2024-09-09T20:14:57.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2024-09-09T20:14:57.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2024-09-09T20:14:57.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3295 | 2024-09-09T20:14:57.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3296 | 2024-09-09T20:14:57.298Z | |
3297 | 2024-09-09T20:14:57.298Z | info: running `cargo check --bins` on zone-setup (158/158) |
3298 | 2024-09-09T20:14:57.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2024-09-09T20:14:57.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2024-09-09T20:14:58.043Z | Checking uzers v0.11.3 |
3301 | 2024-09-09T20:14:58.334Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3302 | 2024-09-09T20:14:59.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
3303 | 2024-09-09T20:14:59.544Z | |
3304 | 2024-09-09T20:14:59.544Z | real 10:45.186852811 |
3305 | 2024-09-09T20:14:59.544Z | user 23:16.680459710 |
3306 | 2024-09-09T20:14:59.544Z | sys 5:04.522177974 |
3307 | 2024-09-09T20:14:59.544Z | trap 0.495738214 |
3308 | 2024-09-09T20:14:59.544Z | tflt 3.092230616 |
3309 | 2024-09-09T20:14:59.544Z | dflt 2.012593725 |
3310 | 2024-09-09T20:14:59.544Z | kflt 0.003715200 |
3311 | 2024-09-09T20:14:59.544Z | lock 41:04.804448761 |
3312 | 2024-09-09T20:14:59.544Z | slp 1:54:19.293302143 |
3313 | 2024-09-09T20:14:59.547Z | lat 1:00.503354313 |
3314 | 2024-09-09T20:14:59.547Z | stop 2:59.024646467 |
3315 | 2024-09-09T20:14:59.547Z | process exited: duration 906342 ms, exit code 0 |
|
3316 | 2024-09-09T20:14:59.552Z | found 0 output files |