|
|
|
1 | 2024-08-29T14:36:47.470Z | job assigned to worker 01J6F9171988Y0VAARZ7RRNBPP (queued for 46 s) |
|
2 | 2024-08-29T14:36:54.239Z | starting task 0: "setup" |
3 | 2024-08-29T14:36:54.248Z | ++ uname -s |
4 | 2024-08-29T14:36:54.250Z | + kern=SunOS |
5 | 2024-08-29T14:36:54.250Z | + case "$kern" in |
6 | 2024-08-29T14:36:54.251Z | + groupadd -g 12345 build |
7 | 2024-08-29T14:36:54.253Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-29T14:36:56.264Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-29T14:36:56.398Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-29T14:36:56.401Z | + home_fs=zfs |
11 | 2024-08-29T14:36:56.401Z | + [[ zfs == autofs ]] |
12 | 2024-08-29T14:36:56.401Z | + mkdir -p /home/build |
13 | 2024-08-29T14:36:56.403Z | + chown build:build /home/build /work |
14 | 2024-08-29T14:36:58.405Z | + chmod 0700 /home/build /work |
15 | 2024-08-29T14:36:58.409Z | process exited: duration 4171 ms, exit code 0 |
|
16 | 2024-08-29T14:36:58.413Z | starting task 1: "rust-toolchain" |
17 | 2024-08-29T14:36:58.420Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-29T14:36:58.420Z | * toolchain channel = "1.80.1" |
19 | 2024-08-29T14:36:58.420Z | * toolchain profile = "default" |
20 | 2024-08-29T14:36:58.420Z | ' 1.80.1 |
21 | 2024-08-29T14:36:58.420Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-29T14:36:58.420Z | ' default |
23 | 2024-08-29T14:36:58.422Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-29T14:36:58.422Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-29T14:36:58.540Z | info: downloading installer |
26 | 2024-08-29T14:36:59.860Z | info: profile set to 'default' |
27 | 2024-08-29T14:36:59.860Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-29T14:36:59.863Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-29T14:37:00.010Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-29T14:37:00.010Z | info: downloading component 'cargo' |
31 | 2024-08-29T14:37:00.821Z | info: downloading component 'clippy' |
32 | 2024-08-29T14:37:01.114Z | info: downloading component 'rust-docs' |
33 | 2024-08-29T14:37:02.331Z | info: downloading component 'rust-std' |
34 | 2024-08-29T14:37:03.926Z | info: downloading component 'rustc' |
35 | 2024-08-29T14:37:08.444Z | info: downloading component 'rustfmt' |
36 | 2024-08-29T14:37:08.700Z | info: installing component 'cargo' |
37 | 2024-08-29T14:37:09.574Z | info: installing component 'clippy' |
38 | 2024-08-29T14:37:09.970Z | info: installing component 'rust-docs' |
39 | 2024-08-29T14:37:11.658Z | info: installing component 'rust-std' |
40 | 2024-08-29T14:37:13.542Z | info: installing component 'rustc' |
41 | 2024-08-29T14:37:17.668Z | info: installing component 'rustfmt' |
42 | 2024-08-29T14:37:18.003Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-29T14:37:18.003Z | |
44 | 2024-08-29T14:37:18.259Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-29T14:37:18.259Z | |
46 | 2024-08-29T14:37:18.261Z | |
47 | 2024-08-29T14:37:18.261Z | Rust is installed now. Great! |
48 | 2024-08-29T14:37:18.261Z | |
49 | 2024-08-29T14:37:18.261Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-29T14:37:18.261Z | environment variable. This has not been done automatically. |
51 | 2024-08-29T14:37:18.262Z | |
52 | 2024-08-29T14:37:18.262Z | To configure your current shell, you need to source |
53 | 2024-08-29T14:37:18.262Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-29T14:37:18.262Z | |
55 | 2024-08-29T14:37:18.262Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-29T14:37:18.262Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-29T14:37:18.262Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-29T14:37:18.312Z | + rustc --version |
59 | 2024-08-29T14:37:18.373Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-29T14:37:18.376Z | process exited: duration 19959 ms, exit code 0 |
|
61 | 2024-08-29T14:37:18.382Z | starting task 2: "authentication" |
62 | 2024-08-29T14:37:18.401Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-29T14:37:18.406Z | starting task 3: "clone repository" |
64 | 2024-08-29T14:37:18.411Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-29T14:37:18.414Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-29T14:37:18.466Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-29T14:37:26.115Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-29T14:37:26.115Z | + git fetch origin ccb9f12264396dd8081c90987f9579e5915c949b |
69 | 2024-08-29T14:37:26.435Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-29T14:37:26.435Z | * branch ccb9f12264396dd8081c90987f9579e5915c949b -> FETCH_HEAD |
71 | 2024-08-29T14:37:26.446Z | + [[ -n libipcc ]] |
72 | 2024-08-29T14:37:26.449Z | ++ git branch --show-current |
73 | 2024-08-29T14:37:26.451Z | + current=main |
74 | 2024-08-29T14:37:26.451Z | + [[ main != libipcc ]] |
75 | 2024-08-29T14:37:26.451Z | + git branch -f libipcc ccb9f12264396dd8081c90987f9579e5915c949b |
76 | 2024-08-29T14:37:26.454Z | + git checkout -f libipcc |
77 | 2024-08-29T14:37:26.609Z | Switched to branch 'libipcc' |
78 | 2024-08-29T14:37:26.611Z | + git reset --hard ccb9f12264396dd8081c90987f9579e5915c949b |
79 | 2024-08-29T14:37:26.624Z | HEAD is now at ccb9f1226 Use external libipcc repo |
80 | 2024-08-29T14:37:26.626Z | process exited: duration 8217 ms, exit code 0 |
|
81 | 2024-08-29T14:37:26.631Z | starting task 4: "build" |
82 | 2024-08-29T14:37:26.637Z | + cargo --version |
83 | 2024-08-29T14:37:26.693Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-29T14:37:26.695Z | + rustc --version |
85 | 2024-08-29T14:37:26.752Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-29T14:37:26.754Z | + source ./env.sh |
87 | 2024-08-29T14:37:26.754Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-29T14:37:26.756Z | ++ set -o xtrace |
89 | 2024-08-29T14:37:26.759Z | ++++ dirname ./env.sh |
90 | 2024-08-29T14:37:26.759Z | +++ readlink -f . |
91 | 2024-08-29T14:37:26.762Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-29T14:37:26.762Z | ++ 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-08-29T14:37:26.762Z | ++ 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-08-29T14:37:26.762Z | ++ 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-08-29T14:37:26.762Z | ++ 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-08-29T14:37:26.762Z | ++ 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-08-29T14:37:26.762Z | ++ 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-08-29T14:37:26.762Z | ++ 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-08-29T14:37:26.762Z | ++ 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-08-29T14:37:26.762Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-29T14:37:26.762Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-29T14:37:26.762Z | + 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-08-29T14:37:26.762Z | + 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-08-29T14:37:26.762Z | + banner prerequisites |
105 | 2024-08-29T14:37:26.765Z | |
106 | 2024-08-29T14:37:26.765Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-29T14:37:26.765Z | # # # # # # # # # # # # # # # |
108 | 2024-08-29T14:37:26.765Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-29T14:37:26.765Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-29T14:37:26.765Z | # # # # # # # # # # # # # # # |
111 | 2024-08-29T14:37:26.765Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-29T14:37:26.765Z | |
113 | 2024-08-29T14:37:26.765Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-29T14:37:31.820Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-29T14:37:34.155Z | Startup: Caching catalogs ... Done |
116 | 2024-08-29T14:37:36.128Z | Planning: Solver setup ... Done (1.413s) |
117 | 2024-08-29T14:37:36.150Z | Planning: Running solver ... Done (0.022s) |
118 | 2024-08-29T14:37:36.192Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-08-29T14:37:36.205Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-08-29T14:37:36.844Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-08-29T14:37:36.946Z | Planning: Package planning ... Done (0.102s) |
122 | 2024-08-29T14:37:37.002Z | Planning: Merging actions ... Done (0.055s) |
123 | 2024-08-29T14:37:37.208Z | Planning: Checking for conflicting actions ... Done (0.206s) |
124 | 2024-08-29T14:37:39.146Z | Planning: Consolidating action changes ... Done (1.937s) |
125 | 2024-08-29T14:37:39.563Z | Planning: Evaluating mediators ... Done (0.417s) |
126 | 2024-08-29T14:37:39.649Z | Planning: Planning completed in 5.42 seconds |
127 | 2024-08-29T14:37:39.665Z | Packages to install: 4 |
128 | 2024-08-29T14:37:39.665Z | Packages to update: 1 |
129 | 2024-08-29T14:37:39.667Z | Mediators to change: 2 |
130 | 2024-08-29T14:37:39.667Z | Services to change: 1 |
131 | 2024-08-29T14:37:39.667Z | Estimated space available: 155.72 GB |
132 | 2024-08-29T14:37:39.667Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-08-29T14:37:39.667Z | Create boot environment: No |
134 | 2024-08-29T14:37:39.667Z | Create backup boot environment: Yes |
135 | 2024-08-29T14:37:39.667Z | Rebuild boot archive: No |
136 | 2024-08-29T14:37:39.667Z | |
137 | 2024-08-29T14:37:39.667Z | Changed mediators: |
138 | 2024-08-29T14:37:39.667Z | mediator clang: |
139 | 2024-08-29T14:37:39.667Z | version: None -> 15 (system default) |
140 | 2024-08-29T14:37:39.667Z | |
141 | 2024-08-29T14:37:39.667Z | mediator llvm: |
142 | 2024-08-29T14:37:39.667Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-08-29T14:37:39.668Z | |
144 | 2024-08-29T14:37:39.668Z | Changed packages: |
145 | 2024-08-29T14:37:39.668Z | helios-dev |
146 | 2024-08-29T14:37:39.668Z | developer/build-essential |
147 | 2024-08-29T14:37:39.668Z | None -> 11-2.0 |
148 | 2024-08-29T14:37:39.668Z | library/libxmlsec1 |
149 | 2024-08-29T14:37:39.668Z | None -> 1.2.35-2.0 |
150 | 2024-08-29T14:37:39.668Z | ooce/developer/clang-15 |
151 | 2024-08-29T14:37:39.668Z | None -> 15.0.7-2.0 |
152 | 2024-08-29T14:37:39.668Z | ooce/developer/llvm-15 |
153 | 2024-08-29T14:37:39.668Z | None -> 15.0.7-2.0 |
154 | 2024-08-29T14:37:39.668Z | package/pkg |
155 | 2024-08-29T14:37:39.668Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-08-29T14:37:39.668Z | |
157 | 2024-08-29T14:37:39.668Z | Services: |
158 | 2024-08-29T14:37:39.668Z | restart_fmri: |
159 | 2024-08-29T14:37:39.668Z | svc:/system/update-man-index:default |
160 | 2024-08-29T14:37:39.668Z | |
161 | 2024-08-29T14:37:39.668Z | Editable files to change: |
162 | 2024-08-29T14:37:39.668Z | Update: |
163 | 2024-08-29T14:37:39.668Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-08-29T14:37:39.741Z | |
165 | 2024-08-29T14:37:39.742Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-08-29T14:37:44.743Z | Download: 1191/4281 items 59.5/220.6MB 26% complete (11.9M/s) |
167 | 2024-08-29T14:37:49.743Z | Download: 1998/4281 items 117.9/220.6MB 53% complete (11.9M/s) |
168 | 2024-08-29T14:37:54.746Z | Download: 2980/4281 items 121.3/220.6MB 54% complete (6.7M/s) |
169 | 2024-08-29T14:38:00.126Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (10.2M/s) |
170 | 2024-08-29T14:38:05.127Z | Download: 3771/4281 items 218.0/220.6MB 98% complete (9.6M/s) |
171 | 2024-08-29T14:38:10.128Z | Download: 4275/4281 items 220.6/220.6MB 99% complete (1.8M/s) |
172 | 2024-08-29T14:38:10.168Z | Download: Completed 220.60 MB in 30.42 seconds (7.2M/s) |
173 | 2024-08-29T14:38:11.175Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-08-29T14:38:11.194Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-08-29T14:38:15.951Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-08-29T14:38:16.276Z | Actions: Completed 5063 actions in 5.10 seconds. |
177 | 2024-08-29T14:38:16.560Z | Done (0.277s) |
178 | 2024-08-29T14:38:16.562Z | Done (0.000s) |
179 | 2024-08-29T14:38:16.944Z | Done (0.382s) |
180 | 2024-08-29T14:38:21.448Z | Done (4.324s) |
181 | 2024-08-29T14:38:21.537Z | Done (0.017s) |
182 | 2024-08-29T14:38:21.539Z | Done (0.000s) |
183 | 2024-08-29T14:38:21.697Z | Done (0.000s) |
184 | 2024-08-29T14:38:22.309Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-08-29T14:38:22.476Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-08-29T14:38:22.478Z | Planning: Consolidating action changes ... Done |
187 | 2024-08-29T14:38:22.749Z | Planning: Evaluating mediators ... Done |
188 | 2024-08-29T14:38:22.752Z | Planning: Planning completed in 0.44 seconds |
189 | 2024-08-29T14:38:22.788Z | Mediators to change: 2 |
190 | 2024-08-29T14:38:22.788Z | Create boot environment: No |
191 | 2024-08-29T14:38:22.788Z | Create backup boot environment: No |
192 | 2024-08-29T14:38:22.867Z | Done |
193 | 2024-08-29T14:38:22.867Z | Done |
194 | 2024-08-29T14:38:23.102Z | Done |
195 | 2024-08-29T14:38:26.887Z | Done |
196 | 2024-08-29T14:38:26.979Z | Done |
197 | 2024-08-29T14:38:26.981Z | Done |
198 | 2024-08-29T14:38:27.076Z | Done |
199 | 2024-08-29T14:38:27.699Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-08-29T14:38:27.707Z | Planning: Merging actions ... Done |
201 | 2024-08-29T14:38:27.889Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-08-29T14:38:27.894Z | Planning: Consolidating action changes ... Done |
203 | 2024-08-29T14:38:28.174Z | Planning: Evaluating mediators ... Done |
204 | 2024-08-29T14:38:28.235Z | Planning: Planning completed in 0.76 seconds |
205 | 2024-08-29T14:38:28.261Z | Packages to change: 1 |
206 | 2024-08-29T14:38:28.262Z | Mediators to change: 1 |
207 | 2024-08-29T14:38:28.268Z | Services to change: 1 |
208 | 2024-08-29T14:38:28.268Z | Create boot environment: No |
209 | 2024-08-29T14:38:28.268Z | Create backup boot environment: Yes |
210 | 2024-08-29T14:38:30.364Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-08-29T14:38:30.366Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-08-29T14:38:30.366Z | Done |
213 | 2024-08-29T14:38:30.366Z | Done |
214 | 2024-08-29T14:38:30.445Z | Done |
215 | 2024-08-29T14:38:34.216Z | Done |
216 | 2024-08-29T14:38:34.313Z | Done |
217 | 2024-08-29T14:38:34.316Z | Done |
218 | 2024-08-29T14:38:34.432Z | Done |
219 | 2024-08-29T14:38:34.883Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-08-29T14:38:34.884Z | clang system 15 system |
221 | 2024-08-29T14:38:34.884Z | csh system system illumos |
222 | 2024-08-29T14:38:34.884Z | ctags system system illumos |
223 | 2024-08-29T14:38:34.884Z | gcc vendor 12 vendor |
224 | 2024-08-29T14:38:34.884Z | gcc system 10 system |
225 | 2024-08-29T14:38:34.884Z | gcc system 7 system |
226 | 2024-08-29T14:38:34.884Z | go system 1.20 system |
227 | 2024-08-29T14:38:34.884Z | go system 1.19 system |
228 | 2024-08-29T14:38:34.884Z | llvm system 15 system |
229 | 2024-08-29T14:38:34.884Z | llvm system 14 system |
230 | 2024-08-29T14:38:34.884Z | mariadb system 10.6 system |
231 | 2024-08-29T14:38:34.884Z | mta vendor vendor dma |
232 | 2024-08-29T14:38:34.884Z | openjdk system 17 system |
233 | 2024-08-29T14:38:34.884Z | openjdk system 11 system |
234 | 2024-08-29T14:38:34.884Z | openjdk system 1.8 system |
235 | 2024-08-29T14:38:34.884Z | openssl vendor 3 vendor |
236 | 2024-08-29T14:38:34.884Z | perl system 5.36 system |
237 | 2024-08-29T14:38:34.884Z | postgresql system 15 system |
238 | 2024-08-29T14:38:34.884Z | postgresql system 13 system |
239 | 2024-08-29T14:38:34.884Z | python vendor 3 vendor |
240 | 2024-08-29T14:38:34.884Z | python system 2 system |
241 | 2024-08-29T14:38:34.884Z | python3 system 3.11 system |
242 | 2024-08-29T14:38:34.884Z | ruby system 3.0 system |
243 | 2024-08-29T14:38:34.884Z | words vendor vendor american-english |
244 | 2024-08-29T14:38:34.884Z | words system system australian-english |
245 | 2024-08-29T14:38:34.884Z | words system system british-english |
246 | 2024-08-29T14:38:34.884Z | words system system canadian-english |
247 | 2024-08-29T14:38:34.884Z | words system system french |
248 | 2024-08-29T14:38:34.884Z | words system system italian |
249 | 2024-08-29T14:38:34.884Z | words system system ngerman |
250 | 2024-08-29T14:38:34.884Z | words system system ogerman |
251 | 2024-08-29T14:38:34.884Z | words system system spanish |
252 | 2024-08-29T14:38:35.226Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-08-29T14:38:35.226Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-08-29T14:38:37.019Z | FMRI IFO |
255 | 2024-08-29T14:38:37.019Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-08-29T14:38:37.019Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-08-29T14:38:37.019Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-08-29T14:38:37.019Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-08-29T14:38:37.019Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-08-29T14:38:37.019Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-08-29T14:38:37.019Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-08-29T14:38:37.019Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-08-29T14:38:37.019Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-08-29T14:38:37.019Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-08-29T14:38:37.019Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-08-29T14:38:37.019Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-08-29T14:38:37.020Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-08-29T14:38:37.649Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-08-29T14:38:37.925Z | Updating git repository `https://github.com/oxidecomputer/zone` |
270 | 2024-08-29T14:38:38.252Z | Updating crates.io index |
271 | 2024-08-29T14:38:38.315Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
272 | 2024-08-29T14:38:39.018Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-08-29T14:38:39.828Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-08-29T14:38:40.135Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
275 | 2024-08-29T14:38:41.713Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-08-29T14:38:41.972Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-08-29T14:38:42.351Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-08-29T14:38:43.518Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-08-29T14:38:45.443Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-08-29T14:38:46.489Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-08-29T14:38:47.287Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-08-29T14:38:47.581Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-08-29T14:38:48.102Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-08-29T14:38:48.450Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
285 | 2024-08-29T14:38:48.796Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
286 | 2024-08-29T14:38:49.111Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-08-29T14:38:49.384Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-08-29T14:38:49.613Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-08-29T14:38:49.877Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-08-29T14:38:50.157Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
291 | 2024-08-29T14:38:50.472Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-08-29T14:38:50.893Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-08-29T14:38:51.313Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-08-29T14:38:51.607Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-08-29T14:38:52.132Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-08-29T14:38:52.500Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-08-29T14:38:52.929Z | Updating git repository `https://github.com/oxidecomputer/typify` |
298 | 2024-08-29T14:38:55.236Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-08-29T14:38:55.462Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-08-29T14:38:55.712Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-08-29T14:38:56.150Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
302 | 2024-08-29T14:38:57.212Z | Downloading crates ... |
303 | 2024-08-29T14:38:57.321Z | Downloaded anstyle v1.0.8 |
304 | 2024-08-29T14:38:57.324Z | Downloaded block-buffer v0.10.4 |
305 | 2024-08-29T14:38:57.328Z | Downloaded anstyle-query v1.0.3 |
306 | 2024-08-29T14:38:57.331Z | Downloaded autocfg v1.3.0 |
307 | 2024-08-29T14:38:57.333Z | Downloaded errno v0.3.9 |
308 | 2024-08-29T14:38:57.333Z | Downloaded byteorder v1.5.0 |
309 | 2024-08-29T14:38:57.336Z | Downloaded cpufeatures v0.2.12 |
310 | 2024-08-29T14:38:57.339Z | Downloaded generic-array v0.14.7 |
311 | 2024-08-29T14:38:57.345Z | Downloaded is_terminal_polyfill v1.70.0 |
312 | 2024-08-29T14:38:57.347Z | Downloaded dtrace-parser v0.2.0 |
313 | 2024-08-29T14:38:57.349Z | Downloaded pretty-hex v0.4.1 |
314 | 2024-08-29T14:38:57.358Z | Downloaded usdt-macro v0.5.0 |
315 | 2024-08-29T14:38:57.374Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2024-08-29T14:38:57.375Z | Downloaded cargo_metadata v0.18.1 |
317 | 2024-08-29T14:38:57.375Z | Downloaded digest v0.10.7 |
318 | 2024-08-29T14:38:57.377Z | Downloaded fnv v1.0.7 |
319 | 2024-08-29T14:38:57.377Z | Downloaded clap_lex v0.7.0 |
320 | 2024-08-29T14:38:57.377Z | Downloaded heck v0.5.0 |
321 | 2024-08-29T14:38:57.377Z | Downloaded cfg-if v1.0.0 |
322 | 2024-08-29T14:38:57.377Z | Downloaded camino-tempfile v1.1.1 |
323 | 2024-08-29T14:38:57.377Z | Downloaded memmap v0.7.0 |
324 | 2024-08-29T14:38:57.377Z | Downloaded strsim v0.11.1 |
325 | 2024-08-29T14:38:57.377Z | Downloaded scroll v0.12.0 |
326 | 2024-08-29T14:38:57.379Z | Downloaded usdt v0.5.0 |
327 | 2024-08-29T14:38:57.388Z | Downloaded thiserror-impl v1.0.63 |
328 | 2024-08-29T14:38:57.388Z | Downloaded proc-macro-error-attr v1.0.4 |
329 | 2024-08-29T14:38:57.388Z | Downloaded version_check v0.9.5 |
330 | 2024-08-29T14:38:57.388Z | Downloaded serde_spanned v0.6.7 |
331 | 2024-08-29T14:38:57.398Z | Downloaded anstyle-parse v0.2.4 |
332 | 2024-08-29T14:38:57.401Z | Downloaded pest_derive v2.7.10 |
333 | 2024-08-29T14:38:57.403Z | Downloaded macaddr v1.0.1 |
334 | 2024-08-29T14:38:57.405Z | Downloaded bytecount v0.6.8 |
335 | 2024-08-29T14:38:57.408Z | Downloaded sha2 v0.10.8 |
336 | 2024-08-29T14:38:57.413Z | Downloaded unicode-linebreak v0.1.5 |
337 | 2024-08-29T14:38:57.415Z | Downloaded tempfile v3.10.1 |
338 | 2024-08-29T14:38:57.418Z | Downloaded pest_meta v2.7.10 |
339 | 2024-08-29T14:38:57.420Z | Downloaded equivalent v1.0.1 |
340 | 2024-08-29T14:38:57.423Z | Downloaded anyhow v1.0.86 |
341 | 2024-08-29T14:38:57.426Z | Downloaded cargo-platform v0.1.8 |
342 | 2024-08-29T14:38:57.430Z | Downloaded scroll_derive v0.12.0 |
343 | 2024-08-29T14:38:57.433Z | Downloaded swrite v0.1.0 |
344 | 2024-08-29T14:38:57.442Z | Downloaded heck v0.4.1 |
345 | 2024-08-29T14:38:57.445Z | Downloaded anstream v0.6.14 |
346 | 2024-08-29T14:38:57.448Z | Downloaded crypto-common v0.1.6 |
347 | 2024-08-29T14:38:57.448Z | Downloaded papergrid v0.11.0 |
348 | 2024-08-29T14:38:57.451Z | Downloaded ucd-trie v0.1.6 |
349 | 2024-08-29T14:38:57.455Z | Downloaded toml v0.8.19 |
350 | 2024-08-29T14:38:57.458Z | Downloaded pest_generator v2.7.10 |
351 | 2024-08-29T14:38:57.460Z | Downloaded itoa v1.0.11 |
352 | 2024-08-29T14:38:57.460Z | Downloaded dof v0.3.0 |
353 | 2024-08-29T14:38:57.462Z | Downloaded cargo_toml v0.20.4 |
354 | 2024-08-29T14:38:57.462Z | Downloaded once_cell v1.19.0 |
355 | 2024-08-29T14:38:57.466Z | Downloaded fs-err v2.11.0 |
356 | 2024-08-29T14:38:57.469Z | Downloaded colorchoice v1.0.1 |
357 | 2024-08-29T14:38:57.469Z | Downloaded smawk v0.3.2 |
358 | 2024-08-29T14:38:57.469Z | Downloaded fastrand v2.1.0 |
359 | 2024-08-29T14:38:57.471Z | Downloaded terminal_size v0.3.0 |
360 | 2024-08-29T14:38:57.474Z | Downloaded tabled_derive v0.7.0 |
361 | 2024-08-29T14:38:57.477Z | Downloaded plain v0.2.3 |
362 | 2024-08-29T14:38:57.480Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2024-08-29T14:38:57.485Z | Downloaded textwrap v0.16.1 |
364 | 2024-08-29T14:38:57.487Z | Downloaded proc-macro2 v1.0.86 |
365 | 2024-08-29T14:38:57.487Z | Downloaded utf8parse v0.2.1 |
366 | 2024-08-29T14:38:57.487Z | Downloaded usdt-impl v0.5.0 |
367 | 2024-08-29T14:38:57.490Z | Downloaded toml_datetime v0.6.8 |
368 | 2024-08-29T14:38:57.490Z | Downloaded thread-id v4.2.1 |
369 | 2024-08-29T14:38:57.492Z | Downloaded serde v1.0.208 |
370 | 2024-08-29T14:38:57.497Z | Downloaded bitflags v2.6.0 |
371 | 2024-08-29T14:38:57.501Z | Downloaded semver v1.0.23 |
372 | 2024-08-29T14:38:57.503Z | Downloaded camino v1.1.9 |
373 | 2024-08-29T14:38:57.507Z | Downloaded zerocopy-derive v0.7.34 |
374 | 2024-08-29T14:38:57.509Z | Downloaded thiserror v1.0.63 |
375 | 2024-08-29T14:38:57.514Z | Downloaded quote v1.0.36 |
376 | 2024-08-29T14:38:57.516Z | Downloaded proc-macro-error v1.0.4 |
377 | 2024-08-29T14:38:57.522Z | Downloaded log v0.4.21 |
378 | 2024-08-29T14:38:57.525Z | Downloaded clap v4.5.16 |
379 | 2024-08-29T14:38:57.534Z | Downloaded unicode-ident v1.0.12 |
380 | 2024-08-29T14:38:57.537Z | Downloaded typenum v1.17.0 |
381 | 2024-08-29T14:38:57.541Z | Downloaded serde_derive v1.0.208 |
382 | 2024-08-29T14:38:57.543Z | Downloaded ryu v1.0.18 |
383 | 2024-08-29T14:38:57.545Z | Downloaded clap_derive v4.5.13 |
384 | 2024-08-29T14:38:57.551Z | Downloaded toml_edit v0.22.20 |
385 | 2024-08-29T14:38:57.573Z | Downloaded indexmap v2.4.0 |
386 | 2024-08-29T14:38:57.577Z | Downloaded clap_builder v4.5.15 |
387 | 2024-08-29T14:38:57.584Z | Downloaded memchr v2.7.2 |
388 | 2024-08-29T14:38:57.590Z | Downloaded serde_json v1.0.125 |
389 | 2024-08-29T14:38:57.599Z | Downloaded hashbrown v0.14.5 |
390 | 2024-08-29T14:38:57.609Z | Downloaded zerocopy v0.7.34 |
391 | 2024-08-29T14:38:57.624Z | Downloaded pest v2.7.10 |
392 | 2024-08-29T14:38:57.629Z | Downloaded winnow v0.6.18 |
393 | 2024-08-29T14:38:57.638Z | Downloaded tabled v0.15.0 |
394 | 2024-08-29T14:38:57.653Z | Downloaded goblin v0.8.2 |
395 | 2024-08-29T14:38:57.659Z | Downloaded syn v2.0.74 |
396 | 2024-08-29T14:38:57.670Z | Downloaded syn v1.0.109 |
397 | 2024-08-29T14:38:57.681Z | Downloaded rustix v0.38.34 |
398 | 2024-08-29T14:38:57.703Z | Downloaded unicode-width v0.1.13 |
399 | 2024-08-29T14:38:57.719Z | Downloaded libc v0.2.158 |
400 | 2024-08-29T14:38:58.030Z | Compiling proc-macro2 v1.0.86 |
401 | 2024-08-29T14:38:58.032Z | Compiling unicode-ident v1.0.12 |
402 | 2024-08-29T14:38:58.032Z | Compiling version_check v0.9.5 |
403 | 2024-08-29T14:38:58.032Z | Compiling serde v1.0.208 |
404 | 2024-08-29T14:38:58.032Z | Compiling memchr v2.7.2 |
405 | 2024-08-29T14:38:58.032Z | Compiling thiserror v1.0.63 |
406 | 2024-08-29T14:38:58.032Z | Compiling libc v0.2.158 |
407 | 2024-08-29T14:38:58.032Z | Compiling itoa v1.0.11 |
408 | 2024-08-29T14:38:58.286Z | Compiling ryu v1.0.18 |
409 | 2024-08-29T14:38:58.406Z | Compiling ucd-trie v0.1.6 |
410 | 2024-08-29T14:38:58.639Z | Compiling once_cell v1.19.0 |
411 | 2024-08-29T14:38:58.875Z | Compiling byteorder v1.5.0 |
412 | 2024-08-29T14:38:58.899Z | Compiling serde_json v1.0.125 |
413 | 2024-08-29T14:38:59.019Z | Compiling rustix v0.38.34 |
414 | 2024-08-29T14:38:59.278Z | Compiling bitflags v2.6.0 |
415 | 2024-08-29T14:38:59.513Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-08-29T14:38:59.756Z | Compiling quote v1.0.36 |
417 | 2024-08-29T14:38:59.818Z | Compiling usdt-impl v0.5.0 |
418 | 2024-08-29T14:38:59.821Z | Compiling syn v1.0.109 |
419 | 2024-08-29T14:38:59.962Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-08-29T14:39:00.017Z | Compiling equivalent v1.0.1 |
421 | 2024-08-29T14:39:00.143Z | Compiling syn v2.0.74 |
422 | 2024-08-29T14:39:00.299Z | Compiling errno v0.3.9 |
423 | 2024-08-29T14:39:00.361Z | Compiling plain v0.2.3 |
424 | 2024-08-29T14:39:00.513Z | Compiling log v0.4.21 |
425 | 2024-08-29T14:39:00.589Z | Compiling utf8parse v0.2.1 |
426 | 2024-08-29T14:39:00.622Z | Compiling hashbrown v0.14.5 |
427 | 2024-08-29T14:39:00.645Z | Compiling camino v1.1.9 |
428 | 2024-08-29T14:39:00.750Z | Compiling thread-id v4.2.1 |
429 | 2024-08-29T14:39:00.833Z | Compiling anstyle-parse v0.2.4 |
430 | 2024-08-29T14:39:01.179Z | Compiling unicode-width v0.1.13 |
431 | 2024-08-29T14:39:01.392Z | Compiling winnow v0.6.18 |
432 | 2024-08-29T14:39:01.419Z | Compiling is_terminal_polyfill v1.70.0 |
433 | 2024-08-29T14:39:01.444Z | Compiling colorchoice v1.0.1 |
434 | 2024-08-29T14:39:01.563Z | Compiling autocfg v1.3.0 |
435 | 2024-08-29T14:39:01.610Z | Compiling anstyle v1.0.8 |
436 | 2024-08-29T14:39:01.633Z | Compiling semver v1.0.23 |
437 | 2024-08-29T14:39:02.001Z | Compiling indexmap v2.4.0 |
438 | 2024-08-29T14:39:02.052Z | Compiling pretty-hex v0.4.1 |
439 | 2024-08-29T14:39:02.173Z | Compiling anstyle-query v1.0.3 |
440 | 2024-08-29T14:39:02.329Z | Compiling anstream v0.6.14 |
441 | 2024-08-29T14:39:02.539Z | Compiling fs-err v2.11.0 |
442 | 2024-08-29T14:39:02.633Z | Compiling clap_lex v0.7.0 |
443 | 2024-08-29T14:39:02.841Z | Compiling terminal_size v0.3.0 |
444 | 2024-08-29T14:39:03.046Z | Compiling bytecount v0.6.8 |
445 | 2024-08-29T14:39:03.105Z | Compiling anyhow v1.0.86 |
446 | 2024-08-29T14:39:03.184Z | Compiling fastrand v2.1.0 |
447 | 2024-08-29T14:39:03.276Z | Compiling heck v0.5.0 |
448 | 2024-08-29T14:39:03.350Z | Compiling fnv v1.0.7 |
449 | 2024-08-29T14:39:03.414Z | Compiling heck v0.4.1 |
450 | 2024-08-29T14:39:03.490Z | Compiling cfg-if v1.0.0 |
451 | 2024-08-29T14:39:03.599Z | Compiling strsim v0.11.1 |
452 | 2024-08-29T14:39:03.784Z | Compiling tempfile v3.10.1 |
453 | 2024-08-29T14:39:03.936Z | Compiling clap_builder v4.5.15 |
454 | 2024-08-29T14:39:03.962Z | Compiling papergrid v0.11.0 |
455 | 2024-08-29T14:39:04.554Z | Compiling memmap v0.7.0 |
456 | 2024-08-29T14:39:04.630Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-08-29T14:39:04.681Z | Compiling smawk v0.3.2 |
458 | 2024-08-29T14:39:05.146Z | Compiling textwrap v0.16.1 |
459 | 2024-08-29T14:39:05.290Z | Compiling swrite v0.1.0 |
460 | 2024-08-29T14:39:06.565Z | Compiling tabled_derive v0.7.0 |
461 | 2024-08-29T14:39:08.185Z | Compiling tabled v0.15.0 |
462 | 2024-08-29T14:39:09.080Z | Compiling serde_derive v1.0.208 |
463 | 2024-08-29T14:39:09.080Z | Compiling thiserror-impl v1.0.63 |
464 | 2024-08-29T14:39:09.129Z | Compiling zerocopy-derive v0.7.34 |
465 | 2024-08-29T14:39:09.168Z | Compiling scroll_derive v0.12.0 |
466 | 2024-08-29T14:39:09.321Z | Compiling clap_derive v4.5.13 |
467 | 2024-08-29T14:39:10.682Z | Compiling scroll v0.12.0 |
468 | 2024-08-29T14:39:11.163Z | Compiling goblin v0.8.2 |
469 | 2024-08-29T14:39:11.203Z | Compiling zerocopy v0.7.34 |
470 | 2024-08-29T14:39:11.873Z | Compiling pest v2.7.10 |
471 | 2024-08-29T14:39:12.952Z | Compiling clap v4.5.16 |
472 | 2024-08-29T14:39:14.141Z | Compiling pest_meta v2.7.10 |
473 | 2024-08-29T14:39:15.046Z | Compiling pest_generator v2.7.10 |
474 | 2024-08-29T14:39:16.661Z | Compiling pest_derive v2.7.10 |
475 | 2024-08-29T14:39:17.319Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-08-29T14:39:19.389Z | Compiling serde_spanned v0.6.7 |
477 | 2024-08-29T14:39:19.391Z | Compiling toml_datetime v0.6.8 |
478 | 2024-08-29T14:39:19.391Z | Compiling cargo-platform v0.1.8 |
479 | 2024-08-29T14:39:19.772Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-08-29T14:39:19.876Z | Compiling toml_edit v0.22.20 |
481 | 2024-08-29T14:39:19.997Z | Compiling macaddr v1.0.1 |
482 | 2024-08-29T14:39:20.094Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-08-29T14:39:20.840Z | Compiling dof v0.3.0 |
484 | 2024-08-29T14:39:20.840Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-08-29T14:39:22.714Z | Compiling toml v0.8.19 |
486 | 2024-08-29T14:39:22.909Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-08-29T14:39:22.912Z | Compiling usdt-macro v0.5.0 |
488 | 2024-08-29T14:39:23.557Z | Compiling cargo_toml v0.20.4 |
489 | 2024-08-29T14:39:24.283Z | Compiling usdt v0.5.0 |
490 | 2024-08-29T14:39:27.422Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-08-29T14:39:31.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.32s |
492 | 2024-08-29T14:39:31.993Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-08-29T14:39:32.576Z | Downloading crates ... |
494 | 2024-08-29T14:39:32.723Z | Downloaded adler v1.0.2 |
495 | 2024-08-29T14:39:32.732Z | Downloaded ahash v0.8.11 |
496 | 2024-08-29T14:39:32.743Z | Downloaded bitstruct_derive v0.1.0 |
497 | 2024-08-29T14:39:32.745Z | Downloaded atty v0.2.14 |
498 | 2024-08-29T14:39:32.748Z | Downloaded http-range v0.1.5 |
499 | 2024-08-29T14:39:32.753Z | Downloaded darling_macro v0.20.9 |
500 | 2024-08-29T14:39:32.755Z | Downloaded httpdate v1.0.3 |
501 | 2024-08-29T14:39:32.758Z | Downloaded cfg_aliases v0.1.1 |
502 | 2024-08-29T14:39:32.758Z | Downloaded home v0.5.9 |
503 | 2024-08-29T14:39:32.763Z | Downloaded is-terminal v0.4.12 |
504 | 2024-08-29T14:39:32.765Z | Downloaded match_cfg v0.1.0 |
505 | 2024-08-29T14:39:32.768Z | Downloaded crucible-workspace-hack v0.1.0 |
506 | 2024-08-29T14:39:32.770Z | Downloaded newtype_derive v0.1.6 |
507 | 2024-08-29T14:39:32.774Z | Downloaded bitfield-struct v0.6.1 |
508 | 2024-08-29T14:39:32.776Z | Downloaded bb8 v0.8.5 |
509 | 2024-08-29T14:39:32.779Z | Downloaded ascii-canvas v3.0.0 |
510 | 2024-08-29T14:39:32.779Z | Downloaded bitflags v1.3.2 |
511 | 2024-08-29T14:39:32.782Z | Downloaded md5 v0.7.0 |
512 | 2024-08-29T14:39:32.784Z | Downloaded newline-converter v0.3.0 |
513 | 2024-08-29T14:39:32.786Z | Downloaded async-stream v0.3.5 |
514 | 2024-08-29T14:39:32.789Z | Downloaded hubpack_derive v0.1.1 |
515 | 2024-08-29T14:39:32.789Z | Downloaded hyper-tls v0.5.0 |
516 | 2024-08-29T14:39:32.791Z | Downloaded humantime v2.1.0 |
517 | 2024-08-29T14:39:32.793Z | Downloaded ipnetwork v0.20.0 |
518 | 2024-08-29T14:39:32.796Z | Downloaded hostname v0.4.0 |
519 | 2024-08-29T14:39:32.798Z | Downloaded colored v2.1.0 |
520 | 2024-08-29T14:39:32.801Z | Downloaded ciborium-ll v0.2.2 |
521 | 2024-08-29T14:39:32.803Z | Downloaded mockall v0.13.0 |
522 | 2024-08-29T14:39:32.806Z | Downloaded buf-list v1.0.3 |
523 | 2024-08-29T14:39:32.808Z | Downloaded memoffset v0.9.1 |
524 | 2024-08-29T14:39:32.811Z | Downloaded managed v0.8.0 |
525 | 2024-08-29T14:39:32.811Z | Downloaded const_format_proc_macros v0.2.32 |
526 | 2024-08-29T14:39:32.813Z | Downloaded keccak v0.1.5 |
527 | 2024-08-29T14:39:32.816Z | Downloaded maybe-uninit v2.0.0 |
528 | 2024-08-29T14:39:32.819Z | Downloaded linked-hash-map v0.5.6 |
529 | 2024-08-29T14:39:32.819Z | Downloaded curve25519-dalek-derive v0.1.1 |
530 | 2024-08-29T14:39:32.821Z | Downloaded async-stream-impl v0.3.5 |
531 | 2024-08-29T14:39:32.821Z | Downloaded aead v0.5.2 |
532 | 2024-08-29T14:39:32.823Z | Downloaded hyper-staticfile v0.9.5 |
533 | 2024-08-29T14:39:32.826Z | Downloaded hostname v0.3.1 |
534 | 2024-08-29T14:39:32.828Z | Downloaded hyper-rustls v0.24.2 |
535 | 2024-08-29T14:39:32.831Z | Downloaded bitstruct v0.1.1 |
536 | 2024-08-29T14:39:32.833Z | Downloaded instant v0.1.12 |
537 | 2024-08-29T14:39:32.836Z | Downloaded ident_case v1.0.1 |
538 | 2024-08-29T14:39:32.836Z | Downloaded crunchy v0.2.2 |
539 | 2024-08-29T14:39:32.836Z | Downloaded is_ci v1.2.0 |
540 | 2024-08-29T14:39:32.838Z | Downloaded ciborium-io v0.2.2 |
541 | 2024-08-29T14:39:32.838Z | Downloaded atomicwrites v0.4.3 |
542 | 2024-08-29T14:39:32.841Z | Downloaded assert_matches v1.5.0 |
543 | 2024-08-29T14:39:32.843Z | Downloaded new_debug_unreachable v1.0.6 |
544 | 2024-08-29T14:39:32.843Z | Downloaded matches v0.1.10 |
545 | 2024-08-29T14:39:32.845Z | Downloaded ctr v0.9.2 |
546 | 2024-08-29T14:39:32.848Z | Downloaded normalize-line-endings v0.3.0 |
547 | 2024-08-29T14:39:32.848Z | Downloaded cstr-argument v0.1.2 |
548 | 2024-08-29T14:39:32.850Z | Downloaded nanorand v0.7.0 |
549 | 2024-08-29T14:39:32.853Z | Downloaded mime_guess v2.0.4 |
550 | 2024-08-29T14:39:32.855Z | Downloaded atomic-waker v1.1.2 |
551 | 2024-08-29T14:39:32.857Z | Downloaded multer v3.1.0 |
552 | 2024-08-29T14:39:32.860Z | Downloaded nu-ansi-term v0.50.0 |
553 | 2024-08-29T14:39:32.863Z | Downloaded native-tls v0.2.11 |
554 | 2024-08-29T14:39:32.866Z | Downloaded iana-time-zone v0.1.60 |
555 | 2024-08-29T14:39:32.870Z | Downloaded hubpack v0.1.2 |
556 | 2024-08-29T14:39:32.872Z | Downloaded sync_wrapper v0.1.2 |
557 | 2024-08-29T14:39:32.874Z | Downloaded cassowary v0.3.0 |
558 | 2024-08-29T14:39:32.877Z | Downloaded stable_deref_trait v1.2.0 |
559 | 2024-08-29T14:39:32.877Z | Downloaded blowfish v0.9.1 |
560 | 2024-08-29T14:39:32.879Z | Downloaded cookie_store v0.20.0 |
561 | 2024-08-29T14:39:32.882Z | Downloaded maplit v1.0.2 |
562 | 2024-08-29T14:39:32.884Z | Downloaded mime v0.3.17 |
563 | 2024-08-29T14:39:32.884Z | Downloaded md-5 v0.10.6 |
564 | 2024-08-29T14:39:32.886Z | Downloaded inout v0.1.3 |
565 | 2024-08-29T14:39:32.889Z | Downloaded salsa20 v0.10.2 |
566 | 2024-08-29T14:39:32.891Z | Downloaded lalrpop-util v0.19.12 |
567 | 2024-08-29T14:39:32.891Z | Downloaded newtype-uuid v1.1.0 |
568 | 2024-08-29T14:39:32.894Z | Downloaded linear-map v1.2.0 |
569 | 2024-08-29T14:39:32.894Z | Downloaded kstat-rs v0.2.4 |
570 | 2024-08-29T14:39:32.896Z | Downloaded num v0.4.3 |
571 | 2024-08-29T14:39:32.899Z | Downloaded nodrop v0.1.14 |
572 | 2024-08-29T14:39:32.899Z | Downloaded cobs v0.2.3 |
573 | 2024-08-29T14:39:32.901Z | Downloaded cexpr v0.6.0 |
574 | 2024-08-29T14:39:32.903Z | Downloaded bitfield v0.14.0 |
575 | 2024-08-29T14:39:32.905Z | Downloaded bit-set v0.5.3 |
576 | 2024-08-29T14:39:32.908Z | Downloaded constant_time_eq v0.3.0 |
577 | 2024-08-29T14:39:32.908Z | Downloaded cipher v0.4.4 |
578 | 2024-08-29T14:39:32.910Z | Downloaded castaway v0.2.3 |
579 | 2024-08-29T14:39:32.912Z | Downloaded signal-hook-tokio v0.3.1 |
580 | 2024-08-29T14:39:32.915Z | Downloaded num-complex v0.4.6 |
581 | 2024-08-29T14:39:32.917Z | Downloaded tokio-macros v2.4.0 |
582 | 2024-08-29T14:39:32.917Z | Downloaded libloading v0.8.3 |
583 | 2024-08-29T14:39:32.921Z | Downloaded crossbeam-deque v0.8.5 |
584 | 2024-08-29T14:39:32.924Z | Downloaded hmac v0.12.1 |
585 | 2024-08-29T14:39:32.926Z | Downloaded diesel_table_macro_syntax v0.2.0 |
586 | 2024-08-29T14:39:32.928Z | Downloaded block-padding v0.3.3 |
587 | 2024-08-29T14:39:32.928Z | Downloaded chacha20 v0.9.1 |
588 | 2024-08-29T14:39:32.931Z | Downloaded async-recursion v1.1.1 |
589 | 2024-08-29T14:39:32.934Z | Downloaded sqlformat v0.2.4 |
590 | 2024-08-29T14:39:32.937Z | Downloaded rtoolbox v0.0.2 |
591 | 2024-08-29T14:39:32.939Z | Downloaded time-macros v0.2.18 |
592 | 2024-08-29T14:39:32.942Z | Downloaded lock_api v0.4.12 |
593 | 2024-08-29T14:39:32.944Z | Downloaded impl-trait-for-tuples v0.2.2 |
594 | 2024-08-29T14:39:32.947Z | Downloaded memmap2 v0.9.4 |
595 | 2024-08-29T14:39:32.950Z | Downloaded option-ext v0.2.0 |
596 | 2024-08-29T14:39:32.952Z | Downloaded cookie v0.18.1 |
597 | 2024-08-29T14:39:32.955Z | Downloaded clang-sys v1.7.0 |
598 | 2024-08-29T14:39:32.957Z | Downloaded argon2 v0.5.3 |
599 | 2024-08-29T14:39:32.960Z | Downloaded endian-type v0.1.2 |
600 | 2024-08-29T14:39:32.962Z | Downloaded unarray v0.1.4 |
601 | 2024-08-29T14:39:32.962Z | Downloaded twox-hash v1.6.3 |
602 | 2024-08-29T14:39:32.965Z | Downloaded subtle v2.5.0 |
603 | 2024-08-29T14:39:32.967Z | Downloaded number_prefix v0.4.0 |
604 | 2024-08-29T14:39:32.969Z | Downloaded indexmap v1.9.3 |
605 | 2024-08-29T14:39:32.972Z | Downloaded serde_derive_internals v0.29.1 |
606 | 2024-08-29T14:39:32.974Z | Downloaded base16ct v0.2.0 |
607 | 2024-08-29T14:39:32.977Z | Downloaded slab v0.4.9 |
608 | 2024-08-29T14:39:32.979Z | Downloaded ascii v1.1.0 |
609 | 2024-08-29T14:39:32.982Z | Downloaded bzip2 v0.4.4 |
610 | 2024-08-29T14:39:32.986Z | Downloaded whoami v1.5.1 |
611 | 2024-08-29T14:39:32.989Z | Downloaded bcs v0.1.6 |
612 | 2024-08-29T14:39:32.989Z | Downloaded serde-big-array v0.5.1 |
613 | 2024-08-29T14:39:32.991Z | Downloaded sqlparser_derive v0.2.2 |
614 | 2024-08-29T14:39:32.991Z | Downloaded pretty-hex v0.2.1 |
615 | 2024-08-29T14:39:32.994Z | Downloaded cancel-safe-futures v0.1.5 |
616 | 2024-08-29T14:39:32.996Z | Downloaded dyn-clone v1.0.17 |
617 | 2024-08-29T14:39:32.999Z | Downloaded futures-task v0.3.30 |
618 | 2024-08-29T14:39:33.001Z | Downloaded futures-sink v0.3.30 |
619 | 2024-08-29T14:39:33.001Z | Downloaded which v4.4.2 |
620 | 2024-08-29T14:39:33.004Z | Downloaded base64 v0.13.1 |
621 | 2024-08-29T14:39:33.007Z | Downloaded base64ct v1.6.0 |
622 | 2024-08-29T14:39:33.010Z | Downloaded darling v0.20.9 |
623 | 2024-08-29T14:39:33.015Z | Downloaded csv-core v0.1.11 |
624 | 2024-08-29T14:39:33.018Z | Downloaded sct v0.7.1 |
625 | 2024-08-29T14:39:33.022Z | Downloaded oso-derive v0.27.3 |
626 | 2024-08-29T14:39:33.024Z | Downloaded pkg-config v0.3.30 |
627 | 2024-08-29T14:39:33.027Z | Downloaded chacha20poly1305 v0.10.1 |
628 | 2024-08-29T14:39:33.029Z | Downloaded proc-macro-crate v1.3.1 |
629 | 2024-08-29T14:39:33.031Z | Downloaded vte_generate_state_changes v0.1.1 |
630 | 2024-08-29T14:39:33.031Z | Downloaded termtree v0.4.1 |
631 | 2024-08-29T14:39:33.034Z | Downloaded ref-cast v1.0.23 |
632 | 2024-08-29T14:39:33.036Z | Downloaded primeorder v0.13.6 |
633 | 2024-08-29T14:39:33.038Z | Downloaded float-ord v0.3.2 |
634 | 2024-08-29T14:39:33.041Z | Downloaded float-cmp v0.9.0 |
635 | 2024-08-29T14:39:33.041Z | Downloaded enum-as-inner v0.6.0 |
636 | 2024-08-29T14:39:33.043Z | Downloaded arc-swap v1.7.1 |
637 | 2024-08-29T14:39:33.047Z | Downloaded darling_core v0.20.9 |
638 | 2024-08-29T14:39:33.053Z | Downloaded percent-encoding v2.3.1 |
639 | 2024-08-29T14:39:33.055Z | Downloaded pbkdf2 v0.12.2 |
640 | 2024-08-29T14:39:33.057Z | Downloaded crc32fast v1.4.0 |
641 | 2024-08-29T14:39:33.068Z | Downloaded blake2 v0.10.6 |
642 | 2024-08-29T14:39:33.072Z | Downloaded precomputed-hash v0.1.1 |
643 | 2024-08-29T14:39:33.074Z | Downloaded ssh-encoding v0.2.0 |
644 | 2024-08-29T14:39:33.076Z | Downloaded hickory-client v0.24.1 |
645 | 2024-08-29T14:39:33.079Z | Downloaded hashlink v0.9.1 |
646 | 2024-08-29T14:39:33.081Z | Downloaded derive_builder_core v0.20.0 |
647 | 2024-08-29T14:39:33.084Z | Downloaded crc-any v2.5.0 |
648 | 2024-08-29T14:39:33.087Z | Downloaded russh-keys v0.44.0 |
649 | 2024-08-29T14:39:33.090Z | Downloaded owo-colors v4.0.0 |
650 | 2024-08-29T14:39:33.093Z | Downloaded cc v1.0.97 |
651 | 2024-08-29T14:39:33.097Z | Downloaded backtrace v0.3.71 |
652 | 2024-08-29T14:39:33.103Z | Downloaded poly1305 v0.8.0 |
653 | 2024-08-29T14:39:33.106Z | Downloaded ed25519 v2.2.3 |
654 | 2024-08-29T14:39:33.110Z | Downloaded termios v0.3.3 |
655 | 2024-08-29T14:39:33.112Z | Downloaded untrusted v0.7.1 |
656 | 2024-08-29T14:39:33.114Z | Downloaded diff v0.1.13 |
657 | 2024-08-29T14:39:33.117Z | Downloaded samael v0.0.15 |
658 | 2024-08-29T14:39:33.123Z | Downloaded globset v0.4.14 |
659 | 2024-08-29T14:39:33.126Z | Downloaded dirs v5.0.1 |
660 | 2024-08-29T14:39:33.129Z | Downloaded rustls-pki-types v1.7.0 |
661 | 2024-08-29T14:39:33.131Z | Downloaded ghash v0.5.1 |
662 | 2024-08-29T14:39:33.134Z | Downloaded dsl_auto_type v0.1.2 |
663 | 2024-08-29T14:39:33.137Z | Downloaded take_mut v0.2.2 |
664 | 2024-08-29T14:39:33.137Z | Downloaded want v0.3.1 |
665 | 2024-08-29T14:39:33.140Z | Downloaded toolchain_find v0.4.0 |
666 | 2024-08-29T14:39:33.140Z | Downloaded filetime v0.2.24 |
667 | 2024-08-29T14:39:33.142Z | Downloaded ff v0.13.0 |
668 | 2024-08-29T14:39:33.145Z | Downloaded pem-rfc7468 v0.7.0 |
669 | 2024-08-29T14:39:33.147Z | Downloaded heck v0.3.3 |
670 | 2024-08-29T14:39:33.149Z | Downloaded num_enum v0.5.11 |
671 | 2024-08-29T14:39:33.154Z | Downloaded toml v0.7.8 |
672 | 2024-08-29T14:39:33.158Z | Downloaded indicatif v0.17.8 |
673 | 2024-08-29T14:39:33.163Z | Downloaded pem v3.0.4 |
674 | 2024-08-29T14:39:33.165Z | Downloaded slog-envlogger v2.2.0 |
675 | 2024-08-29T14:39:33.167Z | Downloaded crossbeam-channel v0.5.12 |
676 | 2024-08-29T14:39:33.172Z | Downloaded sha1 v0.10.6 |
677 | 2024-08-29T14:39:33.174Z | Downloaded ppv-lite86 v0.2.17 |
678 | 2024-08-29T14:39:33.177Z | Downloaded der_derive v0.7.2 |
679 | 2024-08-29T14:39:33.180Z | Downloaded tracing-attributes v0.1.27 |
680 | 2024-08-29T14:39:33.183Z | Downloaded openssl-probe v0.1.5 |
681 | 2024-08-29T14:39:33.183Z | Downloaded openssl-macros v0.1.1 |
682 | 2024-08-29T14:39:33.186Z | Downloaded num_threads v0.1.7 |
683 | 2024-08-29T14:39:33.186Z | Downloaded rand_xorshift v0.3.0 |
684 | 2024-08-29T14:39:33.188Z | Downloaded num-conv v0.1.0 |
685 | 2024-08-29T14:39:33.188Z | Downloaded futures-channel v0.3.30 |
686 | 2024-08-29T14:39:33.191Z | Downloaded base64 v0.21.7 |
687 | 2024-08-29T14:39:33.195Z | Downloaded test-strategy v0.3.1 |
688 | 2024-08-29T14:39:33.200Z | Downloaded deranged v0.3.11 |
689 | 2024-08-29T14:39:33.202Z | Downloaded utf-8 v0.7.6 |
690 | 2024-08-29T14:39:33.204Z | Downloaded defmt-parser v0.3.4 |
691 | 2024-08-29T14:39:33.207Z | Downloaded oso v0.27.3 |
692 | 2024-08-29T14:39:33.209Z | Downloaded hex v0.4.3 |
693 | 2024-08-29T14:39:33.212Z | Downloaded strum v0.26.3 |
694 | 2024-08-29T14:39:33.214Z | Downloaded prettyplease v0.2.20 |
695 | 2024-08-29T14:39:33.217Z | Downloaded tinyvec_macros v0.1.1 |
696 | 2024-08-29T14:39:33.219Z | Downloaded thiserror-impl-no-std v2.0.2 |
697 | 2024-08-29T14:39:33.222Z | Downloaded num-iter v0.1.45 |
698 | 2024-08-29T14:39:33.222Z | Downloaded snafu-derive v0.8.2 |
699 | 2024-08-29T14:39:33.224Z | Downloaded defmt-macros v0.3.9 |
700 | 2024-08-29T14:39:33.227Z | Downloaded defmt v0.3.8 |
701 | 2024-08-29T14:39:33.231Z | Downloaded peg-macros v0.8.4 |
702 | 2024-08-29T14:39:33.234Z | Downloaded headers-core v0.2.0 |
703 | 2024-08-29T14:39:33.236Z | Downloaded libm v0.2.8 |
704 | 2024-08-29T14:39:33.244Z | Downloaded try-lock v0.2.5 |
705 | 2024-08-29T14:39:33.247Z | Downloaded zone_cfg_derive v0.1.2 |
706 | 2024-08-29T14:39:33.247Z | Downloaded flagset v0.4.5 |
707 | 2024-08-29T14:39:33.249Z | Downloaded powerfmt v0.2.0 |
708 | 2024-08-29T14:39:33.251Z | Downloaded ref-cast-impl v1.0.23 |
709 | 2024-08-29T14:39:33.254Z | Downloaded olpc-cjson v0.1.3 |
710 | 2024-08-29T14:39:33.254Z | Downloaded num_enum_derive v0.5.11 |
711 | 2024-08-29T14:39:33.257Z | Downloaded group v0.13.0 |
712 | 2024-08-29T14:39:33.257Z | Downloaded futures-core v0.3.30 |
713 | 2024-08-29T14:39:33.260Z | Downloaded funty v2.0.0 |
714 | 2024-08-29T14:39:33.262Z | Downloaded num-derive v0.4.2 |
715 | 2024-08-29T14:39:33.263Z | Downloaded hex-literal v0.4.1 |
716 | 2024-08-29T14:39:33.265Z | Downloaded tar v0.4.41 |
717 | 2024-08-29T14:39:33.269Z | Downloaded diesel_derives v2.2.2 |
718 | 2024-08-29T14:39:33.272Z | Downloaded waitgroup v0.1.2 |
719 | 2024-08-29T14:39:33.274Z | Downloaded openssl-sys v0.9.103 |
720 | 2024-08-29T14:39:33.279Z | Downloaded const_format v0.2.32 |
721 | 2024-08-29T14:39:33.286Z | Downloaded derive_builder_macro v0.20.0 |
722 | 2024-08-29T14:39:33.288Z | Downloaded difflib v0.4.0 |
723 | 2024-08-29T14:39:33.288Z | Downloaded tiny-keccak v2.0.2 |
724 | 2024-08-29T14:39:33.291Z | Downloaded structmeta-derive v0.3.0 |
725 | 2024-08-29T14:39:33.294Z | Downloaded foreign-types-shared v0.3.1 |
726 | 2024-08-29T14:39:33.296Z | Downloaded futures-macro v0.3.30 |
727 | 2024-08-29T14:39:33.296Z | Downloaded futures-io v0.3.30 |
728 | 2024-08-29T14:39:33.299Z | Downloaded erased-serde v0.3.31 |
729 | 2024-08-29T14:39:33.303Z | Downloaded tokio-tungstenite v0.23.1 |
730 | 2024-08-29T14:39:33.306Z | Downloaded packed_struct v0.10.1 |
731 | 2024-08-29T14:39:33.306Z | Downloaded path-slash v0.1.5 |
732 | 2024-08-29T14:39:33.309Z | Downloaded env_logger v0.10.2 |
733 | 2024-08-29T14:39:33.312Z | Downloaded zone v0.1.8 |
734 | 2024-08-29T14:39:33.312Z | Downloaded rustls-pemfile v1.0.4 |
735 | 2024-08-29T14:39:33.314Z | Downloaded num-rational v0.4.2 |
736 | 2024-08-29T14:39:33.317Z | Downloaded resolv-conf v0.7.0 |
737 | 2024-08-29T14:39:33.319Z | Downloaded foreign-types-shared v0.1.1 |
738 | 2024-08-29T14:39:33.325Z | Downloaded foreign-types-macros v0.2.3 |
739 | 2024-08-29T14:39:33.325Z | Downloaded spin v0.9.8 |
740 | 2024-08-29T14:39:33.329Z | Downloaded futures v0.3.30 |
741 | 2024-08-29T14:39:33.331Z | Downloaded tracing-core v0.1.32 |
742 | 2024-08-29T14:39:33.334Z | Downloaded slog-stdlog v4.1.1 |
743 | 2024-08-29T14:39:33.337Z | Downloaded futures-executor v0.3.30 |
744 | 2024-08-29T14:39:33.339Z | Downloaded ena v0.14.3 |
745 | 2024-08-29T14:39:33.342Z | Downloaded embedded-io v0.4.0 |
746 | 2024-08-29T14:39:33.345Z | Downloaded spin v0.5.2 |
747 | 2024-08-29T14:39:33.345Z | Downloaded env_logger v0.9.3 |
748 | 2024-08-29T14:39:33.350Z | Downloaded postgres-types v0.2.7 |
749 | 2024-08-29T14:39:33.352Z | Downloaded rand_seeder v0.3.0 |
750 | 2024-08-29T14:39:33.352Z | Downloaded tokio-native-tls v0.3.1 |
751 | 2024-08-29T14:39:33.355Z | Downloaded serde_plain v1.0.2 |
752 | 2024-08-29T14:39:33.358Z | Downloaded tui-tree-widget v0.22.0 |
753 | 2024-08-29T14:39:33.361Z | Downloaded snafu v0.8.2 |
754 | 2024-08-29T14:39:33.366Z | Downloaded quick-error v1.2.3 |
755 | 2024-08-29T14:39:33.368Z | Downloaded x509-cert v0.2.5 |
756 | 2024-08-29T14:39:33.374Z | Downloaded itertools v0.13.0 |
757 | 2024-08-29T14:39:33.383Z | Downloaded foreign-types v0.5.0 |
758 | 2024-08-29T14:39:33.386Z | Downloaded tls_codec_derive v0.4.1 |
759 | 2024-08-29T14:39:33.389Z | Downloaded russh-cryptovec v0.7.2 |
760 | 2024-08-29T14:39:33.389Z | Downloaded fxhash v0.2.1 |
761 | 2024-08-29T14:39:33.391Z | Downloaded tower-service v0.3.2 |
762 | 2024-08-29T14:39:33.391Z | Downloaded serde_urlencoded v0.7.1 |
763 | 2024-08-29T14:39:33.394Z | Downloaded slog-term v2.9.1 |
764 | 2024-08-29T14:39:33.397Z | Downloaded data-encoding v2.6.0 |
765 | 2024-08-29T14:39:33.400Z | Downloaded parse-display v0.10.0 |
766 | 2024-08-29T14:39:33.400Z | Downloaded zeroize v1.7.0 |
767 | 2024-08-29T14:39:33.403Z | Downloaded tinyvec v1.6.0 |
768 | 2024-08-29T14:39:33.405Z | Downloaded serde_yaml v0.9.34+deprecated |
769 | 2024-08-29T14:39:33.409Z | Downloaded itertools v0.12.1 |
770 | 2024-08-29T14:39:33.418Z | Downloaded time-core v0.1.2 |
771 | 2024-08-29T14:39:33.420Z | Downloaded fragile v2.0.0 |
772 | 2024-08-29T14:39:33.425Z | Downloaded wait-timeout v0.2.0 |
773 | 2024-08-29T14:39:33.427Z | Downloaded thread_local v1.1.8 |
774 | 2024-08-29T14:39:33.427Z | Downloaded dirs-next v2.0.0 |
775 | 2024-08-29T14:39:33.427Z | Downloaded tabwriter v1.4.0 |
776 | 2024-08-29T14:39:33.430Z | Downloaded heapless v0.8.0 |
777 | 2024-08-29T14:39:33.433Z | Downloaded strum_macros v0.25.3 |
778 | 2024-08-29T14:39:33.436Z | Downloaded display-error-chain v0.2.1 |
779 | 2024-08-29T14:39:33.439Z | Downloaded aes-gcm v0.10.3 |
780 | 2024-08-29T14:39:33.442Z | Downloaded dirs-sys-next v0.1.2 |
781 | 2024-08-29T14:39:33.445Z | Downloaded schemars v0.8.21 |
782 | 2024-08-29T14:39:33.457Z | Downloaded pbkdf2 v0.11.0 |
783 | 2024-08-29T14:39:33.464Z | Downloaded dhcproto-macros v0.1.0 |
784 | 2024-08-29T14:39:33.464Z | Downloaded slog-json v2.6.1 |
785 | 2024-08-29T14:39:33.467Z | Downloaded slog-dtrace v0.3.0 |
786 | 2024-08-29T14:39:33.467Z | Downloaded siphasher v0.3.11 |
787 | 2024-08-29T14:39:33.467Z | Downloaded unicode-xid v0.2.4 |
788 | 2024-08-29T14:39:33.469Z | Downloaded rpassword v7.3.1 |
789 | 2024-08-29T14:39:33.470Z | Downloaded der v0.7.9 |
790 | 2024-08-29T14:39:33.478Z | Downloaded password-hash v0.4.2 |
791 | 2024-08-29T14:39:33.482Z | Downloaded ssh-key v0.6.6 |
792 | 2024-08-29T14:39:33.485Z | Downloaded packed_struct_codegen v0.10.1 |
793 | 2024-08-29T14:39:33.488Z | Downloaded downcast v0.11.0 |
794 | 2024-08-29T14:39:33.491Z | Downloaded thiserror-no-std v2.0.2 |
795 | 2024-08-29T14:39:33.494Z | Downloaded rand_chacha v0.3.1 |
796 | 2024-08-29T14:39:33.499Z | Downloaded sigpipe v0.1.3 |
797 | 2024-08-29T14:39:33.499Z | Downloaded postcard v1.0.8 |
798 | 2024-08-29T14:39:33.502Z | Downloaded strip-ansi-escapes v0.2.0 |
799 | 2024-08-29T14:39:33.502Z | Downloaded r2d2 v0.8.10 |
800 | 2024-08-29T14:39:33.505Z | Downloaded dirs-sys v0.4.1 |
801 | 2024-08-29T14:39:33.505Z | Downloaded strum_macros v0.24.3 |
802 | 2024-08-29T14:39:33.508Z | Downloaded rfc6979 v0.4.0 |
803 | 2024-08-29T14:39:33.508Z | Downloaded walkdir v2.5.0 |
804 | 2024-08-29T14:39:33.512Z | Downloaded stringprep v0.1.4 |
805 | 2024-08-29T14:39:33.512Z | Downloaded tokio-util v0.7.11 |
806 | 2024-08-29T14:39:33.519Z | Downloaded crossterm v0.28.1 |
807 | 2024-08-29T14:39:33.527Z | Downloaded phf_shared v0.10.0 |
808 | 2024-08-29T14:39:33.530Z | Downloaded zeroize_derive v1.4.2 |
809 | 2024-08-29T14:39:33.530Z | Downloaded rusty-fork v0.3.0 |
810 | 2024-08-29T14:39:33.532Z | Downloaded rustc-demangle v0.1.24 |
811 | 2024-08-29T14:39:33.535Z | Downloaded rustfmt-wrapper v0.2.1 |
812 | 2024-08-29T14:39:33.535Z | Downloaded parking_lot_core v0.8.6 |
813 | 2024-08-29T14:39:33.540Z | Downloaded tokio-tungstenite v0.21.0 |
814 | 2024-08-29T14:39:33.543Z | Downloaded foreign-types v0.3.2 |
815 | 2024-08-29T14:39:33.543Z | Downloaded psl-types v2.0.11 |
816 | 2024-08-29T14:39:33.543Z | Downloaded fallible-streaming-iterator v0.1.9 |
817 | 2024-08-29T14:39:33.543Z | Downloaded parking_lot_core v0.9.10 |
818 | 2024-08-29T14:39:33.546Z | Downloaded pin-utils v0.1.0 |
819 | 2024-08-29T14:39:33.547Z | Downloaded portpicker v0.1.1 |
820 | 2024-08-29T14:39:33.550Z | Downloaded blake3 v1.5.1 |
821 | 2024-08-29T14:39:33.558Z | Downloaded headers v0.3.9 |
822 | 2024-08-29T14:39:33.561Z | Downloaded serde-hex v0.1.0 |
823 | 2024-08-29T14:39:33.564Z | Downloaded radium v0.7.0 |
824 | 2024-08-29T14:39:33.568Z | Downloaded phf v0.11.2 |
825 | 2024-08-29T14:39:33.568Z | Downloaded hash32 v0.2.1 |
826 | 2024-08-29T14:39:33.571Z | Downloaded universal-hash v0.5.1 |
827 | 2024-08-29T14:39:33.571Z | Downloaded tokio-tungstenite v0.20.1 |
828 | 2024-08-29T14:39:33.574Z | Downloaded tokio-rustls v0.25.0 |
829 | 2024-08-29T14:39:33.574Z | Downloaded signal-hook v0.3.17 |
830 | 2024-08-29T14:39:33.578Z | Downloaded serde_path_to_error v0.1.16 |
831 | 2024-08-29T14:39:33.581Z | Downloaded rustc_version v0.4.0 |
832 | 2024-08-29T14:39:33.586Z | Downloaded parking_lot v0.12.2 |
833 | 2024-08-29T14:39:33.586Z | Downloaded serde_arrays v0.1.0 |
834 | 2024-08-29T14:39:33.589Z | Downloaded rustls-webpki v0.101.7 |
835 | 2024-08-29T14:39:33.602Z | Downloaded fixedbitset v0.4.2 |
836 | 2024-08-29T14:39:33.604Z | Downloaded structmeta v0.2.0 |
837 | 2024-08-29T14:39:33.604Z | Downloaded fallible-iterator v0.3.0 |
838 | 2024-08-29T14:39:33.608Z | Downloaded untrusted v0.9.0 |
839 | 2024-08-29T14:39:33.608Z | Downloaded pin-project-internal v1.1.5 |
840 | 2024-08-29T14:39:33.613Z | Downloaded gethostname v0.5.0 |
841 | 2024-08-29T14:39:33.613Z | Downloaded spki v0.7.3 |
842 | 2024-08-29T14:39:33.616Z | Downloaded pin-project-lite v0.2.14 |
843 | 2024-08-29T14:39:33.620Z | Downloaded rsa v0.9.6 |
844 | 2024-08-29T14:39:33.624Z | Downloaded tough v0.17.1 |
845 | 2024-08-29T14:39:33.634Z | Downloaded shell-words v1.1.0 |
846 | 2024-08-29T14:39:33.638Z | Downloaded slog-scope v4.4.0 |
847 | 2024-08-29T14:39:33.638Z | Downloaded parking_lot v0.11.2 |
848 | 2024-08-29T14:39:33.640Z | Downloaded half v2.4.1 |
849 | 2024-08-29T14:39:33.641Z | Downloaded rustyline v14.0.0 |
850 | 2024-08-29T14:39:33.647Z | Downloaded lalrpop v0.19.12 |
851 | 2024-08-29T14:39:33.659Z | Downloaded pkcs8 v0.10.2 |
852 | 2024-08-29T14:39:33.662Z | Downloaded uuid v1.10.0 |
853 | 2024-08-29T14:39:33.665Z | Downloaded hyper v0.14.30 |
854 | 2024-08-29T14:39:33.674Z | Downloaded reedline v0.33.0 |
855 | 2024-08-29T14:39:33.684Z | Downloaded unicode-normalization v0.1.23 |
856 | 2024-08-29T14:39:33.687Z | Downloaded aho-corasick v1.1.3 |
857 | 2024-08-29T14:39:33.696Z | Downloaded elliptic-curve v0.13.8 |
858 | 2024-08-29T14:39:33.699Z | Downloaded dhcproto v0.12.0 |
859 | 2024-08-29T14:39:33.703Z | Downloaded pkcs5 v0.7.1 |
860 | 2024-08-29T14:39:33.705Z | Downloaded proptest v1.5.0 |
861 | 2024-08-29T14:39:33.718Z | Downloaded ron v0.8.1 |
862 | 2024-08-29T14:39:33.722Z | Downloaded hashbrown v0.13.2 |
863 | 2024-08-29T14:39:33.727Z | Downloaded time v0.3.36 |
864 | 2024-08-29T14:39:33.736Z | Downloaded socket2 v0.5.7 |
865 | 2024-08-29T14:39:33.739Z | Downloaded steno v0.4.1 |
866 | 2024-08-29T14:39:33.743Z | Downloaded rustls-webpki v0.102.4 |
867 | 2024-08-29T14:39:33.763Z | Downloaded rand v0.8.5 |
868 | 2024-08-29T14:39:33.767Z | Downloaded publicsuffix v2.2.3 |
869 | 2024-08-29T14:39:33.771Z | Downloaded idna v0.3.0 |
870 | 2024-08-29T14:39:33.776Z | Downloaded p521 v0.13.3 |
871 | 2024-08-29T14:39:33.780Z | Downloaded nix v0.27.1 |
872 | 2024-08-29T14:39:33.794Z | Downloaded idna v0.4.0 |
873 | 2024-08-29T14:39:33.802Z | Downloaded zip v0.6.6 |
874 | 2024-08-29T14:39:33.806Z | Downloaded unsafe-libyaml v0.2.11 |
875 | 2024-08-29T14:39:33.812Z | Downloaded portable-atomic v1.6.0 |
876 | 2024-08-29T14:39:33.817Z | Downloaded nix v0.28.0 |
877 | 2024-08-29T14:39:33.831Z | Downloaded rustls v0.21.12 |
878 | 2024-08-29T14:39:33.844Z | Downloaded ed25519-dalek v2.1.1 |
879 | 2024-08-29T14:39:33.847Z | Downloaded quick-xml v0.31.0 |
880 | 2024-08-29T14:39:33.854Z | Downloaded reqwest v0.11.27 |
881 | 2024-08-29T14:39:33.862Z | Downloaded chrono v0.4.38 |
882 | 2024-08-29T14:39:33.871Z | Downloaded h2 v0.3.26 |
883 | 2024-08-29T14:39:33.879Z | Downloaded p384 v0.13.0 |
884 | 2024-08-29T14:39:33.886Z | Downloaded russh v0.44.1 |
885 | 2024-08-29T14:39:33.893Z | Downloaded openssl v0.10.66 |
886 | 2024-08-29T14:39:33.904Z | Downloaded polar-core v0.27.3 |
887 | 2024-08-29T14:39:33.914Z | Downloaded object v0.32.2 |
888 | 2024-08-29T14:39:33.927Z | Downloaded object v0.30.4 |
889 | 2024-08-29T14:39:33.937Z | Downloaded gimli v0.28.1 |
890 | 2024-08-29T14:39:33.948Z | Downloaded radix_trie v0.2.1 |
891 | 2024-08-29T14:39:33.953Z | Downloaded diesel v2.2.3 |
892 | 2024-08-29T14:39:33.975Z | Downloaded openapiv3 v2.0.0 |
893 | 2024-08-29T14:39:33.989Z | Downloaded rayon v1.10.0 |
894 | 2024-08-29T14:39:34.000Z | Downloaded futures-util v0.3.30 |
895 | 2024-08-29T14:39:35.016Z | Downloaded git2 v0.19.0 |
896 | 2024-08-29T14:39:35.020Z | Downloaded regex v1.10.6 |
897 | 2024-08-29T14:39:35.020Z | Downloaded sqlparser v0.45.0 |
898 | 2024-08-29T14:39:35.020Z | Downloaded vcpkg v0.2.15 |
899 | 2024-08-29T14:39:35.020Z | Downloaded smoltcp v0.9.1 |
900 | 2024-08-29T14:39:35.020Z | Downloaded zerocopy-derive v0.6.6 |
901 | 2024-08-29T14:39:35.020Z | Downloaded regex-syntax v0.6.29 |
902 | 2024-08-29T14:39:35.020Z | Downloaded regress v0.9.1 |
903 | 2024-08-29T14:39:35.020Z | Downloaded smoltcp v0.11.0 |
904 | 2024-08-29T14:39:35.020Z | Downloaded finl_unicode v1.2.0 |
905 | 2024-08-29T14:39:35.020Z | Downloaded petgraph v0.6.5 |
906 | 2024-08-29T14:39:35.020Z | Downloaded bstr v1.9.1 |
907 | 2024-08-29T14:39:35.020Z | Downloaded dropshot v0.10.1 |
908 | 2024-08-29T14:39:35.020Z | Downloaded trust-dns-proto v0.22.0 |
909 | 2024-08-29T14:39:35.020Z | Downloaded rustls v0.22.4 |
910 | 2024-08-29T14:39:35.020Z | Downloaded regex-syntax v0.8.4 |
911 | 2024-08-29T14:39:35.020Z | Downloaded sled v0.34.7 |
912 | 2024-08-29T14:39:35.020Z | Downloaded curve25519-dalek v4.1.3 |
913 | 2024-08-29T14:39:35.020Z | Downloaded webpki-roots v0.25.4 |
914 | 2024-08-29T14:39:35.020Z | Downloaded hickory-proto v0.24.1 |
915 | 2024-08-29T14:39:35.020Z | Downloaded bitvec v1.0.1 |
916 | 2024-08-29T14:39:35.020Z | Downloaded unicode_categories v0.1.1 |
917 | 2024-08-29T14:39:35.020Z | Downloaded ratatui v0.28.0 |
918 | 2024-08-29T14:39:35.020Z | Downloaded unicode-segmentation v1.11.0 |
919 | 2024-08-29T14:39:35.020Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
920 | 2024-08-29T14:39:35.020Z | Downloaded rusqlite v0.31.0 |
921 | 2024-08-29T14:39:35.021Z | Downloaded regex-automata v0.4.6 |
922 | 2024-08-29T14:39:35.021Z | Downloaded idna v0.5.0 |
923 | 2024-08-29T14:39:35.021Z | Downloaded encoding_rs v0.8.34 |
924 | 2024-08-29T14:39:35.021Z | Downloaded bindgen v0.69.4 |
925 | 2024-08-29T14:39:35.021Z | Downloaded idna v0.2.3 |
926 | 2024-08-29T14:39:35.021Z | Downloaded tokio v1.39.3 |
927 | 2024-08-29T14:39:35.021Z | Downloaded expectorate v1.1.0 |
928 | 2024-08-29T14:39:35.021Z | Downloaded sha3 v0.10.8 |
929 | 2024-08-29T14:39:35.021Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
930 | 2024-08-29T14:39:35.021Z | Downloaded csv v1.3.0 |
931 | 2024-08-29T14:39:35.021Z | Downloaded fatfs v0.3.6 |
932 | 2024-08-29T14:39:35.021Z | Downloaded vsss-rs v3.3.4 |
933 | 2024-08-29T14:39:35.021Z | Downloaded fd-lock v4.0.2 |
934 | 2024-08-29T14:39:35.021Z | Downloaded tokio-stream v0.1.15 |
935 | 2024-08-29T14:39:35.021Z | Downloaded similar v2.6.0 |
936 | 2024-08-29T14:39:35.021Z | Downloaded tokio-postgres v0.7.11 |
937 | 2024-08-29T14:39:35.021Z | Downloaded winnow v0.5.40 |
938 | 2024-08-29T14:39:35.021Z | Downloaded either v1.13.0 |
939 | 2024-08-29T14:39:35.021Z | Downloaded pin-project v1.1.5 |
940 | 2024-08-29T14:39:35.021Z | Downloaded heapless v0.7.17 |
941 | 2024-08-29T14:39:35.021Z | Downloaded url v2.5.2 |
942 | 2024-08-29T14:39:35.021Z | Downloaded scopeguard v1.2.0 |
943 | 2024-08-29T14:39:35.021Z | Downloaded predicates-core v1.0.6 |
944 | 2024-08-29T14:39:35.021Z | Downloaded predicates-tree v1.0.9 |
945 | 2024-08-29T14:39:35.021Z | Downloaded serde_with v3.9.0 |
946 | 2024-08-29T14:39:35.021Z | Downloaded password-hash v0.5.0 |
947 | 2024-08-29T14:39:35.021Z | Downloaded vte v0.11.1 |
948 | 2024-08-29T14:39:35.021Z | Downloaded rustversion v1.0.17 |
949 | 2024-08-29T14:39:35.021Z | Downloaded phf_shared v0.11.2 |
950 | 2024-08-29T14:39:35.021Z | Downloaded serde_repr v0.1.19 |
951 | 2024-08-29T14:39:35.021Z | Downloaded derive-where v1.2.7 |
952 | 2024-08-29T14:39:35.021Z | Downloaded vergen v8.3.2 |
953 | 2024-08-29T14:39:35.021Z | Downloaded pkcs1 v0.7.5 |
954 | 2024-08-29T14:39:35.021Z | Downloaded tungstenite v0.20.1 |
955 | 2024-08-29T14:39:35.021Z | Downloaded hash32 v0.3.1 |
956 | 2024-08-29T14:39:35.021Z | Downloaded getopts v0.2.21 |
957 | 2024-08-29T14:39:35.021Z | Downloaded string_cache v0.8.7 |
958 | 2024-08-29T14:39:35.021Z | Downloaded serde_with_macros v3.9.0 |
959 | 2024-08-29T14:39:35.021Z | Downloaded debug-ignore v1.0.5 |
960 | 2024-08-29T14:39:35.021Z | Downloaded strum_macros v0.26.4 |
961 | 2024-08-29T14:39:35.022Z | Downloaded socket2 v0.4.10 |
962 | 2024-08-29T14:39:35.022Z | Downloaded hashbrown v0.12.3 |
963 | 2024-08-29T14:39:35.022Z | Downloaded flate2 v1.0.31 |
964 | 2024-08-29T14:39:35.022Z | Downloaded hkdf v0.12.4 |
965 | 2024-08-29T14:39:35.022Z | Downloaded rcgen v0.12.1 |
966 | 2024-08-29T14:39:35.022Z | Downloaded rayon-core v1.12.1 |
967 | 2024-08-29T14:39:35.022Z | Downloaded p256 v0.13.2 |
968 | 2024-08-29T14:39:35.022Z | Downloaded unicode-truncate v1.0.0 |
969 | 2024-08-29T14:39:35.022Z | Downloaded rustc_version v0.1.7 |
970 | 2024-08-29T14:39:35.022Z | Downloaded form_urlencoded v1.2.1 |
971 | 2024-08-29T14:39:35.022Z | Downloaded derive_builder v0.20.0 |
972 | 2024-08-29T14:39:35.022Z | Downloaded postgres-protocol v0.6.7 |
973 | 2024-08-29T14:39:35.022Z | Downloaded toml_edit v0.19.15 |
974 | 2024-08-29T14:39:35.022Z | Downloaded schemars_derive v0.8.21 |
975 | 2024-08-29T14:39:35.022Z | Downloaded parse-display-derive v0.10.0 |
976 | 2024-08-29T14:39:35.022Z | Downloaded num-bigint-dig v0.8.4 |
977 | 2024-08-29T14:39:35.022Z | Downloaded libxml v0.3.3 |
978 | 2024-08-29T14:39:35.022Z | Downloaded tls_codec v0.4.1 |
979 | 2024-08-29T14:39:35.022Z | Downloaded predicates v3.1.2 |
980 | 2024-08-29T14:39:35.022Z | Downloaded peg v0.8.4 |
981 | 2024-08-29T14:39:35.022Z | Downloaded paste v1.0.15 |
982 | 2024-08-29T14:39:35.022Z | Downloaded num-traits v0.2.19 |
983 | 2024-08-29T14:39:35.022Z | Downloaded tracing v0.1.40 |
984 | 2024-08-29T14:39:35.022Z | Downloaded crossterm v0.27.0 |
985 | 2024-08-29T14:39:35.022Z | Downloaded rand_core v0.6.4 |
986 | 2024-08-29T14:39:35.022Z | Downloaded tokio-rustls v0.24.1 |
987 | 2024-08-29T14:39:35.022Z | Downloaded omicron-zone-package v0.11.0 |
988 | 2024-08-29T14:39:35.022Z | Downloaded typed-path v0.7.1 |
989 | 2024-08-29T14:39:35.022Z | Downloaded slog-bunyan v2.5.0 |
990 | 2024-08-29T14:39:35.022Z | Downloaded slog-async v2.8.0 |
991 | 2024-08-29T14:39:35.022Z | Downloaded shlex v1.3.0 |
992 | 2024-08-29T14:39:35.022Z | Downloaded scheduled-thread-pool v0.2.7 |
993 | 2024-08-29T14:39:35.022Z | Downloaded same-file v1.0.6 |
994 | 2024-08-29T14:39:35.022Z | Downloaded minimal-lexical v0.2.1 |
995 | 2024-08-29T14:39:35.022Z | Downloaded num-integer v0.1.46 |
996 | 2024-08-29T14:39:35.025Z | Downloaded nom v7.1.3 |
997 | 2024-08-29T14:39:35.026Z | Downloaded itertools v0.10.5 |
998 | 2024-08-29T14:39:35.026Z | Downloaded tungstenite v0.23.0 |
999 | 2024-08-29T14:39:35.026Z | Downloaded tungstenite v0.21.0 |
1000 | 2024-08-29T14:39:35.026Z | Downloaded derive_more v0.99.18 |
1001 | 2024-08-29T14:39:35.026Z | Downloaded zerocopy v0.6.6 |
1002 | 2024-08-29T14:39:35.026Z | Downloaded getrandom v0.2.14 |
1003 | 2024-08-29T14:39:35.026Z | Downloaded tap v1.0.1 |
1004 | 2024-08-29T14:39:35.026Z | Downloaded structmeta v0.3.0 |
1005 | 2024-08-29T14:39:35.026Z | Downloaded fallible-iterator v0.2.0 |
1006 | 2024-08-29T14:39:35.026Z | Downloaded ron v0.7.1 |
1007 | 2024-08-29T14:39:35.026Z | Downloaded mio v1.0.2 |
1008 | 2024-08-29T14:39:35.026Z | Downloaded topological-sort v0.2.2 |
1009 | 2024-08-29T14:39:35.026Z | Downloaded libz-sys v1.1.16 |
1010 | 2024-08-29T14:39:35.026Z | Downloaded smf v0.2.3 |
1011 | 2024-08-29T14:39:35.026Z | Downloaded scrypt v0.11.0 |
1012 | 2024-08-29T14:39:35.026Z | Downloaded polyval v0.6.2 |
1013 | 2024-08-29T14:39:35.026Z | Downloaded yasna v0.5.2 |
1014 | 2024-08-29T14:39:35.026Z | Downloaded flume v0.11.0 |
1015 | 2024-08-29T14:39:35.026Z | Downloaded glob v0.3.1 |
1016 | 2024-08-29T14:39:35.026Z | Downloaded mio v0.8.11 |
1017 | 2024-08-29T14:39:35.026Z | Downloaded term v0.7.0 |
1018 | 2024-08-29T14:39:35.026Z | Downloaded unicode-bidi v0.3.15 |
1019 | 2024-08-29T14:39:35.026Z | Downloaded sec1 v0.7.3 |
1020 | 2024-08-29T14:39:35.026Z | Downloaded ssh-cipher v0.2.0 |
1021 | 2024-08-29T14:39:35.026Z | Downloaded smallvec v1.13.2 |
1022 | 2024-08-29T14:39:35.026Z | Downloaded secrecy v0.8.0 |
1023 | 2024-08-29T14:39:35.026Z | Downloaded compact_str v0.8.0 |
1024 | 2024-08-29T14:39:35.026Z | Downloaded rustls-pemfile v2.1.3 |
1025 | 2024-08-29T14:39:35.026Z | Downloaded slog v2.7.0 |
1026 | 2024-08-29T14:39:35.026Z | Downloaded xattr v1.3.1 |
1027 | 2024-08-29T14:39:35.026Z | Downloaded num-bigint v0.4.5 |
1028 | 2024-08-29T14:39:35.026Z | Downloaded http v0.2.12 |
1029 | 2024-08-29T14:39:35.026Z | Downloaded dropshot_endpoint v0.10.1 |
1030 | 2024-08-29T14:39:35.026Z | Downloaded uzers v0.11.3 |
1031 | 2024-08-29T14:39:35.026Z | Downloaded enum-as-inner v0.5.1 |
1032 | 2024-08-29T14:39:35.026Z | Downloaded http v1.1.0 |
1033 | 2024-08-29T14:39:35.026Z | Downloaded crypto-bigint v0.5.5 |
1034 | 2024-08-29T14:39:35.026Z | Downloaded mockall_derive v0.13.0 |
1035 | 2024-08-29T14:39:35.026Z | Downloaded libsqlite3-sys v0.28.0 |
1036 | 2024-08-29T14:39:35.027Z | Downloaded base64 v0.22.1 |
1037 | 2024-08-29T14:39:35.027Z | Downloaded subprocess v0.2.9 |
1038 | 2024-08-29T14:39:35.027Z | Downloaded allocator-api2 v0.2.18 |
1039 | 2024-08-29T14:39:35.027Z | Downloaded hickory-resolver v0.24.1 |
1040 | 2024-08-29T14:39:35.029Z | Downloaded peg-runtime v0.8.3 |
1041 | 2024-08-29T14:39:35.029Z | Downloaded parse-size v1.0.0 |
1042 | 2024-08-29T14:39:35.032Z | Downloaded opaque-debug v0.3.1 |
1043 | 2024-08-29T14:39:35.032Z | Downloaded termcolor v1.4.1 |
1044 | 2024-08-29T14:39:35.032Z | Downloaded static_assertions v1.1.0 |
1045 | 2024-08-29T14:39:35.034Z | Downloaded smallvec v0.6.14 |
1046 | 2024-08-29T14:39:35.037Z | Downloaded signature v2.2.0 |
1047 | 2024-08-29T14:39:35.037Z | Downloaded signal-hook-registry v1.4.2 |
1048 | 2024-08-29T14:39:35.039Z | Downloaded signal-hook-mio v0.2.4 |
1049 | 2024-08-29T14:39:35.039Z | Downloaded semver v0.1.20 |
1050 | 2024-08-29T14:39:35.042Z | Downloaded rustc-hash v1.1.0 |
1051 | 2024-08-29T14:39:35.042Z | Downloaded ecdsa v0.16.9 |
1052 | 2024-08-29T14:39:35.044Z | Downloaded structmeta-derive v0.2.0 |
1053 | 2024-08-29T14:39:35.044Z | Downloaded crossbeam-utils v0.8.19 |
1054 | 2024-08-29T14:39:35.047Z | Downloaded supports-color v3.0.0 |
1055 | 2024-08-29T14:39:35.049Z | Downloaded crossbeam-epoch v0.9.18 |
1056 | 2024-08-29T14:39:35.052Z | Downloaded bytes v1.7.1 |
1057 | 2024-08-29T14:39:35.054Z | Downloaded cookie v0.17.0 |
1058 | 2024-08-29T14:39:35.057Z | Downloaded backoff v0.4.0 |
1059 | 2024-08-29T14:39:35.059Z | Downloaded async-trait v0.1.81 |
1060 | 2024-08-29T14:39:35.062Z | Downloaded aes v0.8.4 |
1061 | 2024-08-29T14:39:35.067Z | Downloaded wyz v0.5.1 |
1062 | 2024-08-29T14:39:35.069Z | Downloaded unicase v2.7.0 |
1063 | 2024-08-29T14:39:35.072Z | Downloaded miniz_oxide v0.7.2 |
1064 | 2024-08-29T14:39:35.074Z | Downloaded ciborium v0.2.2 |
1065 | 2024-08-29T14:39:35.076Z | Downloaded const-oid v0.9.6 |
1066 | 2024-08-29T14:39:35.079Z | Downloaded addr2line v0.21.0 |
1067 | 2024-08-29T14:39:35.082Z | Downloaded jobserver v0.1.32 |
1068 | 2024-08-29T14:39:35.082Z | Downloaded ipnet v2.9.0 |
1069 | 2024-08-29T14:39:35.084Z | Downloaded arrayref v0.3.7 |
1070 | 2024-08-29T14:39:35.087Z | Downloaded nibble_vec v0.1.0 |
1071 | 2024-08-29T14:39:35.087Z | Downloaded multimap v0.10.0 |
1072 | 2024-08-29T14:39:35.090Z | Downloaded lru-cache v0.1.2 |
1073 | 2024-08-29T14:39:35.090Z | Downloaded lazycell v1.3.0 |
1074 | 2024-08-29T14:39:35.093Z | Downloaded httparse v1.8.0 |
1075 | 2024-08-29T14:39:35.093Z | Downloaded http-body v0.4.6 |
1076 | 2024-08-29T14:39:35.095Z | Downloaded highway v1.2.0 |
1077 | 2024-08-29T14:39:35.099Z | Downloaded console v0.15.8 |
1078 | 2024-08-29T14:39:35.101Z | Downloaded async-bb8-diesel v0.2.1 |
1079 | 2024-08-29T14:39:35.101Z | Downloaded arrayvec v0.7.4 |
1080 | 2024-08-29T14:39:35.104Z | Downloaded libsw v3.3.1 |
1081 | 2024-08-29T14:39:35.107Z | Downloaded lazy_static v1.5.0 |
1082 | 2024-08-29T14:39:35.107Z | Downloaded bit-vec v0.6.3 |
1083 | 2024-08-29T14:39:35.110Z | Downloaded instability v0.3.2 |
1084 | 2024-08-29T14:39:35.112Z | Downloaded indoc v1.0.9 |
1085 | 2024-08-29T14:39:35.115Z | Downloaded convert_case v0.4.0 |
1086 | 2024-08-29T14:39:35.115Z | Downloaded cbc v0.1.2 |
1087 | 2024-08-29T14:39:35.117Z | Downloaded lru v0.12.3 |
1088 | 2024-08-29T14:39:35.117Z | Downloaded libefi-sys v0.1.0 |
1089 | 2024-08-29T14:39:35.119Z | Downloaded internet-checksum v0.2.1 |
1090 | 2024-08-29T14:39:35.120Z | Downloaded indent_write v2.2.0 |
1091 | 2024-08-29T14:39:35.120Z | Downloaded crc-catalog v2.4.0 |
1092 | 2024-08-29T14:39:35.122Z | Downloaded crc v3.2.1 |
1093 | 2024-08-29T14:39:35.124Z | Downloaded array-init v0.0.4 |
1094 | 2024-08-29T14:39:35.124Z | Downloaded hickory-server v0.24.1 |
1095 | 2024-08-29T14:39:35.130Z | Downloaded bcrypt-pbkdf v0.10.0 |
1096 | 2024-08-29T14:39:35.154Z | Downloaded ring v0.17.8 |
1097 | 2024-08-29T14:39:35.283Z | Downloaded ring v0.16.20 |
1098 | 2024-08-29T14:39:35.465Z | Compiling serde v1.0.208 |
1099 | 2024-08-29T14:39:35.469Z | Compiling typenum v1.17.0 |
1100 | 2024-08-29T14:39:35.469Z | Compiling generic-array v0.14.7 |
1101 | 2024-08-29T14:39:35.469Z | Compiling lock_api v0.4.12 |
1102 | 2024-08-29T14:39:35.469Z | Compiling scopeguard v1.2.0 |
1103 | 2024-08-29T14:39:35.612Z | Compiling log v0.4.21 |
1104 | 2024-08-29T14:39:35.640Z | Compiling syn v2.0.74 |
1105 | 2024-08-29T14:39:35.656Z | Compiling getrandom v0.2.14 |
1106 | 2024-08-29T14:39:35.785Z | Compiling jobserver v0.1.32 |
1107 | 2024-08-29T14:39:35.937Z | Compiling rand_core v0.6.4 |
1108 | 2024-08-29T14:39:36.136Z | Compiling subtle v2.5.0 |
1109 | 2024-08-29T14:39:36.212Z | Compiling cc v1.0.97 |
1110 | 2024-08-29T14:39:36.229Z | Compiling const-oid v0.9.6 |
1111 | 2024-08-29T14:39:36.465Z | Compiling pin-project-lite v0.2.14 |
1112 | 2024-08-29T14:39:36.483Z | Compiling smallvec v1.13.2 |
1113 | 2024-08-29T14:39:36.586Z | Compiling parking_lot_core v0.9.10 |
1114 | 2024-08-29T14:39:36.650Z | Compiling signal-hook-registry v1.4.2 |
1115 | 2024-08-29T14:39:36.728Z | Compiling spin v0.9.8 |
1116 | 2024-08-29T14:39:36.906Z | Compiling mio v1.0.2 |
1117 | 2024-08-29T14:39:37.153Z | Compiling ahash v0.8.11 |
1118 | 2024-08-29T14:39:37.432Z | Compiling tinyvec_macros v0.1.1 |
1119 | 2024-08-29T14:39:37.494Z | Compiling parking_lot v0.12.2 |
1120 | 2024-08-29T14:39:37.526Z | Compiling tinyvec v1.6.0 |
1121 | 2024-08-29T14:39:37.810Z | Compiling socket2 v0.5.7 |
1122 | 2024-08-29T14:39:38.195Z | Compiling cpufeatures v0.2.12 |
1123 | 2024-08-29T14:39:38.270Z | Compiling futures-sink v0.3.30 |
1124 | 2024-08-29T14:39:38.298Z | Compiling futures-core v0.3.30 |
1125 | 2024-08-29T14:39:38.364Z | Compiling libm v0.2.8 |
1126 | 2024-08-29T14:39:38.417Z | Compiling serde_json v1.0.125 |
1127 | 2024-08-29T14:39:38.492Z | Compiling num-traits v0.2.19 |
1128 | 2024-08-29T14:39:38.531Z | Compiling slab v0.4.9 |
1129 | 2024-08-29T14:39:38.752Z | Compiling unicode-bidi v0.3.15 |
1130 | 2024-08-29T14:39:38.794Z | Compiling allocator-api2 v0.2.18 |
1131 | 2024-08-29T14:39:38.981Z | Compiling unicode-normalization v0.1.23 |
1132 | 2024-08-29T14:39:39.055Z | Compiling futures-channel v0.3.30 |
1133 | 2024-08-29T14:39:39.315Z | Compiling futures-io v0.3.30 |
1134 | 2024-08-29T14:39:39.557Z | Compiling pkg-config v0.3.30 |
1135 | 2024-08-29T14:39:39.655Z | Compiling futures-task v0.3.30 |
1136 | 2024-08-29T14:39:39.736Z | Compiling pin-utils v0.1.0 |
1137 | 2024-08-29T14:39:39.831Z | Compiling vcpkg v0.2.15 |
1138 | 2024-08-29T14:39:40.177Z | Compiling base64ct v1.6.0 |
1139 | 2024-08-29T14:39:40.276Z | Compiling ppv-lite86 v0.2.17 |
1140 | 2024-08-29T14:39:40.312Z | Compiling flagset v0.4.5 |
1141 | 2024-08-29T14:39:40.402Z | Compiling ring v0.17.8 |
1142 | 2024-08-29T14:39:40.539Z | Compiling percent-encoding v2.3.1 |
1143 | 2024-08-29T14:39:40.800Z | Compiling pem-rfc7468 v0.7.0 |
1144 | 2024-08-29T14:39:40.921Z | Compiling tracing-core v0.1.32 |
1145 | 2024-08-29T14:39:41.113Z | Compiling rand_chacha v0.3.1 |
1146 | 2024-08-29T14:39:41.218Z | Compiling rustix v0.38.34 |
1147 | 2024-08-29T14:39:41.563Z | Compiling untrusted v0.9.0 |
1148 | 2024-08-29T14:39:41.745Z | Compiling rand v0.8.5 |
1149 | 2024-08-29T14:39:42.038Z | Compiling openssl-sys v0.9.103 |
1150 | 2024-08-29T14:39:42.092Z | Compiling openssl v0.10.66 |
1151 | 2024-08-29T14:39:42.119Z | Compiling num-conv v0.1.0 |
1152 | 2024-08-29T14:39:42.270Z | Compiling rustversion v1.0.17 |
1153 | 2024-08-29T14:39:42.383Z | Compiling time-core v0.1.2 |
1154 | 2024-08-29T14:39:42.520Z | Compiling httparse v1.8.0 |
1155 | 2024-08-29T14:39:42.568Z | Compiling powerfmt v0.2.0 |
1156 | 2024-08-29T14:39:42.981Z | Compiling foreign-types-shared v0.1.1 |
1157 | 2024-08-29T14:39:43.042Z | Compiling deranged v0.3.11 |
1158 | 2024-08-29T14:39:43.078Z | Compiling foreign-types v0.3.2 |
1159 | 2024-08-29T14:39:43.094Z | Compiling time-macros v0.2.18 |
1160 | 2024-08-29T14:39:43.157Z | Compiling form_urlencoded v1.2.1 |
1161 | 2024-08-29T14:39:43.417Z | Compiling aho-corasick v1.1.3 |
1162 | 2024-08-29T14:39:43.478Z | Compiling rustls v0.21.12 |
1163 | 2024-08-29T14:39:43.741Z | Compiling syn v1.0.109 |
1164 | 2024-08-29T14:39:43.761Z | Compiling crossbeam-utils v0.8.19 |
1165 | 2024-08-29T14:39:44.389Z | Compiling siphasher v0.3.11 |
1166 | 2024-08-29T14:39:44.407Z | Compiling native-tls v0.2.11 |
1167 | 2024-08-29T14:39:44.627Z | Compiling try-lock v0.2.5 |
1168 | 2024-08-29T14:39:44.747Z | Compiling regex-syntax v0.8.4 |
1169 | 2024-08-29T14:39:44.783Z | Compiling num_threads v0.1.7 |
1170 | 2024-08-29T14:39:44.786Z | Compiling want v0.3.1 |
1171 | 2024-08-29T14:39:45.067Z | Compiling idna v0.5.0 |
1172 | 2024-08-29T14:39:45.775Z | Compiling cookie v0.17.0 |
1173 | 2024-08-29T14:39:46.065Z | Compiling adler v1.0.2 |
1174 | 2024-08-29T14:39:46.267Z | Compiling time v0.3.36 |
1175 | 2024-08-29T14:39:46.292Z | Compiling tower-service v0.3.2 |
1176 | 2024-08-29T14:39:46.396Z | Compiling openssl-probe v0.1.5 |
1177 | 2024-08-29T14:39:46.415Z | Compiling httpdate v1.0.3 |
1178 | 2024-08-29T14:39:46.510Z | Compiling finl_unicode v1.2.0 |
1179 | 2024-08-29T14:39:46.747Z | Compiling slog v2.7.0 |
1180 | 2024-08-29T14:39:46.859Z | Compiling iana-time-zone v0.1.60 |
1181 | 2024-08-29T14:39:47.093Z | Compiling stringprep v0.1.4 |
1182 | 2024-08-29T14:39:47.276Z | Compiling miniz_oxide v0.7.2 |
1183 | 2024-08-29T14:39:47.402Z | Compiling url v2.5.2 |
1184 | 2024-08-29T14:39:48.304Z | Compiling regex-automata v0.4.6 |
1185 | 2024-08-29T14:39:49.274Z | Compiling num-integer v0.1.46 |
1186 | 2024-08-29T14:39:50.118Z | Compiling sct v0.7.1 |
1187 | 2024-08-29T14:39:50.140Z | Compiling serde_derive v1.0.208 |
1188 | 2024-08-29T14:39:50.202Z | Compiling zeroize_derive v1.4.2 |
1189 | 2024-08-29T14:39:50.432Z | Compiling zerocopy-derive v0.7.34 |
1190 | 2024-08-29T14:39:51.370Z | Compiling tokio-macros v2.4.0 |
1191 | 2024-08-29T14:39:51.391Z | Compiling thiserror-impl v1.0.63 |
1192 | 2024-08-29T14:39:51.576Z | Compiling futures-macro v0.3.30 |
1193 | 2024-08-29T14:39:51.861Z | Compiling zeroize v1.7.0 |
1194 | 2024-08-29T14:39:52.709Z | Compiling zerocopy v0.7.34 |
1195 | 2024-08-29T14:39:53.042Z | Compiling der_derive v0.7.2 |
1196 | 2024-08-29T14:39:53.575Z | Compiling futures-util v0.3.30 |
1197 | 2024-08-29T14:39:53.727Z | Compiling crypto-common v0.1.6 |
1198 | 2024-08-29T14:39:53.962Z | Compiling block-buffer v0.10.4 |
1199 | 2024-08-29T14:39:54.226Z | Compiling digest v0.10.7 |
1200 | 2024-08-29T14:39:54.718Z | Compiling hmac v0.12.1 |
1201 | 2024-08-29T14:39:54.786Z | Compiling block-padding v0.3.3 |
1202 | 2024-08-29T14:39:54.968Z | Compiling hashbrown v0.14.5 |
1203 | 2024-08-29T14:39:55.020Z | Compiling inout v0.1.3 |
1204 | 2024-08-29T14:39:55.043Z | Compiling thiserror v1.0.63 |
1205 | 2024-08-29T14:39:55.181Z | Compiling sha2 v0.10.8 |
1206 | 2024-08-29T14:39:55.298Z | Compiling cipher v0.4.4 |
1207 | 2024-08-29T14:39:55.651Z | Compiling pest v2.7.10 |
1208 | 2024-08-29T14:39:55.837Z | Compiling salsa20 v0.10.2 |
1209 | 2024-08-29T14:39:56.083Z | Compiling der v0.7.9 |
1210 | 2024-08-29T14:39:56.403Z | Compiling pbkdf2 v0.12.2 |
1211 | 2024-08-29T14:39:56.577Z | Compiling scroll_derive v0.12.0 |
1212 | 2024-08-29T14:39:58.085Z | Compiling tracing-attributes v0.1.27 |
1213 | 2024-08-29T14:39:58.684Z | Compiling pest_meta v2.7.10 |
1214 | 2024-08-29T14:39:58.821Z | Compiling spki v0.7.3 |
1215 | 2024-08-29T14:39:59.202Z | Compiling scroll v0.12.0 |
1216 | 2024-08-29T14:39:59.360Z | Compiling scrypt v0.11.0 |
1217 | 2024-08-29T14:39:59.805Z | Compiling cbc v0.1.2 |
1218 | 2024-08-29T14:39:59.907Z | Compiling aes v0.8.4 |
1219 | 2024-08-29T14:39:59.981Z | Compiling pest_generator v2.7.10 |
1220 | 2024-08-29T14:40:00.065Z | Compiling goblin v0.8.2 |
1221 | 2024-08-29T14:40:01.350Z | Compiling pkcs5 v0.7.1 |
1222 | 2024-08-29T14:40:01.962Z | Compiling tracing v0.1.40 |
1223 | 2024-08-29T14:40:02.067Z | Compiling openssl-macros v0.1.1 |
1224 | 2024-08-29T14:40:02.499Z | Compiling pkcs8 v0.10.2 |
1225 | 2024-08-29T14:40:02.536Z | Compiling rustls-webpki v0.101.7 |
1226 | 2024-08-29T14:40:02.771Z | Compiling md-5 v0.10.6 |
1227 | 2024-08-29T14:40:02.870Z | Compiling backtrace v0.3.71 |
1228 | 2024-08-29T14:40:03.028Z | Compiling idna v0.3.0 |
1229 | 2024-08-29T14:40:03.240Z | Compiling lazy_static v1.5.0 |
1230 | 2024-08-29T14:40:03.278Z | Compiling hash32 v0.2.1 |
1231 | 2024-08-29T14:40:03.372Z | Compiling base64 v0.22.1 |
1232 | 2024-08-29T14:40:03.643Z | Compiling smoltcp v0.9.1 |
1233 | 2024-08-29T14:40:03.797Z | Compiling pest_derive v2.7.10 |
1234 | 2024-08-29T14:40:04.145Z | Compiling crc32fast v1.4.0 |
1235 | 2024-08-29T14:40:04.410Z | Compiling gimli v0.28.1 |
1236 | 2024-08-29T14:40:04.472Z | Compiling num-bigint-dig v0.8.4 |
1237 | 2024-08-29T14:40:04.651Z | Compiling bytes v1.7.1 |
1238 | 2024-08-29T14:40:04.683Z | Compiling bitflags v2.6.0 |
1239 | 2024-08-29T14:40:04.770Z | Compiling indexmap v2.4.0 |
1240 | 2024-08-29T14:40:05.045Z | Compiling semver v1.0.23 |
1241 | 2024-08-29T14:40:05.840Z | Compiling tokio v1.39.3 |
1242 | 2024-08-29T14:40:05.961Z | Compiling http v0.2.12 |
1243 | 2024-08-29T14:40:06.193Z | Compiling rustc_version v0.4.0 |
1244 | 2024-08-29T14:40:06.953Z | Compiling heapless v0.7.17 |
1245 | 2024-08-29T14:40:07.406Z | Compiling dof v0.3.0 |
1246 | 2024-08-29T14:40:07.845Z | Compiling http-body v0.4.6 |
1247 | 2024-08-29T14:40:08.328Z | Compiling dtrace-parser v0.2.0 |
1248 | 2024-08-29T14:40:08.448Z | Compiling uuid v1.10.0 |
1249 | 2024-08-29T14:40:09.488Z | Compiling usdt-impl v0.5.0 |
1250 | 2024-08-29T14:40:09.703Z | Compiling toml_datetime v0.6.8 |
1251 | 2024-08-29T14:40:09.922Z | Compiling chrono v0.4.38 |
1252 | 2024-08-29T14:40:10.231Z | Compiling serde_spanned v0.6.7 |
1253 | 2024-08-29T14:40:10.465Z | Compiling serde_tokenstream v0.2.2 |
1254 | 2024-08-29T14:40:10.541Z | Compiling fallible-iterator v0.2.0 |
1255 | 2024-08-29T14:40:10.619Z | Compiling stable_deref_trait v1.2.0 |
1256 | 2024-08-29T14:40:10.726Z | Compiling signal-hook v0.3.17 |
1257 | 2024-08-29T14:40:11.013Z | Compiling cfg_aliases v0.1.1 |
1258 | 2024-08-29T14:40:11.100Z | Compiling psl-types v2.0.11 |
1259 | 2024-08-29T14:40:11.120Z | Compiling nix v0.28.0 |
1260 | 2024-08-29T14:40:11.238Z | Compiling postgres-protocol v0.6.7 |
1261 | 2024-08-29T14:40:11.304Z | Compiling publicsuffix v2.2.3 |
1262 | 2024-08-29T14:40:11.569Z | Compiling addr2line v0.21.0 |
1263 | 2024-08-29T14:40:11.961Z | Compiling terminal_size v0.3.0 |
1264 | 2024-08-29T14:40:12.304Z | Compiling hubpack_derive v0.1.1 |
1265 | 2024-08-29T14:40:12.323Z | Compiling zerocopy-derive v0.6.6 |
1266 | 2024-08-29T14:40:12.323Z | Compiling async-trait v0.1.81 |
1267 | 2024-08-29T14:40:12.449Z | Compiling num-iter v0.1.45 |
1268 | 2024-08-29T14:40:13.233Z | Compiling phf_shared v0.11.2 |
1269 | 2024-08-29T14:40:13.464Z | Compiling serde_derive_internals v0.29.1 |
1270 | 2024-08-29T14:40:13.612Z | Compiling ff v0.13.0 |
1271 | 2024-08-29T14:40:13.686Z | Compiling object v0.32.2 |
1272 | 2024-08-29T14:40:13.709Z | Compiling fs-err v2.11.0 |
1273 | 2024-08-29T14:40:13.840Z | Compiling managed v0.8.0 |
1274 | 2024-08-29T14:40:14.006Z | Compiling winnow v0.5.40 |
1275 | 2024-08-29T14:40:14.313Z | Compiling tokio-util v0.7.11 |
1276 | 2024-08-29T14:40:15.139Z | Compiling tokio-native-tls v0.3.1 |
1277 | 2024-08-29T14:40:15.157Z | Compiling tokio-rustls v0.24.1 |
1278 | 2024-08-29T14:40:15.424Z | Compiling h2 v0.3.26 |
1279 | 2024-08-29T14:40:15.563Z | Compiling ipnet v2.9.0 |
1280 | 2024-08-29T14:40:15.711Z | Compiling anyhow v1.0.86 |
1281 | 2024-08-29T14:40:16.343Z | Compiling base16ct v0.2.0 |
1282 | 2024-08-29T14:40:16.377Z | Compiling either v1.13.0 |
1283 | 2024-08-29T14:40:16.692Z | Compiling bitflags v1.3.2 |
1284 | 2024-08-29T14:40:16.787Z | Compiling base64 v0.21.7 |
1285 | 2024-08-29T14:40:16.807Z | Compiling schemars v0.8.21 |
1286 | 2024-08-29T14:40:16.807Z | Compiling rustc-demangle v0.1.24 |
1287 | 2024-08-29T14:40:17.227Z | Compiling clap_builder v4.5.15 |
1288 | 2024-08-29T14:40:17.544Z | Compiling rustls-pemfile v1.0.4 |
1289 | 2024-08-29T14:40:17.781Z | Compiling toml_edit v0.19.15 |
1290 | 2024-08-29T14:40:17.987Z | Compiling sec1 v0.7.3 |
1291 | 2024-08-29T14:40:18.192Z | Compiling schemars_derive v0.8.21 |
1292 | 2024-08-29T14:40:18.600Z | Compiling zerocopy v0.6.6 |
1293 | 2024-08-29T14:40:19.504Z | Compiling group v0.13.0 |
1294 | 2024-08-29T14:40:19.569Z | Compiling phf v0.11.2 |
1295 | 2024-08-29T14:40:19.843Z | Compiling hubpack v0.1.2 |
1296 | 2024-08-29T14:40:19.865Z | Compiling cookie_store v0.20.0 |
1297 | 2024-08-29T14:40:21.380Z | Compiling postgres-types v0.2.7 |
1298 | 2024-08-29T14:40:21.649Z | Compiling usdt-attr-macro v0.5.0 |
1299 | 2024-08-29T14:40:22.552Z | Compiling hyper v0.14.30 |
1300 | 2024-08-29T14:40:22.863Z | Compiling usdt-macro v0.5.0 |
1301 | 2024-08-29T14:40:23.338Z | Compiling serde_urlencoded v0.7.1 |
1302 | 2024-08-29T14:40:23.869Z | Compiling pkcs1 v0.7.5 |
1303 | 2024-08-29T14:40:24.382Z | Compiling futures-executor v0.3.30 |
1304 | 2024-08-29T14:40:24.697Z | Compiling hkdf v0.12.4 |
1305 | 2024-08-29T14:40:24.977Z | Compiling signature v2.2.0 |
1306 | 2024-08-29T14:40:24.996Z | Compiling regex v1.10.6 |
1307 | 2024-08-29T14:40:24.999Z | Compiling bstr v1.9.1 |
1308 | 2024-08-29T14:40:25.289Z | Compiling crypto-bigint v0.5.5 |
1309 | 2024-08-29T14:40:25.809Z | Compiling serde_repr v0.1.19 |
1310 | 2024-08-29T14:40:26.158Z | Compiling clap_derive v4.5.13 |
1311 | 2024-08-29T14:40:26.161Z | Compiling enum-as-inner v0.6.0 |
1312 | 2024-08-29T14:40:26.733Z | Compiling strum_macros v0.25.3 |
1313 | 2024-08-29T14:40:26.804Z | Compiling phf_shared v0.10.0 |
1314 | 2024-08-29T14:40:27.015Z | Compiling float-cmp v0.9.0 |
1315 | 2024-08-29T14:40:27.214Z | Compiling idna v0.4.0 |
1316 | 2024-08-29T14:40:27.252Z | Compiling mio v0.8.11 |
1317 | 2024-08-29T14:40:27.274Z | Compiling encoding_rs v0.8.34 |
1318 | 2024-08-29T14:40:28.518Z | Compiling webpki-roots v0.25.4 |
1319 | 2024-08-29T14:40:28.693Z | Compiling unicode-segmentation v1.11.0 |
1320 | 2024-08-29T14:40:28.836Z | Compiling new_debug_unreachable v1.0.6 |
1321 | 2024-08-29T14:40:28.936Z | Compiling predicates-core v1.0.6 |
1322 | 2024-08-29T14:40:29.315Z | Compiling difflib v0.4.0 |
1323 | 2024-08-29T14:40:29.561Z | Compiling mime v0.3.17 |
1324 | 2024-08-29T14:40:30.189Z | Compiling hyper-rustls v0.24.2 |
1325 | 2024-08-29T14:40:30.556Z | Compiling hyper-tls v0.5.0 |
1326 | 2024-08-29T14:40:30.751Z | Compiling dyn-clone v1.0.17 |
1327 | 2024-08-29T14:40:30.916Z | Compiling bit-vec v0.6.3 |
1328 | 2024-08-29T14:40:30.949Z | Compiling data-encoding v2.6.0 |
1329 | 2024-08-29T14:40:30.969Z | Compiling whoami v1.5.1 |
1330 | 2024-08-29T14:40:31.195Z | Compiling minimal-lexical v0.2.1 |
1331 | 2024-08-29T14:40:31.370Z | Compiling fixedbitset v0.4.2 |
1332 | 2024-08-29T14:40:31.391Z | Compiling precomputed-hash v0.1.1 |
1333 | 2024-08-29T14:40:31.507Z | Compiling normalize-line-endings v0.3.0 |
1334 | 2024-08-29T14:40:31.612Z | Compiling sync_wrapper v0.1.2 |
1335 | 2024-08-29T14:40:31.635Z | Compiling static_assertions v1.1.0 |
1336 | 2024-08-29T14:40:31.705Z | Compiling petgraph v0.6.5 |
1337 | 2024-08-29T14:40:31.738Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1338 | 2024-08-29T14:40:31.755Z | Compiling reqwest v0.11.27 |
1339 | 2024-08-29T14:40:31.841Z | Compiling hickory-proto v0.24.1 |
1340 | 2024-08-29T14:40:31.860Z | Compiling predicates v3.1.2 |
1341 | 2024-08-29T14:40:32.811Z | Compiling nom v7.1.3 |
1342 | 2024-08-29T14:40:33.328Z | Compiling console v0.15.8 |
1343 | 2024-08-29T14:40:33.638Z | Compiling string_cache v0.8.7 |
1344 | 2024-08-29T14:40:34.121Z | Compiling tokio-postgres v0.7.11 |
1345 | 2024-08-29T14:40:34.936Z | Compiling bit-set v0.5.3 |
1346 | 2024-08-29T14:40:35.128Z | Compiling clap v4.5.16 |
1347 | 2024-08-29T14:40:35.227Z | Compiling toml_edit v0.22.20 |
1348 | 2024-08-29T14:40:35.741Z | Compiling similar v2.6.0 |
1349 | 2024-08-29T14:40:36.618Z | Compiling elliptic-curve v0.13.8 |
1350 | 2024-08-29T14:40:37.448Z | Compiling signal-hook-mio v0.2.4 |
1351 | 2024-08-29T14:40:37.636Z | Compiling usdt v0.5.0 |
1352 | 2024-08-29T14:40:38.018Z | Compiling rsa v0.9.6 |
1353 | 2024-08-29T14:40:38.140Z | Compiling futures v0.3.30 |
1354 | 2024-08-29T14:40:39.063Z | Compiling flate2 v1.0.31 |
1355 | 2024-08-29T14:40:39.162Z | Compiling toml v0.7.8 |
1356 | 2024-08-29T14:40:40.153Z | Compiling itertools v0.10.5 |
1357 | 2024-08-29T14:40:40.734Z | Compiling itertools v0.12.1 |
1358 | 2024-08-29T14:40:40.965Z | Compiling tokio-stream v0.1.15 |
1359 | 2024-08-29T14:40:42.019Z | Compiling openapiv3 v2.0.0 |
1360 | 2024-08-29T14:40:42.040Z | Compiling hex v0.4.3 |
1361 | 2024-08-29T14:40:42.397Z | Compiling sha1 v0.10.6 |
1362 | 2024-08-29T14:40:42.651Z | Compiling crossbeam-epoch v0.9.18 |
1363 | 2024-08-29T14:40:42.833Z | Compiling dirs-sys-next v0.1.2 |
1364 | 2024-08-29T14:40:42.957Z | Compiling lalrpop-util v0.19.12 |
1365 | 2024-08-29T14:40:43.321Z | Compiling peg-runtime v0.8.3 |
1366 | 2024-08-29T14:40:43.442Z | Compiling unicode-xid v0.2.4 |
1367 | 2024-08-29T14:40:43.494Z | Compiling dirs-next v2.0.0 |
1368 | 2024-08-29T14:40:43.624Z | Compiling thread_local v1.1.8 |
1369 | 2024-08-29T14:40:43.690Z | Compiling slog-async v2.8.0 |
1370 | 2024-08-29T14:40:43.710Z | Compiling term v0.7.0 |
1371 | 2024-08-29T14:40:43.847Z | Compiling xattr v1.3.1 |
1372 | 2024-08-29T14:40:43.971Z | Compiling strum_macros v0.26.4 |
1373 | 2024-08-29T14:40:44.139Z | Compiling crossbeam-channel v0.5.12 |
1374 | 2024-08-29T14:40:44.173Z | Compiling filetime v0.2.24 |
1375 | 2024-08-29T14:40:44.313Z | Compiling is-terminal v0.4.12 |
1376 | 2024-08-29T14:40:44.480Z | Compiling take_mut v0.2.2 |
1377 | 2024-08-29T14:40:44.503Z | Compiling slog-term v2.9.1 |
1378 | 2024-08-29T14:40:44.657Z | Compiling tar v0.4.41 |
1379 | 2024-08-29T14:40:45.283Z | Compiling camino v1.1.9 |
1380 | 2024-08-29T14:40:46.720Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1381 | 2024-08-29T14:40:47.390Z | Compiling strum v0.26.3 |
1382 | 2024-08-29T14:40:47.467Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1383 | 2024-08-29T14:40:52.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1384 | 2024-08-29T14:40:53.063Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1385 | 2024-08-29T14:40:53.114Z | Aug 29 14:40:52.867 INFO Starting download, target: Clickhouse |
1386 | 2024-08-29T14:40:53.114Z | Aug 29 14:40:52.867 INFO Starting download, target: Console |
1387 | 2024-08-29T14:40:53.114Z | Aug 29 14:40:52.867 INFO Starting download, target: Cockroach |
1388 | 2024-08-29T14:40:53.114Z | Aug 29 14:40:52.867 INFO Starting download, target: DendriteOpenapi |
1389 | 2024-08-29T14:40:53.117Z | Aug 29 14:40:52.867 INFO Starting download, target: DendriteStub |
1390 | 2024-08-29T14:40:53.117Z | Aug 29 14:40:52.867 INFO Starting download, target: MaghemiteMgd |
1391 | 2024-08-29T14:40:53.117Z | Aug 29 14:40:52.867 INFO Starting download, target: TransceiverControl |
1392 | 2024-08-29T14:40:53.117Z | Aug 29 14:40:52.868 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1393 | 2024-08-29T14:40:53.117Z | Aug 29 14:40:52.868 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1394 | 2024-08-29T14:40:53.117Z | Aug 29 14:40:52.868 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1395 | 2024-08-29T14:40:53.117Z | Aug 29 14:40:52.868 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1396 | 2024-08-29T14:40:53.117Z | Aug 29 14:40:52.868 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1397 | 2024-08-29T14:40:53.117Z | Aug 29 14:40:52.868 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1398 | 2024-08-29T14:40:53.117Z | Aug 29 14:40:52.868 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1399 | 2024-08-29T14:40:53.277Z | Aug 29 14:40:53.029 INFO Download complete, target: DendriteOpenapi |
1400 | 2024-08-29T14:40:53.325Z | Aug 29 14:40:53.078 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1401 | 2024-08-29T14:40:53.728Z | Aug 29 14:40:53.472 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1402 | 2024-08-29T14:40:53.942Z | Aug 29 14:40:53.694 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1403 | 2024-08-29T14:40:53.969Z | Aug 29 14:40:53.718 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1404 | 2024-08-29T14:40:54.104Z | Aug 29 14:40:53.856 INFO Download complete, target: Console |
1405 | 2024-08-29T14:40:54.130Z | Aug 29 14:40:53.882 INFO Download complete, target: TransceiverControl |
1406 | 2024-08-29T14:40:54.327Z | Aug 29 14:40:54.079 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1407 | 2024-08-29T14:40:54.327Z | Aug 29 14:40:54.079 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1408 | 2024-08-29T14:40:55.299Z | Aug 29 14:40:55.052 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1409 | 2024-08-29T14:40:57.064Z | Aug 29 14:40:56.816 INFO Download complete, target: DendriteStub |
1410 | 2024-08-29T14:40:57.247Z | Aug 29 14:40:57.000 INFO Download complete, target: MaghemiteMgd |
1411 | 2024-08-29T14:41:02.758Z | Aug 29 14:41:02.509 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1412 | 2024-08-29T14:41:03.046Z | Aug 29 14:41:02.798 INFO Checking that binary works, target: Cockroach |
1413 | 2024-08-29T14:41:03.208Z | Aug 29 14:41:02.959 INFO Download complete, target: Cockroach |
1414 | 2024-08-29T14:41:09.120Z | Aug 29 14:41:08.870 INFO Checking that binary works, target: Clickhouse |
1415 | 2024-08-29T14:41:09.252Z | Aug 29 14:41:09.003 INFO Download complete, target: Clickhouse |
1416 | 2024-08-29T14:41:09.274Z | All builder prerequisites installed successfully, and PATH looks valid |
1417 | 2024-08-29T14:41:09.281Z | |
1418 | 2024-08-29T14:41:09.281Z | real 3:42.474050660 |
1419 | 2024-08-29T14:41:09.281Z | user 11:34.310601345 |
1420 | 2024-08-29T14:41:09.281Z | sys 2:28.600669459 |
1421 | 2024-08-29T14:41:09.281Z | trap 0.429796782 |
1422 | 2024-08-29T14:41:09.281Z | tflt 1.405380090 |
1423 | 2024-08-29T14:41:09.281Z | dflt 1.515266262 |
1424 | 2024-08-29T14:41:09.281Z | kflt 0.025997347 |
1425 | 2024-08-29T14:41:09.281Z | lock 23:07.521659924 |
1426 | 2024-08-29T14:41:09.281Z | slp 44:27.509056534 |
1427 | 2024-08-29T14:41:09.281Z | lat 43.234898116 |
1428 | 2024-08-29T14:41:09.281Z | stop 1:46.587436071 |
1429 | 2024-08-29T14:41:09.284Z | + banner hack-check |
1430 | 2024-08-29T14:41:09.284Z | |
1431 | 2024-08-29T14:41:09.284Z | # # ## #### # # #### # # ###### #### # # |
1432 | 2024-08-29T14:41:09.284Z | # # # # # # # # # # # # # # # # # |
1433 | 2024-08-29T14:41:09.284Z | ###### # # # #### ##### # ###### ##### # #### |
1434 | 2024-08-29T14:41:09.284Z | # # ###### # # # # # # # # # # |
1435 | 2024-08-29T14:41:09.284Z | # # # # # # # # # # # # # # # # # |
1436 | 2024-08-29T14:41:09.284Z | # # # # #### # # #### # # ###### #### # # |
1437 | 2024-08-29T14:41:09.284Z | |
1438 | 2024-08-29T14:41:09.284Z | + export CARGO_INCREMENTAL=0 |
1439 | 2024-08-29T14:41:09.284Z | + CARGO_INCREMENTAL=0 |
1440 | 2024-08-29T14:41:09.284Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1441 | 2024-08-29T14:41:09.856Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1442 | 2024-08-29T14:41:13.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
1443 | 2024-08-29T14:41:13.906Z | Running `target/debug/xtask check-features --ci` |
1444 | 2024-08-29T14:41:13.925Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1445 | 2024-08-29T14:41:13.925Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1446 | 2024-08-29T14:41:14.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1447 | 2024-08-29T14:41:14.460Z | Running `target/debug/xtask download cargo-hack` |
1448 | 2024-08-29T14:41:15.297Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1449 | 2024-08-29T14:41:15.657Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1450 | 2024-08-29T14:41:20.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
1451 | 2024-08-29T14:41:20.494Z | Running `target/debug/xtask-downloader cargo-hack` |
1452 | 2024-08-29T14:41:20.530Z | Aug 29 14:41:20.279 INFO Starting download, target: CargoHack |
1453 | 2024-08-29T14:41:20.533Z | Aug 29 14:41:20.280 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1454 | 2024-08-29T14:41:21.202Z | Aug 29 14:41:20.951 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1455 | 2024-08-29T14:41:21.306Z | Aug 29 14:41:21.055 INFO Download complete, target: CargoHack |
1456 | 2024-08-29T14:41:21.310Z | 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" |
1457 | 2024-08-29T14:41:21.326Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1458 | 2024-08-29T14:41:21.487Z | info: running `cargo check --bins` on api_identity (1/158) |
1459 | 2024-08-29T14:41:22.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1460 | 2024-08-29T14:41:22.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1461 | 2024-08-29T14:41:22.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1462 | 2024-08-29T14:41:22.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1463 | 2024-08-29T14:41:22.110Z | |
1464 | 2024-08-29T14:41:22.110Z | info: running `cargo check --bins` on bootstore (2/158) |
1465 | 2024-08-29T14:41:22.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1466 | 2024-08-29T14:41:22.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1467 | 2024-08-29T14:41:22.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1468 | 2024-08-29T14:41:22.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1469 | 2024-08-29T14:41:22.791Z | |
1470 | 2024-08-29T14:41:22.791Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1471 | 2024-08-29T14:41:23.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1472 | 2024-08-29T14:41:23.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1473 | 2024-08-29T14:41:23.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1474 | 2024-08-29T14:41:23.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1475 | 2024-08-29T14:41:23.436Z | |
1476 | 2024-08-29T14:41:23.437Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1477 | 2024-08-29T14:41:24.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1478 | 2024-08-29T14:41:24.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1479 | 2024-08-29T14:41:24.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1480 | 2024-08-29T14:41:24.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1481 | 2024-08-29T14:41:24.096Z | |
1482 | 2024-08-29T14:41:24.096Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1483 | 2024-08-29T14:41:24.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1484 | 2024-08-29T14:41:24.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1485 | 2024-08-29T14:41:24.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1486 | 2024-08-29T14:41:24.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1487 | 2024-08-29T14:41:24.586Z | |
1488 | 2024-08-29T14:41:24.586Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1489 | 2024-08-29T14:41:25.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1490 | 2024-08-29T14:41:25.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1491 | 2024-08-29T14:41:25.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1492 | 2024-08-29T14:41:25.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1493 | 2024-08-29T14:41:25.061Z | |
1494 | 2024-08-29T14:41:25.061Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1495 | 2024-08-29T14:41:25.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1496 | 2024-08-29T14:41:25.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1497 | 2024-08-29T14:41:25.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1498 | 2024-08-29T14:41:25.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1499 | 2024-08-29T14:41:25.542Z | |
1500 | 2024-08-29T14:41:25.542Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1501 | 2024-08-29T14:41:25.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1502 | 2024-08-29T14:41:25.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1503 | 2024-08-29T14:41:25.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1504 | 2024-08-29T14:41:25.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1505 | 2024-08-29T14:41:26.030Z | |
1506 | 2024-08-29T14:41:26.031Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1507 | 2024-08-29T14:41:26.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1508 | 2024-08-29T14:41:26.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1509 | 2024-08-29T14:41:26.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1510 | 2024-08-29T14:41:26.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1511 | 2024-08-29T14:41:26.512Z | |
1512 | 2024-08-29T14:41:26.512Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1513 | 2024-08-29T14:41:26.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1514 | 2024-08-29T14:41:26.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1515 | 2024-08-29T14:41:26.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1516 | 2024-08-29T14:41:26.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1517 | 2024-08-29T14:41:26.998Z | |
1518 | 2024-08-29T14:41:26.999Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1519 | 2024-08-29T14:41:27.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1520 | 2024-08-29T14:41:27.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1521 | 2024-08-29T14:41:27.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1522 | 2024-08-29T14:41:27.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1523 | 2024-08-29T14:41:27.479Z | |
1524 | 2024-08-29T14:41:27.479Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1525 | 2024-08-29T14:41:27.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1526 | 2024-08-29T14:41:27.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1527 | 2024-08-29T14:41:27.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1528 | 2024-08-29T14:41:27.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1529 | 2024-08-29T14:41:27.963Z | |
1530 | 2024-08-29T14:41:27.963Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1531 | 2024-08-29T14:41:28.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1532 | 2024-08-29T14:41:28.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1533 | 2024-08-29T14:41:28.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1534 | 2024-08-29T14:41:28.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1535 | 2024-08-29T14:41:28.451Z | |
1536 | 2024-08-29T14:41:28.451Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1537 | 2024-08-29T14:41:28.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1538 | 2024-08-29T14:41:28.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1539 | 2024-08-29T14:41:28.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1540 | 2024-08-29T14:41:28.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1541 | 2024-08-29T14:41:28.932Z | |
1542 | 2024-08-29T14:41:28.933Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1543 | 2024-08-29T14:41:29.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1544 | 2024-08-29T14:41:29.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1545 | 2024-08-29T14:41:29.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1546 | 2024-08-29T14:41:29.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1547 | 2024-08-29T14:41:29.414Z | |
1548 | 2024-08-29T14:41:29.414Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1549 | 2024-08-29T14:41:29.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1550 | 2024-08-29T14:41:29.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1551 | 2024-08-29T14:41:29.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1552 | 2024-08-29T14:41:29.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1553 | 2024-08-29T14:41:29.886Z | |
1554 | 2024-08-29T14:41:29.886Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1555 | 2024-08-29T14:41:30.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1556 | 2024-08-29T14:41:30.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1557 | 2024-08-29T14:41:30.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1558 | 2024-08-29T14:41:30.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1559 | 2024-08-29T14:41:30.363Z | |
1560 | 2024-08-29T14:41:30.363Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1561 | 2024-08-29T14:41:30.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1562 | 2024-08-29T14:41:30.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1563 | 2024-08-29T14:41:30.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1564 | 2024-08-29T14:41:30.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1565 | 2024-08-29T14:41:30.855Z | |
1566 | 2024-08-29T14:41:30.855Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1567 | 2024-08-29T14:41:31.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1568 | 2024-08-29T14:41:31.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1569 | 2024-08-29T14:41:31.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1570 | 2024-08-29T14:41:31.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1571 | 2024-08-29T14:41:31.342Z | |
1572 | 2024-08-29T14:41:31.342Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1573 | 2024-08-29T14:41:31.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1574 | 2024-08-29T14:41:31.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1575 | 2024-08-29T14:41:31.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1576 | 2024-08-29T14:41:31.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1577 | 2024-08-29T14:41:31.823Z | |
1578 | 2024-08-29T14:41:31.823Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1579 | 2024-08-29T14:41:32.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1580 | 2024-08-29T14:41:32.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1581 | 2024-08-29T14:41:32.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1582 | 2024-08-29T14:41:32.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1583 | 2024-08-29T14:41:32.310Z | |
1584 | 2024-08-29T14:41:32.310Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1585 | 2024-08-29T14:41:32.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1586 | 2024-08-29T14:41:32.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1587 | 2024-08-29T14:41:32.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1588 | 2024-08-29T14:41:32.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1589 | 2024-08-29T14:41:32.795Z | |
1590 | 2024-08-29T14:41:32.795Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1591 | 2024-08-29T14:41:33.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1592 | 2024-08-29T14:41:33.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1593 | 2024-08-29T14:41:33.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1594 | 2024-08-29T14:41:33.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1595 | 2024-08-29T14:41:33.283Z | |
1596 | 2024-08-29T14:41:33.283Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1597 | 2024-08-29T14:41:33.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1598 | 2024-08-29T14:41:33.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1599 | 2024-08-29T14:41:33.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1600 | 2024-08-29T14:41:33.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1601 | 2024-08-29T14:41:33.760Z | |
1602 | 2024-08-29T14:41:33.760Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1603 | 2024-08-29T14:41:34.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1604 | 2024-08-29T14:41:34.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1605 | 2024-08-29T14:41:34.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1606 | 2024-08-29T14:41:34.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1607 | 2024-08-29T14:41:34.417Z | |
1608 | 2024-08-29T14:41:34.417Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1609 | 2024-08-29T14:41:35.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1610 | 2024-08-29T14:41:35.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1611 | 2024-08-29T14:41:35.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1612 | 2024-08-29T14:41:35.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1613 | 2024-08-29T14:41:35.070Z | |
1614 | 2024-08-29T14:41:35.070Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1615 | 2024-08-29T14:41:35.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-08-29T14:41:35.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-08-29T14:41:35.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-08-29T14:41:35.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1619 | 2024-08-29T14:41:35.722Z | |
1620 | 2024-08-29T14:41:35.722Z | info: running `cargo check --bins` on oxlog (28/158) |
1621 | 2024-08-29T14:41:36.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-08-29T14:41:36.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-08-29T14:41:36.351Z | Checking cfg-if v1.0.0 |
1624 | 2024-08-29T14:41:36.353Z | Checking libc v0.2.158 |
1625 | 2024-08-29T14:41:36.445Z | Checking memchr v2.7.2 |
1626 | 2024-08-29T14:41:36.457Z | Checking serde v1.0.208 |
1627 | 2024-08-29T14:41:36.459Z | Checking zeroize v1.7.0 |
1628 | 2024-08-29T14:41:36.478Z | Checking typenum v1.17.0 |
1629 | 2024-08-29T14:41:36.480Z | Checking scopeguard v1.2.0 |
1630 | 2024-08-29T14:41:36.480Z | Checking byteorder v1.5.0 |
1631 | 2024-08-29T14:41:36.511Z | Checking log v0.4.21 |
1632 | 2024-08-29T14:41:36.618Z | Checking lock_api v0.4.12 |
1633 | 2024-08-29T14:41:36.695Z | Checking subtle v2.5.0 |
1634 | 2024-08-29T14:41:36.792Z | Checking const-oid v0.9.6 |
1635 | 2024-08-29T14:41:36.895Z | Checking once_cell v1.19.0 |
1636 | 2024-08-29T14:41:36.957Z | Checking itoa v1.0.11 |
1637 | 2024-08-29T14:41:37.019Z | Checking pin-project-lite v0.2.14 |
1638 | 2024-08-29T14:41:37.133Z | Checking smallvec v1.13.2 |
1639 | 2024-08-29T14:41:37.192Z | Checking zerocopy v0.7.34 |
1640 | 2024-08-29T14:41:37.206Z | Checking spin v0.9.8 |
1641 | 2024-08-29T14:41:37.281Z | Checking tinyvec_macros v0.1.1 |
1642 | 2024-08-29T14:41:37.358Z | Checking tinyvec v1.6.0 |
1643 | 2024-08-29T14:41:37.472Z | Checking futures-core v0.3.30 |
1644 | 2024-08-29T14:41:37.556Z | Checking cpufeatures v0.2.12 |
1645 | 2024-08-29T14:41:37.588Z | Checking getrandom v0.2.14 |
1646 | 2024-08-29T14:41:37.649Z | Checking signal-hook-registry v1.4.2 |
1647 | 2024-08-29T14:41:37.664Z | Checking parking_lot_core v0.9.10 |
1648 | 2024-08-29T14:41:37.807Z | Checking generic-array v0.14.7 |
1649 | 2024-08-29T14:41:37.860Z | Checking rand_core v0.6.4 |
1650 | 2024-08-29T14:41:37.900Z | Checking mio v1.0.2 |
1651 | 2024-08-29T14:41:37.989Z | Checking parking_lot v0.12.2 |
1652 | 2024-08-29T14:41:38.124Z | Checking socket2 v0.5.7 |
1653 | 2024-08-29T14:41:38.345Z | Checking futures-sink v0.3.30 |
1654 | 2024-08-29T14:41:38.482Z | Checking allocator-api2 v0.2.18 |
1655 | 2024-08-29T14:41:38.518Z | Checking unicode-bidi v0.3.15 |
1656 | 2024-08-29T14:41:38.568Z | Checking ahash v0.8.11 |
1657 | 2024-08-29T14:41:38.607Z | Checking libm v0.2.8 |
1658 | 2024-08-29T14:41:38.646Z | Checking unicode-normalization v0.1.23 |
1659 | 2024-08-29T14:41:38.664Z | Checking ryu v1.0.18 |
1660 | 2024-08-29T14:41:38.880Z | Checking equivalent v1.0.1 |
1661 | 2024-08-29T14:41:38.953Z | Checking crypto-common v0.1.6 |
1662 | 2024-08-29T14:41:38.986Z | Checking block-buffer v0.10.4 |
1663 | 2024-08-29T14:41:39.087Z | Checking block-padding v0.3.3 |
1664 | 2024-08-29T14:41:39.118Z | Checking hashbrown v0.14.5 |
1665 | 2024-08-29T14:41:39.133Z | Checking futures-channel v0.3.30 |
1666 | 2024-08-29T14:41:39.145Z | Checking slab v0.4.9 |
1667 | 2024-08-29T14:41:39.176Z | Checking digest v0.10.7 |
1668 | 2024-08-29T14:41:39.294Z | Checking inout v0.1.3 |
1669 | 2024-08-29T14:41:39.436Z | Checking futures-task v0.3.30 |
1670 | 2024-08-29T14:41:39.472Z | Checking futures-io v0.3.30 |
1671 | 2024-08-29T14:41:39.488Z | Checking num-traits v0.2.19 |
1672 | 2024-08-29T14:41:39.501Z | Checking cipher v0.4.4 |
1673 | 2024-08-29T14:41:39.539Z | Checking hmac v0.12.1 |
1674 | 2024-08-29T14:41:39.561Z | Checking sha2 v0.10.8 |
1675 | 2024-08-29T14:41:39.602Z | Checking pin-utils v0.1.0 |
1676 | 2024-08-29T14:41:39.639Z | Checking base64ct v1.6.0 |
1677 | 2024-08-29T14:41:39.687Z | Checking futures-util v0.3.30 |
1678 | 2024-08-29T14:41:39.742Z | Checking flagset v0.4.5 |
1679 | 2024-08-29T14:41:39.882Z | Checking ppv-lite86 v0.2.17 |
1680 | 2024-08-29T14:41:39.926Z | Checking percent-encoding v2.3.1 |
1681 | 2024-08-29T14:41:40.085Z | Checking pem-rfc7468 v0.7.0 |
1682 | 2024-08-29T14:41:40.111Z | Checking salsa20 v0.10.2 |
1683 | 2024-08-29T14:41:40.131Z | Checking pbkdf2 v0.12.2 |
1684 | 2024-08-29T14:41:40.285Z | Checking tracing-core v0.1.32 |
1685 | 2024-08-29T14:41:40.304Z | Checking fnv v1.0.7 |
1686 | 2024-08-29T14:41:40.319Z | Checking untrusted v0.9.0 |
1687 | 2024-08-29T14:41:40.332Z | Checking der v0.7.9 |
1688 | 2024-08-29T14:41:40.429Z | Checking scrypt v0.11.0 |
1689 | 2024-08-29T14:41:40.470Z | Checking ring v0.17.8 |
1690 | 2024-08-29T14:41:40.598Z | Checking rand_chacha v0.3.1 |
1691 | 2024-08-29T14:41:40.651Z | Checking cbc v0.1.2 |
1692 | 2024-08-29T14:41:40.862Z | Checking aes v0.8.4 |
1693 | 2024-08-29T14:41:40.903Z | Checking tracing v0.1.40 |
1694 | 2024-08-29T14:41:40.966Z | Checking rand v0.8.5 |
1695 | 2024-08-29T14:41:41.158Z | Checking thiserror v1.0.63 |
1696 | 2024-08-29T14:41:41.251Z | Checking foreign-types-shared v0.1.1 |
1697 | 2024-08-29T14:41:41.295Z | Checking form_urlencoded v1.2.1 |
1698 | 2024-08-29T14:41:41.348Z | Checking foreign-types v0.3.2 |
1699 | 2024-08-29T14:41:41.433Z | Checking openssl-sys v0.9.103 |
1700 | 2024-08-29T14:41:41.494Z | Checking aho-corasick v1.1.3 |
1701 | 2024-08-29T14:41:41.537Z | Checking bytes v1.7.1 |
1702 | 2024-08-29T14:41:41.742Z | Checking bitflags v2.6.0 |
1703 | 2024-08-29T14:41:42.025Z | Checking indexmap v2.4.0 |
1704 | 2024-08-29T14:41:42.193Z | Checking serde_json v1.0.125 |
1705 | 2024-08-29T14:41:42.245Z | Checking spki v0.7.3 |
1706 | 2024-08-29T14:41:42.310Z | Checking siphasher v0.3.11 |
1707 | 2024-08-29T14:41:42.330Z | Checking tokio v1.39.3 |
1708 | 2024-08-29T14:41:42.529Z | Checking http v0.2.12 |
1709 | 2024-08-29T14:41:42.619Z | Checking pkcs5 v0.7.1 |
1710 | 2024-08-29T14:41:42.751Z | Checking regex-syntax v0.8.4 |
1711 | 2024-08-29T14:41:43.146Z | Checking try-lock v0.2.5 |
1712 | 2024-08-29T14:41:43.194Z | Checking unicode-ident v1.0.12 |
1713 | 2024-08-29T14:41:43.266Z | Checking powerfmt v0.2.0 |
1714 | 2024-08-29T14:41:43.302Z | Checking want v0.3.1 |
1715 | 2024-08-29T14:41:43.345Z | Checking proc-macro2 v1.0.86 |
1716 | 2024-08-29T14:41:43.479Z | Checking pkcs8 v0.10.2 |
1717 | 2024-08-29T14:41:43.529Z | Checking deranged v0.3.11 |
1718 | 2024-08-29T14:41:43.794Z | Checking openssl v0.10.66 |
1719 | 2024-08-29T14:41:43.882Z | Checking rustls-webpki v0.101.7 |
1720 | 2024-08-29T14:41:43.934Z | Checking http-body v0.4.6 |
1721 | 2024-08-29T14:41:44.002Z | Checking sct v0.7.1 |
1722 | 2024-08-29T14:41:44.185Z | Checking uuid v1.10.0 |
1723 | 2024-08-29T14:41:44.331Z | Checking idna v0.5.0 |
1724 | 2024-08-29T14:41:44.645Z | Checking httparse v1.8.0 |
1725 | 2024-08-29T14:41:44.765Z | Checking errno v0.3.9 |
1726 | 2024-08-29T14:41:44.808Z | Checking scroll v0.12.0 |
1727 | 2024-08-29T14:41:44.940Z | Checking utf8parse v0.2.1 |
1728 | 2024-08-29T14:41:45.052Z | Checking iana-time-zone v0.1.60 |
1729 | 2024-08-29T14:41:45.079Z | Checking num-conv v0.1.0 |
1730 | 2024-08-29T14:41:45.185Z | Checking plain v0.2.3 |
1731 | 2024-08-29T14:41:45.200Z | Checking anstyle v1.0.8 |
1732 | 2024-08-29T14:41:45.214Z | Checking tower-service v0.3.2 |
1733 | 2024-08-29T14:41:45.269Z | Checking adler v1.0.2 |
1734 | 2024-08-29T14:41:45.317Z | Checking time-core v0.1.2 |
1735 | 2024-08-29T14:41:45.332Z | Checking httpdate v1.0.3 |
1736 | 2024-08-29T14:41:45.335Z | Checking finl_unicode v1.2.0 |
1737 | 2024-08-29T14:41:45.415Z | Checking ucd-trie v0.1.6 |
1738 | 2024-08-29T14:41:45.469Z | Checking openssl-probe v0.1.5 |
1739 | 2024-08-29T14:41:45.522Z | Checking num_threads v0.1.7 |
1740 | 2024-08-29T14:41:45.570Z | Checking miniz_oxide v0.7.2 |
1741 | 2024-08-29T14:41:45.607Z | Checking goblin v0.8.2 |
1742 | 2024-08-29T14:41:45.620Z | Checking pest v2.7.10 |
1743 | 2024-08-29T14:41:45.632Z | Checking time v0.3.36 |
1744 | 2024-08-29T14:41:45.898Z | Checking regex-automata v0.4.6 |
1745 | 2024-08-29T14:41:45.914Z | Checking stringprep v0.1.4 |
1746 | 2024-08-29T14:41:46.191Z | Checking chrono v0.4.38 |
1747 | 2024-08-29T14:41:46.264Z | Checking url v2.5.2 |
1748 | 2024-08-29T14:41:47.048Z | Checking anstyle-parse v0.2.4 |
1749 | 2024-08-29T14:41:47.319Z | Checking rustix v0.38.34 |
1750 | 2024-08-29T14:41:48.223Z | Checking rustls v0.21.12 |
1751 | 2024-08-29T14:41:48.269Z | Checking quote v1.0.36 |
1752 | 2024-08-29T14:41:48.304Z | Checking serde_spanned v0.6.7 |
1753 | 2024-08-29T14:41:48.484Z | Checking toml_datetime v0.6.8 |
1754 | 2024-08-29T14:41:48.592Z | Checking num-integer v0.1.46 |
1755 | 2024-08-29T14:41:48.784Z | Checking idna v0.3.0 |
1756 | 2024-08-29T14:41:49.088Z | Checking md-5 v0.10.6 |
1757 | 2024-08-29T14:41:49.139Z | Checking native-tls v0.2.11 |
1758 | 2024-08-29T14:41:49.294Z | Checking tokio-util v0.7.11 |
1759 | 2024-08-29T14:41:49.309Z | Checking lazy_static v1.5.0 |
1760 | 2024-08-29T14:41:49.414Z | Checking hash32 v0.2.1 |
1761 | 2024-08-29T14:41:49.431Z | Checking stable_deref_trait v1.2.0 |
1762 | 2024-08-29T14:41:49.443Z | Checking anstyle-query v1.0.3 |
1763 | 2024-08-29T14:41:49.523Z | Checking pretty-hex v0.4.1 |
1764 | 2024-08-29T14:41:49.555Z | Checking fallible-iterator v0.2.0 |
1765 | 2024-08-29T14:41:49.625Z | Checking gimli v0.28.1 |
1766 | 2024-08-29T14:41:49.690Z | Checking base64 v0.22.1 |
1767 | 2024-08-29T14:41:49.710Z | Checking is_terminal_polyfill v1.70.0 |
1768 | 2024-08-29T14:41:49.824Z | Checking psl-types v2.0.11 |
1769 | 2024-08-29T14:41:49.993Z | Checking colorchoice v1.0.1 |
1770 | 2024-08-29T14:41:50.116Z | Checking anstream v0.6.14 |
1771 | 2024-08-29T14:41:50.137Z | Checking h2 v0.3.26 |
1772 | 2024-08-29T14:41:50.154Z | Checking publicsuffix v2.2.3 |
1773 | 2024-08-29T14:41:50.168Z | Checking postgres-protocol v0.6.7 |
1774 | 2024-08-29T14:41:50.386Z | Checking heapless v0.7.17 |
1775 | 2024-08-29T14:41:50.426Z | Checking tokio-native-tls v0.3.1 |
1776 | 2024-08-29T14:41:50.462Z | Checking terminal_size v0.3.0 |
1777 | 2024-08-29T14:41:50.631Z | Checking num-iter v0.1.45 |
1778 | 2024-08-29T14:41:50.666Z | Checking syn v2.0.74 |
1779 | 2024-08-29T14:41:50.681Z | Checking dof v0.3.0 |
1780 | 2024-08-29T14:41:50.805Z | Checking cookie v0.17.0 |
1781 | 2024-08-29T14:41:50.831Z | Checking dtrace-parser v0.2.0 |
1782 | 2024-08-29T14:41:51.222Z | Checking phf_shared v0.11.2 |
1783 | 2024-08-29T14:41:51.287Z | Checking ff v0.13.0 |
1784 | 2024-08-29T14:41:51.290Z | Checking thread-id v4.2.1 |
1785 | 2024-08-29T14:41:51.390Z | Checking object v0.32.2 |
1786 | 2024-08-29T14:41:51.404Z | Checking ipnet v2.9.0 |
1787 | 2024-08-29T14:41:51.419Z | Checking tokio-rustls v0.24.1 |
1788 | 2024-08-29T14:41:51.472Z | Checking winnow v0.5.40 |
1789 | 2024-08-29T14:41:51.485Z | Checking clap_lex v0.7.0 |
1790 | 2024-08-29T14:41:51.719Z | Checking rustc-demangle v0.1.24 |
1791 | 2024-08-29T14:41:51.760Z | Checking base16ct v0.2.0 |
1792 | 2024-08-29T14:41:51.849Z | Checking base64 v0.21.7 |
1793 | 2024-08-29T14:41:51.949Z | Checking strsim v0.11.1 |
1794 | 2024-08-29T14:41:52.157Z | Checking either v1.13.0 |
1795 | 2024-08-29T14:41:52.229Z | Checking bitflags v1.3.2 |
1796 | 2024-08-29T14:41:52.288Z | Checking managed v0.8.0 |
1797 | 2024-08-29T14:41:52.327Z | Checking rustls-pemfile v1.0.4 |
1798 | 2024-08-29T14:41:52.533Z | Checking clap_builder v4.5.15 |
1799 | 2024-08-29T14:41:52.577Z | Checking sec1 v0.7.3 |
1800 | 2024-08-29T14:41:52.704Z | Checking smoltcp v0.9.1 |
1801 | 2024-08-29T14:41:52.937Z | Checking group v0.13.0 |
1802 | 2024-08-29T14:41:53.200Z | Checking phf v0.11.2 |
1803 | 2024-08-29T14:41:53.475Z | Checking cookie_store v0.20.0 |
1804 | 2024-08-29T14:41:53.560Z | Checking addr2line v0.21.0 |
1805 | 2024-08-29T14:41:54.059Z | Checking postgres-types v0.2.7 |
1806 | 2024-08-29T14:41:54.128Z | Checking num-bigint-dig v0.8.4 |
1807 | 2024-08-29T14:41:54.205Z | Checking bstr v1.9.1 |
1808 | 2024-08-29T14:41:54.559Z | Checking toml_edit v0.19.15 |
1809 | 2024-08-29T14:41:54.781Z | Checking regex v1.10.6 |
1810 | 2024-08-29T14:41:55.139Z | Checking futures-executor v0.3.30 |
1811 | 2024-08-29T14:41:55.355Z | Checking pkcs1 v0.7.5 |
1812 | 2024-08-29T14:41:55.375Z | Checking phf_shared v0.10.0 |
1813 | 2024-08-29T14:41:55.619Z | Checking hubpack v0.1.2 |
1814 | 2024-08-29T14:41:55.640Z | Checking serde_urlencoded v0.7.1 |
1815 | 2024-08-29T14:41:55.741Z | Checking zerocopy v0.6.6 |
1816 | 2024-08-29T14:41:55.918Z | Checking float-cmp v0.9.0 |
1817 | 2024-08-29T14:41:56.059Z | Checking crossbeam-utils v0.8.19 |
1818 | 2024-08-29T14:41:56.107Z | Checking crc32fast v1.4.0 |
1819 | 2024-08-29T14:41:56.241Z | Checking hyper v0.14.30 |
1820 | 2024-08-29T14:41:56.303Z | Checking signal-hook v0.3.17 |
1821 | 2024-08-29T14:41:56.339Z | Checking hkdf v0.12.4 |
1822 | 2024-08-29T14:41:56.472Z | Checking idna v0.4.0 |
1823 | 2024-08-29T14:41:56.535Z | Checking signature v2.2.0 |
1824 | 2024-08-29T14:41:56.636Z | Checking crypto-bigint v0.5.5 |
1825 | 2024-08-29T14:41:56.718Z | Checking memmap v0.7.0 |
1826 | 2024-08-29T14:41:56.752Z | Checking mio v0.8.11 |
1827 | 2024-08-29T14:41:56.915Z | Checking encoding_rs v0.8.34 |
1828 | 2024-08-29T14:41:57.000Z | Checking usdt-impl v0.5.0 |
1829 | 2024-08-29T14:41:57.014Z | Checking minimal-lexical v0.2.1 |
1830 | 2024-08-29T14:41:57.331Z | Checking normalize-line-endings v0.3.0 |
1831 | 2024-08-29T14:41:57.345Z | Checking static_assertions v1.1.0 |
1832 | 2024-08-29T14:41:57.367Z | Checking unicode-width v0.1.13 |
1833 | 2024-08-29T14:41:57.432Z | Checking winnow v0.6.18 |
1834 | 2024-08-29T14:41:57.446Z | Checking precomputed-hash v0.1.1 |
1835 | 2024-08-29T14:41:57.449Z | Checking backtrace v0.3.71 |
1836 | 2024-08-29T14:41:57.514Z | Checking fixedbitset v0.4.2 |
1837 | 2024-08-29T14:41:57.551Z | Checking unicode-segmentation v1.11.0 |
1838 | 2024-08-29T14:41:57.554Z | Checking predicates-core v1.0.6 |
1839 | 2024-08-29T14:41:57.742Z | Checking whoami v1.5.1 |
1840 | 2024-08-29T14:41:57.784Z | Checking data-encoding v2.6.0 |
1841 | 2024-08-29T14:41:58.008Z | Checking difflib v0.4.0 |
1842 | 2024-08-29T14:41:58.023Z | Checking sync_wrapper v0.1.2 |
1843 | 2024-08-29T14:41:58.143Z | Checking dyn-clone v1.0.17 |
1844 | 2024-08-29T14:41:58.219Z | Checking mime v0.3.17 |
1845 | 2024-08-29T14:41:58.283Z | Checking bit-vec v0.6.3 |
1846 | 2024-08-29T14:41:58.323Z | Checking new_debug_unreachable v1.0.6 |
1847 | 2024-08-29T14:41:58.414Z | Checking webpki-roots v0.25.4 |
1848 | 2024-08-29T14:41:58.459Z | Checking hickory-proto v0.24.1 |
1849 | 2024-08-29T14:41:58.530Z | Checking string_cache v0.8.7 |
1850 | 2024-08-29T14:41:58.570Z | Checking predicates v3.1.2 |
1851 | 2024-08-29T14:41:58.612Z | Checking bit-set v0.5.3 |
1852 | 2024-08-29T14:41:58.810Z | Checking schemars v0.8.21 |
1853 | 2024-08-29T14:41:58.864Z | Checking similar v2.6.0 |
1854 | 2024-08-29T14:41:59.260Z | Checking tokio-postgres v0.7.11 |
1855 | 2024-08-29T14:41:59.296Z | Checking anyhow v1.0.86 |
1856 | 2024-08-29T14:41:59.448Z | Checking elliptic-curve v0.13.8 |
1857 | 2024-08-29T14:41:59.663Z | Checking petgraph v0.6.5 |
1858 | 2024-08-29T14:41:59.699Z | Checking console v0.15.8 |
1859 | 2024-08-29T14:42:00.076Z | Checking usdt v0.5.0 |
1860 | 2024-08-29T14:42:00.271Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1861 | 2024-08-29T14:42:00.336Z | Checking nom v7.1.3 |
1862 | 2024-08-29T14:42:00.415Z | Checking toml_edit v0.22.20 |
1863 | 2024-08-29T14:42:00.443Z | Checking signal-hook-mio v0.2.4 |
1864 | 2024-08-29T14:42:00.583Z | Checking toml v0.7.8 |
1865 | 2024-08-29T14:42:01.314Z | Checking crossbeam-epoch v0.9.18 |
1866 | 2024-08-29T14:42:01.773Z | Checking rsa v0.9.6 |
1867 | 2024-08-29T14:42:02.338Z | Checking hyper-rustls v0.24.2 |
1868 | 2024-08-29T14:42:02.381Z | Checking hyper-tls v0.5.0 |
1869 | 2024-08-29T14:42:02.649Z | Checking flate2 v1.0.31 |
1870 | 2024-08-29T14:42:02.663Z | Checking reqwest v0.11.27 |
1871 | 2024-08-29T14:42:02.834Z | Checking clap v4.5.16 |
1872 | 2024-08-29T14:42:02.954Z | Checking futures v0.3.30 |
1873 | 2024-08-29T14:42:02.982Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1874 | 2024-08-29T14:42:03.005Z | Checking itertools v0.10.5 |
1875 | 2024-08-29T14:42:03.043Z | Checking itertools v0.12.1 |
1876 | 2024-08-29T14:42:03.059Z | Checking tokio-stream v0.1.15 |
1877 | 2024-08-29T14:42:03.145Z | Checking fs-err v2.11.0 |
1878 | 2024-08-29T14:42:03.196Z | Checking nix v0.28.0 |
1879 | 2024-08-29T14:42:03.274Z | Checking slog v2.7.0 |
1880 | 2024-08-29T14:42:03.679Z | Checking openapiv3 v2.0.0 |
1881 | 2024-08-29T14:42:03.751Z | Checking semver v1.0.23 |
1882 | 2024-08-29T14:42:03.898Z | Checking hex v0.4.3 |
1883 | 2024-08-29T14:42:04.156Z | Checking sha1 v0.10.6 |
1884 | 2024-08-29T14:42:04.335Z | Checking lalrpop-util v0.19.12 |
1885 | 2024-08-29T14:42:04.383Z | Checking peg-runtime v0.8.3 |
1886 | 2024-08-29T14:42:04.427Z | Checking camino v1.1.9 |
1887 | 2024-08-29T14:42:04.617Z | Checking sigpipe v0.1.3 |
1888 | 2024-08-29T14:42:06.390Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1889 | 2024-08-29T14:42:06.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.97s |
1890 | 2024-08-29T14:42:06.832Z | |
1891 | 2024-08-29T14:42:06.832Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1892 | 2024-08-29T14:42:07.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1893 | 2024-08-29T14:42:07.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1894 | 2024-08-29T14:42:07.515Z | Compiling regress v0.9.1 |
1895 | 2024-08-29T14:42:07.611Z | Checking strum v0.26.3 |
1896 | 2024-08-29T14:42:07.628Z | Checking heck v0.5.0 |
1897 | 2024-08-29T14:42:07.638Z | Compiling getopts v0.2.21 |
1898 | 2024-08-29T14:42:07.647Z | Checking dirs-sys-next v0.1.2 |
1899 | 2024-08-29T14:42:07.651Z | Compiling unsafe-libyaml v0.2.11 |
1900 | 2024-08-29T14:42:07.731Z | Checking http v1.1.0 |
1901 | 2024-08-29T14:42:07.786Z | Checking thread_local v1.1.8 |
1902 | 2024-08-29T14:42:07.800Z | Checking dirs-next v2.0.0 |
1903 | 2024-08-29T14:42:07.919Z | Checking rustls-pki-types v1.7.0 |
1904 | 2024-08-29T14:42:07.965Z | Compiling ident_case v1.0.1 |
1905 | 2024-08-29T14:42:08.047Z | Checking term v0.7.0 |
1906 | 2024-08-29T14:42:08.130Z | Compiling darling_core v0.20.9 |
1907 | 2024-08-29T14:42:08.349Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1908 | 2024-08-29T14:42:08.468Z | Checking crossbeam-channel v0.5.12 |
1909 | 2024-08-29T14:42:08.530Z | Checking atty v0.2.14 |
1910 | 2024-08-29T14:42:08.642Z | Checking is-terminal v0.4.12 |
1911 | 2024-08-29T14:42:08.676Z | Checking take_mut v0.2.2 |
1912 | 2024-08-29T14:42:08.765Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1913 | 2024-08-29T14:42:08.816Z | Compiling paste v1.0.15 |
1914 | 2024-08-29T14:42:09.066Z | Compiling serde_yaml v0.9.34+deprecated |
1915 | 2024-08-29T14:42:09.130Z | Checking humantime v2.1.0 |
1916 | 2024-08-29T14:42:09.191Z | Checking termcolor v1.4.1 |
1917 | 2024-08-29T14:42:09.332Z | Compiling rustls v0.22.4 |
1918 | 2024-08-29T14:42:09.409Z | Checking utf-8 v0.7.6 |
1919 | 2024-08-29T14:42:09.621Z | Checking env_logger v0.9.3 |
1920 | 2024-08-29T14:42:09.645Z | Checking slog-async v2.8.0 |
1921 | 2024-08-29T14:42:09.681Z | Checking slog-term v2.9.1 |
1922 | 2024-08-29T14:42:09.695Z | Checking rustls-webpki v0.102.4 |
1923 | 2024-08-29T14:42:09.935Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1924 | 2024-08-29T14:42:10.049Z | Compiling proc-macro-crate v1.3.1 |
1925 | 2024-08-29T14:42:10.168Z | Compiling bitstruct_derive v0.1.0 |
1926 | 2024-08-29T14:42:10.296Z | Compiling structmeta-derive v0.3.0 |
1927 | 2024-08-29T14:42:10.468Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1928 | 2024-08-29T14:42:10.595Z | Compiling multer v3.1.0 |
1929 | 2024-08-29T14:42:10.897Z | Checking match_cfg v0.1.0 |
1930 | 2024-08-29T14:42:10.991Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1931 | 2024-08-29T14:42:11.104Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1932 | 2024-08-29T14:42:11.120Z | Checking ascii v1.1.0 |
1933 | 2024-08-29T14:42:11.528Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1934 | 2024-08-29T14:42:11.617Z | Checking bitstruct v0.1.1 |
1935 | 2024-08-29T14:42:11.750Z | Compiling num_enum_derive v0.5.11 |
1936 | 2024-08-29T14:42:12.440Z | Checking hostname v0.3.1 |
1937 | 2024-08-29T14:42:12.669Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1938 | 2024-08-29T14:42:12.835Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1939 | 2024-08-29T14:42:13.249Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1940 | 2024-08-29T14:42:13.381Z | Compiling structmeta v0.3.0 |
1941 | 2024-08-29T14:42:13.540Z | Checking slog-json v2.6.1 |
1942 | 2024-08-29T14:42:13.556Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1943 | 2024-08-29T14:42:13.796Z | Checking serde_arrays v0.1.0 |
1944 | 2024-08-29T14:42:13.799Z | Checking erased-serde v0.3.31 |
1945 | 2024-08-29T14:42:13.816Z | Compiling foreign-types-macros v0.2.3 |
1946 | 2024-08-29T14:42:13.948Z | Compiling async-stream-impl v0.3.5 |
1947 | 2024-08-29T14:42:14.332Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1948 | 2024-08-29T14:42:14.455Z | Checking atomic-waker v1.1.2 |
1949 | 2024-08-29T14:42:14.586Z | Checking arc-swap v1.7.1 |
1950 | 2024-08-29T14:42:14.635Z | Checking foreign-types-shared v0.3.1 |
1951 | 2024-08-29T14:42:14.738Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1952 | 2024-08-29T14:42:14.855Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1953 | 2024-08-29T14:42:14.989Z | Checking slog-scope v4.4.0 |
1954 | 2024-08-29T14:42:15.055Z | Checking foreign-types v0.5.0 |
1955 | 2024-08-29T14:42:15.103Z | Checking waitgroup v0.1.2 |
1956 | 2024-08-29T14:42:15.127Z | Compiling darling_macro v0.20.9 |
1957 | 2024-08-29T14:42:15.146Z | Checking num_enum v0.5.11 |
1958 | 2024-08-29T14:42:15.181Z | Compiling parse-display-derive v0.10.0 |
1959 | 2024-08-29T14:42:15.227Z | Checking slog-bunyan v2.5.0 |
1960 | 2024-08-29T14:42:15.280Z | Compiling proc-macro-error v1.0.4 |
1961 | 2024-08-29T14:42:15.384Z | Checking async-stream v0.3.5 |
1962 | 2024-08-29T14:42:15.790Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1963 | 2024-08-29T14:42:15.914Z | Checking tungstenite v0.20.1 |
1964 | 2024-08-29T14:42:15.979Z | Checking toml v0.8.19 |
1965 | 2024-08-29T14:42:16.053Z | Compiling darling v0.20.9 |
1966 | 2024-08-29T14:42:16.056Z | Checking rustls-pemfile v2.1.3 |
1967 | 2024-08-29T14:42:16.169Z | Compiling serde_with_macros v3.9.0 |
1968 | 2024-08-29T14:42:16.270Z | Checking tokio-rustls v0.25.0 |
1969 | 2024-08-29T14:42:16.301Z | Compiling heck v0.3.3 |
1970 | 2024-08-29T14:42:16.649Z | Checking ipnetwork v0.20.0 |
1971 | 2024-08-29T14:42:16.685Z | Checking newtype-uuid v1.1.0 |
1972 | 2024-08-29T14:42:16.742Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1973 | 2024-08-29T14:42:16.815Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1974 | 2024-08-29T14:42:16.922Z | Checking serde_path_to_error v0.1.16 |
1975 | 2024-08-29T14:42:17.015Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1976 | 2024-08-29T14:42:17.595Z | Checking hostname v0.4.0 |
1977 | 2024-08-29T14:42:17.739Z | Checking cstr-argument v0.1.2 |
1978 | 2024-08-29T14:42:17.755Z | Checking instant v0.1.12 |
1979 | 2024-08-29T14:42:17.849Z | Checking pretty-hex v0.2.1 |
1980 | 2024-08-29T14:42:17.870Z | Checking fastrand v2.1.0 |
1981 | 2024-08-29T14:42:17.924Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1982 | 2024-08-29T14:42:18.014Z | Checking debug-ignore v1.0.5 |
1983 | 2024-08-29T14:42:18.144Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1984 | 2024-08-29T14:42:18.206Z | Checking tempfile v3.10.1 |
1985 | 2024-08-29T14:42:18.248Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1986 | 2024-08-29T14:42:18.423Z | Checking backoff v0.4.0 |
1987 | 2024-08-29T14:42:18.567Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1988 | 2024-08-29T14:42:18.703Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1989 | 2024-08-29T14:42:18.719Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1990 | 2024-08-29T14:42:18.722Z | Checking tokio-tungstenite v0.20.1 |
1991 | 2024-08-29T14:42:18.967Z | Compiling zone_cfg_derive v0.1.2 |
1992 | 2024-08-29T14:42:19.057Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1993 | 2024-08-29T14:42:19.124Z | Checking serde_with v3.9.0 |
1994 | 2024-08-29T14:42:19.191Z | Checking slog-stdlog v4.1.1 |
1995 | 2024-08-29T14:42:19.359Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1996 | 2024-08-29T14:42:19.506Z | Checking tungstenite v0.21.0 |
1997 | 2024-08-29T14:42:19.826Z | Checking colored v2.1.0 |
1998 | 2024-08-29T14:42:19.916Z | Checking parse-display v0.10.0 |
1999 | 2024-08-29T14:42:20.119Z | Checking macaddr v1.0.1 |
2000 | 2024-08-29T14:42:20.144Z | Checking socket2 v0.4.10 |
2001 | 2024-08-29T14:42:20.380Z | Checking base64 v0.13.1 |
2002 | 2024-08-29T14:42:20.470Z | Checking tokio-tungstenite v0.21.0 |
2003 | 2024-08-29T14:42:20.498Z | Checking zone v0.1.8 |
2004 | 2024-08-29T14:42:20.789Z | Checking ron v0.7.1 |
2005 | 2024-08-29T14:42:20.953Z | Checking slog-envlogger v2.2.0 |
2006 | 2024-08-29T14:42:21.165Z | Checking pem v3.0.4 |
2007 | 2024-08-29T14:42:21.180Z | Checking tabwriter v1.4.0 |
2008 | 2024-08-29T14:42:21.420Z | Checking xattr v1.3.1 |
2009 | 2024-08-29T14:42:21.436Z | Checking portpicker v0.1.1 |
2010 | 2024-08-29T14:42:21.560Z | Checking yasna v0.5.2 |
2011 | 2024-08-29T14:42:21.596Z | Checking headers-core v0.2.0 |
2012 | 2024-08-29T14:42:21.732Z | Checking smf v0.2.3 |
2013 | 2024-08-29T14:42:21.938Z | Checking filetime v0.2.24 |
2014 | 2024-08-29T14:42:22.138Z | Checking same-file v1.0.6 |
2015 | 2024-08-29T14:42:22.169Z | Checking tar v0.4.41 |
2016 | 2024-08-29T14:42:22.237Z | Checking headers v0.3.9 |
2017 | 2024-08-29T14:42:22.293Z | Checking walkdir v2.5.0 |
2018 | 2024-08-29T14:42:22.433Z | Checking camino-tempfile v1.1.1 |
2019 | 2024-08-29T14:42:22.458Z | Checking rcgen v0.12.1 |
2020 | 2024-08-29T14:42:22.622Z | Checking atomicwrites v0.4.3 |
2021 | 2024-08-29T14:42:22.766Z | Checking subprocess v0.2.9 |
2022 | 2024-08-29T14:42:23.836Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2023 | 2024-08-29T14:42:24.144Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2024 | 2024-08-29T14:42:25.850Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2025 | 2024-08-29T14:42:27.762Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2026 | 2024-08-29T14:42:27.829Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2027 | 2024-08-29T14:42:31.004Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2028 | 2024-08-29T14:42:36.872Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2029 | 2024-08-29T14:42:37.002Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2030 | 2024-08-29T14:42:37.004Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2031 | 2024-08-29T14:42:39.553Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2032 | 2024-08-29T14:42:40.034Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2033 | 2024-08-29T14:42:46.207Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2034 | 2024-08-29T14:42:47.697Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2035 | 2024-08-29T14:42:48.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.95s |
2036 | 2024-08-29T14:42:48.949Z | |
2037 | 2024-08-29T14:42:48.949Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2038 | 2024-08-29T14:42:49.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2039 | 2024-08-29T14:42:49.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2040 | 2024-08-29T14:42:49.624Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2041 | 2024-08-29T14:42:50.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
2042 | 2024-08-29T14:42:51.033Z | |
2043 | 2024-08-29T14:42:51.033Z | info: running `cargo check --bins` on nexus-config (31/158) |
2044 | 2024-08-29T14:42:51.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2045 | 2024-08-29T14:42:51.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2046 | 2024-08-29T14:42:51.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2047 | 2024-08-29T14:42:51.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2048 | 2024-08-29T14:42:51.682Z | |
2049 | 2024-08-29T14:42:51.682Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2050 | 2024-08-29T14:42:52.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2051 | 2024-08-29T14:42:52.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2052 | 2024-08-29T14:42:52.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2053 | 2024-08-29T14:42:52.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2054 | 2024-08-29T14:42:52.300Z | |
2055 | 2024-08-29T14:42:52.300Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2056 | 2024-08-29T14:42:52.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2057 | 2024-08-29T14:42:52.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2058 | 2024-08-29T14:42:52.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2059 | 2024-08-29T14:42:52.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2060 | 2024-08-29T14:42:52.948Z | |
2061 | 2024-08-29T14:42:52.948Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2062 | 2024-08-29T14:42:53.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2063 | 2024-08-29T14:42:53.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2064 | 2024-08-29T14:42:53.619Z | Compiling heapless v0.8.0 |
2065 | 2024-08-29T14:42:53.709Z | Checking hash32 v0.3.1 |
2066 | 2024-08-29T14:42:53.712Z | Compiling smoltcp v0.11.0 |
2067 | 2024-08-29T14:42:53.732Z | Checking cobs v0.2.3 |
2068 | 2024-08-29T14:42:53.732Z | Checking embedded-io v0.4.0 |
2069 | 2024-08-29T14:42:53.754Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2070 | 2024-08-29T14:42:53.756Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2071 | 2024-08-29T14:42:53.779Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2072 | 2024-08-29T14:42:53.855Z | Compiling crucible-workspace-hack v0.1.0 |
2073 | 2024-08-29T14:42:53.887Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2074 | 2024-08-29T14:42:53.906Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2075 | 2024-08-29T14:42:53.929Z | Checking postcard v1.0.8 |
2076 | 2024-08-29T14:42:54.100Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2077 | 2024-08-29T14:42:54.124Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2078 | 2024-08-29T14:42:54.267Z | Checking newline-converter v0.3.0 |
2079 | 2024-08-29T14:42:54.430Z | Compiling num-derive v0.4.2 |
2080 | 2024-08-29T14:42:54.444Z | Compiling slog-dtrace v0.3.0 |
2081 | 2024-08-29T14:42:54.487Z | Compiling convert_case v0.4.0 |
2082 | 2024-08-29T14:42:54.614Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2083 | 2024-08-29T14:42:54.628Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2084 | 2024-08-29T14:42:54.804Z | Checking expectorate v1.1.0 |
2085 | 2024-08-29T14:42:54.928Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2086 | 2024-08-29T14:42:55.307Z | Compiling derive_more v0.99.18 |
2087 | 2024-08-29T14:42:55.496Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2088 | 2024-08-29T14:42:56.113Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2089 | 2024-08-29T14:42:57.496Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2090 | 2024-08-29T14:42:58.559Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2091 | 2024-08-29T14:42:59.093Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2092 | 2024-08-29T14:42:59.637Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2093 | 2024-08-29T14:43:01.374Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2094 | 2024-08-29T14:43:02.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s |
2095 | 2024-08-29T14:43:02.204Z | |
2096 | 2024-08-29T14:43:02.205Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2097 | 2024-08-29T14:43:02.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2098 | 2024-08-29T14:43:02.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2099 | 2024-08-29T14:43:02.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2100 | 2024-08-29T14:43:02.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2101 | 2024-08-29T14:43:02.861Z | |
2102 | 2024-08-29T14:43:02.861Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2103 | 2024-08-29T14:43:03.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2104 | 2024-08-29T14:43:03.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2105 | 2024-08-29T14:43:03.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2106 | 2024-08-29T14:43:03.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2107 | 2024-08-29T14:43:03.520Z | |
2108 | 2024-08-29T14:43:03.520Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2109 | 2024-08-29T14:43:04.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2110 | 2024-08-29T14:43:04.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2111 | 2024-08-29T14:43:04.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2112 | 2024-08-29T14:43:04.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2113 | 2024-08-29T14:43:04.282Z | |
2114 | 2024-08-29T14:43:04.282Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2115 | 2024-08-29T14:43:04.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2116 | 2024-08-29T14:43:04.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2117 | 2024-08-29T14:43:04.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2118 | 2024-08-29T14:43:04.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2119 | 2024-08-29T14:43:05.042Z | |
2120 | 2024-08-29T14:43:05.042Z | info: running `cargo check --bins` on dns-server (39/158) |
2121 | 2024-08-29T14:43:05.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2122 | 2024-08-29T14:43:05.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2123 | 2024-08-29T14:43:05.698Z | Compiling parking_lot_core v0.8.6 |
2124 | 2024-08-29T14:43:05.788Z | Checking nibble_vec v0.1.0 |
2125 | 2024-08-29T14:43:05.790Z | Checking linked-hash-map v0.5.6 |
2126 | 2024-08-29T14:43:05.791Z | Checking quick-error v1.2.3 |
2127 | 2024-08-29T14:43:05.791Z | Checking endian-type v0.1.2 |
2128 | 2024-08-29T14:43:05.791Z | Checking fxhash v0.2.1 |
2129 | 2024-08-29T14:43:05.799Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2130 | 2024-08-29T14:43:05.807Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2131 | 2024-08-29T14:43:05.932Z | Checking hickory-server v0.24.1 |
2132 | 2024-08-29T14:43:05.949Z | Checking resolv-conf v0.7.0 |
2133 | 2024-08-29T14:43:06.033Z | Checking radix_trie v0.2.1 |
2134 | 2024-08-29T14:43:06.102Z | Checking lru-cache v0.1.2 |
2135 | 2024-08-29T14:43:06.281Z | Checking hickory-resolver v0.24.1 |
2136 | 2024-08-29T14:43:06.427Z | Checking hickory-client v0.24.1 |
2137 | 2024-08-29T14:43:06.510Z | Checking parking_lot v0.11.2 |
2138 | 2024-08-29T14:43:06.768Z | Checking sled v0.34.7 |
2139 | 2024-08-29T14:43:08.550Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2140 | 2024-08-29T14:43:09.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2141 | 2024-08-29T14:43:09.796Z | |
2142 | 2024-08-29T14:43:09.796Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2143 | 2024-08-29T14:43:10.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2144 | 2024-08-29T14:43:10.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2145 | 2024-08-29T14:43:10.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2146 | 2024-08-29T14:43:10.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2147 | 2024-08-29T14:43:10.425Z | |
2148 | 2024-08-29T14:43:10.425Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2149 | 2024-08-29T14:43:10.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2150 | 2024-08-29T14:43:10.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2151 | 2024-08-29T14:43:10.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2152 | 2024-08-29T14:43:10.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2153 | 2024-08-29T14:43:11.055Z | |
2154 | 2024-08-29T14:43:11.055Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2155 | 2024-08-29T14:43:11.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2156 | 2024-08-29T14:43:11.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2157 | 2024-08-29T14:43:11.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2158 | 2024-08-29T14:43:11.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2159 | 2024-08-29T14:43:11.766Z | |
2160 | 2024-08-29T14:43:11.766Z | info: running `cargo check --bins` on gateway-types (43/158) |
2161 | 2024-08-29T14:43:12.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2162 | 2024-08-29T14:43:12.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2163 | 2024-08-29T14:43:12.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2164 | 2024-08-29T14:43:12.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2165 | 2024-08-29T14:43:12.417Z | |
2166 | 2024-08-29T14:43:12.417Z | info: running `cargo check --bins` on ipcc (44/158) |
2167 | 2024-08-29T14:43:13.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2168 | 2024-08-29T14:43:13.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2169 | 2024-08-29T14:43:13.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2170 | 2024-08-29T14:43:13.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2171 | 2024-08-29T14:43:13.074Z | |
2172 | 2024-08-29T14:43:13.074Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2173 | 2024-08-29T14:43:13.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2174 | 2024-08-29T14:43:13.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2175 | 2024-08-29T14:43:13.798Z | Compiling rustls-pki-types v1.7.0 |
2176 | 2024-08-29T14:43:13.801Z | Compiling match_cfg v0.1.0 |
2177 | 2024-08-29T14:43:13.903Z | Checking num-rational v0.4.2 |
2178 | 2024-08-29T14:43:13.906Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2179 | 2024-08-29T14:43:13.906Z | Compiling slog-json v2.6.1 |
2180 | 2024-08-29T14:43:13.906Z | Compiling http v1.1.0 |
2181 | 2024-08-29T14:43:13.906Z | Checking num-complex v0.4.6 |
2182 | 2024-08-29T14:43:13.937Z | Compiling atomic-waker v1.1.2 |
2183 | 2024-08-29T14:43:13.975Z | Compiling hostname v0.3.1 |
2184 | 2024-08-29T14:43:14.137Z | Compiling prettyplease v0.2.20 |
2185 | 2024-08-29T14:43:14.207Z | Compiling slog-bunyan v2.5.0 |
2186 | 2024-08-29T14:43:14.283Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2187 | 2024-08-29T14:43:14.369Z | Compiling rustls-webpki v0.102.4 |
2188 | 2024-08-29T14:43:14.431Z | Compiling rustls-pemfile v2.1.3 |
2189 | 2024-08-29T14:43:14.454Z | Compiling waitgroup v0.1.2 |
2190 | 2024-08-29T14:43:14.500Z | Compiling async-stream v0.3.5 |
2191 | 2024-08-29T14:43:14.530Z | Compiling toml v0.8.19 |
2192 | 2024-08-29T14:43:14.640Z | Compiling newtype-uuid v1.1.0 |
2193 | 2024-08-29T14:43:14.683Z | Compiling ipnetwork v0.20.0 |
2194 | 2024-08-29T14:43:14.801Z | Compiling serde_path_to_error v0.1.16 |
2195 | 2024-08-29T14:43:14.892Z | Compiling hostname v0.4.0 |
2196 | 2024-08-29T14:43:14.932Z | Compiling instant v0.1.12 |
2197 | 2024-08-29T14:43:15.083Z | Compiling semver v0.1.20 |
2198 | 2024-08-29T14:43:15.148Z | Compiling debug-ignore v1.0.5 |
2199 | 2024-08-29T14:43:15.300Z | Compiling rustls v0.22.4 |
2200 | 2024-08-29T14:43:15.526Z | Compiling multer v3.1.0 |
2201 | 2024-08-29T14:43:15.597Z | Compiling radium v0.7.0 |
2202 | 2024-08-29T14:43:15.713Z | Checking float-ord v0.3.2 |
2203 | 2024-08-29T14:43:15.830Z | Compiling rustc_version v0.1.7 |
2204 | 2024-08-29T14:43:16.057Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2205 | 2024-08-29T14:43:16.187Z | Checking num v0.4.3 |
2206 | 2024-08-29T14:43:16.220Z | Compiling backoff v0.4.0 |
2207 | 2024-08-29T14:43:16.236Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2208 | 2024-08-29T14:43:16.292Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2209 | 2024-08-29T14:43:16.319Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2210 | 2024-08-29T14:43:16.391Z | Compiling parse-display v0.10.0 |
2211 | 2024-08-29T14:43:16.563Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2212 | 2024-08-29T14:43:16.577Z | Compiling serde_with v3.9.0 |
2213 | 2024-08-29T14:43:16.580Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2214 | 2024-08-29T14:43:16.798Z | Compiling macaddr v1.0.1 |
2215 | 2024-08-29T14:43:17.083Z | Compiling maybe-uninit v2.0.0 |
2216 | 2024-08-29T14:43:17.229Z | Checking tap v1.0.1 |
2217 | 2024-08-29T14:43:17.402Z | Checking wyz v0.5.1 |
2218 | 2024-08-29T14:43:17.788Z | Compiling newtype_derive v0.1.6 |
2219 | 2024-08-29T14:43:17.840Z | Checking password-hash v0.5.0 |
2220 | 2024-08-29T14:43:18.104Z | Checking blake2 v0.10.6 |
2221 | 2024-08-29T14:43:18.218Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2222 | 2024-08-29T14:43:18.295Z | Compiling packed_struct v0.10.1 |
2223 | 2024-08-29T14:43:18.547Z | Checking crc-catalog v2.4.0 |
2224 | 2024-08-29T14:43:18.676Z | Checking funty v2.0.0 |
2225 | 2024-08-29T14:43:18.761Z | Checking crc v3.2.1 |
2226 | 2024-08-29T14:43:18.805Z | Checking argon2 v0.5.3 |
2227 | 2024-08-29T14:43:19.502Z | Compiling tokio-rustls v0.25.0 |
2228 | 2024-08-29T14:43:19.624Z | Checking bitvec v1.0.1 |
2229 | 2024-08-29T14:43:19.669Z | Compiling packed_struct_codegen v0.10.1 |
2230 | 2024-08-29T14:43:19.910Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2231 | 2024-08-29T14:43:20.331Z | Checking half v2.4.1 |
2232 | 2024-08-29T14:43:20.455Z | Compiling indexmap v1.9.3 |
2233 | 2024-08-29T14:43:20.759Z | Compiling cookie v0.18.1 |
2234 | 2024-08-29T14:43:20.812Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2235 | 2024-08-29T14:43:21.068Z | Checking ciborium-io v0.2.2 |
2236 | 2024-08-29T14:43:21.127Z | Checking nodrop v0.1.14 |
2237 | 2024-08-29T14:43:21.196Z | Checking ciborium-ll v0.2.2 |
2238 | 2024-08-29T14:43:21.242Z | Checking array-init v0.0.4 |
2239 | 2024-08-29T14:43:21.754Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2240 | 2024-08-29T14:43:22.045Z | Checking smallvec v0.6.14 |
2241 | 2024-08-29T14:43:22.404Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2242 | 2024-08-29T14:43:22.437Z | Compiling memoffset v0.9.1 |
2243 | 2024-08-29T14:43:22.460Z | Checking bitfield v0.14.0 |
2244 | 2024-08-29T14:43:22.784Z | Checking highway v1.2.0 |
2245 | 2024-08-29T14:43:22.809Z | Checking hashbrown v0.12.3 |
2246 | 2024-08-29T14:43:23.110Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2247 | 2024-08-29T14:43:23.236Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2248 | 2024-08-29T14:43:23.510Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2249 | 2024-08-29T14:43:24.179Z | Checking env_logger v0.10.2 |
2250 | 2024-08-29T14:43:24.518Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2251 | 2024-08-29T14:43:24.604Z | Checking serde-hex v0.1.0 |
2252 | 2024-08-29T14:43:24.619Z | Checking steno v0.4.1 |
2253 | 2024-08-29T14:43:24.638Z | Checking bzip2 v0.4.4 |
2254 | 2024-08-29T14:43:25.094Z | Checking ciborium v0.2.2 |
2255 | 2024-08-29T14:43:25.137Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2256 | 2024-08-29T14:43:25.380Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2257 | 2024-08-29T14:43:25.382Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2258 | 2024-08-29T14:43:26.078Z | Checking ron v0.8.1 |
2259 | 2024-08-29T14:43:26.182Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2260 | 2024-08-29T14:43:26.589Z | Checking x509-cert v0.2.5 |
2261 | 2024-08-29T14:43:26.898Z | Checking hashbrown v0.13.2 |
2262 | 2024-08-29T14:43:27.368Z | Compiling derive-where v1.2.7 |
2263 | 2024-08-29T14:43:27.915Z | Checking crc-any v2.5.0 |
2264 | 2024-08-29T14:43:28.273Z | Checking object v0.30.4 |
2265 | 2024-08-29T14:43:28.290Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2266 | 2024-08-29T14:43:28.561Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2267 | 2024-08-29T14:43:28.687Z | Checking zip v0.6.6 |
2268 | 2024-08-29T14:43:29.017Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2269 | 2024-08-29T14:43:29.186Z | Checking path-slash v0.1.5 |
2270 | 2024-08-29T14:43:29.346Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2271 | 2024-08-29T14:43:29.403Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2272 | 2024-08-29T14:43:29.419Z | Checking nix v0.27.1 |
2273 | 2024-08-29T14:43:29.994Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2274 | 2024-08-29T14:43:30.247Z | Checking kstat-rs v0.2.4 |
2275 | 2024-08-29T14:43:30.250Z | Checking serde-big-array v0.5.1 |
2276 | 2024-08-29T14:43:30.475Z | Checking signal-hook-tokio v0.3.1 |
2277 | 2024-08-29T14:43:30.930Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2278 | 2024-08-29T14:43:31.736Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2279 | 2024-08-29T14:43:35.853Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2280 | 2024-08-29T14:43:37.178Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2281 | 2024-08-29T14:43:39.533Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2282 | 2024-08-29T14:43:41.470Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2283 | 2024-08-29T14:43:42.668Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2284 | 2024-08-29T14:43:42.931Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2285 | 2024-08-29T14:43:47.017Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2286 | 2024-08-29T14:43:47.633Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2287 | 2024-08-29T14:43:50.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.19s |
2288 | 2024-08-29T14:43:50.431Z | |
2289 | 2024-08-29T14:43:50.431Z | info: running `cargo check --bins` on gateway-api (46/158) |
2290 | 2024-08-29T14:43:51.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2291 | 2024-08-29T14:43:51.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2292 | 2024-08-29T14:43:51.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2293 | 2024-08-29T14:43:51.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2294 | 2024-08-29T14:43:51.086Z | |
2295 | 2024-08-29T14:43:51.086Z | info: running `cargo check --bins` on oximeter (47/158) |
2296 | 2024-08-29T14:43:51.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2297 | 2024-08-29T14:43:51.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2298 | 2024-08-29T14:43:51.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2299 | 2024-08-29T14:43:51.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2300 | 2024-08-29T14:43:51.736Z | |
2301 | 2024-08-29T14:43:51.736Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2302 | 2024-08-29T14:43:52.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2303 | 2024-08-29T14:43:52.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2304 | 2024-08-29T14:43:52.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2305 | 2024-08-29T14:43:52.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2306 | 2024-08-29T14:43:52.355Z | |
2307 | 2024-08-29T14:43:52.355Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2308 | 2024-08-29T14:43:52.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2309 | 2024-08-29T14:43:52.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2310 | 2024-08-29T14:43:53.016Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2311 | 2024-08-29T14:43:53.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2312 | 2024-08-29T14:43:53.564Z | |
2313 | 2024-08-29T14:43:53.564Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2314 | 2024-08-29T14:43:54.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2315 | 2024-08-29T14:43:54.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2316 | 2024-08-29T14:43:54.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2317 | 2024-08-29T14:43:54.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2318 | 2024-08-29T14:43:54.219Z | |
2319 | 2024-08-29T14:43:54.219Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2320 | 2024-08-29T14:43:54.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2321 | 2024-08-29T14:43:54.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2322 | 2024-08-29T14:43:54.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2323 | 2024-08-29T14:43:54.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2324 | 2024-08-29T14:43:54.873Z | |
2325 | 2024-08-29T14:43:54.873Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2326 | 2024-08-29T14:43:55.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2327 | 2024-08-29T14:43:55.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2328 | 2024-08-29T14:43:55.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2329 | 2024-08-29T14:43:55.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2330 | 2024-08-29T14:43:55.502Z | |
2331 | 2024-08-29T14:43:55.502Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2332 | 2024-08-29T14:43:56.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2333 | 2024-08-29T14:43:56.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2334 | 2024-08-29T14:43:56.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2335 | 2024-08-29T14:43:56.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2336 | 2024-08-29T14:43:56.156Z | |
2337 | 2024-08-29T14:43:56.156Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2338 | 2024-08-29T14:43:56.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2339 | 2024-08-29T14:43:56.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2340 | 2024-08-29T14:43:56.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2341 | 2024-08-29T14:43:56.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2342 | 2024-08-29T14:43:56.812Z | |
2343 | 2024-08-29T14:43:56.812Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2344 | 2024-08-29T14:43:57.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2345 | 2024-08-29T14:43:57.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2346 | 2024-08-29T14:43:57.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2347 | 2024-08-29T14:43:57.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2348 | 2024-08-29T14:43:57.452Z | |
2349 | 2024-08-29T14:43:57.452Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2350 | 2024-08-29T14:43:58.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2351 | 2024-08-29T14:43:58.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2352 | 2024-08-29T14:43:58.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2353 | 2024-08-29T14:43:58.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2354 | 2024-08-29T14:43:58.101Z | |
2355 | 2024-08-29T14:43:58.101Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2356 | 2024-08-29T14:43:58.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2357 | 2024-08-29T14:43:58.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2358 | 2024-08-29T14:43:58.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2359 | 2024-08-29T14:43:58.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2360 | 2024-08-29T14:43:58.753Z | |
2361 | 2024-08-29T14:43:58.753Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2362 | 2024-08-29T14:43:59.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2024-08-29T14:43:59.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2024-08-29T14:43:59.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2365 | 2024-08-29T14:43:59.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2366 | 2024-08-29T14:43:59.410Z | |
2367 | 2024-08-29T14:43:59.410Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2368 | 2024-08-29T14:44:00.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2024-08-29T14:44:00.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2024-08-29T14:44:00.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2371 | 2024-08-29T14:44:00.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2372 | 2024-08-29T14:44:00.083Z | |
2373 | 2024-08-29T14:44:00.083Z | info: running `cargo check --bins` on internal-dns (60/158) |
2374 | 2024-08-29T14:44:00.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2024-08-29T14:44:00.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2024-08-29T14:44:00.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2377 | 2024-08-29T14:44:00.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2378 | 2024-08-29T14:44:00.731Z | |
2379 | 2024-08-29T14:44:00.731Z | info: running `cargo check --bins` on nexus-client (61/158) |
2380 | 2024-08-29T14:44:01.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-08-29T14:44:01.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-08-29T14:44:01.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2383 | 2024-08-29T14:44:01.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2384 | 2024-08-29T14:44:01.403Z | |
2385 | 2024-08-29T14:44:01.403Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2386 | 2024-08-29T14:44:01.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-08-29T14:44:02.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-08-29T14:44:02.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2389 | 2024-08-29T14:44:02.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2390 | 2024-08-29T14:44:02.066Z | |
2391 | 2024-08-29T14:44:02.066Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2392 | 2024-08-29T14:44:02.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-08-29T14:44:02.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-08-29T14:44:02.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2395 | 2024-08-29T14:44:02.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2396 | 2024-08-29T14:44:02.698Z | |
2397 | 2024-08-29T14:44:02.698Z | info: running `cargo check --bins` on nexus-types (64/158) |
2398 | 2024-08-29T14:44:03.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-08-29T14:44:03.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-08-29T14:44:03.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2401 | 2024-08-29T14:44:03.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2402 | 2024-08-29T14:44:03.363Z | |
2403 | 2024-08-29T14:44:03.363Z | info: running `cargo check --bins` on gateway-client (65/158) |
2404 | 2024-08-29T14:44:03.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-08-29T14:44:03.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-08-29T14:44:03.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2407 | 2024-08-29T14:44:03.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2408 | 2024-08-29T14:44:03.986Z | |
2409 | 2024-08-29T14:44:03.986Z | info: running `cargo check --bins` on oxql-types (66/158) |
2410 | 2024-08-29T14:44:04.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-08-29T14:44:04.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-08-29T14:44:04.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2413 | 2024-08-29T14:44:04.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2414 | 2024-08-29T14:44:04.629Z | |
2415 | 2024-08-29T14:44:04.629Z | info: running `cargo check --bins` on sp-sim (67/158) |
2416 | 2024-08-29T14:44:05.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-08-29T14:44:05.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-08-29T14:44:05.279Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2419 | 2024-08-29T14:44:07.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
2420 | 2024-08-29T14:44:07.198Z | |
2421 | 2024-08-29T14:44:07.198Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158) |
2422 | 2024-08-29T14:44:07.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-08-29T14:44:07.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-08-29T14:44:07.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2425 | 2024-08-29T14:44:07.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2426 | 2024-08-29T14:44:07.901Z | |
2427 | 2024-08-29T14:44:07.901Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158) |
2428 | 2024-08-29T14:44:08.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-08-29T14:44:08.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-08-29T14:44:08.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2431 | 2024-08-29T14:44:08.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2432 | 2024-08-29T14:44:08.612Z | |
2433 | 2024-08-29T14:44:08.612Z | info: running `cargo check --bins` on db-macros (70/158) |
2434 | 2024-08-29T14:44:09.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-08-29T14:44:09.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-08-29T14:44:09.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2437 | 2024-08-29T14:44:09.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2438 | 2024-08-29T14:44:09.238Z | |
2439 | 2024-08-29T14:44:09.238Z | info: running `cargo check --bins` on nexus-macros-common (71/158) |
2440 | 2024-08-29T14:44:09.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-08-29T14:44:09.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-08-29T14:44:09.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2024-08-29T14:44:09.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2444 | 2024-08-29T14:44:09.859Z | |
2445 | 2024-08-29T14:44:09.860Z | info: running `cargo check --bins` on nexus-auth (72/158) |
2446 | 2024-08-29T14:44:10.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-08-29T14:44:10.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-08-29T14:44:10.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2024-08-29T14:44:10.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2450 | 2024-08-29T14:44:10.547Z | |
2451 | 2024-08-29T14:44:10.547Z | info: running `cargo check --bins` on authz-macros (73/158) |
2452 | 2024-08-29T14:44:11.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-08-29T14:44:11.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-08-29T14:44:11.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2024-08-29T14:44:11.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2456 | 2024-08-29T14:44:11.170Z | |
2457 | 2024-08-29T14:44:11.170Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/158) |
2458 | 2024-08-29T14:44:11.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-08-29T14:44:11.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-08-29T14:44:11.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2024-08-29T14:44:11.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2462 | 2024-08-29T14:44:11.851Z | |
2463 | 2024-08-29T14:44:11.851Z | info: running `cargo check --bins` on nexus-db-model (75/158) |
2464 | 2024-08-29T14:44:12.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-08-29T14:44:12.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-08-29T14:44:12.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2024-08-29T14:44:12.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2468 | 2024-08-29T14:44:12.535Z | |
2469 | 2024-08-29T14:44:12.535Z | info: running `cargo check --bins` on nexus-defaults (76/158) |
2470 | 2024-08-29T14:44:13.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2024-08-29T14:44:13.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2024-08-29T14:44:13.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2024-08-29T14:44:13.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2474 | 2024-08-29T14:44:13.189Z | |
2475 | 2024-08-29T14:44:13.189Z | info: running `cargo check --bins` on sled-agent-client (77/158) |
2476 | 2024-08-29T14:44:13.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2024-08-29T14:44:13.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2024-08-29T14:44:13.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2024-08-29T14:44:13.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2480 | 2024-08-29T14:44:13.854Z | |
2481 | 2024-08-29T14:44:13.854Z | info: running `cargo check --bins` on nexus-inventory (78/158) |
2482 | 2024-08-29T14:44:14.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2024-08-29T14:44:14.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2024-08-29T14:44:14.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2024-08-29T14:44:14.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2486 | 2024-08-29T14:44:14.532Z | |
2487 | 2024-08-29T14:44:14.532Z | info: running `cargo check --bins` on typed-rng (79/158) |
2488 | 2024-08-29T14:44:15.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2024-08-29T14:44:15.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2024-08-29T14:44:15.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2024-08-29T14:44:15.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2492 | 2024-08-29T14:44:15.155Z | |
2493 | 2024-08-29T14:44:15.155Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158) |
2494 | 2024-08-29T14:44:15.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2024-08-29T14:44:15.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2024-08-29T14:44:15.906Z | Compiling rayon-core v1.12.1 |
2497 | 2024-08-29T14:44:15.908Z | Compiling crossbeam-deque v0.8.5 |
2498 | 2024-08-29T14:44:15.908Z | Compiling curve25519-dalek v4.1.3 |
2499 | 2024-08-29T14:44:15.908Z | Compiling unicase v2.7.0 |
2500 | 2024-08-29T14:44:16.005Z | Compiling same-file v1.0.6 |
2501 | 2024-08-29T14:44:16.007Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2502 | 2024-08-29T14:44:16.015Z | Checking keccak v0.1.5 |
2503 | 2024-08-29T14:44:16.024Z | Compiling tempfile v3.10.1 |
2504 | 2024-08-29T14:44:16.319Z | Compiling walkdir v2.5.0 |
2505 | 2024-08-29T14:44:16.322Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2506 | 2024-08-29T14:44:16.385Z | Checking sha3 v0.10.8 |
2507 | 2024-08-29T14:44:16.484Z | Compiling thiserror-impl-no-std v2.0.2 |
2508 | 2024-08-29T14:44:16.685Z | Checking universal-hash v0.5.1 |
2509 | 2024-08-29T14:44:16.771Z | Checking secrecy v0.8.0 |
2510 | 2024-08-29T14:44:16.785Z | Compiling ring v0.16.20 |
2511 | 2024-08-29T14:44:16.871Z | Compiling blake3 v1.5.1 |
2512 | 2024-08-29T14:44:16.904Z | Compiling curve25519-dalek-derive v0.1.1 |
2513 | 2024-08-29T14:44:16.931Z | Checking opaque-debug v0.3.1 |
2514 | 2024-08-29T14:44:16.971Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2515 | 2024-08-29T14:44:17.026Z | Checking poly1305 v0.8.0 |
2516 | 2024-08-29T14:44:17.073Z | Compiling rayon v1.10.0 |
2517 | 2024-08-29T14:44:17.282Z | Checking chacha20 v0.9.1 |
2518 | 2024-08-29T14:44:17.537Z | Checking aead v0.5.2 |
2519 | 2024-08-29T14:44:17.638Z | Compiling memmap2 v0.9.4 |
2520 | 2024-08-29T14:44:17.763Z | Compiling home v0.5.9 |
2521 | 2024-08-29T14:44:18.020Z | Compiling untrusted v0.7.1 |
2522 | 2024-08-29T14:44:18.045Z | Compiling arrayref v0.3.7 |
2523 | 2024-08-29T14:44:18.060Z | Compiling libefi-sys v0.1.0 |
2524 | 2024-08-29T14:44:18.141Z | Compiling arrayvec v0.7.4 |
2525 | 2024-08-29T14:44:18.167Z | Compiling constant_time_eq v0.3.0 |
2526 | 2024-08-29T14:44:18.197Z | Compiling spin v0.5.2 |
2527 | 2024-08-29T14:44:18.342Z | Compiling toolchain_find v0.4.0 |
2528 | 2024-08-29T14:44:18.389Z | Checking chacha20poly1305 v0.10.1 |
2529 | 2024-08-29T14:44:18.569Z | Compiling camino-tempfile v1.1.1 |
2530 | 2024-08-29T14:44:18.726Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2531 | 2024-08-29T14:44:18.931Z | Compiling bitfield-struct v0.6.1 |
2532 | 2024-08-29T14:44:18.985Z | Compiling cancel-safe-futures v0.1.5 |
2533 | 2024-08-29T14:44:19.002Z | Compiling topological-sort v0.2.2 |
2534 | 2024-08-29T14:44:19.218Z | Compiling mime_guess v2.0.4 |
2535 | 2024-08-29T14:44:19.243Z | Compiling rustfmt-wrapper v0.2.1 |
2536 | 2024-08-29T14:44:19.659Z | Checking thiserror-no-std v2.0.2 |
2537 | 2024-08-29T14:44:19.755Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2538 | 2024-08-29T14:44:19.772Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2539 | 2024-08-29T14:44:19.849Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2540 | 2024-08-29T14:44:19.965Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2541 | 2024-08-29T14:44:20.359Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2542 | 2024-08-29T14:44:20.361Z | Checking vsss-rs v3.3.4 |
2543 | 2024-08-29T14:44:20.572Z | Checking gethostname v0.5.0 |
2544 | 2024-08-29T14:44:20.629Z | Checking libsw v3.3.1 |
2545 | 2024-08-29T14:44:20.654Z | Checking swrite v0.1.0 |
2546 | 2024-08-29T14:44:20.699Z | Checking owo-colors v4.0.0 |
2547 | 2024-08-29T14:44:20.767Z | Checking linear-map v1.2.0 |
2548 | 2024-08-29T14:44:20.907Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2549 | 2024-08-29T14:44:21.096Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2550 | 2024-08-29T14:44:21.392Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2551 | 2024-08-29T14:44:21.675Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2552 | 2024-08-29T14:44:21.892Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2553 | 2024-08-29T14:44:22.156Z | Checking nanorand v0.7.0 |
2554 | 2024-08-29T14:44:22.482Z | Compiling omicron-zone-package v0.11.0 |
2555 | 2024-08-29T14:44:22.574Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2556 | 2024-08-29T14:44:22.805Z | Checking http-range v0.1.5 |
2557 | 2024-08-29T14:44:22.832Z | Checking glob v0.3.1 |
2558 | 2024-08-29T14:44:22.927Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2559 | 2024-08-29T14:44:22.991Z | Checking hyper-staticfile v0.9.5 |
2560 | 2024-08-29T14:44:23.156Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2561 | 2024-08-29T14:44:23.413Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2562 | 2024-08-29T14:44:23.625Z | Checking flume v0.11.0 |
2563 | 2024-08-29T14:44:24.071Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2564 | 2024-08-29T14:44:24.101Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2565 | 2024-08-29T14:44:24.179Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2566 | 2024-08-29T14:44:24.971Z | Checking itertools v0.13.0 |
2567 | 2024-08-29T14:44:25.166Z | Checking display-error-chain v0.2.1 |
2568 | 2024-08-29T14:44:25.538Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2569 | 2024-08-29T14:44:26.558Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2570 | 2024-08-29T14:44:27.367Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2571 | 2024-08-29T14:44:29.225Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2572 | 2024-08-29T14:44:29.266Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2573 | 2024-08-29T14:44:39.602Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2574 | 2024-08-29T14:44:51.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.14s |
2575 | 2024-08-29T14:44:51.474Z | |
2576 | 2024-08-29T14:44:51.474Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158) |
2577 | 2024-08-29T14:44:52.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-08-29T14:44:52.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-08-29T14:44:52.223Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2580 | 2024-08-29T14:45:03.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.21s |
2581 | 2024-08-29T14:45:03.859Z | |
2582 | 2024-08-29T14:45:03.859Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158) |
2583 | 2024-08-29T14:45:04.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-08-29T14:45:04.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-08-29T14:45:04.604Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2586 | 2024-08-29T14:45:16.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.40s |
2587 | 2024-08-29T14:45:16.430Z | |
2588 | 2024-08-29T14:45:16.430Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158) |
2589 | 2024-08-29T14:45:17.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-08-29T14:45:17.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-08-29T14:45:17.176Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2592 | 2024-08-29T14:45:28.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s |
2593 | 2024-08-29T14:45:29.161Z | |
2594 | 2024-08-29T14:45:29.161Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158) |
2595 | 2024-08-29T14:45:29.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-08-29T14:45:29.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-08-29T14:45:29.913Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2598 | 2024-08-29T14:45:41.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.47s |
2599 | 2024-08-29T14:45:41.805Z | |
2600 | 2024-08-29T14:45:41.805Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158) |
2601 | 2024-08-29T14:45:42.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-08-29T14:45:42.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-08-29T14:45:42.558Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2604 | 2024-08-29T14:45:54.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.42s |
2605 | 2024-08-29T14:45:54.399Z | |
2606 | 2024-08-29T14:45:54.399Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158) |
2607 | 2024-08-29T14:45:55.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-08-29T14:45:55.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-08-29T14:45:55.142Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2610 | 2024-08-29T14:46:06.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.40s |
2611 | 2024-08-29T14:46:06.968Z | |
2612 | 2024-08-29T14:46:06.968Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158) |
2613 | 2024-08-29T14:46:07.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-08-29T14:46:07.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-08-29T14:46:07.719Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2616 | 2024-08-29T14:46:19.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.63s |
2617 | 2024-08-29T14:46:19.770Z | |
2618 | 2024-08-29T14:46:19.770Z | info: running `cargo check --bins` on bootstrap-agent-api (88/158) |
2619 | 2024-08-29T14:46:20.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-08-29T14:46:20.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-08-29T14:46:20.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-08-29T14:46:20.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2623 | 2024-08-29T14:46:20.450Z | |
2624 | 2024-08-29T14:46:20.450Z | info: running `cargo check --bins` on sled-agent-types (89/158) |
2625 | 2024-08-29T14:46:21.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-08-29T14:46:21.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-08-29T14:46:21.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-08-29T14:46:21.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2629 | 2024-08-29T14:46:21.125Z | |
2630 | 2024-08-29T14:46:21.125Z | info: running `cargo check --bins` on bootstrap-agent-client (90/158) |
2631 | 2024-08-29T14:46:21.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-08-29T14:46:21.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-08-29T14:46:21.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-08-29T14:46:21.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2635 | 2024-08-29T14:46:21.792Z | |
2636 | 2024-08-29T14:46:21.792Z | info: running `cargo check --bins` on dpd-client (91/158) |
2637 | 2024-08-29T14:46:22.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-08-29T14:46:22.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-08-29T14:46:22.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2024-08-29T14:46:22.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2641 | 2024-08-29T14:46:22.433Z | |
2642 | 2024-08-29T14:46:22.433Z | info: running `cargo check --bins` on installinator-common (92/158) |
2643 | 2024-08-29T14:46:23.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-08-29T14:46:23.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-08-29T14:46:23.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2024-08-29T14:46:23.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2647 | 2024-08-29T14:46:23.097Z | |
2648 | 2024-08-29T14:46:23.097Z | info: running `cargo check --bins` on update-engine (93/158) |
2649 | 2024-08-29T14:46:23.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-08-29T14:46:23.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-08-29T14:46:23.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2024-08-29T14:46:23.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2653 | 2024-08-29T14:46:23.727Z | |
2654 | 2024-08-29T14:46:23.728Z | info: running `cargo check --bins` on key-manager (94/158) |
2655 | 2024-08-29T14:46:24.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-08-29T14:46:24.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-08-29T14:46:24.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2658 | 2024-08-29T14:46:24.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2659 | 2024-08-29T14:46:24.377Z | |
2660 | 2024-08-29T14:46:24.377Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2661 | 2024-08-29T14:46:24.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2024-08-29T14:46:24.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2024-08-29T14:46:24.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2024-08-29T14:46:24.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2665 | 2024-08-29T14:46:25.050Z | |
2666 | 2024-08-29T14:46:25.050Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2667 | 2024-08-29T14:46:25.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-08-29T14:46:25.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-08-29T14:46:25.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2024-08-29T14:46:25.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2671 | 2024-08-29T14:46:25.727Z | |
2672 | 2024-08-29T14:46:25.727Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2673 | 2024-08-29T14:46:26.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-08-29T14:46:26.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-08-29T14:46:26.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-08-29T14:46:26.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2677 | 2024-08-29T14:46:26.397Z | |
2678 | 2024-08-29T14:46:26.397Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2679 | 2024-08-29T14:46:26.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-08-29T14:46:26.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-08-29T14:46:26.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2024-08-29T14:46:26.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2683 | 2024-08-29T14:46:27.061Z | |
2684 | 2024-08-29T14:46:27.061Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2685 | 2024-08-29T14:46:27.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-08-29T14:46:27.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-08-29T14:46:27.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2024-08-29T14:46:27.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2689 | 2024-08-29T14:46:27.726Z | |
2690 | 2024-08-29T14:46:27.726Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2691 | 2024-08-29T14:46:28.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-08-29T14:46:28.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-08-29T14:46:28.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2024-08-29T14:46:28.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2695 | 2024-08-29T14:46:28.409Z | |
2696 | 2024-08-29T14:46:28.409Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2697 | 2024-08-29T14:46:29.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-08-29T14:46:29.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-08-29T14:46:29.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2700 | 2024-08-29T14:46:29.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2701 | 2024-08-29T14:46:29.078Z | |
2702 | 2024-08-29T14:46:29.078Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2703 | 2024-08-29T14:46:29.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2024-08-29T14:46:29.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2024-08-29T14:46:29.770Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2706 | 2024-08-29T14:46:29.770Z | Checking bcs v0.1.6 |
2707 | 2024-08-29T14:46:29.770Z | Compiling async-recursion v1.1.1 |
2708 | 2024-08-29T14:46:29.773Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2709 | 2024-08-29T14:46:29.773Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2710 | 2024-08-29T14:46:30.878Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2711 | 2024-08-29T14:46:34.137Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2712 | 2024-08-29T14:46:35.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s |
2713 | 2024-08-29T14:46:36.002Z | |
2714 | 2024-08-29T14:46:36.002Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2715 | 2024-08-29T14:46:36.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2024-08-29T14:46:36.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2024-08-29T14:46:36.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2024-08-29T14:46:36.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2719 | 2024-08-29T14:46:36.655Z | |
2720 | 2024-08-29T14:46:36.655Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2721 | 2024-08-29T14:46:37.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2024-08-29T14:46:37.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2024-08-29T14:46:37.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2024-08-29T14:46:37.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2725 | 2024-08-29T14:46:37.307Z | |
2726 | 2024-08-29T14:46:37.307Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2727 | 2024-08-29T14:46:37.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2024-08-29T14:46:37.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2024-08-29T14:46:37.971Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2730 | 2024-08-29T14:46:38.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
2731 | 2024-08-29T14:46:38.703Z | |
2732 | 2024-08-29T14:46:38.703Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2733 | 2024-08-29T14:46:39.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2024-08-29T14:46:39.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2024-08-29T14:46:39.387Z | Compiling vte_generate_state_changes v0.1.1 |
2736 | 2024-08-29T14:46:39.387Z | Checking fd-lock v4.0.2 |
2737 | 2024-08-29T14:46:39.390Z | Checking bytecount v0.6.8 |
2738 | 2024-08-29T14:46:39.390Z | Compiling tabled_derive v0.7.0 |
2739 | 2024-08-29T14:46:39.390Z | Checking crossterm v0.27.0 |
2740 | 2024-08-29T14:46:39.480Z | Compiling peg-macros v0.8.4 |
2741 | 2024-08-29T14:46:39.483Z | Compiling sqlparser_derive v0.2.2 |
2742 | 2024-08-29T14:46:39.494Z | Checking home v0.5.9 |
2743 | 2024-08-29T14:46:39.639Z | Checking unicode_categories v0.1.1 |
2744 | 2024-08-29T14:46:39.656Z | Checking nu-ansi-term v0.50.0 |
2745 | 2024-08-29T14:46:39.669Z | Checking papergrid v0.11.0 |
2746 | 2024-08-29T14:46:39.943Z | Checking sqlformat v0.2.4 |
2747 | 2024-08-29T14:46:40.047Z | Checking rustyline v14.0.0 |
2748 | 2024-08-29T14:46:40.098Z | Checking vte v0.11.1 |
2749 | 2024-08-29T14:46:40.653Z | Checking sqlparser v0.45.0 |
2750 | 2024-08-29T14:46:41.126Z | Checking crossterm v0.28.1 |
2751 | 2024-08-29T14:46:41.526Z | Checking strip-ansi-escapes v0.2.0 |
2752 | 2024-08-29T14:46:41.674Z | Checking reedline v0.33.0 |
2753 | 2024-08-29T14:46:42.023Z | Checking tabled v0.15.0 |
2754 | 2024-08-29T14:46:42.488Z | Checking peg v0.8.4 |
2755 | 2024-08-29T14:46:47.158Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2756 | 2024-08-29T14:46:52.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s |
2757 | 2024-08-29T14:46:52.412Z | |
2758 | 2024-08-29T14:46:52.412Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2759 | 2024-08-29T14:46:53.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2024-08-29T14:46:53.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2024-08-29T14:46:53.086Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2762 | 2024-08-29T14:46:58.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s |
2763 | 2024-08-29T14:46:58.516Z | |
2764 | 2024-08-29T14:46:58.516Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2765 | 2024-08-29T14:46:59.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2024-08-29T14:46:59.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2024-08-29T14:46:59.206Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2768 | 2024-08-29T14:47:04.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s |
2769 | 2024-08-29T14:47:04.331Z | |
2770 | 2024-08-29T14:47:04.331Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2771 | 2024-08-29T14:47:04.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2024-08-29T14:47:04.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2024-08-29T14:47:05.006Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2774 | 2024-08-29T14:47:09.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s |
2775 | 2024-08-29T14:47:09.310Z | |
2776 | 2024-08-29T14:47:09.311Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2777 | 2024-08-29T14:47:09.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2024-08-29T14:47:09.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2024-08-29T14:47:09.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2024-08-29T14:47:09.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2781 | 2024-08-29T14:47:09.964Z | |
2782 | 2024-08-29T14:47:09.964Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2783 | 2024-08-29T14:47:10.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2024-08-29T14:47:10.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2024-08-29T14:47:10.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2024-08-29T14:47:10.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2787 | 2024-08-29T14:47:10.599Z | |
2788 | 2024-08-29T14:47:10.599Z | info: running `cargo check --bins` on installinator-client (112/158) |
2789 | 2024-08-29T14:47:11.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2024-08-29T14:47:11.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2024-08-29T14:47:11.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2024-08-29T14:47:11.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2793 | 2024-08-29T14:47:11.260Z | |
2794 | 2024-08-29T14:47:11.260Z | info: running `cargo check --bins` on oxide-client (113/158) |
2795 | 2024-08-29T14:47:11.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2024-08-29T14:47:11.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2024-08-29T14:47:11.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2024-08-29T14:47:11.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2799 | 2024-08-29T14:47:11.897Z | |
2800 | 2024-08-29T14:47:11.897Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2801 | 2024-08-29T14:47:12.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2024-08-29T14:47:12.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2024-08-29T14:47:12.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2024-08-29T14:47:12.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2805 | 2024-08-29T14:47:12.579Z | |
2806 | 2024-08-29T14:47:12.579Z | info: running `cargo check --bins` on wicket-common (115/158) |
2807 | 2024-08-29T14:47:13.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-08-29T14:47:13.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-08-29T14:47:13.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2024-08-29T14:47:13.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2811 | 2024-08-29T14:47:13.261Z | |
2812 | 2024-08-29T14:47:13.261Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2813 | 2024-08-29T14:47:13.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-08-29T14:47:13.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-08-29T14:47:13.946Z | Checking csv-core v0.1.11 |
2816 | 2024-08-29T14:47:13.948Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2817 | 2024-08-29T14:47:14.237Z | Checking csv v1.3.0 |
2818 | 2024-08-29T14:47:14.762Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2819 | 2024-08-29T14:47:15.125Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2820 | 2024-08-29T14:47:16.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
2821 | 2024-08-29T14:47:16.450Z | |
2822 | 2024-08-29T14:47:16.450Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2823 | 2024-08-29T14:47:17.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-08-29T14:47:17.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-08-29T14:47:17.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-08-29T14:47:17.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2827 | 2024-08-29T14:47:17.101Z | |
2828 | 2024-08-29T14:47:17.101Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2829 | 2024-08-29T14:47:17.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-08-29T14:47:17.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-08-29T14:47:17.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-08-29T14:47:17.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2833 | 2024-08-29T14:47:17.757Z | |
2834 | 2024-08-29T14:47:17.757Z | info: running `cargo check --bins` on cert-dev (119/158) |
2835 | 2024-08-29T14:47:18.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-08-29T14:47:18.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-08-29T14:47:18.379Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2838 | 2024-08-29T14:47:18.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2839 | 2024-08-29T14:47:18.770Z | |
2840 | 2024-08-29T14:47:18.770Z | info: running `cargo check --bins` on ch-dev (120/158) |
2841 | 2024-08-29T14:47:19.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-08-29T14:47:19.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-08-29T14:47:19.454Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2844 | 2024-08-29T14:47:20.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
2845 | 2024-08-29T14:47:20.300Z | |
2846 | 2024-08-29T14:47:20.300Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2847 | 2024-08-29T14:47:20.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-08-29T14:47:20.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-08-29T14:47:20.977Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2850 | 2024-08-29T14:47:21.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2851 | 2024-08-29T14:47:21.477Z | |
2852 | 2024-08-29T14:47:21.477Z | info: running `cargo check --bins` on db-dev (122/158) |
2853 | 2024-08-29T14:47:22.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-08-29T14:47:22.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-08-29T14:47:22.164Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2856 | 2024-08-29T14:47:22.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
2857 | 2024-08-29T14:47:23.026Z | |
2858 | 2024-08-29T14:47:23.026Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2859 | 2024-08-29T14:47:23.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-08-29T14:47:23.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-08-29T14:47:23.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-08-29T14:47:23.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2863 | 2024-08-29T14:47:23.706Z | |
2864 | 2024-08-29T14:47:23.706Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2865 | 2024-08-29T14:47:24.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-08-29T14:47:24.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-08-29T14:47:24.334Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2868 | 2024-08-29T14:47:25.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
2869 | 2024-08-29T14:47:25.325Z | |
2870 | 2024-08-29T14:47:25.325Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2871 | 2024-08-29T14:47:25.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-08-29T14:47:25.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-08-29T14:47:26.064Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2874 | 2024-08-29T14:47:26.715Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2875 | 2024-08-29T14:47:27.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
2876 | 2024-08-29T14:47:27.375Z | |
2877 | 2024-08-29T14:47:27.375Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2878 | 2024-08-29T14:47:28.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-08-29T14:47:28.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-08-29T14:47:28.196Z | Compiling crunchy v0.2.2 |
2881 | 2024-08-29T14:47:28.196Z | Compiling glob v0.3.1 |
2882 | 2024-08-29T14:47:28.199Z | Compiling tiny-keccak v2.0.2 |
2883 | 2024-08-29T14:47:28.199Z | Compiling dsl_auto_type v0.1.2 |
2884 | 2024-08-29T14:47:28.300Z | Checking scheduled-thread-pool v0.2.7 |
2885 | 2024-08-29T14:47:28.310Z | Compiling diesel_table_macro_syntax v0.2.0 |
2886 | 2024-08-29T14:47:28.332Z | Compiling ascii-canvas v3.0.0 |
2887 | 2024-08-29T14:47:28.359Z | Compiling ena v0.14.3 |
2888 | 2024-08-29T14:47:28.672Z | Compiling libloading v0.8.3 |
2889 | 2024-08-29T14:47:28.725Z | Compiling bindgen v0.69.4 |
2890 | 2024-08-29T14:47:28.762Z | Compiling diff v0.1.13 |
2891 | 2024-08-29T14:47:28.889Z | Compiling regex-syntax v0.6.29 |
2892 | 2024-08-29T14:47:29.046Z | Compiling which v4.4.2 |
2893 | 2024-08-29T14:47:29.207Z | Compiling clang-sys v1.7.0 |
2894 | 2024-08-29T14:47:29.432Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2895 | 2024-08-29T14:47:29.506Z | Compiling cexpr v0.6.0 |
2896 | 2024-08-29T14:47:29.597Z | Compiling shlex v1.3.0 |
2897 | 2024-08-29T14:47:29.615Z | Compiling rustc-hash v1.1.0 |
2898 | 2024-08-29T14:47:29.648Z | Compiling lazycell v1.3.0 |
2899 | 2024-08-29T14:47:29.755Z | Compiling ref-cast v1.0.23 |
2900 | 2024-08-29T14:47:29.792Z | Checking r2d2 v0.8.10 |
2901 | 2024-08-29T14:47:29.816Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2902 | 2024-08-29T14:47:29.834Z | Compiling diesel_derives v2.2.2 |
2903 | 2024-08-29T14:47:30.033Z | Compiling derive_builder_core v0.20.0 |
2904 | 2024-08-29T14:47:30.095Z | Compiling libxml v0.3.3 |
2905 | 2024-08-29T14:47:30.124Z | Compiling ref-cast-impl v1.0.23 |
2906 | 2024-08-29T14:47:30.347Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2907 | 2024-08-29T14:47:30.541Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2908 | 2024-08-29T14:47:30.846Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2909 | 2024-08-29T14:47:31.157Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2910 | 2024-08-29T14:47:31.273Z | Compiling strum_macros v0.24.3 |
2911 | 2024-08-29T14:47:31.482Z | Compiling dropshot v0.10.1 |
2912 | 2024-08-29T14:47:31.535Z | Compiling indoc v1.0.9 |
2913 | 2024-08-29T14:47:32.511Z | Compiling lalrpop v0.19.12 |
2914 | 2024-08-29T14:47:32.560Z | Compiling derive_builder_macro v0.20.0 |
2915 | 2024-08-29T14:47:33.761Z | Checking derive_builder v0.20.0 |
2916 | 2024-08-29T14:47:33.906Z | Checking tungstenite v0.23.0 |
2917 | 2024-08-29T14:47:34.101Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2918 | 2024-08-29T14:47:34.411Z | Compiling dropshot_endpoint v0.10.1 |
2919 | 2024-08-29T14:47:34.740Z | Compiling impl-trait-for-tuples v0.2.2 |
2920 | 2024-08-29T14:47:34.799Z | Compiling oso-derive v0.27.3 |
2921 | 2024-08-29T14:47:34.904Z | Checking quick-xml v0.31.0 |
2922 | 2024-08-29T14:47:35.886Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2923 | 2024-08-29T14:47:36.217Z | Checking maplit v1.0.2 |
2924 | 2024-08-29T14:47:36.420Z | Checking tokio-tungstenite v0.23.1 |
2925 | 2024-08-29T14:47:36.939Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2926 | 2024-08-29T14:47:36.999Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2927 | 2024-08-29T14:47:37.317Z | Checking bb8 v0.8.5 |
2928 | 2024-08-29T14:47:37.882Z | Compiling const_format_proc_macros v0.2.32 |
2929 | 2024-08-29T14:47:38.730Z | Checking crossbeam-deque v0.8.5 |
2930 | 2024-08-29T14:47:39.061Z | Compiling portable-atomic v1.6.0 |
2931 | 2024-08-29T14:47:40.151Z | Checking const_format v0.2.32 |
2932 | 2024-08-29T14:47:40.199Z | Checking rayon-core v1.12.1 |
2933 | 2024-08-29T14:47:40.431Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2934 | 2024-08-29T14:47:40.613Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2935 | 2024-08-29T14:47:40.914Z | Checking castaway v0.2.3 |
2936 | 2024-08-29T14:47:40.933Z | Checking rayon v1.10.0 |
2937 | 2024-08-29T14:47:41.084Z | Checking compact_str v0.8.0 |
2938 | 2024-08-29T14:47:42.331Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2939 | 2024-08-29T14:47:42.581Z | Checking unicode-truncate v1.0.0 |
2940 | 2024-08-29T14:47:42.682Z | Checking lru v0.12.3 |
2941 | 2024-08-29T14:47:42.809Z | Checking diesel v2.2.3 |
2942 | 2024-08-29T14:47:42.827Z | Compiling instability v0.3.2 |
2943 | 2024-08-29T14:47:42.982Z | Checking number_prefix v0.4.0 |
2944 | 2024-08-29T14:47:43.133Z | Checking unicode-linebreak v0.1.5 |
2945 | 2024-08-29T14:47:43.191Z | Checking cassowary v0.3.0 |
2946 | 2024-08-29T14:47:43.224Z | Checking smawk v0.3.2 |
2947 | 2024-08-29T14:47:43.463Z | Checking multimap v0.10.0 |
2948 | 2024-08-29T14:47:43.546Z | Checking textwrap v0.16.1 |
2949 | 2024-08-29T14:47:43.878Z | Checking ratatui v0.28.0 |
2950 | 2024-08-29T14:47:44.826Z | Checking indicatif v0.17.8 |
2951 | 2024-08-29T14:48:05.571Z | Compiling samael v0.0.15 |
2952 | 2024-08-29T14:48:18.069Z | Compiling polar-core v0.27.3 |
2953 | 2024-08-29T14:48:18.817Z | Checking async-bb8-diesel v0.2.1 |
2954 | 2024-08-29T14:48:25.060Z | Checking oso v0.27.3 |
2955 | 2024-08-29T14:49:26.289Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2956 | 2024-08-29T14:49:31.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
2957 | 2024-08-29T14:49:31.884Z | |
2958 | 2024-08-29T14:49:31.884Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2959 | 2024-08-29T14:49:32.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2024-08-29T14:49:32.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2024-08-29T14:49:32.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2962 | 2024-08-29T14:49:32.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2963 | 2024-08-29T14:49:32.604Z | |
2964 | 2024-08-29T14:49:32.604Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
2965 | 2024-08-29T14:49:33.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2024-08-29T14:49:33.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2024-08-29T14:49:33.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2968 | 2024-08-29T14:49:33.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2969 | 2024-08-29T14:49:33.303Z | |
2970 | 2024-08-29T14:49:33.303Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
2971 | 2024-08-29T14:49:33.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2024-08-29T14:49:33.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2024-08-29T14:49:33.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2974 | 2024-08-29T14:49:33.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2975 | 2024-08-29T14:49:33.932Z | |
2976 | 2024-08-29T14:49:33.932Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
2977 | 2024-08-29T14:49:34.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2024-08-29T14:49:34.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2024-08-29T14:49:34.746Z | Compiling libz-sys v1.1.16 |
2980 | 2024-08-29T14:49:34.849Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2981 | 2024-08-29T14:49:34.858Z | Compiling vergen v8.3.2 |
2982 | 2024-08-29T14:49:34.861Z | Compiling cargo-platform v0.1.8 |
2983 | 2024-08-29T14:49:34.861Z | Compiling pin-project-internal v1.1.5 |
2984 | 2024-08-29T14:49:34.893Z | Compiling snafu-derive v0.8.2 |
2985 | 2024-08-29T14:49:34.893Z | Compiling libsqlite3-sys v0.28.0 |
2986 | 2024-08-29T14:49:34.896Z | Compiling buf-list v1.0.3 |
2987 | 2024-08-29T14:49:35.161Z | Compiling cargo_metadata v0.18.1 |
2988 | 2024-08-29T14:49:35.443Z | Checking globset v0.4.14 |
2989 | 2024-08-29T14:49:35.467Z | Checking olpc-cjson v0.1.3 |
2990 | 2024-08-29T14:49:35.649Z | Checking rand_seeder v0.3.0 |
2991 | 2024-08-29T14:49:35.684Z | Checking serde_plain v1.0.2 |
2992 | 2024-08-29T14:49:35.796Z | Checking typed-path v0.7.1 |
2993 | 2024-08-29T14:49:35.884Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2994 | 2024-08-29T14:49:36.069Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2995 | 2024-08-29T14:49:36.239Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2996 | 2024-08-29T14:49:36.360Z | Checking hashlink v0.9.1 |
2997 | 2024-08-29T14:49:36.376Z | Checking fallible-iterator v0.3.0 |
2998 | 2024-08-29T14:49:36.547Z | Checking fallible-streaming-iterator v0.1.9 |
2999 | 2024-08-29T14:49:36.732Z | Checking parse-size v1.0.0 |
3000 | 2024-08-29T14:49:36.969Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3001 | 2024-08-29T14:49:36.989Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3002 | 2024-08-29T14:49:37.006Z | Checking rusqlite v0.31.0 |
3003 | 2024-08-29T14:49:37.624Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3004 | 2024-08-29T14:49:37.876Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3005 | 2024-08-29T14:49:37.913Z | Checking pin-project v1.1.5 |
3006 | 2024-08-29T14:49:37.929Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3007 | 2024-08-29T14:49:37.973Z | Checking twox-hash v1.6.3 |
3008 | 2024-08-29T14:49:38.061Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3009 | 2024-08-29T14:49:38.441Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3010 | 2024-08-29T14:49:38.642Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3011 | 2024-08-29T14:49:38.787Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3012 | 2024-08-29T14:49:38.958Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3013 | 2024-08-29T14:49:39.112Z | Checking fatfs v0.3.6 |
3014 | 2024-08-29T14:49:39.763Z | Checking assert_matches v1.5.0 |
3015 | 2024-08-29T14:49:40.268Z | Checking snafu v0.8.2 |
3016 | 2024-08-29T14:49:40.702Z | Checking tough v0.17.1 |
3017 | 2024-08-29T14:49:44.775Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3018 | 2024-08-29T14:49:45.914Z | Compiling git2 v0.19.0 |
3019 | 2024-08-29T14:49:45.953Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3020 | 2024-08-29T14:49:50.766Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3021 | 2024-08-29T14:50:41.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
3022 | 2024-08-29T14:50:41.220Z | |
3023 | 2024-08-29T14:50:41.220Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
3024 | 2024-08-29T14:50:41.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2024-08-29T14:50:41.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2024-08-29T14:50:41.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3027 | 2024-08-29T14:50:41.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3028 | 2024-08-29T14:50:41.940Z | |
3029 | 2024-08-29T14:50:41.940Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
3030 | 2024-08-29T14:50:42.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2024-08-29T14:50:42.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2024-08-29T14:50:42.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2024-08-29T14:50:42.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3034 | 2024-08-29T14:50:42.579Z | |
3035 | 2024-08-29T14:50:42.579Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
3036 | 2024-08-29T14:50:43.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2024-08-29T14:50:43.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2024-08-29T14:50:43.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2024-08-29T14:50:43.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3040 | 2024-08-29T14:50:43.259Z | |
3041 | 2024-08-29T14:50:43.259Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3042 | 2024-08-29T14:50:43.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2024-08-29T14:50:43.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2024-08-29T14:50:43.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2024-08-29T14:50:43.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3046 | 2024-08-29T14:50:43.973Z | |
3047 | 2024-08-29T14:50:43.973Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3048 | 2024-08-29T14:50:44.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2024-08-29T14:50:44.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2024-08-29T14:50:44.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2024-08-29T14:50:44.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3052 | 2024-08-29T14:50:44.677Z | |
3053 | 2024-08-29T14:50:44.677Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3054 | 2024-08-29T14:50:45.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2024-08-29T14:50:45.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2024-08-29T14:50:45.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2024-08-29T14:50:45.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3058 | 2024-08-29T14:50:45.379Z | |
3059 | 2024-08-29T14:50:45.379Z | info: running `cargo check --bins` on update-common (137/158) |
3060 | 2024-08-29T14:50:45.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2024-08-29T14:50:45.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2024-08-29T14:50:45.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2024-08-29T14:50:45.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3064 | 2024-08-29T14:50:46.056Z | |
3065 | 2024-08-29T14:50:46.056Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3066 | 2024-08-29T14:50:46.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-08-29T14:50:46.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-08-29T14:50:46.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2024-08-29T14:50:46.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3070 | 2024-08-29T14:50:46.733Z | |
3071 | 2024-08-29T14:50:46.733Z | info: running `cargo check --bins` on tufaceous (139/158) |
3072 | 2024-08-29T14:50:47.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2024-08-29T14:50:47.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2024-08-29T14:50:47.420Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3075 | 2024-08-29T14:50:48.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3076 | 2024-08-29T14:50:48.487Z | |
3077 | 2024-08-29T14:50:48.487Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3078 | 2024-08-29T14:50:49.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-08-29T14:50:49.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-08-29T14:50:49.361Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3081 | 2024-08-29T14:50:49.361Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3082 | 2024-08-29T14:50:49.367Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3083 | 2024-08-29T14:50:50.730Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3084 | 2024-08-29T14:50:53.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
3085 | 2024-08-29T14:50:53.335Z | |
3086 | 2024-08-29T14:50:53.335Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3087 | 2024-08-29T14:50:53.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2024-08-29T14:50:53.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2024-08-29T14:50:54.061Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3090 | 2024-08-29T14:50:54.061Z | Checking heck v0.4.1 |
3091 | 2024-08-29T14:50:54.064Z | Checking is_ci v1.2.0 |
3092 | 2024-08-29T14:50:54.065Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3093 | 2024-08-29T14:50:54.065Z | Checking indent_write v2.2.0 |
3094 | 2024-08-29T14:50:54.255Z | Checking supports-color v3.0.0 |
3095 | 2024-08-29T14:50:54.316Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3096 | 2024-08-29T14:50:55.728Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3097 | 2024-08-29T14:50:56.536Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3098 | 2024-08-29T14:50:57.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
3099 | 2024-08-29T14:50:57.702Z | |
3100 | 2024-08-29T14:50:57.702Z | info: running `cargo check --bins` on installinator-api (142/158) |
3101 | 2024-08-29T14:50:58.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-08-29T14:50:58.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-08-29T14:50:58.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3104 | 2024-08-29T14:50:58.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3105 | 2024-08-29T14:50:58.366Z | |
3106 | 2024-08-29T14:50:58.366Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3107 | 2024-08-29T14:50:58.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-08-29T14:50:58.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-08-29T14:50:58.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3110 | 2024-08-29T14:50:58.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3111 | 2024-08-29T14:50:59.039Z | |
3112 | 2024-08-29T14:50:59.039Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3113 | 2024-08-29T14:50:59.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-08-29T14:50:59.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-08-29T14:50:59.777Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3116 | 2024-08-29T14:51:01.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3117 | 2024-08-29T14:51:01.197Z | |
3118 | 2024-08-29T14:51:01.197Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3119 | 2024-08-29T14:51:01.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-08-29T14:51:01.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-08-29T14:51:01.890Z | Checking memmap2 v0.9.4 |
3122 | 2024-08-29T14:51:01.890Z | Checking spin v0.5.2 |
3123 | 2024-08-29T14:51:01.890Z | Checking untrusted v0.7.1 |
3124 | 2024-08-29T14:51:01.893Z | Checking arrayvec v0.7.4 |
3125 | 2024-08-29T14:51:01.893Z | Checking arrayref v0.3.7 |
3126 | 2024-08-29T14:51:01.893Z | Checking constant_time_eq v0.3.0 |
3127 | 2024-08-29T14:51:01.893Z | Checking cargo-platform v0.1.8 |
3128 | 2024-08-29T14:51:01.893Z | Checking topological-sort v0.2.2 |
3129 | 2024-08-29T14:51:02.093Z | Checking shell-words v1.1.0 |
3130 | 2024-08-29T14:51:02.162Z | Checking ring v0.16.20 |
3131 | 2024-08-29T14:51:02.265Z | Checking cargo_metadata v0.18.1 |
3132 | 2024-08-29T14:51:02.293Z | Checking blake3 v1.5.1 |
3133 | 2024-08-29T14:51:03.359Z | Checking omicron-zone-package v0.11.0 |
3134 | 2024-08-29T14:51:04.505Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3135 | 2024-08-29T14:51:05.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
3136 | 2024-08-29T14:51:05.461Z | |
3137 | 2024-08-29T14:51:05.461Z | info: running `cargo check --bins` on xtask (146/158) |
3138 | 2024-08-29T14:51:05.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-08-29T14:51:05.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-08-29T14:51:05.962Z | Checking bitflags v2.6.0 |
3141 | 2024-08-29T14:51:05.965Z | Checking serde v1.0.208 |
3142 | 2024-08-29T14:51:05.965Z | Checking thiserror v1.0.63 |
3143 | 2024-08-29T14:51:06.042Z | Checking scroll v0.12.0 |
3144 | 2024-08-29T14:51:06.055Z | Checking hashbrown v0.14.5 |
3145 | 2024-08-29T14:51:06.058Z | Checking log v0.4.21 |
3146 | 2024-08-29T14:51:06.073Z | Checking zerocopy v0.7.34 |
3147 | 2024-08-29T14:51:06.088Z | Checking syn v2.0.74 |
3148 | 2024-08-29T14:51:06.142Z | Checking pest v2.7.10 |
3149 | 2024-08-29T14:51:06.278Z | Checking rustix v0.38.34 |
3150 | 2024-08-29T14:51:06.321Z | Checking fs-err v2.11.0 |
3151 | 2024-08-29T14:51:06.508Z | Checking goblin v0.8.2 |
3152 | 2024-08-29T14:51:06.624Z | Checking tabled v0.15.0 |
3153 | 2024-08-29T14:51:07.120Z | Checking indexmap v2.4.0 |
3154 | 2024-08-29T14:51:07.464Z | Checking anyhow v1.0.86 |
3155 | 2024-08-29T14:51:08.336Z | Checking terminal_size v0.3.0 |
3156 | 2024-08-29T14:51:08.336Z | Checking tempfile v3.10.1 |
3157 | 2024-08-29T14:51:08.403Z | Checking dtrace-parser v0.2.0 |
3158 | 2024-08-29T14:51:08.499Z | Checking clap_builder v4.5.15 |
3159 | 2024-08-29T14:51:10.495Z | Checking serde_json v1.0.125 |
3160 | 2024-08-29T14:51:10.495Z | Checking serde_spanned v0.6.7 |
3161 | 2024-08-29T14:51:10.503Z | Checking toml_datetime v0.6.8 |
3162 | 2024-08-29T14:51:10.503Z | Checking camino v1.1.9 |
3163 | 2024-08-29T14:51:10.503Z | Checking semver v1.0.23 |
3164 | 2024-08-29T14:51:10.503Z | Checking cargo-platform v0.1.8 |
3165 | 2024-08-29T14:51:10.606Z | Checking clap v4.5.16 |
3166 | 2024-08-29T14:51:10.712Z | Checking macaddr v1.0.1 |
3167 | 2024-08-29T14:51:10.794Z | Checking toml_edit v0.22.20 |
3168 | 2024-08-29T14:51:10.975Z | Checking camino-tempfile v1.1.1 |
3169 | 2024-08-29T14:51:11.574Z | Checking dof v0.3.0 |
3170 | 2024-08-29T14:51:11.574Z | Checking cargo_metadata v0.18.1 |
3171 | 2024-08-29T14:51:11.989Z | Checking usdt-impl v0.5.0 |
3172 | 2024-08-29T14:51:12.348Z | Checking usdt v0.5.0 |
3173 | 2024-08-29T14:51:12.544Z | Checking toml v0.8.19 |
3174 | 2024-08-29T14:51:13.014Z | Checking cargo_toml v0.20.4 |
3175 | 2024-08-29T14:51:14.236Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3176 | 2024-08-29T14:51:14.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.38s |
3177 | 2024-08-29T14:51:14.947Z | |
3178 | 2024-08-29T14:51:14.947Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3179 | 2024-08-29T14:51:15.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2024-08-29T14:51:15.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2024-08-29T14:51:15.742Z | Checking polyval v0.6.2 |
3182 | 2024-08-29T14:51:15.742Z | Checking rfc6979 v0.4.0 |
3183 | 2024-08-29T14:51:16.853Z | Checking primeorder v0.13.6 |
3184 | 2024-08-29T14:51:16.857Z | Checking ctr v0.9.2 |
3185 | 2024-08-29T14:51:16.857Z | Checking ed25519 v2.2.3 |
3186 | 2024-08-29T14:51:16.857Z | Checking ssh-encoding v0.2.0 |
3187 | 2024-08-29T14:51:16.857Z | Checking blowfish v0.9.1 |
3188 | 2024-08-29T14:51:16.857Z | Checking option-ext v0.2.0 |
3189 | 2024-08-29T14:51:16.857Z | Checking ecdsa v0.16.9 |
3190 | 2024-08-29T14:51:16.857Z | Checking dirs-sys v0.4.1 |
3191 | 2024-08-29T14:51:16.857Z | Checking ghash v0.5.1 |
3192 | 2024-08-29T14:51:16.857Z | Checking bcrypt-pbkdf v0.10.0 |
3193 | 2024-08-29T14:51:16.857Z | Checking password-hash v0.4.2 |
3194 | 2024-08-29T14:51:16.857Z | Checking ed25519-dalek v2.1.1 |
3195 | 2024-08-29T14:51:16.857Z | Checking matches v0.1.10 |
3196 | 2024-08-29T14:51:16.857Z | Checking aes-gcm v0.10.3 |
3197 | 2024-08-29T14:51:16.857Z | Checking dirs v5.0.1 |
3198 | 2024-08-29T14:51:16.857Z | Compiling enum-as-inner v0.5.1 |
3199 | 2024-08-29T14:51:16.857Z | Checking idna v0.2.3 |
3200 | 2024-08-29T14:51:16.857Z | Checking russh-cryptovec v0.7.2 |
3201 | 2024-08-29T14:51:16.858Z | Checking md5 v0.7.0 |
3202 | 2024-08-29T14:51:16.858Z | Checking ssh-cipher v0.2.0 |
3203 | 2024-08-29T14:51:16.858Z | Checking pbkdf2 v0.11.0 |
3204 | 2024-08-29T14:51:16.858Z | Checking num-bigint v0.4.5 |
3205 | 2024-08-29T14:51:16.858Z | Checking hex-literal v0.4.1 |
3206 | 2024-08-29T14:51:16.858Z | Compiling dhcproto-macros v0.1.0 |
3207 | 2024-08-29T14:51:16.858Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3208 | 2024-08-29T14:51:16.858Z | Checking p384 v0.13.0 |
3209 | 2024-08-29T14:51:16.858Z | Checking ssh-key v0.6.6 |
3210 | 2024-08-29T14:51:16.858Z | Checking p256 v0.13.2 |
3211 | 2024-08-29T14:51:17.124Z | Checking p521 v0.13.3 |
3212 | 2024-08-29T14:51:17.258Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3213 | 2024-08-29T14:51:17.317Z | Checking trust-dns-proto v0.22.0 |
3214 | 2024-08-29T14:51:17.635Z | Checking internet-checksum v0.2.1 |
3215 | 2024-08-29T14:51:18.375Z | Checking russh-keys v0.44.0 |
3216 | 2024-08-29T14:51:19.297Z | Checking russh v0.44.1 |
3217 | 2024-08-29T14:51:20.030Z | Checking dhcproto v0.12.0 |
3218 | 2024-08-29T14:51:36.610Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3219 | 2024-08-29T14:51:37.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.99s |
3220 | 2024-08-29T14:51:38.130Z | |
3221 | 2024-08-29T14:51:38.130Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3222 | 2024-08-29T14:51:38.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2024-08-29T14:51:38.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2024-08-29T14:51:38.798Z | Checking termios v0.3.3 |
3225 | 2024-08-29T14:51:39.001Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3226 | 2024-08-29T14:51:39.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3227 | 2024-08-29T14:51:39.915Z | |
3228 | 2024-08-29T14:51:39.915Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3229 | 2024-08-29T14:51:40.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2024-08-29T14:51:40.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2024-08-29T14:51:40.646Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3232 | 2024-08-29T14:51:42.649Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3233 | 2024-08-29T14:51:44.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
3234 | 2024-08-29T14:51:44.575Z | |
3235 | 2024-08-29T14:51:44.575Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3236 | 2024-08-29T14:51:45.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2024-08-29T14:51:45.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2024-08-29T14:51:45.242Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3239 | 2024-08-29T14:51:45.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3240 | 2024-08-29T14:51:45.828Z | |
3241 | 2024-08-29T14:51:45.828Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3242 | 2024-08-29T14:51:46.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2024-08-29T14:51:46.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2024-08-29T14:51:46.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3245 | 2024-08-29T14:51:46.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3246 | 2024-08-29T14:51:46.463Z | |
3247 | 2024-08-29T14:51:46.463Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3248 | 2024-08-29T14:51:47.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2024-08-29T14:51:47.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2024-08-29T14:51:47.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3251 | 2024-08-29T14:51:47.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3252 | 2024-08-29T14:51:47.093Z | |
3253 | 2024-08-29T14:51:47.093Z | info: running `cargo check --bins` on omicron-package (153/158) |
3254 | 2024-08-29T14:51:47.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3255 | 2024-08-29T14:51:47.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3256 | 2024-08-29T14:51:47.781Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3257 | 2024-08-29T14:51:49.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
3258 | 2024-08-29T14:51:49.173Z | |
3259 | 2024-08-29T14:51:49.173Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3260 | 2024-08-29T14:51:49.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3261 | 2024-08-29T14:51:49.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3262 | 2024-08-29T14:51:49.902Z | Checking rtoolbox v0.0.2 |
3263 | 2024-08-29T14:51:49.902Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3264 | 2024-08-29T14:51:49.904Z | Checking tui-tree-widget v0.22.0 |
3265 | 2024-08-29T14:51:50.116Z | Checking rpassword v7.3.1 |
3266 | 2024-08-29T14:51:54.094Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3267 | 2024-08-29T14:51:56.967Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3268 | 2024-08-29T14:51:58.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.86s |
3269 | 2024-08-29T14:51:58.207Z | |
3270 | 2024-08-29T14:51:58.207Z | info: running `cargo check --bins` on wicket (155/158) |
3271 | 2024-08-29T14:51:58.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2024-08-29T14:51:58.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2024-08-29T14:51:58.916Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3274 | 2024-08-29T14:51:59.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
3275 | 2024-08-29T14:51:59.454Z | |
3276 | 2024-08-29T14:51:59.454Z | info: running `cargo check --bins` on wicketd (156/158) |
3277 | 2024-08-29T14:52:00.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2024-08-29T14:52:00.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2024-08-29T14:52:00.174Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3280 | 2024-08-29T14:52:03.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
3281 | 2024-08-29T14:52:04.072Z | |
3282 | 2024-08-29T14:52:04.072Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3283 | 2024-08-29T14:52:04.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2024-08-29T14:52:04.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2024-08-29T14:52:04.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3286 | 2024-08-29T14:52:04.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3287 | 2024-08-29T14:52:04.705Z | |
3288 | 2024-08-29T14:52:04.705Z | info: running `cargo check --bins` on zone-setup (158/158) |
3289 | 2024-08-29T14:52:05.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2024-08-29T14:52:05.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2024-08-29T14:52:05.458Z | Checking uzers v0.11.3 |
3292 | 2024-08-29T14:52:05.760Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3293 | 2024-08-29T14:52:06.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
3294 | 2024-08-29T14:52:06.981Z | |
3295 | 2024-08-29T14:52:06.981Z | real 10:57.604036113 |
3296 | 2024-08-29T14:52:06.981Z | user 23:40.107539797 |
3297 | 2024-08-29T14:52:06.981Z | sys 5:08.014435901 |
3298 | 2024-08-29T14:52:06.981Z | trap 0.523278055 |
3299 | 2024-08-29T14:52:06.982Z | tflt 3.159958396 |
3300 | 2024-08-29T14:52:06.982Z | dflt 2.020432433 |
3301 | 2024-08-29T14:52:06.982Z | kflt 0.003075935 |
3302 | 2024-08-29T14:52:06.984Z | lock 42:05.090752525 |
3303 | 2024-08-29T14:52:06.984Z | slp 1:56:10.805682180 |
3304 | 2024-08-29T14:52:06.984Z | lat 1:00.249411306 |
3305 | 2024-08-29T14:52:06.984Z | stop 3:00.253253695 |
3306 | 2024-08-29T14:52:06.984Z | process exited: duration 880220 ms, exit code 0 |
|
3307 | 2024-08-29T14:52:06.990Z | found 0 output files |