|
|
|
1 | 2024-11-18T17:26:00.177Z | job assigned to worker 01JD04X4EA1RB5PZZQ8XJZFSMJ [factory aws, i-0137ebbdc1df67624] (queued for 53 s) |
|
2 | 2024-11-18T17:26:08.462Z | starting task 0: "setup" |
3 | 2024-11-18T17:26:08.516Z | ++ uname -s |
4 | 2024-11-18T17:26:08.517Z | + kern=SunOS |
5 | 2024-11-18T17:26:08.517Z | + case "$kern" in |
6 | 2024-11-18T17:26:08.517Z | + groupadd -g 12345 build |
7 | 2024-11-18T17:26:08.517Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T17:26:10.557Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T17:26:10.679Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T17:26:10.679Z | + home_fs=zfs |
11 | 2024-11-18T17:26:10.679Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T17:26:10.679Z | + mkdir -p /home/build |
13 | 2024-11-18T17:26:10.679Z | + chown build:build /home/build /work |
14 | 2024-11-18T17:26:12.671Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T17:26:12.758Z | process exited: duration 4115 ms, exit code 0 |
|
16 | 2024-11-18T17:26:13.076Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T17:26:13.082Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T17:26:13.082Z | ' 1.81.0 |
19 | 2024-11-18T17:26:13.083Z | * toolchain channel = "1.81.0" |
20 | 2024-11-18T17:26:13.083Z | * toolchain profile = "default" |
21 | 2024-11-18T17:26:13.083Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-18T17:26:13.083Z | ' default |
23 | 2024-11-18T17:26:13.083Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T17:26:13.083Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T17:26:13.083Z | info: downloading installer |
26 | 2024-11-18T17:26:14.328Z | info: profile set to 'default' |
27 | 2024-11-18T17:26:14.328Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T17:26:14.445Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T17:26:14.493Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T17:26:14.493Z | info: downloading component 'cargo' |
31 | 2024-11-18T17:26:15.287Z | info: downloading component 'clippy' |
32 | 2024-11-18T17:26:15.517Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T17:26:16.628Z | info: downloading component 'rust-std' |
34 | 2024-11-18T17:26:18.352Z | info: downloading component 'rustc' |
35 | 2024-11-18T17:26:24.527Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T17:26:24.762Z | info: installing component 'cargo' |
37 | 2024-11-18T17:26:25.588Z | info: installing component 'clippy' |
38 | 2024-11-18T17:26:25.973Z | info: installing component 'rust-docs' |
39 | 2024-11-18T17:26:27.600Z | info: installing component 'rust-std' |
40 | 2024-11-18T17:26:29.400Z | info: installing component 'rustc' |
41 | 2024-11-18T17:26:35.132Z | info: installing component 'rustfmt' |
42 | 2024-11-18T17:26:35.454Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-18T17:26:35.454Z | |
44 | 2024-11-18T17:26:35.815Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T17:26:35.815Z | |
46 | 2024-11-18T17:26:35.818Z | |
47 | 2024-11-18T17:26:35.818Z | Rust is installed now. Great! |
48 | 2024-11-18T17:26:35.818Z | |
49 | 2024-11-18T17:26:35.818Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T17:26:35.818Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T17:26:35.818Z | |
52 | 2024-11-18T17:26:35.818Z | To configure your current shell, you need to source |
53 | 2024-11-18T17:26:35.818Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T17:26:35.818Z | |
55 | 2024-11-18T17:26:35.818Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T17:26:35.818Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T17:26:35.818Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T17:26:35.882Z | + rustc --version |
59 | 2024-11-18T17:26:35.948Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T17:26:35.951Z | process exited: duration 23013 ms, exit code 0 |
|
61 | 2024-11-18T17:26:35.955Z | starting task 2: "authentication" |
62 | 2024-11-18T17:26:35.976Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-18T17:26:35.980Z | starting task 3: "clone repository" |
64 | 2024-11-18T17:26:35.985Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T17:26:35.987Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T17:26:36.247Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T17:26:43.784Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T17:26:43.784Z | + git fetch origin baff1cce651366e144ec3b32b1c7988e4437ee2d |
69 | 2024-11-18T17:26:44.118Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T17:26:44.118Z | * branch baff1cce651366e144ec3b32b1c7988e4437ee2d -> FETCH_HEAD |
71 | 2024-11-18T17:26:44.128Z | + [[ -n '' ]] |
72 | 2024-11-18T17:26:44.128Z | + git reset --hard baff1cce651366e144ec3b32b1c7988e4437ee2d |
73 | 2024-11-18T17:26:44.300Z | HEAD is now at baff1cce6 Fix copy-paste-o |
74 | 2024-11-18T17:26:44.303Z | process exited: duration 8316 ms, exit code 0 |
|
75 | 2024-11-18T17:26:44.309Z | starting task 4: "build" |
76 | 2024-11-18T17:26:44.314Z | + source .github/buildomat/ci-env.sh |
77 | 2024-11-18T17:26:44.314Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-11-18T17:26:44.314Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-11-18T17:26:44.317Z | + cargo --version |
80 | 2024-11-18T17:26:44.371Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-11-18T17:26:44.374Z | + rustc --version |
82 | 2024-11-18T17:26:44.433Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-11-18T17:26:44.435Z | + source ./env.sh |
84 | 2024-11-18T17:26:44.435Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-11-18T17:26:44.435Z | ++ set -o xtrace |
86 | 2024-11-18T17:26:44.438Z | ++++ dirname ./env.sh |
87 | 2024-11-18T17:26:44.440Z | +++ readlink -f . |
88 | 2024-11-18T17:26:44.587Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-11-18T17:26:44.590Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-11-18T17:26:44.590Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-18T17:26:44.590Z | ++ 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 |
92 | 2024-11-18T17:26:44.590Z | ++ 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 |
93 | 2024-11-18T17:26:44.590Z | ++ 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 |
94 | 2024-11-18T17:26:44.590Z | ++ 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 |
95 | 2024-11-18T17:26:44.590Z | ++ 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 |
96 | 2024-11-18T17:26:44.590Z | ++ 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 |
97 | 2024-11-18T17:26:44.590Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-11-18T17:26:44.590Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-11-18T17:26:44.590Z | + 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 |
100 | 2024-11-18T17:26:44.591Z | + 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 |
101 | 2024-11-18T17:26:44.591Z | + banner prerequisites |
102 | 2024-11-18T17:26:44.704Z | |
103 | 2024-11-18T17:26:44.704Z | ##### ##### ###### ##### ###### #### # # # #### # |
104 | 2024-11-18T17:26:44.704Z | # # # # # # # # # # # # # # # |
105 | 2024-11-18T17:26:44.704Z | # # # # ##### # # ##### # # # # # #### # |
106 | 2024-11-18T17:26:44.704Z | ##### ##### # ##### # # # # # # # # # |
107 | 2024-11-18T17:26:44.704Z | # # # # # # # # # # # # # # # |
108 | 2024-11-18T17:26:44.704Z | # # # ###### # # ###### ### # #### # #### # |
109 | 2024-11-18T17:26:44.704Z | |
110 | 2024-11-18T17:26:44.707Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
111 | 2024-11-18T17:27:04.065Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-11-18T17:27:07.864Z | Startup: Caching catalogs ... Done |
113 | 2024-11-18T17:27:16.499Z | Planning: Solver setup ... Done (7.725s) |
114 | 2024-11-18T17:27:16.609Z | Planning: Running solver ... Done (0.110s) |
115 | 2024-11-18T17:27:16.861Z | Planning: Finding local manifests ... Done (0.162s) |
116 | 2024-11-18T17:27:16.887Z | Planning: Fetching manifests: 0/5 0% complete |
117 | 2024-11-18T17:27:18.339Z | Planning: Fetching manifests: 5/5 100% complete |
118 | 2024-11-18T17:27:18.603Z | Planning: Package planning ... Done (0.263s) |
119 | 2024-11-18T17:27:18.659Z | Planning: Merging actions ... Done (0.056s) |
120 | 2024-11-18T17:27:19.762Z | Planning: Checking for conflicting actions ... Done (1.102s) |
121 | 2024-11-18T17:27:27.968Z | Planning: Consolidating action changes ... Done (8.200s) |
122 | 2024-11-18T17:27:28.340Z | Planning: Evaluating mediators ... Done (0.372s) |
123 | 2024-11-18T17:27:28.472Z | Planning: Planning completed in 20.51 seconds |
124 | 2024-11-18T17:27:29.300Z | Packages to install: 4 |
125 | 2024-11-18T17:27:29.300Z | Packages to update: 1 |
126 | 2024-11-18T17:27:29.301Z | Mediators to change: 2 |
127 | 2024-11-18T17:27:29.301Z | Services to change: 1 |
128 | 2024-11-18T17:27:29.307Z | Estimated space available: 155.64 GB |
129 | 2024-11-18T17:27:29.307Z | Estimated space to be consumed: 1.60 GB |
130 | 2024-11-18T17:27:29.307Z | Create boot environment: No |
131 | 2024-11-18T17:27:29.307Z | Create backup boot environment: Yes |
132 | 2024-11-18T17:27:29.308Z | Rebuild boot archive: No |
133 | 2024-11-18T17:27:29.308Z | |
134 | 2024-11-18T17:27:29.308Z | Changed mediators: |
135 | 2024-11-18T17:27:29.308Z | mediator clang: |
136 | 2024-11-18T17:27:29.308Z | version: None -> 15 (system default) |
137 | 2024-11-18T17:27:29.308Z | |
138 | 2024-11-18T17:27:29.308Z | mediator llvm: |
139 | 2024-11-18T17:27:29.309Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-11-18T17:27:29.309Z | |
141 | 2024-11-18T17:27:29.309Z | Changed packages: |
142 | 2024-11-18T17:27:29.309Z | helios-dev |
143 | 2024-11-18T17:27:29.309Z | developer/build-essential |
144 | 2024-11-18T17:27:29.309Z | None -> 11-2.0 |
145 | 2024-11-18T17:27:29.309Z | library/libxmlsec1 |
146 | 2024-11-18T17:27:29.310Z | None -> 1.2.35-2.0 |
147 | 2024-11-18T17:27:29.310Z | ooce/developer/clang-15 |
148 | 2024-11-18T17:27:29.311Z | None -> 15.0.7-2.0 |
149 | 2024-11-18T17:27:29.311Z | ooce/developer/llvm-15 |
150 | 2024-11-18T17:27:29.311Z | None -> 15.0.7-2.0 |
151 | 2024-11-18T17:27:29.311Z | package/pkg |
152 | 2024-11-18T17:27:29.311Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
153 | 2024-11-18T17:27:29.311Z | |
154 | 2024-11-18T17:27:29.312Z | Services: |
155 | 2024-11-18T17:27:29.312Z | restart_fmri: |
156 | 2024-11-18T17:27:29.312Z | svc:/system/update-man-index:default |
157 | 2024-11-18T17:27:29.312Z | |
158 | 2024-11-18T17:27:29.312Z | Editable files to change: |
159 | 2024-11-18T17:27:29.312Z | Update: |
160 | 2024-11-18T17:27:29.313Z | usr/share/lib/pkg/web/config.shtml |
161 | 2024-11-18T17:27:29.838Z | |
162 | 2024-11-18T17:27:29.839Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
163 | 2024-11-18T17:27:34.846Z | Download: 885/4281 items 18.9/220.6MB 8% complete (3.9M/s) |
164 | 2024-11-18T17:27:39.847Z | Download: 1466/4281 items 112.9/220.6MB 51% complete (11.3M/s) |
165 | 2024-11-18T17:27:44.888Z | Download: 2507/4281 items 120.3/220.6MB 54% complete (10.2M/s) |
166 | 2024-11-18T17:27:49.913Z | Download: 3283/4281 items 211.7/220.6MB 95% complete (12.2M/s) |
167 | 2024-11-18T17:27:55.170Z | Download: 4205/4281 items 220.6/220.6MB 99% complete (10.0M/s) |
168 | 2024-11-18T17:27:55.294Z | Download: Completed 220.60 MB in 25.44 seconds (8.7M/s) |
169 | 2024-11-18T17:27:57.416Z | Actions: 1/5063 actions (Removing old actions) |
170 | 2024-11-18T17:27:57.433Z | Actions: 194/5063 actions (Installing new actions) |
171 | 2024-11-18T17:28:02.584Z | Actions: 4116/5063 actions (Installing new actions) |
172 | 2024-11-18T17:28:03.393Z | Actions: 4226/5063 actions (Updating modified actions) |
173 | 2024-11-18T17:28:03.748Z | Actions: Completed 5063 actions in 6.33 seconds. |
174 | 2024-11-18T17:28:03.964Z | Done (0.209s) |
175 | 2024-11-18T17:28:03.966Z | Done (0.000s) |
176 | 2024-11-18T17:28:04.484Z | Done (0.519s) |
177 | 2024-11-18T17:28:12.754Z | Done (8.052s) |
178 | 2024-11-18T17:28:13.404Z | Done (0.577s) |
179 | 2024-11-18T17:28:13.407Z | Done (0.000s) |
180 | 2024-11-18T17:28:13.555Z | Done (0.000s) |
181 | 2024-11-18T17:28:14.226Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-11-18T17:28:14.390Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-11-18T17:28:14.394Z | Planning: Consolidating action changes ... Done |
184 | 2024-11-18T17:28:14.664Z | Planning: Evaluating mediators ... Done |
185 | 2024-11-18T17:28:14.667Z | Planning: Planning completed in 0.44 seconds |
186 | 2024-11-18T17:28:14.703Z | Mediators to change: 2 |
187 | 2024-11-18T17:28:14.703Z | Create boot environment: No |
188 | 2024-11-18T17:28:14.705Z | Create backup boot environment: No |
189 | 2024-11-18T17:28:14.777Z | Done |
190 | 2024-11-18T17:28:14.777Z | Done |
191 | 2024-11-18T17:28:15.111Z | Done |
192 | 2024-11-18T17:28:18.635Z | Done |
193 | 2024-11-18T17:28:18.737Z | Done |
194 | 2024-11-18T17:28:18.740Z | Done |
195 | 2024-11-18T17:28:18.847Z | Done |
196 | 2024-11-18T17:28:19.456Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-11-18T17:28:19.460Z | Planning: Merging actions ... Done |
198 | 2024-11-18T17:28:19.647Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-11-18T17:28:19.650Z | Planning: Consolidating action changes ... Done |
200 | 2024-11-18T17:28:19.918Z | Planning: Evaluating mediators ... Done |
201 | 2024-11-18T17:28:19.974Z | Planning: Planning completed in 0.76 seconds |
202 | 2024-11-18T17:28:20.014Z | Packages to change: 1 |
203 | 2024-11-18T17:28:20.014Z | Mediators to change: 1 |
204 | 2024-11-18T17:28:20.017Z | Services to change: 1 |
205 | 2024-11-18T17:28:20.017Z | Create boot environment: No |
206 | 2024-11-18T17:28:20.017Z | Create backup boot environment: Yes |
207 | 2024-11-18T17:28:22.037Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-11-18T17:28:22.196Z | Actions: Completed 6 actions in 0.16 seconds. |
209 | 2024-11-18T17:28:22.199Z | Done |
210 | 2024-11-18T17:28:22.199Z | Done |
211 | 2024-11-18T17:28:22.303Z | Done |
212 | 2024-11-18T17:28:25.983Z | Done |
213 | 2024-11-18T17:28:26.081Z | Done |
214 | 2024-11-18T17:28:26.083Z | Done |
215 | 2024-11-18T17:28:26.203Z | Done |
216 | 2024-11-18T17:28:26.642Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-11-18T17:28:26.642Z | clang system 15 system |
218 | 2024-11-18T17:28:26.642Z | csh system system illumos |
219 | 2024-11-18T17:28:26.642Z | ctags system system illumos |
220 | 2024-11-18T17:28:26.642Z | gcc vendor 12 vendor |
221 | 2024-11-18T17:28:26.642Z | gcc system 10 system |
222 | 2024-11-18T17:28:26.642Z | gcc system 7 system |
223 | 2024-11-18T17:28:26.642Z | go system 1.20 system |
224 | 2024-11-18T17:28:26.642Z | go system 1.19 system |
225 | 2024-11-18T17:28:26.642Z | llvm system 15 system |
226 | 2024-11-18T17:28:26.642Z | llvm system 14 system |
227 | 2024-11-18T17:28:26.642Z | mariadb system 10.6 system |
228 | 2024-11-18T17:28:26.642Z | mta vendor vendor dma |
229 | 2024-11-18T17:28:26.642Z | openjdk system 17 system |
230 | 2024-11-18T17:28:26.642Z | openjdk system 11 system |
231 | 2024-11-18T17:28:26.643Z | openjdk system 1.8 system |
232 | 2024-11-18T17:28:26.643Z | openssl vendor 3 vendor |
233 | 2024-11-18T17:28:26.643Z | perl system 5.36 system |
234 | 2024-11-18T17:28:26.643Z | postgresql system 15 system |
235 | 2024-11-18T17:28:26.643Z | postgresql system 13 system |
236 | 2024-11-18T17:28:26.643Z | python vendor 3 vendor |
237 | 2024-11-18T17:28:26.643Z | python system 2 system |
238 | 2024-11-18T17:28:26.643Z | python3 system 3.11 system |
239 | 2024-11-18T17:28:26.643Z | ruby system 3.0 system |
240 | 2024-11-18T17:28:26.643Z | words vendor vendor american-english |
241 | 2024-11-18T17:28:26.643Z | words system system australian-english |
242 | 2024-11-18T17:28:26.643Z | words system system british-english |
243 | 2024-11-18T17:28:26.643Z | words system system canadian-english |
244 | 2024-11-18T17:28:26.643Z | words system system french |
245 | 2024-11-18T17:28:26.643Z | words system system italian |
246 | 2024-11-18T17:28:26.643Z | words system system ngerman |
247 | 2024-11-18T17:28:26.643Z | words system system ogerman |
248 | 2024-11-18T17:28:26.643Z | words system system spanish |
249 | 2024-11-18T17:28:26.971Z | PUBLISHER TYPE STATUS P LOCATION |
250 | 2024-11-18T17:28:26.971Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
251 | 2024-11-18T17:28:29.493Z | FMRI IFO |
252 | 2024-11-18T17:28:29.493Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2024-11-18T17:28:29.493Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2024-11-18T17:28:29.493Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2024-11-18T17:28:29.493Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
256 | 2024-11-18T17:28:29.493Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
257 | 2024-11-18T17:28:29.493Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-11-18T17:28:29.493Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
259 | 2024-11-18T17:28:29.493Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
260 | 2024-11-18T17:28:29.493Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
261 | 2024-11-18T17:28:29.493Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
262 | 2024-11-18T17:28:29.493Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
263 | 2024-11-18T17:28:29.493Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
264 | 2024-11-18T17:28:29.493Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
265 | 2024-11-18T17:28:29.494Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-11-18T17:28:29.494Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-11-18T17:28:30.217Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
268 | 2024-11-18T17:28:30.524Z | Updating crates.io index |
269 | 2024-11-18T17:28:30.527Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
270 | 2024-11-18T17:28:31.363Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
271 | 2024-11-18T17:28:31.593Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
272 | 2024-11-18T17:28:31.874Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
273 | 2024-11-18T17:28:32.139Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
274 | 2024-11-18T17:28:33.112Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
275 | 2024-11-18T17:28:35.529Z | Updating git repository `https://github.com/oxidecomputer/opte` |
276 | 2024-11-18T17:28:36.584Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
277 | 2024-11-18T17:28:37.245Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
278 | 2024-11-18T17:28:37.505Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
279 | 2024-11-18T17:28:37.788Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
280 | 2024-11-18T17:28:38.388Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
281 | 2024-11-18T17:28:38.715Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
282 | 2024-11-18T17:28:39.062Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
283 | 2024-11-18T17:28:39.381Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
284 | 2024-11-18T17:28:39.654Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
285 | 2024-11-18T17:28:39.926Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
286 | 2024-11-18T17:28:40.239Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
287 | 2024-11-18T17:28:40.552Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
288 | 2024-11-18T17:28:40.860Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
289 | 2024-11-18T17:28:41.176Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
290 | 2024-11-18T17:28:41.625Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
291 | 2024-11-18T17:28:42.004Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
292 | 2024-11-18T17:28:42.381Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
293 | 2024-11-18T17:28:42.793Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
294 | 2024-11-18T17:28:43.108Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
295 | 2024-11-18T17:28:43.362Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
296 | 2024-11-18T17:28:45.021Z | Downloading crates ... |
297 | 2024-11-18T17:28:45.161Z | Downloaded anstyle v1.0.10 |
298 | 2024-11-18T17:28:45.179Z | Downloaded bitflags v2.6.0 |
299 | 2024-11-18T17:28:45.184Z | Downloaded anstream v0.6.15 |
300 | 2024-11-18T17:28:45.193Z | Downloaded dof v0.3.0 |
301 | 2024-11-18T17:28:45.195Z | Downloaded digest v0.10.7 |
302 | 2024-11-18T17:28:45.196Z | Downloaded cargo-platform v0.1.8 |
303 | 2024-11-18T17:28:45.198Z | Downloaded swrite v0.1.0 |
304 | 2024-11-18T17:28:45.204Z | Downloaded colorchoice v1.0.2 |
305 | 2024-11-18T17:28:45.207Z | Downloaded clap_lex v0.7.2 |
306 | 2024-11-18T17:28:45.207Z | Downloaded cpufeatures v0.2.14 |
307 | 2024-11-18T17:28:45.207Z | Downloaded cfg-if v1.0.0 |
308 | 2024-11-18T17:28:45.210Z | Downloaded camino-tempfile v1.1.1 |
309 | 2024-11-18T17:28:45.214Z | Downloaded autocfg v1.4.0 |
310 | 2024-11-18T17:28:45.219Z | Downloaded strsim v0.11.1 |
311 | 2024-11-18T17:28:45.219Z | Downloaded scroll v0.12.0 |
312 | 2024-11-18T17:28:45.219Z | Downloaded cargo_metadata v0.18.1 |
313 | 2024-11-18T17:28:45.222Z | Downloaded tabled_derive v0.7.0 |
314 | 2024-11-18T17:28:45.222Z | Downloaded terminal_size v0.4.0 |
315 | 2024-11-18T17:28:45.223Z | Downloaded crypto-common v0.1.6 |
316 | 2024-11-18T17:28:45.223Z | Downloaded cargo_toml v0.20.5 |
317 | 2024-11-18T17:28:45.223Z | Downloaded scroll_derive v0.12.0 |
318 | 2024-11-18T17:28:45.225Z | Downloaded equivalent v1.0.1 |
319 | 2024-11-18T17:28:45.225Z | Downloaded anyhow v1.0.93 |
320 | 2024-11-18T17:28:45.228Z | Downloaded usdt-macro v0.5.0 |
321 | 2024-11-18T17:28:45.228Z | Downloaded byteorder v1.5.0 |
322 | 2024-11-18T17:28:45.230Z | Downloaded dtrace-parser v0.2.0 |
323 | 2024-11-18T17:28:45.236Z | Downloaded pretty-hex v0.4.1 |
324 | 2024-11-18T17:28:45.239Z | Downloaded is_terminal_polyfill v1.70.1 |
325 | 2024-11-18T17:28:45.241Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2024-11-18T17:28:45.248Z | Downloaded serde_tokenstream v0.2.2 |
327 | 2024-11-18T17:28:45.251Z | Downloaded bytecount v0.6.8 |
328 | 2024-11-18T17:28:45.260Z | Downloaded serde_spanned v0.6.8 |
329 | 2024-11-18T17:28:45.263Z | Downloaded itoa v1.0.11 |
330 | 2024-11-18T17:28:45.263Z | Downloaded generic-array v0.14.7 |
331 | 2024-11-18T17:28:45.264Z | Downloaded fastrand v2.1.1 |
332 | 2024-11-18T17:28:45.266Z | Downloaded clap_derive v4.5.18 |
333 | 2024-11-18T17:28:45.266Z | Downloaded thread-id v4.2.2 |
334 | 2024-11-18T17:28:45.269Z | Downloaded usdt v0.5.0 |
335 | 2024-11-18T17:28:45.269Z | Downloaded thiserror-impl v1.0.69 |
336 | 2024-11-18T17:28:45.273Z | Downloaded camino v1.1.9 |
337 | 2024-11-18T17:28:45.273Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2024-11-18T17:28:45.274Z | Downloaded errno v0.3.9 |
339 | 2024-11-18T17:28:45.277Z | Downloaded block-buffer v0.10.4 |
340 | 2024-11-18T17:28:45.277Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2024-11-18T17:28:45.277Z | Downloaded anstyle-parse v0.2.5 |
342 | 2024-11-18T17:28:45.283Z | Downloaded macaddr v1.0.1 |
343 | 2024-11-18T17:28:45.287Z | Downloaded utf8parse v0.2.2 |
344 | 2024-11-18T17:28:45.287Z | Downloaded anstyle-query v1.1.1 |
345 | 2024-11-18T17:28:45.290Z | Downloaded version_check v0.9.5 |
346 | 2024-11-18T17:28:45.290Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-11-18T17:28:45.290Z | Downloaded plain v0.2.3 |
348 | 2024-11-18T17:28:45.297Z | Downloaded heck v0.4.1 |
349 | 2024-11-18T17:28:45.297Z | Downloaded pest_generator v2.7.14 |
350 | 2024-11-18T17:28:45.297Z | Downloaded fnv v1.0.7 |
351 | 2024-11-18T17:28:45.304Z | Downloaded usdt-impl v0.5.0 |
352 | 2024-11-18T17:28:45.306Z | Downloaded fs-err v2.11.0 |
353 | 2024-11-18T17:28:45.306Z | Downloaded clap v4.5.21 |
354 | 2024-11-18T17:28:45.313Z | Downloaded proc-macro-error v1.0.4 |
355 | 2024-11-18T17:28:45.316Z | Downloaded tempfile v3.13.0 |
356 | 2024-11-18T17:28:45.319Z | Downloaded sha2 v0.10.8 |
357 | 2024-11-18T17:28:45.322Z | Downloaded smawk v0.3.2 |
358 | 2024-11-18T17:28:45.323Z | Downloaded heck v0.5.0 |
359 | 2024-11-18T17:28:45.325Z | Downloaded semver v1.0.23 |
360 | 2024-11-18T17:28:45.325Z | Downloaded once_cell v1.20.2 |
361 | 2024-11-18T17:28:45.328Z | Downloaded zerocopy-derive v0.7.35 |
362 | 2024-11-18T17:28:45.330Z | Downloaded thiserror v1.0.69 |
363 | 2024-11-18T17:28:45.334Z | Downloaded quote v1.0.37 |
364 | 2024-11-18T17:28:45.337Z | Downloaded ryu v1.0.18 |
365 | 2024-11-18T17:28:45.340Z | Downloaded pest_derive v2.7.14 |
366 | 2024-11-18T17:28:45.343Z | Downloaded typenum v1.17.0 |
367 | 2024-11-18T17:28:45.348Z | Downloaded toml v0.8.19 |
368 | 2024-11-18T17:28:45.351Z | Downloaded memmap v0.7.0 |
369 | 2024-11-18T17:28:45.353Z | Downloaded pest_meta v2.7.14 |
370 | 2024-11-18T17:28:45.362Z | Downloaded serde_derive v1.0.215 |
371 | 2024-11-18T17:28:45.364Z | Downloaded ucd-trie v0.1.7 |
372 | 2024-11-18T17:28:45.367Z | Downloaded unicode-ident v1.0.13 |
373 | 2024-11-18T17:28:45.370Z | Downloaded log v0.4.22 |
374 | 2024-11-18T17:28:45.374Z | Downloaded textwrap v0.16.1 |
375 | 2024-11-18T17:28:45.376Z | Downloaded proc-macro2 v1.0.89 |
376 | 2024-11-18T17:28:45.382Z | Downloaded serde v1.0.215 |
377 | 2024-11-18T17:28:45.385Z | Downloaded papergrid v0.11.0 |
378 | 2024-11-18T17:28:45.398Z | Downloaded indexmap v2.6.0 |
379 | 2024-11-18T17:28:45.408Z | Downloaded toml_edit v0.22.22 |
380 | 2024-11-18T17:28:45.429Z | Downloaded memchr v2.7.4 |
381 | 2024-11-18T17:28:45.443Z | Downloaded pest v2.7.14 |
382 | 2024-11-18T17:28:45.452Z | Downloaded serde_json v1.0.132 |
383 | 2024-11-18T17:28:45.459Z | Downloaded hashbrown v0.15.0 |
384 | 2024-11-18T17:28:45.464Z | Downloaded clap_builder v4.5.21 |
385 | 2024-11-18T17:28:45.476Z | Downloaded zerocopy v0.7.35 |
386 | 2024-11-18T17:28:45.491Z | Downloaded winnow v0.6.20 |
387 | 2024-11-18T17:28:45.499Z | Downloaded goblin v0.8.2 |
388 | 2024-11-18T17:28:45.505Z | Downloaded tabled v0.15.0 |
389 | 2024-11-18T17:28:45.519Z | Downloaded syn v1.0.109 |
390 | 2024-11-18T17:28:45.528Z | Downloaded unicode-width v0.1.14 |
391 | 2024-11-18T17:28:45.533Z | Downloaded syn v2.0.87 |
392 | 2024-11-18T17:28:45.546Z | Downloaded rustix v0.38.37 |
393 | 2024-11-18T17:28:45.584Z | Downloaded libc v0.2.162 |
394 | 2024-11-18T17:28:45.888Z | Compiling proc-macro2 v1.0.89 |
395 | 2024-11-18T17:28:45.888Z | Compiling unicode-ident v1.0.13 |
396 | 2024-11-18T17:28:45.888Z | Compiling version_check v0.9.5 |
397 | 2024-11-18T17:28:45.891Z | Compiling serde v1.0.215 |
398 | 2024-11-18T17:28:45.891Z | Compiling thiserror v1.0.69 |
399 | 2024-11-18T17:28:45.891Z | Compiling memchr v2.7.4 |
400 | 2024-11-18T17:28:45.891Z | Compiling libc v0.2.162 |
401 | 2024-11-18T17:28:45.891Z | Compiling itoa v1.0.11 |
402 | 2024-11-18T17:28:46.155Z | Compiling ucd-trie v0.1.7 |
403 | 2024-11-18T17:28:46.277Z | Compiling ryu v1.0.18 |
404 | 2024-11-18T17:28:46.734Z | Compiling once_cell v1.20.2 |
405 | 2024-11-18T17:28:46.757Z | Compiling byteorder v1.5.0 |
406 | 2024-11-18T17:28:47.164Z | Compiling rustix v0.38.37 |
407 | 2024-11-18T17:28:47.392Z | Compiling serde_json v1.0.132 |
408 | 2024-11-18T17:28:48.142Z | Compiling bitflags v2.6.0 |
409 | 2024-11-18T17:28:48.203Z | Compiling proc-macro-error-attr v1.0.4 |
410 | 2024-11-18T17:28:48.274Z | Compiling usdt-impl v0.5.0 |
411 | 2024-11-18T17:28:48.294Z | Compiling syn v1.0.109 |
412 | 2024-11-18T17:28:48.468Z | Compiling proc-macro-error v1.0.4 |
413 | 2024-11-18T17:28:48.512Z | Compiling log v0.4.22 |
414 | 2024-11-18T17:28:48.570Z | Compiling utf8parse v0.2.2 |
415 | 2024-11-18T17:28:48.730Z | Compiling equivalent v1.0.1 |
416 | 2024-11-18T17:28:48.755Z | Compiling camino v1.1.9 |
417 | 2024-11-18T17:28:48.757Z | Compiling plain v0.2.3 |
418 | 2024-11-18T17:28:48.836Z | Compiling hashbrown v0.15.0 |
419 | 2024-11-18T17:28:48.912Z | Compiling thread-id v4.2.2 |
420 | 2024-11-18T17:28:48.967Z | Compiling anstyle-parse v0.2.5 |
421 | 2024-11-18T17:28:49.036Z | Compiling unicode-width v0.1.14 |
422 | 2024-11-18T17:28:49.038Z | Compiling semver v1.0.23 |
423 | 2024-11-18T17:28:49.306Z | Compiling quote v1.0.37 |
424 | 2024-11-18T17:28:49.337Z | Compiling anstyle-query v1.1.1 |
425 | 2024-11-18T17:28:49.466Z | Compiling errno v0.3.9 |
426 | 2024-11-18T17:28:49.494Z | Compiling winnow v0.6.20 |
427 | 2024-11-18T17:28:49.565Z | Compiling autocfg v1.4.0 |
428 | 2024-11-18T17:28:49.594Z | Compiling is_terminal_polyfill v1.70.1 |
429 | 2024-11-18T17:28:49.724Z | Compiling syn v2.0.87 |
430 | 2024-11-18T17:28:50.062Z | Compiling indexmap v2.6.0 |
431 | 2024-11-18T17:28:50.100Z | Compiling pretty-hex v0.4.1 |
432 | 2024-11-18T17:28:50.303Z | Compiling anstyle v1.0.10 |
433 | 2024-11-18T17:28:50.735Z | Compiling colorchoice v1.0.2 |
434 | 2024-11-18T17:28:50.772Z | Compiling fs-err v2.11.0 |
435 | 2024-11-18T17:28:50.898Z | Compiling anstream v0.6.15 |
436 | 2024-11-18T17:28:51.343Z | Compiling cfg-if v1.0.0 |
437 | 2024-11-18T17:28:51.372Z | Compiling fastrand v2.1.1 |
438 | 2024-11-18T17:28:51.449Z | Compiling bytecount v0.6.8 |
439 | 2024-11-18T17:28:51.646Z | Compiling strsim v0.11.1 |
440 | 2024-11-18T17:28:51.673Z | Compiling fnv v1.0.7 |
441 | 2024-11-18T17:28:51.703Z | Compiling heck v0.4.1 |
442 | 2024-11-18T17:28:51.793Z | Compiling clap_lex v0.7.2 |
443 | 2024-11-18T17:28:51.941Z | Compiling terminal_size v0.4.0 |
444 | 2024-11-18T17:28:52.147Z | Compiling anyhow v1.0.93 |
445 | 2024-11-18T17:28:52.213Z | Compiling heck v0.5.0 |
446 | 2024-11-18T17:28:52.277Z | Compiling clap_builder v4.5.21 |
447 | 2024-11-18T17:28:52.536Z | Compiling tempfile v3.13.0 |
448 | 2024-11-18T17:28:52.713Z | Compiling papergrid v0.11.0 |
449 | 2024-11-18T17:28:53.270Z | Compiling memmap v0.7.0 |
450 | 2024-11-18T17:28:53.359Z | Compiling unicode-linebreak v0.1.5 |
451 | 2024-11-18T17:28:53.393Z | Compiling smawk v0.3.2 |
452 | 2024-11-18T17:28:53.625Z | Compiling swrite v0.1.0 |
453 | 2024-11-18T17:28:53.870Z | Compiling textwrap v0.16.1 |
454 | 2024-11-18T17:28:55.180Z | Compiling tabled_derive v0.7.0 |
455 | 2024-11-18T17:28:56.619Z | Compiling tabled v0.15.0 |
456 | 2024-11-18T17:28:58.436Z | Compiling serde_derive v1.0.215 |
457 | 2024-11-18T17:28:58.436Z | Compiling thiserror-impl v1.0.69 |
458 | 2024-11-18T17:28:58.440Z | Compiling zerocopy-derive v0.7.35 |
459 | 2024-11-18T17:28:58.440Z | Compiling scroll_derive v0.12.0 |
460 | 2024-11-18T17:28:58.440Z | Compiling clap_derive v4.5.18 |
461 | 2024-11-18T17:28:59.718Z | Compiling scroll v0.12.0 |
462 | 2024-11-18T17:29:00.144Z | Compiling zerocopy v0.7.35 |
463 | 2024-11-18T17:29:00.201Z | Compiling goblin v0.8.2 |
464 | 2024-11-18T17:29:01.371Z | Compiling pest v2.7.14 |
465 | 2024-11-18T17:29:02.343Z | Compiling clap v4.5.21 |
466 | 2024-11-18T17:29:03.456Z | Compiling pest_meta v2.7.14 |
467 | 2024-11-18T17:29:04.295Z | Compiling pest_generator v2.7.14 |
468 | 2024-11-18T17:29:06.089Z | Compiling pest_derive v2.7.14 |
469 | 2024-11-18T17:29:06.820Z | Compiling dtrace-parser v0.2.0 |
470 | 2024-11-18T17:29:08.261Z | Compiling serde_tokenstream v0.2.2 |
471 | 2024-11-18T17:29:08.420Z | Compiling toml_datetime v0.6.8 |
472 | 2024-11-18T17:29:08.420Z | Compiling serde_spanned v0.6.8 |
473 | 2024-11-18T17:29:08.509Z | Compiling cargo-platform v0.1.8 |
474 | 2024-11-18T17:29:08.719Z | Compiling toml_edit v0.22.22 |
475 | 2024-11-18T17:29:08.848Z | Compiling macaddr v1.0.1 |
476 | 2024-11-18T17:29:09.056Z | Compiling camino-tempfile v1.1.1 |
477 | 2024-11-18T17:29:09.750Z | Compiling dof v0.3.0 |
478 | 2024-11-18T17:29:09.919Z | Compiling cargo_metadata v0.18.1 |
479 | 2024-11-18T17:29:11.449Z | Compiling usdt-attr-macro v0.5.0 |
480 | 2024-11-18T17:29:11.451Z | Compiling usdt-macro v0.5.0 |
481 | 2024-11-18T17:29:11.546Z | Compiling toml v0.8.19 |
482 | 2024-11-18T17:29:12.395Z | Compiling cargo_toml v0.20.5 |
483 | 2024-11-18T17:29:12.722Z | Compiling usdt v0.5.0 |
484 | 2024-11-18T17:29:15.863Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
485 | 2024-11-18T17:29:19.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.98s |
486 | 2024-11-18T17:29:20.261Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
487 | 2024-11-18T17:29:20.775Z | Downloading crates ... |
488 | 2024-11-18T17:29:20.935Z | Downloaded adler2 v2.0.0 |
489 | 2024-11-18T17:29:20.947Z | Downloaded addr2line v0.24.2 |
490 | 2024-11-18T17:29:20.950Z | Downloaded darling v0.20.10 |
491 | 2024-11-18T17:29:20.959Z | Downloaded arrayref v0.3.9 |
492 | 2024-11-18T17:29:20.962Z | Downloaded argon2 v0.5.3 |
493 | 2024-11-18T17:29:20.973Z | Downloaded heapless v0.7.17 |
494 | 2024-11-18T17:29:20.976Z | Downloaded ascii-canvas v3.0.0 |
495 | 2024-11-18T17:29:20.978Z | Downloaded headers-core v0.3.0 |
496 | 2024-11-18T17:29:20.981Z | Downloaded home v0.5.9 |
497 | 2024-11-18T17:29:20.983Z | Downloaded hex v0.4.3 |
498 | 2024-11-18T17:29:20.983Z | Downloaded heck v0.3.3 |
499 | 2024-11-18T17:29:20.986Z | Downloaded atomic-waker v1.1.2 |
500 | 2024-11-18T17:29:20.988Z | Downloaded async-recursion v1.1.1 |
501 | 2024-11-18T17:29:20.991Z | Downloaded hmac v0.12.1 |
502 | 2024-11-18T17:29:20.994Z | Downloaded hickory-resolver v0.24.1 |
503 | 2024-11-18T17:29:20.997Z | Downloaded hickory-server v0.24.1 |
504 | 2024-11-18T17:29:21.004Z | Downloaded highway v1.2.0 |
505 | 2024-11-18T17:29:21.006Z | Downloaded atty v0.2.14 |
506 | 2024-11-18T17:29:21.009Z | Downloaded aead v0.5.2 |
507 | 2024-11-18T17:29:21.012Z | Downloaded hostname v0.3.1 |
508 | 2024-11-18T17:29:21.012Z | Downloaded async-stream v0.3.6 |
509 | 2024-11-18T17:29:21.015Z | Downloaded hickory-client v0.24.1 |
510 | 2024-11-18T17:29:21.018Z | Downloaded hkdf v0.12.4 |
511 | 2024-11-18T17:29:21.021Z | Downloaded hubpack_derive v0.1.1 |
512 | 2024-11-18T17:29:21.023Z | Downloaded http-body v1.0.1 |
513 | 2024-11-18T17:29:21.023Z | Downloaded async-bb8-diesel v0.2.1 |
514 | 2024-11-18T17:29:21.026Z | Downloaded ident_case v1.0.1 |
515 | 2024-11-18T17:29:21.028Z | Downloaded icu_provider_macros v1.5.0 |
516 | 2024-11-18T17:29:21.028Z | Downloaded allocator-api2 v0.2.18 |
517 | 2024-11-18T17:29:21.032Z | Downloaded assert_matches v1.5.0 |
518 | 2024-11-18T17:29:21.035Z | Downloaded is-terminal v0.4.13 |
519 | 2024-11-18T17:29:21.038Z | Downloaded instant v0.1.13 |
520 | 2024-11-18T17:29:21.040Z | Downloaded hyper-tls v0.6.0 |
521 | 2024-11-18T17:29:21.040Z | Downloaded http-body-util v0.1.2 |
522 | 2024-11-18T17:29:21.043Z | Downloaded http-range v0.1.5 |
523 | 2024-11-18T17:29:21.046Z | Downloaded hostname v0.4.0 |
524 | 2024-11-18T17:29:21.046Z | Downloaded cfg_aliases v0.2.1 |
525 | 2024-11-18T17:29:21.049Z | Downloaded arrayvec v0.7.6 |
526 | 2024-11-18T17:29:21.052Z | Downloaded cfg_aliases v0.1.1 |
527 | 2024-11-18T17:29:21.052Z | Downloaded hex-literal v0.4.1 |
528 | 2024-11-18T17:29:21.052Z | Downloaded base64 v0.21.7 |
529 | 2024-11-18T17:29:21.056Z | Downloaded matches v0.1.10 |
530 | 2024-11-18T17:29:21.059Z | Downloaded httpdate v1.0.3 |
531 | 2024-11-18T17:29:21.061Z | Downloaded async-stream-impl v0.3.6 |
532 | 2024-11-18T17:29:21.061Z | Downloaded heapless v0.8.0 |
533 | 2024-11-18T17:29:21.065Z | Downloaded ipnetwork v0.20.0 |
534 | 2024-11-18T17:29:21.068Z | Downloaded indent_write v2.2.0 |
535 | 2024-11-18T17:29:21.071Z | Downloaded is_ci v1.2.0 |
536 | 2024-11-18T17:29:21.071Z | Downloaded bit-vec v0.6.3 |
537 | 2024-11-18T17:29:21.073Z | Downloaded bit-set v0.5.3 |
538 | 2024-11-18T17:29:21.075Z | Downloaded bcrypt-pbkdf v0.10.0 |
539 | 2024-11-18T17:29:21.075Z | Downloaded md5 v0.7.0 |
540 | 2024-11-18T17:29:21.078Z | Downloaded hyper-rustls v0.27.3 |
541 | 2024-11-18T17:29:21.081Z | Downloaded cstr-argument v0.1.2 |
542 | 2024-11-18T17:29:21.081Z | Downloaded match_cfg v0.1.0 |
543 | 2024-11-18T17:29:21.084Z | Downloaded internet-checksum v0.2.1 |
544 | 2024-11-18T17:29:21.084Z | Downloaded inout v0.1.3 |
545 | 2024-11-18T17:29:21.084Z | Downloaded impl-trait-for-tuples v0.2.2 |
546 | 2024-11-18T17:29:21.087Z | Downloaded hubpack v0.1.2 |
547 | 2024-11-18T17:29:21.089Z | Downloaded crunchy v0.2.2 |
548 | 2024-11-18T17:29:21.091Z | Downloaded crucible-workspace-hack v0.1.0 |
549 | 2024-11-18T17:29:21.091Z | Downloaded indoc v1.0.9 |
550 | 2024-11-18T17:29:21.094Z | Downloaded cobs v0.2.3 |
551 | 2024-11-18T17:29:21.097Z | Downloaded ciborium-ll v0.2.2 |
552 | 2024-11-18T17:29:21.097Z | Downloaded ciborium-io v0.2.2 |
553 | 2024-11-18T17:29:21.099Z | Downloaded mime v0.3.17 |
554 | 2024-11-18T17:29:21.110Z | Downloaded linked-hash-map v0.5.6 |
555 | 2024-11-18T17:29:21.110Z | Downloaded crc-catalog v2.4.0 |
556 | 2024-11-18T17:29:21.110Z | Downloaded rustc-hash v2.0.0 |
557 | 2024-11-18T17:29:21.110Z | Downloaded tinyvec_macros v0.1.1 |
558 | 2024-11-18T17:29:21.113Z | Downloaded icu_locid_transform v1.5.0 |
559 | 2024-11-18T17:29:21.113Z | Downloaded hyper-staticfile v0.10.1 |
560 | 2024-11-18T17:29:21.113Z | Downloaded linear-map v1.2.0 |
561 | 2024-11-18T17:29:21.116Z | Downloaded lockfree-object-pool v0.1.6 |
562 | 2024-11-18T17:29:21.118Z | Downloaded cipher v0.4.4 |
563 | 2024-11-18T17:29:21.118Z | Downloaded chacha20 v0.9.1 |
564 | 2024-11-18T17:29:21.121Z | Downloaded tower-service v0.3.3 |
565 | 2024-11-18T17:29:21.124Z | Downloaded bitflags v1.3.2 |
566 | 2024-11-18T17:29:21.126Z | Downloaded bitfield v0.14.0 |
567 | 2024-11-18T17:29:21.128Z | Downloaded md-5 v0.10.6 |
568 | 2024-11-18T17:29:21.131Z | Downloaded httparse v1.9.5 |
569 | 2024-11-18T17:29:21.135Z | Downloaded waitgroup v0.1.2 |
570 | 2024-11-18T17:29:21.135Z | Downloaded rustc-hash v1.1.0 |
571 | 2024-11-18T17:29:21.138Z | Downloaded serde_plain v1.0.2 |
572 | 2024-11-18T17:29:21.138Z | Downloaded aes v0.8.4 |
573 | 2024-11-18T17:29:21.141Z | Downloaded serde_repr v0.1.19 |
574 | 2024-11-18T17:29:21.143Z | Downloaded lazy_static v1.5.0 |
575 | 2024-11-18T17:29:21.145Z | Downloaded convert_case v0.4.0 |
576 | 2024-11-18T17:29:21.149Z | Downloaded constant_time_eq v0.3.1 |
577 | 2024-11-18T17:29:21.151Z | Downloaded slog-async v2.8.0 |
578 | 2024-11-18T17:29:21.155Z | Downloaded darling_macro v0.20.10 |
579 | 2024-11-18T17:29:21.158Z | Downloaded termios v0.3.3 |
580 | 2024-11-18T17:29:21.160Z | Downloaded icu_provider v1.5.0 |
581 | 2024-11-18T17:29:21.165Z | Downloaded mime_guess v2.0.5 |
582 | 2024-11-18T17:29:21.168Z | Downloaded ipnet v2.10.1 |
583 | 2024-11-18T17:29:21.172Z | Downloaded twox-hash v1.6.3 |
584 | 2024-11-18T17:29:21.174Z | Downloaded litemap v0.7.3 |
585 | 2024-11-18T17:29:21.178Z | Downloaded futures-core v0.3.31 |
586 | 2024-11-18T17:29:21.181Z | Downloaded rand_chacha v0.3.1 |
587 | 2024-11-18T17:29:21.183Z | Downloaded quinn-udp v0.5.5 |
588 | 2024-11-18T17:29:21.186Z | Downloaded console v0.15.8 |
589 | 2024-11-18T17:29:21.188Z | Downloaded chrono-tz-build v0.4.0 |
590 | 2024-11-18T17:29:21.190Z | Downloaded bzip2 v0.4.4 |
591 | 2024-11-18T17:29:21.192Z | Downloaded unicode-xid v0.2.6 |
592 | 2024-11-18T17:29:21.195Z | Downloaded icu_locid v1.5.0 |
593 | 2024-11-18T17:29:21.199Z | Downloaded dhcproto-macros v0.1.0 |
594 | 2024-11-18T17:29:21.203Z | Downloaded lock_api v0.4.12 |
595 | 2024-11-18T17:29:21.203Z | Downloaded serde_path_to_error v0.1.16 |
596 | 2024-11-18T17:29:21.205Z | Downloaded ref-cast v1.0.23 |
597 | 2024-11-18T17:29:21.207Z | Downloaded xz2 v0.1.7 |
598 | 2024-11-18T17:29:21.210Z | Downloaded spki v0.7.3 |
599 | 2024-11-18T17:29:21.215Z | Downloaded slab v0.4.9 |
600 | 2024-11-18T17:29:21.215Z | Downloaded data-encoding v2.6.0 |
601 | 2024-11-18T17:29:21.215Z | Downloaded tls_codec v0.4.1 |
602 | 2024-11-18T17:29:21.217Z | Downloaded foreign-types v0.3.2 |
603 | 2024-11-18T17:29:21.217Z | Downloaded endian-type v0.1.2 |
604 | 2024-11-18T17:29:21.220Z | Downloaded rustversion v1.0.17 |
605 | 2024-11-18T17:29:21.222Z | Downloaded num_threads v0.1.7 |
606 | 2024-11-18T17:29:21.225Z | Downloaded aes-gcm v0.10.3 |
607 | 2024-11-18T17:29:21.227Z | Downloaded serde-big-array v0.5.1 |
608 | 2024-11-18T17:29:21.230Z | Downloaded icu_normalizer_data v1.5.0 |
609 | 2024-11-18T17:29:21.232Z | Downloaded csv-core v0.1.11 |
610 | 2024-11-18T17:29:21.235Z | Downloaded const_format_proc_macros v0.2.33 |
611 | 2024-11-18T17:29:21.237Z | Downloaded hash32 v0.2.1 |
612 | 2024-11-18T17:29:21.239Z | Downloaded ctr v0.9.2 |
613 | 2024-11-18T17:29:21.243Z | Downloaded group v0.13.0 |
614 | 2024-11-18T17:29:21.243Z | Downloaded number_prefix v0.4.0 |
615 | 2024-11-18T17:29:21.246Z | Downloaded glob v0.3.1 |
616 | 2024-11-18T17:29:21.246Z | Downloaded icu_collections v1.5.0 |
617 | 2024-11-18T17:29:21.251Z | Downloaded progenitor-client v0.8.0 |
618 | 2024-11-18T17:29:21.253Z | Downloaded whoami v1.5.2 |
619 | 2024-11-18T17:29:21.255Z | Downloaded indicatif v0.17.9 |
620 | 2024-11-18T17:29:21.258Z | Downloaded yoke v0.7.4 |
621 | 2024-11-18T17:29:21.260Z | Downloaded yasna v0.5.2 |
622 | 2024-11-18T17:29:21.263Z | Downloaded crossbeam-utils v0.8.20 |
623 | 2024-11-18T17:29:21.266Z | Downloaded slog v2.7.0 |
624 | 2024-11-18T17:29:21.269Z | Downloaded blake2 v0.10.6 |
625 | 2024-11-18T17:29:21.273Z | Downloaded sqlparser_derive v0.2.2 |
626 | 2024-11-18T17:29:21.275Z | Downloaded slog-bunyan v2.5.0 |
627 | 2024-11-18T17:29:21.275Z | Downloaded predicates-core v1.0.8 |
628 | 2024-11-18T17:29:21.280Z | Downloaded phf_generator v0.11.2 |
629 | 2024-11-18T17:29:21.283Z | Downloaded wait-timeout v0.2.0 |
630 | 2024-11-18T17:29:21.283Z | Downloaded serde-hex v0.1.0 |
631 | 2024-11-18T17:29:21.285Z | Downloaded serde_derive_internals v0.29.1 |
632 | 2024-11-18T17:29:21.285Z | Downloaded hyper-util v0.1.10 |
633 | 2024-11-18T17:29:21.289Z | Downloaded spin v0.9.8 |
634 | 2024-11-18T17:29:21.292Z | Downloaded derive_builder_macro v0.20.2 |
635 | 2024-11-18T17:29:21.294Z | Downloaded rustls-pemfile v1.0.4 |
636 | 2024-11-18T17:29:21.296Z | Downloaded serde_urlencoded v0.7.1 |
637 | 2024-11-18T17:29:21.299Z | Downloaded olpc-cjson v0.1.4 |
638 | 2024-11-18T17:29:21.299Z | Downloaded num_enum_derive v0.5.11 |
639 | 2024-11-18T17:29:21.302Z | Downloaded fallible-streaming-iterator v0.1.9 |
640 | 2024-11-18T17:29:21.302Z | Downloaded newline-converter v0.3.0 |
641 | 2024-11-18T17:29:21.304Z | Downloaded foreign-types-shared v0.3.1 |
642 | 2024-11-18T17:29:21.304Z | Downloaded smf v0.2.3 |
643 | 2024-11-18T17:29:21.307Z | Downloaded strum_macros v0.26.4 |
644 | 2024-11-18T17:29:21.309Z | Downloaded crossbeam-epoch v0.9.18 |
645 | 2024-11-18T17:29:21.311Z | Downloaded thread_local v1.1.8 |
646 | 2024-11-18T17:29:21.311Z | Downloaded tabwriter v1.4.0 |
647 | 2024-11-18T17:29:21.313Z | Downloaded synstructure v0.13.1 |
648 | 2024-11-18T17:29:21.316Z | Downloaded const-oid v0.9.6 |
649 | 2024-11-18T17:29:21.318Z | Downloaded foreign-types-shared v0.1.1 |
650 | 2024-11-18T17:29:21.318Z | Downloaded pkg-config v0.3.31 |
651 | 2024-11-18T17:29:21.320Z | Downloaded globset v0.4.15 |
652 | 2024-11-18T17:29:21.330Z | Downloaded ron v0.7.1 |
653 | 2024-11-18T17:29:21.337Z | Downloaded peg-runtime v0.8.3 |
654 | 2024-11-18T17:29:21.340Z | Downloaded progenitor-impl v0.8.0 |
655 | 2024-11-18T17:29:21.341Z | Downloaded clang-sys v1.8.1 |
656 | 2024-11-18T17:29:21.343Z | Downloaded fxhash v0.2.1 |
657 | 2024-11-18T17:29:21.346Z | Downloaded pretty-hex v0.2.1 |
658 | 2024-11-18T17:29:21.346Z | Downloaded tungstenite v0.24.0 |
659 | 2024-11-18T17:29:21.349Z | Downloaded parse-size v1.1.0 |
660 | 2024-11-18T17:29:21.352Z | Downloaded wyz v0.5.1 |
661 | 2024-11-18T17:29:21.356Z | Downloaded base64 v0.13.1 |
662 | 2024-11-18T17:29:21.359Z | Downloaded thiserror-no-std v2.0.2 |
663 | 2024-11-18T17:29:21.361Z | Downloaded display-error-chain v0.2.2 |
664 | 2024-11-18T17:29:21.365Z | Downloaded dirs-sys-next v0.1.2 |
665 | 2024-11-18T17:29:21.365Z | Downloaded half v2.4.1 |
666 | 2024-11-18T17:29:21.369Z | Downloaded rpassword v7.3.1 |
667 | 2024-11-18T17:29:21.372Z | Downloaded slog-dtrace v0.3.0 |
668 | 2024-11-18T17:29:21.372Z | Downloaded backtrace v0.3.74 |
669 | 2024-11-18T17:29:21.375Z | Downloaded newtype-uuid v1.1.3 |
670 | 2024-11-18T17:29:21.377Z | Downloaded tinyvec v1.8.0 |
671 | 2024-11-18T17:29:21.380Z | Downloaded subprocess v0.2.9 |
672 | 2024-11-18T17:29:21.383Z | Downloaded ena v0.14.3 |
673 | 2024-11-18T17:29:21.385Z | Downloaded zone v0.1.8 |
674 | 2024-11-18T17:29:21.385Z | Downloaded zerovec-derive v0.10.3 |
675 | 2024-11-18T17:29:21.388Z | Downloaded fd-lock v4.0.2 |
676 | 2024-11-18T17:29:21.390Z | Downloaded fallible-iterator v0.3.0 |
677 | 2024-11-18T17:29:21.392Z | Downloaded try-lock v0.2.5 |
678 | 2024-11-18T17:29:21.395Z | Downloaded pem v3.0.4 |
679 | 2024-11-18T17:29:21.395Z | Downloaded darling_core v0.20.10 |
680 | 2024-11-18T17:29:21.400Z | Downloaded pbkdf2 v0.12.2 |
681 | 2024-11-18T17:29:21.402Z | Downloaded primeorder v0.13.6 |
682 | 2024-11-18T17:29:21.405Z | Downloaded ghash v0.5.1 |
683 | 2024-11-18T17:29:21.407Z | Downloaded elliptic-curve v0.13.8 |
684 | 2024-11-18T17:29:21.410Z | Downloaded same-file v1.0.6 |
685 | 2024-11-18T17:29:21.413Z | Downloaded ecdsa v0.16.9 |
686 | 2024-11-18T17:29:21.415Z | Downloaded fatfs v0.3.6 |
687 | 2024-11-18T17:29:21.418Z | Downloaded yoke-derive v0.7.4 |
688 | 2024-11-18T17:29:21.420Z | Downloaded num v0.4.3 |
689 | 2024-11-18T17:29:21.422Z | Downloaded gethostname v0.5.0 |
690 | 2024-11-18T17:29:21.423Z | Downloaded prettyplease v0.2.25 |
691 | 2024-11-18T17:29:21.429Z | Downloaded slog-envlogger v2.2.0 |
692 | 2024-11-18T17:29:21.432Z | Downloaded toolchain_find v0.4.0 |
693 | 2024-11-18T17:29:21.432Z | Downloaded embedded-io v0.6.1 |
694 | 2024-11-18T17:29:21.436Z | Downloaded tokio-rustls v0.25.0 |
695 | 2024-11-18T17:29:21.436Z | Downloaded minimal-lexical v0.2.1 |
696 | 2024-11-18T17:29:21.440Z | Downloaded static_assertions v1.1.0 |
697 | 2024-11-18T17:29:21.442Z | Downloaded tokio-stream v0.1.16 |
698 | 2024-11-18T17:29:21.445Z | Downloaded newtype_derive v0.1.6 |
699 | 2024-11-18T17:29:21.449Z | Downloaded derive_builder_core v0.20.2 |
700 | 2024-11-18T17:29:21.451Z | Downloaded structmeta v0.2.0 |
701 | 2024-11-18T17:29:21.451Z | Downloaded rand_xorshift v0.3.0 |
702 | 2024-11-18T17:29:21.451Z | Downloaded r2d2 v0.8.10 |
703 | 2024-11-18T17:29:21.456Z | Downloaded tokio-native-tls v0.3.1 |
704 | 2024-11-18T17:29:21.458Z | Downloaded tokio-macros v2.4.0 |
705 | 2024-11-18T17:29:21.458Z | Downloaded foreign-types-macros v0.2.3 |
706 | 2024-11-18T17:29:21.458Z | Downloaded stringprep v0.1.5 |
707 | 2024-11-18T17:29:21.461Z | Downloaded hickory-proto v0.24.1 |
708 | 2024-11-18T17:29:21.477Z | Downloaded want v0.3.1 |
709 | 2024-11-18T17:29:21.480Z | Downloaded stable_deref_trait v1.2.0 |
710 | 2024-11-18T17:29:21.480Z | Downloaded base64 v0.22.1 |
711 | 2024-11-18T17:29:21.482Z | Downloaded utf16_iter v1.0.5 |
712 | 2024-11-18T17:29:21.485Z | Downloaded futures-sink v0.3.31 |
713 | 2024-11-18T17:29:21.487Z | Downloaded futures-macro v0.3.31 |
714 | 2024-11-18T17:29:21.487Z | Downloaded getrandom v0.2.15 |
715 | 2024-11-18T17:29:21.490Z | Downloaded const_format v0.2.33 |
716 | 2024-11-18T17:29:21.495Z | Downloaded itertools v0.10.5 |
717 | 2024-11-18T17:29:21.503Z | Downloaded vte_generate_state_changes v0.1.2 |
718 | 2024-11-18T17:29:21.505Z | Downloaded pbkdf2 v0.11.0 |
719 | 2024-11-18T17:29:21.507Z | Downloaded num-conv v0.1.0 |
720 | 2024-11-18T17:29:21.510Z | Downloaded defmt-parser v0.3.4 |
721 | 2024-11-18T17:29:21.510Z | Downloaded defmt v0.3.8 |
722 | 2024-11-18T17:29:21.513Z | Downloaded packed_struct_codegen v0.10.1 |
723 | 2024-11-18T17:29:21.515Z | Downloaded debug-ignore v1.0.5 |
724 | 2024-11-18T17:29:21.518Z | Downloaded difflib v0.4.0 |
725 | 2024-11-18T17:29:21.518Z | Downloaded packed_struct v0.10.1 |
726 | 2024-11-18T17:29:21.520Z | Downloaded nibble_vec v0.1.0 |
727 | 2024-11-18T17:29:21.522Z | Downloaded path-slash v0.1.5 |
728 | 2024-11-18T17:29:21.524Z | Downloaded rtoolbox v0.0.2 |
729 | 2024-11-18T17:29:21.525Z | Downloaded float-cmp v0.9.0 |
730 | 2024-11-18T17:29:21.527Z | Downloaded flagset v0.4.6 |
731 | 2024-11-18T17:29:21.530Z | Downloaded sha1 v0.10.6 |
732 | 2024-11-18T17:29:21.530Z | Downloaded crypto-bigint v0.5.5 |
733 | 2024-11-18T17:29:21.537Z | Downloaded shell-words v1.1.0 |
734 | 2024-11-18T17:29:21.539Z | Downloaded env_filter v0.1.2 |
735 | 2024-11-18T17:29:21.542Z | Downloaded shlex v1.3.0 |
736 | 2024-11-18T17:29:21.542Z | Downloaded tinystr v0.7.6 |
737 | 2024-11-18T17:29:21.545Z | Downloaded tiny-keccak v2.0.2 |
738 | 2024-11-18T17:29:21.548Z | Downloaded url v2.5.3 |
739 | 2024-11-18T17:29:21.551Z | Downloaded salsa20 v0.10.2 |
740 | 2024-11-18T17:29:21.556Z | Downloaded similar v2.6.0 |
741 | 2024-11-18T17:29:21.558Z | Downloaded tui-tree-widget v0.22.0 |
742 | 2024-11-18T17:29:21.561Z | Downloaded zip v2.1.3 |
743 | 2024-11-18T17:29:21.564Z | Downloaded itertools v0.12.1 |
744 | 2024-11-18T17:29:21.572Z | Downloaded owo-colors v4.1.0 |
745 | 2024-11-18T17:29:21.574Z | Downloaded parking_lot v0.11.2 |
746 | 2024-11-18T17:29:21.577Z | Downloaded polyval v0.6.2 |
747 | 2024-11-18T17:29:21.579Z | Downloaded parking_lot_core v0.9.10 |
748 | 2024-11-18T17:29:21.582Z | Downloaded parking_lot_core v0.8.6 |
749 | 2024-11-18T17:29:21.585Z | Downloaded tough v0.19.0 |
750 | 2024-11-18T17:29:21.593Z | Downloaded diesel_table_macro_syntax v0.2.0 |
751 | 2024-11-18T17:29:21.596Z | Downloaded structmeta v0.3.0 |
752 | 2024-11-18T17:29:21.596Z | Downloaded paste v1.0.15 |
753 | 2024-11-18T17:29:21.599Z | Downloaded zip v0.6.6 |
754 | 2024-11-18T17:29:21.604Z | Downloaded vte v0.11.1 |
755 | 2024-11-18T17:29:21.606Z | Downloaded vsss-rs v3.3.4 |
756 | 2024-11-18T17:29:21.609Z | Downloaded env_logger v0.11.5 |
757 | 2024-11-18T17:29:21.612Z | Downloaded radium v0.7.0 |
758 | 2024-11-18T17:29:21.614Z | Downloaded samael v0.0.17 |
759 | 2024-11-18T17:29:21.620Z | Downloaded phf_shared v0.10.0 |
760 | 2024-11-18T17:29:21.622Z | Downloaded new_debug_unreachable v1.0.6 |
761 | 2024-11-18T17:29:21.624Z | Downloaded signal-hook-mio v0.2.4 |
762 | 2024-11-18T17:29:21.624Z | Downloaded secrecy v0.8.0 |
763 | 2024-11-18T17:29:21.628Z | Downloaded itertools v0.13.0 |
764 | 2024-11-18T17:29:21.633Z | Downloaded downcast v0.11.0 |
765 | 2024-11-18T17:29:21.635Z | Downloaded strum_macros v0.24.3 |
766 | 2024-11-18T17:29:21.638Z | Downloaded normalize-line-endings v0.3.0 |
767 | 2024-11-18T17:29:21.640Z | Downloaded unicode-properties v0.1.3 |
768 | 2024-11-18T17:29:21.643Z | Downloaded smallvec v0.6.14 |
769 | 2024-11-18T17:29:21.643Z | Downloaded rand_seeder v0.3.0 |
770 | 2024-11-18T17:29:21.647Z | Downloaded signal-hook v0.3.17 |
771 | 2024-11-18T17:29:21.649Z | Downloaded uzers v0.12.1 |
772 | 2024-11-18T17:29:21.653Z | Downloaded postgres-protocol v0.6.7 |
773 | 2024-11-18T17:29:21.653Z | Downloaded poly1305 v0.8.0 |
774 | 2024-11-18T17:29:21.656Z | Downloaded rsa v0.9.6 |
775 | 2024-11-18T17:29:21.661Z | Downloaded zerofrom v0.1.4 |
776 | 2024-11-18T17:29:21.663Z | Downloaded num_enum v0.5.11 |
777 | 2024-11-18T17:29:21.668Z | Downloaded structmeta-derive v0.3.0 |
778 | 2024-11-18T17:29:21.670Z | Downloaded structmeta-derive v0.2.0 |
779 | 2024-11-18T17:29:21.670Z | Downloaded sqlformat v0.2.6 |
780 | 2024-11-18T17:29:21.673Z | Downloaded rustyline v14.0.0 |
781 | 2024-11-18T17:29:21.678Z | Downloaded oso v0.27.3 |
782 | 2024-11-18T17:29:21.682Z | Downloaded rfc6979 v0.4.0 |
783 | 2024-11-18T17:29:21.684Z | Downloaded hyper v1.5.0 |
784 | 2024-11-18T17:29:21.690Z | Downloaded sync-ptr v0.1.1 |
785 | 2024-11-18T17:29:21.693Z | Downloaded untrusted v0.9.0 |
786 | 2024-11-18T17:29:21.693Z | Downloaded slog-stdlog v4.1.1 |
787 | 2024-11-18T17:29:21.695Z | Downloaded float-ord v0.3.2 |
788 | 2024-11-18T17:29:21.698Z | Downloaded pin-utils v0.1.0 |
789 | 2024-11-18T17:29:21.700Z | Downloaded password-hash v0.4.2 |
790 | 2024-11-18T17:29:21.700Z | Downloaded num-derive v0.4.2 |
791 | 2024-11-18T17:29:21.703Z | Downloaded postcard v1.0.10 |
792 | 2024-11-18T17:29:21.705Z | Downloaded serde_yaml v0.9.34+deprecated |
793 | 2024-11-18T17:29:21.709Z | Downloaded russh-cryptovec v0.7.3 |
794 | 2024-11-18T17:29:21.712Z | Downloaded nodrop v0.1.14 |
795 | 2024-11-18T17:29:21.712Z | Downloaded snafu v0.8.5 |
796 | 2024-11-18T17:29:21.718Z | Downloaded tap v1.0.1 |
797 | 2024-11-18T17:29:21.722Z | Downloaded diff v0.1.13 |
798 | 2024-11-18T17:29:21.725Z | Downloaded num-rational v0.4.2 |
799 | 2024-11-18T17:29:21.727Z | Downloaded resolv-conf v0.7.0 |
800 | 2024-11-18T17:29:21.729Z | Downloaded vergen v8.3.2 |
801 | 2024-11-18T17:29:21.732Z | Downloaded scheduled-thread-pool v0.2.7 |
802 | 2024-11-18T17:29:21.732Z | Downloaded quick-error v1.2.3 |
803 | 2024-11-18T17:29:21.734Z | Downloaded tungstenite v0.21.0 |
804 | 2024-11-18T17:29:21.737Z | Downloaded slog-scope v4.4.0 |
805 | 2024-11-18T17:29:21.740Z | Downloaded openssl-macros v0.1.1 |
806 | 2024-11-18T17:29:21.743Z | Downloaded mirai-annotations v1.12.0 |
807 | 2024-11-18T17:29:21.743Z | Downloaded enum-as-inner v0.5.1 |
808 | 2024-11-18T17:29:21.745Z | Downloaded embedded-io v0.4.0 |
809 | 2024-11-18T17:29:21.745Z | Downloaded opaque-debug v0.3.1 |
810 | 2024-11-18T17:29:21.747Z | Downloaded deranged v0.3.11 |
811 | 2024-11-18T17:29:21.750Z | Downloaded tokio-tungstenite v0.24.0 |
812 | 2024-11-18T17:29:21.755Z | Downloaded smallvec v1.13.2 |
813 | 2024-11-18T17:29:21.755Z | Downloaded env_logger v0.10.2 |
814 | 2024-11-18T17:29:21.758Z | Downloaded openssl-sys v0.9.103 |
815 | 2024-11-18T17:29:21.764Z | Downloaded foreign-types v0.5.0 |
816 | 2024-11-18T17:29:21.767Z | Downloaded pin-project-lite v0.2.14 |
817 | 2024-11-18T17:29:21.770Z | Downloaded des v0.8.1 |
818 | 2024-11-18T17:29:21.772Z | Downloaded rustls-pki-types v1.9.0 |
819 | 2024-11-18T17:29:21.775Z | Downloaded strum_macros v0.25.3 |
820 | 2024-11-18T17:29:21.778Z | Downloaded postgres-types v0.2.8 |
821 | 2024-11-18T17:29:21.780Z | Downloaded pkcs1 v0.7.5 |
822 | 2024-11-18T17:29:21.785Z | Downloaded rayon v1.10.0 |
823 | 2024-11-18T17:29:21.797Z | Downloaded num-bigint-dig v0.8.4 |
824 | 2024-11-18T17:29:21.799Z | Downloaded which v4.4.2 |
825 | 2024-11-18T17:29:21.802Z | Downloaded slog-term v2.9.1 |
826 | 2024-11-18T17:29:21.804Z | Downloaded either v1.13.0 |
827 | 2024-11-18T17:29:21.806Z | Downloaded parse-display-derive v0.10.0 |
828 | 2024-11-18T17:29:21.809Z | Downloaded parse-display v0.10.0 |
829 | 2024-11-18T17:29:21.809Z | Downloaded ed25519 v2.2.3 |
830 | 2024-11-18T17:29:21.811Z | Downloaded dyn-clone v1.0.17 |
831 | 2024-11-18T17:29:21.815Z | Downloaded unicode-bidi v0.3.17 |
832 | 2024-11-18T17:29:21.818Z | Downloaded sigpipe v0.1.3 |
833 | 2024-11-18T17:29:21.818Z | Downloaded unicase v2.7.0 |
834 | 2024-11-18T17:29:21.820Z | Downloaded time-core v0.1.2 |
835 | 2024-11-18T17:29:21.820Z | Downloaded dirs-next v2.0.0 |
836 | 2024-11-18T17:29:21.824Z | Downloaded psl-types v2.0.11 |
837 | 2024-11-18T17:29:21.824Z | Downloaded topological-sort v0.2.2 |
838 | 2024-11-18T17:29:21.826Z | Downloaded simd-adler32 v0.3.7 |
839 | 2024-11-18T17:29:21.826Z | Downloaded powerfmt v0.2.0 |
840 | 2024-11-18T17:29:21.829Z | Downloaded zone_cfg_derive v0.3.0 |
841 | 2024-11-18T17:29:21.829Z | Downloaded pin-project-internal v1.1.6 |
842 | 2024-11-18T17:29:21.831Z | Downloaded typed-path v0.9.3 |
843 | 2024-11-18T17:29:21.837Z | Downloaded diesel_derives v2.2.3 |
844 | 2024-11-18T17:29:21.842Z | Downloaded zeroize_derive v1.4.2 |
845 | 2024-11-18T17:29:21.845Z | Downloaded zone_cfg_derive v0.1.2 |
846 | 2024-11-18T17:29:21.845Z | Downloaded form_urlencoded v1.2.1 |
847 | 2024-11-18T17:29:21.849Z | Downloaded h2 v0.4.6 |
848 | 2024-11-18T17:29:21.852Z | Downloaded ron v0.8.1 |
849 | 2024-11-18T17:29:21.858Z | Downloaded funty v2.0.0 |
850 | 2024-11-18T17:29:21.861Z | Downloaded num-iter v0.1.45 |
851 | 2024-11-18T17:29:21.861Z | Downloaded rustfmt-wrapper v0.2.1 |
852 | 2024-11-18T17:29:21.863Z | Downloaded filetime v0.2.25 |
853 | 2024-11-18T17:29:21.866Z | Downloaded rustc_version v0.4.1 |
854 | 2024-11-18T17:29:21.866Z | Downloaded displaydoc v0.2.5 |
855 | 2024-11-18T17:29:21.868Z | Downloaded percent-encoding v2.3.1 |
856 | 2024-11-18T17:29:21.871Z | Downloaded tokio-tungstenite v0.23.1 |
857 | 2024-11-18T17:29:21.874Z | Downloaded num-integer v0.1.46 |
858 | 2024-11-18T17:29:21.874Z | Downloaded zerocopy v0.6.6 |
859 | 2024-11-18T17:29:21.876Z | Downloaded rand_core v0.6.4 |
860 | 2024-11-18T17:29:21.879Z | Downloaded utf8_iter v1.0.4 |
861 | 2024-11-18T17:29:21.881Z | Downloaded schemars_derive v0.8.21 |
862 | 2024-11-18T17:29:21.883Z | Downloaded zone v0.3.0 |
863 | 2024-11-18T17:29:21.883Z | Downloaded russh-keys v0.45.0 |
864 | 2024-11-18T17:29:21.885Z | Downloaded precomputed-hash v0.1.1 |
865 | 2024-11-18T17:29:21.888Z | Downloaded quinn v0.11.5 |
866 | 2024-11-18T17:29:21.890Z | Downloaded toml v0.7.8 |
867 | 2024-11-18T17:29:21.893Z | Downloaded lalrpop v0.19.12 |
868 | 2024-11-18T17:29:21.906Z | Downloaded universal-hash v0.5.1 |
869 | 2024-11-18T17:29:21.909Z | Downloaded supports-color v3.0.1 |
870 | 2024-11-18T17:29:21.911Z | Downloaded rustls-pemfile v2.2.0 |
871 | 2024-11-18T17:29:21.911Z | Downloaded fs_extra v1.3.0 |
872 | 2024-11-18T17:29:21.914Z | Downloaded zeroize v1.8.1 |
873 | 2024-11-18T17:29:21.916Z | Downloaded unicode_categories v0.1.1 |
874 | 2024-11-18T17:29:21.919Z | Downloaded thiserror-impl-no-std v2.0.2 |
875 | 2024-11-18T17:29:21.919Z | Downloaded proc-macro-crate v1.3.1 |
876 | 2024-11-18T17:29:21.922Z | Downloaded reqwest v0.12.9 |
877 | 2024-11-18T17:29:21.928Z | Downloaded predicates-tree v1.0.11 |
878 | 2024-11-18T17:29:21.931Z | Downloaded scrypt v0.11.0 |
879 | 2024-11-18T17:29:21.933Z | Downloaded ppv-lite86 v0.2.20 |
880 | 2024-11-18T17:29:21.933Z | Downloaded untrusted v0.7.1 |
881 | 2024-11-18T17:29:21.936Z | Downloaded ref-cast-impl v1.0.23 |
882 | 2024-11-18T17:29:21.936Z | Downloaded tls_codec_derive v0.4.1 |
883 | 2024-11-18T17:29:21.939Z | Downloaded unicode-segmentation v1.12.0 |
884 | 2024-11-18T17:29:21.941Z | Downloaded tokio-tungstenite v0.21.0 |
885 | 2024-11-18T17:29:21.943Z | Downloaded unsafe-libyaml v0.2.11 |
886 | 2024-11-18T17:29:21.947Z | Downloaded phf_shared v0.11.2 |
887 | 2024-11-18T17:29:21.949Z | Downloaded hashlink v0.9.1 |
888 | 2024-11-18T17:29:21.951Z | Downloaded sec1 v0.7.3 |
889 | 2024-11-18T17:29:21.954Z | Downloaded fragile v2.0.0 |
890 | 2024-11-18T17:29:21.954Z | Downloaded miniz_oxide v0.8.0 |
891 | 2024-11-18T17:29:21.956Z | Downloaded fixedbitset v0.4.2 |
892 | 2024-11-18T17:29:21.961Z | Downloaded signature v2.2.0 |
893 | 2024-11-18T17:29:21.961Z | Downloaded predicates v3.1.2 |
894 | 2024-11-18T17:29:21.963Z | Downloaded pem-rfc7468 v0.7.0 |
895 | 2024-11-18T17:29:21.968Z | Downloaded spin v0.5.2 |
896 | 2024-11-18T17:29:21.968Z | Downloaded schemars v0.8.21 |
897 | 2024-11-18T17:29:21.977Z | Downloaded der_derive v0.7.3 |
898 | 2024-11-18T17:29:21.981Z | Downloaded idna v0.2.3 |
899 | 2024-11-18T17:29:21.987Z | Downloaded signal-hook-registry v1.4.2 |
900 | 2024-11-18T17:29:21.989Z | Downloaded enum-as-inner v0.6.1 |
901 | 2024-11-18T17:29:21.989Z | Downloaded uuid v1.11.0 |
902 | 2024-11-18T17:29:21.992Z | Downloaded futures-util v0.3.31 |
903 | 2024-11-18T17:29:22.005Z | Downloaded sct v0.7.1 |
904 | 2024-11-18T17:29:22.008Z | Downloaded tracing-attributes v0.1.27 |
905 | 2024-11-18T17:29:22.011Z | Downloaded blake3 v1.5.4 |
906 | 2024-11-18T17:29:22.018Z | Downloaded derive_more v0.99.18 |
907 | 2024-11-18T17:29:22.024Z | Downloaded idna v0.5.0 |
908 | 2024-11-18T17:29:22.033Z | Downloaded termcolor v1.4.1 |
909 | 2024-11-18T17:29:22.037Z | Downloaded term v0.7.0 |
910 | 2024-11-18T17:29:22.037Z | Downloaded pin-project v1.1.6 |
911 | 2024-11-18T17:29:22.048Z | Downloaded phf v0.11.2 |
912 | 2024-11-18T17:29:22.051Z | Downloaded test-strategy v0.3.1 |
913 | 2024-11-18T17:29:22.054Z | Downloaded tungstenite v0.23.0 |
914 | 2024-11-18T17:29:22.057Z | Downloaded socket2 v0.5.7 |
915 | 2024-11-18T17:29:22.061Z | Downloaded tokio-postgres v0.7.12 |
916 | 2024-11-18T17:29:22.066Z | Downloaded idna v0.3.0 |
917 | 2024-11-18T17:29:22.073Z | Downloaded idna v0.4.0 |
918 | 2024-11-18T17:29:22.094Z | Downloaded toml_edit v0.19.15 |
919 | 2024-11-18T17:29:22.098Z | Downloaded publicsuffix v2.2.3 |
920 | 2024-11-18T17:29:22.101Z | Downloaded tracing v0.1.40 |
921 | 2024-11-18T17:29:22.105Z | Downloaded vcpkg v0.2.15 |
922 | 2024-11-18T17:29:22.145Z | Downloaded mio v1.0.2 |
923 | 2024-11-18T17:29:22.149Z | Downloaded russh v0.45.0 |
924 | 2024-11-18T17:29:22.155Z | Downloaded futures v0.3.31 |
925 | 2024-11-18T17:29:22.161Z | Downloaded smoltcp v0.9.1 |
926 | 2024-11-18T17:29:22.172Z | Downloaded tar v0.4.42 |
927 | 2024-11-18T17:29:22.175Z | Downloaded serde_with v3.11.0 |
928 | 2024-11-18T17:29:22.184Z | Downloaded portable-atomic v1.9.0 |
929 | 2024-11-18T17:29:22.192Z | Downloaded ed25519-dalek v2.1.1 |
930 | 2024-11-18T17:29:22.195Z | Downloaded zerovec v0.10.4 |
931 | 2024-11-18T17:29:22.201Z | Downloaded trust-dns-proto v0.22.0 |
932 | 2024-11-18T17:29:22.215Z | Downloaded der v0.7.9 |
933 | 2024-11-18T17:29:22.220Z | Downloaded quick-xml v0.33.0 |
934 | 2024-11-18T17:29:22.226Z | Downloaded rustls v0.21.12 |
935 | 2024-11-18T17:29:22.239Z | Downloaded webpki-roots v0.26.6 |
936 | 2024-11-18T17:29:22.242Z | Downloaded regress v0.10.1 |
937 | 2024-11-18T17:29:22.252Z | Downloaded nix v0.27.1 |
938 | 2024-11-18T17:29:22.263Z | Downloaded regress v0.9.1 |
939 | 2024-11-18T17:29:22.272Z | Downloaded unicode-width v0.2.0 |
940 | 2024-11-18T17:29:22.278Z | Downloaded regex-syntax v0.8.5 |
941 | 2024-11-18T17:29:22.288Z | Downloaded petname v2.0.2 |
942 | 2024-11-18T17:29:22.294Z | Downloaded quinn-proto v0.11.8 |
943 | 2024-11-18T17:29:22.301Z | Downloaded openssl v0.10.66 |
944 | 2024-11-18T17:29:22.311Z | Downloaded winnow v0.5.40 |
945 | 2024-11-18T17:29:22.320Z | Downloaded curve25519-dalek v4.1.3 |
946 | 2024-11-18T17:29:22.330Z | Downloaded nix v0.29.0 |
947 | 2024-11-18T17:29:22.343Z | Downloaded openapiv3 v2.0.0 |
948 | 2024-11-18T17:29:22.356Z | Downloaded sled v0.34.7 |
949 | 2024-11-18T17:29:22.366Z | Downloaded smoltcp v0.11.0 |
950 | 2024-11-18T17:29:22.379Z | Downloaded typify-impl v0.2.0 |
951 | 2024-11-18T17:29:22.397Z | Downloaded dropshot v0.13.0 |
952 | 2024-11-18T17:29:22.415Z | Downloaded ratatui v0.28.1 |
953 | 2024-11-18T17:29:22.434Z | Downloaded object v0.30.4 |
954 | 2024-11-18T17:29:22.444Z | Downloaded dropshot v0.12.0 |
955 | 2024-11-18T17:29:22.464Z | Downloaded regex v1.11.1 |
956 | 2024-11-18T17:29:22.477Z | Downloaded rustls v0.22.4 |
957 | 2024-11-18T17:29:22.490Z | Downloaded regex-syntax v0.6.29 |
958 | 2024-11-18T17:29:22.498Z | Downloaded gimli v0.31.1 |
959 | 2024-11-18T17:29:22.506Z | Downloaded radix_trie v0.2.1 |
960 | 2024-11-18T17:29:22.512Z | Downloaded bstr v1.10.0 |
961 | 2024-11-18T17:29:22.523Z | Downloaded rustls v0.23.14 |
962 | 2024-11-18T17:29:22.535Z | Downloaded object v0.36.5 |
963 | 2024-11-18T17:29:22.546Z | Downloaded lzma-sys v0.1.20 |
964 | 2024-11-18T17:29:22.575Z | Downloaded diesel v2.2.4 |
965 | 2024-11-18T17:29:22.593Z | Downloaded chrono-tz v0.10.0 |
966 | 2024-11-18T17:29:22.600Z | Downloaded nix v0.28.0 |
967 | 2024-11-18T17:29:22.612Z | Downloaded libz-sys v1.1.20 |
968 | 2024-11-18T17:29:22.633Z | Downloaded rustls-webpki v0.101.7 |
969 | 2024-11-18T17:29:22.646Z | Downloaded sqlparser v0.45.0 |
970 | 2024-11-18T17:29:22.651Z | Downloaded proptest v1.5.0 |
971 | 2024-11-18T17:29:22.660Z | Downloaded chrono v0.4.38 |
972 | 2024-11-18T17:29:22.667Z | Downloaded bitvec v1.0.1 |
973 | 2024-11-18T17:29:22.682Z | Downloaded tokio v1.40.0 |
974 | 2024-11-18T17:29:22.718Z | Downloaded polar-core v0.27.3 |
975 | 2024-11-18T17:29:22.727Z | Downloaded p384 v0.13.0 |
976 | 2024-11-18T17:29:22.733Z | Downloaded bindgen v0.69.5 |
977 | 2024-11-18T17:29:22.740Z | Downloaded rand v0.8.5 |
978 | 2024-11-18T17:29:22.743Z | Downloaded headers v0.4.0 |
979 | 2024-11-18T17:29:22.748Z | Downloaded rustls-webpki v0.102.8 |
980 | 2024-11-18T17:29:22.766Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
981 | 2024-11-18T17:29:22.778Z | Downloaded nom v7.1.3 |
982 | 2024-11-18T17:29:22.783Z | Downloaded zerocopy-derive v0.6.6 |
983 | 2024-11-18T17:29:22.793Z | Downloaded parse-zoneinfo v0.3.1 |
984 | 2024-11-18T17:29:22.796Z | Downloaded rusqlite v0.32.1 |
985 | 2024-11-18T17:29:22.802Z | Downloaded git2 v0.19.0 |
986 | 2024-11-18T17:29:22.810Z | Downloaded regex-automata v0.4.8 |
987 | 2024-11-18T17:29:22.829Z | Downloaded aws-lc-rs v1.10.0 |
988 | 2024-11-18T17:29:22.836Z | Downloaded reedline v0.35.0 |
989 | 2024-11-18T17:29:22.843Z | Downloaded p521 v0.13.3 |
990 | 2024-11-18T17:29:22.847Z | Downloaded salty v0.3.0 |
991 | 2024-11-18T17:29:22.855Z | Downloaded mockall_derive v0.13.0 |
992 | 2024-11-18T17:29:22.857Z | Downloaded expectorate v1.1.0 |
993 | 2024-11-18T17:29:22.860Z | Downloaded flate2 v1.0.34 |
994 | 2024-11-18T17:29:22.864Z | Downloaded ssh-key v0.6.6 |
995 | 2024-11-18T17:29:22.871Z | Downloaded snafu-derive v0.8.5 |
996 | 2024-11-18T17:29:22.874Z | Downloaded rcgen v0.12.1 |
997 | 2024-11-18T17:29:22.877Z | Downloaded tracing-core v0.1.32 |
998 | 2024-11-18T17:29:22.880Z | Downloaded derive_builder v0.20.2 |
999 | 2024-11-18T17:29:22.882Z | Downloaded derive-where v1.2.7 |
1000 | 2024-11-18T17:29:22.887Z | Downloaded nanorand v0.7.0 |
1001 | 2024-11-18T17:29:22.890Z | Downloaded mockall v0.13.0 |
1002 | 2024-11-18T17:29:22.890Z | Downloaded icu_properties_data v1.5.0 |
1003 | 2024-11-18T17:29:22.901Z | Downloaded petgraph v0.6.5 |
1004 | 2024-11-18T17:29:22.918Z | Downloaded num-bigint v0.4.6 |
1005 | 2024-11-18T17:29:22.922Z | Downloaded time v0.3.36 |
1006 | 2024-11-18T17:29:22.929Z | Downloaded native-tls v0.2.12 |
1007 | 2024-11-18T17:29:22.933Z | Downloaded pkcs5 v0.7.1 |
1008 | 2024-11-18T17:29:22.938Z | Downloaded sha3 v0.10.8 |
1009 | 2024-11-18T17:29:22.944Z | Downloaded crossterm v0.28.1 |
1010 | 2024-11-18T17:29:22.950Z | Downloaded csv v1.3.0 |
1011 | 2024-11-18T17:29:22.969Z | Downloaded rustc_version v0.1.7 |
1012 | 2024-11-18T17:29:22.976Z | Downloaded tokio-rustls v0.24.1 |
1013 | 2024-11-18T17:29:22.976Z | Downloaded num-traits v0.2.19 |
1014 | 2024-11-18T17:29:22.976Z | Downloaded x509-cert v0.2.5 |
1015 | 2024-11-18T17:29:23.007Z | Downloaded hashbrown v0.14.5 |
1016 | 2024-11-18T17:29:23.007Z | Downloaded futures-channel v0.3.31 |
1017 | 2024-11-18T17:29:23.007Z | Downloaded unicode-normalization v0.1.24 |
1018 | 2024-11-18T17:29:23.007Z | Downloaded tokio-util v0.7.12 |
1019 | 2024-11-18T17:29:23.041Z | Downloaded zerofrom-derive v0.1.4 |
1020 | 2024-11-18T17:29:23.041Z | Downloaded slog-json v2.6.1 |
1021 | 2024-11-18T17:29:23.041Z | Downloaded p256 v0.13.2 |
1022 | 2024-11-18T17:29:23.041Z | Downloaded futures-io v0.3.31 |
1023 | 2024-11-18T17:29:23.041Z | Downloaded futures-executor v0.3.31 |
1024 | 2024-11-18T17:29:23.041Z | Downloaded unicode-truncate v1.1.0 |
1025 | 2024-11-18T17:29:23.041Z | Downloaded multer v3.1.0 |
1026 | 2024-11-18T17:29:23.041Z | Downloaded chacha20poly1305 v0.10.1 |
1027 | 2024-11-18T17:29:23.041Z | Downloaded diesel-dtrace v0.3.0 |
1028 | 2024-11-18T17:29:23.041Z | Downloaded num-complex v0.4.6 |
1029 | 2024-11-18T17:29:23.041Z | Downloaded ff v0.13.0 |
1030 | 2024-11-18T17:29:23.041Z | Downloaded serde_with_macros v3.11.0 |
1031 | 2024-11-18T17:29:23.042Z | Downloaded parking_lot v0.12.3 |
1032 | 2024-11-18T17:29:23.042Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1033 | 2024-11-18T17:29:23.076Z | Downloaded multimap v0.10.0 |
1034 | 2024-11-18T17:29:23.085Z | Downloaded idna v1.0.3 |
1035 | 2024-11-18T17:29:23.085Z | Downloaded time-macros v0.2.18 |
1036 | 2024-11-18T17:29:23.085Z | Downloaded fallible-iterator v0.2.0 |
1037 | 2024-11-18T17:29:23.085Z | Downloaded flume v0.11.1 |
1038 | 2024-11-18T17:29:23.100Z | Downloaded steno v0.4.1 |
1039 | 2024-11-18T17:29:23.101Z | Downloaded futures-task v0.3.31 |
1040 | 2024-11-18T17:29:23.135Z | Downloaded hashbrown v0.13.2 |
1041 | 2024-11-18T17:29:23.135Z | Downloaded walkdir v2.5.0 |
1042 | 2024-11-18T17:29:23.135Z | Downloaded hashbrown v0.12.3 |
1043 | 2024-11-18T17:29:23.135Z | Downloaded defmt-macros v0.3.9 |
1044 | 2024-11-18T17:29:23.135Z | Downloaded cc v1.1.30 |
1045 | 2024-11-18T17:29:23.135Z | Downloaded strip-ansi-escapes v0.2.0 |
1046 | 2024-11-18T17:29:23.135Z | Downloaded rayon-core v1.12.1 |
1047 | 2024-11-18T17:29:23.135Z | Downloaded dhcproto v0.12.0 |
1048 | 2024-11-18T17:29:23.136Z | Downloaded libm v0.2.8 |
1049 | 2024-11-18T17:29:23.197Z | Downloaded nu-ansi-term v0.50.1 |
1050 | 2024-11-18T17:29:23.197Z | Downloaded libxml v0.3.3 |
1051 | 2024-11-18T17:29:23.197Z | Downloaded crossbeam-channel v0.5.13 |
1052 | 2024-11-18T17:29:23.197Z | Downloaded compact_str v0.8.0 |
1053 | 2024-11-18T17:29:23.198Z | Downloaded bumpalo v3.16.0 |
1054 | 2024-11-18T17:29:23.198Z | Downloaded dunce v1.0.5 |
1055 | 2024-11-18T17:29:23.198Z | Downloaded utf-8 v0.7.6 |
1056 | 2024-11-18T17:29:23.198Z | Downloaded take_mut v0.2.2 |
1057 | 2024-11-18T17:29:23.198Z | Downloaded sync_wrapper v1.0.1 |
1058 | 2024-11-18T17:29:23.198Z | Downloaded strum v0.26.3 |
1059 | 2024-11-18T17:29:23.198Z | Downloaded openssl-probe v0.1.5 |
1060 | 2024-11-18T17:29:23.198Z | Downloaded dsl_auto_type v0.1.2 |
1061 | 2024-11-18T17:29:23.198Z | Downloaded xattr v1.3.1 |
1062 | 2024-11-18T17:29:23.198Z | Downloaded typify v0.2.0 |
1063 | 2024-11-18T17:29:23.247Z | Downloaded progenitor v0.8.0 |
1064 | 2024-11-18T17:29:23.248Z | Downloaded pkcs8 v0.10.2 |
1065 | 2024-11-18T17:29:23.248Z | Downloaded tokio-rustls v0.26.0 |
1066 | 2024-11-18T17:29:23.248Z | Downloaded omicron-zone-package v0.11.1 |
1067 | 2024-11-18T17:29:23.248Z | Downloaded qorb v0.2.0 |
1068 | 2024-11-18T17:29:23.248Z | Downloaded ssh-encoding v0.2.0 |
1069 | 2024-11-18T17:29:23.248Z | Downloaded writeable v0.5.5 |
1070 | 2024-11-18T17:29:23.248Z | Downloaded ssh-cipher v0.2.0 |
1071 | 2024-11-18T17:29:23.248Z | Downloaded signal-hook-tokio v0.3.1 |
1072 | 2024-11-18T17:29:23.248Z | Downloaded rustc-demangle v0.1.24 |
1073 | 2024-11-18T17:29:23.248Z | Downloaded http v1.1.0 |
1074 | 2024-11-18T17:29:23.248Z | Downloaded oso-derive v0.27.3 |
1075 | 2024-11-18T17:29:23.248Z | Downloaded unarray v0.1.4 |
1076 | 2024-11-18T17:29:23.248Z | Downloaded typify-macro v0.2.0 |
1077 | 2024-11-18T17:29:23.248Z | Downloaded semver v0.1.20 |
1078 | 2024-11-18T17:29:23.248Z | Downloaded progenitor-macro v0.8.0 |
1079 | 2024-11-18T17:29:23.249Z | Downloaded peg-macros v0.8.4 |
1080 | 2024-11-18T17:29:23.249Z | Downloaded password-hash v0.5.0 |
1081 | 2024-11-18T17:29:23.249Z | Downloaded dropshot_endpoint v0.13.0 |
1082 | 2024-11-18T17:29:23.249Z | Downloaded dropshot_endpoint v0.12.0 |
1083 | 2024-11-18T17:29:23.249Z | Downloaded encoding_rs v0.8.34 |
1084 | 2024-11-18T17:29:23.249Z | Downloaded zopfli v0.8.1 |
1085 | 2024-11-18T17:29:23.249Z | Downloaded value-bag v1.9.0 |
1086 | 2024-11-18T17:29:23.249Z | Downloaded ciborium v0.2.2 |
1087 | 2024-11-18T17:29:23.293Z | Downloaded cookie v0.18.1 |
1088 | 2024-11-18T17:29:23.293Z | Downloaded scopeguard v1.2.0 |
1089 | 2024-11-18T17:29:23.293Z | Downloaded hash32 v0.3.1 |
1090 | 2024-11-18T17:29:23.293Z | Downloaded write16 v1.0.0 |
1091 | 2024-11-18T17:29:23.293Z | Downloaded bytes v1.8.0 |
1092 | 2024-11-18T17:29:23.294Z | Downloaded phf_codegen v0.11.2 |
1093 | 2024-11-18T17:29:23.294Z | Downloaded peg v0.8.4 |
1094 | 2024-11-18T17:29:23.294Z | Downloaded icu_properties v1.5.1 |
1095 | 2024-11-18T17:29:23.294Z | Downloaded ahash v0.8.11 |
1096 | 2024-11-18T17:29:23.294Z | Downloaded icu_normalizer v1.5.0 |
1097 | 2024-11-18T17:29:23.295Z | Downloaded colored v2.1.0 |
1098 | 2024-11-18T17:29:23.295Z | Downloaded foldhash v0.1.3 |
1099 | 2024-11-18T17:29:23.295Z | Downloaded cookie_store v0.21.0 |
1100 | 2024-11-18T17:29:23.295Z | Downloaded indexmap v1.9.3 |
1101 | 2024-11-18T17:29:23.295Z | Downloaded crc32fast v1.4.2 |
1102 | 2024-11-18T17:29:23.295Z | Downloaded crc-any v2.5.0 |
1103 | 2024-11-18T17:29:23.295Z | Downloaded cancel-safe-futures v0.1.5 |
1104 | 2024-11-18T17:29:23.295Z | Downloaded siphasher v0.3.11 |
1105 | 2024-11-18T17:29:23.296Z | Downloaded libloading v0.8.5 |
1106 | 2024-11-18T17:29:23.296Z | Downloaded memmap2 v0.9.5 |
1107 | 2024-11-18T17:29:23.296Z | Downloaded curve25519-dalek-derive v0.1.1 |
1108 | 2024-11-18T17:29:23.296Z | Downloaded jobserver v0.1.32 |
1109 | 2024-11-18T17:29:23.296Z | Downloaded cmake v0.1.51 |
1110 | 2024-11-18T17:29:23.296Z | Downloaded cassowary v0.3.0 |
1111 | 2024-11-18T17:29:23.296Z | Downloaded subtle v2.6.1 |
1112 | 2024-11-18T17:29:23.297Z | Downloaded string_cache v0.8.7 |
1113 | 2024-11-18T17:29:23.297Z | Downloaded icu_locid_transform_data v1.5.0 |
1114 | 2024-11-18T17:29:23.297Z | Downloaded crossbeam-deque v0.8.5 |
1115 | 2024-11-18T17:29:23.297Z | Downloaded memoffset v0.9.1 |
1116 | 2024-11-18T17:29:23.321Z | Downloaded buf-list v1.0.3 |
1117 | 2024-11-18T17:29:23.321Z | Downloaded base64ct v1.6.0 |
1118 | 2024-11-18T17:29:23.321Z | Downloaded iana-time-zone v0.1.61 |
1119 | 2024-11-18T17:29:23.322Z | Downloaded async-trait v0.1.83 |
1120 | 2024-11-18T17:29:23.322Z | Downloaded rusty-fork v0.3.0 |
1121 | 2024-11-18T17:29:23.322Z | Downloaded castaway v0.2.3 |
1122 | 2024-11-18T17:29:23.322Z | Downloaded bcs v0.1.6 |
1123 | 2024-11-18T17:29:23.322Z | Downloaded backoff v0.4.0 |
1124 | 2024-11-18T17:29:23.322Z | Downloaded maybe-uninit v2.0.0 |
1125 | 2024-11-18T17:29:23.323Z | Downloaded managed v0.8.0 |
1126 | 2024-11-18T17:29:23.323Z | Downloaded cbc v0.1.2 |
1127 | 2024-11-18T17:29:23.323Z | Downloaded bitfield-struct v0.6.2 |
1128 | 2024-11-18T17:29:23.323Z | Downloaded termtree v0.4.1 |
1129 | 2024-11-18T17:29:23.323Z | Downloaded crc v3.2.1 |
1130 | 2024-11-18T17:29:23.323Z | Downloaded cexpr v0.6.0 |
1131 | 2024-11-18T17:29:23.323Z | Downloaded blowfish v0.9.1 |
1132 | 2024-11-18T17:29:23.323Z | Downloaded block-padding v0.3.3 |
1133 | 2024-11-18T17:29:23.323Z | Downloaded base16ct v0.2.0 |
1134 | 2024-11-18T17:29:23.323Z | Downloaded maplit v1.0.2 |
1135 | 2024-11-18T17:29:23.323Z | Downloaded lru-cache v0.1.2 |
1136 | 2024-11-18T17:29:23.323Z | Downloaded lru v0.12.5 |
1137 | 2024-11-18T17:29:23.323Z | Downloaded libsw v3.3.1 |
1138 | 2024-11-18T17:29:23.354Z | Downloaded libefi-sys v0.1.0 |
1139 | 2024-11-18T17:29:23.354Z | Downloaded lazycell v1.3.0 |
1140 | 2024-11-18T17:29:23.354Z | Downloaded lalrpop-util v0.19.12 |
1141 | 2024-11-18T17:29:23.354Z | Downloaded kstat-rs v0.2.4 |
1142 | 2024-11-18T17:29:23.355Z | Downloaded keccak v0.1.5 |
1143 | 2024-11-18T17:29:23.355Z | Downloaded instability v0.3.2 |
1144 | 2024-11-18T17:29:23.355Z | Downloaded idna_adapter v1.2.0 |
1145 | 2024-11-18T17:29:23.355Z | Downloaded humantime v2.1.0 |
1146 | 2024-11-18T17:29:23.355Z | Downloaded bb8 v0.8.5 |
1147 | 2024-11-18T17:29:23.355Z | Downloaded atomicwrites v0.4.4 |
1148 | 2024-11-18T17:29:23.355Z | Downloaded array-init v0.0.4 |
1149 | 2024-11-18T17:29:23.356Z | Downloaded arc-swap v1.7.1 |
1150 | 2024-11-18T17:29:23.356Z | Downloaded aho-corasick v1.1.3 |
1151 | 2024-11-18T17:29:23.424Z | Downloaded libsqlite3-sys v0.30.1 |
1152 | 2024-11-18T17:29:23.924Z | Downloaded ring v0.17.8 |
1153 | 2024-11-18T17:29:24.123Z | Downloaded ring v0.16.20 |
1154 | 2024-11-18T17:29:24.411Z | Downloaded aws-lc-sys v0.22.0 |
1155 | 2024-11-18T17:29:24.717Z | Compiling serde v1.0.215 |
1156 | 2024-11-18T17:29:24.719Z | Compiling lock_api v0.4.12 |
1157 | 2024-11-18T17:29:24.720Z | Compiling scopeguard v1.2.0 |
1158 | 2024-11-18T17:29:24.720Z | Compiling value-bag v1.9.0 |
1159 | 2024-11-18T17:29:24.720Z | Compiling typenum v1.17.0 |
1160 | 2024-11-18T17:29:24.720Z | Compiling generic-array v0.14.7 |
1161 | 2024-11-18T17:29:24.906Z | Compiling syn v2.0.87 |
1162 | 2024-11-18T17:29:24.921Z | Compiling getrandom v0.2.15 |
1163 | 2024-11-18T17:29:24.985Z | Compiling shlex v1.3.0 |
1164 | 2024-11-18T17:29:25.204Z | Compiling rand_core v0.6.4 |
1165 | 2024-11-18T17:29:25.403Z | Compiling log v0.4.22 |
1166 | 2024-11-18T17:29:25.403Z | Compiling subtle v2.6.1 |
1167 | 2024-11-18T17:29:25.451Z | Compiling jobserver v0.1.32 |
1168 | 2024-11-18T17:29:25.480Z | Compiling const-oid v0.9.6 |
1169 | 2024-11-18T17:29:25.725Z | Compiling smallvec v1.13.2 |
1170 | 2024-11-18T17:29:25.744Z | Compiling spin v0.9.8 |
1171 | 2024-11-18T17:29:25.744Z | Compiling pin-project-lite v0.2.14 |
1172 | 2024-11-18T17:29:25.895Z | Compiling cc v1.1.30 |
1173 | 2024-11-18T17:29:26.094Z | Compiling rustix v0.38.37 |
1174 | 2024-11-18T17:29:26.134Z | Compiling parking_lot_core v0.9.10 |
1175 | 2024-11-18T17:29:26.348Z | Compiling futures-core v0.3.31 |
1176 | 2024-11-18T17:29:26.504Z | Compiling signal-hook-registry v1.4.2 |
1177 | 2024-11-18T17:29:26.606Z | Compiling mio v1.0.2 |
1178 | 2024-11-18T17:29:27.220Z | Compiling parking_lot v0.12.3 |
1179 | 2024-11-18T17:29:27.388Z | Compiling aho-corasick v1.1.3 |
1180 | 2024-11-18T17:29:27.414Z | Compiling cpufeatures v0.2.14 |
1181 | 2024-11-18T17:29:27.520Z | Compiling either v1.13.0 |
1182 | 2024-11-18T17:29:27.645Z | Compiling regex-syntax v0.8.5 |
1183 | 2024-11-18T17:29:27.848Z | Compiling lazy_static v1.5.0 |
1184 | 2024-11-18T17:29:27.955Z | Compiling futures-sink v0.3.31 |
1185 | 2024-11-18T17:29:27.975Z | Compiling glob v0.3.1 |
1186 | 2024-11-18T17:29:27.975Z | Compiling stable_deref_trait v1.2.0 |
1187 | 2024-11-18T17:29:28.102Z | Compiling socket2 v0.5.7 |
1188 | 2024-11-18T17:29:28.122Z | Compiling slab v0.4.9 |
1189 | 2024-11-18T17:29:28.181Z | Compiling prettyplease v0.2.25 |
1190 | 2024-11-18T17:29:28.540Z | Compiling minimal-lexical v0.2.1 |
1191 | 2024-11-18T17:29:28.847Z | Compiling libloading v0.8.5 |
1192 | 2024-11-18T17:29:29.088Z | Compiling clang-sys v1.8.1 |
1193 | 2024-11-18T17:29:29.162Z | Compiling nom v7.1.3 |
1194 | 2024-11-18T17:29:29.162Z | Compiling home v0.5.9 |
1195 | 2024-11-18T17:29:29.292Z | Compiling bindgen v0.69.5 |
1196 | 2024-11-18T17:29:29.361Z | Compiling serde_json v1.0.132 |
1197 | 2024-11-18T17:29:29.693Z | Compiling futures-channel v0.3.31 |
1198 | 2024-11-18T17:29:30.073Z | Compiling itertools v0.12.1 |
1199 | 2024-11-18T17:29:30.122Z | Compiling allocator-api2 v0.2.18 |
1200 | 2024-11-18T17:29:30.515Z | Compiling pin-utils v0.1.0 |
1201 | 2024-11-18T17:29:30.624Z | Compiling foldhash v0.1.3 |
1202 | 2024-11-18T17:29:30.921Z | Compiling rustc-hash v1.1.0 |
1203 | 2024-11-18T17:29:30.973Z | Compiling lazycell v1.3.0 |
1204 | 2024-11-18T17:29:31.069Z | Compiling futures-task v0.3.31 |
1205 | 2024-11-18T17:29:31.130Z | Compiling futures-io v0.3.31 |
1206 | 2024-11-18T17:29:31.397Z | Compiling regex-automata v0.4.8 |
1207 | 2024-11-18T17:29:31.492Z | Compiling hashbrown v0.15.0 |
1208 | 2024-11-18T17:29:32.743Z | Compiling synstructure v0.13.1 |
1209 | 2024-11-18T17:29:33.228Z | Compiling cexpr v0.6.0 |
1210 | 2024-11-18T17:29:33.248Z | Compiling cmake v0.1.51 |
1211 | 2024-11-18T17:29:34.295Z | Compiling libm v0.2.8 |
1212 | 2024-11-18T17:29:34.452Z | Compiling pkg-config v0.3.31 |
1213 | 2024-11-18T17:29:34.480Z | Compiling tinyvec_macros v0.1.1 |
1214 | 2024-11-18T17:29:34.568Z | Compiling dunce v1.0.5 |
1215 | 2024-11-18T17:29:34.602Z | Compiling fs_extra v1.3.0 |
1216 | 2024-11-18T17:29:34.719Z | Compiling tinyvec v1.8.0 |
1217 | 2024-11-18T17:29:34.977Z | Compiling num-traits v0.2.19 |
1218 | 2024-11-18T17:29:35.477Z | Compiling ring v0.17.8 |
1219 | 2024-11-18T17:29:35.962Z | Compiling unicode-bidi v0.3.17 |
1220 | 2024-11-18T17:29:36.099Z | Compiling litemap v0.7.3 |
1221 | 2024-11-18T17:29:36.289Z | Compiling unicode-normalization v0.1.24 |
1222 | 2024-11-18T17:29:36.475Z | Compiling writeable v0.5.5 |
1223 | 2024-11-18T17:29:36.623Z | Compiling base64ct v1.6.0 |
1224 | 2024-11-18T17:29:36.646Z | Compiling paste v1.0.15 |
1225 | 2024-11-18T17:29:37.051Z | Compiling regex v1.11.1 |
1226 | 2024-11-18T17:29:37.170Z | Compiling pem-rfc7468 v0.7.0 |
1227 | 2024-11-18T17:29:37.428Z | Compiling httparse v1.9.5 |
1228 | 2024-11-18T17:29:37.879Z | Compiling aws-lc-rs v1.10.0 |
1229 | 2024-11-18T17:29:38.079Z | Compiling flagset v0.4.6 |
1230 | 2024-11-18T17:29:38.255Z | Compiling tracing-core v0.1.32 |
1231 | 2024-11-18T17:29:38.302Z | Compiling percent-encoding v2.3.1 |
1232 | 2024-11-18T17:29:38.656Z | Compiling rustls-pki-types v1.9.0 |
1233 | 2024-11-18T17:29:39.216Z | Compiling icu_locid_transform_data v1.5.0 |
1234 | 2024-11-18T17:29:39.322Z | Compiling crossbeam-utils v0.8.20 |
1235 | 2024-11-18T17:29:39.469Z | Compiling icu_properties_data v1.5.0 |
1236 | 2024-11-18T17:29:39.577Z | Compiling serde_derive v1.0.215 |
1237 | 2024-11-18T17:29:39.637Z | Compiling zeroize_derive v1.4.2 |
1238 | 2024-11-18T17:29:39.701Z | Compiling zerocopy-derive v0.7.35 |
1239 | 2024-11-18T17:29:39.840Z | Compiling tokio-macros v2.4.0 |
1240 | 2024-11-18T17:29:40.023Z | Compiling zerofrom-derive v0.1.4 |
1241 | 2024-11-18T17:29:41.154Z | Compiling zeroize v1.8.1 |
1242 | 2024-11-18T17:29:41.342Z | Compiling thiserror-impl v1.0.69 |
1243 | 2024-11-18T17:29:41.629Z | Compiling yoke-derive v0.7.4 |
1244 | 2024-11-18T17:29:41.952Z | Compiling zerocopy v0.7.35 |
1245 | 2024-11-18T17:29:42.929Z | Compiling crypto-common v0.1.6 |
1246 | 2024-11-18T17:29:43.156Z | Compiling block-buffer v0.10.4 |
1247 | 2024-11-18T17:29:43.388Z | Compiling digest v0.10.7 |
1248 | 2024-11-18T17:29:43.546Z | Compiling zerovec-derive v0.10.3 |
1249 | 2024-11-18T17:29:43.841Z | Compiling hmac v0.12.1 |
1250 | 2024-11-18T17:29:43.897Z | Compiling zerofrom v0.1.4 |
1251 | 2024-11-18T17:29:44.078Z | Compiling futures-macro v0.3.31 |
1252 | 2024-11-18T17:29:44.097Z | Compiling block-padding v0.3.3 |
1253 | 2024-11-18T17:29:44.115Z | Compiling displaydoc v0.2.5 |
1254 | 2024-11-18T17:29:44.344Z | Compiling inout v0.1.3 |
1255 | 2024-11-18T17:29:44.471Z | Compiling yoke v0.7.4 |
1256 | 2024-11-18T17:29:44.620Z | Compiling cipher v0.4.4 |
1257 | 2024-11-18T17:29:44.650Z | Compiling thiserror v1.0.69 |
1258 | 2024-11-18T17:29:44.777Z | Compiling sha2 v0.10.8 |
1259 | 2024-11-18T17:29:44.812Z | Compiling ppv-lite86 v0.2.20 |
1260 | 2024-11-18T17:29:45.086Z | Compiling der_derive v0.7.3 |
1261 | 2024-11-18T17:29:45.642Z | Compiling icu_provider_macros v1.5.0 |
1262 | 2024-11-18T17:29:45.678Z | Compiling rand_chacha v0.3.1 |
1263 | 2024-11-18T17:29:45.921Z | Compiling futures-util v0.3.31 |
1264 | 2024-11-18T17:29:46.152Z | Compiling zerovec v0.10.4 |
1265 | 2024-11-18T17:29:46.774Z | Compiling tracing-attributes v0.1.27 |
1266 | 2024-11-18T17:29:47.514Z | Compiling der v0.7.9 |
1267 | 2024-11-18T17:29:47.920Z | Compiling rand v0.8.5 |
1268 | 2024-11-18T17:29:48.033Z | Compiling tinystr v0.7.6 |
1269 | 2024-11-18T17:29:48.396Z | Compiling icu_locid v1.5.0 |
1270 | 2024-11-18T17:29:48.468Z | Compiling icu_collections v1.5.0 |
1271 | 2024-11-18T17:29:49.840Z | Compiling icu_provider v1.5.0 |
1272 | 2024-11-18T17:29:49.940Z | Compiling spki v0.7.3 |
1273 | 2024-11-18T17:29:50.297Z | Compiling salsa20 v0.10.2 |
1274 | 2024-11-18T17:29:50.342Z | Compiling tracing v0.1.40 |
1275 | 2024-11-18T17:29:50.510Z | Compiling icu_locid_transform v1.5.0 |
1276 | 2024-11-18T17:29:50.648Z | Compiling pest v2.7.14 |
1277 | 2024-11-18T17:29:50.765Z | Compiling pbkdf2 v0.12.2 |
1278 | 2024-11-18T17:29:50.839Z | Compiling vcpkg v0.2.15 |
1279 | 2024-11-18T17:29:50.862Z | Compiling powerfmt v0.2.0 |
1280 | 2024-11-18T17:29:50.917Z | Compiling untrusted v0.7.1 |
1281 | 2024-11-18T17:29:51.107Z | Compiling mirai-annotations v1.12.0 |
1282 | 2024-11-18T17:29:51.281Z | Compiling time-core v0.1.2 |
1283 | 2024-11-18T17:29:51.307Z | Compiling num-conv v0.1.0 |
1284 | 2024-11-18T17:29:51.449Z | Compiling untrusted v0.9.0 |
1285 | 2024-11-18T17:29:51.580Z | Compiling time-macros v0.2.18 |
1286 | 2024-11-18T17:29:51.628Z | Compiling deranged v0.3.11 |
1287 | 2024-11-18T17:29:52.036Z | Compiling icu_properties v1.5.1 |
1288 | 2024-11-18T17:29:53.038Z | Compiling bitflags v2.6.0 |
1289 | 2024-11-18T17:29:53.151Z | Compiling bytes v1.8.0 |
1290 | 2024-11-18T17:29:53.432Z | Compiling indexmap v2.6.0 |
1291 | 2024-11-18T17:29:53.476Z | Compiling semver v1.0.23 |
1292 | 2024-11-18T17:29:54.229Z | Compiling tokio v1.40.0 |
1293 | 2024-11-18T17:29:54.438Z | Compiling http v1.1.0 |
1294 | 2024-11-18T17:29:54.746Z | Compiling rustc_version v0.4.1 |
1295 | 2024-11-18T17:29:54.921Z | Compiling pest_meta v2.7.14 |
1296 | 2024-11-18T17:29:55.534Z | Compiling openssl-sys v0.9.103 |
1297 | 2024-11-18T17:29:56.527Z | Compiling scrypt v0.11.0 |
1298 | 2024-11-18T17:29:56.836Z | Compiling cbc v0.1.2 |
1299 | 2024-11-18T17:29:56.896Z | Compiling aes v0.8.4 |
1300 | 2024-11-18T17:29:57.075Z | Compiling scroll_derive v0.12.0 |
1301 | 2024-11-18T17:29:57.113Z | Compiling icu_normalizer_data v1.5.0 |
1302 | 2024-11-18T17:29:57.220Z | Compiling write16 v1.0.0 |
1303 | 2024-11-18T17:29:57.355Z | Compiling which v4.4.2 |
1304 | 2024-11-18T17:29:57.531Z | Compiling utf8_iter v1.0.4 |
1305 | 2024-11-18T17:29:57.938Z | Compiling atomic-waker v1.1.2 |
1306 | 2024-11-18T17:29:57.975Z | Compiling utf16_iter v1.0.5 |
1307 | 2024-11-18T17:29:58.135Z | Compiling num_threads v0.1.7 |
1308 | 2024-11-18T17:29:58.177Z | Compiling icu_normalizer v1.5.0 |
1309 | 2024-11-18T17:29:58.276Z | Compiling time v0.3.36 |
1310 | 2024-11-18T17:29:58.597Z | Compiling scroll v0.12.0 |
1311 | 2024-11-18T17:29:58.732Z | Compiling pkcs5 v0.7.1 |
1312 | 2024-11-18T17:29:59.549Z | Compiling pest_generator v2.7.14 |
1313 | 2024-11-18T17:29:59.724Z | Compiling http-body v1.0.1 |
1314 | 2024-11-18T17:29:59.968Z | Compiling form_urlencoded v1.2.1 |
1315 | 2024-11-18T17:29:59.987Z | Compiling slog v2.7.0 |
1316 | 2024-11-18T17:30:00.058Z | Compiling try-lock v0.2.5 |
1317 | 2024-11-18T17:30:00.164Z | Compiling want v0.3.1 |
1318 | 2024-11-18T17:30:00.200Z | Compiling goblin v0.8.2 |
1319 | 2024-11-18T17:30:00.308Z | Compiling pkcs8 v0.10.2 |
1320 | 2024-11-18T17:30:00.454Z | Compiling idna_adapter v1.2.0 |
1321 | 2024-11-18T17:30:00.568Z | Compiling httpdate v1.0.3 |
1322 | 2024-11-18T17:30:00.671Z | Compiling idna v1.0.3 |
1323 | 2024-11-18T17:30:01.028Z | Compiling serde_spanned v0.6.8 |
1324 | 2024-11-18T17:30:01.292Z | Compiling uuid v1.11.0 |
1325 | 2024-11-18T17:30:01.639Z | Compiling pest_derive v2.7.14 |
1326 | 2024-11-18T17:30:01.873Z | Compiling toml_datetime v0.6.8 |
1327 | 2024-11-18T17:30:02.368Z | Compiling serde_tokenstream v0.2.2 |
1328 | 2024-11-18T17:30:02.434Z | Compiling dtrace-parser v0.2.0 |
1329 | 2024-11-18T17:30:02.515Z | Compiling openssl v0.10.66 |
1330 | 2024-11-18T17:30:02.747Z | Compiling tokio-util v0.7.12 |
1331 | 2024-11-18T17:30:02.936Z | Compiling match_cfg v0.1.0 |
1332 | 2024-11-18T17:30:02.974Z | Compiling tower-service v0.3.3 |
1333 | 2024-11-18T17:30:03.036Z | Compiling adler2 v2.0.0 |
1334 | 2024-11-18T17:30:03.102Z | Compiling base64 v0.22.1 |
1335 | 2024-11-18T17:30:03.255Z | Compiling foreign-types-shared v0.1.1 |
1336 | 2024-11-18T17:30:03.368Z | Compiling iana-time-zone v0.1.61 |
1337 | 2024-11-18T17:30:03.517Z | Compiling rustversion v1.0.17 |
1338 | 2024-11-18T17:30:03.838Z | Compiling h2 v0.4.6 |
1339 | 2024-11-18T17:30:03.864Z | Compiling chrono v0.4.38 |
1340 | 2024-11-18T17:30:04.205Z | Compiling foreign-types v0.3.2 |
1341 | 2024-11-18T17:30:04.301Z | Compiling miniz_oxide v0.8.0 |
1342 | 2024-11-18T17:30:04.321Z | Compiling hostname v0.3.1 |
1343 | 2024-11-18T17:30:04.566Z | Compiling url v2.5.3 |
1344 | 2024-11-18T17:30:05.799Z | Compiling openssl-macros v0.1.1 |
1345 | 2024-11-18T17:30:05.968Z | Compiling dof v0.3.0 |
1346 | 2024-11-18T17:30:06.605Z | Compiling async-trait v0.1.83 |
1347 | 2024-11-18T17:30:06.608Z | Compiling dirs-sys-next v0.1.2 |
1348 | 2024-11-18T17:30:07.279Z | Compiling usdt-impl v0.5.0 |
1349 | 2024-11-18T17:30:07.618Z | Compiling syn v1.0.109 |
1350 | 2024-11-18T17:30:08.245Z | Compiling rustls v0.22.4 |
1351 | 2024-11-18T17:30:08.263Z | Compiling native-tls v0.2.12 |
1352 | 2024-11-18T17:30:08.492Z | Compiling data-encoding v2.6.0 |
1353 | 2024-11-18T17:30:08.580Z | Compiling rustls v0.23.14 |
1354 | 2024-11-18T17:30:08.840Z | Compiling siphasher v0.3.11 |
1355 | 2024-11-18T17:30:08.987Z | Compiling dirs-next v2.0.0 |
1356 | 2024-11-18T17:30:09.576Z | Compiling http-body-util v0.1.2 |
1357 | 2024-11-18T17:30:09.824Z | Compiling crossbeam-epoch v0.9.18 |
1358 | 2024-11-18T17:30:09.942Z | Compiling heapless v0.7.17 |
1359 | 2024-11-18T17:30:10.385Z | Compiling sha1 v0.10.6 |
1360 | 2024-11-18T17:30:10.569Z | Compiling signature v2.2.0 |
1361 | 2024-11-18T17:30:10.590Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1362 | 2024-11-18T17:30:10.611Z | Compiling serde_derive_internals v0.29.1 |
1363 | 2024-11-18T17:30:10.814Z | Compiling hyper v1.5.0 |
1364 | 2024-11-18T17:30:10.864Z | Compiling thread_local v1.1.8 |
1365 | 2024-11-18T17:30:10.908Z | Compiling multer v3.1.0 |
1366 | 2024-11-18T17:30:11.067Z | Compiling encoding_rs v0.8.34 |
1367 | 2024-11-18T17:30:11.209Z | Compiling cookie v0.18.1 |
1368 | 2024-11-18T17:30:11.444Z | Compiling signal-hook v0.3.17 |
1369 | 2024-11-18T17:30:11.524Z | Compiling slog-async v2.8.0 |
1370 | 2024-11-18T17:30:11.707Z | Compiling unicode-properties v0.1.3 |
1371 | 2024-11-18T17:30:12.076Z | Compiling gimli v0.31.1 |
1372 | 2024-11-18T17:30:12.123Z | Compiling schemars v0.8.21 |
1373 | 2024-11-18T17:30:12.470Z | Compiling rayon-core v1.12.1 |
1374 | 2024-11-18T17:30:12.731Z | Compiling openssl-probe v0.1.5 |
1375 | 2024-11-18T17:30:13.098Z | Compiling hyper-util v0.1.10 |
1376 | 2024-11-18T17:30:13.399Z | Compiling ipnet v2.10.1 |
1377 | 2024-11-18T17:30:14.311Z | Compiling mime v0.3.17 |
1378 | 2024-11-18T17:30:14.641Z | Compiling toml_edit v0.22.22 |
1379 | 2024-11-18T17:30:14.923Z | Compiling schemars_derive v0.8.21 |
1380 | 2024-11-18T17:30:15.068Z | Compiling stringprep v0.1.5 |
1381 | 2024-11-18T17:30:16.374Z | Compiling usdt-attr-macro v0.5.0 |
1382 | 2024-11-18T17:30:16.406Z | Compiling usdt-macro v0.5.0 |
1383 | 2024-11-18T17:30:17.309Z | Compiling addr2line v0.24.2 |
1384 | 2024-11-18T17:30:17.829Z | Compiling crossbeam-deque v0.8.5 |
1385 | 2024-11-18T17:30:17.849Z | Compiling term v0.7.0 |
1386 | 2024-11-18T17:30:17.945Z | Compiling slog-json v2.6.1 |
1387 | 2024-11-18T17:30:17.976Z | Compiling serde_urlencoded v0.7.1 |
1388 | 2024-11-18T17:30:18.166Z | Compiling crossbeam-channel v0.5.13 |
1389 | 2024-11-18T17:30:18.271Z | Compiling curve25519-dalek v4.1.3 |
1390 | 2024-11-18T17:30:18.306Z | Compiling futures-executor v0.3.31 |
1391 | 2024-11-18T17:30:18.512Z | Compiling enum-as-inner v0.6.1 |
1392 | 2024-11-18T17:30:18.865Z | Compiling md-5 v0.10.6 |
1393 | 2024-11-18T17:30:18.923Z | Compiling async-stream-impl v0.3.6 |
1394 | 2024-11-18T17:30:19.129Z | Compiling rustls-pemfile v2.2.0 |
1395 | 2024-11-18T17:30:19.322Z | Compiling num-integer v0.1.46 |
1396 | 2024-11-18T17:30:19.400Z | Compiling idna v0.4.0 |
1397 | 2024-11-18T17:30:19.462Z | Compiling idna v0.3.0 |
1398 | 2024-11-18T17:30:19.619Z | Compiling hash32 v0.2.1 |
1399 | 2024-11-18T17:30:19.998Z | Compiling ff v0.13.0 |
1400 | 2024-11-18T17:30:20.103Z | Compiling is-terminal v0.4.13 |
1401 | 2024-11-18T17:30:20.225Z | Compiling object v0.36.5 |
1402 | 2024-11-18T17:30:20.243Z | Compiling dropshot v0.12.0 |
1403 | 2024-11-18T17:30:20.264Z | Compiling smoltcp v0.9.1 |
1404 | 2024-11-18T17:30:20.521Z | Compiling utf-8 v0.7.6 |
1405 | 2024-11-18T17:30:20.851Z | Compiling num-bigint-dig v0.8.4 |
1406 | 2024-11-18T17:30:20.954Z | Compiling portable-atomic v1.9.0 |
1407 | 2024-11-18T17:30:21.026Z | Compiling psl-types v2.0.11 |
1408 | 2024-11-18T17:30:21.120Z | Compiling anyhow v1.0.93 |
1409 | 2024-11-18T17:30:21.123Z | Compiling take_mut v0.2.2 |
1410 | 2024-11-18T17:30:21.278Z | Compiling base16ct v0.2.0 |
1411 | 2024-11-18T17:30:21.299Z | Compiling linked-hash-map v0.5.6 |
1412 | 2024-11-18T17:30:21.619Z | Compiling rustc-demangle v0.1.24 |
1413 | 2024-11-18T17:30:21.683Z | Compiling fallible-iterator v0.2.0 |
1414 | 2024-11-18T17:30:21.813Z | Compiling dyn-clone v1.0.17 |
1415 | 2024-11-18T17:30:22.042Z | Compiling quick-error v1.2.3 |
1416 | 2024-11-18T17:30:22.187Z | Compiling resolv-conf v0.7.0 |
1417 | 2024-11-18T17:30:22.409Z | Compiling postgres-protocol v0.6.7 |
1418 | 2024-11-18T17:30:22.971Z | Compiling lru-cache v0.1.2 |
1419 | 2024-11-18T17:30:22.990Z | Compiling sec1 v0.7.3 |
1420 | 2024-11-18T17:30:23.173Z | Compiling publicsuffix v2.2.3 |
1421 | 2024-11-18T17:30:23.489Z | Compiling tungstenite v0.24.0 |
1422 | 2024-11-18T17:30:23.651Z | Compiling async-stream v0.3.6 |
1423 | 2024-11-18T17:30:23.720Z | Compiling hickory-proto v0.24.1 |
1424 | 2024-11-18T17:30:23.948Z | Compiling slog-term v2.9.1 |
1425 | 2024-11-18T17:30:24.302Z | Compiling group v0.13.0 |
1426 | 2024-11-18T17:30:24.612Z | Compiling usdt v0.5.0 |
1427 | 2024-11-18T17:30:25.191Z | Compiling num-iter v0.1.45 |
1428 | 2024-11-18T17:30:25.492Z | Compiling futures v0.3.31 |
1429 | 2024-11-18T17:30:25.607Z | Compiling slog-bunyan v2.5.0 |
1430 | 2024-11-18T17:30:25.837Z | Compiling toml v0.8.19 |
1431 | 2024-11-18T17:30:27.238Z | Compiling camino v1.1.9 |
1432 | 2024-11-18T17:30:27.605Z | Compiling tokio-native-tls v0.3.1 |
1433 | 2024-11-18T17:30:27.625Z | Compiling backtrace v0.3.74 |
1434 | 2024-11-18T17:30:27.888Z | Compiling phf_shared v0.11.2 |
1435 | 2024-11-18T17:30:28.212Z | Compiling dropshot_endpoint v0.12.0 |
1436 | 2024-11-18T17:30:28.292Z | Compiling waitgroup v0.1.2 |
1437 | 2024-11-18T17:30:28.406Z | Compiling terminal_size v0.4.0 |
1438 | 2024-11-18T17:30:28.468Z | Compiling openapiv3 v2.0.0 |
1439 | 2024-11-18T17:30:28.501Z | Compiling serde_path_to_error v0.1.16 |
1440 | 2024-11-18T17:30:28.621Z | Compiling hkdf v0.12.4 |
1441 | 2024-11-18T17:30:28.879Z | Compiling crypto-bigint v0.5.5 |
1442 | 2024-11-18T17:30:29.360Z | Compiling zerocopy-derive v0.6.6 |
1443 | 2024-11-18T17:30:31.384Z | Compiling curve25519-dalek-derive v0.1.1 |
1444 | 2024-11-18T17:30:31.648Z | Compiling webpki-roots v0.26.6 |
1445 | 2024-11-18T17:30:31.855Z | Compiling idna v0.5.0 |
1446 | 2024-11-18T17:30:32.235Z | Compiling hubpack_derive v0.1.1 |
1447 | 2024-11-18T17:30:32.922Z | Compiling hostname v0.4.0 |
1448 | 2024-11-18T17:30:32.924Z | Compiling fs-err v2.11.0 |
1449 | 2024-11-18T17:30:32.977Z | Compiling ahash v0.8.11 |
1450 | 2024-11-18T17:30:33.133Z | Compiling crc32fast v1.4.2 |
1451 | 2024-11-18T17:30:33.168Z | Compiling debug-ignore v1.0.5 |
1452 | 2024-11-18T17:30:33.226Z | Compiling bitflags v1.3.2 |
1453 | 2024-11-18T17:30:33.294Z | Compiling winnow v0.5.40 |
1454 | 2024-11-18T17:30:33.318Z | Compiling managed v0.8.0 |
1455 | 2024-11-18T17:30:33.401Z | Compiling flate2 v1.0.34 |
1456 | 2024-11-18T17:30:33.446Z | Compiling console v0.15.8 |
1457 | 2024-11-18T17:30:33.467Z | Compiling clap_builder v4.5.21 |
1458 | 2024-11-18T17:30:34.401Z | Compiling strum_macros v0.25.3 |
1459 | 2024-11-18T17:30:34.496Z | Compiling hubpack v0.1.2 |
1460 | 2024-11-18T17:30:35.061Z | Compiling cookie_store v0.21.0 |
1461 | 2024-11-18T17:30:35.084Z | Compiling elliptic-curve v0.13.8 |
1462 | 2024-11-18T17:30:35.911Z | Compiling zerocopy v0.6.6 |
1463 | 2024-11-18T17:30:35.935Z | Compiling hickory-resolver v0.24.1 |
1464 | 2024-11-18T17:30:36.834Z | Compiling toml_edit v0.19.15 |
1465 | 2024-11-18T17:30:37.177Z | Compiling phf v0.11.2 |
1466 | 2024-11-18T17:30:37.482Z | Compiling signal-hook-mio v0.2.4 |
1467 | 2024-11-18T17:30:37.606Z | Compiling hyper-tls v0.6.0 |
1468 | 2024-11-18T17:30:37.643Z | Compiling rayon v1.10.0 |
1469 | 2024-11-18T17:30:38.030Z | Compiling bzip2 v0.4.4 |
1470 | 2024-11-18T17:30:38.580Z | Compiling tokio-tungstenite v0.24.0 |
1471 | 2024-11-18T17:30:39.142Z | Compiling postgres-types v0.2.8 |
1472 | 2024-11-18T17:30:42.059Z | Compiling ed25519 v2.2.3 |
1473 | 2024-11-18T17:30:42.618Z | Compiling phf_shared v0.10.0 |
1474 | 2024-11-18T17:30:42.821Z | Compiling tokio-stream v0.1.16 |
1475 | 2024-11-18T17:30:42.920Z | Compiling pkcs1 v0.7.5 |
1476 | 2024-11-18T17:30:43.029Z | Compiling serde-big-array v0.5.1 |
1477 | 2024-11-18T17:30:43.062Z | Compiling clap_derive v4.5.18 |
1478 | 2024-11-18T17:30:43.261Z | Compiling rfc6979 v0.4.0 |
1479 | 2024-11-18T17:30:43.454Z | Compiling derive-where v1.2.7 |
1480 | 2024-11-18T17:30:43.906Z | Compiling serde_repr v0.1.19 |
1481 | 2024-11-18T17:30:43.947Z | Compiling float-cmp v0.9.0 |
1482 | 2024-11-18T17:30:43.971Z | Compiling bstr v1.10.0 |
1483 | 2024-11-18T17:30:44.164Z | Compiling sync_wrapper v1.0.1 |
1484 | 2024-11-18T17:30:44.317Z | Compiling fixedbitset v0.4.2 |
1485 | 2024-11-18T17:30:44.792Z | Compiling difflib v0.4.0 |
1486 | 2024-11-18T17:30:44.892Z | Compiling unicode-width v0.2.0 |
1487 | 2024-11-18T17:30:45.096Z | Compiling static_assertions v1.1.0 |
1488 | 2024-11-18T17:30:45.212Z | Compiling bit-vec v0.6.3 |
1489 | 2024-11-18T17:30:45.395Z | Compiling whoami v1.5.2 |
1490 | 2024-11-18T17:30:45.668Z | Compiling precomputed-hash v0.1.1 |
1491 | 2024-11-18T17:30:45.780Z | Compiling predicates-core v1.0.8 |
1492 | 2024-11-18T17:30:45.799Z | Compiling normalize-line-endings v0.3.0 |
1493 | 2024-11-18T17:30:45.922Z | Compiling new_debug_unreachable v1.0.6 |
1494 | 2024-11-18T17:30:46.019Z | Compiling unicode-segmentation v1.12.0 |
1495 | 2024-11-18T17:30:46.042Z | Compiling number_prefix v0.4.0 |
1496 | 2024-11-18T17:30:46.138Z | Compiling string_cache v0.8.7 |
1497 | 2024-11-18T17:30:46.280Z | Compiling indicatif v0.17.9 |
1498 | 2024-11-18T17:30:46.440Z | Compiling predicates v3.1.2 |
1499 | 2024-11-18T17:30:46.628Z | Compiling tokio-postgres v0.7.12 |
1500 | 2024-11-18T17:30:46.931Z | Compiling similar v2.6.0 |
1501 | 2024-11-18T17:30:47.047Z | Compiling bit-set v0.5.3 |
1502 | 2024-11-18T17:30:47.339Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1503 | 2024-11-18T17:30:48.204Z | Compiling petgraph v0.6.5 |
1504 | 2024-11-18T17:30:48.252Z | Compiling clap v4.5.21 |
1505 | 2024-11-18T17:30:48.372Z | Compiling ecdsa v0.16.9 |
1506 | 2024-11-18T17:30:48.544Z | Compiling rsa v0.9.6 |
1507 | 2024-11-18T17:30:49.258Z | Compiling ed25519-dalek v2.1.1 |
1508 | 2024-11-18T17:30:49.367Z | Compiling toml v0.7.8 |
1509 | 2024-11-18T17:30:50.567Z | Compiling zip v0.6.6 |
1510 | 2024-11-18T17:30:51.141Z | Compiling crossterm v0.28.1 |
1511 | 2024-11-18T17:30:52.419Z | Compiling hex v0.4.3 |
1512 | 2024-11-18T17:30:52.785Z | Compiling x509-cert v0.2.5 |
1513 | 2024-11-18T17:30:52.934Z | Compiling itertools v0.10.5 |
1514 | 2024-11-18T17:30:53.046Z | Compiling lalrpop-util v0.19.12 |
1515 | 2024-11-18T17:30:53.048Z | Compiling peg-runtime v0.8.3 |
1516 | 2024-11-18T17:30:53.384Z | Compiling unicode-xid v0.2.6 |
1517 | 2024-11-18T17:30:53.561Z | Compiling strum_macros v0.26.4 |
1518 | 2024-11-18T17:30:53.738Z | Compiling xattr v1.3.1 |
1519 | 2024-11-18T17:30:54.008Z | Compiling filetime v0.2.25 |
1520 | 2024-11-18T17:30:54.344Z | Compiling tar v0.4.42 |
1521 | 2024-11-18T17:30:58.599Z | Compiling strum v0.26.3 |
1522 | 2024-11-18T17:31:01.161Z | Compiling aws-lc-sys v0.22.0 |
1523 | 2024-11-18T17:31:39.446Z | Compiling rustls-webpki v0.102.8 |
1524 | 2024-11-18T17:31:42.844Z | Compiling tokio-rustls v0.25.0 |
1525 | 2024-11-18T17:31:44.363Z | Compiling tokio-rustls v0.26.0 |
1526 | 2024-11-18T17:31:44.718Z | Compiling hyper-rustls v0.27.3 |
1527 | 2024-11-18T17:31:45.238Z | Compiling reqwest v0.12.9 |
1528 | 2024-11-18T17:31:46.469Z | Compiling qorb v0.2.0 |
1529 | 2024-11-18T17:31:51.031Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1530 | 2024-11-18T17:31:51.265Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1531 | 2024-11-18T17:31:57.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
1532 | 2024-11-18T17:31:57.188Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1533 | 2024-11-18T17:31:57.237Z | Nov 18 17:31:56.182 INFO Starting download, target: Cockroach |
1534 | 2024-11-18T17:31:57.237Z | Nov 18 17:31:56.182 INFO Starting download, target: Console |
1535 | 2024-11-18T17:31:57.237Z | Nov 18 17:31:56.182 INFO Starting download, target: DendriteOpenapi |
1536 | 2024-11-18T17:31:57.237Z | Nov 18 17:31:56.182 INFO Starting download, target: Clickhouse |
1537 | 2024-11-18T17:31:57.237Z | Nov 18 17:31:56.182 INFO Starting download, target: DendriteStub |
1538 | 2024-11-18T17:31:57.240Z | Nov 18 17:31:56.182 INFO Starting download, target: MaghemiteMgd |
1539 | 2024-11-18T17:31:57.240Z | Nov 18 17:31:56.182 INFO Starting download, target: TransceiverControl |
1540 | 2024-11-18T17:31:57.240Z | Nov 18 17:31:56.183 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi |
1541 | 2024-11-18T17:31:57.240Z | Nov 18 17:31:56.183 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1542 | 2024-11-18T17:31:57.240Z | Nov 18 17:31:56.183 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1543 | 2024-11-18T17:31:57.240Z | Nov 18 17:31:56.183 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1544 | 2024-11-18T17:31:57.240Z | Nov 18 17:31:56.183 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1545 | 2024-11-18T17:31:57.240Z | Nov 18 17:31:56.183 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1546 | 2024-11-18T17:31:57.240Z | Nov 18 17:31:56.183 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1547 | 2024-11-18T17:31:57.428Z | Nov 18 17:31:56.366 INFO Download complete, target: DendriteOpenapi |
1548 | 2024-11-18T17:31:57.509Z | Nov 18 17:31:56.447 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1549 | 2024-11-18T17:31:57.837Z | Nov 18 17:31:56.775 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1550 | 2024-11-18T17:31:58.094Z | Nov 18 17:31:57.035 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1551 | 2024-11-18T17:31:58.186Z | Nov 18 17:31:57.123 INFO Download complete, target: TransceiverControl |
1552 | 2024-11-18T17:31:58.200Z | Nov 18 17:31:57.143 INFO Download complete, target: Console |
1553 | 2024-11-18T17:31:58.205Z | Nov 18 17:31:57.146 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1554 | 2024-11-18T17:31:59.030Z | Nov 18 17:31:57.974 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1555 | 2024-11-18T17:31:59.030Z | Nov 18 17:31:57.974 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1556 | 2024-11-18T17:31:59.151Z | Nov 18 17:31:58.094 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1557 | 2024-11-18T17:32:00.787Z | Nov 18 17:31:59.729 INFO Download complete, target: DendriteStub |
1558 | 2024-11-18T17:32:00.999Z | Nov 18 17:31:59.941 INFO Download complete, target: MaghemiteMgd |
1559 | 2024-11-18T17:32:06.136Z | Nov 18 17:32:05.075 INFO Checking that binary works, target: Cockroach |
1560 | 2024-11-18T17:32:06.296Z | Nov 18 17:32:05.235 INFO Download complete, target: Cockroach |
1561 | 2024-11-18T17:32:11.090Z | Nov 18 17:32:10.026 INFO Checking that binary works, target: Clickhouse |
1562 | 2024-11-18T17:32:11.945Z | Nov 18 17:32:10.880 INFO Download complete, target: Clickhouse |
1563 | 2024-11-18T17:32:12.009Z | All builder prerequisites installed successfully, and PATH looks valid |
1564 | 2024-11-18T17:32:12.013Z | |
1565 | 2024-11-18T17:32:12.013Z | real 5:27.088732189 |
1566 | 2024-11-18T17:32:12.013Z | user 16:18.855029052 |
1567 | 2024-11-18T17:32:12.013Z | sys 3:11.958863066 |
1568 | 2024-11-18T17:32:12.013Z | trap 0.550764373 |
1569 | 2024-11-18T17:32:12.013Z | tflt 9.823137401 |
1570 | 2024-11-18T17:32:12.013Z | dflt 9.664910731 |
1571 | 2024-11-18T17:32:12.013Z | kflt 0.694162791 |
1572 | 2024-11-18T17:32:12.013Z | lock 29:58.337648754 |
1573 | 2024-11-18T17:32:12.013Z | slp 1:03:54.060074027 |
1574 | 2024-11-18T17:32:12.013Z | lat 52.674603717 |
1575 | 2024-11-18T17:32:12.014Z | stop 2:10.608146769 |
1576 | 2024-11-18T17:32:12.014Z | + banner hack-check |
1577 | 2024-11-18T17:32:12.017Z | |
1578 | 2024-11-18T17:32:12.017Z | # # ## #### # # #### # # ###### #### # # |
1579 | 2024-11-18T17:32:12.017Z | # # # # # # # # # # # # # # # # # |
1580 | 2024-11-18T17:32:12.017Z | ###### # # # #### ##### # ###### ##### # #### |
1581 | 2024-11-18T17:32:12.017Z | # # ###### # # # # # # # # # # |
1582 | 2024-11-18T17:32:12.017Z | # # # # # # # # # # # # # # # # # |
1583 | 2024-11-18T17:32:12.017Z | # # # # #### # # #### # # ###### #### # # |
1584 | 2024-11-18T17:32:12.017Z | |
1585 | 2024-11-18T17:32:12.017Z | + export CARGO_INCREMENTAL=0 |
1586 | 2024-11-18T17:32:12.017Z | + CARGO_INCREMENTAL=0 |
1587 | 2024-11-18T17:32:12.017Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1588 | 2024-11-18T17:32:12.516Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1589 | 2024-11-18T17:32:16.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
1590 | 2024-11-18T17:32:16.095Z | Running `target/debug/xtask check-features --ci` |
1591 | 2024-11-18T17:32:16.115Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1592 | 2024-11-18T17:32:16.116Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1593 | 2024-11-18T17:32:16.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1594 | 2024-11-18T17:32:16.581Z | Running `target/debug/xtask download cargo-hack` |
1595 | 2024-11-18T17:32:17.413Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1596 | 2024-11-18T17:32:17.769Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1597 | 2024-11-18T17:32:22.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s |
1598 | 2024-11-18T17:32:23.005Z | Running `target/debug/xtask-downloader cargo-hack` |
1599 | 2024-11-18T17:32:23.042Z | Nov 18 17:32:21.970 INFO Starting download, target: CargoHack |
1600 | 2024-11-18T17:32:23.044Z | Nov 18 17:32:21.970 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1601 | 2024-11-18T17:32:23.750Z | Nov 18 17:32:22.677 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1602 | 2024-11-18T17:32:23.837Z | Nov 18 17:32:22.764 INFO Download complete, target: CargoHack |
1603 | 2024-11-18T17:32:23.841Z | 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" |
1604 | 2024-11-18T17:32:23.856Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1605 | 2024-11-18T17:32:24.019Z | info: running `cargo check --bins` on api_identity (1/172) |
1606 | 2024-11-18T17:32:24.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1607 | 2024-11-18T17:32:24.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1608 | 2024-11-18T17:32:24.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1609 | 2024-11-18T17:32:24.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1610 | 2024-11-18T17:32:24.634Z | |
1611 | 2024-11-18T17:32:24.634Z | info: running `cargo check --bins` on bootstore (2/172) |
1612 | 2024-11-18T17:32:25.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1613 | 2024-11-18T17:32:25.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1614 | 2024-11-18T17:32:25.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1615 | 2024-11-18T17:32:25.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1616 | 2024-11-18T17:32:25.265Z | |
1617 | 2024-11-18T17:32:25.265Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/172) |
1618 | 2024-11-18T17:32:25.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-11-18T17:32:25.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-11-18T17:32:25.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-11-18T17:32:25.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1622 | 2024-11-18T17:32:25.867Z | |
1623 | 2024-11-18T17:32:25.867Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/172) |
1624 | 2024-11-18T17:32:26.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-11-18T17:32:26.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-11-18T17:32:26.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-11-18T17:32:26.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1628 | 2024-11-18T17:32:26.479Z | |
1629 | 2024-11-18T17:32:26.479Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/172) |
1630 | 2024-11-18T17:32:26.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-11-18T17:32:26.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-11-18T17:32:26.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-11-18T17:32:26.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1634 | 2024-11-18T17:32:26.885Z | |
1635 | 2024-11-18T17:32:26.886Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/172) |
1636 | 2024-11-18T17:32:27.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-11-18T17:32:27.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-11-18T17:32:27.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-11-18T17:32:27.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1640 | 2024-11-18T17:32:27.304Z | |
1641 | 2024-11-18T17:32:27.304Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/172) |
1642 | 2024-11-18T17:32:27.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-11-18T17:32:27.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-11-18T17:32:27.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-11-18T17:32:27.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1646 | 2024-11-18T17:32:27.716Z | |
1647 | 2024-11-18T17:32:27.716Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/172) |
1648 | 2024-11-18T17:32:28.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-11-18T17:32:28.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-11-18T17:32:28.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-11-18T17:32:28.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1652 | 2024-11-18T17:32:28.130Z | |
1653 | 2024-11-18T17:32:28.130Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/172) |
1654 | 2024-11-18T17:32:28.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-11-18T17:32:28.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-11-18T17:32:28.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-11-18T17:32:28.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1658 | 2024-11-18T17:32:28.546Z | |
1659 | 2024-11-18T17:32:28.546Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/172) |
1660 | 2024-11-18T17:32:28.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-11-18T17:32:28.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-11-18T17:32:28.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-11-18T17:32:28.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1664 | 2024-11-18T17:32:28.952Z | |
1665 | 2024-11-18T17:32:28.952Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/172) |
1666 | 2024-11-18T17:32:29.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-11-18T17:32:29.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-11-18T17:32:29.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-11-18T17:32:29.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1670 | 2024-11-18T17:32:29.359Z | |
1671 | 2024-11-18T17:32:29.359Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/172) |
1672 | 2024-11-18T17:32:29.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-11-18T17:32:29.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-11-18T17:32:29.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-11-18T17:32:29.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1676 | 2024-11-18T17:32:29.769Z | |
1677 | 2024-11-18T17:32:29.769Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/172) |
1678 | 2024-11-18T17:32:30.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-11-18T17:32:30.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-11-18T17:32:30.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-11-18T17:32:30.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1682 | 2024-11-18T17:32:30.180Z | |
1683 | 2024-11-18T17:32:30.180Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/172) |
1684 | 2024-11-18T17:32:30.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-11-18T17:32:30.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-11-18T17:32:30.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-11-18T17:32:30.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1688 | 2024-11-18T17:32:30.589Z | |
1689 | 2024-11-18T17:32:30.589Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/172) |
1690 | 2024-11-18T17:32:30.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-11-18T17:32:30.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-11-18T17:32:30.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2024-11-18T17:32:30.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1694 | 2024-11-18T17:32:30.994Z | |
1695 | 2024-11-18T17:32:30.994Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/172) |
1696 | 2024-11-18T17:32:31.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2024-11-18T17:32:31.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2024-11-18T17:32:31.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2024-11-18T17:32:31.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1700 | 2024-11-18T17:32:31.398Z | |
1701 | 2024-11-18T17:32:31.399Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/172) |
1702 | 2024-11-18T17:32:31.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2024-11-18T17:32:31.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2024-11-18T17:32:31.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2024-11-18T17:32:31.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1706 | 2024-11-18T17:32:31.806Z | |
1707 | 2024-11-18T17:32:31.806Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/172) |
1708 | 2024-11-18T17:32:32.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2024-11-18T17:32:32.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2024-11-18T17:32:32.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2024-11-18T17:32:32.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1712 | 2024-11-18T17:32:32.219Z | |
1713 | 2024-11-18T17:32:32.219Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/172) |
1714 | 2024-11-18T17:32:32.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2024-11-18T17:32:32.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2024-11-18T17:32:32.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2024-11-18T17:32:32.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1718 | 2024-11-18T17:32:32.636Z | |
1719 | 2024-11-18T17:32:32.636Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/172) |
1720 | 2024-11-18T17:32:33.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2024-11-18T17:32:33.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2024-11-18T17:32:33.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2024-11-18T17:32:33.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1724 | 2024-11-18T17:32:33.047Z | |
1725 | 2024-11-18T17:32:33.047Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/172) |
1726 | 2024-11-18T17:32:33.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2024-11-18T17:32:33.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2024-11-18T17:32:33.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2024-11-18T17:32:33.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1730 | 2024-11-18T17:32:33.464Z | |
1731 | 2024-11-18T17:32:33.464Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/172) |
1732 | 2024-11-18T17:32:33.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2024-11-18T17:32:33.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2024-11-18T17:32:33.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2024-11-18T17:32:33.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1736 | 2024-11-18T17:32:33.876Z | |
1737 | 2024-11-18T17:32:33.876Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/172) |
1738 | 2024-11-18T17:32:34.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2024-11-18T17:32:34.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2024-11-18T17:32:34.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2024-11-18T17:32:34.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1742 | 2024-11-18T17:32:34.291Z | |
1743 | 2024-11-18T17:32:34.291Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/172) |
1744 | 2024-11-18T17:32:34.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2024-11-18T17:32:34.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2024-11-18T17:32:34.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2024-11-18T17:32:34.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1748 | 2024-11-18T17:32:34.698Z | |
1749 | 2024-11-18T17:32:34.698Z | info: running `cargo check --bins` on sled-hardware-types (25/172) |
1750 | 2024-11-18T17:32:35.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2024-11-18T17:32:35.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2024-11-18T17:32:35.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2024-11-18T17:32:35.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1754 | 2024-11-18T17:32:35.318Z | |
1755 | 2024-11-18T17:32:35.318Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/172) |
1756 | 2024-11-18T17:32:35.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2024-11-18T17:32:35.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2024-11-18T17:32:35.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2024-11-18T17:32:35.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1760 | 2024-11-18T17:32:35.936Z | |
1761 | 2024-11-18T17:32:35.936Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/172) |
1762 | 2024-11-18T17:32:36.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2024-11-18T17:32:36.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2024-11-18T17:32:36.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2024-11-18T17:32:36.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1766 | 2024-11-18T17:32:36.557Z | |
1767 | 2024-11-18T17:32:36.557Z | info: running `cargo check --bins` on oxlog (28/172) |
1768 | 2024-11-18T17:32:37.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2024-11-18T17:32:37.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2024-11-18T17:32:37.165Z | Checking cfg-if v1.0.0 |
1771 | 2024-11-18T17:32:37.168Z | Checking libc v0.2.162 |
1772 | 2024-11-18T17:32:37.274Z | Checking serde v1.0.215 |
1773 | 2024-11-18T17:32:37.277Z | Checking zeroize v1.8.1 |
1774 | 2024-11-18T17:32:37.294Z | Checking memchr v2.7.4 |
1775 | 2024-11-18T17:32:37.296Z | Checking typenum v1.17.0 |
1776 | 2024-11-18T17:32:37.304Z | Checking scopeguard v1.2.0 |
1777 | 2024-11-18T17:32:37.315Z | Checking subtle v2.6.1 |
1778 | 2024-11-18T17:32:37.342Z | Checking value-bag v1.9.0 |
1779 | 2024-11-18T17:32:37.450Z | Checking lock_api v0.4.12 |
1780 | 2024-11-18T17:32:37.499Z | Checking itoa v1.0.11 |
1781 | 2024-11-18T17:32:37.568Z | Checking const-oid v0.9.6 |
1782 | 2024-11-18T17:32:37.705Z | Checking smallvec v1.13.2 |
1783 | 2024-11-18T17:32:37.765Z | Checking log v0.4.22 |
1784 | 2024-11-18T17:32:37.841Z | Checking pin-project-lite v0.2.14 |
1785 | 2024-11-18T17:32:37.960Z | Checking byteorder v1.5.0 |
1786 | 2024-11-18T17:32:38.040Z | Checking futures-core v0.3.31 |
1787 | 2024-11-18T17:32:38.178Z | Checking once_cell v1.20.2 |
1788 | 2024-11-18T17:32:38.234Z | Checking cpufeatures v0.2.14 |
1789 | 2024-11-18T17:32:38.296Z | Checking futures-sink v0.3.31 |
1790 | 2024-11-18T17:32:38.323Z | Checking stable_deref_trait v1.2.0 |
1791 | 2024-11-18T17:32:38.362Z | Checking spin v0.9.8 |
1792 | 2024-11-18T17:32:38.408Z | Checking getrandom v0.2.15 |
1793 | 2024-11-18T17:32:38.422Z | Checking parking_lot_core v0.9.10 |
1794 | 2024-11-18T17:32:38.424Z | Checking signal-hook-registry v1.4.2 |
1795 | 2024-11-18T17:32:38.451Z | Checking mio v1.0.2 |
1796 | 2024-11-18T17:32:38.622Z | Checking generic-array v0.14.7 |
1797 | 2024-11-18T17:32:38.638Z | Checking rand_core v0.6.4 |
1798 | 2024-11-18T17:32:38.651Z | Checking socket2 v0.5.7 |
1799 | 2024-11-18T17:32:38.708Z | Checking zerocopy v0.7.35 |
1800 | 2024-11-18T17:32:38.741Z | Checking parking_lot v0.12.3 |
1801 | 2024-11-18T17:32:38.923Z | Checking zerofrom v0.1.4 |
1802 | 2024-11-18T17:32:39.058Z | Checking slab v0.4.9 |
1803 | 2024-11-18T17:32:39.084Z | Checking futures-channel v0.3.31 |
1804 | 2024-11-18T17:32:39.141Z | Checking yoke v0.7.4 |
1805 | 2024-11-18T17:32:39.160Z | Checking foldhash v0.1.3 |
1806 | 2024-11-18T17:32:39.317Z | Checking futures-task v0.3.31 |
1807 | 2024-11-18T17:32:39.356Z | Checking allocator-api2 v0.2.18 |
1808 | 2024-11-18T17:32:39.423Z | Checking equivalent v1.0.1 |
1809 | 2024-11-18T17:32:39.443Z | Checking pin-utils v0.1.0 |
1810 | 2024-11-18T17:32:39.478Z | Checking futures-io v0.3.31 |
1811 | 2024-11-18T17:32:39.523Z | Checking zerovec v0.10.4 |
1812 | 2024-11-18T17:32:39.539Z | Checking ryu v1.0.18 |
1813 | 2024-11-18T17:32:39.542Z | Checking tinyvec_macros v0.1.1 |
1814 | 2024-11-18T17:32:39.635Z | Checking tinyvec v1.8.0 |
1815 | 2024-11-18T17:32:39.652Z | Checking futures-util v0.3.31 |
1816 | 2024-11-18T17:32:39.757Z | Checking fnv v1.0.7 |
1817 | 2024-11-18T17:32:39.774Z | Checking crypto-common v0.1.6 |
1818 | 2024-11-18T17:32:39.876Z | Checking block-buffer v0.10.4 |
1819 | 2024-11-18T17:32:39.954Z | Checking block-padding v0.3.3 |
1820 | 2024-11-18T17:32:40.001Z | Checking hashbrown v0.15.0 |
1821 | 2024-11-18T17:32:40.095Z | Checking digest v0.10.7 |
1822 | 2024-11-18T17:32:40.112Z | Checking libm v0.2.8 |
1823 | 2024-11-18T17:32:40.158Z | Checking inout v0.1.3 |
1824 | 2024-11-18T17:32:40.385Z | Checking cipher v0.4.4 |
1825 | 2024-11-18T17:32:40.455Z | Checking hmac v0.12.1 |
1826 | 2024-11-18T17:32:40.661Z | Checking sha2 v0.10.8 |
1827 | 2024-11-18T17:32:40.802Z | Checking unicode-bidi v0.3.17 |
1828 | 2024-11-18T17:32:40.935Z | Checking unicode-normalization v0.1.24 |
1829 | 2024-11-18T17:32:41.031Z | Checking base64ct v1.6.0 |
1830 | 2024-11-18T17:32:41.102Z | Checking litemap v0.7.3 |
1831 | 2024-11-18T17:32:41.167Z | Checking tinystr v0.7.6 |
1832 | 2024-11-18T17:32:41.225Z | Checking writeable v0.5.5 |
1833 | 2024-11-18T17:32:41.419Z | Checking num-traits v0.2.19 |
1834 | 2024-11-18T17:32:41.444Z | Checking ppv-lite86 v0.2.20 |
1835 | 2024-11-18T17:32:41.459Z | Checking pem-rfc7468 v0.7.0 |
1836 | 2024-11-18T17:32:41.542Z | Checking flagset v0.4.6 |
1837 | 2024-11-18T17:32:41.558Z | Checking icu_locid v1.5.0 |
1838 | 2024-11-18T17:32:41.722Z | Checking tracing-core v0.1.32 |
1839 | 2024-11-18T17:32:41.737Z | Checking der v0.7.9 |
1840 | 2024-11-18T17:32:41.808Z | Checking thiserror v1.0.69 |
1841 | 2024-11-18T17:32:41.939Z | Checking icu_locid_transform_data v1.5.0 |
1842 | 2024-11-18T17:32:42.037Z | Checking percent-encoding v2.3.1 |
1843 | 2024-11-18T17:32:42.226Z | Checking rand_chacha v0.3.1 |
1844 | 2024-11-18T17:32:42.244Z | Checking rustls-pki-types v1.9.0 |
1845 | 2024-11-18T17:32:42.376Z | Checking bytes v1.8.0 |
1846 | 2024-11-18T17:32:42.392Z | Checking indexmap v2.6.0 |
1847 | 2024-11-18T17:32:42.555Z | Checking serde_json v1.0.132 |
1848 | 2024-11-18T17:32:42.598Z | Checking icu_provider v1.5.0 |
1849 | 2024-11-18T17:32:42.816Z | Checking bitflags v2.6.0 |
1850 | 2024-11-18T17:32:43.017Z | Checking rand v0.8.5 |
1851 | 2024-11-18T17:32:43.119Z | Checking tracing v0.1.40 |
1852 | 2024-11-18T17:32:43.221Z | Checking tokio v1.40.0 |
1853 | 2024-11-18T17:32:43.269Z | Checking http v1.1.0 |
1854 | 2024-11-18T17:32:43.448Z | Checking icu_locid_transform v1.5.0 |
1855 | 2024-11-18T17:32:43.633Z | Checking spki v0.7.3 |
1856 | 2024-11-18T17:32:43.669Z | Checking icu_collections v1.5.0 |
1857 | 2024-11-18T17:32:43.911Z | Checking salsa20 v0.10.2 |
1858 | 2024-11-18T17:32:44.125Z | Checking pbkdf2 v0.12.2 |
1859 | 2024-11-18T17:32:44.277Z | Checking aws-lc-sys v0.22.0 |
1860 | 2024-11-18T17:32:44.307Z | Checking httparse v1.9.5 |
1861 | 2024-11-18T17:32:44.367Z | Checking untrusted v0.9.0 |
1862 | 2024-11-18T17:32:44.381Z | Checking icu_properties_data v1.5.0 |
1863 | 2024-11-18T17:32:44.426Z | Checking mirai-annotations v1.12.0 |
1864 | 2024-11-18T17:32:44.508Z | Checking powerfmt v0.2.0 |
1865 | 2024-11-18T17:32:44.590Z | Checking untrusted v0.7.1 |
1866 | 2024-11-18T17:32:44.594Z | Checking ring v0.17.8 |
1867 | 2024-11-18T17:32:44.620Z | Checking icu_properties v1.5.1 |
1868 | 2024-11-18T17:32:44.724Z | Checking scrypt v0.11.0 |
1869 | 2024-11-18T17:32:44.741Z | Checking aes v0.8.4 |
1870 | 2024-11-18T17:32:44.755Z | Checking cbc v0.1.2 |
1871 | 2024-11-18T17:32:44.771Z | Checking deranged v0.3.11 |
1872 | 2024-11-18T17:32:44.932Z | Checking crossbeam-utils v0.8.20 |
1873 | 2024-11-18T17:32:44.948Z | Checking num-conv v0.1.0 |
1874 | 2024-11-18T17:32:45.178Z | Checking icu_normalizer_data v1.5.0 |
1875 | 2024-11-18T17:32:45.273Z | Checking atomic-waker v1.1.2 |
1876 | 2024-11-18T17:32:45.396Z | Checking num_threads v0.1.7 |
1877 | 2024-11-18T17:32:45.507Z | Checking utf16_iter v1.0.5 |
1878 | 2024-11-18T17:32:45.607Z | Checking write16 v1.0.0 |
1879 | 2024-11-18T17:32:45.654Z | Checking time-core v0.1.2 |
1880 | 2024-11-18T17:32:45.671Z | Checking utf8_iter v1.0.4 |
1881 | 2024-11-18T17:32:45.727Z | Checking pkcs5 v0.7.1 |
1882 | 2024-11-18T17:32:45.799Z | Checking http-body v1.0.1 |
1883 | 2024-11-18T17:32:45.873Z | Checking form_urlencoded v1.2.1 |
1884 | 2024-11-18T17:32:46.010Z | Checking try-lock v0.2.5 |
1885 | 2024-11-18T17:32:46.072Z | Checking unicode-ident v1.0.13 |
1886 | 2024-11-18T17:32:46.139Z | Checking want v0.3.1 |
1887 | 2024-11-18T17:32:46.219Z | Checking pkcs8 v0.10.2 |
1888 | 2024-11-18T17:32:46.235Z | Checking httpdate v1.0.3 |
1889 | 2024-11-18T17:32:46.299Z | Checking proc-macro2 v1.0.89 |
1890 | 2024-11-18T17:32:46.445Z | Checking toml_datetime v0.6.8 |
1891 | 2024-11-18T17:32:46.445Z | Checking uuid v1.11.0 |
1892 | 2024-11-18T17:32:46.522Z | Checking serde_spanned v0.6.8 |
1893 | 2024-11-18T17:32:46.612Z | Checking time v0.3.36 |
1894 | 2024-11-18T17:32:46.703Z | Checking slog v2.7.0 |
1895 | 2024-11-18T17:32:46.706Z | Checking scroll v0.12.0 |
1896 | 2024-11-18T17:32:46.865Z | Checking aws-lc-rs v1.10.0 |
1897 | 2024-11-18T17:32:46.934Z | Checking match_cfg v0.1.0 |
1898 | 2024-11-18T17:32:47.016Z | Checking base64 v0.22.1 |
1899 | 2024-11-18T17:32:47.051Z | Checking plain v0.2.3 |
1900 | 2024-11-18T17:32:47.167Z | Checking iana-time-zone v0.1.61 |
1901 | 2024-11-18T17:32:47.181Z | Checking foreign-types-shared v0.1.1 |
1902 | 2024-11-18T17:32:47.198Z | Checking ucd-trie v0.1.7 |
1903 | 2024-11-18T17:32:47.281Z | Checking adler2 v2.0.0 |
1904 | 2024-11-18T17:32:47.301Z | Checking tower-service v0.3.3 |
1905 | 2024-11-18T17:32:47.397Z | Checking pest v2.7.14 |
1906 | 2024-11-18T17:32:47.418Z | Checking chrono v0.4.38 |
1907 | 2024-11-18T17:32:47.432Z | Checking miniz_oxide v0.8.0 |
1908 | 2024-11-18T17:32:47.502Z | Checking foreign-types v0.3.2 |
1909 | 2024-11-18T17:32:47.593Z | Checking goblin v0.8.2 |
1910 | 2024-11-18T17:32:47.919Z | Checking icu_normalizer v1.5.0 |
1911 | 2024-11-18T17:32:48.143Z | Checking hostname v0.3.1 |
1912 | 2024-11-18T17:32:48.277Z | Checking quote v1.0.37 |
1913 | 2024-11-18T17:32:48.633Z | Checking openssl-sys v0.9.103 |
1914 | 2024-11-18T17:32:48.673Z | Checking idna_adapter v1.2.0 |
1915 | 2024-11-18T17:32:48.702Z | Checking rustls-webpki v0.102.8 |
1916 | 2024-11-18T17:32:48.863Z | Checking idna v1.0.3 |
1917 | 2024-11-18T17:32:49.098Z | Checking dirs-sys-next v0.1.2 |
1918 | 2024-11-18T17:32:49.283Z | Checking errno v0.3.9 |
1919 | 2024-11-18T17:32:49.331Z | Checking url v2.5.3 |
1920 | 2024-11-18T17:32:49.478Z | Checking aho-corasick v1.1.3 |
1921 | 2024-11-18T17:32:49.536Z | Checking siphasher v0.3.11 |
1922 | 2024-11-18T17:32:49.554Z | Checking pretty-hex v0.4.1 |
1923 | 2024-11-18T17:32:49.712Z | Checking regex-syntax v0.8.5 |
1924 | 2024-11-18T17:32:49.825Z | Checking data-encoding v2.6.0 |
1925 | 2024-11-18T17:32:49.948Z | Checking openssl v0.10.66 |
1926 | 2024-11-18T17:32:49.993Z | Checking dtrace-parser v0.2.0 |
1927 | 2024-11-18T17:32:50.140Z | Checking rustix v0.38.37 |
1928 | 2024-11-18T17:32:50.461Z | Checking dirs-next v2.0.0 |
1929 | 2024-11-18T17:32:50.486Z | Checking syn v2.0.87 |
1930 | 2024-11-18T17:32:50.594Z | Checking http-body-util v0.1.2 |
1931 | 2024-11-18T17:32:50.620Z | Checking tokio-util v0.7.12 |
1932 | 2024-11-18T17:32:51.025Z | Checking crossbeam-epoch v0.9.18 |
1933 | 2024-11-18T17:32:51.144Z | Checking sha1 v0.10.6 |
1934 | 2024-11-18T17:32:51.422Z | Checking signature v2.2.0 |
1935 | 2024-11-18T17:32:51.464Z | Checking lazy_static v1.5.0 |
1936 | 2024-11-18T17:32:51.542Z | Checking h2 v0.4.6 |
1937 | 2024-11-18T17:32:51.585Z | Checking thread_local v1.1.8 |
1938 | 2024-11-18T17:32:51.619Z | Checking thread-id v4.2.2 |
1939 | 2024-11-18T17:32:51.723Z | Checking encoding_rs v0.8.34 |
1940 | 2024-11-18T17:32:51.869Z | Checking gimli v0.31.1 |
1941 | 2024-11-18T17:32:52.582Z | Checking dof v0.3.0 |
1942 | 2024-11-18T17:32:52.964Z | Checking regex-automata v0.4.8 |
1943 | 2024-11-18T17:32:53.162Z | Checking ipnet v2.10.1 |
1944 | 2024-11-18T17:32:53.623Z | Checking mime v0.3.17 |
1945 | 2024-11-18T17:32:53.648Z | Checking unicode-properties v0.1.3 |
1946 | 2024-11-18T17:32:53.927Z | Checking anstyle v1.0.10 |
1947 | 2024-11-18T17:32:54.006Z | Checking openssl-probe v0.1.5 |
1948 | 2024-11-18T17:32:54.072Z | Checking utf8parse v0.2.2 |
1949 | 2024-11-18T17:32:54.154Z | Checking either v1.13.0 |
1950 | 2024-11-18T17:32:54.208Z | Checking winnow v0.6.20 |
1951 | 2024-11-18T17:32:54.265Z | Checking anstyle-parse v0.2.5 |
1952 | 2024-11-18T17:32:54.560Z | Checking stringprep v0.1.5 |
1953 | 2024-11-18T17:32:54.574Z | Checking crossbeam-deque v0.8.5 |
1954 | 2024-11-18T17:32:54.818Z | Checking term v0.7.0 |
1955 | 2024-11-18T17:32:54.883Z | Checking rustls v0.22.4 |
1956 | 2024-11-18T17:32:55.251Z | Checking rustls v0.23.14 |
1957 | 2024-11-18T17:32:55.404Z | Checking native-tls v0.2.12 |
1958 | 2024-11-18T17:32:55.732Z | Checking slog-json v2.6.1 |
1959 | 2024-11-18T17:32:55.911Z | Checking addr2line v0.24.2 |
1960 | 2024-11-18T17:32:55.985Z | Checking serde_urlencoded v0.7.1 |
1961 | 2024-11-18T17:32:56.407Z | Checking crossbeam-channel v0.5.13 |
1962 | 2024-11-18T17:32:56.423Z | Checking futures-executor v0.3.31 |
1963 | 2024-11-18T17:32:56.657Z | Checking num-integer v0.1.46 |
1964 | 2024-11-18T17:32:56.969Z | Checking usdt-impl v0.5.0 |
1965 | 2024-11-18T17:32:57.132Z | Checking toml_edit v0.22.22 |
1966 | 2024-11-18T17:32:57.264Z | Checking rustls-pemfile v2.2.0 |
1967 | 2024-11-18T17:32:57.268Z | Checking idna v0.4.0 |
1968 | 2024-11-18T17:32:57.371Z | Checking idna v0.3.0 |
1969 | 2024-11-18T17:32:57.479Z | Checking md-5 v0.10.6 |
1970 | 2024-11-18T17:32:57.674Z | Checking ff v0.13.0 |
1971 | 2024-11-18T17:32:57.691Z | Checking is-terminal v0.4.13 |
1972 | 2024-11-18T17:32:57.782Z | Checking hyper v1.5.0 |
1973 | 2024-11-18T17:32:57.808Z | Checking memmap v0.7.0 |
1974 | 2024-11-18T17:32:57.878Z | Checking hash32 v0.2.1 |
1975 | 2024-11-18T17:32:57.996Z | Checking object v0.36.5 |
1976 | 2024-11-18T17:32:58.011Z | Checking utf-8 v0.7.6 |
1977 | 2024-11-18T17:32:58.183Z | Checking take_mut v0.2.2 |
1978 | 2024-11-18T17:32:58.205Z | Checking colorchoice v1.0.2 |
1979 | 2024-11-18T17:32:58.226Z | Checking is_terminal_polyfill v1.70.1 |
1980 | 2024-11-18T17:32:58.323Z | Checking linked-hash-map v0.5.6 |
1981 | 2024-11-18T17:32:58.339Z | Checking base16ct v0.2.0 |
1982 | 2024-11-18T17:32:58.341Z | Checking fallible-iterator v0.2.0 |
1983 | 2024-11-18T17:32:58.511Z | Checking psl-types v2.0.11 |
1984 | 2024-11-18T17:32:58.528Z | Checking dyn-clone v1.0.17 |
1985 | 2024-11-18T17:32:58.645Z | Checking rustc-demangle v0.1.24 |
1986 | 2024-11-18T17:32:58.661Z | Checking anstyle-query v1.1.1 |
1987 | 2024-11-18T17:32:58.691Z | Checking quick-error v1.2.3 |
1988 | 2024-11-18T17:32:58.777Z | Checking anstream v0.6.15 |
1989 | 2024-11-18T17:32:58.830Z | Checking resolv-conf v0.7.0 |
1990 | 2024-11-18T17:32:58.951Z | Checking postgres-protocol v0.6.7 |
1991 | 2024-11-18T17:32:59.048Z | Checking publicsuffix v2.2.3 |
1992 | 2024-11-18T17:32:59.147Z | Checking schemars v0.8.21 |
1993 | 2024-11-18T17:32:59.173Z | Checking lru-cache v0.1.2 |
1994 | 2024-11-18T17:32:59.268Z | Checking tokio-rustls v0.25.0 |
1995 | 2024-11-18T17:32:59.365Z | Checking sec1 v0.7.3 |
1996 | 2024-11-18T17:32:59.632Z | Checking slog-async v2.8.0 |
1997 | 2024-11-18T17:32:59.659Z | Checking tungstenite v0.24.0 |
1998 | 2024-11-18T17:32:59.734Z | Checking heapless v0.7.17 |
1999 | 2024-11-18T17:32:59.756Z | Checking toml v0.8.19 |
2000 | 2024-11-18T17:32:59.850Z | Checking hyper-util v0.1.10 |
2001 | 2024-11-18T17:32:59.924Z | Checking usdt v0.5.0 |
2002 | 2024-11-18T17:33:00.193Z | Checking hickory-proto v0.24.1 |
2003 | 2024-11-18T17:33:00.507Z | Checking group v0.13.0 |
2004 | 2024-11-18T17:33:00.538Z | Checking slog-term v2.9.1 |
2005 | 2024-11-18T17:33:00.727Z | Checking num-iter v0.1.45 |
2006 | 2024-11-18T17:33:00.745Z | Checking tokio-rustls v0.26.0 |
2007 | 2024-11-18T17:33:00.760Z | Checking futures v0.3.31 |
2008 | 2024-11-18T17:33:00.838Z | Checking slog-bunyan v2.5.0 |
2009 | 2024-11-18T17:33:00.860Z | Checking tokio-native-tls v0.3.1 |
2010 | 2024-11-18T17:33:00.897Z | Checking rayon-core v1.12.1 |
2011 | 2024-11-18T17:33:00.992Z | Checking multer v3.1.0 |
2012 | 2024-11-18T17:33:01.030Z | Checking terminal_size v0.4.0 |
2013 | 2024-11-18T17:33:01.113Z | Checking phf_shared v0.11.2 |
2014 | 2024-11-18T17:33:01.140Z | Checking cookie v0.18.1 |
2015 | 2024-11-18T17:33:01.190Z | Checking async-stream v0.3.6 |
2016 | 2024-11-18T17:33:01.383Z | Checking bzip2-sys v0.1.11+1.0.8 |
2017 | 2024-11-18T17:33:01.399Z | Checking camino v1.1.9 |
2018 | 2024-11-18T17:33:01.413Z | Checking signal-hook v0.3.17 |
2019 | 2024-11-18T17:33:01.502Z | Checking waitgroup v0.1.2 |
2020 | 2024-11-18T17:33:01.561Z | Checking openapiv3 v2.0.0 |
2021 | 2024-11-18T17:33:01.591Z | Checking webpki-roots v0.26.6 |
2022 | 2024-11-18T17:33:01.631Z | Checking serde_path_to_error v0.1.16 |
2023 | 2024-11-18T17:33:01.731Z | Checking idna v0.5.0 |
2024 | 2024-11-18T17:33:01.794Z | Checking hkdf v0.12.4 |
2025 | 2024-11-18T17:33:01.860Z | Checking crypto-bigint v0.5.5 |
2026 | 2024-11-18T17:33:01.950Z | Checking hostname v0.4.0 |
2027 | 2024-11-18T17:33:01.993Z | Checking crc32fast v1.4.2 |
2028 | 2024-11-18T17:33:02.077Z | Checking bitflags v1.3.2 |
2029 | 2024-11-18T17:33:02.180Z | Checking managed v0.8.0 |
2030 | 2024-11-18T17:33:02.221Z | Checking debug-ignore v1.0.5 |
2031 | 2024-11-18T17:33:02.241Z | Checking unicode-width v0.1.14 |
2032 | 2024-11-18T17:33:02.357Z | Checking clap_lex v0.7.2 |
2033 | 2024-11-18T17:33:02.549Z | Checking winnow v0.5.40 |
2034 | 2024-11-18T17:33:02.583Z | Checking strsim v0.11.1 |
2035 | 2024-11-18T17:33:02.602Z | Checking cookie_store v0.21.0 |
2036 | 2024-11-18T17:33:02.716Z | Checking console v0.15.8 |
2037 | 2024-11-18T17:33:02.844Z | Checking clap_builder v4.5.21 |
2038 | 2024-11-18T17:33:03.281Z | Checking smoltcp v0.9.1 |
2039 | 2024-11-18T17:33:03.296Z | Checking flate2 v1.0.34 |
2040 | 2024-11-18T17:33:03.910Z | Checking hyper-rustls v0.27.3 |
2041 | 2024-11-18T17:33:04.256Z | Checking hyper-tls v0.6.0 |
2042 | 2024-11-18T17:33:04.533Z | Checking backtrace v0.3.74 |
2043 | 2024-11-18T17:33:04.557Z | Checking signal-hook-mio v0.2.4 |
2044 | 2024-11-18T17:33:04.676Z | Checking rayon v1.10.0 |
2045 | 2024-11-18T17:33:04.679Z | Checking elliptic-curve v0.13.8 |
2046 | 2024-11-18T17:33:04.782Z | Checking bzip2 v0.4.4 |
2047 | 2024-11-18T17:33:05.014Z | Checking hickory-resolver v0.24.1 |
2048 | 2024-11-18T17:33:05.030Z | Checking dropshot v0.12.0 |
2049 | 2024-11-18T17:33:05.053Z | Checking phf v0.11.2 |
2050 | 2024-11-18T17:33:05.094Z | Checking anyhow v1.0.93 |
2051 | 2024-11-18T17:33:05.303Z | Checking num-bigint-dig v0.8.4 |
2052 | 2024-11-18T17:33:05.320Z | Checking tokio-tungstenite v0.24.0 |
2053 | 2024-11-18T17:33:05.465Z | Checking postgres-types v0.2.8 |
2054 | 2024-11-18T17:33:05.614Z | Checking toml_edit v0.19.15 |
2055 | 2024-11-18T17:33:05.769Z | Checking regex v1.11.1 |
2056 | 2024-11-18T17:33:05.982Z | Checking bstr v1.10.0 |
2057 | 2024-11-18T17:33:06.191Z | Checking ed25519 v2.2.3 |
2058 | 2024-11-18T17:33:06.385Z | Checking tokio-stream v0.1.16 |
2059 | 2024-11-18T17:33:06.480Z | Checking phf_shared v0.10.0 |
2060 | 2024-11-18T17:33:06.657Z | Checking zerocopy v0.6.6 |
2061 | 2024-11-18T17:33:06.757Z | Checking curve25519-dalek v4.1.3 |
2062 | 2024-11-18T17:33:06.944Z | Checking pkcs1 v0.7.5 |
2063 | 2024-11-18T17:33:07.275Z | Checking hubpack v0.1.2 |
2064 | 2024-11-18T17:33:07.365Z | Checking portable-atomic v1.9.0 |
2065 | 2024-11-18T17:33:07.411Z | Checking float-cmp v0.9.0 |
2066 | 2024-11-18T17:33:07.431Z | Checking serde-big-array v0.5.1 |
2067 | 2024-11-18T17:33:07.583Z | Checking rfc6979 v0.4.0 |
2068 | 2024-11-18T17:33:07.598Z | Checking sync_wrapper v1.0.1 |
2069 | 2024-11-18T17:33:07.635Z | Checking normalize-line-endings v0.3.0 |
2070 | 2024-11-18T17:33:07.729Z | Checking static_assertions v1.1.0 |
2071 | 2024-11-18T17:33:07.751Z | Checking bit-vec v0.6.3 |
2072 | 2024-11-18T17:33:07.768Z | Checking difflib v0.4.0 |
2073 | 2024-11-18T17:33:07.821Z | Checking number_prefix v0.4.0 |
2074 | 2024-11-18T17:33:07.993Z | Checking fixedbitset v0.4.2 |
2075 | 2024-11-18T17:33:08.082Z | Checking minimal-lexical v0.2.1 |
2076 | 2024-11-18T17:33:08.084Z | Checking predicates-core v1.0.8 |
2077 | 2024-11-18T17:33:08.112Z | Checking new_debug_unreachable v1.0.6 |
2078 | 2024-11-18T17:33:08.197Z | Checking unicode-width v0.2.0 |
2079 | 2024-11-18T17:33:08.236Z | Checking whoami v1.5.2 |
2080 | 2024-11-18T17:33:08.264Z | Checking unicode-segmentation v1.12.0 |
2081 | 2024-11-18T17:33:08.418Z | Checking precomputed-hash v0.1.1 |
2082 | 2024-11-18T17:33:08.472Z | Checking nom v7.1.3 |
2083 | 2024-11-18T17:33:08.515Z | Checking string_cache v0.8.7 |
2084 | 2024-11-18T17:33:08.518Z | Checking tokio-postgres v0.7.12 |
2085 | 2024-11-18T17:33:08.591Z | Checking predicates v3.1.2 |
2086 | 2024-11-18T17:33:08.616Z | Checking ed25519-dalek v2.1.1 |
2087 | 2024-11-18T17:33:08.659Z | Checking indicatif v0.17.9 |
2088 | 2024-11-18T17:33:08.732Z | Checking qorb v0.2.0 |
2089 | 2024-11-18T17:33:08.778Z | Checking petgraph v0.6.5 |
2090 | 2024-11-18T17:33:08.905Z | Checking similar v2.6.0 |
2091 | 2024-11-18T17:33:09.015Z | Checking toml v0.7.8 |
2092 | 2024-11-18T17:33:09.261Z | Checking bit-set v0.5.3 |
2093 | 2024-11-18T17:33:09.406Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2094 | 2024-11-18T17:33:09.540Z | Checking ecdsa v0.16.9 |
2095 | 2024-11-18T17:33:09.771Z | Checking reqwest v0.12.9 |
2096 | 2024-11-18T17:33:09.787Z | Checking rsa v0.9.6 |
2097 | 2024-11-18T17:33:10.267Z | Checking clap v4.5.21 |
2098 | 2024-11-18T17:33:10.381Z | Checking zip v0.6.6 |
2099 | 2024-11-18T17:33:10.830Z | Checking crossterm v0.28.1 |
2100 | 2024-11-18T17:33:11.067Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2101 | 2024-11-18T17:33:11.092Z | Checking itertools v0.12.1 |
2102 | 2024-11-18T17:33:11.278Z | Checking itertools v0.10.5 |
2103 | 2024-11-18T17:33:11.401Z | Checking fs-err v2.11.0 |
2104 | 2024-11-18T17:33:11.646Z | Checking ahash v0.8.11 |
2105 | 2024-11-18T17:33:11.666Z | Checking x509-cert v0.2.5 |
2106 | 2024-11-18T17:33:11.949Z | Checking semver v1.0.23 |
2107 | 2024-11-18T17:33:12.133Z | Checking hex v0.4.3 |
2108 | 2024-11-18T17:33:12.187Z | Checking lalrpop-util v0.19.12 |
2109 | 2024-11-18T17:33:12.371Z | Checking heck v0.4.1 |
2110 | 2024-11-18T17:33:12.482Z | Checking peg-runtime v0.8.3 |
2111 | 2024-11-18T17:33:12.580Z | Checking sigpipe v0.1.3 |
2112 | 2024-11-18T17:33:14.017Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2113 | 2024-11-18T17:33:14.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.74s |
2114 | 2024-11-18T17:33:14.490Z | |
2115 | 2024-11-18T17:33:14.490Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/172) |
2116 | 2024-11-18T17:33:15.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2117 | 2024-11-18T17:33:15.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2118 | 2024-11-18T17:33:15.145Z | Compiling hashbrown v0.14.5 |
2119 | 2024-11-18T17:33:15.264Z | Checking heck v0.5.0 |
2120 | 2024-11-18T17:33:15.276Z | Compiling unsafe-libyaml v0.2.11 |
2121 | 2024-11-18T17:33:15.289Z | Compiling ident_case v1.0.1 |
2122 | 2024-11-18T17:33:15.303Z | Checking progenitor-client v0.8.0 |
2123 | 2024-11-18T17:33:15.318Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2124 | 2024-11-18T17:33:15.330Z | Compiling proc-macro-crate v1.3.1 |
2125 | 2024-11-18T17:33:15.405Z | Checking ipnetwork v0.20.0 |
2126 | 2024-11-18T17:33:15.453Z | Compiling darling_core v0.20.10 |
2127 | 2024-11-18T17:33:15.644Z | Compiling structmeta-derive v0.3.0 |
2128 | 2024-11-18T17:33:15.665Z | Compiling newtype-uuid v1.1.3 |
2129 | 2024-11-18T17:33:15.769Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2130 | 2024-11-18T17:33:15.979Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2131 | 2024-11-18T17:33:16.069Z | Compiling lzma-sys v0.1.20 |
2132 | 2024-11-18T17:33:16.313Z | Compiling foreign-types-macros v0.2.3 |
2133 | 2024-11-18T17:33:16.391Z | Checking regress v0.10.1 |
2134 | 2024-11-18T17:33:16.410Z | Compiling num_enum_derive v0.5.11 |
2135 | 2024-11-18T17:33:16.843Z | Compiling serde_yaml v0.9.34+deprecated |
2136 | 2024-11-18T17:33:17.211Z | Compiling dropshot v0.13.0 |
2137 | 2024-11-18T17:33:17.498Z | Checking foreign-types-shared v0.3.1 |
2138 | 2024-11-18T17:33:17.553Z | Checking arc-swap v1.7.1 |
2139 | 2024-11-18T17:33:17.606Z | Checking foreign-types v0.5.0 |
2140 | 2024-11-18T17:33:17.818Z | Compiling proc-macro-error v1.0.4 |
2141 | 2024-11-18T17:33:17.967Z | Checking slog-scope v4.4.0 |
2142 | 2024-11-18T17:33:18.542Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2143 | 2024-11-18T17:33:18.630Z | Compiling structmeta v0.3.0 |
2144 | 2024-11-18T17:33:18.649Z | Checking tungstenite v0.21.0 |
2145 | 2024-11-18T17:33:18.651Z | Compiling heck v0.3.3 |
2146 | 2024-11-18T17:33:18.987Z | Checking num_enum v0.5.11 |
2147 | 2024-11-18T17:33:19.062Z | Compiling parse-display-derive v0.10.0 |
2148 | 2024-11-18T17:33:19.086Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2149 | 2024-11-18T17:33:19.135Z | Compiling dropshot_endpoint v0.13.0 |
2150 | 2024-11-18T17:33:19.606Z | Checking cstr-argument v0.1.2 |
2151 | 2024-11-18T17:33:19.792Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2152 | 2024-11-18T17:33:19.968Z | Checking instant v0.1.13 |
2153 | 2024-11-18T17:33:20.021Z | Checking typify-impl v0.2.0 |
2154 | 2024-11-18T17:33:20.079Z | Checking base64 v0.21.7 |
2155 | 2024-11-18T17:33:20.570Z | Checking pretty-hex v0.2.1 |
2156 | 2024-11-18T17:33:20.727Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2157 | 2024-11-18T17:33:20.993Z | Checking fastrand v2.1.1 |
2158 | 2024-11-18T17:33:21.143Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2159 | 2024-11-18T17:33:21.305Z | Checking tempfile v3.13.0 |
2160 | 2024-11-18T17:33:21.421Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2161 | 2024-11-18T17:33:21.561Z | Checking backoff v0.4.0 |
2162 | 2024-11-18T17:33:21.615Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2163 | 2024-11-18T17:33:21.663Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2164 | 2024-11-18T17:33:21.758Z | Checking tokio-tungstenite v0.21.0 |
2165 | 2024-11-18T17:33:21.865Z | Checking strum v0.26.3 |
2166 | 2024-11-18T17:33:21.977Z | Compiling zone_cfg_derive v0.1.2 |
2167 | 2024-11-18T17:33:22.023Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2168 | 2024-11-18T17:33:22.275Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2024-11-18T17:33:22.416Z | Compiling darling_macro v0.20.10 |
2170 | 2024-11-18T17:33:22.504Z | Checking slog-stdlog v4.1.1 |
2171 | 2024-11-18T17:33:22.656Z | Checking regress v0.9.1 |
2172 | 2024-11-18T17:33:22.685Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2173 | 2024-11-18T17:33:22.773Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2174 | 2024-11-18T17:33:22.831Z | Checking colored v2.1.0 |
2175 | 2024-11-18T17:33:23.055Z | Checking macaddr v1.0.1 |
2176 | 2024-11-18T17:33:23.118Z | Checking base64 v0.13.1 |
2177 | 2024-11-18T17:33:23.354Z | Compiling darling v0.20.10 |
2178 | 2024-11-18T17:33:23.399Z | Checking zone v0.1.8 |
2179 | 2024-11-18T17:33:23.463Z | Compiling serde_with_macros v3.11.0 |
2180 | 2024-11-18T17:33:23.522Z | Checking ron v0.7.1 |
2181 | 2024-11-18T17:33:23.679Z | Checking parse-display v0.10.0 |
2182 | 2024-11-18T17:33:23.903Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2183 | 2024-11-18T17:33:24.001Z | Checking xz2 v0.1.7 |
2184 | 2024-11-18T17:33:24.287Z | Checking slog-envlogger v2.2.0 |
2185 | 2024-11-18T17:33:24.445Z | Checking tabwriter v1.4.0 |
2186 | 2024-11-18T17:33:24.526Z | Checking xattr v1.3.1 |
2187 | 2024-11-18T17:33:24.672Z | Checking pem v3.0.4 |
2188 | 2024-11-18T17:33:24.724Z | Checking yasna v0.5.2 |
2189 | 2024-11-18T17:33:24.741Z | Checking headers-core v0.3.0 |
2190 | 2024-11-18T17:33:24.880Z | Checking smf v0.2.3 |
2191 | 2024-11-18T17:33:24.932Z | Checking filetime v0.2.25 |
2192 | 2024-11-18T17:33:25.135Z | Checking same-file v1.0.6 |
2193 | 2024-11-18T17:33:25.300Z | Checking walkdir v2.5.0 |
2194 | 2024-11-18T17:33:25.342Z | Checking tar v0.4.42 |
2195 | 2024-11-18T17:33:25.372Z | Checking headers v0.4.0 |
2196 | 2024-11-18T17:33:25.572Z | Checking camino-tempfile v1.1.1 |
2197 | 2024-11-18T17:33:25.622Z | Checking rcgen v0.12.1 |
2198 | 2024-11-18T17:33:25.853Z | Checking atomicwrites v0.4.4 |
2199 | 2024-11-18T17:33:26.044Z | Checking subprocess v0.2.9 |
2200 | 2024-11-18T17:33:26.417Z | Checking serde_with v3.11.0 |
2201 | 2024-11-18T17:33:30.389Z | Compiling typify-macro v0.2.0 |
2202 | 2024-11-18T17:33:32.234Z | Compiling typify v0.2.0 |
2203 | 2024-11-18T17:33:32.305Z | Compiling progenitor-impl v0.8.0 |
2204 | 2024-11-18T17:33:35.537Z | Compiling progenitor-macro v0.8.0 |
2205 | 2024-11-18T17:33:40.800Z | Checking progenitor v0.8.0 |
2206 | 2024-11-18T17:33:40.947Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2207 | 2024-11-18T17:33:40.950Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2208 | 2024-11-18T17:33:43.665Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2209 | 2024-11-18T17:33:43.863Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2210 | 2024-11-18T17:33:50.353Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2211 | 2024-11-18T17:33:51.929Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2212 | 2024-11-18T17:33:53.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.68s |
2213 | 2024-11-18T17:33:53.375Z | |
2214 | 2024-11-18T17:33:53.375Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/172) |
2215 | 2024-11-18T17:33:53.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2216 | 2024-11-18T17:33:53.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2217 | 2024-11-18T17:33:54.025Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2218 | 2024-11-18T17:33:55.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
2219 | 2024-11-18T17:33:55.643Z | |
2220 | 2024-11-18T17:33:55.643Z | info: running `cargo check --bins` on nexus-config (31/172) |
2221 | 2024-11-18T17:33:56.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2222 | 2024-11-18T17:33:56.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2223 | 2024-11-18T17:33:56.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2224 | 2024-11-18T17:33:56.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2225 | 2024-11-18T17:33:56.258Z | |
2226 | 2024-11-18T17:33:56.258Z | info: running `cargo check --bins` on omicron-rpaths (32/172) |
2227 | 2024-11-18T17:33:56.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-11-18T17:33:56.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-11-18T17:33:56.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2230 | 2024-11-18T17:33:56.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2231 | 2024-11-18T17:33:56.865Z | |
2232 | 2024-11-18T17:33:56.865Z | info: running `cargo check --bins` on omicron-certificates (33/172) |
2233 | 2024-11-18T17:33:57.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-11-18T17:33:57.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-11-18T17:33:57.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-11-18T17:33:57.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2237 | 2024-11-18T17:33:57.490Z | |
2238 | 2024-11-18T17:33:57.490Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/172) |
2239 | 2024-11-18T17:33:58.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-11-18T17:33:58.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-11-18T17:33:58.163Z | Compiling progenitor-client v0.8.0 |
2242 | 2024-11-18T17:33:58.163Z | Compiling heapless v0.8.0 |
2243 | 2024-11-18T17:33:58.166Z | Compiling newtype-uuid v1.1.3 |
2244 | 2024-11-18T17:33:58.166Z | Compiling ipnetwork v0.20.0 |
2245 | 2024-11-18T17:33:58.166Z | Checking hash32 v0.3.1 |
2246 | 2024-11-18T17:33:58.166Z | Compiling instant v0.1.13 |
2247 | 2024-11-18T17:33:58.166Z | Compiling smoltcp v0.11.0 |
2248 | 2024-11-18T17:33:58.166Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2249 | 2024-11-18T17:33:58.392Z | Compiling backoff v0.4.0 |
2250 | 2024-11-18T17:33:58.452Z | Compiling dropshot v0.13.0 |
2251 | 2024-11-18T17:33:58.468Z | Compiling parse-display v0.10.0 |
2252 | 2024-11-18T17:33:58.626Z | Compiling progenitor v0.8.0 |
2253 | 2024-11-18T17:33:58.704Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2254 | 2024-11-18T17:33:58.734Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2255 | 2024-11-18T17:33:58.865Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2256 | 2024-11-18T17:33:59.009Z | Compiling serde_with v3.11.0 |
2257 | 2024-11-18T17:33:59.075Z | Checking num-rational v0.4.2 |
2258 | 2024-11-18T17:33:59.118Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2259 | 2024-11-18T17:33:59.272Z | Compiling regress v0.9.1 |
2260 | 2024-11-18T17:33:59.456Z | Compiling phf_generator v0.11.2 |
2261 | 2024-11-18T17:33:59.620Z | Checking num-complex v0.4.6 |
2262 | 2024-11-18T17:34:00.124Z | Compiling macaddr v1.0.1 |
2263 | 2024-11-18T17:34:00.536Z | Checking cobs v0.2.3 |
2264 | 2024-11-18T17:34:00.553Z | Checking num v0.4.3 |
2265 | 2024-11-18T17:34:00.706Z | Checking postcard v1.0.10 |
2266 | 2024-11-18T17:34:00.936Z | Compiling phf_codegen v0.11.2 |
2267 | 2024-11-18T17:34:01.025Z | Compiling parse-zoneinfo v0.3.1 |
2268 | 2024-11-18T17:34:01.152Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2269 | 2024-11-18T17:34:01.274Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2270 | 2024-11-18T17:34:01.427Z | Compiling float-ord v0.3.2 |
2271 | 2024-11-18T17:34:01.443Z | Compiling convert_case v0.4.0 |
2272 | 2024-11-18T17:34:01.741Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2273 | 2024-11-18T17:34:02.443Z | Compiling derive_more v0.99.18 |
2274 | 2024-11-18T17:34:03.053Z | Compiling chrono-tz-build v0.4.0 |
2275 | 2024-11-18T17:34:03.138Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2276 | 2024-11-18T17:34:03.692Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2277 | 2024-11-18T17:34:04.034Z | Compiling crucible-workspace-hack v0.1.0 |
2278 | 2024-11-18T17:34:04.293Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2279 | 2024-11-18T17:34:04.405Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2280 | 2024-11-18T17:34:04.514Z | Compiling chrono-tz v0.10.0 |
2281 | 2024-11-18T17:34:04.737Z | Checking newline-converter v0.3.0 |
2282 | 2024-11-18T17:34:04.887Z | Checking prettyplease v0.2.25 |
2283 | 2024-11-18T17:34:05.081Z | Compiling slog-dtrace v0.3.0 |
2284 | 2024-11-18T17:34:05.149Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2285 | 2024-11-18T17:34:05.380Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2286 | 2024-11-18T17:34:06.001Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2287 | 2024-11-18T17:34:06.461Z | Checking expectorate v1.1.0 |
2288 | 2024-11-18T17:34:06.626Z | Compiling zone_cfg_derive v0.3.0 |
2289 | 2024-11-18T17:34:06.977Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2290 | 2024-11-18T17:34:07.069Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2291 | 2024-11-18T17:34:07.146Z | Checking itertools v0.13.0 |
2292 | 2024-11-18T17:34:07.309Z | Compiling const_format_proc_macros v0.2.33 |
2293 | 2024-11-18T17:34:07.404Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2294 | 2024-11-18T17:34:08.062Z | Compiling num-derive v0.4.2 |
2295 | 2024-11-18T17:34:08.207Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2296 | 2024-11-18T17:34:08.232Z | Checking highway v1.2.0 |
2297 | 2024-11-18T17:34:08.516Z | Checking zone v0.3.0 |
2298 | 2024-11-18T17:34:08.578Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2299 | 2024-11-18T17:34:08.657Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2300 | 2024-11-18T17:34:08.862Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2301 | 2024-11-18T17:34:09.479Z | Checking const_format v0.2.33 |
2302 | 2024-11-18T17:34:09.722Z | Checking gethostname v0.5.0 |
2303 | 2024-11-18T17:34:09.853Z | Checking bcs v0.1.6 |
2304 | 2024-11-18T17:34:09.870Z | Compiling async-recursion v1.1.1 |
2305 | 2024-11-18T17:34:10.409Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2306 | 2024-11-18T17:34:10.449Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2307 | 2024-11-18T17:34:10.471Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2308 | 2024-11-18T17:34:12.132Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2309 | 2024-11-18T17:34:19.291Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2310 | 2024-11-18T17:34:22.585Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2311 | 2024-11-18T17:34:26.172Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2312 | 2024-11-18T17:34:27.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.79s |
2313 | 2024-11-18T17:34:27.480Z | |
2314 | 2024-11-18T17:34:27.480Z | info: running `cargo check --bins` on clickhouse-admin-api (35/172) |
2315 | 2024-11-18T17:34:28.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2316 | 2024-11-18T17:34:28.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2317 | 2024-11-18T17:34:28.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2318 | 2024-11-18T17:34:28.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2319 | 2024-11-18T17:34:28.103Z | |
2320 | 2024-11-18T17:34:28.103Z | info: running `cargo check --bins` on clickhouse-admin-types (36/172) |
2321 | 2024-11-18T17:34:28.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2322 | 2024-11-18T17:34:28.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2323 | 2024-11-18T17:34:28.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2324 | 2024-11-18T17:34:28.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2325 | 2024-11-18T17:34:28.725Z | |
2326 | 2024-11-18T17:34:28.725Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/172) |
2327 | 2024-11-18T17:34:29.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2328 | 2024-11-18T17:34:29.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2329 | 2024-11-18T17:34:29.366Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2330 | 2024-11-18T17:34:30.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2331 | 2024-11-18T17:34:30.178Z | |
2332 | 2024-11-18T17:34:30.178Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/172) |
2333 | 2024-11-18T17:34:30.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-11-18T17:34:30.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-11-18T17:34:30.828Z | Compiling cfg_aliases v0.1.1 |
2336 | 2024-11-18T17:34:30.831Z | Compiling vte_generate_state_changes v0.1.2 |
2337 | 2024-11-18T17:34:30.831Z | Checking fd-lock v4.0.2 |
2338 | 2024-11-18T17:34:30.940Z | Checking nibble_vec v0.1.0 |
2339 | 2024-11-18T17:34:30.951Z | Checking endian-type v0.1.2 |
2340 | 2024-11-18T17:34:30.954Z | Checking bytecount v0.6.8 |
2341 | 2024-11-18T17:34:30.976Z | Compiling tabled_derive v0.7.0 |
2342 | 2024-11-18T17:34:30.989Z | Compiling peg-macros v0.8.4 |
2343 | 2024-11-18T17:34:31.015Z | Compiling nix v0.28.0 |
2344 | 2024-11-18T17:34:31.082Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2345 | 2024-11-18T17:34:31.098Z | Checking papergrid v0.11.0 |
2346 | 2024-11-18T17:34:31.119Z | Compiling sqlparser_derive v0.2.2 |
2347 | 2024-11-18T17:34:31.166Z | Checking radix_trie v0.2.1 |
2348 | 2024-11-18T17:34:31.544Z | Checking vte v0.11.1 |
2349 | 2024-11-18T17:34:31.566Z | Checking home v0.5.9 |
2350 | 2024-11-18T17:34:31.694Z | Checking unicode_categories v0.1.1 |
2351 | 2024-11-18T17:34:31.993Z | Checking nu-ansi-term v0.50.1 |
2352 | 2024-11-18T17:34:32.216Z | Checking sqlparser v0.45.0 |
2353 | 2024-11-18T17:34:32.236Z | Checking sqlformat v0.2.6 |
2354 | 2024-11-18T17:34:32.398Z | Checking display-error-chain v0.2.2 |
2355 | 2024-11-18T17:34:32.884Z | Checking strip-ansi-escapes v0.2.0 |
2356 | 2024-11-18T17:34:33.027Z | Checking reedline v0.35.0 |
2357 | 2024-11-18T17:34:33.385Z | Checking tabled v0.15.0 |
2358 | 2024-11-18T17:34:33.877Z | Checking peg v0.8.4 |
2359 | 2024-11-18T17:34:34.270Z | Checking rustyline v14.0.0 |
2360 | 2024-11-18T17:34:43.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
2361 | 2024-11-18T17:34:44.162Z | |
2362 | 2024-11-18T17:34:44.162Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/172) |
2363 | 2024-11-18T17:34:44.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2024-11-18T17:34:44.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2024-11-18T17:34:44.822Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2366 | 2024-11-18T17:34:51.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.86s |
2367 | 2024-11-18T17:34:51.197Z | |
2368 | 2024-11-18T17:34:51.197Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/172) |
2369 | 2024-11-18T17:34:51.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2024-11-18T17:34:51.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2024-11-18T17:34:51.857Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2372 | 2024-11-18T17:34:56.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
2373 | 2024-11-18T17:34:56.770Z | |
2374 | 2024-11-18T17:34:56.771Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/172) |
2375 | 2024-11-18T17:34:57.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-11-18T17:34:57.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-11-18T17:34:57.428Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2378 | 2024-11-18T17:35:03.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s |
2379 | 2024-11-18T17:35:03.473Z | |
2380 | 2024-11-18T17:35:03.473Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/172) |
2381 | 2024-11-18T17:35:04.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-11-18T17:35:04.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-11-18T17:35:04.133Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2384 | 2024-11-18T17:35:10.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s |
2385 | 2024-11-18T17:35:10.208Z | |
2386 | 2024-11-18T17:35:10.208Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/172) |
2387 | 2024-11-18T17:35:10.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-11-18T17:35:10.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-11-18T17:35:10.864Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2390 | 2024-11-18T17:35:15.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
2391 | 2024-11-18T17:35:15.903Z | |
2392 | 2024-11-18T17:35:15.905Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/172) |
2393 | 2024-11-18T17:35:16.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-11-18T17:35:16.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-11-18T17:35:16.553Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2396 | 2024-11-18T17:35:21.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s |
2397 | 2024-11-18T17:35:21.657Z | |
2398 | 2024-11-18T17:35:21.657Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/172) |
2399 | 2024-11-18T17:35:22.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-11-18T17:35:22.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-11-18T17:35:22.303Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2024-11-18T17:35:28.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.76s |
2403 | 2024-11-18T17:35:28.605Z | |
2404 | 2024-11-18T17:35:28.605Z | info: running `cargo check --bins` on oximeter (46/172) |
2405 | 2024-11-18T17:35:29.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-11-18T17:35:29.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-11-18T17:35:29.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2408 | 2024-11-18T17:35:29.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2409 | 2024-11-18T17:35:29.213Z | |
2410 | 2024-11-18T17:35:29.213Z | info: running `cargo check --bins` on oximeter-macro-impl (47/172) |
2411 | 2024-11-18T17:35:29.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-11-18T17:35:29.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-11-18T17:35:29.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2414 | 2024-11-18T17:35:29.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2415 | 2024-11-18T17:35:29.811Z | |
2416 | 2024-11-18T17:35:29.811Z | info: running `cargo check --bins` on oximeter-schema (48/172) |
2417 | 2024-11-18T17:35:30.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-11-18T17:35:30.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-11-18T17:35:30.581Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2420 | 2024-11-18T17:35:30.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
2421 | 2024-11-18T17:35:31.035Z | |
2422 | 2024-11-18T17:35:31.035Z | info: running `cargo check --bins` on oximeter-types (49/172) |
2423 | 2024-11-18T17:35:31.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-11-18T17:35:31.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-11-18T17:35:31.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2024-11-18T17:35:31.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2427 | 2024-11-18T17:35:31.654Z | |
2428 | 2024-11-18T17:35:31.654Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/172) |
2429 | 2024-11-18T17:35:32.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-11-18T17:35:32.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-11-18T17:35:32.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2024-11-18T17:35:32.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2433 | 2024-11-18T17:35:32.275Z | |
2434 | 2024-11-18T17:35:32.275Z | info: running `cargo check --bins` on oxql-types (51/172) |
2435 | 2024-11-18T17:35:32.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-11-18T17:35:32.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-11-18T17:35:32.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2024-11-18T17:35:32.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2439 | 2024-11-18T17:35:32.886Z | |
2440 | 2024-11-18T17:35:32.887Z | info: running `cargo check --bins` on oximeter-test-utils (52/172) |
2441 | 2024-11-18T17:35:33.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-11-18T17:35:33.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-11-18T17:35:33.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2024-11-18T17:35:33.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2445 | 2024-11-18T17:35:33.533Z | |
2446 | 2024-11-18T17:35:33.533Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/172) |
2447 | 2024-11-18T17:35:34.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2024-11-18T17:35:34.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2024-11-18T17:35:34.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2024-11-18T17:35:34.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2451 | 2024-11-18T17:35:34.150Z | |
2452 | 2024-11-18T17:35:34.150Z | info: running `cargo check --bins` on bootstrap-agent-client (54/172) |
2453 | 2024-11-18T17:35:34.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2024-11-18T17:35:34.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2024-11-18T17:35:34.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2024-11-18T17:35:34.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2457 | 2024-11-18T17:35:34.782Z | |
2458 | 2024-11-18T17:35:34.782Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/172) |
2459 | 2024-11-18T17:35:35.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2024-11-18T17:35:35.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2024-11-18T17:35:35.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2024-11-18T17:35:35.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2463 | 2024-11-18T17:35:35.409Z | |
2464 | 2024-11-18T17:35:35.409Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/172) |
2465 | 2024-11-18T17:35:35.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-11-18T17:35:35.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-11-18T17:35:35.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2024-11-18T17:35:35.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2469 | 2024-11-18T17:35:36.029Z | |
2470 | 2024-11-18T17:35:36.029Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/172) |
2471 | 2024-11-18T17:35:36.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-11-18T17:35:36.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-11-18T17:35:36.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2024-11-18T17:35:36.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2475 | 2024-11-18T17:35:36.639Z | |
2476 | 2024-11-18T17:35:36.639Z | info: running `cargo check --bins` on cockroach-admin-client (58/172) |
2477 | 2024-11-18T17:35:37.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-11-18T17:35:37.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-11-18T17:35:37.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2024-11-18T17:35:37.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2481 | 2024-11-18T17:35:37.238Z | |
2482 | 2024-11-18T17:35:37.238Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/172) |
2483 | 2024-11-18T17:35:37.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-11-18T17:35:37.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-11-18T17:35:37.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2024-11-18T17:35:37.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2487 | 2024-11-18T17:35:37.861Z | |
2488 | 2024-11-18T17:35:37.861Z | info: running `cargo check --bins` on dns-service-client (60/172) |
2489 | 2024-11-18T17:35:38.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-11-18T17:35:38.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-11-18T17:35:38.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2024-11-18T17:35:38.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2493 | 2024-11-18T17:35:38.478Z | |
2494 | 2024-11-18T17:35:38.478Z | info: running `cargo check --bins` on internal-dns-types (61/172) |
2495 | 2024-11-18T17:35:39.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-11-18T17:35:39.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-11-18T17:35:39.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2498 | 2024-11-18T17:35:39.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2499 | 2024-11-18T17:35:39.084Z | |
2500 | 2024-11-18T17:35:39.084Z | info: running `cargo check --bins` on dpd-client (62/172) |
2501 | 2024-11-18T17:35:39.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-11-18T17:35:39.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-11-18T17:35:39.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2024-11-18T17:35:39.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2505 | 2024-11-18T17:35:39.690Z | |
2506 | 2024-11-18T17:35:39.691Z | info: running `cargo check --bins` on gateway-client (63/172) |
2507 | 2024-11-18T17:35:40.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2024-11-18T17:35:40.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2024-11-18T17:35:40.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2024-11-18T17:35:40.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2511 | 2024-11-18T17:35:40.291Z | |
2512 | 2024-11-18T17:35:40.291Z | info: running `cargo check --bins` on installinator-client (64/172) |
2513 | 2024-11-18T17:35:40.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-11-18T17:35:40.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-11-18T17:35:40.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2516 | 2024-11-18T17:35:40.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2517 | 2024-11-18T17:35:40.923Z | |
2518 | 2024-11-18T17:35:40.923Z | info: running `cargo check --bins` on installinator-common (65/172) |
2519 | 2024-11-18T17:35:41.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2024-11-18T17:35:41.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2024-11-18T17:35:41.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2522 | 2024-11-18T17:35:41.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2523 | 2024-11-18T17:35:41.547Z | |
2524 | 2024-11-18T17:35:41.547Z | info: running `cargo check --bins` on update-engine (66/172) |
2525 | 2024-11-18T17:35:42.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2024-11-18T17:35:42.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2024-11-18T17:35:42.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2528 | 2024-11-18T17:35:42.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2529 | 2024-11-18T17:35:42.153Z | |
2530 | 2024-11-18T17:35:42.153Z | info: running `cargo check --bins` on nexus-client (67/172) |
2531 | 2024-11-18T17:35:42.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-11-18T17:35:42.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-11-18T17:35:42.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2534 | 2024-11-18T17:35:42.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2535 | 2024-11-18T17:35:42.788Z | |
2536 | 2024-11-18T17:35:42.788Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/172) |
2537 | 2024-11-18T17:35:43.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-11-18T17:35:43.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-11-18T17:35:43.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2024-11-18T17:35:43.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2541 | 2024-11-18T17:35:43.421Z | |
2542 | 2024-11-18T17:35:43.422Z | info: running `cargo check --bins` on omicron-passwords (69/172) |
2543 | 2024-11-18T17:35:43.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-11-18T17:35:43.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-11-18T17:35:43.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2546 | 2024-11-18T17:35:43.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2547 | 2024-11-18T17:35:44.020Z | |
2548 | 2024-11-18T17:35:44.020Z | info: running `cargo check --bins` on nexus-types (70/172) |
2549 | 2024-11-18T17:35:44.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-11-18T17:35:44.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-11-18T17:35:44.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2552 | 2024-11-18T17:35:44.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2553 | 2024-11-18T17:35:44.661Z | |
2554 | 2024-11-18T17:35:44.661Z | info: running `cargo check --bins` on oxide-client (71/172) |
2555 | 2024-11-18T17:35:45.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-11-18T17:35:45.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-11-18T17:35:45.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2558 | 2024-11-18T17:35:45.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2559 | 2024-11-18T17:35:45.263Z | |
2560 | 2024-11-18T17:35:45.263Z | info: running `cargo check --bins` on oximeter-client (72/172) |
2561 | 2024-11-18T17:35:45.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-11-18T17:35:45.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-11-18T17:35:45.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2024-11-18T17:35:45.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2565 | 2024-11-18T17:35:45.880Z | |
2566 | 2024-11-18T17:35:45.880Z | info: running `cargo check --bins` on repo-depot-client (73/172) |
2567 | 2024-11-18T17:35:46.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-11-18T17:35:46.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-11-18T17:35:46.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2024-11-18T17:35:46.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2571 | 2024-11-18T17:35:46.484Z | |
2572 | 2024-11-18T17:35:46.484Z | info: running `cargo check --bins` on sled-agent-client (74/172) |
2573 | 2024-11-18T17:35:47.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-11-18T17:35:47.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-11-18T17:35:47.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2024-11-18T17:35:47.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2577 | 2024-11-18T17:35:47.113Z | |
2578 | 2024-11-18T17:35:47.113Z | info: running `cargo check --bins` on wicketd-client (75/172) |
2579 | 2024-11-18T17:35:47.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-11-18T17:35:47.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-11-18T17:35:47.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2024-11-18T17:35:47.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2583 | 2024-11-18T17:35:47.774Z | |
2584 | 2024-11-18T17:35:47.774Z | info: running `cargo check --bins` on sled-agent-types (76/172) |
2585 | 2024-11-18T17:35:48.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-11-18T17:35:48.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-11-18T17:35:48.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2024-11-18T17:35:48.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2589 | 2024-11-18T17:35:48.421Z | |
2590 | 2024-11-18T17:35:48.421Z | info: running `cargo check --bins` on wicket-common (77/172) |
2591 | 2024-11-18T17:35:48.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-11-18T17:35:48.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-11-18T17:35:48.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2024-11-18T17:35:48.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2595 | 2024-11-18T17:35:49.061Z | |
2596 | 2024-11-18T17:35:49.061Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/172) |
2597 | 2024-11-18T17:35:49.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-11-18T17:35:49.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-11-18T17:35:49.710Z | Checking csv-core v0.1.11 |
2600 | 2024-11-18T17:35:49.710Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2601 | 2024-11-18T17:35:49.712Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2602 | 2024-11-18T17:35:50.014Z | Checking csv v1.3.0 |
2603 | 2024-11-18T17:35:50.025Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2604 | 2024-11-18T17:35:50.582Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2605 | 2024-11-18T17:35:50.914Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2606 | 2024-11-18T17:35:52.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
2607 | 2024-11-18T17:35:52.273Z | |
2608 | 2024-11-18T17:35:52.273Z | info: running `cargo check --bins` on cockroach-admin-api (79/172) |
2609 | 2024-11-18T17:35:52.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-11-18T17:35:52.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-11-18T17:35:52.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2024-11-18T17:35:52.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2613 | 2024-11-18T17:35:52.890Z | |
2614 | 2024-11-18T17:35:52.890Z | info: running `cargo check --bins` on cockroach-admin-types (80/172) |
2615 | 2024-11-18T17:35:53.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2024-11-18T17:35:53.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2024-11-18T17:35:53.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2618 | 2024-11-18T17:35:53.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2619 | 2024-11-18T17:35:53.522Z | |
2620 | 2024-11-18T17:35:53.522Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/172) |
2621 | 2024-11-18T17:35:54.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-11-18T17:35:54.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-11-18T17:35:54.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2024-11-18T17:35:54.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2625 | 2024-11-18T17:35:54.231Z | |
2626 | 2024-11-18T17:35:54.231Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/172) |
2627 | 2024-11-18T17:35:54.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-11-18T17:35:54.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-11-18T17:35:54.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-11-18T17:35:54.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2631 | 2024-11-18T17:35:54.942Z | |
2632 | 2024-11-18T17:35:54.942Z | info: running `cargo check --bins` on dns-server (83/172) |
2633 | 2024-11-18T17:35:55.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-11-18T17:35:55.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-11-18T17:35:55.590Z | Compiling parking_lot_core v0.8.6 |
2636 | 2024-11-18T17:35:55.593Z | Checking fxhash v0.2.1 |
2637 | 2024-11-18T17:35:55.593Z | Checking hickory-server v0.24.1 |
2638 | 2024-11-18T17:35:55.593Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2639 | 2024-11-18T17:35:55.691Z | Checking hickory-client v0.24.1 |
2640 | 2024-11-18T17:35:56.278Z | Checking parking_lot v0.11.2 |
2641 | 2024-11-18T17:35:56.508Z | Checking sled v0.34.7 |
2642 | 2024-11-18T17:35:57.422Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2643 | 2024-11-18T17:35:57.425Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2644 | 2024-11-18T17:35:58.314Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2645 | 2024-11-18T17:35:59.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2646 | 2024-11-18T17:35:59.716Z | |
2647 | 2024-11-18T17:35:59.716Z | info: running `cargo check --bins` on dns-server-api (84/172) |
2648 | 2024-11-18T17:36:00.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-11-18T17:36:00.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-11-18T17:36:00.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2024-11-18T17:36:00.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2652 | 2024-11-18T17:36:00.337Z | |
2653 | 2024-11-18T17:36:00.337Z | info: running `cargo check --bins` on gateway-test-utils (85/172) |
2654 | 2024-11-18T17:36:00.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-11-18T17:36:00.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-11-18T17:36:00.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2024-11-18T17:36:01.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2658 | 2024-11-18T17:36:01.936Z | |
2659 | 2024-11-18T17:36:01.936Z | info: running `cargo check --bins` on gateway-types (86/172) |
2660 | 2024-11-18T17:36:01.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-11-18T17:36:01.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-11-18T17:36:01.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2024-11-18T17:36:01.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2664 | 2024-11-18T17:36:01.938Z | |
2665 | 2024-11-18T17:36:01.938Z | info: running `cargo check --bins` on ipcc (87/172) |
2666 | 2024-11-18T17:36:02.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-11-18T17:36:02.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-11-18T17:36:02.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2024-11-18T17:36:02.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2670 | 2024-11-18T17:36:02.246Z | |
2671 | 2024-11-18T17:36:02.246Z | info: running `cargo check --bins` on omicron-gateway (88/172) |
2672 | 2024-11-18T17:36:02.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-11-18T17:36:02.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-11-18T17:36:02.945Z | Compiling semver v0.1.20 |
2675 | 2024-11-18T17:36:02.945Z | Compiling radium v0.7.0 |
2676 | 2024-11-18T17:36:03.062Z | Checking tap v1.0.1 |
2677 | 2024-11-18T17:36:03.065Z | Compiling maybe-uninit v2.0.0 |
2678 | 2024-11-18T17:36:03.083Z | Checking password-hash v0.5.0 |
2679 | 2024-11-18T17:36:03.086Z | Checking blake2 v0.10.6 |
2680 | 2024-11-18T17:36:03.086Z | Compiling packed_struct v0.10.1 |
2681 | 2024-11-18T17:36:03.086Z | Checking funty v2.0.0 |
2682 | 2024-11-18T17:36:03.190Z | Checking wyz v0.5.1 |
2683 | 2024-11-18T17:36:03.496Z | Compiling rustc_version v0.1.7 |
2684 | 2024-11-18T17:36:03.517Z | Compiling cancel-safe-futures v0.1.5 |
2685 | 2024-11-18T17:36:03.575Z | Checking crc-catalog v2.4.0 |
2686 | 2024-11-18T17:36:03.577Z | Compiling owo-colors v4.1.0 |
2687 | 2024-11-18T17:36:03.657Z | Checking argon2 v0.5.3 |
2688 | 2024-11-18T17:36:03.753Z | Compiling packed_struct_codegen v0.10.1 |
2689 | 2024-11-18T17:36:03.769Z | Checking crc v3.2.1 |
2690 | 2024-11-18T17:36:03.870Z | Compiling indexmap v1.9.3 |
2691 | 2024-11-18T17:36:03.888Z | Checking half v2.4.1 |
2692 | 2024-11-18T17:36:03.933Z | Checking ciborium-io v0.2.2 |
2693 | 2024-11-18T17:36:03.967Z | Compiling newtype_derive v0.1.6 |
2694 | 2024-11-18T17:36:04.036Z | Checking bitvec v1.0.1 |
2695 | 2024-11-18T17:36:04.052Z | Checking nodrop v0.1.14 |
2696 | 2024-11-18T17:36:04.162Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2697 | 2024-11-18T17:36:04.176Z | Checking array-init v0.0.4 |
2698 | 2024-11-18T17:36:04.288Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2699 | 2024-11-18T17:36:04.350Z | Checking ciborium-ll v0.2.2 |
2700 | 2024-11-18T17:36:04.450Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2701 | 2024-11-18T17:36:04.580Z | Checking smallvec v0.6.14 |
2702 | 2024-11-18T17:36:04.672Z | Checking libsw v3.3.1 |
2703 | 2024-11-18T17:36:04.858Z | Compiling memoffset v0.9.1 |
2704 | 2024-11-18T17:36:04.956Z | Checking hashbrown v0.12.3 |
2705 | 2024-11-18T17:36:04.971Z | Checking swrite v0.1.0 |
2706 | 2024-11-18T17:36:05.081Z | Checking bitfield v0.14.0 |
2707 | 2024-11-18T17:36:05.152Z | Checking indent_write v2.2.0 |
2708 | 2024-11-18T17:36:05.179Z | Checking termcolor v1.4.1 |
2709 | 2024-11-18T17:36:05.226Z | Checking linear-map v1.2.0 |
2710 | 2024-11-18T17:36:05.346Z | Checking serde-hex v0.1.0 |
2711 | 2024-11-18T17:36:05.367Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2712 | 2024-11-18T17:36:05.625Z | Checking env_logger v0.10.2 |
2713 | 2024-11-18T17:36:05.818Z | Checking ron v0.8.1 |
2714 | 2024-11-18T17:36:06.027Z | Checking ciborium v0.2.2 |
2715 | 2024-11-18T17:36:06.154Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2716 | 2024-11-18T17:36:06.674Z | Checking steno v0.4.1 |
2717 | 2024-11-18T17:36:06.844Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2718 | 2024-11-18T17:36:06.884Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2719 | 2024-11-18T17:36:06.998Z | Checking hashbrown v0.13.2 |
2720 | 2024-11-18T17:36:07.026Z | Checking humantime v2.1.0 |
2721 | 2024-11-18T17:36:07.089Z | Checking crc-any v2.5.0 |
2722 | 2024-11-18T17:36:07.331Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2723 | 2024-11-18T17:36:07.467Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2724 | 2024-11-18T17:36:07.693Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2725 | 2024-11-18T17:36:07.991Z | Checking path-slash v0.1.5 |
2726 | 2024-11-18T17:36:08.078Z | Checking object v0.30.4 |
2727 | 2024-11-18T17:36:08.109Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2728 | 2024-11-18T17:36:08.204Z | Checking nix v0.27.1 |
2729 | 2024-11-18T17:36:08.933Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2730 | 2024-11-18T17:36:09.246Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2731 | 2024-11-18T17:36:09.271Z | Checking tungstenite v0.23.0 |
2732 | 2024-11-18T17:36:09.503Z | Checking kstat-rs v0.2.4 |
2733 | 2024-11-18T17:36:09.519Z | Checking signal-hook-tokio v0.3.1 |
2734 | 2024-11-18T17:36:09.859Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2735 | 2024-11-18T17:36:10.110Z | Checking tokio-tungstenite v0.23.1 |
2736 | 2024-11-18T17:36:10.637Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2737 | 2024-11-18T17:36:10.903Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2738 | 2024-11-18T17:36:11.205Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2739 | 2024-11-18T17:36:17.746Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2740 | 2024-11-18T17:36:19.092Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2741 | 2024-11-18T17:36:22.062Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2742 | 2024-11-18T17:36:27.882Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2743 | 2024-11-18T17:36:28.581Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2744 | 2024-11-18T17:36:31.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.17s |
2745 | 2024-11-18T17:36:31.624Z | |
2746 | 2024-11-18T17:36:31.624Z | info: running `cargo check --bins` on gateway-api (89/172) |
2747 | 2024-11-18T17:36:32.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2748 | 2024-11-18T17:36:32.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2749 | 2024-11-18T17:36:32.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2750 | 2024-11-18T17:36:32.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2751 | 2024-11-18T17:36:32.246Z | |
2752 | 2024-11-18T17:36:32.247Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/172) |
2753 | 2024-11-18T17:36:32.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2754 | 2024-11-18T17:36:32.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2755 | 2024-11-18T17:36:32.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2756 | 2024-11-18T17:36:32.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2757 | 2024-11-18T17:36:32.847Z | |
2758 | 2024-11-18T17:36:32.847Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/172) |
2759 | 2024-11-18T17:36:33.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2024-11-18T17:36:33.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2024-11-18T17:36:33.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2024-11-18T17:36:33.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2763 | 2024-11-18T17:36:33.477Z | |
2764 | 2024-11-18T17:36:33.477Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/172) |
2765 | 2024-11-18T17:36:34.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2024-11-18T17:36:34.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2024-11-18T17:36:34.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2024-11-18T17:36:34.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2769 | 2024-11-18T17:36:34.104Z | |
2770 | 2024-11-18T17:36:34.104Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/172) |
2771 | 2024-11-18T17:36:34.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2024-11-18T17:36:34.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2024-11-18T17:36:34.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2024-11-18T17:36:34.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2775 | 2024-11-18T17:36:34.732Z | |
2776 | 2024-11-18T17:36:34.732Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/172) |
2777 | 2024-11-18T17:36:35.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2024-11-18T17:36:35.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2024-11-18T17:36:35.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2024-11-18T17:36:35.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2781 | 2024-11-18T17:36:35.354Z | |
2782 | 2024-11-18T17:36:35.354Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/172) |
2783 | 2024-11-18T17:36:35.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2024-11-18T17:36:35.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2024-11-18T17:36:35.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2024-11-18T17:36:35.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2787 | 2024-11-18T17:36:35.982Z | |
2788 | 2024-11-18T17:36:35.982Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/172) |
2789 | 2024-11-18T17:36:36.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2024-11-18T17:36:36.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2024-11-18T17:36:36.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2024-11-18T17:36:36.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2793 | 2024-11-18T17:36:36.604Z | |
2794 | 2024-11-18T17:36:36.604Z | info: running `cargo check --bins` on oximeter-producer (97/172) |
2795 | 2024-11-18T17:36:37.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2024-11-18T17:36:37.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2024-11-18T17:36:37.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2024-11-18T17:36:37.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2799 | 2024-11-18T17:36:37.258Z | |
2800 | 2024-11-18T17:36:37.258Z | info: running `cargo check --bins` on internal-dns-resolver (98/172) |
2801 | 2024-11-18T17:36:37.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2024-11-18T17:36:37.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2024-11-18T17:36:37.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2024-11-18T17:36:37.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2805 | 2024-11-18T17:36:37.880Z | |
2806 | 2024-11-18T17:36:37.880Z | info: running `cargo check --bins` on sp-sim (99/172) |
2807 | 2024-11-18T17:36:38.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-11-18T17:36:38.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-11-18T17:36:38.523Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2810 | 2024-11-18T17:36:40.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
2811 | 2024-11-18T17:36:40.553Z | |
2812 | 2024-11-18T17:36:40.553Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/172) |
2813 | 2024-11-18T17:36:41.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-11-18T17:36:41.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-11-18T17:36:41.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2024-11-18T17:36:41.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2817 | 2024-11-18T17:36:41.214Z | |
2818 | 2024-11-18T17:36:41.214Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/172) |
2819 | 2024-11-18T17:36:41.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2024-11-18T17:36:41.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2024-11-18T17:36:41.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2024-11-18T17:36:41.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2823 | 2024-11-18T17:36:41.884Z | |
2824 | 2024-11-18T17:36:41.884Z | info: running `cargo check --bins` on db-macros (102/172) |
2825 | 2024-11-18T17:36:42.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2024-11-18T17:36:42.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2024-11-18T17:36:42.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2024-11-18T17:36:42.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2829 | 2024-11-18T17:36:42.492Z | |
2830 | 2024-11-18T17:36:42.492Z | info: running `cargo check --bins` on nexus-macros-common (103/172) |
2831 | 2024-11-18T17:36:43.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2024-11-18T17:36:43.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2024-11-18T17:36:43.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2024-11-18T17:36:43.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2835 | 2024-11-18T17:36:43.105Z | |
2836 | 2024-11-18T17:36:43.105Z | info: running `cargo check --bins` on nexus-auth (104/172) |
2837 | 2024-11-18T17:36:43.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2024-11-18T17:36:43.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2024-11-18T17:36:43.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2024-11-18T17:36:43.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2841 | 2024-11-18T17:36:43.784Z | |
2842 | 2024-11-18T17:36:43.784Z | info: running `cargo check --bins` on authz-macros (105/172) |
2843 | 2024-11-18T17:36:44.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2024-11-18T17:36:44.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2024-11-18T17:36:44.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2024-11-18T17:36:44.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2847 | 2024-11-18T17:36:44.398Z | |
2848 | 2024-11-18T17:36:44.398Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/172) |
2849 | 2024-11-18T17:36:44.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2024-11-18T17:36:44.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2024-11-18T17:36:44.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2024-11-18T17:36:44.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2853 | 2024-11-18T17:36:45.067Z | |
2854 | 2024-11-18T17:36:45.067Z | info: running `cargo check --bins` on nexus-db-model (107/172) |
2855 | 2024-11-18T17:36:45.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-11-18T17:36:45.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-11-18T17:36:45.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2024-11-18T17:36:45.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2859 | 2024-11-18T17:36:45.722Z | |
2860 | 2024-11-18T17:36:45.722Z | info: running `cargo check --bins` on nexus-defaults (108/172) |
2861 | 2024-11-18T17:36:46.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-11-18T17:36:46.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-11-18T17:36:46.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2024-11-18T17:36:46.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2865 | 2024-11-18T17:36:46.341Z | |
2866 | 2024-11-18T17:36:46.341Z | info: running `cargo check --bins` on nexus-inventory (109/172) |
2867 | 2024-11-18T17:36:46.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-11-18T17:36:46.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-11-18T17:36:46.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2024-11-18T17:36:46.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2871 | 2024-11-18T17:36:46.993Z | |
2872 | 2024-11-18T17:36:46.993Z | info: running `cargo check --bins` on typed-rng (110/172) |
2873 | 2024-11-18T17:36:47.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-11-18T17:36:47.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-11-18T17:36:47.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2024-11-18T17:36:47.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2877 | 2024-11-18T17:36:47.599Z | |
2878 | 2024-11-18T17:36:47.599Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/172) |
2879 | 2024-11-18T17:36:48.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-11-18T17:36:48.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-11-18T17:36:48.336Z | Checking keccak v0.1.5 |
2882 | 2024-11-18T17:36:48.445Z | Checking secrecy v0.8.0 |
2883 | 2024-11-18T17:36:48.447Z | Compiling unicase v2.7.0 |
2884 | 2024-11-18T17:36:48.447Z | Compiling same-file v1.0.6 |
2885 | 2024-11-18T17:36:48.463Z | Compiling tempfile v3.13.0 |
2886 | 2024-11-18T17:36:48.486Z | Compiling thiserror-impl-no-std v2.0.2 |
2887 | 2024-11-18T17:36:48.489Z | Checking universal-hash v0.5.1 |
2888 | 2024-11-18T17:36:48.489Z | Compiling blake3 v1.5.4 |
2889 | 2024-11-18T17:36:48.632Z | Compiling walkdir v2.5.0 |
2890 | 2024-11-18T17:36:48.687Z | Compiling ring v0.16.20 |
2891 | 2024-11-18T17:36:48.720Z | Checking sha3 v0.10.8 |
2892 | 2024-11-18T17:36:48.723Z | Checking opaque-debug v0.3.1 |
2893 | 2024-11-18T17:36:48.859Z | Checking poly1305 v0.8.0 |
2894 | 2024-11-18T17:36:48.880Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2895 | 2024-11-18T17:36:49.139Z | Checking chacha20 v0.9.1 |
2896 | 2024-11-18T17:36:49.159Z | Checking aead v0.5.2 |
2897 | 2024-11-18T17:36:49.335Z | Compiling memmap2 v0.9.5 |
2898 | 2024-11-18T17:36:49.370Z | Compiling arrayvec v0.7.6 |
2899 | 2024-11-18T17:36:49.383Z | Compiling libefi-sys v0.1.0 |
2900 | 2024-11-18T17:36:49.410Z | Compiling salty v0.3.0 |
2901 | 2024-11-18T17:36:49.458Z | Compiling spin v0.5.2 |
2902 | 2024-11-18T17:36:49.637Z | Compiling constant_time_eq v0.3.1 |
2903 | 2024-11-18T17:36:49.682Z | Compiling arrayref v0.3.9 |
2904 | 2024-11-18T17:36:49.770Z | Checking chacha20poly1305 v0.10.1 |
2905 | 2024-11-18T17:36:49.813Z | Compiling toolchain_find v0.4.0 |
2906 | 2024-11-18T17:36:49.868Z | Compiling camino-tempfile v1.1.1 |
2907 | 2024-11-18T17:36:49.883Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2908 | 2024-11-18T17:36:49.970Z | Compiling bitfield-struct v0.6.2 |
2909 | 2024-11-18T17:36:50.224Z | Compiling topological-sort v0.2.2 |
2910 | 2024-11-18T17:36:50.305Z | Compiling mime_guess v2.0.5 |
2911 | 2024-11-18T17:36:50.377Z | Compiling rustfmt-wrapper v0.2.1 |
2912 | 2024-11-18T17:36:50.893Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2913 | 2024-11-18T17:36:50.962Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2914 | 2024-11-18T17:36:50.979Z | Checking primeorder v0.13.6 |
2915 | 2024-11-18T17:36:51.032Z | Checking env_filter v0.1.2 |
2916 | 2024-11-18T17:36:51.244Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2917 | 2024-11-18T17:36:51.355Z | Checking env_logger v0.11.5 |
2918 | 2024-11-18T17:36:51.429Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2919 | 2024-11-18T17:36:51.445Z | Checking p384 v0.13.0 |
2920 | 2024-11-18T17:36:51.489Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2921 | 2024-11-18T17:36:51.617Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2922 | 2024-11-18T17:36:51.653Z | Checking thiserror-no-std v2.0.2 |
2923 | 2024-11-18T17:36:51.754Z | Checking vsss-rs v3.3.4 |
2924 | 2024-11-18T17:36:51.839Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2925 | 2024-11-18T17:36:51.945Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2926 | 2024-11-18T17:36:51.966Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2927 | 2024-11-18T17:36:52.238Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2928 | 2024-11-18T17:36:52.260Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2929 | 2024-11-18T17:36:52.415Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2930 | 2024-11-18T17:36:52.493Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2931 | 2024-11-18T17:36:52.771Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2932 | 2024-11-18T17:36:52.780Z | Checking nanorand v0.7.0 |
2933 | 2024-11-18T17:36:52.808Z | Checking atty v0.2.14 |
2934 | 2024-11-18T17:36:52.868Z | Checking glob v0.3.1 |
2935 | 2024-11-18T17:36:52.946Z | Checking http-range v0.1.5 |
2936 | 2024-11-18T17:36:53.112Z | Checking hyper-staticfile v0.10.1 |
2937 | 2024-11-18T17:36:53.141Z | Checking flume v0.11.1 |
2938 | 2024-11-18T17:36:53.180Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2939 | 2024-11-18T17:36:53.616Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2940 | 2024-11-18T17:36:53.852Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2941 | 2024-11-18T17:36:53.928Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2942 | 2024-11-18T17:36:54.306Z | Compiling omicron-zone-package v0.11.1 |
2943 | 2024-11-18T17:36:54.680Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2944 | 2024-11-18T17:36:55.352Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2945 | 2024-11-18T17:36:55.827Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2946 | 2024-11-18T17:36:55.960Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2947 | 2024-11-18T17:36:56.029Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2948 | 2024-11-18T17:36:56.340Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2949 | 2024-11-18T17:36:57.778Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2950 | 2024-11-18T17:36:58.335Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2951 | 2024-11-18T17:37:00.578Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2952 | 2024-11-18T17:37:00.578Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2953 | 2024-11-18T17:37:10.443Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2954 | 2024-11-18T17:37:23.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.95s |
2955 | 2024-11-18T17:37:23.755Z | |
2956 | 2024-11-18T17:37:23.755Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/172) |
2957 | 2024-11-18T17:37:24.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2958 | 2024-11-18T17:37:24.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2959 | 2024-11-18T17:37:24.468Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2960 | 2024-11-18T17:37:37.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s |
2961 | 2024-11-18T17:37:38.052Z | |
2962 | 2024-11-18T17:37:38.052Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/172) |
2963 | 2024-11-18T17:37:38.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2964 | 2024-11-18T17:37:38.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2965 | 2024-11-18T17:37:38.781Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2966 | 2024-11-18T17:37:52.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s |
2967 | 2024-11-18T17:37:52.278Z | |
2968 | 2024-11-18T17:37:52.278Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/172) |
2969 | 2024-11-18T17:37:52.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2024-11-18T17:37:52.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2024-11-18T17:37:53.002Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2972 | 2024-11-18T17:38:06.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s |
2973 | 2024-11-18T17:38:06.580Z | |
2974 | 2024-11-18T17:38:06.580Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/172) |
2975 | 2024-11-18T17:38:07.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2024-11-18T17:38:07.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2024-11-18T17:38:07.291Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2978 | 2024-11-18T17:38:20.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s |
2979 | 2024-11-18T17:38:20.758Z | |
2980 | 2024-11-18T17:38:20.758Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/172) |
2981 | 2024-11-18T17:38:21.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-11-18T17:38:21.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-11-18T17:38:21.472Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2984 | 2024-11-18T17:38:34.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s |
2985 | 2024-11-18T17:38:34.955Z | |
2986 | 2024-11-18T17:38:34.955Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/172) |
2987 | 2024-11-18T17:38:35.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-11-18T17:38:35.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-11-18T17:38:35.686Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2990 | 2024-11-18T17:38:49.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.13s |
2991 | 2024-11-18T17:38:49.289Z | |
2992 | 2024-11-18T17:38:49.289Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/172) |
2993 | 2024-11-18T17:38:49.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2024-11-18T17:38:49.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2024-11-18T17:38:50.017Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2996 | 2024-11-18T17:39:03.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s |
2997 | 2024-11-18T17:39:03.598Z | |
2998 | 2024-11-18T17:39:03.598Z | info: running `cargo check --bins` on bootstrap-agent-api (119/172) |
2999 | 2024-11-18T17:39:04.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2024-11-18T17:39:04.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2024-11-18T17:39:04.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3002 | 2024-11-18T17:39:04.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3003 | 2024-11-18T17:39:04.264Z | |
3004 | 2024-11-18T17:39:04.264Z | info: running `cargo check --bins` on key-manager (120/172) |
3005 | 2024-11-18T17:39:04.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-11-18T17:39:04.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-11-18T17:39:04.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3008 | 2024-11-18T17:39:04.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3009 | 2024-11-18T17:39:04.892Z | |
3010 | 2024-11-18T17:39:04.892Z | info: running `cargo check --bins` on repo-depot-api (121/172) |
3011 | 2024-11-18T17:39:05.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2024-11-18T17:39:05.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2024-11-18T17:39:05.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2024-11-18T17:39:05.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3015 | 2024-11-18T17:39:05.523Z | |
3016 | 2024-11-18T17:39:05.523Z | info: running `cargo check --bins` on sled-agent-api (122/172) |
3017 | 2024-11-18T17:39:06.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2024-11-18T17:39:06.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2024-11-18T17:39:06.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2024-11-18T17:39:06.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3021 | 2024-11-18T17:39:06.174Z | |
3022 | 2024-11-18T17:39:06.174Z | info: running `cargo check --bins` on sled-hardware (123/172) |
3023 | 2024-11-18T17:39:06.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-11-18T17:39:06.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-11-18T17:39:06.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2024-11-18T17:39:06.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3027 | 2024-11-18T17:39:06.812Z | |
3028 | 2024-11-18T17:39:06.812Z | info: running `cargo check --bins --no-default-features` on sled-storage (124/172) |
3029 | 2024-11-18T17:39:07.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2024-11-18T17:39:07.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2024-11-18T17:39:07.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2024-11-18T17:39:07.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3033 | 2024-11-18T17:39:07.451Z | |
3034 | 2024-11-18T17:39:07.451Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/172) |
3035 | 2024-11-18T17:39:08.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-11-18T17:39:08.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-11-18T17:39:08.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2024-11-18T17:39:08.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3039 | 2024-11-18T17:39:08.087Z | |
3040 | 2024-11-18T17:39:08.087Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (126/172) |
3041 | 2024-11-18T17:39:08.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-11-18T17:39:08.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-11-18T17:39:08.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-11-18T17:39:08.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3045 | 2024-11-18T17:39:08.732Z | |
3046 | 2024-11-18T17:39:08.732Z | info: running `cargo check --bins` on nexus-test-interface (127/172) |
3047 | 2024-11-18T17:39:09.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-11-18T17:39:09.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-11-18T17:39:09.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-11-18T17:39:09.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3051 | 2024-11-18T17:39:09.367Z | |
3052 | 2024-11-18T17:39:09.367Z | info: running `cargo check --bins` on oximeter-collector (128/172) |
3053 | 2024-11-18T17:39:09.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-11-18T17:39:09.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-11-18T17:39:10.039Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3056 | 2024-11-18T17:39:10.039Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3057 | 2024-11-18T17:39:10.778Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3058 | 2024-11-18T17:39:12.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
3059 | 2024-11-18T17:39:12.845Z | |
3060 | 2024-11-18T17:39:12.845Z | info: running `cargo check --bins` on oximeter-api (129/172) |
3061 | 2024-11-18T17:39:13.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2024-11-18T17:39:13.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2024-11-18T17:39:13.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2024-11-18T17:39:13.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3065 | 2024-11-18T17:39:13.467Z | |
3066 | 2024-11-18T17:39:13.467Z | info: running `cargo check --bins` on cert-dev (130/172) |
3067 | 2024-11-18T17:39:13.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2024-11-18T17:39:13.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2024-11-18T17:39:14.070Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3070 | 2024-11-18T17:39:14.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3071 | 2024-11-18T17:39:14.500Z | |
3072 | 2024-11-18T17:39:14.500Z | info: running `cargo check --bins` on clickhouse-cluster-dev (131/172) |
3073 | 2024-11-18T17:39:15.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2024-11-18T17:39:15.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2024-11-18T17:39:15.163Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3076 | 2024-11-18T17:39:15.163Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3077 | 2024-11-18T17:39:15.745Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3078 | 2024-11-18T17:39:16.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3079 | 2024-11-18T17:39:16.294Z | |
3080 | 2024-11-18T17:39:16.294Z | info: running `cargo check --bins` on ch-dev (132/172) |
3081 | 2024-11-18T17:39:16.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-11-18T17:39:16.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-11-18T17:39:16.946Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3084 | 2024-11-18T17:39:17.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3085 | 2024-11-18T17:39:17.829Z | |
3086 | 2024-11-18T17:39:17.829Z | info: running `cargo check --bins` on crdb-seed (133/172) |
3087 | 2024-11-18T17:39:18.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2024-11-18T17:39:18.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2024-11-18T17:39:18.485Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3090 | 2024-11-18T17:39:18.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3091 | 2024-11-18T17:39:19.018Z | |
3092 | 2024-11-18T17:39:19.018Z | info: running `cargo check --bins` on db-dev (134/172) |
3093 | 2024-11-18T17:39:19.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2024-11-18T17:39:19.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2024-11-18T17:39:19.670Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3096 | 2024-11-18T17:39:20.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3097 | 2024-11-18T17:39:20.566Z | |
3098 | 2024-11-18T17:39:20.566Z | info: running `cargo check --bins` on omicron-dev-lib (135/172) |
3099 | 2024-11-18T17:39:21.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-11-18T17:39:21.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-11-18T17:39:21.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2024-11-18T17:39:21.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3103 | 2024-11-18T17:39:21.193Z | |
3104 | 2024-11-18T17:39:21.193Z | info: running `cargo check --bins` on xtask-downloader (136/172) |
3105 | 2024-11-18T17:39:21.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2024-11-18T17:39:21.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2024-11-18T17:39:21.798Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3108 | 2024-11-18T17:39:22.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3109 | 2024-11-18T17:39:22.848Z | |
3110 | 2024-11-18T17:39:22.848Z | info: running `cargo check --bins` on omicron-ls-apis (137/172) |
3111 | 2024-11-18T17:39:23.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2024-11-18T17:39:23.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2024-11-18T17:39:23.458Z | Checking cargo-platform v0.1.8 |
3114 | 2024-11-18T17:39:23.718Z | Checking cargo_metadata v0.18.1 |
3115 | 2024-11-18T17:39:24.699Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3116 | 2024-11-18T17:39:25.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
3117 | 2024-11-18T17:39:25.590Z | |
3118 | 2024-11-18T17:39:25.591Z | info: running `cargo check --bins` on mgs-dev (138/172) |
3119 | 2024-11-18T17:39:26.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-11-18T17:39:26.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-11-18T17:39:26.300Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3122 | 2024-11-18T17:39:27.004Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3123 | 2024-11-18T17:39:27.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3124 | 2024-11-18T17:39:27.741Z | |
3125 | 2024-11-18T17:39:27.741Z | info: running `cargo check --bins` on omicron-omdb (139/172) |
3126 | 2024-11-18T17:39:28.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2024-11-18T17:39:28.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2024-11-18T17:39:28.524Z | Compiling crunchy v0.2.2 |
3129 | 2024-11-18T17:39:28.524Z | Compiling tiny-keccak v2.0.2 |
3130 | 2024-11-18T17:39:28.529Z | Compiling dsl_auto_type v0.1.2 |
3131 | 2024-11-18T17:39:28.529Z | Checking scheduled-thread-pool v0.2.7 |
3132 | 2024-11-18T17:39:28.529Z | Compiling diesel_table_macro_syntax v0.2.0 |
3133 | 2024-11-18T17:39:28.529Z | Compiling ascii-canvas v3.0.0 |
3134 | 2024-11-18T17:39:28.529Z | Compiling ena v0.14.3 |
3135 | 2024-11-18T17:39:28.530Z | Compiling diff v0.1.13 |
3136 | 2024-11-18T17:39:28.940Z | Compiling regex-syntax v0.6.29 |
3137 | 2024-11-18T17:39:29.071Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3138 | 2024-11-18T17:39:29.119Z | Compiling ref-cast v1.0.23 |
3139 | 2024-11-18T17:39:29.138Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3140 | 2024-11-18T17:39:29.307Z | Compiling derive_builder_core v0.20.2 |
3141 | 2024-11-18T17:39:29.328Z | Compiling libxml v0.3.3 |
3142 | 2024-11-18T17:39:29.384Z | Compiling ref-cast-impl v1.0.23 |
3143 | 2024-11-18T17:39:29.639Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3144 | 2024-11-18T17:39:29.729Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3145 | 2024-11-18T17:39:29.959Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3146 | 2024-11-18T17:39:30.107Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3147 | 2024-11-18T17:39:30.163Z | Checking r2d2 v0.8.10 |
3148 | 2024-11-18T17:39:30.192Z | Compiling diesel_derives v2.2.3 |
3149 | 2024-11-18T17:39:30.223Z | Compiling strum_macros v0.24.3 |
3150 | 2024-11-18T17:39:30.459Z | Compiling samael v0.0.17 |
3151 | 2024-11-18T17:39:30.502Z | Compiling indoc v1.0.9 |
3152 | 2024-11-18T17:39:31.481Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3153 | 2024-11-18T17:39:31.763Z | Compiling oso-derive v0.27.3 |
3154 | 2024-11-18T17:39:31.787Z | Compiling derive_builder_macro v0.20.2 |
3155 | 2024-11-18T17:39:32.249Z | Compiling lalrpop v0.19.12 |
3156 | 2024-11-18T17:39:32.689Z | Checking derive_builder v0.20.2 |
3157 | 2024-11-18T17:39:32.806Z | Compiling impl-trait-for-tuples v0.2.2 |
3158 | 2024-11-18T17:39:32.847Z | Checking quick-xml v0.33.0 |
3159 | 2024-11-18T17:39:33.108Z | Compiling diesel-dtrace v0.3.0 |
3160 | 2024-11-18T17:39:33.403Z | Checking maplit v1.0.2 |
3161 | 2024-11-18T17:39:33.629Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3162 | 2024-11-18T17:39:33.835Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3163 | 2024-11-18T17:39:34.107Z | Checking bb8 v0.8.5 |
3164 | 2024-11-18T17:39:34.658Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3165 | 2024-11-18T17:39:34.909Z | Checking castaway v0.2.3 |
3166 | 2024-11-18T17:39:34.929Z | Checking rand_seeder v0.3.0 |
3167 | 2024-11-18T17:39:34.976Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3168 | 2024-11-18T17:39:35.076Z | Checking compact_str v0.8.0 |
3169 | 2024-11-18T17:39:35.164Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3170 | 2024-11-18T17:39:35.347Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3171 | 2024-11-18T17:39:35.383Z | Checking unicode-truncate v1.1.0 |
3172 | 2024-11-18T17:39:35.623Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3173 | 2024-11-18T17:39:35.900Z | Checking lru v0.12.5 |
3174 | 2024-11-18T17:39:36.007Z | Compiling instability v0.3.2 |
3175 | 2024-11-18T17:39:36.210Z | Checking is_ci v1.2.0 |
3176 | 2024-11-18T17:39:36.358Z | Checking smawk v0.3.2 |
3177 | 2024-11-18T17:39:36.577Z | Checking cassowary v0.3.0 |
3178 | 2024-11-18T17:39:36.780Z | Checking unicode-linebreak v0.1.5 |
3179 | 2024-11-18T17:39:36.798Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3180 | 2024-11-18T17:39:36.966Z | Checking supports-color v3.0.1 |
3181 | 2024-11-18T17:39:37.068Z | Checking ratatui v0.28.1 |
3182 | 2024-11-18T17:39:37.195Z | Checking multimap v0.10.0 |
3183 | 2024-11-18T17:39:37.213Z | Checking textwrap v0.16.1 |
3184 | 2024-11-18T17:39:40.344Z | Checking diesel v2.2.4 |
3185 | 2024-11-18T17:40:05.993Z | Compiling polar-core v0.27.3 |
3186 | 2024-11-18T17:40:09.618Z | Checking async-bb8-diesel v0.2.1 |
3187 | 2024-11-18T17:40:13.317Z | Checking oso v0.27.3 |
3188 | 2024-11-18T17:41:25.313Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3189 | 2024-11-18T17:41:31.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
3190 | 2024-11-18T17:41:31.581Z | |
3191 | 2024-11-18T17:41:31.581Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (140/172) |
3192 | 2024-11-18T17:41:32.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3193 | 2024-11-18T17:41:32.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3194 | 2024-11-18T17:41:32.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3195 | 2024-11-18T17:41:32.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3196 | 2024-11-18T17:41:32.244Z | |
3197 | 2024-11-18T17:41:32.244Z | info: running `cargo check --bins` on nexus-saga-recovery (141/172) |
3198 | 2024-11-18T17:41:32.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3199 | 2024-11-18T17:41:32.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3200 | 2024-11-18T17:41:32.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3201 | 2024-11-18T17:41:32.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3202 | 2024-11-18T17:41:32.909Z | |
3203 | 2024-11-18T17:41:32.909Z | info: running `cargo check --bins` on nexus-test-utils-macros (142/172) |
3204 | 2024-11-18T17:41:33.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2024-11-18T17:41:33.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2024-11-18T17:41:33.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3207 | 2024-11-18T17:41:33.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3208 | 2024-11-18T17:41:33.517Z | |
3209 | 2024-11-18T17:41:33.517Z | info: running `cargo check --bins` on omicron-nexus (143/172) |
3210 | 2024-11-18T17:41:34.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3211 | 2024-11-18T17:41:34.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3212 | 2024-11-18T17:41:34.303Z | Compiling libz-sys v1.1.20 |
3213 | 2024-11-18T17:41:34.416Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3214 | 2024-11-18T17:41:34.429Z | Compiling vergen v8.3.2 |
3215 | 2024-11-18T17:41:34.433Z | Compiling cargo-platform v0.1.8 |
3216 | 2024-11-18T17:41:34.433Z | Compiling pin-project-internal v1.1.6 |
3217 | 2024-11-18T17:41:34.466Z | Compiling snafu-derive v0.8.5 |
3218 | 2024-11-18T17:41:34.466Z | Compiling libsqlite3-sys v0.30.1 |
3219 | 2024-11-18T17:41:34.470Z | Compiling cfg_aliases v0.2.1 |
3220 | 2024-11-18T17:41:34.606Z | Compiling rustls v0.21.12 |
3221 | 2024-11-18T17:41:34.723Z | Compiling cargo_metadata v0.18.1 |
3222 | 2024-11-18T17:41:34.867Z | Checking lockfree-object-pool v0.1.6 |
3223 | 2024-11-18T17:41:34.934Z | Checking simd-adler32 v0.3.7 |
3224 | 2024-11-18T17:41:34.995Z | Compiling buf-list v1.0.3 |
3225 | 2024-11-18T17:41:35.097Z | Compiling zip v2.1.3 |
3226 | 2024-11-18T17:41:35.265Z | Checking bumpalo v3.16.0 |
3227 | 2024-11-18T17:41:35.374Z | Compiling nix v0.29.0 |
3228 | 2024-11-18T17:41:35.443Z | Checking globset v0.4.15 |
3229 | 2024-11-18T17:41:35.586Z | Checking zopfli v0.8.1 |
3230 | 2024-11-18T17:41:35.691Z | Checking olpc-cjson v0.1.4 |
3231 | 2024-11-18T17:41:35.994Z | Checking sct v0.7.1 |
3232 | 2024-11-18T17:41:36.006Z | Checking rustls-webpki v0.101.7 |
3233 | 2024-11-18T17:41:36.122Z | Checking serde_plain v1.0.2 |
3234 | 2024-11-18T17:41:36.209Z | Checking typed-path v0.9.3 |
3235 | 2024-11-18T17:41:37.132Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3236 | 2024-11-18T17:41:37.319Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3237 | 2024-11-18T17:41:37.399Z | Checking hashlink v0.9.1 |
3238 | 2024-11-18T17:41:37.473Z | Checking pin-project v1.1.6 |
3239 | 2024-11-18T17:41:37.582Z | Checking fallible-streaming-iterator v0.1.9 |
3240 | 2024-11-18T17:41:37.586Z | Checking fallible-iterator v0.3.0 |
3241 | 2024-11-18T17:41:37.809Z | Checking parse-size v1.1.0 |
3242 | 2024-11-18T17:41:38.054Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3243 | 2024-11-18T17:41:38.070Z | Checking rustls-pemfile v1.0.4 |
3244 | 2024-11-18T17:41:38.231Z | Checking rusqlite v0.32.1 |
3245 | 2024-11-18T17:41:38.275Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3246 | 2024-11-18T17:41:38.387Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3247 | 2024-11-18T17:41:38.509Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3248 | 2024-11-18T17:41:38.658Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3249 | 2024-11-18T17:41:38.790Z | Checking twox-hash v1.6.3 |
3250 | 2024-11-18T17:41:38.810Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3251 | 2024-11-18T17:41:39.260Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3252 | 2024-11-18T17:41:39.743Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3253 | 2024-11-18T17:41:39.985Z | Checking tokio-rustls v0.24.1 |
3254 | 2024-11-18T17:41:40.051Z | Checking snafu v0.8.5 |
3255 | 2024-11-18T17:41:40.191Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3256 | 2024-11-18T17:41:40.327Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3257 | 2024-11-18T17:41:40.357Z | Checking fatfs v0.3.6 |
3258 | 2024-11-18T17:41:40.524Z | Checking tough v0.19.0 |
3259 | 2024-11-18T17:41:40.632Z | Checking assert_matches v1.5.0 |
3260 | 2024-11-18T17:41:44.677Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3261 | 2024-11-18T17:41:46.050Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3262 | 2024-11-18T17:41:47.025Z | Compiling git2 v0.19.0 |
3263 | 2024-11-18T17:41:51.761Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3264 | 2024-11-18T17:42:45.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3265 | 2024-11-18T17:42:45.891Z | |
3266 | 2024-11-18T17:42:45.891Z | info: running `cargo check --bins` on nexus-external-api (144/172) |
3267 | 2024-11-18T17:42:46.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2024-11-18T17:42:46.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2024-11-18T17:42:46.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3270 | 2024-11-18T17:42:46.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3271 | 2024-11-18T17:42:46.575Z | |
3272 | 2024-11-18T17:42:46.575Z | info: running `cargo check --bins` on openapi-manager-types (145/172) |
3273 | 2024-11-18T17:42:47.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3274 | 2024-11-18T17:42:47.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3275 | 2024-11-18T17:42:47.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3276 | 2024-11-18T17:42:47.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3277 | 2024-11-18T17:42:47.185Z | |
3278 | 2024-11-18T17:42:47.185Z | info: running `cargo check --bins` on nexus-internal-api (146/172) |
3279 | 2024-11-18T17:42:47.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2024-11-18T17:42:47.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2024-11-18T17:42:47.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3282 | 2024-11-18T17:42:47.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3283 | 2024-11-18T17:42:47.843Z | |
3284 | 2024-11-18T17:42:47.843Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (147/172) |
3285 | 2024-11-18T17:42:48.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2024-11-18T17:42:48.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2024-11-18T17:42:48.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3288 | 2024-11-18T17:42:48.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3289 | 2024-11-18T17:42:48.522Z | |
3290 | 2024-11-18T17:42:48.522Z | info: running `cargo check --bins` on nexus-networking (148/172) |
3291 | 2024-11-18T17:42:49.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2024-11-18T17:42:49.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2024-11-18T17:42:49.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3294 | 2024-11-18T17:42:49.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3295 | 2024-11-18T17:42:49.194Z | |
3296 | 2024-11-18T17:42:49.194Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (149/172) |
3297 | 2024-11-18T17:42:49.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2024-11-18T17:42:49.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2024-11-18T17:42:49.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3300 | 2024-11-18T17:42:49.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3301 | 2024-11-18T17:42:49.859Z | |
3302 | 2024-11-18T17:42:49.859Z | info: running `cargo check --bins` on update-common (150/172) |
3303 | 2024-11-18T17:42:50.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2024-11-18T17:42:50.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2024-11-18T17:42:50.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2024-11-18T17:42:50.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3307 | 2024-11-18T17:42:50.511Z | |
3308 | 2024-11-18T17:42:50.511Z | info: running `cargo check --bins` on tufaceous-lib (151/172) |
3309 | 2024-11-18T17:42:51.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2024-11-18T17:42:51.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2024-11-18T17:42:51.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2024-11-18T17:42:51.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3313 | 2024-11-18T17:42:51.159Z | |
3314 | 2024-11-18T17:42:51.159Z | info: running `cargo check --bins` on tufaceous (152/172) |
3315 | 2024-11-18T17:42:51.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2024-11-18T17:42:51.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2024-11-18T17:42:51.828Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3318 | 2024-11-18T17:42:52.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3319 | 2024-11-18T17:42:52.974Z | |
3320 | 2024-11-18T17:42:52.974Z | info: running `cargo check --bins` on omicron-dev (153/172) |
3321 | 2024-11-18T17:42:53.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2024-11-18T17:42:53.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2024-11-18T17:42:53.832Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3324 | 2024-11-18T17:42:53.955Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3325 | 2024-11-18T17:42:53.958Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3326 | 2024-11-18T17:42:53.958Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3327 | 2024-11-18T17:43:20.574Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3328 | 2024-11-18T17:43:20.576Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3329 | 2024-11-18T17:43:20.576Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3330 | 2024-11-18T17:43:20.576Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3331 | 2024-11-18T17:43:20.576Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3332 | 2024-11-18T17:43:21.510Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3333 | 2024-11-18T17:43:22.764Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3334 | 2024-11-18T17:44:02.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3335 | 2024-11-18T17:44:02.357Z | |
3336 | 2024-11-18T17:44:02.358Z | info: running `cargo check --bins` on openapi-manager (154/172) |
3337 | 2024-11-18T17:44:02.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2024-11-18T17:44:02.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2024-11-18T17:44:03.066Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3340 | 2024-11-18T17:44:03.066Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3341 | 2024-11-18T17:44:03.069Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3342 | 2024-11-18T17:44:04.644Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3343 | 2024-11-18T17:44:05.506Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3344 | 2024-11-18T17:44:06.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
3345 | 2024-11-18T17:44:06.771Z | |
3346 | 2024-11-18T17:44:06.771Z | info: running `cargo check --bins` on installinator-api (155/172) |
3347 | 2024-11-18T17:44:07.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2024-11-18T17:44:07.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2024-11-18T17:44:07.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3350 | 2024-11-18T17:44:07.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3351 | 2024-11-18T17:44:07.404Z | |
3352 | 2024-11-18T17:44:07.405Z | info: running `cargo check --bins` on wicketd-api (156/172) |
3353 | 2024-11-18T17:44:07.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2024-11-18T17:44:07.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2024-11-18T17:44:07.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3356 | 2024-11-18T17:44:07.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3357 | 2024-11-18T17:44:08.048Z | |
3358 | 2024-11-18T17:44:08.048Z | info: running `cargo check --bins` on reconfigurator-cli (157/172) |
3359 | 2024-11-18T17:44:08.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2024-11-18T17:44:08.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2024-11-18T17:44:08.734Z | Compiling petname v2.0.2 |
3362 | 2024-11-18T17:44:08.737Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3363 | 2024-11-18T17:44:08.737Z | Checking sync-ptr v0.1.1 |
3364 | 2024-11-18T17:44:10.204Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3365 | 2024-11-18T17:44:11.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
3366 | 2024-11-18T17:44:11.898Z | |
3367 | 2024-11-18T17:44:11.898Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (158/172) |
3368 | 2024-11-18T17:44:12.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3369 | 2024-11-18T17:44:12.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3370 | 2024-11-18T17:44:12.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3371 | 2024-11-18T17:44:12.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3372 | 2024-11-18T17:44:12.546Z | |
3373 | 2024-11-18T17:44:12.547Z | info: running `cargo check --bins` on omicron-releng (159/172) |
3374 | 2024-11-18T17:44:13.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3375 | 2024-11-18T17:44:13.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3376 | 2024-11-18T17:44:13.214Z | Checking memmap2 v0.9.5 |
3377 | 2024-11-18T17:44:13.214Z | Checking arrayvec v0.7.6 |
3378 | 2024-11-18T17:44:13.214Z | Checking arrayref v0.3.9 |
3379 | 2024-11-18T17:44:13.214Z | Checking spin v0.5.2 |
3380 | 2024-11-18T17:44:13.217Z | Checking constant_time_eq v0.3.1 |
3381 | 2024-11-18T17:44:13.317Z | Checking topological-sort v0.2.2 |
3382 | 2024-11-18T17:44:13.336Z | Checking shell-words v1.1.0 |
3383 | 2024-11-18T17:44:13.482Z | Checking ring v0.16.20 |
3384 | 2024-11-18T17:44:13.600Z | Checking blake3 v1.5.4 |
3385 | 2024-11-18T17:44:14.616Z | Checking omicron-zone-package v0.11.1 |
3386 | 2024-11-18T17:44:15.703Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3387 | 2024-11-18T17:44:16.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
3388 | 2024-11-18T17:44:16.788Z | |
3389 | 2024-11-18T17:44:16.788Z | info: running `cargo check --bins` on xtask (160/172) |
3390 | 2024-11-18T17:44:17.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2024-11-18T17:44:17.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2024-11-18T17:44:17.212Z | Checking bitflags v2.6.0 |
3393 | 2024-11-18T17:44:17.215Z | Checking serde v1.0.215 |
3394 | 2024-11-18T17:44:17.215Z | Checking thiserror v1.0.69 |
3395 | 2024-11-18T17:44:17.298Z | Checking scroll v0.12.0 |
3396 | 2024-11-18T17:44:17.307Z | Checking log v0.4.22 |
3397 | 2024-11-18T17:44:17.315Z | Checking hashbrown v0.15.0 |
3398 | 2024-11-18T17:44:17.326Z | Checking zerocopy v0.7.35 |
3399 | 2024-11-18T17:44:17.350Z | Checking syn v2.0.87 |
3400 | 2024-11-18T17:44:17.396Z | Checking pest v2.7.14 |
3401 | 2024-11-18T17:44:17.536Z | Checking rustix v0.38.37 |
3402 | 2024-11-18T17:44:17.562Z | Checking once_cell v1.20.2 |
3403 | 2024-11-18T17:44:17.760Z | Checking goblin v0.8.2 |
3404 | 2024-11-18T17:44:17.864Z | Checking fs-err v2.11.0 |
3405 | 2024-11-18T17:44:18.154Z | Checking tabled v0.15.0 |
3406 | 2024-11-18T17:44:18.370Z | Checking indexmap v2.6.0 |
3407 | 2024-11-18T17:44:18.693Z | Checking anyhow v1.0.93 |
3408 | 2024-11-18T17:44:19.492Z | Checking terminal_size v0.4.0 |
3409 | 2024-11-18T17:44:19.492Z | Checking tempfile v3.13.0 |
3410 | 2024-11-18T17:44:19.653Z | Checking clap_builder v4.5.21 |
3411 | 2024-11-18T17:44:19.901Z | Checking dtrace-parser v0.2.0 |
3412 | 2024-11-18T17:44:21.504Z | Checking serde_json v1.0.132 |
3413 | 2024-11-18T17:44:21.504Z | Checking serde_spanned v0.6.8 |
3414 | 2024-11-18T17:44:21.504Z | Checking toml_datetime v0.6.8 |
3415 | 2024-11-18T17:44:21.507Z | Checking camino v1.1.9 |
3416 | 2024-11-18T17:44:21.507Z | Checking cargo-platform v0.1.8 |
3417 | 2024-11-18T17:44:21.699Z | Checking semver v1.0.23 |
3418 | 2024-11-18T17:44:21.787Z | Checking macaddr v1.0.1 |
3419 | 2024-11-18T17:44:21.802Z | Checking toml_edit v0.22.22 |
3420 | 2024-11-18T17:44:21.884Z | Checking clap v4.5.21 |
3421 | 2024-11-18T17:44:22.080Z | Checking camino-tempfile v1.1.1 |
3422 | 2024-11-18T17:44:22.715Z | Checking dof v0.3.0 |
3423 | 2024-11-18T17:44:22.715Z | Checking cargo_metadata v0.18.1 |
3424 | 2024-11-18T17:44:23.122Z | Checking usdt-impl v0.5.0 |
3425 | 2024-11-18T17:44:23.493Z | Checking usdt v0.5.0 |
3426 | 2024-11-18T17:44:23.653Z | Checking toml v0.8.19 |
3427 | 2024-11-18T17:44:24.103Z | Checking cargo_toml v0.20.5 |
3428 | 2024-11-18T17:44:25.321Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3429 | 2024-11-18T17:44:25.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s |
3430 | 2024-11-18T17:44:26.034Z | |
3431 | 2024-11-18T17:44:26.034Z | info: running `cargo check --bins` on end-to-end-tests (161/172) |
3432 | 2024-11-18T17:44:26.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3433 | 2024-11-18T17:44:26.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3434 | 2024-11-18T17:44:26.793Z | Checking polyval v0.6.2 |
3435 | 2024-11-18T17:44:26.904Z | Checking ctr v0.9.2 |
3436 | 2024-11-18T17:44:26.916Z | Checking ssh-encoding v0.2.0 |
3437 | 2024-11-18T17:44:26.919Z | Checking blowfish v0.9.1 |
3438 | 2024-11-18T17:44:26.938Z | Checking password-hash v0.4.2 |
3439 | 2024-11-18T17:44:26.941Z | Checking matches v0.1.10 |
3440 | 2024-11-18T17:44:26.966Z | Checking p521 v0.13.3 |
3441 | 2024-11-18T17:44:26.966Z | Checking p256 v0.13.2 |
3442 | 2024-11-18T17:44:27.107Z | Checking ghash v0.5.1 |
3443 | 2024-11-18T17:44:27.123Z | Checking bcrypt-pbkdf v0.10.0 |
3444 | 2024-11-18T17:44:27.165Z | Compiling enum-as-inner v0.5.1 |
3445 | 2024-11-18T17:44:27.223Z | Checking russh-cryptovec v0.7.3 |
3446 | 2024-11-18T17:44:27.254Z | Checking aes-gcm v0.10.3 |
3447 | 2024-11-18T17:44:27.303Z | Checking idna v0.2.3 |
3448 | 2024-11-18T17:44:27.326Z | Checking pbkdf2 v0.11.0 |
3449 | 2024-11-18T17:44:27.373Z | Checking md5 v0.7.0 |
3450 | 2024-11-18T17:44:27.419Z | Checking num-bigint v0.4.6 |
3451 | 2024-11-18T17:44:27.449Z | Checking des v0.8.1 |
3452 | 2024-11-18T17:44:27.496Z | Checking ssh-cipher v0.2.0 |
3453 | 2024-11-18T17:44:27.594Z | Compiling dhcproto-macros v0.1.0 |
3454 | 2024-11-18T17:44:27.660Z | Checking hex-literal v0.4.1 |
3455 | 2024-11-18T17:44:27.709Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3456 | 2024-11-18T17:44:27.785Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3457 | 2024-11-18T17:44:27.803Z | Checking ssh-key v0.6.6 |
3458 | 2024-11-18T17:44:28.151Z | Checking internet-checksum v0.2.1 |
3459 | 2024-11-18T17:44:28.169Z | Checking trust-dns-proto v0.22.0 |
3460 | 2024-11-18T17:44:29.125Z | Checking russh-keys v0.45.0 |
3461 | 2024-11-18T17:44:30.075Z | Checking russh v0.45.0 |
3462 | 2024-11-18T17:44:30.814Z | Checking dhcproto v0.12.0 |
3463 | 2024-11-18T17:44:48.080Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3464 | 2024-11-18T17:44:49.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.43s |
3465 | 2024-11-18T17:44:49.679Z | |
3466 | 2024-11-18T17:44:49.679Z | info: running `cargo check --bins` on gateway-cli (162/172) |
3467 | 2024-11-18T17:44:50.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3468 | 2024-11-18T17:44:50.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3469 | 2024-11-18T17:44:50.306Z | Checking termios v0.3.3 |
3470 | 2024-11-18T17:44:50.523Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3471 | 2024-11-18T17:44:51.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3472 | 2024-11-18T17:44:51.477Z | |
3473 | 2024-11-18T17:44:51.477Z | info: running `cargo check --bins --no-default-features` on installinator (163/172) |
3474 | 2024-11-18T17:44:52.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3475 | 2024-11-18T17:44:52.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3476 | 2024-11-18T17:44:52.160Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3477 | 2024-11-18T17:44:54.166Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3478 | 2024-11-18T17:44:56.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
3479 | 2024-11-18T17:44:56.239Z | |
3480 | 2024-11-18T17:44:56.239Z | info: running `cargo check --bins` on internal-dns-cli (164/172) |
3481 | 2024-11-18T17:44:56.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3482 | 2024-11-18T17:44:56.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3483 | 2024-11-18T17:44:56.879Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3484 | 2024-11-18T17:44:57.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3485 | 2024-11-18T17:44:57.550Z | |
3486 | 2024-11-18T17:44:57.550Z | info: running `cargo check --bins` on omicron-live-tests (165/172) |
3487 | 2024-11-18T17:44:58.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3488 | 2024-11-18T17:44:58.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3489 | 2024-11-18T17:44:58.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3490 | 2024-11-18T17:44:58.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3491 | 2024-11-18T17:44:58.174Z | |
3492 | 2024-11-18T17:44:58.174Z | info: running `cargo check --bins` on live-tests-macros (166/172) |
3493 | 2024-11-18T17:44:58.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3494 | 2024-11-18T17:44:58.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3495 | 2024-11-18T17:44:58.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3496 | 2024-11-18T17:44:58.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3497 | 2024-11-18T17:44:58.789Z | |
3498 | 2024-11-18T17:44:58.789Z | info: running `cargo check --bins` on omicron-package (167/172) |
3499 | 2024-11-18T17:44:59.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3500 | 2024-11-18T17:44:59.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3501 | 2024-11-18T17:44:59.443Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3502 | 2024-11-18T17:45:00.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
3503 | 2024-11-18T17:45:00.900Z | |
3504 | 2024-11-18T17:45:00.900Z | info: running `cargo check --bins` on wicket-dbg (168/172) |
3505 | 2024-11-18T17:45:01.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2024-11-18T17:45:01.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2024-11-18T17:45:01.585Z | Checking rtoolbox v0.0.2 |
3508 | 2024-11-18T17:45:01.588Z | Checking tui-tree-widget v0.22.0 |
3509 | 2024-11-18T17:45:01.589Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3510 | 2024-11-18T17:45:01.808Z | Checking rpassword v7.3.1 |
3511 | 2024-11-18T17:45:05.934Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3512 | 2024-11-18T17:45:08.930Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3513 | 2024-11-18T17:45:10.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s |
3514 | 2024-11-18T17:45:10.316Z | |
3515 | 2024-11-18T17:45:10.316Z | info: running `cargo check --bins` on wicket (169/172) |
3516 | 2024-11-18T17:45:10.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-11-18T17:45:10.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-11-18T17:45:10.994Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3519 | 2024-11-18T17:45:11.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3520 | 2024-11-18T17:45:11.605Z | |
3521 | 2024-11-18T17:45:11.605Z | info: running `cargo check --bins` on wicketd (170/172) |
3522 | 2024-11-18T17:45:12.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2024-11-18T17:45:12.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2024-11-18T17:45:12.309Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3525 | 2024-11-18T17:45:16.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
3526 | 2024-11-18T17:45:16.448Z | |
3527 | 2024-11-18T17:45:16.448Z | info: running `cargo check --bins` on omicron-workspace-hack (171/172) |
3528 | 2024-11-18T17:45:16.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-11-18T17:45:16.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-11-18T17:45:16.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3531 | 2024-11-18T17:45:16.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3532 | 2024-11-18T17:45:17.053Z | |
3533 | 2024-11-18T17:45:17.053Z | info: running `cargo check --bins` on zone-setup (172/172) |
3534 | 2024-11-18T17:45:17.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3535 | 2024-11-18T17:45:17.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3536 | 2024-11-18T17:45:17.770Z | Checking uzers v0.12.1 |
3537 | 2024-11-18T17:45:18.105Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3538 | 2024-11-18T17:45:19.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
3539 | 2024-11-18T17:45:19.412Z | |
3540 | 2024-11-18T17:45:19.412Z | real 13:06.886817929 |
3541 | 2024-11-18T17:45:19.412Z | user 24:00.508393053 |
3542 | 2024-11-18T17:45:19.412Z | sys 5:22.009956958 |
3543 | 2024-11-18T17:45:19.415Z | trap 0.460380559 |
3544 | 2024-11-18T17:45:19.415Z | tflt 2.230565417 |
3545 | 2024-11-18T17:45:19.415Z | dflt 2.999449524 |
3546 | 2024-11-18T17:45:19.415Z | kflt 0.001196088 |
3547 | 2024-11-18T17:45:19.415Z | lock 46:47.992936782 |
3548 | 2024-11-18T17:45:19.415Z | slp 2:05:56.813303634 |
3549 | 2024-11-18T17:45:19.415Z | lat 59.617175963 |
3550 | 2024-11-18T17:45:19.415Z | stop 3:17.292973400 |
3551 | 2024-11-18T17:45:19.416Z | process exited: duration 1114381 ms, exit code 0 |
|
3552 | 2024-11-18T17:45:19.421Z | found 0 output files |