|
|
|
1 | 2024-11-15T21:22:31.885Z | job assigned to worker 01JCRV8SEC272VG6JG5T730M3H [factory gimlet-EVT22200007-propolis, EVT22200007/18960] (queued for 25 s) |
|
2 | 2024-11-15T21:22:39.759Z | starting task 0: "setup" |
3 | 2024-11-15T21:22:39.783Z | ++ uname -s |
4 | 2024-11-15T21:22:39.783Z | + kern=SunOS |
5 | 2024-11-15T21:22:39.783Z | + case "$kern" in |
6 | 2024-11-15T21:22:39.783Z | + groupadd -g 12345 build |
7 | 2024-11-15T21:22:39.783Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-15T21:22:41.781Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-15T21:22:41.820Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-15T21:22:41.844Z | + home_fs=zfs |
11 | 2024-11-15T21:22:41.844Z | + [[ zfs == autofs ]] |
12 | 2024-11-15T21:22:41.844Z | + mkdir -p /home/build |
13 | 2024-11-15T21:22:41.844Z | + chown build:build /home/build /work |
14 | 2024-11-15T21:22:43.829Z | + chmod 0700 /home/build /work |
15 | 2024-11-15T21:22:43.853Z | process exited: duration 4076 ms, exit code 0 |
|
16 | 2024-11-15T21:22:43.901Z | starting task 1: "rust-toolchain" |
17 | 2024-11-15T21:22:43.926Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-15T21:22:43.926Z | ' 1.81.0 |
19 | 2024-11-15T21:22:43.926Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-15T21:22:43.926Z | ' default |
21 | 2024-11-15T21:22:43.926Z | * toolchain channel = "1.81.0" |
22 | 2024-11-15T21:22:43.926Z | * toolchain profile = "default" |
23 | 2024-11-15T21:22:43.926Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-15T21:22:43.926Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-15T21:22:44.054Z | info: downloading installer |
26 | 2024-11-15T21:22:44.586Z | info: profile set to 'default' |
27 | 2024-11-15T21:22:44.586Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-15T21:22:44.586Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-15T21:22:44.700Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-15T21:22:44.700Z | info: downloading component 'cargo' |
31 | 2024-11-15T21:22:44.988Z | info: downloading component 'clippy' |
32 | 2024-11-15T21:22:45.112Z | info: downloading component 'rust-docs' |
33 | 2024-11-15T21:22:45.554Z | info: downloading component 'rust-std' |
34 | 2024-11-15T21:22:46.292Z | info: downloading component 'rustc' |
35 | 2024-11-15T21:22:49.127Z | info: downloading component 'rustfmt' |
36 | 2024-11-15T21:22:49.260Z | info: installing component 'cargo' |
37 | 2024-11-15T21:22:50.350Z | info: installing component 'clippy' |
38 | 2024-11-15T21:22:50.790Z | info: installing component 'rust-docs' |
39 | 2024-11-15T21:22:53.518Z | info: installing component 'rust-std' |
40 | 2024-11-15T21:22:55.775Z | info: installing component 'rustc' |
41 | 2024-11-15T21:23:03.073Z | info: installing component 'rustfmt' |
42 | 2024-11-15T21:23:03.448Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-15T21:23:03.448Z | |
44 | 2024-11-15T21:23:03.596Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-15T21:23:03.596Z | |
46 | 2024-11-15T21:23:03.596Z | |
47 | 2024-11-15T21:23:03.596Z | Rust is installed now. Great! |
48 | 2024-11-15T21:23:03.596Z | |
49 | 2024-11-15T21:23:03.596Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-15T21:23:03.596Z | environment variable. This has not been done automatically. |
51 | 2024-11-15T21:23:03.597Z | |
52 | 2024-11-15T21:23:03.597Z | To configure your current shell, you need to source |
53 | 2024-11-15T21:23:03.597Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-15T21:23:03.597Z | |
55 | 2024-11-15T21:23:03.597Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-15T21:23:03.597Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-15T21:23:03.597Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-15T21:23:03.699Z | + rustc --version |
59 | 2024-11-15T21:23:03.821Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-15T21:23:03.845Z | process exited: duration 19925 ms, exit code 0 |
|
61 | 2024-11-15T21:23:03.897Z | starting task 2: "authentication" |
62 | 2024-11-15T21:23:03.957Z | process exited: duration 63 ms, exit code 0 |
|
63 | 2024-11-15T21:23:04.006Z | starting task 3: "clone repository" |
64 | 2024-11-15T21:23:04.031Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-15T21:23:04.031Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-15T21:23:04.055Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-15T21:23:16.709Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-15T21:23:16.709Z | + git fetch origin 963fcd56b278b6d19df878fa296a42eb596eb1bb |
69 | 2024-11-15T21:23:17.238Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-15T21:23:17.238Z | * branch 963fcd56b278b6d19df878fa296a42eb596eb1bb -> FETCH_HEAD |
71 | 2024-11-15T21:23:17.263Z | + [[ -n doc ]] |
72 | 2024-11-15T21:23:17.263Z | ++ git branch --show-current |
73 | 2024-11-15T21:23:17.263Z | + current=main |
74 | 2024-11-15T21:23:17.263Z | + [[ main != doc ]] |
75 | 2024-11-15T21:23:17.263Z | + git branch -f doc 963fcd56b278b6d19df878fa296a42eb596eb1bb |
76 | 2024-11-15T21:23:17.263Z | + git checkout -f doc |
77 | 2024-11-15T21:23:17.467Z | Switched to branch 'doc' |
78 | 2024-11-15T21:23:17.491Z | + git reset --hard 963fcd56b278b6d19df878fa296a42eb596eb1bb |
79 | 2024-11-15T21:23:17.515Z | HEAD is now at 963fcd56b regenerate openapi |
80 | 2024-11-15T21:23:17.515Z | process exited: duration 13487 ms, exit code 0 |
|
81 | 2024-11-15T21:23:17.565Z | starting task 4: "build" |
82 | 2024-11-15T21:23:17.589Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-15T21:23:17.589Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-15T21:23:17.589Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-15T21:23:17.589Z | + cargo --version |
86 | 2024-11-15T21:23:17.645Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-15T21:23:17.670Z | + rustc --version |
88 | 2024-11-15T21:23:17.726Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-15T21:23:17.750Z | + source ./env.sh |
90 | 2024-11-15T21:23:17.750Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-15T21:23:17.750Z | ++ set -o xtrace |
92 | 2024-11-15T21:23:17.750Z | ++++ dirname ./env.sh |
93 | 2024-11-15T21:23:17.750Z | +++ readlink -f . |
94 | 2024-11-15T21:23:17.750Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-15T21:23:17.750Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-15T21:23:17.750Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-15T21:23:17.750Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-15T21:23:17.750Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-11-15T21:23:17.750Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-11-15T21:23:17.750Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-11-15T21:23:17.750Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-11-15T21:23:17.750Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-11-15T21:23:17.750Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-15T21:23:17.750Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-15T21:23:17.750Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-11-15T21:23:17.750Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-11-15T21:23:17.750Z | + banner prerequisites |
108 | 2024-11-15T21:23:17.750Z | |
109 | 2024-11-15T21:23:17.750Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-15T21:23:17.750Z | # # # # # # # # # # # # # # # |
111 | 2024-11-15T21:23:17.751Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-15T21:23:17.751Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-15T21:23:17.751Z | # # # # # # # # # # # # # # # |
114 | 2024-11-15T21:23:17.751Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-15T21:23:17.751Z | |
116 | 2024-11-15T21:23:17.751Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-15T21:23:27.916Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-15T21:23:32.250Z | Startup: Caching catalogs ... Done |
119 | 2024-11-15T21:23:43.250Z | Planning: Solver setup ... Done (9.942s) |
120 | 2024-11-15T21:23:43.390Z | Planning: Running solver ... Done (0.140s) |
121 | 2024-11-15T21:23:43.484Z | Planning: Finding local manifests ... Done (0.003s) |
122 | 2024-11-15T21:23:43.564Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-15T21:23:44.025Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-15T21:23:44.169Z | Planning: Package planning ... Done (0.144s) |
125 | 2024-11-15T21:23:44.236Z | Planning: Merging actions ... Done (0.066s) |
126 | 2024-11-15T21:23:44.468Z | Planning: Checking for conflicting actions ... Done (0.232s) |
127 | 2024-11-15T21:23:45.674Z | Planning: Consolidating action changes ... Done (1.205s) |
128 | 2024-11-15T21:23:46.116Z | Planning: Evaluating mediators ... Done (0.442s) |
129 | 2024-11-15T21:23:46.226Z | Planning: Planning completed in 13.89 seconds |
130 | 2024-11-15T21:23:46.250Z | Packages to install: 4 |
131 | 2024-11-15T21:23:46.250Z | Packages to update: 1 |
132 | 2024-11-15T21:23:46.250Z | Mediators to change: 2 |
133 | 2024-11-15T21:23:46.250Z | Services to change: 1 |
134 | 2024-11-15T21:23:46.250Z | Estimated space available: 155.18 GB |
135 | 2024-11-15T21:23:46.250Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-15T21:23:46.250Z | Create boot environment: No |
137 | 2024-11-15T21:23:46.250Z | Create backup boot environment: Yes |
138 | 2024-11-15T21:23:46.250Z | Rebuild boot archive: No |
139 | 2024-11-15T21:23:46.250Z | |
140 | 2024-11-15T21:23:46.250Z | Changed mediators: |
141 | 2024-11-15T21:23:46.250Z | mediator clang: |
142 | 2024-11-15T21:23:46.250Z | version: None -> 15 (system default) |
143 | 2024-11-15T21:23:46.250Z | |
144 | 2024-11-15T21:23:46.250Z | mediator llvm: |
145 | 2024-11-15T21:23:46.250Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-15T21:23:46.250Z | |
147 | 2024-11-15T21:23:46.250Z | Changed packages: |
148 | 2024-11-15T21:23:46.250Z | helios-dev |
149 | 2024-11-15T21:23:46.250Z | developer/build-essential |
150 | 2024-11-15T21:23:46.250Z | None -> 11-2.0 |
151 | 2024-11-15T21:23:46.250Z | library/libxmlsec1 |
152 | 2024-11-15T21:23:46.250Z | None -> 1.2.35-2.0 |
153 | 2024-11-15T21:23:46.250Z | ooce/developer/clang-15 |
154 | 2024-11-15T21:23:46.251Z | None -> 15.0.7-2.0 |
155 | 2024-11-15T21:23:46.251Z | ooce/developer/llvm-15 |
156 | 2024-11-15T21:23:46.251Z | None -> 15.0.7-2.0 |
157 | 2024-11-15T21:23:46.251Z | package/pkg |
158 | 2024-11-15T21:23:46.251Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-15T21:23:46.251Z | |
160 | 2024-11-15T21:23:46.251Z | Services: |
161 | 2024-11-15T21:23:46.251Z | restart_fmri: |
162 | 2024-11-15T21:23:46.251Z | svc:/system/update-man-index:default |
163 | 2024-11-15T21:23:46.251Z | |
164 | 2024-11-15T21:23:46.251Z | Editable files to change: |
165 | 2024-11-15T21:23:46.251Z | Update: |
166 | 2024-11-15T21:23:46.251Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-15T21:23:46.326Z | |
168 | 2024-11-15T21:23:46.326Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-15T21:23:51.331Z | Download: 1195/4281 items 74.5/220.6MB 33% complete (14.9M/s) |
170 | 2024-11-15T21:23:56.333Z | Download: 2219/4281 items 114.2/220.6MB 51% complete (11.6M/s) |
171 | 2024-11-15T21:24:01.333Z | Download: 3130/4281 items 134.6/220.6MB 61% complete (6.0M/s) |
172 | 2024-11-15T21:24:06.411Z | Download: 3290/4281 items 212.6/220.6MB 96% complete (9.9M/s) |
173 | 2024-11-15T21:24:11.857Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (9.9M/s) |
174 | 2024-11-15T21:24:11.995Z | Download: Completed 220.60 MB in 25.67 seconds (8.6M/s) |
175 | 2024-11-15T21:24:13.501Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-11-15T21:24:13.526Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-11-15T21:24:18.729Z | Actions: 3165/5063 actions (Installing new actions) |
178 | 2024-11-15T21:24:19.637Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-11-15T21:24:20.053Z | Actions: Completed 5063 actions in 6.55 seconds. |
180 | 2024-11-15T21:24:20.430Z | Done (0.365s) |
181 | 2024-11-15T21:24:20.454Z | Done (0.000s) |
182 | 2024-11-15T21:24:21.081Z | Done (0.649s) |
183 | 2024-11-15T21:24:26.192Z | Done (4.932s) |
184 | 2024-11-15T21:24:26.290Z | Done (0.020s) |
185 | 2024-11-15T21:24:26.315Z | Done (0.000s) |
186 | 2024-11-15T21:24:26.475Z | Done (0.000s) |
187 | 2024-11-15T21:24:27.259Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-11-15T21:24:27.513Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-11-15T21:24:27.538Z | Planning: Consolidating action changes ... Done |
190 | 2024-11-15T21:24:27.846Z | Planning: Evaluating mediators ... Done |
191 | 2024-11-15T21:24:27.869Z | Planning: Planning completed in 0.59 seconds |
192 | 2024-11-15T21:24:27.893Z | Mediators to change: 2 |
193 | 2024-11-15T21:24:27.894Z | Create boot environment: No |
194 | 2024-11-15T21:24:27.894Z | Create backup boot environment: No |
195 | 2024-11-15T21:24:27.953Z | Done |
196 | 2024-11-15T21:24:27.953Z | Done |
197 | 2024-11-15T21:24:28.437Z | Done |
198 | 2024-11-15T21:24:33.024Z | Done |
199 | 2024-11-15T21:24:33.132Z | Done |
200 | 2024-11-15T21:24:33.132Z | Done |
201 | 2024-11-15T21:24:33.183Z | Done |
202 | 2024-11-15T21:24:33.951Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-11-15T21:24:33.975Z | Planning: Merging actions ... Done |
204 | 2024-11-15T21:24:34.198Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-11-15T21:24:34.222Z | Planning: Consolidating action changes ... Done |
206 | 2024-11-15T21:24:34.550Z | Planning: Evaluating mediators ... Done |
207 | 2024-11-15T21:24:34.619Z | Planning: Planning completed in 0.98 seconds |
208 | 2024-11-15T21:24:34.667Z | Packages to change: 1 |
209 | 2024-11-15T21:24:34.667Z | Mediators to change: 1 |
210 | 2024-11-15T21:24:34.667Z | Services to change: 1 |
211 | 2024-11-15T21:24:34.667Z | Create boot environment: No |
212 | 2024-11-15T21:24:34.667Z | Create backup boot environment: Yes |
213 | 2024-11-15T21:24:36.351Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-11-15T21:24:36.376Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-11-15T21:24:36.376Z | Done |
216 | 2024-11-15T21:24:36.376Z | Done |
217 | 2024-11-15T21:24:36.483Z | Done |
218 | 2024-11-15T21:24:41.150Z | Done |
219 | 2024-11-15T21:24:41.255Z | Done |
220 | 2024-11-15T21:24:41.256Z | Done |
221 | 2024-11-15T21:24:41.347Z | Done |
222 | 2024-11-15T21:24:41.905Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-11-15T21:24:41.905Z | clang system 15 system |
224 | 2024-11-15T21:24:41.905Z | csh system system illumos |
225 | 2024-11-15T21:24:41.905Z | ctags system system illumos |
226 | 2024-11-15T21:24:41.905Z | gcc vendor 12 vendor |
227 | 2024-11-15T21:24:41.905Z | gcc system 10 system |
228 | 2024-11-15T21:24:41.905Z | gcc system 7 system |
229 | 2024-11-15T21:24:41.905Z | go system 1.20 system |
230 | 2024-11-15T21:24:41.905Z | go system 1.19 system |
231 | 2024-11-15T21:24:41.905Z | llvm system 15 system |
232 | 2024-11-15T21:24:41.905Z | llvm system 14 system |
233 | 2024-11-15T21:24:41.905Z | mariadb system 10.6 system |
234 | 2024-11-15T21:24:41.905Z | mta vendor vendor dma |
235 | 2024-11-15T21:24:41.905Z | openjdk system 17 system |
236 | 2024-11-15T21:24:41.905Z | openjdk system 11 system |
237 | 2024-11-15T21:24:41.905Z | openjdk system 1.8 system |
238 | 2024-11-15T21:24:41.905Z | openssl vendor 3 vendor |
239 | 2024-11-15T21:24:41.905Z | perl system 5.36 system |
240 | 2024-11-15T21:24:41.905Z | postgresql system 15 system |
241 | 2024-11-15T21:24:41.905Z | postgresql system 13 system |
242 | 2024-11-15T21:24:41.905Z | python vendor 3 vendor |
243 | 2024-11-15T21:24:41.905Z | python system 2 system |
244 | 2024-11-15T21:24:41.905Z | python3 system 3.11 system |
245 | 2024-11-15T21:24:41.905Z | ruby system 3.0 system |
246 | 2024-11-15T21:24:41.905Z | words vendor vendor american-english |
247 | 2024-11-15T21:24:41.905Z | words system system australian-english |
248 | 2024-11-15T21:24:41.905Z | words system system british-english |
249 | 2024-11-15T21:24:41.905Z | words system system canadian-english |
250 | 2024-11-15T21:24:41.905Z | words system system french |
251 | 2024-11-15T21:24:41.905Z | words system system italian |
252 | 2024-11-15T21:24:41.905Z | words system system ngerman |
253 | 2024-11-15T21:24:41.905Z | words system system ogerman |
254 | 2024-11-15T21:24:41.905Z | words system system spanish |
255 | 2024-11-15T21:24:42.315Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-11-15T21:24:42.315Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-11-15T21:24:45.481Z | FMRI IFO |
258 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-11-15T21:24:45.481Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-11-15T21:24:46.316Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-11-15T21:24:46.950Z | Updating crates.io index |
275 | 2024-11-15T21:24:47.020Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-11-15T21:24:48.342Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-11-15T21:24:48.924Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-11-15T21:24:49.438Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-11-15T21:24:49.959Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-11-15T21:24:51.561Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-11-15T21:24:54.938Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-11-15T21:24:56.496Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-11-15T21:24:58.060Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-11-15T21:24:58.650Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-11-15T21:24:59.257Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-11-15T21:25:00.297Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-11-15T21:25:00.819Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-11-15T21:25:01.468Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-11-15T21:25:02.029Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-11-15T21:25:02.525Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-11-15T21:25:03.016Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-11-15T21:25:03.642Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-11-15T21:25:04.352Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-11-15T21:25:07.005Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-11-15T21:25:07.573Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-11-15T21:25:08.452Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-11-15T21:25:08.981Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-11-15T21:25:09.781Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-11-15T21:25:10.608Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-11-15T21:25:11.158Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-11-15T21:25:11.827Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-11-15T21:25:13.493Z | Downloading crates ... |
303 | 2024-11-15T21:25:13.552Z | Downloaded equivalent v1.0.1 |
304 | 2024-11-15T21:25:13.576Z | Downloaded byteorder v1.5.0 |
305 | 2024-11-15T21:25:13.576Z | Downloaded usdt-macro v0.5.0 |
306 | 2024-11-15T21:25:13.576Z | Downloaded usdt v0.5.0 |
307 | 2024-11-15T21:25:13.576Z | Downloaded camino-tempfile v1.1.1 |
308 | 2024-11-15T21:25:13.576Z | Downloaded bitflags v2.6.0 |
309 | 2024-11-15T21:25:13.576Z | Downloaded zerocopy-derive v0.7.35 |
310 | 2024-11-15T21:25:13.601Z | Downloaded syn v2.0.87 |
311 | 2024-11-15T21:25:13.601Z | Downloaded version_check v0.9.5 |
312 | 2024-11-15T21:25:13.601Z | Downloaded utf8parse v0.2.2 |
313 | 2024-11-15T21:25:13.601Z | Downloaded thiserror-impl v1.0.69 |
314 | 2024-11-15T21:25:13.601Z | Downloaded usdt-attr-macro v0.5.0 |
315 | 2024-11-15T21:25:13.602Z | Downloaded pest_meta v2.7.14 |
316 | 2024-11-15T21:25:13.626Z | Downloaded unicode-ident v1.0.13 |
317 | 2024-11-15T21:25:13.626Z | Downloaded toml_datetime v0.6.8 |
318 | 2024-11-15T21:25:13.626Z | Downloaded usdt-impl v0.5.0 |
319 | 2024-11-15T21:25:13.626Z | Downloaded zerocopy v0.7.35 |
320 | 2024-11-15T21:25:13.651Z | Downloaded ucd-trie v0.1.7 |
321 | 2024-11-15T21:25:13.651Z | Downloaded toml_edit v0.22.22 |
322 | 2024-11-15T21:25:13.674Z | Downloaded serde_tokenstream v0.2.2 |
323 | 2024-11-15T21:25:13.675Z | Downloaded rustix v0.38.37 |
324 | 2024-11-15T21:25:13.699Z | Downloaded semver v1.0.23 |
325 | 2024-11-15T21:25:13.699Z | Downloaded thread-id v4.2.2 |
326 | 2024-11-15T21:25:13.699Z | Downloaded textwrap v0.16.1 |
327 | 2024-11-15T21:25:13.699Z | Downloaded ryu v1.0.18 |
328 | 2024-11-15T21:25:13.699Z | Downloaded terminal_size v0.4.0 |
329 | 2024-11-15T21:25:13.699Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-11-15T21:25:13.699Z | Downloaded unicode-width v0.1.14 |
331 | 2024-11-15T21:25:13.723Z | Downloaded libc v0.2.162 |
332 | 2024-11-15T21:25:13.747Z | Downloaded tabled v0.15.0 |
333 | 2024-11-15T21:25:13.771Z | Downloaded syn v1.0.109 |
334 | 2024-11-15T21:25:13.771Z | Downloaded smawk v0.3.2 |
335 | 2024-11-15T21:25:13.771Z | Downloaded serde_spanned v0.6.8 |
336 | 2024-11-15T21:25:13.772Z | Downloaded swrite v0.1.0 |
337 | 2024-11-15T21:25:13.772Z | Downloaded serde_derive v1.0.215 |
338 | 2024-11-15T21:25:13.772Z | Downloaded pest v2.7.14 |
339 | 2024-11-15T21:25:13.796Z | Downloaded scroll_derive v0.12.0 |
340 | 2024-11-15T21:25:13.796Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2024-11-15T21:25:13.796Z | Downloaded proc-macro-error v1.0.4 |
342 | 2024-11-15T21:25:13.796Z | Downloaded pretty-hex v0.4.1 |
343 | 2024-11-15T21:25:13.797Z | Downloaded hashbrown v0.15.0 |
344 | 2024-11-15T21:25:13.797Z | Downloaded pest_derive v2.7.14 |
345 | 2024-11-15T21:25:13.797Z | Downloaded papergrid v0.11.0 |
346 | 2024-11-15T21:25:13.797Z | Downloaded once_cell v1.20.2 |
347 | 2024-11-15T21:25:13.797Z | Downloaded memchr v2.7.4 |
348 | 2024-11-15T21:25:13.825Z | Downloaded macaddr v1.0.1 |
349 | 2024-11-15T21:25:13.825Z | Downloaded indexmap v2.6.0 |
350 | 2024-11-15T21:25:13.825Z | Downloaded fs-err v2.11.0 |
351 | 2024-11-15T21:25:13.825Z | Downloaded fastrand v2.1.1 |
352 | 2024-11-15T21:25:13.825Z | Downloaded dof v0.3.0 |
353 | 2024-11-15T21:25:13.825Z | Downloaded cpufeatures v0.2.14 |
354 | 2024-11-15T21:25:13.825Z | Downloaded clap_lex v0.7.2 |
355 | 2024-11-15T21:25:13.825Z | Downloaded clap_derive v4.5.18 |
356 | 2024-11-15T21:25:13.825Z | Downloaded clap v4.5.21 |
357 | 2024-11-15T21:25:13.849Z | Downloaded cargo_toml v0.20.5 |
358 | 2024-11-15T21:25:13.849Z | Downloaded cargo_metadata v0.18.1 |
359 | 2024-11-15T21:25:13.849Z | Downloaded cargo-platform v0.1.8 |
360 | 2024-11-15T21:25:13.849Z | Downloaded serde_json v1.0.132 |
361 | 2024-11-15T21:25:13.850Z | Downloaded itoa v1.0.11 |
362 | 2024-11-15T21:25:13.851Z | Downloaded heck v0.4.1 |
363 | 2024-11-15T21:25:13.851Z | Downloaded goblin v0.8.2 |
364 | 2024-11-15T21:25:13.851Z | Downloaded generic-array v0.14.7 |
365 | 2024-11-15T21:25:13.851Z | Downloaded errno v0.3.9 |
366 | 2024-11-15T21:25:13.874Z | Downloaded dtrace-parser v0.2.0 |
367 | 2024-11-15T21:25:13.875Z | Downloaded crypto-common v0.1.6 |
368 | 2024-11-15T21:25:13.875Z | Downloaded clap_builder v4.5.21 |
369 | 2024-11-15T21:25:13.875Z | Downloaded winnow v0.6.20 |
370 | 2024-11-15T21:25:13.875Z | Downloaded typenum v1.17.0 |
371 | 2024-11-15T21:25:13.875Z | Downloaded toml v0.8.19 |
372 | 2024-11-15T21:25:13.899Z | Downloaded thiserror v1.0.69 |
373 | 2024-11-15T21:25:13.899Z | Downloaded tempfile v3.13.0 |
374 | 2024-11-15T21:25:13.899Z | Downloaded sha2 v0.10.8 |
375 | 2024-11-15T21:25:13.899Z | Downloaded serde v1.0.215 |
376 | 2024-11-15T21:25:13.899Z | Downloaded scroll v0.12.0 |
377 | 2024-11-15T21:25:13.899Z | Downloaded quote v1.0.37 |
378 | 2024-11-15T21:25:13.899Z | Downloaded proc-macro2 v1.0.89 |
379 | 2024-11-15T21:25:13.899Z | Downloaded memmap v0.7.0 |
380 | 2024-11-15T21:25:13.924Z | Downloaded log v0.4.22 |
381 | 2024-11-15T21:25:13.925Z | Downloaded autocfg v1.4.0 |
382 | 2024-11-15T21:25:13.925Z | Downloaded anyhow v1.0.93 |
383 | 2024-11-15T21:25:13.925Z | Downloaded anstyle-parse v0.2.5 |
384 | 2024-11-15T21:25:13.925Z | Downloaded anstream v0.6.15 |
385 | 2024-11-15T21:25:13.925Z | Downloaded unicode-linebreak v0.1.5 |
386 | 2024-11-15T21:25:13.925Z | Downloaded strsim v0.11.1 |
387 | 2024-11-15T21:25:13.925Z | Downloaded plain v0.2.3 |
388 | 2024-11-15T21:25:13.925Z | Downloaded pest_generator v2.7.14 |
389 | 2024-11-15T21:25:13.925Z | Downloaded is_terminal_polyfill v1.70.1 |
390 | 2024-11-15T21:25:13.925Z | Downloaded heck v0.5.0 |
391 | 2024-11-15T21:25:13.925Z | Downloaded fnv v1.0.7 |
392 | 2024-11-15T21:25:13.925Z | Downloaded digest v0.10.7 |
393 | 2024-11-15T21:25:13.949Z | Downloaded colorchoice v1.0.2 |
394 | 2024-11-15T21:25:13.949Z | Downloaded cfg-if v1.0.0 |
395 | 2024-11-15T21:25:13.949Z | Downloaded camino v1.1.9 |
396 | 2024-11-15T21:25:13.949Z | Downloaded anstyle-query v1.1.1 |
397 | 2024-11-15T21:25:13.949Z | Downloaded anstyle v1.0.10 |
398 | 2024-11-15T21:25:13.949Z | Downloaded bytecount v0.6.8 |
399 | 2024-11-15T21:25:13.949Z | Downloaded block-buffer v0.10.4 |
400 | 2024-11-15T21:25:14.060Z | Compiling proc-macro2 v1.0.89 |
401 | 2024-11-15T21:25:14.060Z | Compiling unicode-ident v1.0.13 |
402 | 2024-11-15T21:25:14.060Z | Compiling serde v1.0.215 |
403 | 2024-11-15T21:25:14.060Z | Compiling version_check v0.9.5 |
404 | 2024-11-15T21:25:14.085Z | Compiling memchr v2.7.4 |
405 | 2024-11-15T21:25:14.085Z | Compiling thiserror v1.0.69 |
406 | 2024-11-15T21:25:14.085Z | Compiling libc v0.2.162 |
407 | 2024-11-15T21:25:14.085Z | Compiling ucd-trie v0.1.7 |
408 | 2024-11-15T21:25:14.443Z | Compiling itoa v1.0.11 |
409 | 2024-11-15T21:25:14.661Z | Compiling ryu v1.0.18 |
410 | 2024-11-15T21:25:14.805Z | Compiling once_cell v1.20.2 |
411 | 2024-11-15T21:25:14.935Z | Compiling byteorder v1.5.0 |
412 | 2024-11-15T21:25:14.973Z | Compiling serde_json v1.0.132 |
413 | 2024-11-15T21:25:15.015Z | Compiling rustix v0.38.37 |
414 | 2024-11-15T21:25:15.331Z | Compiling bitflags v2.6.0 |
415 | 2024-11-15T21:25:15.357Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-11-15T21:25:15.626Z | Compiling usdt-impl v0.5.0 |
417 | 2024-11-15T21:25:15.659Z | Compiling syn v1.0.109 |
418 | 2024-11-15T21:25:15.741Z | Compiling quote v1.0.37 |
419 | 2024-11-15T21:25:15.768Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-11-15T21:25:15.850Z | Compiling camino v1.1.9 |
421 | 2024-11-15T21:25:15.946Z | Compiling errno v0.3.9 |
422 | 2024-11-15T21:25:16.177Z | Compiling syn v2.0.87 |
423 | 2024-11-15T21:25:16.240Z | Compiling utf8parse v0.2.2 |
424 | 2024-11-15T21:25:16.426Z | Compiling plain v0.2.3 |
425 | 2024-11-15T21:25:16.457Z | Compiling hashbrown v0.15.0 |
426 | 2024-11-15T21:25:16.516Z | Compiling log v0.4.22 |
427 | 2024-11-15T21:25:16.541Z | Compiling equivalent v1.0.1 |
428 | 2024-11-15T21:25:16.682Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-11-15T21:25:16.791Z | Compiling thread-id v4.2.2 |
430 | 2024-11-15T21:25:17.061Z | Compiling pretty-hex v0.4.1 |
431 | 2024-11-15T21:25:17.084Z | Compiling is_terminal_polyfill v1.70.1 |
432 | 2024-11-15T21:25:17.218Z | Compiling semver v1.0.23 |
433 | 2024-11-15T21:25:17.276Z | Compiling anstyle v1.0.10 |
434 | 2024-11-15T21:25:17.301Z | Compiling winnow v0.6.20 |
435 | 2024-11-15T21:25:17.508Z | Compiling unicode-width v0.1.14 |
436 | 2024-11-15T21:25:17.687Z | Compiling indexmap v2.6.0 |
437 | 2024-11-15T21:25:17.761Z | Compiling anstyle-query v1.1.1 |
438 | 2024-11-15T21:25:17.785Z | Compiling colorchoice v1.0.2 |
439 | 2024-11-15T21:25:17.936Z | Compiling autocfg v1.4.0 |
440 | 2024-11-15T21:25:17.966Z | Compiling anstream v0.6.15 |
441 | 2024-11-15T21:25:18.301Z | Compiling terminal_size v0.4.0 |
442 | 2024-11-15T21:25:18.631Z | Compiling heck v0.4.1 |
443 | 2024-11-15T21:25:18.664Z | Compiling strsim v0.11.1 |
444 | 2024-11-15T21:25:18.969Z | Compiling clap_lex v0.7.2 |
445 | 2024-11-15T21:25:19.035Z | Compiling anyhow v1.0.93 |
446 | 2024-11-15T21:25:19.067Z | Compiling fs-err v2.11.0 |
447 | 2024-11-15T21:25:19.166Z | Compiling cfg-if v1.0.0 |
448 | 2024-11-15T21:25:19.337Z | Compiling bytecount v0.6.8 |
449 | 2024-11-15T21:25:19.473Z | Compiling fnv v1.0.7 |
450 | 2024-11-15T21:25:19.544Z | Compiling heck v0.5.0 |
451 | 2024-11-15T21:25:19.570Z | Compiling fastrand v2.1.1 |
452 | 2024-11-15T21:25:19.628Z | Compiling papergrid v0.11.0 |
453 | 2024-11-15T21:25:19.960Z | Compiling tempfile v3.13.0 |
454 | 2024-11-15T21:25:20.082Z | Compiling clap_builder v4.5.21 |
455 | 2024-11-15T21:25:20.193Z | Compiling memmap v0.7.0 |
456 | 2024-11-15T21:25:20.328Z | Compiling smawk v0.3.2 |
457 | 2024-11-15T21:25:20.522Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-11-15T21:25:20.796Z | Compiling swrite v0.1.0 |
459 | 2024-11-15T21:25:20.914Z | Compiling textwrap v0.16.1 |
460 | 2024-11-15T21:25:21.926Z | Compiling tabled_derive v0.7.0 |
461 | 2024-11-15T21:25:23.456Z | Compiling tabled v0.15.0 |
462 | 2024-11-15T21:25:24.908Z | Compiling serde_derive v1.0.215 |
463 | 2024-11-15T21:25:24.933Z | Compiling thiserror-impl v1.0.69 |
464 | 2024-11-15T21:25:24.933Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-11-15T21:25:24.933Z | Compiling scroll_derive v0.12.0 |
466 | 2024-11-15T21:25:25.251Z | Compiling clap_derive v4.5.18 |
467 | 2024-11-15T21:25:26.102Z | Compiling scroll v0.12.0 |
468 | 2024-11-15T21:25:26.557Z | Compiling goblin v0.8.2 |
469 | 2024-11-15T21:25:26.763Z | Compiling zerocopy v0.7.35 |
470 | 2024-11-15T21:25:27.341Z | Compiling pest v2.7.14 |
471 | 2024-11-15T21:25:28.448Z | Compiling clap v4.5.21 |
472 | 2024-11-15T21:25:29.505Z | Compiling pest_meta v2.7.14 |
473 | 2024-11-15T21:25:30.533Z | Compiling pest_generator v2.7.14 |
474 | 2024-11-15T21:25:32.645Z | Compiling pest_derive v2.7.14 |
475 | 2024-11-15T21:25:33.296Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-11-15T21:25:34.911Z | Compiling serde_tokenstream v0.2.2 |
477 | 2024-11-15T21:25:35.026Z | Compiling toml_datetime v0.6.8 |
478 | 2024-11-15T21:25:35.026Z | Compiling serde_spanned v0.6.8 |
479 | 2024-11-15T21:25:35.241Z | Compiling cargo-platform v0.1.8 |
480 | 2024-11-15T21:25:35.411Z | Compiling toml_edit v0.22.22 |
481 | 2024-11-15T21:25:35.539Z | Compiling macaddr v1.0.1 |
482 | 2024-11-15T21:25:35.706Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-11-15T21:25:36.476Z | Compiling dof v0.3.0 |
484 | 2024-11-15T21:25:36.556Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-11-15T21:25:38.168Z | Compiling toml v0.8.19 |
486 | 2024-11-15T21:25:38.198Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-11-15T21:25:38.198Z | Compiling usdt-macro v0.5.0 |
488 | 2024-11-15T21:25:38.946Z | Compiling cargo_toml v0.20.5 |
489 | 2024-11-15T21:25:39.460Z | Compiling usdt v0.5.0 |
490 | 2024-11-15T21:25:43.231Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-11-15T21:25:48.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
492 | 2024-11-15T21:25:48.703Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-11-15T21:25:49.431Z | Downloading crates ... |
494 | 2024-11-15T21:25:49.560Z | Downloaded crucible-workspace-hack v0.1.0 |
495 | 2024-11-15T21:25:49.585Z | Downloaded bcrypt-pbkdf v0.10.0 |
496 | 2024-11-15T21:25:49.585Z | Downloaded curve25519-dalek-derive v0.1.1 |
497 | 2024-11-15T21:25:49.585Z | Downloaded base64 v0.22.1 |
498 | 2024-11-15T21:25:49.609Z | Downloaded internet-checksum v0.2.1 |
499 | 2024-11-15T21:25:49.609Z | Downloaded jobserver v0.1.32 |
500 | 2024-11-15T21:25:49.610Z | Downloaded serde-big-array v0.5.1 |
501 | 2024-11-15T21:25:49.634Z | Downloaded structmeta v0.2.0 |
502 | 2024-11-15T21:25:49.634Z | Downloaded strip-ansi-escapes v0.2.0 |
503 | 2024-11-15T21:25:49.634Z | Downloaded bstr v1.10.0 |
504 | 2024-11-15T21:25:49.659Z | Downloaded topological-sort v0.2.2 |
505 | 2024-11-15T21:25:49.659Z | Downloaded darling_macro v0.20.10 |
506 | 2024-11-15T21:25:49.659Z | Downloaded zone_cfg_derive v0.1.2 |
507 | 2024-11-15T21:25:49.659Z | Downloaded mirai-annotations v1.12.0 |
508 | 2024-11-15T21:25:49.659Z | Downloaded idna v1.0.3 |
509 | 2024-11-15T21:25:49.683Z | Downloaded defmt v0.3.8 |
510 | 2024-11-15T21:25:49.683Z | Downloaded precomputed-hash v0.1.1 |
511 | 2024-11-15T21:25:49.683Z | Downloaded phf_shared v0.11.2 |
512 | 2024-11-15T21:25:49.683Z | Downloaded getrandom v0.2.15 |
513 | 2024-11-15T21:25:49.707Z | Downloaded phf_shared v0.10.0 |
514 | 2024-11-15T21:25:49.708Z | Downloaded sqlparser_derive v0.2.2 |
515 | 2024-11-15T21:25:49.708Z | Downloaded pin-utils v0.1.0 |
516 | 2024-11-15T21:25:49.708Z | Downloaded phf_generator v0.11.2 |
517 | 2024-11-15T21:25:49.708Z | Downloaded strum v0.26.3 |
518 | 2024-11-15T21:25:49.708Z | Downloaded sync-ptr v0.1.1 |
519 | 2024-11-15T21:25:49.708Z | Downloaded static_assertions v1.1.0 |
520 | 2024-11-15T21:25:49.732Z | Downloaded structmeta-derive v0.2.0 |
521 | 2024-11-15T21:25:49.732Z | Downloaded wyz v0.5.1 |
522 | 2024-11-15T21:25:49.732Z | Downloaded zeroize_derive v1.4.2 |
523 | 2024-11-15T21:25:49.732Z | Downloaded vte v0.11.1 |
524 | 2024-11-15T21:25:49.732Z | Downloaded peg-runtime v0.8.3 |
525 | 2024-11-15T21:25:49.732Z | Downloaded hyper-tls v0.6.0 |
526 | 2024-11-15T21:25:49.732Z | Downloaded des v0.8.1 |
527 | 2024-11-15T21:25:49.790Z | Downloaded pem-rfc7468 v0.7.0 |
528 | 2024-11-15T21:25:49.790Z | Downloaded r2d2 v0.8.10 |
529 | 2024-11-15T21:25:49.790Z | Downloaded tinyvec_macros v0.1.1 |
530 | 2024-11-15T21:25:49.790Z | Downloaded russh-cryptovec v0.7.3 |
531 | 2024-11-15T21:25:49.790Z | Downloaded siphasher v0.3.11 |
532 | 2024-11-15T21:25:49.790Z | Downloaded derive_builder_macro v0.20.2 |
533 | 2024-11-15T21:25:49.814Z | Downloaded http-range v0.1.5 |
534 | 2024-11-15T21:25:49.814Z | Downloaded unicode-truncate v1.1.0 |
535 | 2024-11-15T21:25:49.814Z | Downloaded http-body v1.0.1 |
536 | 2024-11-15T21:25:49.814Z | Downloaded progenitor-client v0.8.0 |
537 | 2024-11-15T21:25:49.814Z | Downloaded zeroize v1.8.1 |
538 | 2024-11-15T21:25:49.814Z | Downloaded sqlformat v0.2.6 |
539 | 2024-11-15T21:25:49.814Z | Downloaded httpdate v1.0.3 |
540 | 2024-11-15T21:25:49.814Z | Downloaded psl-types v2.0.11 |
541 | 2024-11-15T21:25:49.814Z | Downloaded progenitor v0.8.0 |
542 | 2024-11-15T21:25:49.815Z | Downloaded time-core v0.1.2 |
543 | 2024-11-15T21:25:49.815Z | Downloaded paste v1.0.15 |
544 | 2024-11-15T21:25:49.839Z | Downloaded sigpipe v0.1.3 |
545 | 2024-11-15T21:25:49.839Z | Downloaded rustc_version v0.1.7 |
546 | 2024-11-15T21:25:49.862Z | Downloaded home v0.5.9 |
547 | 2024-11-15T21:25:49.862Z | Downloaded pretty-hex v0.2.1 |
548 | 2024-11-15T21:25:49.863Z | Downloaded rand_xorshift v0.3.0 |
549 | 2024-11-15T21:25:49.863Z | Downloaded foreign-types v0.3.2 |
550 | 2024-11-15T21:25:49.863Z | Downloaded foreign-types-shared v0.1.1 |
551 | 2024-11-15T21:25:49.863Z | Downloaded rand_core v0.6.4 |
552 | 2024-11-15T21:25:49.863Z | Downloaded dirs-next v2.0.0 |
553 | 2024-11-15T21:25:49.887Z | Downloaded waitgroup v0.1.2 |
554 | 2024-11-15T21:25:49.887Z | Downloaded foreign-types v0.5.0 |
555 | 2024-11-15T21:25:49.887Z | Downloaded icu_provider_macros v1.5.0 |
556 | 2024-11-15T21:25:49.887Z | Downloaded wait-timeout v0.2.0 |
557 | 2024-11-15T21:25:49.887Z | Downloaded unicase v2.7.0 |
558 | 2024-11-15T21:25:49.887Z | Downloaded ident_case v1.0.1 |
559 | 2024-11-15T21:25:49.887Z | Downloaded diff v0.1.13 |
560 | 2024-11-15T21:25:49.887Z | Downloaded try-lock v0.2.5 |
561 | 2024-11-15T21:25:49.911Z | Downloaded rfc6979 v0.4.0 |
562 | 2024-11-15T21:25:49.911Z | Downloaded scheduled-thread-pool v0.2.7 |
563 | 2024-11-15T21:25:49.911Z | Downloaded tui-tree-widget v0.22.0 |
564 | 2024-11-15T21:25:49.911Z | Downloaded xattr v1.3.1 |
565 | 2024-11-15T21:25:49.911Z | Downloaded twox-hash v1.6.3 |
566 | 2024-11-15T21:25:49.912Z | Downloaded icu_normalizer_data v1.5.0 |
567 | 2024-11-15T21:25:49.912Z | Downloaded tinyvec v1.8.0 |
568 | 2024-11-15T21:25:49.937Z | Downloaded synstructure v0.13.1 |
569 | 2024-11-15T21:25:49.937Z | Downloaded tungstenite v0.24.0 |
570 | 2024-11-15T21:25:49.937Z | Downloaded icu_collections v1.5.0 |
571 | 2024-11-15T21:25:49.937Z | Downloaded rustc-hash v2.0.0 |
572 | 2024-11-15T21:25:49.962Z | Downloaded rustc-demangle v0.1.24 |
573 | 2024-11-15T21:25:49.962Z | Downloaded unicode-width v0.2.0 |
574 | 2024-11-15T21:25:49.962Z | Downloaded russh-keys v0.45.0 |
575 | 2024-11-15T21:25:49.962Z | Downloaded smoltcp v0.9.1 |
576 | 2024-11-15T21:25:49.986Z | Downloaded reqwest v0.12.9 |
577 | 2024-11-15T21:25:49.986Z | Downloaded tungstenite v0.23.0 |
578 | 2024-11-15T21:25:50.011Z | Downloaded regex v1.11.1 |
579 | 2024-11-15T21:25:50.011Z | Downloaded rustls v0.22.4 |
580 | 2024-11-15T21:25:50.036Z | Downloaded idna v0.3.0 |
581 | 2024-11-15T21:25:50.060Z | Downloaded idna v0.2.3 |
582 | 2024-11-15T21:25:50.060Z | Downloaded rustyline v14.0.0 |
583 | 2024-11-15T21:25:50.060Z | Downloaded winnow v0.5.40 |
584 | 2024-11-15T21:25:50.084Z | Downloaded h2 v0.4.6 |
585 | 2024-11-15T21:25:50.084Z | Downloaded regress v0.10.1 |
586 | 2024-11-15T21:25:50.108Z | Downloaded vcpkg v0.2.15 |
587 | 2024-11-15T21:25:50.139Z | Downloaded icu_properties_data v1.5.0 |
588 | 2024-11-15T21:25:50.163Z | Downloaded nix v0.27.1 |
589 | 2024-11-15T21:25:50.188Z | Downloaded ratatui v0.28.1 |
590 | 2024-11-15T21:25:50.212Z | Downloaded webpki-roots v0.26.6 |
591 | 2024-11-15T21:25:50.212Z | Downloaded typify-impl v0.2.0 |
592 | 2024-11-15T21:25:50.236Z | Downloaded diesel v2.2.4 |
593 | 2024-11-15T21:25:50.259Z | Downloaded regress v0.9.1 |
594 | 2024-11-15T21:25:50.259Z | Downloaded tokio v1.40.0 |
595 | 2024-11-15T21:25:50.296Z | Downloaded csv v1.3.0 |
596 | 2024-11-15T21:25:50.320Z | Downloaded regex-syntax v0.8.5 |
597 | 2024-11-15T21:25:50.344Z | Downloaded regex-automata v0.4.8 |
598 | 2024-11-15T21:25:50.368Z | Downloaded sha3 v0.10.8 |
599 | 2024-11-15T21:25:50.368Z | Downloaded openapiv3 v2.0.0 |
600 | 2024-11-15T21:25:50.392Z | Downloaded sled v0.34.7 |
601 | 2024-11-15T21:25:50.392Z | Downloaded smoltcp v0.11.0 |
602 | 2024-11-15T21:25:50.416Z | Downloaded regex-syntax v0.6.29 |
603 | 2024-11-15T21:25:50.416Z | Downloaded trust-dns-proto v0.22.0 |
604 | 2024-11-15T21:25:50.440Z | Downloaded zerocopy-derive v0.6.6 |
605 | 2024-11-15T21:25:50.440Z | Downloaded object v0.36.5 |
606 | 2024-11-15T21:25:50.464Z | Downloaded nix v0.29.0 |
607 | 2024-11-15T21:25:50.464Z | Downloaded nix v0.28.0 |
608 | 2024-11-15T21:25:50.488Z | Downloaded radix_trie v0.2.1 |
609 | 2024-11-15T21:25:50.489Z | Downloaded gimli v0.31.1 |
610 | 2024-11-15T21:25:50.513Z | Downloaded openssl v0.10.68 |
611 | 2024-11-15T21:25:50.513Z | Downloaded object v0.30.4 |
612 | 2024-11-15T21:25:50.537Z | Downloaded petgraph v0.6.5 |
613 | 2024-11-15T21:25:50.561Z | Downloaded p384 v0.13.0 |
614 | 2024-11-15T21:25:50.561Z | Downloaded proptest v1.5.0 |
615 | 2024-11-15T21:25:50.561Z | Downloaded lzma-sys v0.1.20 |
616 | 2024-11-15T21:25:50.600Z | Downloaded git2 v0.19.0 |
617 | 2024-11-15T21:25:50.625Z | Downloaded libz-sys v1.1.20 |
618 | 2024-11-15T21:25:50.649Z | Downloaded hyper v1.5.0 |
619 | 2024-11-15T21:25:50.649Z | Downloaded hkdf v0.12.4 |
620 | 2024-11-15T21:25:50.673Z | Downloaded sqlparser v0.45.0 |
621 | 2024-11-15T21:25:50.673Z | Downloaded lalrpop v0.19.12 |
622 | 2024-11-15T21:25:50.673Z | Downloaded reedline v0.35.0 |
623 | 2024-11-15T21:25:50.701Z | Downloaded time v0.3.36 |
624 | 2024-11-15T21:25:50.701Z | Downloaded dropshot v0.13.0 |
625 | 2024-11-15T21:25:50.725Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
626 | 2024-11-15T21:25:50.750Z | Downloaded rustls v0.23.14 |
627 | 2024-11-15T21:25:50.750Z | Downloaded hashbrown v0.12.3 |
628 | 2024-11-15T21:25:50.773Z | Downloaded dropshot v0.12.0 |
629 | 2024-11-15T21:25:50.797Z | Downloaded itertools v0.13.0 |
630 | 2024-11-15T21:25:50.797Z | Downloaded itertools v0.12.1 |
631 | 2024-11-15T21:25:50.797Z | Downloaded snafu v0.8.5 |
632 | 2024-11-15T21:25:50.821Z | Downloaded libm v0.2.8 |
633 | 2024-11-15T21:25:50.821Z | Downloaded itertools v0.10.5 |
634 | 2024-11-15T21:25:50.821Z | Downloaded rustls v0.21.12 |
635 | 2024-11-15T21:25:50.845Z | Downloaded libxml v0.3.3 |
636 | 2024-11-15T21:25:50.845Z | Downloaded icu_provider v1.5.0 |
637 | 2024-11-15T21:25:50.845Z | Downloaded num-bigint-dig v0.8.4 |
638 | 2024-11-15T21:25:50.868Z | Downloaded nom v7.1.3 |
639 | 2024-11-15T21:25:50.868Z | Downloaded typed-path v0.9.3 |
640 | 2024-11-15T21:25:50.869Z | Downloaded rayon v1.10.0 |
641 | 2024-11-15T21:25:50.892Z | Downloaded fatfs v0.3.6 |
642 | 2024-11-15T21:25:50.892Z | Downloaded rustls-webpki v0.102.8 |
643 | 2024-11-15T21:25:50.916Z | Downloaded publicsuffix v2.2.3 |
644 | 2024-11-15T21:25:50.916Z | Downloaded diesel_derives v2.2.3 |
645 | 2024-11-15T21:25:50.917Z | Downloaded rustls-webpki v0.101.7 |
646 | 2024-11-15T21:25:50.941Z | Downloaded unicode_categories v0.1.1 |
647 | 2024-11-15T21:25:50.941Z | Downloaded x509-cert v0.2.5 |
648 | 2024-11-15T21:25:50.941Z | Downloaded tungstenite v0.21.0 |
649 | 2024-11-15T21:25:50.941Z | Downloaded encoding_rs v0.8.34 |
650 | 2024-11-15T21:25:50.965Z | Downloaded flate2 v1.0.34 |
651 | 2024-11-15T21:25:50.989Z | Downloaded uuid v1.11.0 |
652 | 2024-11-15T21:25:50.989Z | Downloaded p521 v0.13.3 |
653 | 2024-11-15T21:25:50.989Z | Downloaded slog-envlogger v2.2.0 |
654 | 2024-11-15T21:25:50.989Z | Downloaded slog-bunyan v2.5.0 |
655 | 2024-11-15T21:25:50.989Z | Downloaded schemars v0.8.21 |
656 | 2024-11-15T21:25:51.014Z | Downloaded rustfmt-wrapper v0.2.1 |
657 | 2024-11-15T21:25:51.014Z | Downloaded rustc-hash v1.1.0 |
658 | 2024-11-15T21:25:51.014Z | Downloaded parking_lot v0.12.3 |
659 | 2024-11-15T21:25:51.014Z | Downloaded icu_properties v1.5.1 |
660 | 2024-11-15T21:25:51.014Z | Downloaded icu_locid_transform_data v1.5.0 |
661 | 2024-11-15T21:25:51.014Z | Downloaded icu_locid v1.5.0 |
662 | 2024-11-15T21:25:51.014Z | Downloaded unicode-bidi v0.3.17 |
663 | 2024-11-15T21:25:51.038Z | Downloaded group v0.13.0 |
664 | 2024-11-15T21:25:51.038Z | Downloaded tracing v0.1.40 |
665 | 2024-11-15T21:25:51.038Z | Downloaded icu_normalizer v1.5.0 |
666 | 2024-11-15T21:25:51.038Z | Downloaded half v2.4.1 |
667 | 2024-11-15T21:25:51.038Z | Downloaded tracing-core v0.1.32 |
668 | 2024-11-15T21:25:51.038Z | Downloaded polar-core v0.27.3 |
669 | 2024-11-15T21:25:51.063Z | Downloaded typify v0.2.0 |
670 | 2024-11-15T21:25:51.063Z | Downloaded tabwriter v1.4.0 |
671 | 2024-11-15T21:25:51.063Z | Downloaded schemars_derive v0.8.21 |
672 | 2024-11-15T21:25:51.063Z | Downloaded same-file v1.0.6 |
673 | 2024-11-15T21:25:51.063Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
674 | 2024-11-15T21:25:51.122Z | Downloaded parking_lot v0.11.2 |
675 | 2024-11-15T21:25:51.146Z | Downloaded qorb v0.2.0 |
676 | 2024-11-15T21:25:51.146Z | Downloaded hmac v0.12.1 |
677 | 2024-11-15T21:25:51.146Z | Downloaded dropshot_endpoint v0.13.0 |
678 | 2024-11-15T21:25:51.146Z | Downloaded quinn-proto v0.11.8 |
679 | 2024-11-15T21:25:51.146Z | Downloaded salsa20 v0.10.2 |
680 | 2024-11-15T21:25:51.146Z | Downloaded icu_locid_transform v1.5.0 |
681 | 2024-11-15T21:25:51.170Z | Downloaded yasna v0.5.2 |
682 | 2024-11-15T21:25:51.170Z | Downloaded flume v0.11.1 |
683 | 2024-11-15T21:25:51.170Z | Downloaded hashbrown v0.14.5 |
684 | 2024-11-15T21:25:51.170Z | Downloaded socket2 v0.5.7 |
685 | 2024-11-15T21:25:51.170Z | Downloaded rustls-pki-types v1.9.0 |
686 | 2024-11-15T21:25:51.194Z | Downloaded num-bigint v0.4.6 |
687 | 2024-11-15T21:25:51.194Z | Downloaded minimal-lexical v0.2.1 |
688 | 2024-11-15T21:25:51.194Z | Downloaded predicates-core v1.0.8 |
689 | 2024-11-15T21:25:51.194Z | Downloaded progenitor-impl v0.8.0 |
690 | 2024-11-15T21:25:51.194Z | Downloaded sync_wrapper v1.0.1 |
691 | 2024-11-15T21:25:51.194Z | Downloaded resolv-conf v0.7.0 |
692 | 2024-11-15T21:25:51.195Z | Downloaded hash32 v0.2.1 |
693 | 2024-11-15T21:25:51.195Z | Downloaded xz2 v0.1.7 |
694 | 2024-11-15T21:25:51.219Z | Downloaded walkdir v2.5.0 |
695 | 2024-11-15T21:25:51.219Z | Downloaded foreign-types-macros v0.2.3 |
696 | 2024-11-15T21:25:51.219Z | Downloaded typify-macro v0.2.0 |
697 | 2024-11-15T21:25:51.219Z | Downloaded url v2.5.3 |
698 | 2024-11-15T21:25:51.219Z | Downloaded rcgen v0.12.1 |
699 | 2024-11-15T21:25:51.219Z | Downloaded rand v0.8.5 |
700 | 2024-11-15T21:25:51.219Z | Downloaded openssl-sys v0.9.104 |
701 | 2024-11-15T21:25:51.219Z | Downloaded unarray v0.1.4 |
702 | 2024-11-15T21:25:51.243Z | Downloaded foldhash v0.1.3 |
703 | 2024-11-15T21:25:51.243Z | Downloaded yoke v0.7.4 |
704 | 2024-11-15T21:25:51.243Z | Downloaded expectorate v1.1.0 |
705 | 2024-11-15T21:25:51.243Z | Downloaded time-macros v0.2.18 |
706 | 2024-11-15T21:25:51.243Z | Downloaded hickory-proto v0.24.1 |
707 | 2024-11-15T21:25:51.267Z | Downloaded hostname v0.3.1 |
708 | 2024-11-15T21:25:51.267Z | Downloaded unsafe-libyaml v0.2.11 |
709 | 2024-11-15T21:25:51.267Z | Downloaded zerocopy v0.6.6 |
710 | 2024-11-15T21:25:51.267Z | Downloaded slog v2.7.0 |
711 | 2024-11-15T21:25:51.267Z | Downloaded quick-xml v0.33.0 |
712 | 2024-11-15T21:25:51.267Z | Downloaded write16 v1.0.0 |
713 | 2024-11-15T21:25:51.267Z | Downloaded want v0.3.1 |
714 | 2024-11-15T21:25:51.292Z | Downloaded rayon-core v1.12.1 |
715 | 2024-11-15T21:25:51.292Z | Downloaded peg-macros v0.8.4 |
716 | 2024-11-15T21:25:51.292Z | Downloaded peg v0.8.4 |
717 | 2024-11-15T21:25:51.292Z | Downloaded utf8_iter v1.0.4 |
718 | 2024-11-15T21:25:51.292Z | Downloaded parse-zoneinfo v0.3.1 |
719 | 2024-11-15T21:25:51.292Z | Downloaded zerovec v0.10.4 |
720 | 2024-11-15T21:25:51.292Z | Downloaded vte_generate_state_changes v0.1.2 |
721 | 2024-11-15T21:25:51.316Z | Downloaded foreign-types-shared v0.3.1 |
722 | 2024-11-15T21:25:51.316Z | Downloaded float-cmp v0.9.0 |
723 | 2024-11-15T21:25:51.316Z | Downloaded dunce v1.0.5 |
724 | 2024-11-15T21:25:51.316Z | Downloaded slog-async v2.8.0 |
725 | 2024-11-15T21:25:51.340Z | Downloaded snafu-derive v0.8.5 |
726 | 2024-11-15T21:25:51.340Z | Downloaded rusqlite v0.32.1 |
727 | 2024-11-15T21:25:51.340Z | Downloaded mio v1.0.2 |
728 | 2024-11-15T21:25:51.365Z | Downloaded ref-cast-impl v1.0.23 |
729 | 2024-11-15T21:25:51.365Z | Downloaded ref-cast v1.0.23 |
730 | 2024-11-15T21:25:51.365Z | Downloaded quick-error v1.2.3 |
731 | 2024-11-15T21:25:51.365Z | Downloaded rustc_version v0.4.1 |
732 | 2024-11-15T21:25:51.365Z | Downloaded fixedbitset v0.4.2 |
733 | 2024-11-15T21:25:51.365Z | Downloaded ff v0.13.0 |
734 | 2024-11-15T21:25:51.365Z | Downloaded fd-lock v4.0.2 |
735 | 2024-11-15T21:25:51.390Z | Downloaded headers v0.4.0 |
736 | 2024-11-15T21:25:51.390Z | Downloaded hashbrown v0.13.2 |
737 | 2024-11-15T21:25:51.390Z | Downloaded rustls-pemfile v2.2.0 |
738 | 2024-11-15T21:25:51.390Z | Downloaded unicode-normalization v0.1.24 |
739 | 2024-11-15T21:25:51.390Z | Downloaded rand_chacha v0.3.1 |
740 | 2024-11-15T21:25:51.390Z | Downloaded parking_lot_core v0.8.6 |
741 | 2024-11-15T21:25:51.414Z | Downloaded flagset v0.4.6 |
742 | 2024-11-15T21:25:51.414Z | Downloaded filetime v0.2.25 |
743 | 2024-11-15T21:25:51.414Z | Downloaded float-ord v0.3.2 |
744 | 2024-11-15T21:25:51.438Z | Downloaded rand_seeder v0.3.0 |
745 | 2024-11-15T21:25:51.438Z | Downloaded predicates-tree v1.0.11 |
746 | 2024-11-15T21:25:51.439Z | Downloaded test-strategy v0.3.1 |
747 | 2024-11-15T21:25:51.439Z | Downloaded petname v2.0.2 |
748 | 2024-11-15T21:25:51.439Z | Downloaded humantime v2.1.0 |
749 | 2024-11-15T21:25:51.463Z | Downloaded scopeguard v1.2.0 |
750 | 2024-11-15T21:25:51.463Z | Downloaded http v1.1.0 |
751 | 2024-11-15T21:25:51.463Z | Downloaded salty v0.3.0 |
752 | 2024-11-15T21:25:51.487Z | Downloaded sct v0.7.1 |
753 | 2024-11-15T21:25:51.487Z | Downloaded env_logger v0.11.5 |
754 | 2024-11-15T21:25:51.487Z | Downloaded tinystr v0.7.6 |
755 | 2024-11-15T21:25:51.487Z | Downloaded tiny-keccak v2.0.2 |
756 | 2024-11-15T21:25:51.487Z | Downloaded thread_local v1.1.8 |
757 | 2024-11-15T21:25:51.487Z | Downloaded rusty-fork v0.3.0 |
758 | 2024-11-15T21:25:51.487Z | Downloaded subprocess v0.2.9 |
759 | 2024-11-15T21:25:51.511Z | Downloaded chrono-tz v0.10.0 |
760 | 2024-11-15T21:25:51.511Z | Downloaded hash32 v0.3.1 |
761 | 2024-11-15T21:25:51.511Z | Downloaded utf16_iter v1.0.5 |
762 | 2024-11-15T21:25:51.512Z | Downloaded utf-8 v0.7.6 |
763 | 2024-11-15T21:25:51.512Z | Downloaded untrusted v0.9.0 |
764 | 2024-11-15T21:25:51.512Z | Downloaded untrusted v0.7.1 |
765 | 2024-11-15T21:25:51.539Z | Downloaded simd-adler32 v0.3.7 |
766 | 2024-11-15T21:25:51.539Z | Downloaded scrypt v0.11.0 |
767 | 2024-11-15T21:25:51.539Z | Downloaded slog-dtrace v0.3.0 |
768 | 2024-11-15T21:25:51.539Z | Downloaded rustversion v1.0.17 |
769 | 2024-11-15T21:25:51.539Z | Downloaded predicates v3.1.2 |
770 | 2024-11-15T21:25:51.539Z | Downloaded pbkdf2 v0.12.2 |
771 | 2024-11-15T21:25:51.539Z | Downloaded pbkdf2 v0.11.0 |
772 | 2024-11-15T21:25:51.563Z | Downloaded dsl_auto_type v0.1.2 |
773 | 2024-11-15T21:25:51.563Z | Downloaded unicode-segmentation v1.12.0 |
774 | 2024-11-15T21:25:51.563Z | Downloaded russh v0.45.0 |
775 | 2024-11-15T21:25:51.563Z | Downloaded percent-encoding v2.3.1 |
776 | 2024-11-15T21:25:51.563Z | Downloaded fallible-streaming-iterator v0.1.9 |
777 | 2024-11-15T21:25:51.563Z | Downloaded fallible-iterator v0.2.0 |
778 | 2024-11-15T21:25:51.563Z | Downloaded thiserror-no-std v2.0.2 |
779 | 2024-11-15T21:25:51.563Z | Downloaded password-hash v0.5.0 |
780 | 2024-11-15T21:25:51.587Z | Downloaded password-hash v0.4.2 |
781 | 2024-11-15T21:25:51.587Z | Downloaded dropshot_endpoint v0.12.0 |
782 | 2024-11-15T21:25:51.587Z | Downloaded slog-term v2.9.1 |
783 | 2024-11-15T21:25:51.587Z | Downloaded rustls-pemfile v1.0.4 |
784 | 2024-11-15T21:25:51.587Z | Downloaded progenitor-macro v0.8.0 |
785 | 2024-11-15T21:25:51.587Z | Downloaded prettyplease v0.2.25 |
786 | 2024-11-15T21:25:51.612Z | Downloaded derive-where v1.2.7 |
787 | 2024-11-15T21:25:51.612Z | Downloaded idna v0.4.0 |
788 | 2024-11-15T21:25:51.612Z | Downloaded curve25519-dalek v4.1.3 |
789 | 2024-11-15T21:25:51.636Z | Downloaded fallible-iterator v0.3.0 |
790 | 2024-11-15T21:25:51.636Z | Downloaded thiserror-impl-no-std v2.0.2 |
791 | 2024-11-15T21:25:51.636Z | Downloaded termtree v0.4.1 |
792 | 2024-11-15T21:25:51.636Z | Downloaded tap v1.0.1 |
793 | 2024-11-15T21:25:51.636Z | Downloaded ring v0.17.8 |
794 | 2024-11-15T21:25:51.707Z | Downloaded take_mut v0.2.2 |
795 | 2024-11-15T21:25:51.731Z | Downloaded hashlink v0.9.1 |
796 | 2024-11-15T21:25:51.731Z | Downloaded whoami v1.5.2 |
797 | 2024-11-15T21:25:51.731Z | Downloaded uzers v0.12.1 |
798 | 2024-11-15T21:25:51.731Z | Downloaded hubpack v0.1.2 |
799 | 2024-11-15T21:25:51.731Z | Downloaded zip v0.6.6 |
800 | 2024-11-15T21:25:51.731Z | Downloaded env_logger v0.10.2 |
801 | 2024-11-15T21:25:51.731Z | Downloaded env_filter v0.1.2 |
802 | 2024-11-15T21:25:51.731Z | Downloaded portable-atomic v1.9.0 |
803 | 2024-11-15T21:25:51.756Z | Downloaded omicron-zone-package v0.11.1 |
804 | 2024-11-15T21:25:51.756Z | Downloaded miniz_oxide v0.8.0 |
805 | 2024-11-15T21:25:51.756Z | Downloaded display-error-chain v0.2.2 |
806 | 2024-11-15T21:25:51.756Z | Downloaded which v4.4.2 |
807 | 2024-11-15T21:25:51.756Z | Downloaded value-bag v1.9.0 |
808 | 2024-11-15T21:25:51.756Z | Downloaded smallvec v1.13.2 |
809 | 2024-11-15T21:25:51.756Z | Downloaded difflib v0.4.0 |
810 | 2024-11-15T21:25:51.756Z | Downloaded universal-hash v0.5.1 |
811 | 2024-11-15T21:25:51.756Z | Downloaded slab v0.4.9 |
812 | 2024-11-15T21:25:51.780Z | Downloaded rsa v0.9.6 |
813 | 2024-11-15T21:25:51.780Z | Downloaded radium v0.7.0 |
814 | 2024-11-15T21:25:51.780Z | Downloaded quinn v0.11.5 |
815 | 2024-11-15T21:25:51.781Z | Downloaded strum_macros v0.26.4 |
816 | 2024-11-15T21:25:51.781Z | Downloaded ssh-key v0.6.6 |
817 | 2024-11-15T21:25:51.805Z | Downloaded futures-util v0.3.31 |
818 | 2024-11-15T21:25:51.805Z | Downloaded idna v0.5.0 |
819 | 2024-11-15T21:25:51.829Z | Downloaded path-slash v0.1.5 |
820 | 2024-11-15T21:25:51.829Z | Downloaded parse-size v1.1.0 |
821 | 2024-11-15T21:25:51.829Z | Downloaded downcast v0.11.0 |
822 | 2024-11-15T21:25:51.829Z | Downloaded displaydoc v0.2.5 |
823 | 2024-11-15T21:25:51.829Z | Downloaded dirs-sys-next v0.1.2 |
824 | 2024-11-15T21:25:51.829Z | Downloaded smf v0.2.3 |
825 | 2024-11-15T21:25:51.829Z | Downloaded smallvec v0.6.14 |
826 | 2024-11-15T21:25:51.829Z | Downloaded slog-stdlog v4.1.1 |
827 | 2024-11-15T21:25:51.829Z | Downloaded slog-scope v4.4.0 |
828 | 2024-11-15T21:25:51.829Z | Downloaded slog-json v2.6.1 |
829 | 2024-11-15T21:25:51.829Z | Downloaded httparse v1.9.5 |
830 | 2024-11-15T21:25:51.829Z | Downloaded unicode-properties v0.1.3 |
831 | 2024-11-15T21:25:51.829Z | Downloaded ron v0.8.1 |
832 | 2024-11-15T21:25:51.853Z | Downloaded enum-as-inner v0.5.1 |
833 | 2024-11-15T21:25:51.853Z | Downloaded enum-as-inner v0.6.1 |
834 | 2024-11-15T21:25:51.853Z | Downloaded globset v0.4.15 |
835 | 2024-11-15T21:25:51.853Z | Downloaded derive_builder v0.20.2 |
836 | 2024-11-15T21:25:51.853Z | Downloaded mockall_derive v0.13.0 |
837 | 2024-11-15T21:25:51.853Z | Downloaded proc-macro-crate v1.3.1 |
838 | 2024-11-15T21:25:51.853Z | Downloaded primeorder v0.13.6 |
839 | 2024-11-15T21:25:51.853Z | Downloaded hubpack_derive v0.1.1 |
840 | 2024-11-15T21:25:51.877Z | Downloaded hostname v0.4.0 |
841 | 2024-11-15T21:25:51.877Z | Downloaded diesel_table_macro_syntax v0.2.0 |
842 | 2024-11-15T21:25:51.878Z | Downloaded zerovec-derive v0.10.3 |
843 | 2024-11-15T21:25:51.878Z | Downloaded similar v2.6.0 |
844 | 2024-11-15T21:25:51.878Z | Downloaded ed25519-dalek v2.1.1 |
845 | 2024-11-15T21:25:51.878Z | Downloaded http-body-util v0.1.2 |
846 | 2024-11-15T21:25:51.902Z | Downloaded diesel-dtrace v0.3.0 |
847 | 2024-11-15T21:25:51.902Z | Downloaded ron v0.7.1 |
848 | 2024-11-15T21:25:51.902Z | Downloaded elliptic-curve v0.13.8 |
849 | 2024-11-15T21:25:51.902Z | Downloaded derive_builder_core v0.20.2 |
850 | 2024-11-15T21:25:51.902Z | Downloaded postgres-types v0.2.8 |
851 | 2024-11-15T21:25:51.902Z | Downloaded zerofrom-derive v0.1.4 |
852 | 2024-11-15T21:25:51.902Z | Downloaded spin v0.9.8 |
853 | 2024-11-15T21:25:51.902Z | Downloaded libsqlite3-sys v0.30.1 |
854 | 2024-11-15T21:25:51.987Z | Downloaded hyper-util v0.1.10 |
855 | 2024-11-15T21:25:52.012Z | Downloaded num-rational v0.4.2 |
856 | 2024-11-15T21:25:52.012Z | Downloaded unicode-xid v0.2.6 |
857 | 2024-11-15T21:25:52.012Z | Downloaded tls_codec v0.4.1 |
858 | 2024-11-15T21:25:52.012Z | Downloaded rpassword v7.3.1 |
859 | 2024-11-15T21:25:52.012Z | Downloaded owo-colors v4.1.0 |
860 | 2024-11-15T21:25:52.012Z | Downloaded ring v0.16.20 |
861 | 2024-11-15T21:25:52.116Z | Downloaded num_enum v0.5.11 |
862 | 2024-11-15T21:25:52.141Z | Downloaded num-complex v0.4.6 |
863 | 2024-11-15T21:25:52.141Z | Downloaded nu-ansi-term v0.50.1 |
864 | 2024-11-15T21:25:52.141Z | Downloaded native-tls v0.2.12 |
865 | 2024-11-15T21:25:52.141Z | Downloaded multer v3.1.0 |
866 | 2024-11-15T21:25:52.141Z | Downloaded zerofrom v0.1.4 |
867 | 2024-11-15T21:25:52.141Z | Downloaded yoke-derive v0.7.4 |
868 | 2024-11-15T21:25:52.141Z | Downloaded spki v0.7.3 |
869 | 2024-11-15T21:25:52.141Z | Downloaded spin v0.5.2 |
870 | 2024-11-15T21:25:52.141Z | Downloaded iana-time-zone v0.1.61 |
871 | 2024-11-15T21:25:52.141Z | Downloaded supports-color v3.0.1 |
872 | 2024-11-15T21:25:52.141Z | Downloaded subtle v2.6.1 |
873 | 2024-11-15T21:25:52.165Z | Downloaded strum_macros v0.25.3 |
874 | 2024-11-15T21:25:52.165Z | Downloaded signature v2.2.0 |
875 | 2024-11-15T21:25:52.166Z | Downloaded tokio-util v0.7.12 |
876 | 2024-11-15T21:25:52.166Z | Downloaded memmap2 v0.9.5 |
877 | 2024-11-15T21:25:52.166Z | Downloaded parking_lot_core v0.9.10 |
878 | 2024-11-15T21:25:52.166Z | Downloaded dhcproto v0.12.0 |
879 | 2024-11-15T21:25:52.166Z | Downloaded strum_macros v0.24.3 |
880 | 2024-11-15T21:25:52.166Z | Downloaded rtoolbox v0.0.2 |
881 | 2024-11-15T21:25:52.166Z | Downloaded hyper-staticfile v0.10.1 |
882 | 2024-11-15T21:25:52.190Z | Downloaded derive_more v0.99.18 |
883 | 2024-11-15T21:25:52.190Z | Downloaded deranged v0.3.11 |
884 | 2024-11-15T21:25:52.190Z | Downloaded tough v0.19.0 |
885 | 2024-11-15T21:25:52.190Z | Downloaded p256 v0.13.2 |
886 | 2024-11-15T21:25:52.190Z | Downloaded num-traits v0.2.19 |
887 | 2024-11-15T21:25:52.190Z | Downloaded lru-cache v0.1.2 |
888 | 2024-11-15T21:25:52.190Z | Downloaded lock_api v0.4.12 |
889 | 2024-11-15T21:25:52.215Z | Downloaded libloading v0.8.5 |
890 | 2024-11-15T21:25:52.215Z | Downloaded quinn-udp v0.5.5 |
891 | 2024-11-15T21:25:52.215Z | Downloaded hyper-rustls v0.27.3 |
892 | 2024-11-15T21:25:52.215Z | Downloaded vergen v8.3.2 |
893 | 2024-11-15T21:25:52.215Z | Downloaded tracing-attributes v0.1.27 |
894 | 2024-11-15T21:25:52.215Z | Downloaded oso v0.27.3 |
895 | 2024-11-15T21:25:52.215Z | Downloaded pem v3.0.4 |
896 | 2024-11-15T21:25:52.215Z | Downloaded parse-display-derive v0.10.0 |
897 | 2024-11-15T21:25:52.215Z | Downloaded parse-display v0.10.0 |
898 | 2024-11-15T21:25:52.215Z | Downloaded ena v0.14.3 |
899 | 2024-11-15T21:25:52.215Z | Downloaded ecdsa v0.16.9 |
900 | 2024-11-15T21:25:52.240Z | Downloaded samael v0.0.17 |
901 | 2024-11-15T21:25:52.240Z | Downloaded ppv-lite86 v0.2.20 |
902 | 2024-11-15T21:25:52.240Z | Downloaded powerfmt v0.2.0 |
903 | 2024-11-15T21:25:52.240Z | Downloaded serde_with v3.11.0 |
904 | 2024-11-15T21:25:52.240Z | Downloaded poly1305 v0.8.0 |
905 | 2024-11-15T21:25:52.240Z | Downloaded endian-type v0.1.2 |
906 | 2024-11-15T21:25:52.240Z | Downloaded embedded-io v0.6.1 |
907 | 2024-11-15T21:25:52.240Z | Downloaded embedded-io v0.4.0 |
908 | 2024-11-15T21:25:52.266Z | Downloaded either v1.13.0 |
909 | 2024-11-15T21:25:52.266Z | Downloaded ed25519 v2.2.3 |
910 | 2024-11-15T21:25:52.266Z | Downloaded dyn-clone v1.0.17 |
911 | 2024-11-15T21:25:52.266Z | Downloaded dhcproto-macros v0.1.0 |
912 | 2024-11-15T21:25:52.266Z | Downloaded vsss-rs v3.3.4 |
913 | 2024-11-15T21:25:52.266Z | Downloaded glob v0.3.1 |
914 | 2024-11-15T21:25:52.266Z | Downloaded termios v0.3.3 |
915 | 2024-11-15T21:25:52.266Z | Downloaded chrono v0.4.38 |
916 | 2024-11-15T21:25:52.291Z | Downloaded signal-hook v0.3.17 |
917 | 2024-11-15T21:25:52.291Z | Downloaded pin-project v1.1.6 |
918 | 2024-11-15T21:25:52.291Z | Downloaded packed_struct v0.10.1 |
919 | 2024-11-15T21:25:52.291Z | Downloaded num_enum_derive v0.5.11 |
920 | 2024-11-15T21:25:52.291Z | Downloaded newtype-uuid v1.1.3 |
921 | 2024-11-15T21:25:52.291Z | Downloaded writeable v0.5.5 |
922 | 2024-11-15T21:25:52.291Z | Downloaded futures v0.3.31 |
923 | 2024-11-15T21:25:52.316Z | Downloaded zip v2.1.3 |
924 | 2024-11-15T21:25:52.316Z | Downloaded tower-service v0.3.3 |
925 | 2024-11-15T21:25:52.317Z | Downloaded toml_edit v0.19.15 |
926 | 2024-11-15T21:25:52.341Z | Downloaded olpc-cjson v0.1.4 |
927 | 2024-11-15T21:25:52.341Z | Downloaded num-integer v0.1.46 |
928 | 2024-11-15T21:25:52.341Z | Downloaded num v0.4.3 |
929 | 2024-11-15T21:25:52.341Z | Downloaded nodrop v0.1.14 |
930 | 2024-11-15T21:25:52.341Z | Downloaded structmeta-derive v0.3.0 |
931 | 2024-11-15T21:25:52.341Z | Downloaded structmeta v0.3.0 |
932 | 2024-11-15T21:25:52.341Z | Downloaded ssh-cipher v0.2.0 |
933 | 2024-11-15T21:25:52.341Z | Downloaded postcard v1.0.10 |
934 | 2024-11-15T21:25:52.341Z | Downloaded pkcs1 v0.7.5 |
935 | 2024-11-15T21:25:52.341Z | Downloaded packed_struct_codegen v0.10.1 |
936 | 2024-11-15T21:25:52.342Z | Downloaded num-derive v0.4.2 |
937 | 2024-11-15T21:25:52.342Z | Downloaded mockall v0.13.0 |
938 | 2024-11-15T21:25:52.342Z | Downloaded bindgen v0.69.5 |
939 | 2024-11-15T21:25:52.366Z | Downloaded stable_deref_trait v1.2.0 |
940 | 2024-11-15T21:25:52.366Z | Downloaded ssh-encoding v0.2.0 |
941 | 2024-11-15T21:25:52.366Z | Downloaded signal-hook-mio v0.2.4 |
942 | 2024-11-15T21:25:52.366Z | Downloaded shlex v1.3.0 |
943 | 2024-11-15T21:25:52.366Z | Downloaded semver v0.1.20 |
944 | 2024-11-15T21:25:52.366Z | Downloaded sec1 v0.7.3 |
945 | 2024-11-15T21:25:52.366Z | Downloaded pkcs8 v0.10.2 |
946 | 2024-11-15T21:25:52.366Z | Downloaded pkcs5 v0.7.1 |
947 | 2024-11-15T21:25:52.366Z | Downloaded pin-project-internal v1.1.6 |
948 | 2024-11-15T21:25:52.366Z | Downloaded zopfli v0.8.1 |
949 | 2024-11-15T21:25:52.391Z | Downloaded multimap v0.10.0 |
950 | 2024-11-15T21:25:52.391Z | Downloaded maybe-uninit v2.0.0 |
951 | 2024-11-15T21:25:52.391Z | Downloaded linear-map v1.2.0 |
952 | 2024-11-15T21:25:52.391Z | Downloaded libsw v3.3.1 |
953 | 2024-11-15T21:25:52.391Z | Downloaded signal-hook-registry v1.4.2 |
954 | 2024-11-15T21:25:52.391Z | Downloaded postgres-protocol v0.6.7 |
955 | 2024-11-15T21:25:52.391Z | Downloaded phf v0.11.2 |
956 | 2024-11-15T21:25:52.391Z | Downloaded futures-channel v0.3.31 |
957 | 2024-11-15T21:25:52.391Z | Downloaded tokio-postgres v0.7.12 |
958 | 2024-11-15T21:25:52.391Z | Downloaded maplit v1.0.2 |
959 | 2024-11-15T21:25:52.391Z | Downloaded lockfree-object-pool v0.1.6 |
960 | 2024-11-15T21:25:52.391Z | Downloaded signal-hook-tokio v0.3.1 |
961 | 2024-11-15T21:25:52.391Z | Downloaded secrecy v0.8.0 |
962 | 2024-11-15T21:25:52.416Z | Downloaded data-encoding v2.6.0 |
963 | 2024-11-15T21:25:52.416Z | Downloaded polyval v0.6.2 |
964 | 2024-11-15T21:25:52.416Z | Downloaded pkg-config v0.3.31 |
965 | 2024-11-15T21:25:52.416Z | Downloaded der_derive v0.7.3 |
966 | 2024-11-15T21:25:52.416Z | Downloaded mime v0.3.17 |
967 | 2024-11-15T21:25:52.416Z | Downloaded der v0.7.9 |
968 | 2024-11-15T21:25:52.416Z | Downloaded linked-hash-map v0.5.6 |
969 | 2024-11-15T21:25:52.416Z | Downloaded libefi-sys v0.1.0 |
970 | 2024-11-15T21:25:52.416Z | Downloaded keccak v0.1.5 |
971 | 2024-11-15T21:25:52.416Z | Downloaded ghash v0.5.1 |
972 | 2024-11-15T21:25:52.416Z | Downloaded gethostname v0.5.0 |
973 | 2024-11-15T21:25:52.416Z | Downloaded futures-task v0.3.31 |
974 | 2024-11-15T21:25:52.416Z | Downloaded futures-sink v0.3.31 |
975 | 2024-11-15T21:25:52.440Z | Downloaded futures-io v0.3.31 |
976 | 2024-11-15T21:25:52.440Z | Downloaded futures-executor v0.3.31 |
977 | 2024-11-15T21:25:52.441Z | Downloaded fragile v2.0.0 |
978 | 2024-11-15T21:25:52.441Z | Downloaded darling v0.20.10 |
979 | 2024-11-15T21:25:52.441Z | Downloaded pin-project-lite v0.2.14 |
980 | 2024-11-15T21:25:52.441Z | Downloaded funty v2.0.0 |
981 | 2024-11-15T21:25:52.441Z | Downloaded defmt-macros v0.3.9 |
982 | 2024-11-15T21:25:52.441Z | Downloaded debug-ignore v1.0.5 |
983 | 2024-11-15T21:25:52.441Z | Downloaded lalrpop-util v0.19.12 |
984 | 2024-11-15T21:25:52.441Z | Downloaded kstat-rs v0.2.4 |
985 | 2024-11-15T21:25:52.465Z | Downloaded defmt-parser v0.3.4 |
986 | 2024-11-15T21:25:52.465Z | Downloaded darling_core v0.20.10 |
987 | 2024-11-15T21:25:52.465Z | Downloaded managed v0.8.0 |
988 | 2024-11-15T21:25:52.465Z | Downloaded lazy_static v1.5.0 |
989 | 2024-11-15T21:25:52.465Z | Downloaded fs_extra v1.3.0 |
990 | 2024-11-15T21:25:52.465Z | Downloaded zone v0.3.0 |
991 | 2024-11-15T21:25:52.465Z | Downloaded phf_codegen v0.11.2 |
992 | 2024-11-15T21:25:52.465Z | Downloaded fxhash v0.2.1 |
993 | 2024-11-15T21:25:52.465Z | Downloaded tokio-tungstenite v0.23.1 |
994 | 2024-11-15T21:25:52.465Z | Downloaded tokio-rustls v0.24.1 |
995 | 2024-11-15T21:25:52.465Z | Downloaded aws-lc-sys v0.22.0 |
996 | 2024-11-15T21:25:52.722Z | Downloaded futures-macro v0.3.31 |
997 | 2024-11-15T21:25:52.746Z | Downloaded futures-core v0.3.31 |
998 | 2024-11-15T21:25:52.746Z | Downloaded form_urlencoded v1.2.1 |
999 | 2024-11-15T21:25:52.746Z | Downloaded zone_cfg_derive v0.3.0 |
1000 | 2024-11-15T21:25:52.746Z | Downloaded zone v0.1.8 |
1001 | 2024-11-15T21:25:52.746Z | Downloaded tokio-tungstenite v0.21.0 |
1002 | 2024-11-15T21:25:52.746Z | Downloaded tokio-rustls v0.26.0 |
1003 | 2024-11-15T21:25:52.746Z | Downloaded tokio-rustls v0.25.0 |
1004 | 2024-11-15T21:25:52.746Z | Downloaded steno v0.4.1 |
1005 | 2024-11-15T21:25:52.746Z | Downloaded oso-derive v0.27.3 |
1006 | 2024-11-15T21:25:52.746Z | Downloaded openssl-probe v0.1.5 |
1007 | 2024-11-15T21:25:52.746Z | Downloaded number_prefix v0.4.0 |
1008 | 2024-11-15T21:25:52.746Z | Downloaded newtype_derive v0.1.6 |
1009 | 2024-11-15T21:25:52.746Z | Downloaded new_debug_unreachable v1.0.6 |
1010 | 2024-11-15T21:25:52.746Z | Downloaded tokio-macros v2.4.0 |
1011 | 2024-11-15T21:25:52.746Z | Downloaded tar v0.4.43 |
1012 | 2024-11-15T21:25:52.770Z | Downloaded md5 v0.7.0 |
1013 | 2024-11-15T21:25:52.770Z | Downloaded match_cfg v0.1.0 |
1014 | 2024-11-15T21:25:52.770Z | Downloaded hickory-resolver v0.24.1 |
1015 | 2024-11-15T21:25:52.770Z | Downloaded crossterm v0.28.1 |
1016 | 2024-11-15T21:25:52.770Z | Downloaded toolchain_find v0.4.0 |
1017 | 2024-11-15T21:25:52.770Z | Downloaded toml v0.7.8 |
1018 | 2024-11-15T21:25:52.770Z | Downloaded tokio-tungstenite v0.24.0 |
1019 | 2024-11-15T21:25:52.770Z | Downloaded tokio-stream v0.1.16 |
1020 | 2024-11-15T21:25:52.795Z | Downloaded termcolor v1.4.1 |
1021 | 2024-11-15T21:25:52.795Z | Downloaded term v0.7.0 |
1022 | 2024-11-15T21:25:52.795Z | Downloaded stringprep v0.1.5 |
1023 | 2024-11-15T21:25:52.795Z | Downloaded serde_yaml v0.9.34+deprecated |
1024 | 2024-11-15T21:25:52.795Z | Downloaded serde_derive_internals v0.29.1 |
1025 | 2024-11-15T21:25:52.795Z | Downloaded nibble_vec v0.1.0 |
1026 | 2024-11-15T21:25:52.795Z | Downloaded mime_guess v2.0.5 |
1027 | 2024-11-15T21:25:52.795Z | Downloaded is_ci v1.2.0 |
1028 | 2024-11-15T21:25:52.795Z | Downloaded is-terminal v0.4.13 |
1029 | 2024-11-15T21:25:52.795Z | Downloaded ipnetwork v0.20.0 |
1030 | 2024-11-15T21:25:52.795Z | Downloaded instant v0.1.13 |
1031 | 2024-11-15T21:25:52.819Z | Downloaded inout v0.1.3 |
1032 | 2024-11-15T21:25:52.820Z | Downloaded heapless v0.8.0 |
1033 | 2024-11-15T21:25:52.820Z | Downloaded crossbeam-channel v0.5.13 |
1034 | 2024-11-15T21:25:52.820Z | Downloaded tokio-native-tls v0.3.1 |
1035 | 2024-11-15T21:25:52.820Z | Downloaded tls_codec_derive v0.4.1 |
1036 | 2024-11-15T21:25:52.820Z | Downloaded serde_with_macros v3.11.0 |
1037 | 2024-11-15T21:25:52.820Z | Downloaded serde_plain v1.0.2 |
1038 | 2024-11-15T21:25:52.820Z | Downloaded num_threads v0.1.7 |
1039 | 2024-11-15T21:25:52.820Z | Downloaded litemap v0.7.3 |
1040 | 2024-11-15T21:25:52.820Z | Downloaded indexmap v1.9.3 |
1041 | 2024-11-15T21:25:52.844Z | Downloaded hickory-server v0.24.1 |
1042 | 2024-11-15T21:25:52.844Z | Downloaded aws-lc-rs v1.10.0 |
1043 | 2024-11-15T21:25:52.844Z | Downloaded shell-words v1.1.0 |
1044 | 2024-11-15T21:25:52.844Z | Downloaded sha1 v0.10.6 |
1045 | 2024-11-15T21:25:52.844Z | Downloaded serde_repr v0.1.19 |
1046 | 2024-11-15T21:25:52.868Z | Downloaded serde-hex v0.1.0 |
1047 | 2024-11-15T21:25:52.868Z | Downloaded num-iter v0.1.45 |
1048 | 2024-11-15T21:25:52.868Z | Downloaded nanorand v0.7.0 |
1049 | 2024-11-15T21:25:52.868Z | Downloaded md-5 v0.10.6 |
1050 | 2024-11-15T21:25:52.868Z | Downloaded lazycell v1.3.0 |
1051 | 2024-11-15T21:25:52.868Z | Downloaded indicatif v0.17.9 |
1052 | 2024-11-15T21:25:52.868Z | Downloaded impl-trait-for-tuples v0.2.2 |
1053 | 2024-11-15T21:25:52.868Z | Downloaded idna_adapter v1.2.0 |
1054 | 2024-11-15T21:25:52.868Z | Downloaded highway v1.2.0 |
1055 | 2024-11-15T21:25:52.868Z | Downloaded hex-literal v0.4.1 |
1056 | 2024-11-15T21:25:52.868Z | Downloaded heck v0.3.3 |
1057 | 2024-11-15T21:25:52.868Z | Downloaded heapless v0.7.17 |
1058 | 2024-11-15T21:25:52.892Z | Downloaded cookie v0.18.1 |
1059 | 2024-11-15T21:25:52.892Z | Downloaded const_format v0.2.33 |
1060 | 2024-11-15T21:25:52.892Z | Downloaded compact_str v0.8.0 |
1061 | 2024-11-15T21:25:52.892Z | Downloaded chacha20poly1305 v0.10.1 |
1062 | 2024-11-15T21:25:52.892Z | Downloaded cc v1.1.30 |
1063 | 2024-11-15T21:25:52.892Z | Downloaded bumpalo v3.16.0 |
1064 | 2024-11-15T21:25:52.892Z | Downloaded blake2 v0.10.6 |
1065 | 2024-11-15T21:25:52.916Z | Downloaded base16ct v0.2.0 |
1066 | 2024-11-15T21:25:52.916Z | Downloaded string_cache v0.8.7 |
1067 | 2024-11-15T21:25:52.916Z | Downloaded serde_urlencoded v0.7.1 |
1068 | 2024-11-15T21:25:52.916Z | Downloaded serde_path_to_error v0.1.16 |
1069 | 2024-11-15T21:25:52.916Z | Downloaded normalize-line-endings v0.3.0 |
1070 | 2024-11-15T21:25:52.916Z | Downloaded newline-converter v0.3.0 |
1071 | 2024-11-15T21:25:52.916Z | Downloaded memoffset v0.9.1 |
1072 | 2024-11-15T21:25:52.917Z | Downloaded lru v0.12.5 |
1073 | 2024-11-15T21:25:52.917Z | Downloaded indoc v1.0.9 |
1074 | 2024-11-15T21:25:52.917Z | Downloaded headers-core v0.3.0 |
1075 | 2024-11-15T21:25:52.917Z | Downloaded crossbeam-utils v0.8.20 |
1076 | 2024-11-15T21:25:52.917Z | Downloaded crc-any v2.5.0 |
1077 | 2024-11-15T21:25:52.917Z | Downloaded cookie_store v0.21.0 |
1078 | 2024-11-15T21:25:52.917Z | Downloaded const_format_proc_macros v0.2.33 |
1079 | 2024-11-15T21:25:52.941Z | Downloaded const-oid v0.9.6 |
1080 | 2024-11-15T21:25:52.941Z | Downloaded ciborium v0.2.2 |
1081 | 2024-11-15T21:25:52.941Z | Downloaded cassowary v0.3.0 |
1082 | 2024-11-15T21:25:52.941Z | Downloaded bzip2 v0.4.4 |
1083 | 2024-11-15T21:25:52.941Z | Downloaded buf-list v1.0.3 |
1084 | 2024-11-15T21:25:52.941Z | Downloaded blowfish v0.9.1 |
1085 | 2024-11-15T21:25:52.941Z | Downloaded block-padding v0.3.3 |
1086 | 2024-11-15T21:25:52.941Z | Downloaded openssl-macros v0.1.1 |
1087 | 2024-11-15T21:25:52.941Z | Downloaded opaque-debug v0.3.1 |
1088 | 2024-11-15T21:25:52.941Z | Downloaded num-conv v0.1.0 |
1089 | 2024-11-15T21:25:52.941Z | Downloaded matches v0.1.10 |
1090 | 2024-11-15T21:25:52.941Z | Downloaded indent_write v2.2.0 |
1091 | 2024-11-15T21:25:52.941Z | Downloaded hickory-client v0.24.1 |
1092 | 2024-11-15T21:25:52.941Z | Downloaded hex v0.4.3 |
1093 | 2024-11-15T21:25:52.941Z | Downloaded ctr v0.9.2 |
1094 | 2024-11-15T21:25:52.965Z | Downloaded crossbeam-deque v0.8.5 |
1095 | 2024-11-15T21:25:52.966Z | Downloaded crc-catalog v2.4.0 |
1096 | 2024-11-15T21:25:52.966Z | Downloaded constant_time_eq v0.3.1 |
1097 | 2024-11-15T21:25:52.966Z | Downloaded cobs v0.2.3 |
1098 | 2024-11-15T21:25:52.966Z | Downloaded cmake v0.1.51 |
1099 | 2024-11-15T21:25:52.966Z | Downloaded cipher v0.4.4 |
1100 | 2024-11-15T21:25:52.966Z | Downloaded ciborium-ll v0.2.2 |
1101 | 2024-11-15T21:25:52.966Z | Downloaded chrono-tz-build v0.4.0 |
1102 | 2024-11-15T21:25:52.966Z | Downloaded cfg_aliases v0.2.1 |
1103 | 2024-11-15T21:25:52.966Z | Downloaded cbc v0.1.2 |
1104 | 2024-11-15T21:25:52.966Z | Downloaded ipnet v2.10.1 |
1105 | 2024-11-15T21:25:52.966Z | Downloaded instability v0.3.2 |
1106 | 2024-11-15T21:25:52.966Z | Downloaded cstr-argument v0.1.2 |
1107 | 2024-11-15T21:25:52.966Z | Downloaded crunchy v0.2.2 |
1108 | 2024-11-15T21:25:52.966Z | Downloaded cfg_aliases v0.1.1 |
1109 | 2024-11-15T21:25:52.966Z | Downloaded bitvec v1.0.1 |
1110 | 2024-11-15T21:25:52.990Z | Downloaded bitflags v1.3.2 |
1111 | 2024-11-15T21:25:52.990Z | Downloaded bitfield-struct v0.6.2 |
1112 | 2024-11-15T21:25:52.990Z | Downloaded bit-vec v0.6.3 |
1113 | 2024-11-15T21:25:52.990Z | Downloaded bit-set v0.5.3 |
1114 | 2024-11-15T21:25:52.991Z | Downloaded bcs v0.1.6 |
1115 | 2024-11-15T21:25:52.991Z | Downloaded bb8 v0.8.5 |
1116 | 2024-11-15T21:25:53.014Z | Downloaded base64ct v1.6.0 |
1117 | 2024-11-15T21:25:53.014Z | Downloaded base64 v0.21.7 |
1118 | 2024-11-15T21:25:53.014Z | Downloaded base64 v0.13.1 |
1119 | 2024-11-15T21:25:53.015Z | Downloaded backtrace v0.3.74 |
1120 | 2024-11-15T21:25:53.015Z | Downloaded async-stream-impl v0.3.6 |
1121 | 2024-11-15T21:25:53.015Z | Downloaded async-stream v0.3.6 |
1122 | 2024-11-15T21:25:53.015Z | Downloaded aho-corasick v1.1.3 |
1123 | 2024-11-15T21:25:53.039Z | Downloaded aes-gcm v0.10.3 |
1124 | 2024-11-15T21:25:53.039Z | Downloaded blake3 v1.5.4 |
1125 | 2024-11-15T21:25:53.039Z | Downloaded atomicwrites v0.4.4 |
1126 | 2024-11-15T21:25:53.039Z | Downloaded atomic-waker v1.1.2 |
1127 | 2024-11-15T21:25:53.039Z | Downloaded async-trait v0.1.83 |
1128 | 2024-11-15T21:25:53.039Z | Downloaded arc-swap v1.7.1 |
1129 | 2024-11-15T21:25:53.063Z | Downloaded allocator-api2 v0.2.18 |
1130 | 2024-11-15T21:25:53.063Z | Downloaded aes v0.8.4 |
1131 | 2024-11-15T21:25:53.063Z | Downloaded csv-core v0.1.11 |
1132 | 2024-11-15T21:25:53.063Z | Downloaded crypto-bigint v0.5.5 |
1133 | 2024-11-15T21:25:53.063Z | Downloaded crossbeam-epoch v0.9.18 |
1134 | 2024-11-15T21:25:53.063Z | Downloaded crc32fast v1.4.2 |
1135 | 2024-11-15T21:25:53.063Z | Downloaded console v0.15.8 |
1136 | 2024-11-15T21:25:53.087Z | Downloaded colored v2.1.0 |
1137 | 2024-11-15T21:25:53.087Z | Downloaded clang-sys v1.8.1 |
1138 | 2024-11-15T21:25:53.087Z | Downloaded cancel-safe-futures v0.1.5 |
1139 | 2024-11-15T21:25:53.087Z | Downloaded bytes v1.8.0 |
1140 | 2024-11-15T21:25:53.087Z | Downloaded async-bb8-diesel v0.2.1 |
1141 | 2024-11-15T21:25:53.087Z | Downloaded array-init v0.0.4 |
1142 | 2024-11-15T21:25:53.087Z | Downloaded argon2 v0.5.3 |
1143 | 2024-11-15T21:25:53.087Z | Downloaded backoff v0.4.0 |
1144 | 2024-11-15T21:25:53.087Z | Downloaded ascii-canvas v3.0.0 |
1145 | 2024-11-15T21:25:53.087Z | Downloaded arrayvec v0.7.6 |
1146 | 2024-11-15T21:25:53.112Z | Downloaded arrayref v0.3.9 |
1147 | 2024-11-15T21:25:53.112Z | Downloaded ahash v0.8.11 |
1148 | 2024-11-15T21:25:53.112Z | Downloaded aead v0.5.2 |
1149 | 2024-11-15T21:25:53.112Z | Downloaded adler2 v2.0.0 |
1150 | 2024-11-15T21:25:53.112Z | Downloaded addr2line v0.24.2 |
1151 | 2024-11-15T21:25:53.112Z | Downloaded crc v3.2.1 |
1152 | 2024-11-15T21:25:53.112Z | Downloaded convert_case v0.4.0 |
1153 | 2024-11-15T21:25:53.112Z | Downloaded ciborium-io v0.2.2 |
1154 | 2024-11-15T21:25:53.112Z | Downloaded chacha20 v0.9.1 |
1155 | 2024-11-15T21:25:53.112Z | Downloaded cexpr v0.6.0 |
1156 | 2024-11-15T21:25:53.112Z | Downloaded castaway v0.2.3 |
1157 | 2024-11-15T21:25:53.112Z | Downloaded bitfield v0.14.0 |
1158 | 2024-11-15T21:25:53.112Z | Downloaded atty v0.2.14 |
1159 | 2024-11-15T21:25:53.136Z | Downloaded async-recursion v1.1.1 |
1160 | 2024-11-15T21:25:53.136Z | Downloaded assert_matches v1.5.0 |
1161 | 2024-11-15T21:25:53.256Z | Compiling serde v1.0.215 |
1162 | 2024-11-15T21:25:53.256Z | Compiling lock_api v0.4.12 |
1163 | 2024-11-15T21:25:53.280Z | Compiling scopeguard v1.2.0 |
1164 | 2024-11-15T21:25:53.280Z | Compiling value-bag v1.9.0 |
1165 | 2024-11-15T21:25:53.280Z | Compiling typenum v1.17.0 |
1166 | 2024-11-15T21:25:53.280Z | Compiling generic-array v0.14.7 |
1167 | 2024-11-15T21:25:53.280Z | Compiling syn v2.0.87 |
1168 | 2024-11-15T21:25:53.280Z | Compiling getrandom v0.2.15 |
1169 | 2024-11-15T21:25:53.627Z | Compiling rand_core v0.6.4 |
1170 | 2024-11-15T21:25:53.779Z | Compiling log v0.4.22 |
1171 | 2024-11-15T21:25:53.805Z | Compiling shlex v1.3.0 |
1172 | 2024-11-15T21:25:53.849Z | Compiling subtle v2.6.1 |
1173 | 2024-11-15T21:25:53.874Z | Compiling jobserver v0.1.32 |
1174 | 2024-11-15T21:25:54.155Z | Compiling const-oid v0.9.6 |
1175 | 2024-11-15T21:25:54.179Z | Compiling smallvec v1.13.2 |
1176 | 2024-11-15T21:25:54.204Z | Compiling pin-project-lite v0.2.14 |
1177 | 2024-11-15T21:25:54.292Z | Compiling cc v1.1.30 |
1178 | 2024-11-15T21:25:54.328Z | Compiling spin v0.9.8 |
1179 | 2024-11-15T21:25:54.610Z | Compiling rustix v0.38.37 |
1180 | 2024-11-15T21:25:54.690Z | Compiling parking_lot_core v0.9.10 |
1181 | 2024-11-15T21:25:54.794Z | Compiling futures-core v0.3.31 |
1182 | 2024-11-15T21:25:54.819Z | Compiling signal-hook-registry v1.4.2 |
1183 | 2024-11-15T21:25:55.047Z | Compiling mio v1.0.2 |
1184 | 2024-11-15T21:25:55.531Z | Compiling aho-corasick v1.1.3 |
1185 | 2024-11-15T21:25:55.674Z | Compiling parking_lot v0.12.3 |
1186 | 2024-11-15T21:25:55.762Z | Compiling either v1.13.0 |
1187 | 2024-11-15T21:25:55.813Z | Compiling regex-syntax v0.8.5 |
1188 | 2024-11-15T21:25:55.884Z | Compiling cpufeatures v0.2.14 |
1189 | 2024-11-15T21:25:56.001Z | Compiling lazy_static v1.5.0 |
1190 | 2024-11-15T21:25:56.135Z | Compiling stable_deref_trait v1.2.0 |
1191 | 2024-11-15T21:25:56.196Z | Compiling futures-sink v0.3.31 |
1192 | 2024-11-15T21:25:56.240Z | Compiling glob v0.3.1 |
1193 | 2024-11-15T21:25:56.264Z | Compiling socket2 v0.5.7 |
1194 | 2024-11-15T21:25:56.620Z | Compiling slab v0.4.9 |
1195 | 2024-11-15T21:25:56.874Z | Compiling prettyplease v0.2.25 |
1196 | 2024-11-15T21:25:57.068Z | Compiling minimal-lexical v0.2.1 |
1197 | 2024-11-15T21:25:57.447Z | Compiling nom v7.1.3 |
1198 | 2024-11-15T21:25:57.471Z | Compiling libloading v0.8.5 |
1199 | 2024-11-15T21:25:57.500Z | Compiling clang-sys v1.8.1 |
1200 | 2024-11-15T21:25:57.562Z | Compiling bindgen v0.69.5 |
1201 | 2024-11-15T21:25:57.868Z | Compiling serde_json v1.0.132 |
1202 | 2024-11-15T21:25:58.156Z | Compiling home v0.5.9 |
1203 | 2024-11-15T21:25:58.360Z | Compiling futures-channel v0.3.31 |
1204 | 2024-11-15T21:25:58.427Z | Compiling itertools v0.12.1 |
1205 | 2024-11-15T21:25:58.699Z | Compiling futures-io v0.3.31 |
1206 | 2024-11-15T21:25:58.767Z | Compiling lazycell v1.3.0 |
1207 | 2024-11-15T21:25:58.931Z | Compiling pin-utils v0.1.0 |
1208 | 2024-11-15T21:25:59.004Z | Compiling rustc-hash v1.1.0 |
1209 | 2024-11-15T21:25:59.032Z | Compiling allocator-api2 v0.2.18 |
1210 | 2024-11-15T21:25:59.154Z | Compiling foldhash v0.1.3 |
1211 | 2024-11-15T21:25:59.437Z | Compiling futures-task v0.3.31 |
1212 | 2024-11-15T21:25:59.715Z | Compiling regex-automata v0.4.8 |
1213 | 2024-11-15T21:25:59.755Z | Compiling hashbrown v0.15.0 |
1214 | 2024-11-15T21:26:01.027Z | Compiling synstructure v0.13.1 |
1215 | 2024-11-15T21:26:01.055Z | Compiling cexpr v0.6.0 |
1216 | 2024-11-15T21:26:01.283Z | Compiling cmake v0.1.51 |
1217 | 2024-11-15T21:26:02.240Z | Compiling libm v0.2.8 |
1218 | 2024-11-15T21:26:02.501Z | Compiling fs_extra v1.3.0 |
1219 | 2024-11-15T21:26:02.535Z | Compiling tinyvec_macros v0.1.1 |
1220 | 2024-11-15T21:26:02.656Z | Compiling pkg-config v0.3.31 |
1221 | 2024-11-15T21:26:02.684Z | Compiling dunce v1.0.5 |
1222 | 2024-11-15T21:26:02.714Z | Compiling tinyvec v1.8.0 |
1223 | 2024-11-15T21:26:02.840Z | Compiling num-traits v0.2.19 |
1224 | 2024-11-15T21:26:03.309Z | Compiling ring v0.17.8 |
1225 | 2024-11-15T21:26:04.095Z | Compiling writeable v0.5.5 |
1226 | 2024-11-15T21:26:04.145Z | Compiling unicode-normalization v0.1.24 |
1227 | 2024-11-15T21:26:04.191Z | Compiling unicode-bidi v0.3.17 |
1228 | 2024-11-15T21:26:04.361Z | Compiling litemap v0.7.3 |
1229 | 2024-11-15T21:26:04.428Z | Compiling paste v1.0.15 |
1230 | 2024-11-15T21:26:04.685Z | Compiling base64ct v1.6.0 |
1231 | 2024-11-15T21:26:04.989Z | Compiling regex v1.11.1 |
1232 | 2024-11-15T21:26:05.250Z | Compiling pem-rfc7468 v0.7.0 |
1233 | 2024-11-15T21:26:05.587Z | Compiling aws-lc-rs v1.10.0 |
1234 | 2024-11-15T21:26:05.993Z | Compiling httparse v1.9.5 |
1235 | 2024-11-15T21:26:06.019Z | Compiling flagset v0.4.6 |
1236 | 2024-11-15T21:26:06.207Z | Compiling tracing-core v0.1.32 |
1237 | 2024-11-15T21:26:06.817Z | Compiling rustls-pki-types v1.9.0 |
1238 | 2024-11-15T21:26:07.159Z | Compiling icu_locid_transform_data v1.5.0 |
1239 | 2024-11-15T21:26:07.247Z | Compiling crossbeam-utils v0.8.20 |
1240 | 2024-11-15T21:26:07.284Z | Compiling percent-encoding v2.3.1 |
1241 | 2024-11-15T21:26:07.414Z | Compiling serde_derive v1.0.215 |
1242 | 2024-11-15T21:26:07.653Z | Compiling zeroize_derive v1.4.2 |
1243 | 2024-11-15T21:26:07.692Z | Compiling zerocopy-derive v0.7.35 |
1244 | 2024-11-15T21:26:07.879Z | Compiling tokio-macros v2.4.0 |
1245 | 2024-11-15T21:26:07.986Z | Compiling zerofrom-derive v0.1.4 |
1246 | 2024-11-15T21:26:09.374Z | Compiling zeroize v1.8.1 |
1247 | 2024-11-15T21:26:09.547Z | Compiling yoke-derive v0.7.4 |
1248 | 2024-11-15T21:26:09.624Z | Compiling thiserror-impl v1.0.69 |
1249 | 2024-11-15T21:26:10.069Z | Compiling zerocopy v0.7.35 |
1250 | 2024-11-15T21:26:10.391Z | Compiling zerovec-derive v0.10.3 |
1251 | 2024-11-15T21:26:11.035Z | Compiling crypto-common v0.1.6 |
1252 | 2024-11-15T21:26:11.248Z | Compiling block-buffer v0.10.4 |
1253 | 2024-11-15T21:26:11.556Z | Compiling digest v0.10.7 |
1254 | 2024-11-15T21:26:11.581Z | Compiling futures-macro v0.3.31 |
1255 | 2024-11-15T21:26:12.004Z | Compiling hmac v0.12.1 |
1256 | 2024-11-15T21:26:12.029Z | Compiling zerofrom v0.1.4 |
1257 | 2024-11-15T21:26:12.054Z | Compiling block-padding v0.3.3 |
1258 | 2024-11-15T21:26:12.246Z | Compiling displaydoc v0.2.5 |
1259 | 2024-11-15T21:26:12.276Z | Compiling inout v0.1.3 |
1260 | 2024-11-15T21:26:12.304Z | Compiling sha2 v0.10.8 |
1261 | 2024-11-15T21:26:12.369Z | Compiling yoke v0.7.4 |
1262 | 2024-11-15T21:26:12.530Z | Compiling cipher v0.4.4 |
1263 | 2024-11-15T21:26:12.702Z | Compiling thiserror v1.0.69 |
1264 | 2024-11-15T21:26:12.729Z | Compiling ppv-lite86 v0.2.20 |
1265 | 2024-11-15T21:26:12.755Z | Compiling zerovec v0.10.4 |
1266 | 2024-11-15T21:26:12.843Z | Compiling der_derive v0.7.3 |
1267 | 2024-11-15T21:26:13.006Z | Compiling icu_provider_macros v1.5.0 |
1268 | 2024-11-15T21:26:13.366Z | Compiling futures-util v0.3.31 |
1269 | 2024-11-15T21:26:13.494Z | Compiling rand_chacha v0.3.1 |
1270 | 2024-11-15T21:26:13.798Z | Compiling tracing-attributes v0.1.27 |
1271 | 2024-11-15T21:26:14.039Z | Compiling rand v0.8.5 |
1272 | 2024-11-15T21:26:14.744Z | Compiling tinystr v0.7.6 |
1273 | 2024-11-15T21:26:15.004Z | Compiling der v0.7.9 |
1274 | 2024-11-15T21:26:15.123Z | Compiling icu_locid v1.5.0 |
1275 | 2024-11-15T21:26:15.148Z | Compiling icu_collections v1.5.0 |
1276 | 2024-11-15T21:26:15.368Z | Compiling salsa20 v0.10.2 |
1277 | 2024-11-15T21:26:15.565Z | Compiling pest v2.7.14 |
1278 | 2024-11-15T21:26:15.904Z | Compiling pbkdf2 v0.12.2 |
1279 | 2024-11-15T21:26:16.487Z | Compiling icu_provider v1.5.0 |
1280 | 2024-11-15T21:26:16.761Z | Compiling powerfmt v0.2.0 |
1281 | 2024-11-15T21:26:17.116Z | Compiling icu_locid_transform v1.5.0 |
1282 | 2024-11-15T21:26:17.140Z | Compiling tracing v0.1.40 |
1283 | 2024-11-15T21:26:17.268Z | Compiling spki v0.7.3 |
1284 | 2024-11-15T21:26:17.422Z | Compiling icu_properties_data v1.5.0 |
1285 | 2024-11-15T21:26:17.609Z | Compiling vcpkg v0.2.15 |
1286 | 2024-11-15T21:26:17.635Z | Compiling mirai-annotations v1.12.0 |
1287 | 2024-11-15T21:26:17.674Z | Compiling untrusted v0.9.0 |
1288 | 2024-11-15T21:26:17.833Z | Compiling untrusted v0.7.1 |
1289 | 2024-11-15T21:26:17.858Z | Compiling num-conv v0.1.0 |
1290 | 2024-11-15T21:26:17.997Z | Compiling time-core v0.1.2 |
1291 | 2024-11-15T21:26:18.123Z | Compiling pest_meta v2.7.14 |
1292 | 2024-11-15T21:26:18.181Z | Compiling time-macros v0.2.18 |
1293 | 2024-11-15T21:26:18.337Z | Compiling icu_properties v1.5.1 |
1294 | 2024-11-15T21:26:18.836Z | Compiling deranged v0.3.11 |
1295 | 2024-11-15T21:26:19.593Z | Compiling openssl-sys v0.9.104 |
1296 | 2024-11-15T21:26:20.492Z | Compiling bitflags v2.6.0 |
1297 | 2024-11-15T21:26:20.516Z | Compiling bytes v1.8.0 |
1298 | 2024-11-15T21:26:20.627Z | Compiling indexmap v2.6.0 |
1299 | 2024-11-15T21:26:20.905Z | Compiling semver v1.0.23 |
1300 | 2024-11-15T21:26:21.507Z | Compiling tokio v1.40.0 |
1301 | 2024-11-15T21:26:21.628Z | Compiling http v1.1.0 |
1302 | 2024-11-15T21:26:21.685Z | Compiling rustc_version v0.4.1 |
1303 | 2024-11-15T21:26:21.936Z | Compiling scrypt v0.11.0 |
1304 | 2024-11-15T21:26:22.356Z | Compiling aes v0.8.4 |
1305 | 2024-11-15T21:26:22.431Z | Compiling cbc v0.1.2 |
1306 | 2024-11-15T21:26:22.457Z | Compiling scroll_derive v0.12.0 |
1307 | 2024-11-15T21:26:22.599Z | Compiling num_threads v0.1.7 |
1308 | 2024-11-15T21:26:22.669Z | Compiling atomic-waker v1.1.2 |
1309 | 2024-11-15T21:26:22.723Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2024-11-15T21:26:22.831Z | Compiling write16 v1.0.0 |
1311 | 2024-11-15T21:26:22.862Z | Compiling utf16_iter v1.0.5 |
1312 | 2024-11-15T21:26:22.956Z | Compiling utf8_iter v1.0.4 |
1313 | 2024-11-15T21:26:23.044Z | Compiling http-body v1.0.1 |
1314 | 2024-11-15T21:26:23.177Z | Compiling pkcs5 v0.7.1 |
1315 | 2024-11-15T21:26:23.262Z | Compiling icu_normalizer v1.5.0 |
1316 | 2024-11-15T21:26:23.438Z | Compiling time v0.3.36 |
1317 | 2024-11-15T21:26:23.670Z | Compiling scroll v0.12.0 |
1318 | 2024-11-15T21:26:23.922Z | Compiling pest_generator v2.7.14 |
1319 | 2024-11-15T21:26:24.182Z | Compiling form_urlencoded v1.2.1 |
1320 | 2024-11-15T21:26:24.258Z | Compiling which v4.4.2 |
1321 | 2024-11-15T21:26:24.483Z | Compiling slog v2.7.0 |
1322 | 2024-11-15T21:26:24.846Z | Compiling try-lock v0.2.5 |
1323 | 2024-11-15T21:26:24.968Z | Compiling goblin v0.8.2 |
1324 | 2024-11-15T21:26:25.049Z | Compiling want v0.3.1 |
1325 | 2024-11-15T21:26:25.073Z | Compiling idna_adapter v1.2.0 |
1326 | 2024-11-15T21:26:25.349Z | Compiling pkcs8 v0.10.2 |
1327 | 2024-11-15T21:26:25.373Z | Compiling httpdate v1.0.3 |
1328 | 2024-11-15T21:26:25.512Z | Compiling idna v1.0.3 |
1329 | 2024-11-15T21:26:25.629Z | Compiling pest_derive v2.7.14 |
1330 | 2024-11-15T21:26:25.903Z | Compiling serde_spanned v0.6.8 |
1331 | 2024-11-15T21:26:26.115Z | Compiling uuid v1.11.0 |
1332 | 2024-11-15T21:26:26.308Z | Compiling dtrace-parser v0.2.0 |
1333 | 2024-11-15T21:26:26.506Z | Compiling serde_tokenstream v0.2.2 |
1334 | 2024-11-15T21:26:27.063Z | Compiling toml_datetime v0.6.8 |
1335 | 2024-11-15T21:26:27.153Z | Compiling rustversion v1.0.17 |
1336 | 2024-11-15T21:26:27.388Z | Compiling iana-time-zone v0.1.61 |
1337 | 2024-11-15T21:26:27.520Z | Compiling match_cfg v0.1.0 |
1338 | 2024-11-15T21:26:27.634Z | Compiling adler2 v2.0.0 |
1339 | 2024-11-15T21:26:27.794Z | Compiling foreign-types-shared v0.1.1 |
1340 | 2024-11-15T21:26:27.830Z | Compiling tower-service v0.3.3 |
1341 | 2024-11-15T21:26:27.855Z | Compiling base64 v0.22.1 |
1342 | 2024-11-15T21:26:27.909Z | Compiling openssl v0.10.68 |
1343 | 2024-11-15T21:26:27.958Z | Compiling foreign-types v0.3.2 |
1344 | 2024-11-15T21:26:28.127Z | Compiling miniz_oxide v0.8.0 |
1345 | 2024-11-15T21:26:28.159Z | Compiling hostname v0.3.1 |
1346 | 2024-11-15T21:26:28.291Z | Compiling chrono v0.4.38 |
1347 | 2024-11-15T21:26:28.351Z | Compiling url v2.5.3 |
1348 | 2024-11-15T21:26:28.561Z | Compiling openssl-macros v0.1.1 |
1349 | 2024-11-15T21:26:29.211Z | Compiling tokio-util v0.7.12 |
1350 | 2024-11-15T21:26:29.531Z | Compiling async-trait v0.1.83 |
1351 | 2024-11-15T21:26:29.641Z | Compiling dirs-sys-next v0.1.2 |
1352 | 2024-11-15T21:26:30.131Z | Compiling h2 v0.4.6 |
1353 | 2024-11-15T21:26:30.236Z | Compiling dof v0.3.0 |
1354 | 2024-11-15T21:26:30.493Z | Compiling data-encoding v2.6.0 |
1355 | 2024-11-15T21:26:31.642Z | Compiling usdt-impl v0.5.0 |
1356 | 2024-11-15T21:26:31.869Z | Compiling siphasher v0.3.11 |
1357 | 2024-11-15T21:26:32.178Z | Compiling rustls v0.23.14 |
1358 | 2024-11-15T21:26:32.220Z | Compiling rustls v0.22.4 |
1359 | 2024-11-15T21:26:32.417Z | Compiling native-tls v0.2.12 |
1360 | 2024-11-15T21:26:32.457Z | Compiling syn v1.0.109 |
1361 | 2024-11-15T21:26:32.561Z | Compiling dirs-next v2.0.0 |
1362 | 2024-11-15T21:26:33.097Z | Compiling http-body-util v0.1.2 |
1363 | 2024-11-15T21:26:33.138Z | Compiling heapless v0.7.17 |
1364 | 2024-11-15T21:26:33.503Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2024-11-15T21:26:33.568Z | Compiling signature v2.2.0 |
1366 | 2024-11-15T21:26:33.841Z | Compiling sha1 v0.10.6 |
1367 | 2024-11-15T21:26:34.043Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1368 | 2024-11-15T21:26:34.219Z | Compiling serde_derive_internals v0.29.1 |
1369 | 2024-11-15T21:26:34.267Z | Compiling thread_local v1.1.8 |
1370 | 2024-11-15T21:26:34.298Z | Compiling cookie v0.18.1 |
1371 | 2024-11-15T21:26:34.485Z | Compiling encoding_rs v0.8.34 |
1372 | 2024-11-15T21:26:34.547Z | Compiling multer v3.1.0 |
1373 | 2024-11-15T21:26:34.794Z | Compiling rayon-core v1.12.1 |
1374 | 2024-11-15T21:26:34.823Z | Compiling mime v0.3.17 |
1375 | 2024-11-15T21:26:35.023Z | Compiling schemars v0.8.21 |
1376 | 2024-11-15T21:26:39.454Z | Compiling slog-async v2.8.0 |
1377 | 2024-11-15T21:26:39.524Z | Compiling signal-hook v0.3.17 |
1378 | 2024-11-15T21:26:39.524Z | Compiling gimli v0.31.1 |
1379 | 2024-11-15T21:26:39.524Z | Compiling ipnet v2.10.1 |
1380 | 2024-11-15T21:26:39.525Z | Compiling unicode-properties v0.1.3 |
1381 | 2024-11-15T21:26:39.525Z | Compiling openssl-probe v0.1.5 |
1382 | 2024-11-15T21:26:39.525Z | Compiling hyper v1.5.0 |
1383 | 2024-11-15T21:26:39.525Z | Compiling schemars_derive v0.8.21 |
1384 | 2024-11-15T21:26:39.525Z | Compiling stringprep v0.1.5 |
1385 | 2024-11-15T21:26:39.525Z | Compiling toml_edit v0.22.22 |
1386 | 2024-11-15T21:26:39.525Z | Compiling hyper-util v0.1.10 |
1387 | 2024-11-15T21:26:39.735Z | Compiling addr2line v0.24.2 |
1388 | 2024-11-15T21:26:40.378Z | Compiling usdt-attr-macro v0.5.0 |
1389 | 2024-11-15T21:26:40.402Z | Compiling usdt-macro v0.5.0 |
1390 | 2024-11-15T21:26:40.518Z | Compiling crossbeam-deque v0.8.5 |
1391 | 2024-11-15T21:26:40.871Z | Compiling term v0.7.0 |
1392 | 2024-11-15T21:26:41.547Z | Compiling slog-json v2.6.1 |
1393 | 2024-11-15T21:26:41.723Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2024-11-15T21:26:41.877Z | Compiling curve25519-dalek v4.1.3 |
1395 | 2024-11-15T21:26:41.903Z | Compiling crossbeam-channel v0.5.13 |
1396 | 2024-11-15T21:26:41.931Z | Compiling futures-executor v0.3.31 |
1397 | 2024-11-15T21:26:42.202Z | Compiling enum-as-inner v0.6.1 |
1398 | 2024-11-15T21:26:42.269Z | Compiling md-5 v0.10.6 |
1399 | 2024-11-15T21:26:42.425Z | Compiling rustls-pemfile v2.2.0 |
1400 | 2024-11-15T21:26:42.450Z | Compiling async-stream-impl v0.3.6 |
1401 | 2024-11-15T21:26:42.523Z | Compiling num-integer v0.1.46 |
1402 | 2024-11-15T21:26:42.768Z | Compiling idna v0.4.0 |
1403 | 2024-11-15T21:26:42.926Z | Compiling idna v0.3.0 |
1404 | 2024-11-15T21:26:43.081Z | Compiling hash32 v0.2.1 |
1405 | 2024-11-15T21:26:43.237Z | Compiling ff v0.13.0 |
1406 | 2024-11-15T21:26:43.440Z | Compiling is-terminal v0.4.13 |
1407 | 2024-11-15T21:26:43.465Z | Compiling object v0.36.5 |
1408 | 2024-11-15T21:26:43.573Z | Compiling dropshot v0.12.0 |
1409 | 2024-11-15T21:26:43.618Z | Compiling fallible-iterator v0.2.0 |
1410 | 2024-11-15T21:26:43.833Z | Compiling rustc-demangle v0.1.24 |
1411 | 2024-11-15T21:26:44.253Z | Compiling portable-atomic v1.9.0 |
1412 | 2024-11-15T21:26:44.283Z | Compiling num-bigint-dig v0.8.4 |
1413 | 2024-11-15T21:26:44.340Z | Compiling smoltcp v0.9.1 |
1414 | 2024-11-15T21:26:44.538Z | Compiling dyn-clone v1.0.17 |
1415 | 2024-11-15T21:26:44.694Z | Compiling base16ct v0.2.0 |
1416 | 2024-11-15T21:26:44.745Z | Compiling linked-hash-map v0.5.6 |
1417 | 2024-11-15T21:26:44.962Z | Compiling quick-error v1.2.3 |
1418 | 2024-11-15T21:26:45.011Z | Compiling anyhow v1.0.93 |
1419 | 2024-11-15T21:26:45.070Z | Compiling utf-8 v0.7.6 |
1420 | 2024-11-15T21:26:45.114Z | Compiling take_mut v0.2.2 |
1421 | 2024-11-15T21:26:45.186Z | Compiling psl-types v2.0.11 |
1422 | 2024-11-15T21:26:45.276Z | Compiling tungstenite v0.24.0 |
1423 | 2024-11-15T21:26:45.367Z | Compiling publicsuffix v2.2.3 |
1424 | 2024-11-15T21:26:45.690Z | Compiling resolv-conf v0.7.0 |
1425 | 2024-11-15T21:26:45.715Z | Compiling lru-cache v0.1.2 |
1426 | 2024-11-15T21:26:45.915Z | Compiling sec1 v0.7.3 |
1427 | 2024-11-15T21:26:46.515Z | Compiling postgres-protocol v0.6.7 |
1428 | 2024-11-15T21:26:46.559Z | Compiling async-stream v0.3.6 |
1429 | 2024-11-15T21:26:46.611Z | Compiling slog-term v2.9.1 |
1430 | 2024-11-15T21:26:46.844Z | Compiling hickory-proto v0.24.1 |
1431 | 2024-11-15T21:26:47.420Z | Compiling usdt v0.5.0 |
1432 | 2024-11-15T21:26:47.686Z | Compiling group v0.13.0 |
1433 | 2024-11-15T21:26:47.912Z | Compiling num-iter v0.1.45 |
1434 | 2024-11-15T21:26:48.092Z | Compiling futures v0.3.31 |
1435 | 2024-11-15T21:26:48.116Z | Compiling slog-bunyan v2.5.0 |
1436 | 2024-11-15T21:26:48.320Z | Compiling toml v0.8.19 |
1437 | 2024-11-15T21:26:49.837Z | Compiling backtrace v0.3.74 |
1438 | 2024-11-15T21:26:49.964Z | Compiling tokio-native-tls v0.3.1 |
1439 | 2024-11-15T21:26:50.216Z | Compiling camino v1.1.9 |
1440 | 2024-11-15T21:26:50.367Z | Compiling phf_shared v0.11.2 |
1441 | 2024-11-15T21:26:50.522Z | Compiling dropshot_endpoint v0.12.0 |
1442 | 2024-11-15T21:26:50.725Z | Compiling terminal_size v0.4.0 |
1443 | 2024-11-15T21:26:50.768Z | Compiling waitgroup v0.1.2 |
1444 | 2024-11-15T21:26:50.939Z | Compiling openapiv3 v2.0.0 |
1445 | 2024-11-15T21:26:50.978Z | Compiling serde_path_to_error v0.1.16 |
1446 | 2024-11-15T21:26:51.087Z | Compiling hkdf v0.12.4 |
1447 | 2024-11-15T21:26:51.341Z | Compiling crypto-bigint v0.5.5 |
1448 | 2024-11-15T21:26:51.746Z | Compiling webpki-roots v0.26.6 |
1449 | 2024-11-15T21:26:51.952Z | Compiling curve25519-dalek-derive v0.1.1 |
1450 | 2024-11-15T21:26:53.129Z | Compiling zerocopy-derive v0.6.6 |
1451 | 2024-11-15T21:26:53.297Z | Compiling idna v0.5.0 |
1452 | 2024-11-15T21:26:53.577Z | Compiling hubpack_derive v0.1.1 |
1453 | 2024-11-15T21:26:54.435Z | Compiling hostname v0.4.0 |
1454 | 2024-11-15T21:26:54.512Z | Compiling crc32fast v1.4.2 |
1455 | 2024-11-15T21:26:54.705Z | Compiling fs-err v2.11.0 |
1456 | 2024-11-15T21:26:54.733Z | Compiling ahash v0.8.11 |
1457 | 2024-11-15T21:26:54.757Z | Compiling winnow v0.5.40 |
1458 | 2024-11-15T21:26:54.827Z | Compiling debug-ignore v1.0.5 |
1459 | 2024-11-15T21:26:54.967Z | Compiling bitflags v1.3.2 |
1460 | 2024-11-15T21:26:54.994Z | Compiling managed v0.8.0 |
1461 | 2024-11-15T21:26:55.112Z | Compiling strum_macros v0.25.3 |
1462 | 2024-11-15T21:26:55.199Z | Compiling zerocopy v0.6.6 |
1463 | 2024-11-15T21:26:55.230Z | Compiling clap_builder v4.5.21 |
1464 | 2024-11-15T21:26:55.910Z | Compiling console v0.15.8 |
1465 | 2024-11-15T21:26:56.064Z | Compiling flate2 v1.0.34 |
1466 | 2024-11-15T21:26:56.661Z | Compiling hubpack v0.1.2 |
1467 | 2024-11-15T21:26:56.960Z | Compiling elliptic-curve v0.13.8 |
1468 | 2024-11-15T21:26:57.078Z | Compiling cookie_store v0.21.0 |
1469 | 2024-11-15T21:26:57.384Z | Compiling hickory-resolver v0.24.1 |
1470 | 2024-11-15T21:26:57.705Z | Compiling phf v0.11.2 |
1471 | 2024-11-15T21:26:57.975Z | Compiling toml_edit v0.19.15 |
1472 | 2024-11-15T21:26:58.540Z | Compiling signal-hook-mio v0.2.4 |
1473 | 2024-11-15T21:26:58.701Z | Compiling hyper-tls v0.6.0 |
1474 | 2024-11-15T21:26:58.731Z | Compiling rayon v1.10.0 |
1475 | 2024-11-15T21:26:59.096Z | Compiling bzip2 v0.4.4 |
1476 | 2024-11-15T21:26:59.455Z | Compiling postgres-types v0.2.8 |
1477 | 2024-11-15T21:27:00.820Z | Compiling tokio-tungstenite v0.24.0 |
1478 | 2024-11-15T21:27:02.488Z | Compiling ed25519 v2.2.3 |
1479 | 2024-11-15T21:27:03.005Z | Compiling phf_shared v0.10.0 |
1480 | 2024-11-15T21:27:03.366Z | Compiling tokio-stream v0.1.16 |
1481 | 2024-11-15T21:27:03.622Z | Compiling pkcs1 v0.7.5 |
1482 | 2024-11-15T21:27:03.691Z | Compiling serde-big-array v0.5.1 |
1483 | 2024-11-15T21:27:03.913Z | Compiling clap_derive v4.5.18 |
1484 | 2024-11-15T21:27:04.063Z | Compiling rfc6979 v0.4.0 |
1485 | 2024-11-15T21:27:04.171Z | Compiling serde_repr v0.1.19 |
1486 | 2024-11-15T21:27:04.254Z | Compiling derive-where v1.2.7 |
1487 | 2024-11-15T21:27:04.323Z | Compiling float-cmp v0.9.0 |
1488 | 2024-11-15T21:27:04.534Z | Compiling bstr v1.10.0 |
1489 | 2024-11-15T21:27:04.560Z | Compiling sync_wrapper v1.0.1 |
1490 | 2024-11-15T21:27:04.700Z | Compiling predicates-core v1.0.8 |
1491 | 2024-11-15T21:27:05.053Z | Compiling static_assertions v1.1.0 |
1492 | 2024-11-15T21:27:05.082Z | Compiling unicode-width v0.2.0 |
1493 | 2024-11-15T21:27:05.159Z | Compiling whoami v1.5.2 |
1494 | 2024-11-15T21:27:05.209Z | Compiling difflib v0.4.0 |
1495 | 2024-11-15T21:27:05.563Z | Compiling bit-vec v0.6.3 |
1496 | 2024-11-15T21:27:05.764Z | Compiling normalize-line-endings v0.3.0 |
1497 | 2024-11-15T21:27:05.881Z | Compiling number_prefix v0.4.0 |
1498 | 2024-11-15T21:27:06.008Z | Compiling unicode-segmentation v1.12.0 |
1499 | 2024-11-15T21:27:06.100Z | Compiling fixedbitset v0.4.2 |
1500 | 2024-11-15T21:27:06.125Z | Compiling precomputed-hash v0.1.1 |
1501 | 2024-11-15T21:27:06.230Z | Compiling new_debug_unreachable v1.0.6 |
1502 | 2024-11-15T21:27:06.353Z | Compiling string_cache v0.8.7 |
1503 | 2024-11-15T21:27:06.546Z | Compiling petgraph v0.6.5 |
1504 | 2024-11-15T21:27:06.751Z | Compiling similar v2.6.0 |
1505 | 2024-11-15T21:27:06.817Z | Compiling indicatif v0.17.9 |
1506 | 2024-11-15T21:27:06.842Z | Compiling bit-set v0.5.3 |
1507 | 2024-11-15T21:27:07.122Z | Compiling predicates v3.1.2 |
1508 | 2024-11-15T21:27:07.415Z | Compiling tokio-postgres v0.7.12 |
1509 | 2024-11-15T21:27:08.098Z | Compiling clap v4.5.21 |
1510 | 2024-11-15T21:27:08.247Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1511 | 2024-11-15T21:27:08.796Z | Compiling ecdsa v0.16.9 |
1512 | 2024-11-15T21:27:08.903Z | Compiling rsa v0.9.6 |
1513 | 2024-11-15T21:27:09.046Z | Compiling ed25519-dalek v2.1.1 |
1514 | 2024-11-15T21:27:09.592Z | Compiling toml v0.7.8 |
1515 | 2024-11-15T21:27:10.152Z | Compiling zip v0.6.6 |
1516 | 2024-11-15T21:27:10.200Z | Compiling crossterm v0.28.1 |
1517 | 2024-11-15T21:27:11.652Z | Compiling hex v0.4.3 |
1518 | 2024-11-15T21:27:12.012Z | Compiling x509-cert v0.2.5 |
1519 | 2024-11-15T21:27:12.037Z | Compiling itertools v0.10.5 |
1520 | 2024-11-15T21:27:12.209Z | Compiling unicode-xid v0.2.6 |
1521 | 2024-11-15T21:27:12.519Z | Compiling peg-runtime v0.8.3 |
1522 | 2024-11-15T21:27:12.780Z | Compiling lalrpop-util v0.19.12 |
1523 | 2024-11-15T21:27:13.009Z | Compiling strum_macros v0.26.4 |
1524 | 2024-11-15T21:27:13.125Z | Compiling xattr v1.3.1 |
1525 | 2024-11-15T21:27:13.369Z | Compiling filetime v0.2.25 |
1526 | 2024-11-15T21:27:13.645Z | Compiling tar v0.4.43 |
1527 | 2024-11-15T21:27:17.404Z | Compiling strum v0.26.3 |
1528 | 2024-11-15T21:27:20.088Z | Compiling aws-lc-sys v0.22.0 |
1529 | 2024-11-15T21:27:53.148Z | Compiling rustls-webpki v0.102.8 |
1530 | 2024-11-15T21:27:57.398Z | Compiling tokio-rustls v0.25.0 |
1531 | 2024-11-15T21:27:59.418Z | Compiling tokio-rustls v0.26.0 |
1532 | 2024-11-15T21:27:59.754Z | Compiling hyper-rustls v0.27.3 |
1533 | 2024-11-15T21:28:00.157Z | Compiling reqwest v0.12.9 |
1534 | 2024-11-15T21:28:01.313Z | Compiling qorb v0.2.0 |
1535 | 2024-11-15T21:28:07.057Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1536 | 2024-11-15T21:28:07.379Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1537 | 2024-11-15T21:28:15.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1538 | 2024-11-15T21:28:15.172Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1539 | 2024-11-15T21:28:15.242Z | Nov 15 21:28:15.008 INFO Starting download, target: Clickhouse |
1540 | 2024-11-15T21:28:15.242Z | Nov 15 21:28:15.009 INFO Starting download, target: Console |
1541 | 2024-11-15T21:28:15.266Z | Nov 15 21:28:15.009 INFO Starting download, target: DendriteOpenapi |
1542 | 2024-11-15T21:28:15.267Z | Nov 15 21:28:15.009 INFO Starting download, target: Cockroach |
1543 | 2024-11-15T21:28:15.267Z | Nov 15 21:28:15.009 INFO Starting download, target: DendriteStub |
1544 | 2024-11-15T21:28:15.267Z | Nov 15 21:28:15.009 INFO Starting download, target: MaghemiteMgd |
1545 | 2024-11-15T21:28:15.267Z | Nov 15 21:28:15.009 INFO Starting download, target: TransceiverControl |
1546 | 2024-11-15T21:28:15.267Z | Nov 15 21:28:15.011 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi |
1547 | 2024-11-15T21:28:15.267Z | Nov 15 21:28:15.011 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1548 | 2024-11-15T21:28:15.267Z | Nov 15 21:28:15.011 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1549 | 2024-11-15T21:28:15.267Z | Nov 15 21:28:15.011 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1550 | 2024-11-15T21:28:15.267Z | Nov 15 21:28:15.011 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1551 | 2024-11-15T21:28:15.267Z | Nov 15 21:28:15.011 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1552 | 2024-11-15T21:28:15.267Z | Nov 15 21:28:15.011 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1553 | 2024-11-15T21:28:15.643Z | Nov 15 21:28:15.411 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1554 | 2024-11-15T21:28:15.973Z | Nov 15 21:28:15.709 INFO Download complete, target: Console |
1555 | 2024-11-15T21:28:16.382Z | Nov 15 21:28:16.146 INFO Download complete, target: DendriteOpenapi |
1556 | 2024-11-15T21:28:16.976Z | Nov 15 21:28:16.743 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2024-11-15T21:28:17.574Z | Nov 15 21:28:17.342 INFO Download complete, target: TransceiverControl |
1558 | 2024-11-15T21:28:17.631Z | Nov 15 21:28:17.399 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1559 | 2024-11-15T21:28:17.740Z | Nov 15 21:28:17.508 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1560 | 2024-11-15T21:28:20.589Z | Nov 15 21:28:20.355 INFO Download complete, target: DendriteStub |
1561 | 2024-11-15T21:28:20.945Z | Nov 15 21:28:20.713 INFO Download complete, target: MaghemiteMgd |
1562 | 2024-11-15T21:28:21.351Z | Nov 15 21:28:21.087 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2024-11-15T21:28:21.351Z | Nov 15 21:28:21.087 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2024-11-15T21:28:29.904Z | Nov 15 21:28:29.672 INFO Checking that binary works, target: Cockroach |
1565 | 2024-11-15T21:28:30.178Z | Nov 15 21:28:29.946 INFO Download complete, target: Cockroach |
1566 | 2024-11-15T21:28:34.641Z | Nov 15 21:28:34.409 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1567 | 2024-11-15T21:28:48.232Z | Nov 15 21:28:48.000 INFO Checking that binary works, target: Clickhouse |
1568 | 2024-11-15T21:28:48.440Z | Nov 15 21:28:48.207 INFO Download complete, target: Clickhouse |
1569 | 2024-11-15T21:28:48.469Z | All builder prerequisites installed successfully, and PATH looks valid |
1570 | 2024-11-15T21:28:48.493Z | |
1571 | 2024-11-15T21:28:48.494Z | real 5:30.728015046 |
1572 | 2024-11-15T21:28:48.494Z | user 15:39.405822869 |
1573 | 2024-11-15T21:28:48.494Z | sys 3:19.926346594 |
1574 | 2024-11-15T21:28:48.494Z | trap 0.545352115 |
1575 | 2024-11-15T21:28:48.494Z | tflt 0.769402176 |
1576 | 2024-11-15T21:28:48.494Z | dflt 2.289617213 |
1577 | 2024-11-15T21:28:48.494Z | kflt 0.009639043 |
1578 | 2024-11-15T21:28:48.494Z | lock 32:49.493811594 |
1579 | 2024-11-15T21:28:48.494Z | slp 58:22.158321351 |
1580 | 2024-11-15T21:28:48.494Z | lat 1:01.476281209 |
1581 | 2024-11-15T21:28:48.494Z | stop 2:15.683561899 |
1582 | 2024-11-15T21:28:48.494Z | + banner hack-check |
1583 | 2024-11-15T21:28:48.494Z | |
1584 | 2024-11-15T21:28:48.494Z | # # ## #### # # #### # # ###### #### # # |
1585 | 2024-11-15T21:28:48.494Z | # # # # # # # # # # # # # # # # # |
1586 | 2024-11-15T21:28:48.494Z | ###### # # # #### ##### # ###### ##### # #### |
1587 | 2024-11-15T21:28:48.494Z | # # ###### # # # # # # # # # # |
1588 | 2024-11-15T21:28:48.494Z | # # # # # # # # # # # # # # # # # |
1589 | 2024-11-15T21:28:48.494Z | # # # # #### # # #### # # ###### #### # # |
1590 | 2024-11-15T21:28:48.494Z | |
1591 | 2024-11-15T21:28:48.494Z | + export CARGO_INCREMENTAL=0 |
1592 | 2024-11-15T21:28:48.494Z | + CARGO_INCREMENTAL=0 |
1593 | 2024-11-15T21:28:48.494Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1594 | 2024-11-15T21:28:49.269Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1595 | 2024-11-15T21:28:54.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s |
1596 | 2024-11-15T21:28:54.606Z | Running `target/debug/xtask check-features --ci` |
1597 | 2024-11-15T21:28:54.637Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1598 | 2024-11-15T21:28:54.637Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1599 | 2024-11-15T21:28:55.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1600 | 2024-11-15T21:28:55.272Z | Running `target/debug/xtask download cargo-hack` |
1601 | 2024-11-15T21:28:56.385Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1602 | 2024-11-15T21:28:56.697Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1603 | 2024-11-15T21:29:03.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.05s |
1604 | 2024-11-15T21:29:03.479Z | Running `target/debug/xtask-downloader cargo-hack` |
1605 | 2024-11-15T21:29:03.527Z | Nov 15 21:29:03.295 INFO Starting download, target: CargoHack |
1606 | 2024-11-15T21:29:03.552Z | Nov 15 21:29:03.297 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1607 | 2024-11-15T21:29:04.172Z | Nov 15 21:29:03.940 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1608 | 2024-11-15T21:29:04.274Z | Nov 15 21:29:04.042 INFO Download complete, target: CargoHack |
1609 | 2024-11-15T21:29:04.298Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1610 | 2024-11-15T21:29:04.323Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1611 | 2024-11-15T21:29:04.576Z | info: running `cargo check --bins` on api_identity (1/171) |
1612 | 2024-11-15T21:29:05.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1613 | 2024-11-15T21:29:05.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1614 | 2024-11-15T21:29:05.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1615 | 2024-11-15T21:29:05.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1616 | 2024-11-15T21:29:05.487Z | |
1617 | 2024-11-15T21:29:05.487Z | info: running `cargo check --bins` on bootstore (2/171) |
1618 | 2024-11-15T21:29:06.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-11-15T21:29:06.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-11-15T21:29:06.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-11-15T21:29:06.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1622 | 2024-11-15T21:29:06.324Z | |
1623 | 2024-11-15T21:29:06.324Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/171) |
1624 | 2024-11-15T21:29:07.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-11-15T21:29:07.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-11-15T21:29:07.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-11-15T21:29:07.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1628 | 2024-11-15T21:29:07.114Z | |
1629 | 2024-11-15T21:29:07.114Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/171) |
1630 | 2024-11-15T21:29:07.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-11-15T21:29:07.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-11-15T21:29:07.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-11-15T21:29:07.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1634 | 2024-11-15T21:29:07.936Z | |
1635 | 2024-11-15T21:29:07.936Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/171) |
1636 | 2024-11-15T21:29:08.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-11-15T21:29:08.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-11-15T21:29:08.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-11-15T21:29:08.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1640 | 2024-11-15T21:29:08.461Z | |
1641 | 2024-11-15T21:29:08.461Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/171) |
1642 | 2024-11-15T21:29:08.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-11-15T21:29:08.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-11-15T21:29:08.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-11-15T21:29:08.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1646 | 2024-11-15T21:29:08.981Z | |
1647 | 2024-11-15T21:29:08.981Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/171) |
1648 | 2024-11-15T21:29:09.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-11-15T21:29:09.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-11-15T21:29:09.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-11-15T21:29:09.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1652 | 2024-11-15T21:29:09.503Z | |
1653 | 2024-11-15T21:29:09.503Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/171) |
1654 | 2024-11-15T21:29:09.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-11-15T21:29:09.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-11-15T21:29:09.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-11-15T21:29:09.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1658 | 2024-11-15T21:29:10.022Z | |
1659 | 2024-11-15T21:29:10.022Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/171) |
1660 | 2024-11-15T21:29:10.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-11-15T21:29:10.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-11-15T21:29:10.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-11-15T21:29:10.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1664 | 2024-11-15T21:29:10.556Z | |
1665 | 2024-11-15T21:29:10.556Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/171) |
1666 | 2024-11-15T21:29:11.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-11-15T21:29:11.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-11-15T21:29:11.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-11-15T21:29:11.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1670 | 2024-11-15T21:29:11.094Z | |
1671 | 2024-11-15T21:29:11.094Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/171) |
1672 | 2024-11-15T21:29:11.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-11-15T21:29:11.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-11-15T21:29:11.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-11-15T21:29:11.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1676 | 2024-11-15T21:29:11.595Z | |
1677 | 2024-11-15T21:29:11.595Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/171) |
1678 | 2024-11-15T21:29:12.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-11-15T21:29:12.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-11-15T21:29:12.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-11-15T21:29:12.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1682 | 2024-11-15T21:29:12.123Z | |
1683 | 2024-11-15T21:29:12.123Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/171) |
1684 | 2024-11-15T21:29:12.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-11-15T21:29:12.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-11-15T21:29:12.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-11-15T21:29:12.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1688 | 2024-11-15T21:29:12.652Z | |
1689 | 2024-11-15T21:29:12.652Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/171) |
1690 | 2024-11-15T21:29:13.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-11-15T21:29:13.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-11-15T21:29:13.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2024-11-15T21:29:13.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1694 | 2024-11-15T21:29:13.207Z | |
1695 | 2024-11-15T21:29:13.207Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/171) |
1696 | 2024-11-15T21:29:13.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2024-11-15T21:29:13.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2024-11-15T21:29:13.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2024-11-15T21:29:13.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1700 | 2024-11-15T21:29:13.767Z | |
1701 | 2024-11-15T21:29:13.767Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/171) |
1702 | 2024-11-15T21:29:14.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2024-11-15T21:29:14.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2024-11-15T21:29:14.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2024-11-15T21:29:14.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1706 | 2024-11-15T21:29:14.288Z | |
1707 | 2024-11-15T21:29:14.288Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/171) |
1708 | 2024-11-15T21:29:14.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2024-11-15T21:29:14.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2024-11-15T21:29:14.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2024-11-15T21:29:14.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1712 | 2024-11-15T21:29:14.812Z | |
1713 | 2024-11-15T21:29:14.812Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/171) |
1714 | 2024-11-15T21:29:15.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2024-11-15T21:29:15.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2024-11-15T21:29:15.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2024-11-15T21:29:15.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1718 | 2024-11-15T21:29:15.344Z | |
1719 | 2024-11-15T21:29:15.344Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/171) |
1720 | 2024-11-15T21:29:15.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2024-11-15T21:29:15.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2024-11-15T21:29:15.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2024-11-15T21:29:15.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1724 | 2024-11-15T21:29:15.892Z | |
1725 | 2024-11-15T21:29:15.892Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/171) |
1726 | 2024-11-15T21:29:16.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2024-11-15T21:29:16.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2024-11-15T21:29:16.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2024-11-15T21:29:16.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1730 | 2024-11-15T21:29:16.415Z | |
1731 | 2024-11-15T21:29:16.415Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/171) |
1732 | 2024-11-15T21:29:16.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2024-11-15T21:29:16.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2024-11-15T21:29:16.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2024-11-15T21:29:16.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1736 | 2024-11-15T21:29:16.943Z | |
1737 | 2024-11-15T21:29:16.943Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/171) |
1738 | 2024-11-15T21:29:17.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2024-11-15T21:29:17.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2024-11-15T21:29:17.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2024-11-15T21:29:17.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1742 | 2024-11-15T21:29:17.468Z | |
1743 | 2024-11-15T21:29:17.468Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/171) |
1744 | 2024-11-15T21:29:17.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2024-11-15T21:29:17.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2024-11-15T21:29:17.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2024-11-15T21:29:17.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1748 | 2024-11-15T21:29:18.002Z | |
1749 | 2024-11-15T21:29:18.002Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/171) |
1750 | 2024-11-15T21:29:18.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2024-11-15T21:29:18.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2024-11-15T21:29:18.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2024-11-15T21:29:18.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1754 | 2024-11-15T21:29:18.580Z | |
1755 | 2024-11-15T21:29:18.580Z | info: running `cargo check --bins` on sled-hardware-types (25/171) |
1756 | 2024-11-15T21:29:19.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2024-11-15T21:29:19.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2024-11-15T21:29:19.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2024-11-15T21:29:19.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1760 | 2024-11-15T21:29:19.388Z | |
1761 | 2024-11-15T21:29:19.388Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/171) |
1762 | 2024-11-15T21:29:20.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2024-11-15T21:29:20.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2024-11-15T21:29:20.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2024-11-15T21:29:20.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1766 | 2024-11-15T21:29:20.196Z | |
1767 | 2024-11-15T21:29:20.196Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/171) |
1768 | 2024-11-15T21:29:20.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2024-11-15T21:29:20.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2024-11-15T21:29:20.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2024-11-15T21:29:20.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1772 | 2024-11-15T21:29:21.004Z | |
1773 | 2024-11-15T21:29:21.004Z | info: running `cargo check --bins` on oxlog (28/171) |
1774 | 2024-11-15T21:29:21.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2024-11-15T21:29:21.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2024-11-15T21:29:21.769Z | Checking cfg-if v1.0.0 |
1777 | 2024-11-15T21:29:21.793Z | Checking libc v0.2.162 |
1778 | 2024-11-15T21:29:21.835Z | Checking serde v1.0.215 |
1779 | 2024-11-15T21:29:21.835Z | Checking zeroize v1.8.1 |
1780 | 2024-11-15T21:29:21.861Z | Checking memchr v2.7.4 |
1781 | 2024-11-15T21:29:21.861Z | Checking typenum v1.17.0 |
1782 | 2024-11-15T21:29:21.885Z | Checking scopeguard v1.2.0 |
1783 | 2024-11-15T21:29:21.909Z | Checking subtle v2.6.1 |
1784 | 2024-11-15T21:29:21.909Z | Checking value-bag v1.9.0 |
1785 | 2024-11-15T21:29:22.028Z | Checking lock_api v0.4.12 |
1786 | 2024-11-15T21:29:22.077Z | Checking smallvec v1.13.2 |
1787 | 2024-11-15T21:29:22.123Z | Checking const-oid v0.9.6 |
1788 | 2024-11-15T21:29:22.281Z | Checking log v0.4.22 |
1789 | 2024-11-15T21:29:22.355Z | Checking itoa v1.0.11 |
1790 | 2024-11-15T21:29:22.396Z | Checking pin-project-lite v0.2.14 |
1791 | 2024-11-15T21:29:22.471Z | Checking byteorder v1.5.0 |
1792 | 2024-11-15T21:29:22.528Z | Checking futures-core v0.3.31 |
1793 | 2024-11-15T21:29:22.614Z | Checking once_cell v1.20.2 |
1794 | 2024-11-15T21:29:22.691Z | Checking cpufeatures v0.2.14 |
1795 | 2024-11-15T21:29:22.740Z | Checking stable_deref_trait v1.2.0 |
1796 | 2024-11-15T21:29:22.769Z | Checking getrandom v0.2.15 |
1797 | 2024-11-15T21:29:22.793Z | Checking parking_lot_core v0.9.10 |
1798 | 2024-11-15T21:29:22.834Z | Checking signal-hook-registry v1.4.2 |
1799 | 2024-11-15T21:29:22.862Z | Checking mio v1.0.2 |
1800 | 2024-11-15T21:29:22.888Z | Checking generic-array v0.14.7 |
1801 | 2024-11-15T21:29:22.913Z | Checking futures-sink v0.3.31 |
1802 | 2024-11-15T21:29:22.968Z | Checking rand_core v0.6.4 |
1803 | 2024-11-15T21:29:23.039Z | Checking socket2 v0.5.7 |
1804 | 2024-11-15T21:29:23.065Z | Checking spin v0.9.8 |
1805 | 2024-11-15T21:29:23.090Z | Checking parking_lot v0.12.3 |
1806 | 2024-11-15T21:29:23.237Z | Checking zerocopy v0.7.35 |
1807 | 2024-11-15T21:29:23.354Z | Checking slab v0.4.9 |
1808 | 2024-11-15T21:29:23.380Z | Checking zerofrom v0.1.4 |
1809 | 2024-11-15T21:29:23.403Z | Checking futures-channel v0.3.31 |
1810 | 2024-11-15T21:29:23.454Z | Checking allocator-api2 v0.2.18 |
1811 | 2024-11-15T21:29:23.520Z | Checking futures-io v0.3.31 |
1812 | 2024-11-15T21:29:23.552Z | Checking yoke v0.7.4 |
1813 | 2024-11-15T21:29:23.586Z | Checking pin-utils v0.1.0 |
1814 | 2024-11-15T21:29:23.668Z | Checking foldhash v0.1.3 |
1815 | 2024-11-15T21:29:23.691Z | Checking futures-task v0.3.31 |
1816 | 2024-11-15T21:29:23.715Z | Checking equivalent v1.0.1 |
1817 | 2024-11-15T21:29:23.797Z | Checking ryu v1.0.18 |
1818 | 2024-11-15T21:29:23.850Z | Checking zerovec v0.10.4 |
1819 | 2024-11-15T21:29:23.874Z | Checking tinyvec_macros v0.1.1 |
1820 | 2024-11-15T21:29:23.898Z | Checking crypto-common v0.1.6 |
1821 | 2024-11-15T21:29:23.898Z | Checking block-buffer v0.10.4 |
1822 | 2024-11-15T21:29:23.955Z | Checking futures-util v0.3.31 |
1823 | 2024-11-15T21:29:23.993Z | Checking block-padding v0.3.3 |
1824 | 2024-11-15T21:29:24.017Z | Checking hashbrown v0.15.0 |
1825 | 2024-11-15T21:29:24.042Z | Checking tinyvec v1.8.0 |
1826 | 2024-11-15T21:29:24.093Z | Checking digest v0.10.7 |
1827 | 2024-11-15T21:29:24.173Z | Checking inout v0.1.3 |
1828 | 2024-11-15T21:29:24.368Z | Checking fnv v1.0.7 |
1829 | 2024-11-15T21:29:24.407Z | Checking cipher v0.4.4 |
1830 | 2024-11-15T21:29:24.431Z | Checking hmac v0.12.1 |
1831 | 2024-11-15T21:29:24.477Z | Checking sha2 v0.10.8 |
1832 | 2024-11-15T21:29:24.601Z | Checking libm v0.2.8 |
1833 | 2024-11-15T21:29:24.751Z | Checking unicode-bidi v0.3.17 |
1834 | 2024-11-15T21:29:24.941Z | Checking base64ct v1.6.0 |
1835 | 2024-11-15T21:29:24.966Z | Checking litemap v0.7.3 |
1836 | 2024-11-15T21:29:25.155Z | Checking unicode-normalization v0.1.24 |
1837 | 2024-11-15T21:29:25.265Z | Checking writeable v0.5.5 |
1838 | 2024-11-15T21:29:25.290Z | Checking tinystr v0.7.6 |
1839 | 2024-11-15T21:29:25.314Z | Checking ppv-lite86 v0.2.20 |
1840 | 2024-11-15T21:29:25.339Z | Checking pem-rfc7468 v0.7.0 |
1841 | 2024-11-15T21:29:25.363Z | Checking num-traits v0.2.19 |
1842 | 2024-11-15T21:29:25.557Z | Checking flagset v0.4.6 |
1843 | 2024-11-15T21:29:25.597Z | Checking tracing-core v0.1.32 |
1844 | 2024-11-15T21:29:25.622Z | Checking icu_locid v1.5.0 |
1845 | 2024-11-15T21:29:25.726Z | Checking der v0.7.9 |
1846 | 2024-11-15T21:29:25.914Z | Checking thiserror v1.0.69 |
1847 | 2024-11-15T21:29:25.986Z | Checking rand_chacha v0.3.1 |
1848 | 2024-11-15T21:29:26.014Z | Checking bytes v1.8.0 |
1849 | 2024-11-15T21:29:26.039Z | Checking indexmap v2.6.0 |
1850 | 2024-11-15T21:29:26.138Z | Checking serde_json v1.0.132 |
1851 | 2024-11-15T21:29:26.323Z | Checking bitflags v2.6.0 |
1852 | 2024-11-15T21:29:26.465Z | Checking icu_provider v1.5.0 |
1853 | 2024-11-15T21:29:26.572Z | Checking rustls-pki-types v1.9.0 |
1854 | 2024-11-15T21:29:26.686Z | Checking tokio v1.40.0 |
1855 | 2024-11-15T21:29:26.742Z | Checking http v1.1.0 |
1856 | 2024-11-15T21:29:27.031Z | Checking percent-encoding v2.3.1 |
1857 | 2024-11-15T21:29:27.056Z | Checking icu_locid_transform_data v1.5.0 |
1858 | 2024-11-15T21:29:27.089Z | Checking rand v0.8.5 |
1859 | 2024-11-15T21:29:27.144Z | Checking icu_locid_transform v1.5.0 |
1860 | 2024-11-15T21:29:27.219Z | Checking tracing v0.1.40 |
1861 | 2024-11-15T21:29:27.296Z | Checking spki v0.7.3 |
1862 | 2024-11-15T21:29:27.527Z | Checking icu_collections v1.5.0 |
1863 | 2024-11-15T21:29:27.551Z | Checking salsa20 v0.10.2 |
1864 | 2024-11-15T21:29:27.626Z | Checking pbkdf2 v0.12.2 |
1865 | 2024-11-15T21:29:27.734Z | Checking aws-lc-sys v0.22.0 |
1866 | 2024-11-15T21:29:27.767Z | Checking httparse v1.9.5 |
1867 | 2024-11-15T21:29:27.914Z | Checking icu_properties_data v1.5.0 |
1868 | 2024-11-15T21:29:27.989Z | Checking untrusted v0.7.1 |
1869 | 2024-11-15T21:29:28.112Z | Checking powerfmt v0.2.0 |
1870 | 2024-11-15T21:29:28.137Z | Checking mirai-annotations v1.12.0 |
1871 | 2024-11-15T21:29:28.161Z | Checking untrusted v0.9.0 |
1872 | 2024-11-15T21:29:28.161Z | Checking icu_properties v1.5.1 |
1873 | 2024-11-15T21:29:28.192Z | Checking scrypt v0.11.0 |
1874 | 2024-11-15T21:29:28.299Z | Checking cbc v0.1.2 |
1875 | 2024-11-15T21:29:28.327Z | Checking ring v0.17.8 |
1876 | 2024-11-15T21:29:28.352Z | Checking deranged v0.3.11 |
1877 | 2024-11-15T21:29:28.384Z | Checking aes v0.8.4 |
1878 | 2024-11-15T21:29:28.409Z | Checking crossbeam-utils v0.8.20 |
1879 | 2024-11-15T21:29:28.479Z | Checking num-conv v0.1.0 |
1880 | 2024-11-15T21:29:28.674Z | Checking write16 v1.0.0 |
1881 | 2024-11-15T21:29:28.771Z | Checking num_threads v0.1.7 |
1882 | 2024-11-15T21:29:28.872Z | Checking icu_normalizer_data v1.5.0 |
1883 | 2024-11-15T21:29:28.956Z | Checking utf16_iter v1.0.5 |
1884 | 2024-11-15T21:29:29.008Z | Checking atomic-waker v1.1.2 |
1885 | 2024-11-15T21:29:29.102Z | Checking time-core v0.1.2 |
1886 | 2024-11-15T21:29:29.128Z | Checking utf8_iter v1.0.4 |
1887 | 2024-11-15T21:29:29.152Z | Checking pkcs5 v0.7.1 |
1888 | 2024-11-15T21:29:29.238Z | Checking http-body v1.0.1 |
1889 | 2024-11-15T21:29:29.297Z | Checking form_urlencoded v1.2.1 |
1890 | 2024-11-15T21:29:29.419Z | Checking try-lock v0.2.5 |
1891 | 2024-11-15T21:29:29.465Z | Checking unicode-ident v1.0.13 |
1892 | 2024-11-15T21:29:29.534Z | Checking want v0.3.1 |
1893 | 2024-11-15T21:29:29.570Z | Checking pkcs8 v0.10.2 |
1894 | 2024-11-15T21:29:29.606Z | Checking httpdate v1.0.3 |
1895 | 2024-11-15T21:29:29.697Z | Checking proc-macro2 v1.0.89 |
1896 | 2024-11-15T21:29:29.797Z | Checking time v0.3.36 |
1897 | 2024-11-15T21:29:29.823Z | Checking uuid v1.11.0 |
1898 | 2024-11-15T21:29:29.847Z | Checking aws-lc-rs v1.10.0 |
1899 | 2024-11-15T21:29:29.873Z | Checking toml_datetime v0.6.8 |
1900 | 2024-11-15T21:29:29.873Z | Checking serde_spanned v0.6.8 |
1901 | 2024-11-15T21:29:30.034Z | Checking slog v2.7.0 |
1902 | 2024-11-15T21:29:30.104Z | Checking scroll v0.12.0 |
1903 | 2024-11-15T21:29:30.308Z | Checking adler2 v2.0.0 |
1904 | 2024-11-15T21:29:30.333Z | Checking tower-service v0.3.3 |
1905 | 2024-11-15T21:29:30.431Z | Checking ucd-trie v0.1.7 |
1906 | 2024-11-15T21:29:30.455Z | Checking iana-time-zone v0.1.61 |
1907 | 2024-11-15T21:29:30.456Z | Checking base64 v0.22.1 |
1908 | 2024-11-15T21:29:30.519Z | Checking match_cfg v0.1.0 |
1909 | 2024-11-15T21:29:30.589Z | Checking plain v0.2.3 |
1910 | 2024-11-15T21:29:30.613Z | Checking foreign-types-shared v0.1.1 |
1911 | 2024-11-15T21:29:30.614Z | Checking pest v2.7.14 |
1912 | 2024-11-15T21:29:30.691Z | Checking foreign-types v0.3.2 |
1913 | 2024-11-15T21:29:30.715Z | Checking goblin v0.8.2 |
1914 | 2024-11-15T21:29:30.780Z | Checking hostname v0.3.1 |
1915 | 2024-11-15T21:29:30.879Z | Checking chrono v0.4.38 |
1916 | 2024-11-15T21:29:30.910Z | Checking miniz_oxide v0.8.0 |
1917 | 2024-11-15T21:29:31.030Z | Checking icu_normalizer v1.5.0 |
1918 | 2024-11-15T21:29:31.455Z | Checking rustls-webpki v0.102.8 |
1919 | 2024-11-15T21:29:31.524Z | Checking quote v1.0.37 |
1920 | 2024-11-15T21:29:31.700Z | Checking idna_adapter v1.2.0 |
1921 | 2024-11-15T21:29:31.824Z | Checking openssl-sys v0.9.104 |
1922 | 2024-11-15T21:29:31.873Z | Checking idna v1.0.3 |
1923 | 2024-11-15T21:29:31.955Z | Checking errno v0.3.9 |
1924 | 2024-11-15T21:29:32.127Z | Checking dirs-sys-next v0.1.2 |
1925 | 2024-11-15T21:29:32.152Z | Checking aho-corasick v1.1.3 |
1926 | 2024-11-15T21:29:32.296Z | Checking pretty-hex v0.4.1 |
1927 | 2024-11-15T21:29:32.325Z | Checking url v2.5.3 |
1928 | 2024-11-15T21:29:32.454Z | Checking siphasher v0.3.11 |
1929 | 2024-11-15T21:29:32.645Z | Checking regex-syntax v0.8.5 |
1930 | 2024-11-15T21:29:32.724Z | Checking data-encoding v2.6.0 |
1931 | 2024-11-15T21:29:32.889Z | Checking dtrace-parser v0.2.0 |
1932 | 2024-11-15T21:29:32.913Z | Checking openssl v0.10.68 |
1933 | 2024-11-15T21:29:33.097Z | Checking tokio-util v0.7.12 |
1934 | 2024-11-15T21:29:33.121Z | Checking dirs-next v2.0.0 |
1935 | 2024-11-15T21:29:33.251Z | Checking rustix v0.38.37 |
1936 | 2024-11-15T21:29:33.308Z | Checking syn v2.0.87 |
1937 | 2024-11-15T21:29:33.333Z | Checking http-body-util v0.1.2 |
1938 | 2024-11-15T21:29:33.606Z | Checking crossbeam-epoch v0.9.18 |
1939 | 2024-11-15T21:29:33.687Z | Checking sha1 v0.10.6 |
1940 | 2024-11-15T21:29:34.057Z | Checking h2 v0.4.6 |
1941 | 2024-11-15T21:29:34.083Z | Checking signature v2.2.0 |
1942 | 2024-11-15T21:29:34.083Z | Checking lazy_static v1.5.0 |
1943 | 2024-11-15T21:29:34.083Z | Checking thread_local v1.1.8 |
1944 | 2024-11-15T21:29:34.108Z | Checking thread-id v4.2.2 |
1945 | 2024-11-15T21:29:34.203Z | Checking encoding_rs v0.8.34 |
1946 | 2024-11-15T21:29:34.324Z | Checking winnow v0.6.20 |
1947 | 2024-11-15T21:29:35.104Z | Checking dof v0.3.0 |
1948 | 2024-11-15T21:29:35.340Z | Checking regex-automata v0.4.8 |
1949 | 2024-11-15T21:29:35.594Z | Checking gimli v0.31.1 |
1950 | 2024-11-15T21:29:36.045Z | Checking mime v0.3.17 |
1951 | 2024-11-15T21:29:36.172Z | Checking openssl-probe v0.1.5 |
1952 | 2024-11-15T21:29:36.299Z | Checking unicode-properties v0.1.3 |
1953 | 2024-11-15T21:29:36.323Z | Checking anstyle v1.0.10 |
1954 | 2024-11-15T21:29:36.573Z | Checking utf8parse v0.2.2 |
1955 | 2024-11-15T21:29:36.607Z | Checking ipnet v2.10.1 |
1956 | 2024-11-15T21:29:36.712Z | Checking either v1.13.0 |
1957 | 2024-11-15T21:29:36.748Z | Checking toml_edit v0.22.22 |
1958 | 2024-11-15T21:29:37.039Z | Checking anstyle-parse v0.2.5 |
1959 | 2024-11-15T21:29:37.064Z | Checking stringprep v0.1.5 |
1960 | 2024-11-15T21:29:37.274Z | Checking crossbeam-deque v0.8.5 |
1961 | 2024-11-15T21:29:37.299Z | Checking term v0.7.0 |
1962 | 2024-11-15T21:29:37.460Z | Checking native-tls v0.2.12 |
1963 | 2024-11-15T21:29:37.553Z | Checking rustls v0.23.14 |
1964 | 2024-11-15T21:29:37.662Z | Checking rustls v0.22.4 |
1965 | 2024-11-15T21:29:37.734Z | Checking slog-json v2.6.1 |
1966 | 2024-11-15T21:29:37.957Z | Checking serde_urlencoded v0.7.1 |
1967 | 2024-11-15T21:29:38.343Z | Checking crossbeam-channel v0.5.13 |
1968 | 2024-11-15T21:29:38.785Z | Checking usdt-impl v0.5.0 |
1969 | 2024-11-15T21:29:38.989Z | Checking addr2line v0.24.2 |
1970 | 2024-11-15T21:29:39.027Z | Checking futures-executor v0.3.31 |
1971 | 2024-11-15T21:29:39.097Z | Checking rustls-pemfile v2.2.0 |
1972 | 2024-11-15T21:29:39.184Z | Checking hyper v1.5.0 |
1973 | 2024-11-15T21:29:39.236Z | Checking num-integer v0.1.46 |
1974 | 2024-11-15T21:29:39.293Z | Checking idna v0.3.0 |
1975 | 2024-11-15T21:29:39.317Z | Checking idna v0.4.0 |
1976 | 2024-11-15T21:29:39.342Z | Checking md-5 v0.10.6 |
1977 | 2024-11-15T21:29:39.463Z | Checking ff v0.13.0 |
1978 | 2024-11-15T21:29:39.519Z | Checking hash32 v0.2.1 |
1979 | 2024-11-15T21:29:39.637Z | Checking is-terminal v0.4.13 |
1980 | 2024-11-15T21:29:39.662Z | Checking memmap v0.7.0 |
1981 | 2024-11-15T21:29:39.742Z | Checking object v0.36.5 |
1982 | 2024-11-15T21:29:39.785Z | Checking rustc-demangle v0.1.24 |
1983 | 2024-11-15T21:29:39.822Z | Checking anstyle-query v1.1.1 |
1984 | 2024-11-15T21:29:39.936Z | Checking psl-types v2.0.11 |
1985 | 2024-11-15T21:29:39.960Z | Checking is_terminal_polyfill v1.70.1 |
1986 | 2024-11-15T21:29:39.984Z | Checking take_mut v0.2.2 |
1987 | 2024-11-15T21:29:40.062Z | Checking quick-error v1.2.3 |
1988 | 2024-11-15T21:29:40.090Z | Checking fallible-iterator v0.2.0 |
1989 | 2024-11-15T21:29:40.114Z | Checking colorchoice v1.0.2 |
1990 | 2024-11-15T21:29:40.160Z | Checking dyn-clone v1.0.17 |
1991 | 2024-11-15T21:29:40.184Z | Checking base16ct v0.2.0 |
1992 | 2024-11-15T21:29:40.220Z | Checking utf-8 v0.7.6 |
1993 | 2024-11-15T21:29:40.282Z | Checking linked-hash-map v0.5.6 |
1994 | 2024-11-15T21:29:40.361Z | Checking sec1 v0.7.3 |
1995 | 2024-11-15T21:29:40.391Z | Checking tungstenite v0.24.0 |
1996 | 2024-11-15T21:29:40.559Z | Checking lru-cache v0.1.2 |
1997 | 2024-11-15T21:29:40.622Z | Checking postgres-protocol v0.6.7 |
1998 | 2024-11-15T21:29:40.691Z | Checking schemars v0.8.21 |
1999 | 2024-11-15T21:29:40.723Z | Checking anstream v0.6.15 |
2000 | 2024-11-15T21:29:40.850Z | Checking tokio-rustls v0.25.0 |
2001 | 2024-11-15T21:29:41.023Z | Checking hyper-util v0.1.10 |
2002 | 2024-11-15T21:29:41.062Z | Checking resolv-conf v0.7.0 |
2003 | 2024-11-15T21:29:41.181Z | Checking slog-async v2.8.0 |
2004 | 2024-11-15T21:29:41.205Z | Checking publicsuffix v2.2.3 |
2005 | 2024-11-15T21:29:41.229Z | Checking hickory-proto v0.24.1 |
2006 | 2024-11-15T21:29:41.362Z | Checking usdt v0.5.0 |
2007 | 2024-11-15T21:29:41.422Z | Checking heapless v0.7.17 |
2008 | 2024-11-15T21:29:41.446Z | Checking slog-term v2.9.1 |
2009 | 2024-11-15T21:29:41.581Z | Checking num-iter v0.1.45 |
2010 | 2024-11-15T21:29:41.718Z | Checking group v0.13.0 |
2011 | 2024-11-15T21:29:41.860Z | Checking futures v0.3.31 |
2012 | 2024-11-15T21:29:41.935Z | Checking toml v0.8.19 |
2013 | 2024-11-15T21:29:41.961Z | Checking slog-bunyan v2.5.0 |
2014 | 2024-11-15T21:29:42.093Z | Checking tokio-native-tls v0.3.1 |
2015 | 2024-11-15T21:29:42.118Z | Checking rayon-core v1.12.1 |
2016 | 2024-11-15T21:29:42.311Z | Checking multer v3.1.0 |
2017 | 2024-11-15T21:29:42.335Z | Checking terminal_size v0.4.0 |
2018 | 2024-11-15T21:29:42.426Z | Checking tokio-rustls v0.26.0 |
2019 | 2024-11-15T21:29:42.483Z | Checking phf_shared v0.11.2 |
2020 | 2024-11-15T21:29:42.587Z | Checking cookie v0.18.1 |
2021 | 2024-11-15T21:29:42.639Z | Checking async-stream v0.3.6 |
2022 | 2024-11-15T21:29:42.712Z | Checking bzip2-sys v0.1.11+1.0.8 |
2023 | 2024-11-15T21:29:42.737Z | Checking signal-hook v0.3.17 |
2024 | 2024-11-15T21:29:42.737Z | Checking camino v1.1.9 |
2025 | 2024-11-15T21:29:42.789Z | Checking waitgroup v0.1.2 |
2026 | 2024-11-15T21:29:42.814Z | Checking openapiv3 v2.0.0 |
2027 | 2024-11-15T21:29:42.837Z | Checking webpki-roots v0.26.6 |
2028 | 2024-11-15T21:29:42.919Z | Checking serde_path_to_error v0.1.16 |
2029 | 2024-11-15T21:29:42.992Z | Checking idna v0.5.0 |
2030 | 2024-11-15T21:29:43.017Z | Checking hkdf v0.12.4 |
2031 | 2024-11-15T21:29:43.046Z | Checking crypto-bigint v0.5.5 |
2032 | 2024-11-15T21:29:43.202Z | Checking hostname v0.4.0 |
2033 | 2024-11-15T21:29:43.240Z | Checking crc32fast v1.4.2 |
2034 | 2024-11-15T21:29:43.319Z | Checking clap_lex v0.7.2 |
2035 | 2024-11-15T21:29:43.426Z | Checking strsim v0.11.1 |
2036 | 2024-11-15T21:29:43.450Z | Checking managed v0.8.0 |
2037 | 2024-11-15T21:29:43.527Z | Checking bitflags v1.3.2 |
2038 | 2024-11-15T21:29:43.616Z | Checking debug-ignore v1.0.5 |
2039 | 2024-11-15T21:29:43.640Z | Checking winnow v0.5.40 |
2040 | 2024-11-15T21:29:43.667Z | Checking unicode-width v0.1.14 |
2041 | 2024-11-15T21:29:43.740Z | Checking clap_builder v4.5.21 |
2042 | 2024-11-15T21:29:43.767Z | Checking smoltcp v0.9.1 |
2043 | 2024-11-15T21:29:44.056Z | Checking console v0.15.8 |
2044 | 2024-11-15T21:29:44.528Z | Checking cookie_store v0.21.0 |
2045 | 2024-11-15T21:29:44.983Z | Checking flate2 v1.0.34 |
2046 | 2024-11-15T21:29:45.120Z | Checking signal-hook-mio v0.2.4 |
2047 | 2024-11-15T21:29:45.236Z | Checking hyper-rustls v0.27.3 |
2048 | 2024-11-15T21:29:45.260Z | Checking backtrace v0.3.74 |
2049 | 2024-11-15T21:29:45.368Z | Checking hickory-resolver v0.24.1 |
2050 | 2024-11-15T21:29:45.480Z | Checking elliptic-curve v0.13.8 |
2051 | 2024-11-15T21:29:45.523Z | Checking bzip2 v0.4.4 |
2052 | 2024-11-15T21:29:45.550Z | Checking phf v0.11.2 |
2053 | 2024-11-15T21:29:45.607Z | Checking dropshot v0.12.0 |
2054 | 2024-11-15T21:29:45.726Z | Checking anyhow v1.0.93 |
2055 | 2024-11-15T21:29:45.771Z | Checking hyper-tls v0.6.0 |
2056 | 2024-11-15T21:29:45.795Z | Checking rayon v1.10.0 |
2057 | 2024-11-15T21:29:46.037Z | Checking num-bigint-dig v0.8.4 |
2058 | 2024-11-15T21:29:46.061Z | Checking postgres-types v0.2.8 |
2059 | 2024-11-15T21:29:46.061Z | Checking tokio-tungstenite v0.24.0 |
2060 | 2024-11-15T21:29:46.130Z | Checking toml_edit v0.19.15 |
2061 | 2024-11-15T21:29:46.323Z | Checking regex v1.11.1 |
2062 | 2024-11-15T21:29:46.468Z | Checking bstr v1.10.0 |
2063 | 2024-11-15T21:29:46.634Z | Checking ed25519 v2.2.3 |
2064 | 2024-11-15T21:29:46.731Z | Checking tokio-stream v0.1.16 |
2065 | 2024-11-15T21:29:46.835Z | Checking phf_shared v0.10.0 |
2066 | 2024-11-15T21:29:46.910Z | Checking zerocopy v0.6.6 |
2067 | 2024-11-15T21:29:47.068Z | Checking curve25519-dalek v4.1.3 |
2068 | 2024-11-15T21:29:47.256Z | Checking pkcs1 v0.7.5 |
2069 | 2024-11-15T21:29:47.450Z | Checking hubpack v0.1.2 |
2070 | 2024-11-15T21:29:47.531Z | Checking portable-atomic v1.9.0 |
2071 | 2024-11-15T21:29:47.603Z | Checking float-cmp v0.9.0 |
2072 | 2024-11-15T21:29:47.729Z | Checking serde-big-array v0.5.1 |
2073 | 2024-11-15T21:29:47.774Z | Checking rfc6979 v0.4.0 |
2074 | 2024-11-15T21:29:47.897Z | Checking sync_wrapper v1.0.1 |
2075 | 2024-11-15T21:29:47.924Z | Checking unicode-segmentation v1.12.0 |
2076 | 2024-11-15T21:29:47.948Z | Checking number_prefix v0.4.0 |
2077 | 2024-11-15T21:29:48.029Z | Checking static_assertions v1.1.0 |
2078 | 2024-11-15T21:29:48.114Z | Checking precomputed-hash v0.1.1 |
2079 | 2024-11-15T21:29:48.138Z | Checking whoami v1.5.2 |
2080 | 2024-11-15T21:29:48.213Z | Checking normalize-line-endings v0.3.0 |
2081 | 2024-11-15T21:29:48.269Z | Checking predicates-core v1.0.8 |
2082 | 2024-11-15T21:29:48.321Z | Checking new_debug_unreachable v1.0.6 |
2083 | 2024-11-15T21:29:48.406Z | Checking unicode-width v0.2.0 |
2084 | 2024-11-15T21:29:48.430Z | Checking minimal-lexical v0.2.1 |
2085 | 2024-11-15T21:29:48.454Z | Checking fixedbitset v0.4.2 |
2086 | 2024-11-15T21:29:48.479Z | Checking bit-vec v0.6.3 |
2087 | 2024-11-15T21:29:48.502Z | Checking difflib v0.4.0 |
2088 | 2024-11-15T21:29:48.653Z | Checking ed25519-dalek v2.1.1 |
2089 | 2024-11-15T21:29:48.691Z | Checking petgraph v0.6.5 |
2090 | 2024-11-15T21:29:48.759Z | Checking bit-set v0.5.3 |
2091 | 2024-11-15T21:29:48.783Z | Checking nom v7.1.3 |
2092 | 2024-11-15T21:29:48.807Z | Checking predicates v3.1.2 |
2093 | 2024-11-15T21:29:48.807Z | Checking qorb v0.2.0 |
2094 | 2024-11-15T21:29:48.835Z | Checking similar v2.6.0 |
2095 | 2024-11-15T21:29:48.999Z | Checking string_cache v0.8.7 |
2096 | 2024-11-15T21:29:49.023Z | Checking tokio-postgres v0.7.12 |
2097 | 2024-11-15T21:29:49.125Z | Checking indicatif v0.17.9 |
2098 | 2024-11-15T21:29:49.245Z | Checking toml v0.7.8 |
2099 | 2024-11-15T21:29:49.379Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2100 | 2024-11-15T21:29:49.547Z | Checking reqwest v0.12.9 |
2101 | 2024-11-15T21:29:49.784Z | Checking ecdsa v0.16.9 |
2102 | 2024-11-15T21:29:49.858Z | Checking rsa v0.9.6 |
2103 | 2024-11-15T21:29:50.396Z | Checking clap v4.5.21 |
2104 | 2024-11-15T21:29:50.493Z | Checking zip v0.6.6 |
2105 | 2024-11-15T21:29:50.726Z | Checking crossterm v0.28.1 |
2106 | 2024-11-15T21:29:50.945Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2107 | 2024-11-15T21:29:50.969Z | Checking itertools v0.10.5 |
2108 | 2024-11-15T21:29:51.089Z | Checking itertools v0.12.1 |
2109 | 2024-11-15T21:29:51.151Z | Checking ahash v0.8.11 |
2110 | 2024-11-15T21:29:51.201Z | Checking fs-err v2.11.0 |
2111 | 2024-11-15T21:29:51.544Z | Checking x509-cert v0.2.5 |
2112 | 2024-11-15T21:29:51.569Z | Checking semver v1.0.23 |
2113 | 2024-11-15T21:29:51.619Z | Checking hex v0.4.3 |
2114 | 2024-11-15T21:29:51.696Z | Checking lalrpop-util v0.19.12 |
2115 | 2024-11-15T21:29:51.916Z | Checking peg-runtime v0.8.3 |
2116 | 2024-11-15T21:29:51.940Z | Checking heck v0.4.1 |
2117 | 2024-11-15T21:29:52.071Z | Checking sigpipe v0.1.3 |
2118 | 2024-11-15T21:29:53.799Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2119 | 2024-11-15T21:29:54.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.20s |
2120 | 2024-11-15T21:29:54.350Z | |
2121 | 2024-11-15T21:29:54.350Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/171) |
2122 | 2024-11-15T21:29:55.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-11-15T21:29:55.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-11-15T21:29:55.220Z | Compiling hashbrown v0.14.5 |
2125 | 2024-11-15T21:29:55.269Z | Checking heck v0.5.0 |
2126 | 2024-11-15T21:29:55.292Z | Compiling unsafe-libyaml v0.2.11 |
2127 | 2024-11-15T21:29:55.316Z | Compiling ident_case v1.0.1 |
2128 | 2024-11-15T21:29:55.340Z | Checking progenitor-client v0.8.0 |
2129 | 2024-11-15T21:29:55.372Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2130 | 2024-11-15T21:29:55.372Z | Compiling proc-macro-crate v1.3.1 |
2131 | 2024-11-15T21:29:55.442Z | Checking ipnetwork v0.20.0 |
2132 | 2024-11-15T21:29:55.473Z | Compiling darling_core v0.20.10 |
2133 | 2024-11-15T21:29:55.651Z | Compiling structmeta-derive v0.3.0 |
2134 | 2024-11-15T21:29:55.675Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2135 | 2024-11-15T21:29:55.757Z | Compiling newtype-uuid v1.1.3 |
2136 | 2024-11-15T21:29:55.940Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2137 | 2024-11-15T21:29:56.027Z | Compiling lzma-sys v0.1.20 |
2138 | 2024-11-15T21:29:56.235Z | Compiling foreign-types-macros v0.2.3 |
2139 | 2024-11-15T21:29:56.274Z | Checking regress v0.10.1 |
2140 | 2024-11-15T21:29:56.407Z | Compiling serde_yaml v0.9.34+deprecated |
2141 | 2024-11-15T21:29:56.654Z | Compiling num_enum_derive v0.5.11 |
2142 | 2024-11-15T21:29:56.856Z | Compiling dropshot v0.13.0 |
2143 | 2024-11-15T21:29:57.084Z | Checking arc-swap v1.7.1 |
2144 | 2024-11-15T21:29:57.305Z | Checking foreign-types-shared v0.3.1 |
2145 | 2024-11-15T21:29:57.408Z | Checking foreign-types v0.5.0 |
2146 | 2024-11-15T21:29:57.459Z | Checking slog-scope v4.4.0 |
2147 | 2024-11-15T21:29:57.614Z | Compiling proc-macro-error v1.0.4 |
2148 | 2024-11-15T21:29:58.169Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2149 | 2024-11-15T21:29:58.193Z | Compiling structmeta v0.3.0 |
2150 | 2024-11-15T21:29:58.249Z | Checking tungstenite v0.21.0 |
2151 | 2024-11-15T21:29:58.276Z | Compiling heck v0.3.3 |
2152 | 2024-11-15T21:29:58.577Z | Compiling parse-display-derive v0.10.0 |
2153 | 2024-11-15T21:29:58.640Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2154 | 2024-11-15T21:29:58.844Z | Checking num_enum v0.5.11 |
2155 | 2024-11-15T21:29:58.980Z | Compiling dropshot_endpoint v0.13.0 |
2156 | 2024-11-15T21:29:59.072Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2157 | 2024-11-15T21:29:59.145Z | Checking typify-impl v0.2.0 |
2158 | 2024-11-15T21:29:59.680Z | Checking cstr-argument v0.1.2 |
2159 | 2024-11-15T21:29:59.827Z | Checking instant v0.1.13 |
2160 | 2024-11-15T21:29:59.926Z | Checking fastrand v2.1.1 |
2161 | 2024-11-15T21:30:00.094Z | Checking pretty-hex v0.2.1 |
2162 | 2024-11-15T21:30:00.217Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2163 | 2024-11-15T21:30:00.243Z | Checking base64 v0.21.7 |
2164 | 2024-11-15T21:30:00.462Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2165 | 2024-11-15T21:30:00.486Z | Checking tempfile v3.13.0 |
2166 | 2024-11-15T21:30:00.641Z | Checking backoff v0.4.0 |
2167 | 2024-11-15T21:30:00.692Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2168 | 2024-11-15T21:30:00.866Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2169 | 2024-11-15T21:30:00.949Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2170 | 2024-11-15T21:30:01.000Z | Checking tokio-tungstenite v0.21.0 |
2171 | 2024-11-15T21:30:01.025Z | Checking strum v0.26.3 |
2172 | 2024-11-15T21:30:01.083Z | Compiling zone_cfg_derive v0.1.2 |
2173 | 2024-11-15T21:30:01.155Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2174 | 2024-11-15T21:30:01.256Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2175 | 2024-11-15T21:30:01.431Z | Checking slog-stdlog v4.1.1 |
2176 | 2024-11-15T21:30:01.524Z | Compiling darling_macro v0.20.10 |
2177 | 2024-11-15T21:30:01.584Z | Checking regress v0.9.1 |
2178 | 2024-11-15T21:30:01.609Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2179 | 2024-11-15T21:30:01.742Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2180 | 2024-11-15T21:30:01.779Z | Checking colored v2.1.0 |
2181 | 2024-11-15T21:30:01.989Z | Checking macaddr v1.0.1 |
2182 | 2024-11-15T21:30:02.039Z | Checking base64 v0.13.1 |
2183 | 2024-11-15T21:30:02.336Z | Compiling darling v0.20.10 |
2184 | 2024-11-15T21:30:02.372Z | Checking zone v0.1.8 |
2185 | 2024-11-15T21:30:02.421Z | Checking ron v0.7.1 |
2186 | 2024-11-15T21:30:02.462Z | Compiling serde_with_macros v3.11.0 |
2187 | 2024-11-15T21:30:02.511Z | Checking parse-display v0.10.0 |
2188 | 2024-11-15T21:30:02.702Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2189 | 2024-11-15T21:30:02.967Z | Checking xz2 v0.1.7 |
2190 | 2024-11-15T21:30:03.113Z | Checking slog-envlogger v2.2.0 |
2191 | 2024-11-15T21:30:03.234Z | Checking tabwriter v1.4.0 |
2192 | 2024-11-15T21:30:03.312Z | Checking xattr v1.3.1 |
2193 | 2024-11-15T21:30:03.415Z | Checking pem v3.0.4 |
2194 | 2024-11-15T21:30:03.477Z | Checking yasna v0.5.2 |
2195 | 2024-11-15T21:30:03.502Z | Checking headers-core v0.3.0 |
2196 | 2024-11-15T21:30:03.623Z | Checking smf v0.2.3 |
2197 | 2024-11-15T21:30:03.654Z | Checking filetime v0.2.25 |
2198 | 2024-11-15T21:30:03.831Z | Checking same-file v1.0.6 |
2199 | 2024-11-15T21:30:03.997Z | Checking walkdir v2.5.0 |
2200 | 2024-11-15T21:30:04.023Z | Checking tar v0.4.43 |
2201 | 2024-11-15T21:30:04.047Z | Checking headers v0.4.0 |
2202 | 2024-11-15T21:30:04.257Z | Checking atomicwrites v0.4.4 |
2203 | 2024-11-15T21:30:04.282Z | Checking rcgen v0.12.1 |
2204 | 2024-11-15T21:30:04.436Z | Checking camino-tempfile v1.1.1 |
2205 | 2024-11-15T21:30:04.461Z | Checking subprocess v0.2.9 |
2206 | 2024-11-15T21:30:04.927Z | Checking serde_with v3.11.0 |
2207 | 2024-11-15T21:30:09.834Z | Compiling typify-macro v0.2.0 |
2208 | 2024-11-15T21:30:12.263Z | Compiling typify v0.2.0 |
2209 | 2024-11-15T21:30:12.359Z | Compiling progenitor-impl v0.8.0 |
2210 | 2024-11-15T21:30:16.765Z | Compiling progenitor-macro v0.8.0 |
2211 | 2024-11-15T21:30:23.155Z | Checking progenitor v0.8.0 |
2212 | 2024-11-15T21:30:23.357Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2213 | 2024-11-15T21:30:23.357Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2214 | 2024-11-15T21:30:26.852Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2215 | 2024-11-15T21:30:27.231Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2216 | 2024-11-15T21:30:35.813Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2217 | 2024-11-15T21:30:37.942Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2218 | 2024-11-15T21:30:39.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.22s |
2219 | 2024-11-15T21:30:39.783Z | |
2220 | 2024-11-15T21:30:39.783Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/171) |
2221 | 2024-11-15T21:30:40.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2222 | 2024-11-15T21:30:40.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2223 | 2024-11-15T21:30:40.630Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-11-15T21:30:42.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
2225 | 2024-11-15T21:30:42.506Z | |
2226 | 2024-11-15T21:30:42.506Z | info: running `cargo check --bins` on nexus-config (31/171) |
2227 | 2024-11-15T21:30:43.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-11-15T21:30:43.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-11-15T21:30:43.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2230 | 2024-11-15T21:30:43.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2231 | 2024-11-15T21:30:43.340Z | |
2232 | 2024-11-15T21:30:43.340Z | info: running `cargo check --bins` on omicron-rpaths (32/171) |
2233 | 2024-11-15T21:30:44.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-11-15T21:30:44.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-11-15T21:30:44.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-11-15T21:30:44.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2237 | 2024-11-15T21:30:44.129Z | |
2238 | 2024-11-15T21:30:44.129Z | info: running `cargo check --bins` on omicron-certificates (33/171) |
2239 | 2024-11-15T21:30:44.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-11-15T21:30:44.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-11-15T21:30:44.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-11-15T21:30:44.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2243 | 2024-11-15T21:30:44.930Z | |
2244 | 2024-11-15T21:30:44.930Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/171) |
2245 | 2024-11-15T21:30:45.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-11-15T21:30:45.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-11-15T21:30:45.787Z | Compiling heapless v0.8.0 |
2248 | 2024-11-15T21:30:45.812Z | Checking hash32 v0.3.1 |
2249 | 2024-11-15T21:30:45.836Z | Compiling smoltcp v0.11.0 |
2250 | 2024-11-15T21:30:45.861Z | Checking cobs v0.2.3 |
2251 | 2024-11-15T21:30:45.885Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2252 | 2024-11-15T21:30:45.885Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2253 | 2024-11-15T21:30:45.911Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2254 | 2024-11-15T21:30:45.911Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2255 | 2024-11-15T21:30:45.984Z | Compiling crucible-workspace-hack v0.1.0 |
2256 | 2024-11-15T21:30:46.020Z | Checking postcard v1.0.10 |
2257 | 2024-11-15T21:30:46.044Z | Checking newline-converter v0.3.0 |
2258 | 2024-11-15T21:30:46.165Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2259 | 2024-11-15T21:30:46.190Z | Compiling convert_case v0.4.0 |
2260 | 2024-11-15T21:30:46.190Z | Checking expectorate v1.1.0 |
2261 | 2024-11-15T21:30:46.378Z | Compiling zone_cfg_derive v0.3.0 |
2262 | 2024-11-15T21:30:46.403Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2263 | 2024-11-15T21:30:46.476Z | Checking itertools v0.13.0 |
2264 | 2024-11-15T21:30:46.514Z | Compiling num-derive v0.4.2 |
2265 | 2024-11-15T21:30:46.665Z | Compiling slog-dtrace v0.3.0 |
2266 | 2024-11-15T21:30:46.705Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2267 | 2024-11-15T21:30:46.958Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2268 | 2024-11-15T21:30:47.087Z | Compiling derive_more v0.99.18 |
2269 | 2024-11-15T21:30:47.623Z | Checking zone v0.3.0 |
2270 | 2024-11-15T21:30:48.164Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2271 | 2024-11-15T21:30:49.840Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2272 | 2024-11-15T21:30:51.025Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2273 | 2024-11-15T21:30:51.823Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2274 | 2024-11-15T21:30:52.439Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2275 | 2024-11-15T21:30:53.645Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2276 | 2024-11-15T21:30:54.976Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2277 | 2024-11-15T21:30:56.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s |
2278 | 2024-11-15T21:30:56.394Z | |
2279 | 2024-11-15T21:30:56.394Z | info: running `cargo check --bins` on clickhouse-admin-api (35/171) |
2280 | 2024-11-15T21:30:57.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2281 | 2024-11-15T21:30:57.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2282 | 2024-11-15T21:30:57.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2283 | 2024-11-15T21:30:57.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2284 | 2024-11-15T21:30:57.235Z | |
2285 | 2024-11-15T21:30:57.235Z | info: running `cargo check --bins` on clickhouse-admin-types (36/171) |
2286 | 2024-11-15T21:30:57.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2287 | 2024-11-15T21:30:57.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2288 | 2024-11-15T21:30:57.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2289 | 2024-11-15T21:30:57.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2290 | 2024-11-15T21:30:58.068Z | |
2291 | 2024-11-15T21:30:58.068Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (37/171) |
2292 | 2024-11-15T21:30:58.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2293 | 2024-11-15T21:30:58.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2294 | 2024-11-15T21:30:58.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2295 | 2024-11-15T21:30:58.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2296 | 2024-11-15T21:30:58.881Z | |
2297 | 2024-11-15T21:30:58.881Z | info: running `cargo check --bins --no-default-features` on oximeter-db (38/171) |
2298 | 2024-11-15T21:30:59.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2299 | 2024-11-15T21:30:59.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2300 | 2024-11-15T21:30:59.783Z | Compiling progenitor-client v0.8.0 |
2301 | 2024-11-15T21:30:59.783Z | Compiling newtype-uuid v1.1.3 |
2302 | 2024-11-15T21:30:59.819Z | Compiling ipnetwork v0.20.0 |
2303 | 2024-11-15T21:30:59.844Z | Compiling instant v0.1.13 |
2304 | 2024-11-15T21:30:59.868Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2305 | 2024-11-15T21:30:59.868Z | Compiling dropshot v0.13.0 |
2306 | 2024-11-15T21:30:59.868Z | Checking num-rational v0.4.2 |
2307 | 2024-11-15T21:30:59.869Z | Compiling serde_with v3.11.0 |
2308 | 2024-11-15T21:30:59.962Z | Compiling backoff v0.4.0 |
2309 | 2024-11-15T21:31:00.023Z | Compiling parse-display v0.10.0 |
2310 | 2024-11-15T21:31:00.098Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2311 | 2024-11-15T21:31:00.239Z | Compiling progenitor v0.8.0 |
2312 | 2024-11-15T21:31:00.274Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2313 | 2024-11-15T21:31:00.397Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2314 | 2024-11-15T21:31:00.448Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2315 | 2024-11-15T21:31:00.564Z | Compiling regress v0.9.1 |
2316 | 2024-11-15T21:31:00.636Z | Compiling phf_generator v0.11.2 |
2317 | 2024-11-15T21:31:00.688Z | Checking num-complex v0.4.6 |
2318 | 2024-11-15T21:31:00.969Z | Compiling macaddr v1.0.1 |
2319 | 2024-11-15T21:31:01.340Z | Compiling phf_codegen v0.11.2 |
2320 | 2024-11-15T21:31:01.450Z | Checking num v0.4.3 |
2321 | 2024-11-15T21:31:01.527Z | Compiling parse-zoneinfo v0.3.1 |
2322 | 2024-11-15T21:31:01.552Z | Compiling float-ord v0.3.2 |
2323 | 2024-11-15T21:31:01.801Z | Checking prettyplease v0.2.25 |
2324 | 2024-11-15T21:31:01.847Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2325 | 2024-11-15T21:31:01.993Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2326 | 2024-11-15T21:31:02.911Z | Compiling chrono-tz-build v0.4.0 |
2327 | 2024-11-15T21:31:03.120Z | Compiling const_format_proc_macros v0.2.33 |
2328 | 2024-11-15T21:31:03.397Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2329 | 2024-11-15T21:31:03.469Z | Checking highway v1.2.0 |
2330 | 2024-11-15T21:31:03.867Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2331 | 2024-11-15T21:31:04.282Z | Compiling chrono-tz v0.10.0 |
2332 | 2024-11-15T21:31:04.436Z | Checking gethostname v0.5.0 |
2333 | 2024-11-15T21:31:04.550Z | Checking bcs v0.1.6 |
2334 | 2024-11-15T21:31:04.825Z | Compiling async-recursion v1.1.1 |
2335 | 2024-11-15T21:31:05.006Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2336 | 2024-11-15T21:31:05.031Z | Checking const_format v0.2.33 |
2337 | 2024-11-15T21:31:05.056Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2338 | 2024-11-15T21:31:05.056Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2339 | 2024-11-15T21:31:20.616Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2340 | 2024-11-15T21:31:24.524Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2341 | 2024-11-15T21:31:30.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.15s |
2342 | 2024-11-15T21:31:30.192Z | |
2343 | 2024-11-15T21:31:30.192Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/171) |
2344 | 2024-11-15T21:31:30.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2345 | 2024-11-15T21:31:30.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2346 | 2024-11-15T21:31:31.127Z | Compiling cfg_aliases v0.1.1 |
2347 | 2024-11-15T21:31:31.127Z | Compiling vte_generate_state_changes v0.1.2 |
2348 | 2024-11-15T21:31:31.152Z | Checking fd-lock v4.0.2 |
2349 | 2024-11-15T21:31:31.152Z | Checking nibble_vec v0.1.0 |
2350 | 2024-11-15T21:31:31.152Z | Checking bytecount v0.6.8 |
2351 | 2024-11-15T21:31:31.152Z | Checking endian-type v0.1.2 |
2352 | 2024-11-15T21:31:31.179Z | Compiling tabled_derive v0.7.0 |
2353 | 2024-11-15T21:31:31.235Z | Compiling peg-macros v0.8.4 |
2354 | 2024-11-15T21:31:31.267Z | Compiling nix v0.28.0 |
2355 | 2024-11-15T21:31:31.309Z | Checking papergrid v0.11.0 |
2356 | 2024-11-15T21:31:31.334Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2357 | 2024-11-15T21:31:31.379Z | Compiling sqlparser_derive v0.2.2 |
2358 | 2024-11-15T21:31:31.414Z | Checking radix_trie v0.2.1 |
2359 | 2024-11-15T21:31:31.752Z | Checking vte v0.11.1 |
2360 | 2024-11-15T21:31:31.777Z | Checking nu-ansi-term v0.50.1 |
2361 | 2024-11-15T21:31:32.140Z | Checking unicode_categories v0.1.1 |
2362 | 2024-11-15T21:31:32.318Z | Checking home v0.5.9 |
2363 | 2024-11-15T21:31:32.343Z | Checking sqlparser v0.45.0 |
2364 | 2024-11-15T21:31:32.393Z | Checking sqlformat v0.2.6 |
2365 | 2024-11-15T21:31:32.474Z | Checking display-error-chain v0.2.2 |
2366 | 2024-11-15T21:31:32.842Z | Checking strip-ansi-escapes v0.2.0 |
2367 | 2024-11-15T21:31:33.001Z | Checking reedline v0.35.0 |
2368 | 2024-11-15T21:31:33.293Z | Checking tabled v0.15.0 |
2369 | 2024-11-15T21:31:33.771Z | Checking peg v0.8.4 |
2370 | 2024-11-15T21:31:34.199Z | Checking rustyline v14.0.0 |
2371 | 2024-11-15T21:31:47.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.26s |
2372 | 2024-11-15T21:31:47.649Z | |
2373 | 2024-11-15T21:31:47.649Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/171) |
2374 | 2024-11-15T21:31:48.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2024-11-15T21:31:48.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2024-11-15T21:31:48.631Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2377 | 2024-11-15T21:31:56.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s |
2378 | 2024-11-15T21:31:57.035Z | |
2379 | 2024-11-15T21:31:57.035Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/171) |
2380 | 2024-11-15T21:31:57.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-11-15T21:31:57.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-11-15T21:31:57.991Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2383 | 2024-11-15T21:32:04.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.24s |
2384 | 2024-11-15T21:32:04.451Z | |
2385 | 2024-11-15T21:32:04.451Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/171) |
2386 | 2024-11-15T21:32:05.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-11-15T21:32:05.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-11-15T21:32:05.371Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2389 | 2024-11-15T21:32:13.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s |
2390 | 2024-11-15T21:32:13.435Z | |
2391 | 2024-11-15T21:32:13.435Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/171) |
2392 | 2024-11-15T21:32:14.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-11-15T21:32:14.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-11-15T21:32:14.327Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2395 | 2024-11-15T21:32:22.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.91s |
2396 | 2024-11-15T21:32:22.512Z | |
2397 | 2024-11-15T21:32:22.512Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/171) |
2398 | 2024-11-15T21:32:23.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-11-15T21:32:23.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-11-15T21:32:23.432Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2401 | 2024-11-15T21:32:29.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.42s |
2402 | 2024-11-15T21:32:30.103Z | |
2403 | 2024-11-15T21:32:30.103Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/171) |
2404 | 2024-11-15T21:32:30.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-11-15T21:32:30.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-11-15T21:32:31.031Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2407 | 2024-11-15T21:32:37.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.63s |
2408 | 2024-11-15T21:32:37.910Z | |
2409 | 2024-11-15T21:32:37.910Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/171) |
2410 | 2024-11-15T21:32:38.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-11-15T21:32:38.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-11-15T21:32:38.883Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2413 | 2024-11-15T21:32:47.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s |
2414 | 2024-11-15T21:32:47.243Z | |
2415 | 2024-11-15T21:32:47.244Z | info: running `cargo check --bins` on oximeter (47/171) |
2416 | 2024-11-15T21:32:47.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-11-15T21:32:48.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-11-15T21:32:48.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2419 | 2024-11-15T21:32:48.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2420 | 2024-11-15T21:32:48.105Z | |
2421 | 2024-11-15T21:32:48.106Z | info: running `cargo check --bins` on oximeter-macro-impl (48/171) |
2422 | 2024-11-15T21:32:48.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-11-15T21:32:48.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-11-15T21:32:48.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2425 | 2024-11-15T21:32:48.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2426 | 2024-11-15T21:32:48.962Z | |
2427 | 2024-11-15T21:32:48.962Z | info: running `cargo check --bins` on oximeter-schema (49/171) |
2428 | 2024-11-15T21:32:49.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-11-15T21:32:49.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-11-15T21:32:49.870Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2431 | 2024-11-15T21:32:50.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
2432 | 2024-11-15T21:32:50.496Z | |
2433 | 2024-11-15T21:32:50.496Z | info: running `cargo check --bins` on oximeter-types (50/171) |
2434 | 2024-11-15T21:32:51.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-11-15T21:32:51.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-11-15T21:32:51.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2437 | 2024-11-15T21:32:51.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2438 | 2024-11-15T21:32:51.366Z | |
2439 | 2024-11-15T21:32:51.366Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/171) |
2440 | 2024-11-15T21:32:52.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-11-15T21:32:52.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-11-15T21:32:52.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2024-11-15T21:32:52.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2444 | 2024-11-15T21:32:52.222Z | |
2445 | 2024-11-15T21:32:52.222Z | info: running `cargo check --bins` on oxql-types (52/171) |
2446 | 2024-11-15T21:32:52.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-11-15T21:32:53.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-11-15T21:32:53.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2024-11-15T21:32:53.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2450 | 2024-11-15T21:32:53.107Z | |
2451 | 2024-11-15T21:32:53.107Z | info: running `cargo check --bins` on oximeter-test-utils (53/171) |
2452 | 2024-11-15T21:32:53.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-11-15T21:32:53.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-11-15T21:32:53.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2024-11-15T21:32:53.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2456 | 2024-11-15T21:32:54.004Z | |
2457 | 2024-11-15T21:32:54.004Z | info: running `cargo check --bins` on bootstrap-agent-client (54/171) |
2458 | 2024-11-15T21:32:54.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-11-15T21:32:54.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-11-15T21:32:54.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2024-11-15T21:32:54.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2462 | 2024-11-15T21:32:54.850Z | |
2463 | 2024-11-15T21:32:54.850Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/171) |
2464 | 2024-11-15T21:32:55.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-11-15T21:32:55.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-11-15T21:32:55.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2024-11-15T21:32:55.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2468 | 2024-11-15T21:32:55.725Z | |
2469 | 2024-11-15T21:32:55.725Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/171) |
2470 | 2024-11-15T21:32:56.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2024-11-15T21:32:56.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2024-11-15T21:32:56.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2024-11-15T21:32:56.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2474 | 2024-11-15T21:32:56.618Z | |
2475 | 2024-11-15T21:32:56.618Z | info: running `cargo check --bins` on cockroach-admin-client (57/171) |
2476 | 2024-11-15T21:32:57.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2024-11-15T21:32:57.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2024-11-15T21:32:57.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2024-11-15T21:32:57.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2480 | 2024-11-15T21:32:57.464Z | |
2481 | 2024-11-15T21:32:57.464Z | info: running `cargo check --bins` on omicron-ddm-admin-client (58/171) |
2482 | 2024-11-15T21:32:58.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2024-11-15T21:32:58.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2024-11-15T21:32:58.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2024-11-15T21:32:58.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2486 | 2024-11-15T21:32:58.365Z | |
2487 | 2024-11-15T21:32:58.365Z | info: running `cargo check --bins` on dns-service-client (59/171) |
2488 | 2024-11-15T21:32:59.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2024-11-15T21:32:59.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2024-11-15T21:32:59.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2024-11-15T21:32:59.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2492 | 2024-11-15T21:32:59.212Z | |
2493 | 2024-11-15T21:32:59.212Z | info: running `cargo check --bins` on internal-dns-types (60/171) |
2494 | 2024-11-15T21:32:59.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2024-11-15T21:32:59.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2024-11-15T21:32:59.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2024-11-15T21:32:59.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2498 | 2024-11-15T21:33:00.048Z | |
2499 | 2024-11-15T21:33:00.048Z | info: running `cargo check --bins` on dpd-client (61/171) |
2500 | 2024-11-15T21:33:00.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2024-11-15T21:33:00.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2024-11-15T21:33:00.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2024-11-15T21:33:00.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2504 | 2024-11-15T21:33:00.897Z | |
2505 | 2024-11-15T21:33:00.897Z | info: running `cargo check --bins` on gateway-client (62/171) |
2506 | 2024-11-15T21:33:01.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-11-15T21:33:01.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-11-15T21:33:01.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2024-11-15T21:33:01.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2510 | 2024-11-15T21:33:01.667Z | |
2511 | 2024-11-15T21:33:01.667Z | info: running `cargo check --bins` on installinator-client (63/171) |
2512 | 2024-11-15T21:33:02.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-11-15T21:33:02.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-11-15T21:33:02.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2024-11-15T21:33:02.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2516 | 2024-11-15T21:33:02.531Z | |
2517 | 2024-11-15T21:33:02.531Z | info: running `cargo check --bins` on installinator-common (64/171) |
2518 | 2024-11-15T21:33:03.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-11-15T21:33:03.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-11-15T21:33:03.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2024-11-15T21:33:03.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2522 | 2024-11-15T21:33:03.394Z | |
2523 | 2024-11-15T21:33:03.394Z | info: running `cargo check --bins` on update-engine (65/171) |
2524 | 2024-11-15T21:33:04.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-11-15T21:33:04.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-11-15T21:33:04.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2024-11-15T21:33:04.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2528 | 2024-11-15T21:33:04.302Z | |
2529 | 2024-11-15T21:33:04.302Z | info: running `cargo check --bins` on nexus-client (66/171) |
2530 | 2024-11-15T21:33:05.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-11-15T21:33:05.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-11-15T21:33:05.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2024-11-15T21:33:05.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2534 | 2024-11-15T21:33:05.171Z | |
2535 | 2024-11-15T21:33:05.171Z | info: running `cargo check --bins` on nexus-sled-agent-shared (67/171) |
2536 | 2024-11-15T21:33:05.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-11-15T21:33:05.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-11-15T21:33:05.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2024-11-15T21:33:05.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2540 | 2024-11-15T21:33:06.008Z | |
2541 | 2024-11-15T21:33:06.008Z | info: running `cargo check --bins` on omicron-passwords (68/171) |
2542 | 2024-11-15T21:33:06.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-11-15T21:33:06.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-11-15T21:33:06.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2024-11-15T21:33:06.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2546 | 2024-11-15T21:33:06.816Z | |
2547 | 2024-11-15T21:33:06.816Z | info: running `cargo check --bins` on nexus-types (69/171) |
2548 | 2024-11-15T21:33:07.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-11-15T21:33:07.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-11-15T21:33:07.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-11-15T21:33:07.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2552 | 2024-11-15T21:33:07.692Z | |
2553 | 2024-11-15T21:33:07.692Z | info: running `cargo check --bins` on oxide-client (70/171) |
2554 | 2024-11-15T21:33:08.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-11-15T21:33:08.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-11-15T21:33:08.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-11-15T21:33:08.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2558 | 2024-11-15T21:33:08.523Z | |
2559 | 2024-11-15T21:33:08.523Z | info: running `cargo check --bins` on oximeter-client (71/171) |
2560 | 2024-11-15T21:33:09.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-11-15T21:33:09.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-11-15T21:33:09.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-11-15T21:33:09.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2564 | 2024-11-15T21:33:09.358Z | |
2565 | 2024-11-15T21:33:09.358Z | info: running `cargo check --bins` on repo-depot-client (72/171) |
2566 | 2024-11-15T21:33:10.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-11-15T21:33:10.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-11-15T21:33:10.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-11-15T21:33:10.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2570 | 2024-11-15T21:33:10.188Z | |
2571 | 2024-11-15T21:33:10.188Z | info: running `cargo check --bins` on sled-agent-client (73/171) |
2572 | 2024-11-15T21:33:10.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-11-15T21:33:10.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-11-15T21:33:10.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2024-11-15T21:33:10.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2576 | 2024-11-15T21:33:11.006Z | |
2577 | 2024-11-15T21:33:11.006Z | info: running `cargo check --bins` on wicketd-client (74/171) |
2578 | 2024-11-15T21:33:11.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-11-15T21:33:11.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-11-15T21:33:11.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-11-15T21:33:11.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2582 | 2024-11-15T21:33:11.881Z | |
2583 | 2024-11-15T21:33:11.881Z | info: running `cargo check --bins` on sled-agent-types (75/171) |
2584 | 2024-11-15T21:33:12.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-11-15T21:33:12.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-11-15T21:33:12.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2024-11-15T21:33:12.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2588 | 2024-11-15T21:33:12.795Z | |
2589 | 2024-11-15T21:33:12.795Z | info: running `cargo check --bins` on wicket-common (76/171) |
2590 | 2024-11-15T21:33:13.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-11-15T21:33:13.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-11-15T21:33:13.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2024-11-15T21:33:13.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2594 | 2024-11-15T21:33:13.719Z | |
2595 | 2024-11-15T21:33:13.719Z | info: running `cargo check --bins` on omicron-cockroach-admin (77/171) |
2596 | 2024-11-15T21:33:14.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-11-15T21:33:14.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-11-15T21:33:14.611Z | Checking csv-core v0.1.11 |
2599 | 2024-11-15T21:33:14.611Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2600 | 2024-11-15T21:33:14.611Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2601 | 2024-11-15T21:33:14.917Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2602 | 2024-11-15T21:33:14.954Z | Checking csv v1.3.0 |
2603 | 2024-11-15T21:33:15.715Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2604 | 2024-11-15T21:33:16.190Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2605 | 2024-11-15T21:33:17.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
2606 | 2024-11-15T21:33:17.989Z | |
2607 | 2024-11-15T21:33:17.989Z | info: running `cargo check --bins` on cockroach-admin-api (78/171) |
2608 | 2024-11-15T21:33:18.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-11-15T21:33:18.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-11-15T21:33:18.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2024-11-15T21:33:18.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2612 | 2024-11-15T21:33:18.867Z | |
2613 | 2024-11-15T21:33:18.867Z | info: running `cargo check --bins` on cockroach-admin-types (79/171) |
2614 | 2024-11-15T21:33:19.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-11-15T21:33:19.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-11-15T21:33:19.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2024-11-15T21:33:19.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2618 | 2024-11-15T21:33:19.782Z | |
2619 | 2024-11-15T21:33:19.782Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (80/171) |
2620 | 2024-11-15T21:33:20.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-11-15T21:33:20.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-11-15T21:33:20.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2024-11-15T21:33:20.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2624 | 2024-11-15T21:33:20.768Z | |
2625 | 2024-11-15T21:33:20.768Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/171) |
2626 | 2024-11-15T21:33:21.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-11-15T21:33:21.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-11-15T21:33:21.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-11-15T21:33:21.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2630 | 2024-11-15T21:33:21.761Z | |
2631 | 2024-11-15T21:33:21.761Z | info: running `cargo check --bins` on dns-server (82/171) |
2632 | 2024-11-15T21:33:22.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-11-15T21:33:22.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-11-15T21:33:22.640Z | Compiling parking_lot_core v0.8.6 |
2635 | 2024-11-15T21:33:22.664Z | Checking fxhash v0.2.1 |
2636 | 2024-11-15T21:33:22.665Z | Checking hickory-server v0.24.1 |
2637 | 2024-11-15T21:33:22.665Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2638 | 2024-11-15T21:33:22.665Z | Checking hickory-client v0.24.1 |
2639 | 2024-11-15T21:33:23.369Z | Checking parking_lot v0.11.2 |
2640 | 2024-11-15T21:33:23.588Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2641 | 2024-11-15T21:33:23.588Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2642 | 2024-11-15T21:33:23.674Z | Checking sled v0.34.7 |
2643 | 2024-11-15T21:33:26.099Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2644 | 2024-11-15T21:33:27.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s |
2645 | 2024-11-15T21:33:27.982Z | |
2646 | 2024-11-15T21:33:27.982Z | info: running `cargo check --bins` on dns-server-api (83/171) |
2647 | 2024-11-15T21:33:28.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2024-11-15T21:33:28.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2024-11-15T21:33:28.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2650 | 2024-11-15T21:33:28.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2651 | 2024-11-15T21:33:28.855Z | |
2652 | 2024-11-15T21:33:28.855Z | info: running `cargo check --bins` on gateway-test-utils (84/171) |
2653 | 2024-11-15T21:33:29.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-11-15T21:33:29.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-11-15T21:33:29.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2656 | 2024-11-15T21:33:29.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2657 | 2024-11-15T21:33:29.971Z | |
2658 | 2024-11-15T21:33:29.972Z | info: running `cargo check --bins` on gateway-types (85/171) |
2659 | 2024-11-15T21:33:30.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2024-11-15T21:33:30.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2024-11-15T21:33:30.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2662 | 2024-11-15T21:33:30.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2663 | 2024-11-15T21:33:30.684Z | |
2664 | 2024-11-15T21:33:30.684Z | info: running `cargo check --bins` on ipcc (86/171) |
2665 | 2024-11-15T21:33:31.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-11-15T21:33:31.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-11-15T21:33:31.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2668 | 2024-11-15T21:33:31.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2669 | 2024-11-15T21:33:31.552Z | |
2670 | 2024-11-15T21:33:31.552Z | info: running `cargo check --bins` on omicron-gateway (87/171) |
2671 | 2024-11-15T21:33:32.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2024-11-15T21:33:32.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2024-11-15T21:33:32.509Z | Compiling radium v0.7.0 |
2674 | 2024-11-15T21:33:32.509Z | Compiling semver v0.1.20 |
2675 | 2024-11-15T21:33:32.533Z | Compiling maybe-uninit v2.0.0 |
2676 | 2024-11-15T21:33:32.533Z | Checking tap v1.0.1 |
2677 | 2024-11-15T21:33:32.533Z | Checking password-hash v0.5.0 |
2678 | 2024-11-15T21:33:32.533Z | Checking blake2 v0.10.6 |
2679 | 2024-11-15T21:33:32.557Z | Checking crc-catalog v2.4.0 |
2680 | 2024-11-15T21:33:32.557Z | Compiling cancel-safe-futures v0.1.5 |
2681 | 2024-11-15T21:33:32.712Z | Checking wyz v0.5.1 |
2682 | 2024-11-15T21:33:32.736Z | Compiling owo-colors v4.1.0 |
2683 | 2024-11-15T21:33:32.919Z | Compiling rustc_version v0.1.7 |
2684 | 2024-11-15T21:33:32.987Z | Checking funty v2.0.0 |
2685 | 2024-11-15T21:33:33.066Z | Compiling packed_struct v0.10.1 |
2686 | 2024-11-15T21:33:33.098Z | Checking argon2 v0.5.3 |
2687 | 2024-11-15T21:33:33.179Z | Checking crc v3.2.1 |
2688 | 2024-11-15T21:33:33.204Z | Compiling packed_struct_codegen v0.10.1 |
2689 | 2024-11-15T21:33:33.238Z | Compiling indexmap v1.9.3 |
2690 | 2024-11-15T21:33:33.375Z | Checking half v2.4.1 |
2691 | 2024-11-15T21:33:33.413Z | Compiling newtype_derive v0.1.6 |
2692 | 2024-11-15T21:33:33.501Z | Checking nodrop v0.1.14 |
2693 | 2024-11-15T21:33:33.526Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2694 | 2024-11-15T21:33:33.559Z | Checking ciborium-io v0.2.2 |
2695 | 2024-11-15T21:33:33.619Z | Checking array-init v0.0.4 |
2696 | 2024-11-15T21:33:33.721Z | Checking smallvec v0.6.14 |
2697 | 2024-11-15T21:33:33.767Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2698 | 2024-11-15T21:33:33.818Z | Checking bitvec v1.0.1 |
2699 | 2024-11-15T21:33:33.818Z | Checking ciborium-ll v0.2.2 |
2700 | 2024-11-15T21:33:33.855Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2701 | 2024-11-15T21:33:34.098Z | Checking libsw v3.3.1 |
2702 | 2024-11-15T21:33:34.141Z | Compiling memoffset v0.9.1 |
2703 | 2024-11-15T21:33:34.287Z | Checking termcolor v1.4.1 |
2704 | 2024-11-15T21:33:34.358Z | Checking bitfield v0.14.0 |
2705 | 2024-11-15T21:33:34.440Z | Checking swrite v0.1.0 |
2706 | 2024-11-15T21:33:34.525Z | Checking indent_write v2.2.0 |
2707 | 2024-11-15T21:33:34.557Z | Checking linear-map v1.2.0 |
2708 | 2024-11-15T21:33:34.582Z | Checking hashbrown v0.12.3 |
2709 | 2024-11-15T21:33:34.609Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2710 | 2024-11-15T21:33:34.693Z | Checking env_logger v0.10.2 |
2711 | 2024-11-15T21:33:34.717Z | Checking serde-hex v0.1.0 |
2712 | 2024-11-15T21:33:34.860Z | Checking ron v0.8.1 |
2713 | 2024-11-15T21:33:35.206Z | Checking ciborium v0.2.2 |
2714 | 2024-11-15T21:33:35.568Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2715 | 2024-11-15T21:33:35.668Z | Checking steno v0.4.1 |
2716 | 2024-11-15T21:33:35.998Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2717 | 2024-11-15T21:33:36.131Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2718 | 2024-11-15T21:33:36.155Z | Checking hashbrown v0.13.2 |
2719 | 2024-11-15T21:33:36.187Z | Checking humantime v2.1.0 |
2720 | 2024-11-15T21:33:36.253Z | Checking crc-any v2.5.0 |
2721 | 2024-11-15T21:33:36.472Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2722 | 2024-11-15T21:33:36.586Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2723 | 2024-11-15T21:33:36.835Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2724 | 2024-11-15T21:33:37.113Z | Checking object v0.30.4 |
2725 | 2024-11-15T21:33:37.137Z | Checking path-slash v0.1.5 |
2726 | 2024-11-15T21:33:37.161Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2727 | 2024-11-15T21:33:37.336Z | Checking nix v0.27.1 |
2728 | 2024-11-15T21:33:37.787Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2729 | 2024-11-15T21:33:38.311Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2730 | 2024-11-15T21:33:38.367Z | Checking tungstenite v0.23.0 |
2731 | 2024-11-15T21:33:38.446Z | Checking kstat-rs v0.2.4 |
2732 | 2024-11-15T21:33:38.501Z | Checking signal-hook-tokio v0.3.1 |
2733 | 2024-11-15T21:33:38.777Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2734 | 2024-11-15T21:33:39.212Z | Checking tokio-tungstenite v0.23.1 |
2735 | 2024-11-15T21:33:39.645Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2736 | 2024-11-15T21:33:39.819Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2737 | 2024-11-15T21:33:40.177Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2738 | 2024-11-15T21:33:49.080Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2739 | 2024-11-15T21:33:50.723Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2740 | 2024-11-15T21:33:54.553Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2741 | 2024-11-15T21:34:02.317Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2742 | 2024-11-15T21:34:03.214Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2743 | 2024-11-15T21:34:06.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.31s |
2744 | 2024-11-15T21:34:07.050Z | |
2745 | 2024-11-15T21:34:07.050Z | info: running `cargo check --bins` on gateway-api (88/171) |
2746 | 2024-11-15T21:34:07.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2024-11-15T21:34:07.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2024-11-15T21:34:07.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2024-11-15T21:34:07.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2750 | 2024-11-15T21:34:07.918Z | |
2751 | 2024-11-15T21:34:07.918Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (89/171) |
2752 | 2024-11-15T21:34:08.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-11-15T21:34:08.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-11-15T21:34:08.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2024-11-15T21:34:08.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2756 | 2024-11-15T21:34:08.710Z | |
2757 | 2024-11-15T21:34:08.710Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/171) |
2758 | 2024-11-15T21:34:09.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-11-15T21:34:09.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-11-15T21:34:09.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2024-11-15T21:34:09.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2762 | 2024-11-15T21:34:09.591Z | |
2763 | 2024-11-15T21:34:09.591Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/171) |
2764 | 2024-11-15T21:34:10.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-11-15T21:34:10.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-11-15T21:34:10.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2024-11-15T21:34:10.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2768 | 2024-11-15T21:34:10.404Z | |
2769 | 2024-11-15T21:34:10.404Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/171) |
2770 | 2024-11-15T21:34:11.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-11-15T21:34:11.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-11-15T21:34:11.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2024-11-15T21:34:11.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2774 | 2024-11-15T21:34:11.227Z | |
2775 | 2024-11-15T21:34:11.227Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/171) |
2776 | 2024-11-15T21:34:11.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-11-15T21:34:11.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-11-15T21:34:11.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2024-11-15T21:34:11.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2780 | 2024-11-15T21:34:12.064Z | |
2781 | 2024-11-15T21:34:12.064Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/171) |
2782 | 2024-11-15T21:34:12.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-11-15T21:34:12.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-11-15T21:34:12.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-11-15T21:34:12.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2786 | 2024-11-15T21:34:12.933Z | |
2787 | 2024-11-15T21:34:12.933Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/171) |
2788 | 2024-11-15T21:34:13.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-11-15T21:34:13.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-11-15T21:34:13.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-11-15T21:34:13.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2792 | 2024-11-15T21:34:13.762Z | |
2793 | 2024-11-15T21:34:13.762Z | info: running `cargo check --bins` on oximeter-producer (96/171) |
2794 | 2024-11-15T21:34:14.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-11-15T21:34:14.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-11-15T21:34:14.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2024-11-15T21:34:14.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2798 | 2024-11-15T21:34:14.589Z | |
2799 | 2024-11-15T21:34:14.589Z | info: running `cargo check --bins` on internal-dns-resolver (97/171) |
2800 | 2024-11-15T21:34:15.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-11-15T21:34:15.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-11-15T21:34:15.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2024-11-15T21:34:15.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2804 | 2024-11-15T21:34:15.407Z | |
2805 | 2024-11-15T21:34:15.407Z | info: running `cargo check --bins` on sp-sim (98/171) |
2806 | 2024-11-15T21:34:16.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-11-15T21:34:16.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-11-15T21:34:16.272Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2809 | 2024-11-15T21:34:18.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
2810 | 2024-11-15T21:34:18.798Z | |
2811 | 2024-11-15T21:34:18.798Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (99/171) |
2812 | 2024-11-15T21:34:19.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2024-11-15T21:34:19.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2024-11-15T21:34:19.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2024-11-15T21:34:19.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2816 | 2024-11-15T21:34:19.691Z | |
2817 | 2024-11-15T21:34:19.691Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/171) |
2818 | 2024-11-15T21:34:20.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2024-11-15T21:34:20.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2024-11-15T21:34:20.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2024-11-15T21:34:20.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2822 | 2024-11-15T21:34:20.598Z | |
2823 | 2024-11-15T21:34:20.598Z | info: running `cargo check --bins` on db-macros (101/171) |
2824 | 2024-11-15T21:34:21.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2024-11-15T21:34:21.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2024-11-15T21:34:21.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2024-11-15T21:34:21.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2828 | 2024-11-15T21:34:21.381Z | |
2829 | 2024-11-15T21:34:21.381Z | info: running `cargo check --bins` on nexus-macros-common (102/171) |
2830 | 2024-11-15T21:34:22.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2024-11-15T21:34:22.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2024-11-15T21:34:22.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2024-11-15T21:34:22.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2834 | 2024-11-15T21:34:22.159Z | |
2835 | 2024-11-15T21:34:22.159Z | info: running `cargo check --bins` on nexus-auth (103/171) |
2836 | 2024-11-15T21:34:23.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2024-11-15T21:34:23.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2024-11-15T21:34:23.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2839 | 2024-11-15T21:34:23.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2840 | 2024-11-15T21:34:23.129Z | |
2841 | 2024-11-15T21:34:23.129Z | info: running `cargo check --bins` on authz-macros (104/171) |
2842 | 2024-11-15T21:34:23.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2024-11-15T21:34:23.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2024-11-15T21:34:23.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2845 | 2024-11-15T21:34:23.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2846 | 2024-11-15T21:34:23.936Z | |
2847 | 2024-11-15T21:34:23.937Z | info: running `cargo check --bins` on nexus-db-fixed-data (105/171) |
2848 | 2024-11-15T21:34:24.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2024-11-15T21:34:24.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2024-11-15T21:34:24.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2851 | 2024-11-15T21:34:24.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2852 | 2024-11-15T21:34:24.797Z | |
2853 | 2024-11-15T21:34:24.797Z | info: running `cargo check --bins` on nexus-db-model (106/171) |
2854 | 2024-11-15T21:34:25.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2024-11-15T21:34:25.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2024-11-15T21:34:25.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2857 | 2024-11-15T21:34:25.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2858 | 2024-11-15T21:34:25.663Z | |
2859 | 2024-11-15T21:34:25.664Z | info: running `cargo check --bins` on nexus-defaults (107/171) |
2860 | 2024-11-15T21:34:26.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2024-11-15T21:34:26.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2024-11-15T21:34:26.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2863 | 2024-11-15T21:34:26.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2864 | 2024-11-15T21:34:26.476Z | |
2865 | 2024-11-15T21:34:26.476Z | info: running `cargo check --bins` on nexus-inventory (108/171) |
2866 | 2024-11-15T21:34:27.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2024-11-15T21:34:27.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2024-11-15T21:34:27.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2024-11-15T21:34:27.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2870 | 2024-11-15T21:34:27.377Z | |
2871 | 2024-11-15T21:34:27.377Z | info: running `cargo check --bins` on typed-rng (109/171) |
2872 | 2024-11-15T21:34:28.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2024-11-15T21:34:28.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2024-11-15T21:34:28.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2024-11-15T21:34:28.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2876 | 2024-11-15T21:34:28.179Z | |
2877 | 2024-11-15T21:34:28.179Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/171) |
2878 | 2024-11-15T21:34:28.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-11-15T21:34:28.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-11-15T21:34:29.126Z | Checking keccak v0.1.5 |
2881 | 2024-11-15T21:34:29.150Z | Checking secrecy v0.8.0 |
2882 | 2024-11-15T21:34:29.174Z | Compiling unicase v2.7.0 |
2883 | 2024-11-15T21:34:29.174Z | Compiling same-file v1.0.6 |
2884 | 2024-11-15T21:34:29.198Z | Compiling tempfile v3.13.0 |
2885 | 2024-11-15T21:34:29.222Z | Compiling thiserror-impl-no-std v2.0.2 |
2886 | 2024-11-15T21:34:29.222Z | Checking universal-hash v0.5.1 |
2887 | 2024-11-15T21:34:29.222Z | Compiling ring v0.16.20 |
2888 | 2024-11-15T21:34:29.355Z | Compiling walkdir v2.5.0 |
2889 | 2024-11-15T21:34:29.405Z | Checking sha3 v0.10.8 |
2890 | 2024-11-15T21:34:29.433Z | Compiling blake3 v1.5.4 |
2891 | 2024-11-15T21:34:29.469Z | Checking opaque-debug v0.3.1 |
2892 | 2024-11-15T21:34:29.568Z | Checking poly1305 v0.8.0 |
2893 | 2024-11-15T21:34:29.639Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2894 | 2024-11-15T21:34:29.753Z | Checking chacha20 v0.9.1 |
2895 | 2024-11-15T21:34:29.889Z | Checking aead v0.5.2 |
2896 | 2024-11-15T21:34:30.010Z | Compiling memmap2 v0.9.5 |
2897 | 2024-11-15T21:34:30.034Z | Compiling constant_time_eq v0.3.1 |
2898 | 2024-11-15T21:34:30.067Z | Compiling arrayvec v0.7.6 |
2899 | 2024-11-15T21:34:30.091Z | Compiling salty v0.3.0 |
2900 | 2024-11-15T21:34:30.116Z | Compiling libefi-sys v0.1.0 |
2901 | 2024-11-15T21:34:30.231Z | Compiling arrayref v0.3.9 |
2902 | 2024-11-15T21:34:30.336Z | Compiling spin v0.5.2 |
2903 | 2024-11-15T21:34:30.386Z | Checking chacha20poly1305 v0.10.1 |
2904 | 2024-11-15T21:34:30.502Z | Compiling toolchain_find v0.4.0 |
2905 | 2024-11-15T21:34:30.526Z | Compiling camino-tempfile v1.1.1 |
2906 | 2024-11-15T21:34:30.560Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2907 | 2024-11-15T21:34:30.584Z | Compiling bitfield-struct v0.6.2 |
2908 | 2024-11-15T21:34:30.827Z | Compiling topological-sort v0.2.2 |
2909 | 2024-11-15T21:34:30.958Z | Compiling mime_guess v2.0.5 |
2910 | 2024-11-15T21:34:31.038Z | Compiling rustfmt-wrapper v0.2.1 |
2911 | 2024-11-15T21:34:31.477Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2912 | 2024-11-15T21:34:31.538Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2913 | 2024-11-15T21:34:31.562Z | Checking primeorder v0.13.6 |
2914 | 2024-11-15T21:34:31.806Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2915 | 2024-11-15T21:34:31.831Z | Checking env_filter v0.1.2 |
2916 | 2024-11-15T21:34:31.831Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2917 | 2024-11-15T21:34:31.982Z | Checking p384 v0.13.0 |
2918 | 2024-11-15T21:34:32.058Z | Checking env_logger v0.11.5 |
2919 | 2024-11-15T21:34:32.082Z | Checking thiserror-no-std v2.0.2 |
2920 | 2024-11-15T21:34:32.138Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2921 | 2024-11-15T21:34:32.188Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2922 | 2024-11-15T21:34:32.212Z | Checking vsss-rs v3.3.4 |
2923 | 2024-11-15T21:34:32.310Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2924 | 2024-11-15T21:34:32.400Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2925 | 2024-11-15T21:34:32.601Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2926 | 2024-11-15T21:34:32.758Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2927 | 2024-11-15T21:34:32.783Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2928 | 2024-11-15T21:34:32.881Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2929 | 2024-11-15T21:34:32.938Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2930 | 2024-11-15T21:34:33.223Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2931 | 2024-11-15T21:34:33.254Z | Checking nanorand v0.7.0 |
2932 | 2024-11-15T21:34:33.335Z | Checking atty v0.2.14 |
2933 | 2024-11-15T21:34:33.377Z | Checking glob v0.3.1 |
2934 | 2024-11-15T21:34:33.450Z | Checking http-range v0.1.5 |
2935 | 2024-11-15T21:34:33.587Z | Checking flume v0.11.1 |
2936 | 2024-11-15T21:34:33.614Z | Checking hyper-staticfile v0.10.1 |
2937 | 2024-11-15T21:34:33.660Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2938 | 2024-11-15T21:34:33.974Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2939 | 2024-11-15T21:34:34.042Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2940 | 2024-11-15T21:34:34.254Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2941 | 2024-11-15T21:34:34.663Z | Compiling omicron-zone-package v0.11.1 |
2942 | 2024-11-15T21:34:34.861Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2943 | 2024-11-15T21:34:35.284Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2944 | 2024-11-15T21:34:35.723Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2945 | 2024-11-15T21:34:35.849Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2946 | 2024-11-15T21:34:36.019Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2947 | 2024-11-15T21:34:36.427Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2948 | 2024-11-15T21:34:37.409Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2949 | 2024-11-15T21:34:38.865Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2950 | 2024-11-15T21:34:40.658Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2951 | 2024-11-15T21:34:40.682Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2952 | 2024-11-15T21:34:54.077Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2953 | 2024-11-15T21:35:12.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.23s |
2954 | 2024-11-15T21:35:12.590Z | |
2955 | 2024-11-15T21:35:12.590Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/171) |
2956 | 2024-11-15T21:35:13.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2957 | 2024-11-15T21:35:13.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2958 | 2024-11-15T21:35:13.595Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2959 | 2024-11-15T21:35:31.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.36s |
2960 | 2024-11-15T21:35:32.146Z | |
2961 | 2024-11-15T21:35:32.146Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/171) |
2962 | 2024-11-15T21:35:32.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-11-15T21:35:33.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-11-15T21:35:33.180Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2965 | 2024-11-15T21:35:51.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.43s |
2966 | 2024-11-15T21:35:51.752Z | |
2967 | 2024-11-15T21:35:51.753Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/171) |
2968 | 2024-11-15T21:35:52.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-11-15T21:35:52.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-11-15T21:35:52.748Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2971 | 2024-11-15T21:36:11.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.73s |
2972 | 2024-11-15T21:36:11.665Z | |
2973 | 2024-11-15T21:36:11.665Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/171) |
2974 | 2024-11-15T21:36:12.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-11-15T21:36:12.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-11-15T21:36:12.698Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2977 | 2024-11-15T21:36:31.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.65s |
2978 | 2024-11-15T21:36:31.512Z | |
2979 | 2024-11-15T21:36:31.512Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/171) |
2980 | 2024-11-15T21:36:32.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-11-15T21:36:32.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-11-15T21:36:32.582Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2983 | 2024-11-15T21:36:51.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.73s |
2984 | 2024-11-15T21:36:51.433Z | |
2985 | 2024-11-15T21:36:51.433Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/171) |
2986 | 2024-11-15T21:36:52.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-11-15T21:36:52.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-11-15T21:36:52.435Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2989 | 2024-11-15T21:37:10.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.49s |
2990 | 2024-11-15T21:37:11.114Z | |
2991 | 2024-11-15T21:37:11.114Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/171) |
2992 | 2024-11-15T21:37:11.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2024-11-15T21:37:11.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2024-11-15T21:37:12.132Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2995 | 2024-11-15T21:37:30.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.29s |
2996 | 2024-11-15T21:37:30.588Z | |
2997 | 2024-11-15T21:37:30.588Z | info: running `cargo check --bins` on bootstrap-agent-api (118/171) |
2998 | 2024-11-15T21:37:31.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-11-15T21:37:31.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-11-15T21:37:31.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3001 | 2024-11-15T21:37:31.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3002 | 2024-11-15T21:37:31.491Z | |
3003 | 2024-11-15T21:37:31.491Z | info: running `cargo check --bins` on key-manager (119/171) |
3004 | 2024-11-15T21:37:32.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2024-11-15T21:37:32.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2024-11-15T21:37:32.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3007 | 2024-11-15T21:37:32.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3008 | 2024-11-15T21:37:32.322Z | |
3009 | 2024-11-15T21:37:32.322Z | info: running `cargo check --bins` on repo-depot-api (120/171) |
3010 | 2024-11-15T21:37:33.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2024-11-15T21:37:33.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2024-11-15T21:37:33.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3013 | 2024-11-15T21:37:33.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3014 | 2024-11-15T21:37:33.128Z | |
3015 | 2024-11-15T21:37:33.128Z | info: running `cargo check --bins` on sled-agent-api (121/171) |
3016 | 2024-11-15T21:37:33.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-11-15T21:37:33.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-11-15T21:37:33.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3019 | 2024-11-15T21:37:33.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3020 | 2024-11-15T21:37:34.006Z | |
3021 | 2024-11-15T21:37:34.007Z | info: running `cargo check --bins` on sled-hardware (122/171) |
3022 | 2024-11-15T21:37:34.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-11-15T21:37:34.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-11-15T21:37:34.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2024-11-15T21:37:34.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3026 | 2024-11-15T21:37:34.882Z | |
3027 | 2024-11-15T21:37:34.882Z | info: running `cargo check --bins --no-default-features` on sled-storage (123/171) |
3028 | 2024-11-15T21:37:35.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-11-15T21:37:35.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-11-15T21:37:35.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2024-11-15T21:37:35.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3032 | 2024-11-15T21:37:35.734Z | |
3033 | 2024-11-15T21:37:35.734Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/171) |
3034 | 2024-11-15T21:37:36.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-11-15T21:37:36.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-11-15T21:37:36.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2024-11-15T21:37:36.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3038 | 2024-11-15T21:37:36.587Z | |
3039 | 2024-11-15T21:37:36.587Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (125/171) |
3040 | 2024-11-15T21:37:37.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-11-15T21:37:37.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-11-15T21:37:37.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2024-11-15T21:37:37.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3044 | 2024-11-15T21:37:37.475Z | |
3045 | 2024-11-15T21:37:37.475Z | info: running `cargo check --bins` on nexus-test-interface (126/171) |
3046 | 2024-11-15T21:37:41.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-11-15T21:37:41.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-11-15T21:37:41.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2024-11-15T21:37:41.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3050 | 2024-11-15T21:37:41.322Z | |
3051 | 2024-11-15T21:37:41.322Z | info: running `cargo check --bins` on oximeter-collector (127/171) |
3052 | 2024-11-15T21:37:41.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-11-15T21:37:41.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-11-15T21:37:41.322Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3055 | 2024-11-15T21:37:41.322Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3056 | 2024-11-15T21:37:41.346Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3057 | 2024-11-15T21:37:42.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
3058 | 2024-11-15T21:37:42.825Z | |
3059 | 2024-11-15T21:37:42.825Z | info: running `cargo check --bins` on oximeter-api (128/171) |
3060 | 2024-11-15T21:37:43.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2024-11-15T21:37:43.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2024-11-15T21:37:43.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2024-11-15T21:37:43.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3064 | 2024-11-15T21:37:43.663Z | |
3065 | 2024-11-15T21:37:43.663Z | info: running `cargo check --bins` on cert-dev (129/171) |
3066 | 2024-11-15T21:37:44.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-11-15T21:37:44.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-11-15T21:37:44.487Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3069 | 2024-11-15T21:37:44.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3070 | 2024-11-15T21:37:44.901Z | |
3071 | 2024-11-15T21:37:44.901Z | info: running `cargo check --bins` on clickhouse-cluster-dev (130/171) |
3072 | 2024-11-15T21:37:45.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2024-11-15T21:37:45.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2024-11-15T21:37:45.837Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3075 | 2024-11-15T21:37:45.837Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3076 | 2024-11-15T21:37:46.493Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3077 | 2024-11-15T21:37:46.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
3078 | 2024-11-15T21:37:47.143Z | |
3079 | 2024-11-15T21:37:47.143Z | info: running `cargo check --bins` on ch-dev (131/171) |
3080 | 2024-11-15T21:37:47.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-11-15T21:37:47.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-11-15T21:37:48.077Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3083 | 2024-11-15T21:37:48.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
3084 | 2024-11-15T21:37:49.082Z | |
3085 | 2024-11-15T21:37:49.082Z | info: running `cargo check --bins` on crdb-seed (132/171) |
3086 | 2024-11-15T21:37:49.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3087 | 2024-11-15T21:37:49.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3088 | 2024-11-15T21:37:49.982Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3089 | 2024-11-15T21:37:50.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
3090 | 2024-11-15T21:37:50.492Z | |
3091 | 2024-11-15T21:37:50.492Z | info: running `cargo check --bins` on db-dev (133/171) |
3092 | 2024-11-15T21:37:51.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-11-15T21:37:51.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-11-15T21:37:51.395Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3095 | 2024-11-15T21:37:52.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
3096 | 2024-11-15T21:37:52.402Z | |
3097 | 2024-11-15T21:37:52.402Z | info: running `cargo check --bins` on omicron-dev-lib (134/171) |
3098 | 2024-11-15T21:37:53.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-11-15T21:37:53.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-11-15T21:37:53.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3101 | 2024-11-15T21:37:53.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3102 | 2024-11-15T21:37:53.244Z | |
3103 | 2024-11-15T21:37:53.244Z | info: running `cargo check --bins` on xtask-downloader (135/171) |
3104 | 2024-11-15T21:37:53.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3105 | 2024-11-15T21:37:53.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3106 | 2024-11-15T21:37:54.057Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3107 | 2024-11-15T21:37:55.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
3108 | 2024-11-15T21:37:55.299Z | |
3109 | 2024-11-15T21:37:55.299Z | info: running `cargo check --bins` on omicron-ls-apis (136/171) |
3110 | 2024-11-15T21:37:56.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3111 | 2024-11-15T21:37:56.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3112 | 2024-11-15T21:37:56.125Z | Checking cargo-platform v0.1.8 |
3113 | 2024-11-15T21:37:56.383Z | Checking cargo_metadata v0.18.1 |
3114 | 2024-11-15T21:37:57.723Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3115 | 2024-11-15T21:37:58.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
3116 | 2024-11-15T21:37:58.870Z | |
3117 | 2024-11-15T21:37:58.870Z | info: running `cargo check --bins` on mgs-dev (137/171) |
3118 | 2024-11-15T21:37:59.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-11-15T21:37:59.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-11-15T21:37:59.839Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3121 | 2024-11-15T21:38:00.616Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3122 | 2024-11-15T21:38:01.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
3123 | 2024-11-15T21:38:01.480Z | |
3124 | 2024-11-15T21:38:01.480Z | info: running `cargo check --bins` on omicron-omdb (138/171) |
3125 | 2024-11-15T21:38:02.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2024-11-15T21:38:02.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2024-11-15T21:38:02.564Z | Compiling crunchy v0.2.2 |
3128 | 2024-11-15T21:38:02.564Z | Compiling tiny-keccak v2.0.2 |
3129 | 2024-11-15T21:38:02.564Z | Compiling dsl_auto_type v0.1.2 |
3130 | 2024-11-15T21:38:02.589Z | Checking scheduled-thread-pool v0.2.7 |
3131 | 2024-11-15T21:38:02.589Z | Compiling diesel_table_macro_syntax v0.2.0 |
3132 | 2024-11-15T21:38:02.589Z | Compiling ascii-canvas v3.0.0 |
3133 | 2024-11-15T21:38:02.590Z | Compiling ena v0.14.3 |
3134 | 2024-11-15T21:38:02.590Z | Compiling regex-syntax v0.6.29 |
3135 | 2024-11-15T21:38:02.818Z | Checking r2d2 v0.8.10 |
3136 | 2024-11-15T21:38:02.869Z | Compiling diff v0.1.13 |
3137 | 2024-11-15T21:38:03.027Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3138 | 2024-11-15T21:38:03.052Z | Compiling ref-cast v1.0.23 |
3139 | 2024-11-15T21:38:03.112Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3140 | 2024-11-15T21:38:03.228Z | Compiling derive_builder_core v0.20.2 |
3141 | 2024-11-15T21:38:03.268Z | Compiling libxml v0.3.3 |
3142 | 2024-11-15T21:38:03.348Z | Compiling ref-cast-impl v1.0.23 |
3143 | 2024-11-15T21:38:03.478Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3144 | 2024-11-15T21:38:03.596Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3145 | 2024-11-15T21:38:03.620Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3146 | 2024-11-15T21:38:03.795Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3147 | 2024-11-15T21:38:03.858Z | Compiling strum_macros v0.24.3 |
3148 | 2024-11-15T21:38:03.954Z | Compiling samael v0.0.17 |
3149 | 2024-11-15T21:38:04.148Z | Compiling diesel_derives v2.2.3 |
3150 | 2024-11-15T21:38:04.178Z | Compiling indoc v1.0.9 |
3151 | 2024-11-15T21:38:05.018Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3152 | 2024-11-15T21:38:05.270Z | Compiling impl-trait-for-tuples v0.2.2 |
3153 | 2024-11-15T21:38:05.381Z | Compiling lalrpop v0.19.12 |
3154 | 2024-11-15T21:38:05.504Z | Compiling derive_builder_macro v0.20.2 |
3155 | 2024-11-15T21:38:06.331Z | Checking derive_builder v0.20.2 |
3156 | 2024-11-15T21:38:06.434Z | Compiling oso-derive v0.27.3 |
3157 | 2024-11-15T21:38:06.488Z | Checking quick-xml v0.33.0 |
3158 | 2024-11-15T21:38:06.990Z | Compiling diesel-dtrace v0.3.0 |
3159 | 2024-11-15T21:38:07.245Z | Checking maplit v1.0.2 |
3160 | 2024-11-15T21:38:07.415Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3161 | 2024-11-15T21:38:07.440Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3162 | 2024-11-15T21:38:07.671Z | Checking bb8 v0.8.5 |
3163 | 2024-11-15T21:38:07.891Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3164 | 2024-11-15T21:38:07.940Z | Checking castaway v0.2.3 |
3165 | 2024-11-15T21:38:08.099Z | Checking rand_seeder v0.3.0 |
3166 | 2024-11-15T21:38:08.124Z | Checking compact_str v0.8.0 |
3167 | 2024-11-15T21:38:08.171Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3168 | 2024-11-15T21:38:08.322Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3169 | 2024-11-15T21:38:08.499Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3170 | 2024-11-15T21:38:08.843Z | Checking unicode-truncate v1.1.0 |
3171 | 2024-11-15T21:38:08.901Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3172 | 2024-11-15T21:38:09.053Z | Checking lru v0.12.5 |
3173 | 2024-11-15T21:38:09.141Z | Compiling instability v0.3.2 |
3174 | 2024-11-15T21:38:09.311Z | Checking is_ci v1.2.0 |
3175 | 2024-11-15T21:38:09.438Z | Checking smawk v0.3.2 |
3176 | 2024-11-15T21:38:09.620Z | Checking cassowary v0.3.0 |
3177 | 2024-11-15T21:38:09.686Z | Checking unicode-linebreak v0.1.5 |
3178 | 2024-11-15T21:38:09.784Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3179 | 2024-11-15T21:38:10.018Z | Checking supports-color v3.0.1 |
3180 | 2024-11-15T21:38:10.042Z | Checking ratatui v0.28.1 |
3181 | 2024-11-15T21:38:10.067Z | Checking textwrap v0.16.1 |
3182 | 2024-11-15T21:38:10.260Z | Checking multimap v0.10.0 |
3183 | 2024-11-15T21:38:13.162Z | Checking diesel v2.2.4 |
3184 | 2024-11-15T21:38:39.006Z | Compiling polar-core v0.27.3 |
3185 | 2024-11-15T21:38:41.959Z | Checking async-bb8-diesel v0.2.1 |
3186 | 2024-11-15T21:38:48.455Z | Checking oso v0.27.3 |
3187 | 2024-11-15T21:40:21.967Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3188 | 2024-11-15T21:40:30.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
3189 | 2024-11-15T21:40:30.779Z | |
3190 | 2024-11-15T21:40:30.779Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (139/171) |
3191 | 2024-11-15T21:40:31.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2024-11-15T21:40:31.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2024-11-15T21:40:31.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3194 | 2024-11-15T21:40:31.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3195 | 2024-11-15T21:40:31.678Z | |
3196 | 2024-11-15T21:40:31.678Z | info: running `cargo check --bins` on nexus-saga-recovery (140/171) |
3197 | 2024-11-15T21:40:32.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3198 | 2024-11-15T21:40:32.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3199 | 2024-11-15T21:40:32.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3200 | 2024-11-15T21:40:32.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3201 | 2024-11-15T21:40:32.558Z | |
3202 | 2024-11-15T21:40:32.558Z | info: running `cargo check --bins` on nexus-test-utils-macros (141/171) |
3203 | 2024-11-15T21:40:33.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2024-11-15T21:40:33.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2024-11-15T21:40:33.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3206 | 2024-11-15T21:40:33.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3207 | 2024-11-15T21:40:33.366Z | |
3208 | 2024-11-15T21:40:33.367Z | info: running `cargo check --bins` on omicron-nexus (142/171) |
3209 | 2024-11-15T21:40:34.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3210 | 2024-11-15T21:40:34.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3211 | 2024-11-15T21:40:34.479Z | Compiling libz-sys v1.1.20 |
3212 | 2024-11-15T21:40:34.504Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3213 | 2024-11-15T21:40:34.529Z | Compiling vergen v8.3.2 |
3214 | 2024-11-15T21:40:34.709Z | Compiling cargo-platform v0.1.8 |
3215 | 2024-11-15T21:40:34.709Z | Compiling pin-project-internal v1.1.6 |
3216 | 2024-11-15T21:40:34.737Z | Compiling snafu-derive v0.8.5 |
3217 | 2024-11-15T21:40:34.737Z | Compiling libsqlite3-sys v0.30.1 |
3218 | 2024-11-15T21:40:34.737Z | Compiling zip v2.1.3 |
3219 | 2024-11-15T21:40:34.831Z | Checking bumpalo v3.16.0 |
3220 | 2024-11-15T21:40:34.897Z | Compiling cargo_metadata v0.18.1 |
3221 | 2024-11-15T21:40:35.019Z | Checking simd-adler32 v0.3.7 |
3222 | 2024-11-15T21:40:35.066Z | Checking lockfree-object-pool v0.1.6 |
3223 | 2024-11-15T21:40:35.151Z | Compiling cfg_aliases v0.2.1 |
3224 | 2024-11-15T21:40:35.288Z | Compiling rustls v0.21.12 |
3225 | 2024-11-15T21:40:35.313Z | Compiling buf-list v1.0.3 |
3226 | 2024-11-15T21:40:35.347Z | Checking zopfli v0.8.1 |
3227 | 2024-11-15T21:40:35.404Z | Compiling nix v0.29.0 |
3228 | 2024-11-15T21:40:35.608Z | Checking globset v0.4.15 |
3229 | 2024-11-15T21:40:35.976Z | Checking olpc-cjson v0.1.4 |
3230 | 2024-11-15T21:40:36.000Z | Checking rustls-webpki v0.101.7 |
3231 | 2024-11-15T21:40:36.081Z | Checking sct v0.7.1 |
3232 | 2024-11-15T21:40:36.194Z | Checking serde_plain v1.0.2 |
3233 | 2024-11-15T21:40:36.224Z | Checking typed-path v0.9.3 |
3234 | 2024-11-15T21:40:37.081Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3235 | 2024-11-15T21:40:37.214Z | Checking pin-project v1.1.6 |
3236 | 2024-11-15T21:40:37.266Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3237 | 2024-11-15T21:40:37.330Z | Checking hashlink v0.9.1 |
3238 | 2024-11-15T21:40:37.354Z | Checking fallible-streaming-iterator v0.1.9 |
3239 | 2024-11-15T21:40:37.505Z | Checking fallible-iterator v0.3.0 |
3240 | 2024-11-15T21:40:37.568Z | Checking parse-size v1.1.0 |
3241 | 2024-11-15T21:40:37.883Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3242 | 2024-11-15T21:40:38.018Z | Checking rustls-pemfile v1.0.4 |
3243 | 2024-11-15T21:40:38.102Z | Checking rusqlite v0.32.1 |
3244 | 2024-11-15T21:40:38.126Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3245 | 2024-11-15T21:40:38.206Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3246 | 2024-11-15T21:40:38.231Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3247 | 2024-11-15T21:40:38.354Z | Checking twox-hash v1.6.3 |
3248 | 2024-11-15T21:40:38.400Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3249 | 2024-11-15T21:40:38.835Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3250 | 2024-11-15T21:40:39.462Z | Checking snafu v0.8.5 |
3251 | 2024-11-15T21:40:39.491Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3252 | 2024-11-15T21:40:39.560Z | Checking tokio-rustls v0.24.1 |
3253 | 2024-11-15T21:40:39.633Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3254 | 2024-11-15T21:40:39.906Z | Checking tough v0.19.0 |
3255 | 2024-11-15T21:40:39.930Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3256 | 2024-11-15T21:40:40.002Z | Checking fatfs v0.3.6 |
3257 | 2024-11-15T21:40:40.032Z | Checking assert_matches v1.5.0 |
3258 | 2024-11-15T21:40:44.136Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3259 | 2024-11-15T21:40:45.692Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3260 | 2024-11-15T21:40:47.269Z | Compiling git2 v0.19.0 |
3261 | 2024-11-15T21:40:53.620Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3262 | 2024-11-15T21:42:11.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
3263 | 2024-11-15T21:42:11.897Z | |
3264 | 2024-11-15T21:42:11.897Z | info: running `cargo check --bins` on nexus-external-api (143/171) |
3265 | 2024-11-15T21:42:12.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2024-11-15T21:42:12.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2024-11-15T21:42:12.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3268 | 2024-11-15T21:42:12.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3269 | 2024-11-15T21:42:12.820Z | |
3270 | 2024-11-15T21:42:12.820Z | info: running `cargo check --bins` on openapi-manager-types (144/171) |
3271 | 2024-11-15T21:42:13.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2024-11-15T21:42:13.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2024-11-15T21:42:13.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3274 | 2024-11-15T21:42:13.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3275 | 2024-11-15T21:42:13.633Z | |
3276 | 2024-11-15T21:42:13.633Z | info: running `cargo check --bins` on nexus-internal-api (145/171) |
3277 | 2024-11-15T21:42:14.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2024-11-15T21:42:14.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2024-11-15T21:42:14.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3280 | 2024-11-15T21:42:14.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3281 | 2024-11-15T21:42:14.503Z | |
3282 | 2024-11-15T21:42:14.503Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (146/171) |
3283 | 2024-11-15T21:42:15.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2024-11-15T21:42:15.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2024-11-15T21:42:15.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3286 | 2024-11-15T21:42:15.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3287 | 2024-11-15T21:42:15.402Z | |
3288 | 2024-11-15T21:42:15.402Z | info: running `cargo check --bins` on nexus-networking (147/171) |
3289 | 2024-11-15T21:42:16.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2024-11-15T21:42:16.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2024-11-15T21:42:16.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3292 | 2024-11-15T21:42:16.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3293 | 2024-11-15T21:42:16.298Z | |
3294 | 2024-11-15T21:42:16.298Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (148/171) |
3295 | 2024-11-15T21:42:17.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2024-11-15T21:42:17.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2024-11-15T21:42:17.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3298 | 2024-11-15T21:42:17.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3299 | 2024-11-15T21:42:17.185Z | |
3300 | 2024-11-15T21:42:17.185Z | info: running `cargo check --bins` on update-common (149/171) |
3301 | 2024-11-15T21:42:17.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2024-11-15T21:42:17.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2024-11-15T21:42:17.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3304 | 2024-11-15T21:42:17.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3305 | 2024-11-15T21:42:18.062Z | |
3306 | 2024-11-15T21:42:18.062Z | info: running `cargo check --bins` on tufaceous-lib (150/171) |
3307 | 2024-11-15T21:42:18.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2024-11-15T21:42:18.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2024-11-15T21:42:18.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2024-11-15T21:42:18.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3311 | 2024-11-15T21:42:18.910Z | |
3312 | 2024-11-15T21:42:18.910Z | info: running `cargo check --bins` on tufaceous (151/171) |
3313 | 2024-11-15T21:42:19.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2024-11-15T21:42:19.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2024-11-15T21:42:19.787Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3316 | 2024-11-15T21:42:20.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3317 | 2024-11-15T21:42:21.142Z | |
3318 | 2024-11-15T21:42:21.142Z | info: running `cargo check --bins` on omicron-dev (152/171) |
3319 | 2024-11-15T21:42:21.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2024-11-15T21:42:22.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2024-11-15T21:42:22.281Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3322 | 2024-11-15T21:42:22.321Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3323 | 2024-11-15T21:42:22.345Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3324 | 2024-11-15T21:42:22.345Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3325 | 2024-11-15T21:43:00.630Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3326 | 2024-11-15T21:43:00.630Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3327 | 2024-11-15T21:43:00.630Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3328 | 2024-11-15T21:43:00.630Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3329 | 2024-11-15T21:43:00.654Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3330 | 2024-11-15T21:43:01.591Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3331 | 2024-11-15T21:43:03.227Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3332 | 2024-11-15T21:44:02.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s |
3333 | 2024-11-15T21:44:02.302Z | |
3334 | 2024-11-15T21:44:02.302Z | info: running `cargo check --bins` on openapi-manager (153/171) |
3335 | 2024-11-15T21:44:03.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2024-11-15T21:44:03.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2024-11-15T21:44:03.219Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3338 | 2024-11-15T21:44:03.219Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3339 | 2024-11-15T21:44:03.244Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3340 | 2024-11-15T21:44:05.203Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3341 | 2024-11-15T21:44:06.304Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3342 | 2024-11-15T21:44:07.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
3343 | 2024-11-15T21:44:07.894Z | |
3344 | 2024-11-15T21:44:07.894Z | info: running `cargo check --bins` on installinator-api (154/171) |
3345 | 2024-11-15T21:44:08.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-11-15T21:44:08.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-11-15T21:44:08.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2024-11-15T21:44:08.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3349 | 2024-11-15T21:44:08.768Z | |
3350 | 2024-11-15T21:44:08.768Z | info: running `cargo check --bins` on wicketd-api (155/171) |
3351 | 2024-11-15T21:44:09.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-11-15T21:44:09.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-11-15T21:44:09.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3354 | 2024-11-15T21:44:09.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3355 | 2024-11-15T21:44:09.657Z | |
3356 | 2024-11-15T21:44:09.658Z | info: running `cargo check --bins` on reconfigurator-cli (156/171) |
3357 | 2024-11-15T21:44:10.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2024-11-15T21:44:10.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2024-11-15T21:44:10.579Z | Compiling petname v2.0.2 |
3360 | 2024-11-15T21:44:10.603Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3361 | 2024-11-15T21:44:10.603Z | Checking sync-ptr v0.1.1 |
3362 | 2024-11-15T21:44:12.390Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3363 | 2024-11-15T21:44:14.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s |
3364 | 2024-11-15T21:44:14.546Z | |
3365 | 2024-11-15T21:44:14.546Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (157/171) |
3366 | 2024-11-15T21:44:15.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2024-11-15T21:44:15.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2024-11-15T21:44:15.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3369 | 2024-11-15T21:44:15.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3370 | 2024-11-15T21:44:15.413Z | |
3371 | 2024-11-15T21:44:15.413Z | info: running `cargo check --bins` on omicron-releng (158/171) |
3372 | 2024-11-15T21:44:16.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2024-11-15T21:44:16.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2024-11-15T21:44:16.293Z | Checking memmap2 v0.9.5 |
3375 | 2024-11-15T21:44:16.293Z | Checking spin v0.5.2 |
3376 | 2024-11-15T21:44:16.294Z | Checking arrayref v0.3.9 |
3377 | 2024-11-15T21:44:16.318Z | Checking constant_time_eq v0.3.1 |
3378 | 2024-11-15T21:44:16.318Z | Checking arrayvec v0.7.6 |
3379 | 2024-11-15T21:44:16.318Z | Checking topological-sort v0.2.2 |
3380 | 2024-11-15T21:44:16.344Z | Checking shell-words v1.1.0 |
3381 | 2024-11-15T21:44:16.534Z | Checking ring v0.16.20 |
3382 | 2024-11-15T21:44:16.729Z | Checking blake3 v1.5.4 |
3383 | 2024-11-15T21:44:17.996Z | Checking omicron-zone-package v0.11.1 |
3384 | 2024-11-15T21:44:19.485Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3385 | 2024-11-15T21:44:20.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
3386 | 2024-11-15T21:44:20.905Z | |
3387 | 2024-11-15T21:44:20.905Z | info: running `cargo check --bins` on xtask (159/171) |
3388 | 2024-11-15T21:44:21.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2024-11-15T21:44:21.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2024-11-15T21:44:21.472Z | Checking bitflags v2.6.0 |
3391 | 2024-11-15T21:44:21.472Z | Checking serde v1.0.215 |
3392 | 2024-11-15T21:44:21.472Z | Checking thiserror v1.0.69 |
3393 | 2024-11-15T21:44:21.472Z | Checking scroll v0.12.0 |
3394 | 2024-11-15T21:44:21.497Z | Checking hashbrown v0.15.0 |
3395 | 2024-11-15T21:44:21.521Z | Checking log v0.4.22 |
3396 | 2024-11-15T21:44:21.546Z | Checking zerocopy v0.7.35 |
3397 | 2024-11-15T21:44:21.582Z | Checking syn v2.0.87 |
3398 | 2024-11-15T21:44:21.685Z | Checking pest v2.7.14 |
3399 | 2024-11-15T21:44:21.734Z | Checking rustix v0.38.37 |
3400 | 2024-11-15T21:44:21.937Z | Checking once_cell v1.20.2 |
3401 | 2024-11-15T21:44:22.216Z | Checking fs-err v2.11.0 |
3402 | 2024-11-15T21:44:22.422Z | Checking goblin v0.8.2 |
3403 | 2024-11-15T21:44:22.453Z | Checking indexmap v2.6.0 |
3404 | 2024-11-15T21:44:22.495Z | Checking anyhow v1.0.93 |
3405 | 2024-11-15T21:44:22.778Z | Checking tabled v0.15.0 |
3406 | 2024-11-15T21:44:23.427Z | Checking terminal_size v0.4.0 |
3407 | 2024-11-15T21:44:23.427Z | Checking tempfile v3.13.0 |
3408 | 2024-11-15T21:44:23.588Z | Checking clap_builder v4.5.21 |
3409 | 2024-11-15T21:44:23.803Z | Checking dtrace-parser v0.2.0 |
3410 | 2024-11-15T21:44:25.749Z | Checking serde_json v1.0.132 |
3411 | 2024-11-15T21:44:25.749Z | Checking toml_datetime v0.6.8 |
3412 | 2024-11-15T21:44:25.773Z | Checking serde_spanned v0.6.8 |
3413 | 2024-11-15T21:44:25.773Z | Checking camino v1.1.9 |
3414 | 2024-11-15T21:44:25.773Z | Checking cargo-platform v0.1.8 |
3415 | 2024-11-15T21:44:25.954Z | Checking semver v1.0.23 |
3416 | 2024-11-15T21:44:25.994Z | Checking macaddr v1.0.1 |
3417 | 2024-11-15T21:44:26.066Z | Checking toml_edit v0.22.22 |
3418 | 2024-11-15T21:44:26.281Z | Checking clap v4.5.21 |
3419 | 2024-11-15T21:44:26.306Z | Checking camino-tempfile v1.1.1 |
3420 | 2024-11-15T21:44:27.079Z | Checking dof v0.3.0 |
3421 | 2024-11-15T21:44:27.079Z | Checking cargo_metadata v0.18.1 |
3422 | 2024-11-15T21:44:27.617Z | Checking usdt-impl v0.5.0 |
3423 | 2024-11-15T21:44:28.056Z | Checking usdt v0.5.0 |
3424 | 2024-11-15T21:44:28.386Z | Checking toml v0.8.19 |
3425 | 2024-11-15T21:44:28.997Z | Checking cargo_toml v0.20.5 |
3426 | 2024-11-15T21:44:30.645Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3427 | 2024-11-15T21:44:31.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.56s |
3428 | 2024-11-15T21:44:31.575Z | |
3429 | 2024-11-15T21:44:31.575Z | info: running `cargo check --bins` on end-to-end-tests (160/171) |
3430 | 2024-11-15T21:44:32.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3431 | 2024-11-15T21:44:32.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3432 | 2024-11-15T21:44:32.638Z | Checking polyval v0.6.2 |
3433 | 2024-11-15T21:44:32.663Z | Checking ctr v0.9.2 |
3434 | 2024-11-15T21:44:32.692Z | Checking ssh-encoding v0.2.0 |
3435 | 2024-11-15T21:44:32.716Z | Checking blowfish v0.9.1 |
3436 | 2024-11-15T21:44:32.739Z | Checking password-hash v0.4.2 |
3437 | 2024-11-15T21:44:32.739Z | Checking matches v0.1.10 |
3438 | 2024-11-15T21:44:32.769Z | Checking p521 v0.13.3 |
3439 | 2024-11-15T21:44:32.792Z | Checking p256 v0.13.2 |
3440 | 2024-11-15T21:44:32.850Z | Checking idna v0.2.3 |
3441 | 2024-11-15T21:44:32.898Z | Checking ghash v0.5.1 |
3442 | 2024-11-15T21:44:32.923Z | Checking bcrypt-pbkdf v0.10.0 |
3443 | 2024-11-15T21:44:32.948Z | Compiling enum-as-inner v0.5.1 |
3444 | 2024-11-15T21:44:33.028Z | Checking russh-cryptovec v0.7.3 |
3445 | 2024-11-15T21:44:33.058Z | Checking aes-gcm v0.10.3 |
3446 | 2024-11-15T21:44:33.137Z | Checking pbkdf2 v0.11.0 |
3447 | 2024-11-15T21:44:33.161Z | Checking md5 v0.7.0 |
3448 | 2024-11-15T21:44:33.210Z | Checking num-bigint v0.4.6 |
3449 | 2024-11-15T21:44:33.234Z | Checking des v0.8.1 |
3450 | 2024-11-15T21:44:33.280Z | Checking ssh-cipher v0.2.0 |
3451 | 2024-11-15T21:44:33.394Z | Checking hex-literal v0.4.1 |
3452 | 2024-11-15T21:44:33.418Z | Compiling dhcproto-macros v0.1.0 |
3453 | 2024-11-15T21:44:33.480Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3454 | 2024-11-15T21:44:33.521Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3455 | 2024-11-15T21:44:33.545Z | Checking internet-checksum v0.2.1 |
3456 | 2024-11-15T21:44:33.569Z | Checking ssh-key v0.6.6 |
3457 | 2024-11-15T21:44:33.813Z | Checking trust-dns-proto v0.22.0 |
3458 | 2024-11-15T21:44:35.028Z | Checking russh-keys v0.45.0 |
3459 | 2024-11-15T21:44:36.227Z | Checking russh v0.45.0 |
3460 | 2024-11-15T21:44:37.052Z | Checking dhcproto v0.12.0 |
3461 | 2024-11-15T21:45:00.401Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3462 | 2024-11-15T21:45:02.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.68s |
3463 | 2024-11-15T21:45:02.450Z | |
3464 | 2024-11-15T21:45:02.450Z | info: running `cargo check --bins` on gateway-cli (161/171) |
3465 | 2024-11-15T21:45:03.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3466 | 2024-11-15T21:45:03.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3467 | 2024-11-15T21:45:03.315Z | Checking termios v0.3.3 |
3468 | 2024-11-15T21:45:03.512Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3469 | 2024-11-15T21:45:04.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
3470 | 2024-11-15T21:45:04.782Z | |
3471 | 2024-11-15T21:45:04.782Z | info: running `cargo check --bins --no-default-features` on installinator (162/171) |
3472 | 2024-11-15T21:45:05.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3473 | 2024-11-15T21:45:05.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3474 | 2024-11-15T21:45:05.703Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3475 | 2024-11-15T21:45:08.313Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3476 | 2024-11-15T21:45:10.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s |
3477 | 2024-11-15T21:45:10.967Z | |
3478 | 2024-11-15T21:45:10.967Z | info: running `cargo check --bins` on internal-dns-cli (163/171) |
3479 | 2024-11-15T21:45:11.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3480 | 2024-11-15T21:45:11.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3481 | 2024-11-15T21:45:11.801Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3482 | 2024-11-15T21:45:12.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3483 | 2024-11-15T21:45:12.491Z | |
3484 | 2024-11-15T21:45:12.491Z | info: running `cargo check --bins` on omicron-live-tests (164/171) |
3485 | 2024-11-15T21:45:13.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3486 | 2024-11-15T21:45:13.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3487 | 2024-11-15T21:45:13.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3488 | 2024-11-15T21:45:13.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3489 | 2024-11-15T21:45:13.265Z | |
3490 | 2024-11-15T21:45:13.265Z | info: running `cargo check --bins` on live-tests-macros (165/171) |
3491 | 2024-11-15T21:45:13.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3492 | 2024-11-15T21:45:14.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3493 | 2024-11-15T21:45:14.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3494 | 2024-11-15T21:45:14.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3495 | 2024-11-15T21:45:14.079Z | |
3496 | 2024-11-15T21:45:14.079Z | info: running `cargo check --bins` on omicron-package (166/171) |
3497 | 2024-11-15T21:45:14.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3498 | 2024-11-15T21:45:14.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3499 | 2024-11-15T21:45:14.993Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3500 | 2024-11-15T21:45:16.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
3501 | 2024-11-15T21:45:16.778Z | |
3502 | 2024-11-15T21:45:16.778Z | info: running `cargo check --bins` on wicket-dbg (167/171) |
3503 | 2024-11-15T21:45:17.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2024-11-15T21:45:17.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2024-11-15T21:45:17.754Z | Checking rtoolbox v0.0.2 |
3506 | 2024-11-15T21:45:17.754Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3507 | 2024-11-15T21:45:17.754Z | Checking tui-tree-widget v0.22.0 |
3508 | 2024-11-15T21:45:17.924Z | Checking rpassword v7.3.1 |
3509 | 2024-11-15T21:45:23.281Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3510 | 2024-11-15T21:45:27.354Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3511 | 2024-11-15T21:45:28.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.11s |
3512 | 2024-11-15T21:45:29.073Z | |
3513 | 2024-11-15T21:45:29.073Z | info: running `cargo check --bins` on wicket (168/171) |
3514 | 2024-11-15T21:45:29.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3515 | 2024-11-15T21:45:29.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3516 | 2024-11-15T21:45:30.019Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3517 | 2024-11-15T21:45:30.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3518 | 2024-11-15T21:45:30.631Z | |
3519 | 2024-11-15T21:45:30.631Z | info: running `cargo check --bins` on wicketd (169/171) |
3520 | 2024-11-15T21:45:31.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3521 | 2024-11-15T21:45:31.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3522 | 2024-11-15T21:45:31.572Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3523 | 2024-11-15T21:45:36.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s |
3524 | 2024-11-15T21:45:36.987Z | |
3525 | 2024-11-15T21:45:36.987Z | info: running `cargo check --bins` on omicron-workspace-hack (170/171) |
3526 | 2024-11-15T21:45:37.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3527 | 2024-11-15T21:45:37.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3528 | 2024-11-15T21:45:37.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3529 | 2024-11-15T21:45:37.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3530 | 2024-11-15T21:45:37.829Z | |
3531 | 2024-11-15T21:45:37.829Z | info: running `cargo check --bins` on zone-setup (171/171) |
3532 | 2024-11-15T21:45:38.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3533 | 2024-11-15T21:45:38.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3534 | 2024-11-15T21:45:38.829Z | Checking uzers v0.12.1 |
3535 | 2024-11-15T21:45:39.184Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3536 | 2024-11-15T21:45:40.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s |
3537 | 2024-11-15T21:45:40.854Z | |
3538 | 2024-11-15T21:45:40.855Z | real 16:52.375216266 |
3539 | 2024-11-15T21:45:40.855Z | user 26:00.106673350 |
3540 | 2024-11-15T21:45:40.855Z | sys 5:51.042479587 |
3541 | 2024-11-15T21:45:40.879Z | trap 0.627432148 |
3542 | 2024-11-15T21:45:40.879Z | tflt 1.370454390 |
3543 | 2024-11-15T21:45:40.879Z | dflt 3.924676171 |
3544 | 2024-11-15T21:45:40.879Z | kflt 0.002681316 |
3545 | 2024-11-15T21:45:40.879Z | lock 55:49.421190100 |
3546 | 2024-11-15T21:45:40.879Z | slp 2:26:02.178311915 |
3547 | 2024-11-15T21:45:40.879Z | lat 58.577509310 |
3548 | 2024-11-15T21:45:40.879Z | stop 2:51.784121264 |
3549 | 2024-11-15T21:45:40.879Z | process exited: duration 1343294 ms, exit code 0 |
|
3550 | 2024-11-15T21:45:40.929Z | found 0 output files |