|
|
|
1 | 2024-10-18T20:35:51.518Z | job assigned to worker 01JAGNF7XXF5FJ3NG13XHW0EXM (queued for 25 s) |
|
2 | 2024-10-18T20:35:52.060Z | starting task 0: "setup" |
3 | 2024-10-18T20:35:52.083Z | ++ uname -s |
4 | 2024-10-18T20:35:52.083Z | + kern=SunOS |
5 | 2024-10-18T20:35:52.083Z | + case "$kern" in |
6 | 2024-10-18T20:35:52.083Z | + groupadd -g 12345 build |
7 | 2024-10-18T20:35:52.083Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-18T20:35:54.095Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-18T20:35:54.133Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-18T20:35:54.156Z | + home_fs=zfs |
11 | 2024-10-18T20:35:54.156Z | + [[ zfs == autofs ]] |
12 | 2024-10-18T20:35:54.156Z | + mkdir -p /home/build |
13 | 2024-10-18T20:35:54.156Z | + chown build:build /home/build /work |
14 | 2024-10-18T20:35:56.142Z | + chmod 0700 /home/build /work |
15 | 2024-10-18T20:35:56.165Z | process exited: duration 4086 ms, exit code 0 |
|
16 | 2024-10-18T20:35:56.212Z | starting task 1: "rust-toolchain" |
17 | 2024-10-18T20:35:56.234Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-18T20:35:56.234Z | ' 1.80.1 |
19 | 2024-10-18T20:35:56.235Z | + printf ' * toolchain profile = "%s" |
20 | 2024-10-18T20:35:56.235Z | ' default |
21 | 2024-10-18T20:35:56.235Z | * toolchain channel = "1.80.1" |
22 | 2024-10-18T20:35:56.235Z | * toolchain profile = "default" |
23 | 2024-10-18T20:35:56.235Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-18T20:35:56.235Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-18T20:35:56.389Z | info: downloading installer |
26 | 2024-10-18T20:35:56.818Z | info: profile set to 'default' |
27 | 2024-10-18T20:35:56.818Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-18T20:35:56.818Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-18T20:35:56.907Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-18T20:35:56.907Z | info: downloading component 'cargo' |
31 | 2024-10-18T20:35:57.117Z | info: downloading component 'clippy' |
32 | 2024-10-18T20:35:57.168Z | info: downloading component 'rust-docs' |
33 | 2024-10-18T20:35:57.337Z | info: downloading component 'rust-std' |
34 | 2024-10-18T20:35:57.570Z | info: downloading component 'rustc' |
35 | 2024-10-18T20:35:58.364Z | info: downloading component 'rustfmt' |
36 | 2024-10-18T20:35:58.417Z | info: installing component 'cargo' |
37 | 2024-10-18T20:35:59.530Z | info: installing component 'clippy' |
38 | 2024-10-18T20:35:59.981Z | info: installing component 'rust-docs' |
39 | 2024-10-18T20:36:02.775Z | info: installing component 'rust-std' |
40 | 2024-10-18T20:36:04.674Z | info: installing component 'rustc' |
41 | 2024-10-18T20:36:09.798Z | info: installing component 'rustfmt' |
42 | 2024-10-18T20:36:10.207Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-18T20:36:10.207Z | |
44 | 2024-10-18T20:36:10.293Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-18T20:36:10.293Z | |
46 | 2024-10-18T20:36:10.293Z | |
47 | 2024-10-18T20:36:10.293Z | Rust is installed now. Great! |
48 | 2024-10-18T20:36:10.293Z | |
49 | 2024-10-18T20:36:10.293Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-18T20:36:10.293Z | environment variable. This has not been done automatically. |
51 | 2024-10-18T20:36:10.293Z | |
52 | 2024-10-18T20:36:10.293Z | To configure your current shell, you need to source |
53 | 2024-10-18T20:36:10.293Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-18T20:36:10.293Z | |
55 | 2024-10-18T20:36:10.293Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-18T20:36:10.293Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-18T20:36:10.293Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-18T20:36:10.364Z | + rustc --version |
59 | 2024-10-18T20:36:10.461Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-18T20:36:10.484Z | process exited: duration 14254 ms, exit code 0 |
|
61 | 2024-10-18T20:36:10.533Z | starting task 2: "authentication" |
62 | 2024-10-18T20:36:10.586Z | process exited: duration 55 ms, exit code 0 |
|
63 | 2024-10-18T20:36:10.634Z | starting task 3: "clone repository" |
64 | 2024-10-18T20:36:10.658Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-18T20:36:10.658Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-18T20:36:10.681Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-18T20:36:17.754Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-18T20:36:17.754Z | + git fetch origin 74d0fdba409309e31374fb0d356dc78a5a248c13 |
69 | 2024-10-18T20:36:18.229Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-18T20:36:18.229Z | * branch 74d0fdba409309e31374fb0d356dc78a5a248c13 -> FETCH_HEAD |
71 | 2024-10-18T20:36:18.252Z | + [[ -n qorb-terminate ]] |
72 | 2024-10-18T20:36:18.252Z | ++ git branch --show-current |
73 | 2024-10-18T20:36:18.252Z | + current=main |
74 | 2024-10-18T20:36:18.252Z | + [[ main != qorb-terminate ]] |
75 | 2024-10-18T20:36:18.253Z | + git branch -f qorb-terminate 74d0fdba409309e31374fb0d356dc78a5a248c13 |
76 | 2024-10-18T20:36:18.276Z | + git checkout -f qorb-terminate |
77 | 2024-10-18T20:36:18.411Z | Switched to branch 'qorb-terminate' |
78 | 2024-10-18T20:36:18.435Z | + git reset --hard 74d0fdba409309e31374fb0d356dc78a5a248c13 |
79 | 2024-10-18T20:36:18.593Z | HEAD is now at 74d0fdba4 Convert a new test |
80 | 2024-10-18T20:36:18.616Z | process exited: duration 7961 ms, exit code 0 |
|
81 | 2024-10-18T20:36:18.663Z | starting task 4: "build" |
82 | 2024-10-18T20:36:18.686Z | + source .github/buildomat/ci-env.sh |
83 | 2024-10-18T20:36:18.686Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-10-18T20:36:18.686Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-10-18T20:36:18.686Z | + cargo --version |
86 | 2024-10-18T20:36:18.742Z | cargo 1.80.1 (376290515 2024-07-16) |
87 | 2024-10-18T20:36:18.765Z | + rustc --version |
88 | 2024-10-18T20:36:18.819Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
89 | 2024-10-18T20:36:18.843Z | + source ./env.sh |
90 | 2024-10-18T20:36:18.843Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-10-18T20:36:18.843Z | ++ set -o xtrace |
92 | 2024-10-18T20:36:18.843Z | ++++ dirname ./env.sh |
93 | 2024-10-18T20:36:18.843Z | +++ readlink -f . |
94 | 2024-10-18T20:36:18.843Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-10-18T20:36:18.843Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-10-18T20:36:18.843Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-10-18T20:36:18.843Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-10-18T20:36:18.843Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-10-18T20:36:18.843Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-10-18T20:36:18.843Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-10-18T20:36:18.843Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-10-18T20:36:18.843Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-10-18T20:36:18.843Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-10-18T20:36:18.843Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-10-18T20:36:18.843Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-10-18T20:36:18.843Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-10-18T20:36:18.843Z | + banner prerequisites |
108 | 2024-10-18T20:36:18.843Z | |
109 | 2024-10-18T20:36:18.843Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-10-18T20:36:18.843Z | # # # # # # # # # # # # # # # |
111 | 2024-10-18T20:36:18.843Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-10-18T20:36:18.843Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-10-18T20:36:18.843Z | # # # # # # # # # # # # # # # |
114 | 2024-10-18T20:36:18.843Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-10-18T20:36:18.843Z | |
116 | 2024-10-18T20:36:18.843Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-10-18T20:36:27.811Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-10-18T20:36:31.700Z | Startup: Caching catalogs ... Done |
119 | 2024-10-18T20:36:39.911Z | Planning: Solver setup ... Done (7.165s) |
120 | 2024-10-18T20:36:40.018Z | Planning: Running solver ... Done (0.107s) |
121 | 2024-10-18T20:36:40.100Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-10-18T20:36:40.178Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-10-18T20:36:40.667Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-10-18T20:36:40.800Z | Planning: Package planning ... Done (0.133s) |
125 | 2024-10-18T20:36:40.870Z | Planning: Merging actions ... Done (0.069s) |
126 | 2024-10-18T20:36:41.120Z | Planning: Checking for conflicting actions ... Done (0.249s) |
127 | 2024-10-18T20:36:42.562Z | Planning: Consolidating action changes ... Done (1.442s) |
128 | 2024-10-18T20:36:43.005Z | Planning: Evaluating mediators ... Done (0.443s) |
129 | 2024-10-18T20:36:43.117Z | Planning: Planning completed in 11.34 seconds |
130 | 2024-10-18T20:36:43.140Z | Packages to install: 4 |
131 | 2024-10-18T20:36:43.140Z | Packages to update: 1 |
132 | 2024-10-18T20:36:43.140Z | Mediators to change: 2 |
133 | 2024-10-18T20:36:43.140Z | Services to change: 1 |
134 | 2024-10-18T20:36:43.141Z | Estimated space available: 148.81 GB |
135 | 2024-10-18T20:36:43.141Z | Estimated space to be consumed: 1.57 GB |
136 | 2024-10-18T20:36:43.141Z | Create boot environment: No |
137 | 2024-10-18T20:36:43.141Z | Create backup boot environment: Yes |
138 | 2024-10-18T20:36:43.141Z | Rebuild boot archive: No |
139 | 2024-10-18T20:36:43.141Z | |
140 | 2024-10-18T20:36:43.141Z | Changed mediators: |
141 | 2024-10-18T20:36:43.141Z | mediator clang: |
142 | 2024-10-18T20:36:43.141Z | version: None -> 15 (system default) |
143 | 2024-10-18T20:36:43.141Z | |
144 | 2024-10-18T20:36:43.141Z | mediator llvm: |
145 | 2024-10-18T20:36:43.141Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-10-18T20:36:43.141Z | |
147 | 2024-10-18T20:36:43.141Z | Changed packages: |
148 | 2024-10-18T20:36:43.141Z | helios-dev |
149 | 2024-10-18T20:36:43.141Z | developer/build-essential |
150 | 2024-10-18T20:36:43.141Z | None -> 11-2.0 |
151 | 2024-10-18T20:36:43.141Z | library/libxmlsec1 |
152 | 2024-10-18T20:36:43.141Z | None -> 1.2.35-2.0 |
153 | 2024-10-18T20:36:43.142Z | ooce/developer/clang-15 |
154 | 2024-10-18T20:36:43.142Z | None -> 15.0.7-2.0 |
155 | 2024-10-18T20:36:43.142Z | ooce/developer/llvm-15 |
156 | 2024-10-18T20:36:43.142Z | None -> 15.0.7-2.0 |
157 | 2024-10-18T20:36:43.142Z | package/pkg |
158 | 2024-10-18T20:36:43.142Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-10-18T20:36:43.142Z | |
160 | 2024-10-18T20:36:43.142Z | Services: |
161 | 2024-10-18T20:36:43.142Z | restart_fmri: |
162 | 2024-10-18T20:36:43.142Z | svc:/system/update-man-index:default |
163 | 2024-10-18T20:36:43.142Z | |
164 | 2024-10-18T20:36:43.142Z | Editable files to change: |
165 | 2024-10-18T20:36:43.142Z | Update: |
166 | 2024-10-18T20:36:43.142Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-10-18T20:36:43.214Z | |
168 | 2024-10-18T20:36:43.214Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-10-18T20:36:48.214Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (17.1M/s) |
170 | 2024-10-18T20:36:53.219Z | Download: 2541/4281 items 120.4/220.6MB 54% complete (12.2M/s) |
171 | 2024-10-18T20:36:58.218Z | Download: 3243/4281 items 185.7/220.6MB 84% complete (10.1M/s) |
172 | 2024-10-18T20:37:03.231Z | Download: 3308/4281 items 212.6/220.6MB 96% complete (9.2M/s) |
173 | 2024-10-18T20:37:08.235Z | Download: 4052/4281 items 219.8/220.6MB 99% complete (3.6M/s) |
174 | 2024-10-18T20:37:09.852Z | Download: Completed 220.60 MB in 26.64 seconds (8.3M/s) |
175 | 2024-10-18T20:37:11.349Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-10-18T20:37:11.373Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-10-18T20:37:16.727Z | Actions: 3497/5063 actions (Installing new actions) |
178 | 2024-10-18T20:37:17.401Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-10-18T20:37:17.852Z | Actions: Completed 5063 actions in 6.50 seconds. |
180 | 2024-10-18T20:37:18.202Z | Done (0.340s) |
181 | 2024-10-18T20:37:18.225Z | Done (0.000s) |
182 | 2024-10-18T20:37:18.859Z | Done (0.655s) |
183 | 2024-10-18T20:37:24.423Z | Done (5.399s) |
184 | 2024-10-18T20:37:24.527Z | Done (0.018s) |
185 | 2024-10-18T20:37:24.550Z | Done (0.000s) |
186 | 2024-10-18T20:37:24.724Z | Done (0.000s) |
187 | 2024-10-18T20:37:25.537Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-10-18T20:37:25.805Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-10-18T20:37:25.828Z | Planning: Consolidating action changes ... Done |
190 | 2024-10-18T20:37:26.148Z | Planning: Evaluating mediators ... Done |
191 | 2024-10-18T20:37:26.171Z | Planning: Planning completed in 0.61 seconds |
192 | 2024-10-18T20:37:26.197Z | Mediators to change: 2 |
193 | 2024-10-18T20:37:26.197Z | Create boot environment: No |
194 | 2024-10-18T20:37:26.197Z | Create backup boot environment: No |
195 | 2024-10-18T20:37:26.264Z | Done |
196 | 2024-10-18T20:37:26.264Z | Done |
197 | 2024-10-18T20:37:26.709Z | Done |
198 | 2024-10-18T20:37:31.566Z | Done |
199 | 2024-10-18T20:37:31.663Z | Done |
200 | 2024-10-18T20:37:31.686Z | Done |
201 | 2024-10-18T20:37:31.715Z | Done |
202 | 2024-10-18T20:37:32.528Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-10-18T20:37:32.552Z | Planning: Merging actions ... Done |
204 | 2024-10-18T20:37:32.775Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-10-18T20:37:32.798Z | Planning: Consolidating action changes ... Done |
206 | 2024-10-18T20:37:33.125Z | Planning: Evaluating mediators ... Done |
207 | 2024-10-18T20:37:33.213Z | Planning: Planning completed in 1.03 seconds |
208 | 2024-10-18T20:37:33.269Z | Packages to change: 1 |
209 | 2024-10-18T20:37:33.269Z | Mediators to change: 1 |
210 | 2024-10-18T20:37:33.269Z | Services to change: 1 |
211 | 2024-10-18T20:37:33.270Z | Create boot environment: No |
212 | 2024-10-18T20:37:33.293Z | Create backup boot environment: Yes |
213 | 2024-10-18T20:37:34.921Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-10-18T20:37:34.944Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-10-18T20:37:34.944Z | Done |
216 | 2024-10-18T20:37:34.944Z | Done |
217 | 2024-10-18T20:37:35.044Z | Done |
218 | 2024-10-18T20:37:39.840Z | Done |
219 | 2024-10-18T20:37:39.960Z | Done |
220 | 2024-10-18T20:37:39.983Z | Done |
221 | 2024-10-18T20:37:40.010Z | Done |
222 | 2024-10-18T20:37:40.580Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-10-18T20:37:40.580Z | clang system 15 system |
224 | 2024-10-18T20:37:40.580Z | csh system system illumos |
225 | 2024-10-18T20:37:40.580Z | ctags system system illumos |
226 | 2024-10-18T20:37:40.580Z | gcc vendor 12 vendor |
227 | 2024-10-18T20:37:40.580Z | gcc system 10 system |
228 | 2024-10-18T20:37:40.580Z | gcc system 7 system |
229 | 2024-10-18T20:37:40.580Z | go system 1.20 system |
230 | 2024-10-18T20:37:40.580Z | go system 1.19 system |
231 | 2024-10-18T20:37:40.580Z | llvm system 15 system |
232 | 2024-10-18T20:37:40.580Z | llvm system 14 system |
233 | 2024-10-18T20:37:40.580Z | mariadb system 10.6 system |
234 | 2024-10-18T20:37:40.580Z | mta vendor vendor dma |
235 | 2024-10-18T20:37:40.580Z | openjdk system 17 system |
236 | 2024-10-18T20:37:40.580Z | openjdk system 11 system |
237 | 2024-10-18T20:37:40.580Z | openjdk system 1.8 system |
238 | 2024-10-18T20:37:40.580Z | openssl vendor 3 vendor |
239 | 2024-10-18T20:37:40.580Z | perl system 5.36 system |
240 | 2024-10-18T20:37:40.580Z | postgresql system 15 system |
241 | 2024-10-18T20:37:40.580Z | postgresql system 13 system |
242 | 2024-10-18T20:37:40.580Z | python vendor 3 vendor |
243 | 2024-10-18T20:37:40.580Z | python system 2 system |
244 | 2024-10-18T20:37:40.581Z | python3 system 3.11 system |
245 | 2024-10-18T20:37:40.581Z | ruby system 3.0 system |
246 | 2024-10-18T20:37:40.581Z | words vendor vendor american-english |
247 | 2024-10-18T20:37:40.581Z | words system system australian-english |
248 | 2024-10-18T20:37:40.581Z | words system system british-english |
249 | 2024-10-18T20:37:40.581Z | words system system canadian-english |
250 | 2024-10-18T20:37:40.581Z | words system system french |
251 | 2024-10-18T20:37:40.581Z | words system system italian |
252 | 2024-10-18T20:37:40.581Z | words system system ngerman |
253 | 2024-10-18T20:37:40.581Z | words system system ogerman |
254 | 2024-10-18T20:37:40.581Z | words system system spanish |
255 | 2024-10-18T20:37:41.018Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-10-18T20:37:41.018Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-10-18T20:37:43.841Z | FMRI IFO |
258 | 2024-10-18T20:37:43.841Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-10-18T20:37:43.841Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-10-18T20:37:43.841Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-10-18T20:37:43.841Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-10-18T20:37:43.841Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-10-18T20:37:43.841Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-10-18T20:37:43.841Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-10-18T20:37:43.841Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-10-18T20:37:43.841Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-10-18T20:37:43.841Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-10-18T20:37:43.841Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-10-18T20:37:43.841Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-10-18T20:37:43.841Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-10-18T20:37:44.652Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-10-18T20:37:45.059Z | Updating crates.io index |
273 | 2024-10-18T20:37:45.083Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-10-18T20:37:46.112Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-10-18T20:37:46.459Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-10-18T20:37:46.853Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-10-18T20:37:47.256Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-10-18T20:37:48.181Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-10-18T20:37:50.842Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-10-18T20:37:51.990Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-10-18T20:37:52.777Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-10-18T20:37:53.146Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-10-18T20:37:53.515Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-10-18T20:37:54.210Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-10-18T20:37:54.909Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-10-18T20:37:55.321Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-10-18T20:37:55.676Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-10-18T20:37:56.033Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-10-18T20:37:56.393Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-10-18T20:37:56.901Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-10-18T20:37:57.364Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-10-18T20:37:57.865Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-10-18T20:37:58.222Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-10-18T20:37:58.837Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-10-18T20:37:59.208Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-10-18T20:37:59.758Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-10-18T20:38:00.347Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-10-18T20:38:00.737Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-10-18T20:38:01.108Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-10-18T20:38:02.848Z | Downloading crates ... |
301 | 2024-10-18T20:38:02.923Z | Downloaded equivalent v1.0.1 |
302 | 2024-10-18T20:38:02.947Z | Downloaded cfg-if v1.0.0 |
303 | 2024-10-18T20:38:02.947Z | Downloaded fs-err v2.11.0 |
304 | 2024-10-18T20:38:02.947Z | Downloaded scroll_derive v0.12.0 |
305 | 2024-10-18T20:38:02.947Z | Downloaded utf8parse v0.2.2 |
306 | 2024-10-18T20:38:02.947Z | Downloaded zerocopy-derive v0.7.35 |
307 | 2024-10-18T20:38:02.971Z | Downloaded ucd-trie v0.1.7 |
308 | 2024-10-18T20:38:02.971Z | Downloaded winnow v0.6.20 |
309 | 2024-10-18T20:38:02.971Z | Downloaded goblin v0.8.2 |
310 | 2024-10-18T20:38:02.994Z | Downloaded zerocopy v0.7.35 |
311 | 2024-10-18T20:38:03.018Z | Downloaded serde_derive v1.0.210 |
312 | 2024-10-18T20:38:03.018Z | Downloaded unicode-width v0.1.14 |
313 | 2024-10-18T20:38:03.018Z | Downloaded rustix v0.38.37 |
314 | 2024-10-18T20:38:03.044Z | Downloaded papergrid v0.11.0 |
315 | 2024-10-18T20:38:03.067Z | Downloaded libc v0.2.161 |
316 | 2024-10-18T20:38:03.090Z | Downloaded itoa v1.0.11 |
317 | 2024-10-18T20:38:03.114Z | Downloaded indexmap v2.6.0 |
318 | 2024-10-18T20:38:03.114Z | Downloaded version_check v0.9.5 |
319 | 2024-10-18T20:38:03.114Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-10-18T20:38:03.114Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2024-10-18T20:38:03.114Z | Downloaded unicode-ident v1.0.13 |
322 | 2024-10-18T20:38:03.114Z | Downloaded typenum v1.17.0 |
323 | 2024-10-18T20:38:03.114Z | Downloaded toml_datetime v0.6.8 |
324 | 2024-10-18T20:38:03.114Z | Downloaded thread-id v4.2.2 |
325 | 2024-10-18T20:38:03.114Z | Downloaded thiserror v1.0.64 |
326 | 2024-10-18T20:38:03.137Z | Downloaded terminal_size v0.4.0 |
327 | 2024-10-18T20:38:03.137Z | Downloaded tabled_derive v0.7.0 |
328 | 2024-10-18T20:38:03.137Z | Downloaded syn v2.0.79 |
329 | 2024-10-18T20:38:03.137Z | Downloaded swrite v0.1.0 |
330 | 2024-10-18T20:38:03.137Z | Downloaded smawk v0.3.2 |
331 | 2024-10-18T20:38:03.138Z | Downloaded serde_spanned v0.6.8 |
332 | 2024-10-18T20:38:03.138Z | Downloaded semver v1.0.23 |
333 | 2024-10-18T20:38:03.138Z | Downloaded scroll v0.12.0 |
334 | 2024-10-18T20:38:03.161Z | Downloaded proc-macro2 v1.0.87 |
335 | 2024-10-18T20:38:03.161Z | Downloaded proc-macro-error v1.0.4 |
336 | 2024-10-18T20:38:03.161Z | Downloaded pretty-hex v0.4.1 |
337 | 2024-10-18T20:38:03.161Z | Downloaded pest_meta v2.7.14 |
338 | 2024-10-18T20:38:03.161Z | Downloaded pest_derive v2.7.14 |
339 | 2024-10-18T20:38:03.161Z | Downloaded memmap v0.7.0 |
340 | 2024-10-18T20:38:03.161Z | Downloaded memchr v2.7.4 |
341 | 2024-10-18T20:38:03.161Z | Downloaded log v0.4.22 |
342 | 2024-10-18T20:38:03.184Z | Downloaded heck v0.5.0 |
343 | 2024-10-18T20:38:03.184Z | Downloaded hashbrown v0.15.0 |
344 | 2024-10-18T20:38:03.184Z | Downloaded generic-array v0.14.7 |
345 | 2024-10-18T20:38:03.184Z | Downloaded fnv v1.0.7 |
346 | 2024-10-18T20:38:03.184Z | Downloaded errno v0.3.9 |
347 | 2024-10-18T20:38:03.184Z | Downloaded dtrace-parser v0.2.0 |
348 | 2024-10-18T20:38:03.184Z | Downloaded digest v0.10.7 |
349 | 2024-10-18T20:38:03.184Z | Downloaded cpufeatures v0.2.14 |
350 | 2024-10-18T20:38:03.184Z | Downloaded clap_lex v0.7.2 |
351 | 2024-10-18T20:38:03.185Z | Downloaded clap_builder v4.5.20 |
352 | 2024-10-18T20:38:03.208Z | Downloaded cargo_toml v0.20.5 |
353 | 2024-10-18T20:38:03.208Z | Downloaded cargo-platform v0.1.8 |
354 | 2024-10-18T20:38:03.208Z | Downloaded camino v1.1.9 |
355 | 2024-10-18T20:38:03.208Z | Downloaded anyhow v1.0.89 |
356 | 2024-10-18T20:38:03.208Z | Downloaded tabled v0.15.0 |
357 | 2024-10-18T20:38:03.231Z | Downloaded syn v1.0.109 |
358 | 2024-10-18T20:38:03.231Z | Downloaded serde_json v1.0.128 |
359 | 2024-10-18T20:38:03.254Z | Downloaded serde v1.0.210 |
360 | 2024-10-18T20:38:03.254Z | Downloaded pest v2.7.14 |
361 | 2024-10-18T20:38:03.254Z | Downloaded bytecount v0.6.8 |
362 | 2024-10-18T20:38:03.254Z | Downloaded toml_edit v0.22.22 |
363 | 2024-10-18T20:38:03.278Z | Downloaded sha2 v0.10.8 |
364 | 2024-10-18T20:38:03.301Z | Downloaded ryu v1.0.18 |
365 | 2024-10-18T20:38:03.301Z | Downloaded pest_generator v2.7.14 |
366 | 2024-10-18T20:38:03.301Z | Downloaded once_cell v1.20.2 |
367 | 2024-10-18T20:38:03.301Z | Downloaded usdt-impl v0.5.0 |
368 | 2024-10-18T20:38:03.302Z | Downloaded toml v0.8.19 |
369 | 2024-10-18T20:38:03.302Z | Downloaded textwrap v0.16.1 |
370 | 2024-10-18T20:38:03.302Z | Downloaded tempfile v3.13.0 |
371 | 2024-10-18T20:38:03.325Z | Downloaded quote v1.0.37 |
372 | 2024-10-18T20:38:03.325Z | Downloaded macaddr v1.0.1 |
373 | 2024-10-18T20:38:03.325Z | Downloaded bitflags v2.6.0 |
374 | 2024-10-18T20:38:03.325Z | Downloaded anstyle v1.0.8 |
375 | 2024-10-18T20:38:03.325Z | Downloaded usdt v0.5.0 |
376 | 2024-10-18T20:38:03.325Z | Downloaded unicode-linebreak v0.1.5 |
377 | 2024-10-18T20:38:03.325Z | Downloaded thiserror-impl v1.0.64 |
378 | 2024-10-18T20:38:03.325Z | Downloaded strsim v0.11.1 |
379 | 2024-10-18T20:38:03.325Z | Downloaded serde_tokenstream v0.2.2 |
380 | 2024-10-18T20:38:03.325Z | Downloaded proc-macro-error-attr v1.0.4 |
381 | 2024-10-18T20:38:03.325Z | Downloaded plain v0.2.3 |
382 | 2024-10-18T20:38:03.325Z | Downloaded is_terminal_polyfill v1.70.1 |
383 | 2024-10-18T20:38:03.325Z | Downloaded clap_derive v4.5.18 |
384 | 2024-10-18T20:38:03.348Z | Downloaded clap v4.5.20 |
385 | 2024-10-18T20:38:03.348Z | Downloaded cargo_metadata v0.18.1 |
386 | 2024-10-18T20:38:03.348Z | Downloaded byteorder v1.5.0 |
387 | 2024-10-18T20:38:03.349Z | Downloaded heck v0.4.1 |
388 | 2024-10-18T20:38:03.349Z | Downloaded dof v0.3.0 |
389 | 2024-10-18T20:38:03.349Z | Downloaded colorchoice v1.0.2 |
390 | 2024-10-18T20:38:03.349Z | Downloaded camino-tempfile v1.1.1 |
391 | 2024-10-18T20:38:03.349Z | Downloaded autocfg v1.4.0 |
392 | 2024-10-18T20:38:03.372Z | Downloaded fastrand v2.1.1 |
393 | 2024-10-18T20:38:03.372Z | Downloaded crypto-common v0.1.6 |
394 | 2024-10-18T20:38:03.372Z | Downloaded block-buffer v0.10.4 |
395 | 2024-10-18T20:38:03.372Z | Downloaded anstyle-query v1.1.1 |
396 | 2024-10-18T20:38:03.372Z | Downloaded anstyle-parse v0.2.5 |
397 | 2024-10-18T20:38:03.372Z | Downloaded anstream v0.6.15 |
398 | 2024-10-18T20:38:03.500Z | Compiling proc-macro2 v1.0.87 |
399 | 2024-10-18T20:38:03.523Z | Compiling unicode-ident v1.0.13 |
400 | 2024-10-18T20:38:03.523Z | Compiling serde v1.0.210 |
401 | 2024-10-18T20:38:03.523Z | Compiling version_check v0.9.5 |
402 | 2024-10-18T20:38:03.523Z | Compiling thiserror v1.0.64 |
403 | 2024-10-18T20:38:03.523Z | Compiling memchr v2.7.4 |
404 | 2024-10-18T20:38:03.523Z | Compiling libc v0.2.161 |
405 | 2024-10-18T20:38:03.523Z | Compiling itoa v1.0.11 |
406 | 2024-10-18T20:38:03.769Z | Compiling ucd-trie v0.1.7 |
407 | 2024-10-18T20:38:03.802Z | Compiling ryu v1.0.18 |
408 | 2024-10-18T20:38:04.116Z | Compiling once_cell v1.20.2 |
409 | 2024-10-18T20:38:04.317Z | Compiling byteorder v1.5.0 |
410 | 2024-10-18T20:38:04.370Z | Compiling serde_json v1.0.128 |
411 | 2024-10-18T20:38:04.398Z | Compiling rustix v0.38.37 |
412 | 2024-10-18T20:38:04.746Z | Compiling bitflags v2.6.0 |
413 | 2024-10-18T20:38:04.868Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-10-18T20:38:05.131Z | Compiling usdt-impl v0.5.0 |
415 | 2024-10-18T20:38:05.159Z | Compiling syn v1.0.109 |
416 | 2024-10-18T20:38:05.252Z | Compiling quote v1.0.37 |
417 | 2024-10-18T20:38:05.281Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-10-18T20:38:05.367Z | Compiling equivalent v1.0.1 |
419 | 2024-10-18T20:38:05.484Z | Compiling plain v0.2.3 |
420 | 2024-10-18T20:38:05.560Z | Compiling utf8parse v0.2.2 |
421 | 2024-10-18T20:38:05.604Z | Compiling syn v2.0.79 |
422 | 2024-10-18T20:38:05.638Z | Compiling errno v0.3.9 |
423 | 2024-10-18T20:38:05.717Z | Compiling log v0.4.22 |
424 | 2024-10-18T20:38:05.869Z | Compiling camino v1.1.9 |
425 | 2024-10-18T20:38:05.899Z | Compiling hashbrown v0.15.0 |
426 | 2024-10-18T20:38:06.036Z | Compiling thread-id v4.2.2 |
427 | 2024-10-18T20:38:06.120Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-10-18T20:38:06.466Z | Compiling unicode-width v0.1.14 |
429 | 2024-10-18T20:38:06.569Z | Compiling colorchoice v1.0.2 |
430 | 2024-10-18T20:38:06.634Z | Compiling pretty-hex v0.4.1 |
431 | 2024-10-18T20:38:06.730Z | Compiling semver v1.0.23 |
432 | 2024-10-18T20:38:06.883Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2024-10-18T20:38:06.915Z | Compiling anstyle v1.0.8 |
434 | 2024-10-18T20:38:06.951Z | Compiling anstyle-query v1.1.1 |
435 | 2024-10-18T20:38:07.020Z | Compiling indexmap v2.6.0 |
436 | 2024-10-18T20:38:07.057Z | Compiling winnow v0.6.20 |
437 | 2024-10-18T20:38:07.130Z | Compiling autocfg v1.4.0 |
438 | 2024-10-18T20:38:07.297Z | Compiling anstream v0.6.15 |
439 | 2024-10-18T20:38:07.635Z | Compiling terminal_size v0.4.0 |
440 | 2024-10-18T20:38:07.850Z | Compiling anyhow v1.0.89 |
441 | 2024-10-18T20:38:07.962Z | Compiling cfg-if v1.0.0 |
442 | 2024-10-18T20:38:08.058Z | Compiling heck v0.5.0 |
443 | 2024-10-18T20:38:08.202Z | Compiling fs-err v2.11.0 |
444 | 2024-10-18T20:38:08.233Z | Compiling fnv v1.0.7 |
445 | 2024-10-18T20:38:08.378Z | Compiling strsim v0.11.1 |
446 | 2024-10-18T20:38:08.404Z | Compiling heck v0.4.1 |
447 | 2024-10-18T20:38:08.528Z | Compiling bytecount v0.6.8 |
448 | 2024-10-18T20:38:08.724Z | Compiling fastrand v2.1.1 |
449 | 2024-10-18T20:38:08.851Z | Compiling clap_lex v0.7.2 |
450 | 2024-10-18T20:38:08.877Z | Compiling papergrid v0.11.0 |
451 | 2024-10-18T20:38:09.105Z | Compiling clap_builder v4.5.20 |
452 | 2024-10-18T20:38:09.198Z | Compiling tempfile v3.13.0 |
453 | 2024-10-18T20:38:09.318Z | Compiling memmap v0.7.0 |
454 | 2024-10-18T20:38:09.419Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-10-18T20:38:09.658Z | Compiling smawk v0.3.2 |
456 | 2024-10-18T20:38:09.892Z | Compiling textwrap v0.16.1 |
457 | 2024-10-18T20:38:10.509Z | Compiling swrite v0.1.0 |
458 | 2024-10-18T20:38:11.333Z | Compiling tabled_derive v0.7.0 |
459 | 2024-10-18T20:38:13.100Z | Compiling tabled v0.15.0 |
460 | 2024-10-18T20:38:14.024Z | Compiling serde_derive v1.0.210 |
461 | 2024-10-18T20:38:14.024Z | Compiling thiserror-impl v1.0.64 |
462 | 2024-10-18T20:38:14.048Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-10-18T20:38:14.048Z | Compiling scroll_derive v0.12.0 |
464 | 2024-10-18T20:38:14.073Z | Compiling clap_derive v4.5.18 |
465 | 2024-10-18T20:38:15.366Z | Compiling scroll v0.12.0 |
466 | 2024-10-18T20:38:15.894Z | Compiling goblin v0.8.2 |
467 | 2024-10-18T20:38:15.966Z | Compiling zerocopy v0.7.35 |
468 | 2024-10-18T20:38:16.694Z | Compiling pest v2.7.14 |
469 | 2024-10-18T20:38:17.639Z | Compiling clap v4.5.20 |
470 | 2024-10-18T20:38:18.996Z | Compiling pest_meta v2.7.14 |
471 | 2024-10-18T20:38:20.098Z | Compiling pest_generator v2.7.14 |
472 | 2024-10-18T20:38:21.909Z | Compiling pest_derive v2.7.14 |
473 | 2024-10-18T20:38:22.627Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-10-18T20:38:24.406Z | Compiling toml_datetime v0.6.8 |
475 | 2024-10-18T20:38:24.406Z | Compiling serde_spanned v0.6.8 |
476 | 2024-10-18T20:38:24.430Z | Compiling cargo-platform v0.1.8 |
477 | 2024-10-18T20:38:24.812Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-10-18T20:38:24.877Z | Compiling macaddr v1.0.1 |
479 | 2024-10-18T20:38:24.982Z | Compiling toml_edit v0.22.22 |
480 | 2024-10-18T20:38:25.090Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-10-18T20:38:25.927Z | Compiling dof v0.3.0 |
482 | 2024-10-18T20:38:25.927Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-10-18T20:38:27.817Z | Compiling toml v0.8.19 |
484 | 2024-10-18T20:38:28.077Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-10-18T20:38:28.077Z | Compiling usdt-macro v0.5.0 |
486 | 2024-10-18T20:38:28.683Z | Compiling cargo_toml v0.20.5 |
487 | 2024-10-18T20:38:29.306Z | Compiling usdt v0.5.0 |
488 | 2024-10-18T20:38:33.440Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-10-18T20:38:38.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.55s |
490 | 2024-10-18T20:38:39.142Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-10-18T20:38:40.020Z | Downloading crates ... |
492 | 2024-10-18T20:38:40.172Z | Downloaded async-stream-impl v0.3.6 |
493 | 2024-10-18T20:38:40.198Z | Downloaded atty v0.2.14 |
494 | 2024-10-18T20:38:40.222Z | Downloaded debug-ignore v1.0.5 |
495 | 2024-10-18T20:38:40.222Z | Downloaded hubpack_derive v0.1.1 |
496 | 2024-10-18T20:38:40.222Z | Downloaded normalize-line-endings v0.3.0 |
497 | 2024-10-18T20:38:40.247Z | Downloaded rustc_version v0.4.1 |
498 | 2024-10-18T20:38:40.272Z | Downloaded unicode-properties v0.1.3 |
499 | 2024-10-18T20:38:40.272Z | Downloaded derive-where v1.2.7 |
500 | 2024-10-18T20:38:40.296Z | Downloaded derive_more v0.99.18 |
501 | 2024-10-18T20:38:40.296Z | Downloaded number_prefix v0.4.0 |
502 | 2024-10-18T20:38:40.320Z | Downloaded radium v0.7.0 |
503 | 2024-10-18T20:38:40.320Z | Downloaded r2d2 v0.8.10 |
504 | 2024-10-18T20:38:40.320Z | Downloaded toolchain_find v0.4.0 |
505 | 2024-10-18T20:38:40.320Z | Downloaded multer v3.1.0 |
506 | 2024-10-18T20:38:40.346Z | Downloaded olpc-cjson v0.1.4 |
507 | 2024-10-18T20:38:40.346Z | Downloaded phf_shared v0.10.0 |
508 | 2024-10-18T20:38:40.346Z | Downloaded foreign-types v0.5.0 |
509 | 2024-10-18T20:38:40.346Z | Downloaded foldhash v0.1.3 |
510 | 2024-10-18T20:38:40.346Z | Downloaded des v0.8.1 |
511 | 2024-10-18T20:38:40.346Z | Downloaded miniz_oxide v0.8.0 |
512 | 2024-10-18T20:38:40.346Z | Downloaded peg-runtime v0.8.3 |
513 | 2024-10-18T20:38:40.346Z | Downloaded vte_generate_state_changes v0.1.2 |
514 | 2024-10-18T20:38:40.346Z | Downloaded typify-macro v0.2.0 |
515 | 2024-10-18T20:38:40.346Z | Downloaded toml v0.7.8 |
516 | 2024-10-18T20:38:40.371Z | Downloaded dsl_auto_type v0.1.2 |
517 | 2024-10-18T20:38:40.371Z | Downloaded ssh-cipher v0.2.0 |
518 | 2024-10-18T20:38:40.371Z | Downloaded owo-colors v4.1.0 |
519 | 2024-10-18T20:38:40.394Z | Downloaded spki v0.7.3 |
520 | 2024-10-18T20:38:40.394Z | Downloaded endian-type v0.1.2 |
521 | 2024-10-18T20:38:40.394Z | Downloaded dirs-next v2.0.0 |
522 | 2024-10-18T20:38:40.418Z | Downloaded enum-as-inner v0.5.1 |
523 | 2024-10-18T20:38:40.418Z | Downloaded predicates-tree v1.0.11 |
524 | 2024-10-18T20:38:40.418Z | Downloaded fxhash v0.2.1 |
525 | 2024-10-18T20:38:40.418Z | Downloaded slog-dtrace v0.3.0 |
526 | 2024-10-18T20:38:40.443Z | Downloaded futures-task v0.3.31 |
527 | 2024-10-18T20:38:40.444Z | Downloaded semver v0.1.20 |
528 | 2024-10-18T20:38:40.444Z | Downloaded zone_cfg_derive v0.1.2 |
529 | 2024-10-18T20:38:40.444Z | Downloaded salsa20 v0.10.2 |
530 | 2024-10-18T20:38:40.444Z | Downloaded shlex v1.3.0 |
531 | 2024-10-18T20:38:40.469Z | Downloaded headers-core v0.3.0 |
532 | 2024-10-18T20:38:40.469Z | Downloaded futures-channel v0.3.31 |
533 | 2024-10-18T20:38:40.469Z | Downloaded sync_wrapper v0.1.2 |
534 | 2024-10-18T20:38:40.469Z | Downloaded tls_codec v0.4.1 |
535 | 2024-10-18T20:38:40.469Z | Downloaded xattr v1.3.1 |
536 | 2024-10-18T20:38:40.493Z | Downloaded rustversion v1.0.17 |
537 | 2024-10-18T20:38:40.493Z | Downloaded time-core v0.1.2 |
538 | 2024-10-18T20:38:40.493Z | Downloaded yasna v0.5.2 |
539 | 2024-10-18T20:38:40.493Z | Downloaded h2 v0.4.6 |
540 | 2024-10-18T20:38:40.517Z | Downloaded zeroize v1.8.1 |
541 | 2024-10-18T20:38:40.517Z | Downloaded form_urlencoded v1.2.1 |
542 | 2024-10-18T20:38:40.517Z | Downloaded walkdir v2.5.0 |
543 | 2024-10-18T20:38:40.517Z | Downloaded winnow v0.5.40 |
544 | 2024-10-18T20:38:40.541Z | Downloaded h2 v0.3.26 |
545 | 2024-10-18T20:38:40.565Z | Downloaded webpki-roots v0.26.6 |
546 | 2024-10-18T20:38:40.565Z | Downloaded zerocopy-derive v0.6.6 |
547 | 2024-10-18T20:38:40.588Z | Downloaded tokio v1.40.0 |
548 | 2024-10-18T20:38:40.618Z | Downloaded ssh-key v0.6.6 |
549 | 2024-10-18T20:38:40.644Z | Downloaded salty v0.3.0 |
550 | 2024-10-18T20:38:40.644Z | Downloaded serde_with v3.11.0 |
551 | 2024-10-18T20:38:40.667Z | Downloaded vcpkg v0.2.15 |
552 | 2024-10-18T20:38:40.709Z | Downloaded polar-core v0.27.3 |
553 | 2024-10-18T20:38:40.733Z | Downloaded ratatui v0.28.1 |
554 | 2024-10-18T20:38:40.756Z | Downloaded rustls v0.23.14 |
555 | 2024-10-18T20:38:40.780Z | Downloaded sha3 v0.10.8 |
556 | 2024-10-18T20:38:40.780Z | Downloaded lzma-sys v0.1.20 |
557 | 2024-10-18T20:38:40.813Z | Downloaded libz-sys v1.1.20 |
558 | 2024-10-18T20:38:40.848Z | Downloaded encoding_rs v0.8.34 |
559 | 2024-10-18T20:38:40.875Z | Downloaded ring v0.17.8 |
560 | 2024-10-18T20:38:40.962Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
561 | 2024-10-18T20:38:41.037Z | Downloaded openssl v0.10.66 |
562 | 2024-10-18T20:38:41.060Z | Downloaded openapiv3 v2.0.0 |
563 | 2024-10-18T20:38:41.084Z | Downloaded object v0.36.5 |
564 | 2024-10-18T20:38:41.107Z | Downloaded diesel v2.2.4 |
565 | 2024-10-18T20:38:41.136Z | Downloaded nix v0.29.0 |
566 | 2024-10-18T20:38:41.160Z | Downloaded radix_trie v0.2.1 |
567 | 2024-10-18T20:38:41.160Z | Downloaded rustls v0.22.4 |
568 | 2024-10-18T20:38:41.184Z | Downloaded object v0.30.4 |
569 | 2024-10-18T20:38:41.207Z | Downloaded ring v0.16.20 |
570 | 2024-10-18T20:38:41.297Z | Downloaded nix v0.28.0 |
571 | 2024-10-18T20:38:41.321Z | Downloaded nix v0.27.1 |
572 | 2024-10-18T20:38:41.345Z | Downloaded idna v0.5.0 |
573 | 2024-10-18T20:38:41.345Z | Downloaded idna v0.3.0 |
574 | 2024-10-18T20:38:41.345Z | Downloaded hashbrown v0.14.5 |
575 | 2024-10-18T20:38:41.368Z | Downloaded portable-atomic v1.9.0 |
576 | 2024-10-18T20:38:41.368Z | Downloaded rayon v1.10.0 |
577 | 2024-10-18T20:38:41.392Z | Downloaded lalrpop v0.19.12 |
578 | 2024-10-18T20:38:41.392Z | Downloaded idna v0.4.0 |
579 | 2024-10-18T20:38:41.415Z | Downloaded idna v0.2.3 |
580 | 2024-10-18T20:38:41.416Z | Downloaded libsqlite3-sys v0.30.1 |
581 | 2024-10-18T20:38:41.499Z | Downloaded headers v0.4.0 |
582 | 2024-10-18T20:38:41.523Z | Downloaded hashbrown v0.12.3 |
583 | 2024-10-18T20:38:41.523Z | Downloaded expectorate v1.1.0 |
584 | 2024-10-18T20:38:41.523Z | Downloaded reedline v0.35.0 |
585 | 2024-10-18T20:38:41.547Z | Downloaded subprocess v0.2.9 |
586 | 2024-10-18T20:38:41.547Z | Downloaded schemars v0.8.21 |
587 | 2024-10-18T20:38:41.547Z | Downloaded itertools v0.13.0 |
588 | 2024-10-18T20:38:41.570Z | Downloaded hyper v0.14.30 |
589 | 2024-10-18T20:38:41.570Z | Downloaded sct v0.7.1 |
590 | 2024-10-18T20:38:41.570Z | Downloaded fatfs v0.3.6 |
591 | 2024-10-18T20:38:41.570Z | Downloaded sled v0.34.7 |
592 | 2024-10-18T20:38:41.594Z | Downloaded hashbrown v0.13.2 |
593 | 2024-10-18T20:38:41.594Z | Downloaded ed25519-dalek v2.1.1 |
594 | 2024-10-18T20:38:41.594Z | Downloaded steno v0.4.1 |
595 | 2024-10-18T20:38:41.619Z | Downloaded nom v7.1.3 |
596 | 2024-10-18T20:38:41.619Z | Downloaded hyper v1.4.1 |
597 | 2024-10-18T20:38:41.619Z | Downloaded hickory-proto v0.24.1 |
598 | 2024-10-18T20:38:41.642Z | Downloaded rustls-webpki v0.101.7 |
599 | 2024-10-18T20:38:41.665Z | Downloaded git2 v0.19.0 |
600 | 2024-10-18T20:38:41.665Z | Downloaded time-macros v0.2.18 |
601 | 2024-10-18T20:38:41.666Z | Downloaded password-hash v0.5.0 |
602 | 2024-10-18T20:38:41.666Z | Downloaded password-hash v0.4.2 |
603 | 2024-10-18T20:38:41.829Z | Downloaded smoltcp v0.9.1 |
604 | 2024-10-18T20:38:41.829Z | Downloaded typify-impl v0.2.0 |
605 | 2024-10-18T20:38:41.853Z | Downloaded rustyline v14.0.0 |
606 | 2024-10-18T20:38:41.853Z | Downloaded slog v2.7.0 |
607 | 2024-10-18T20:38:41.853Z | Downloaded elliptic-curve v0.13.8 |
608 | 2024-10-18T20:38:41.853Z | Downloaded petgraph v0.6.5 |
609 | 2024-10-18T20:38:41.853Z | Downloaded time v0.3.36 |
610 | 2024-10-18T20:38:41.853Z | Downloaded itertools v0.10.5 |
611 | 2024-10-18T20:38:41.853Z | Downloaded zeroize_derive v1.4.2 |
612 | 2024-10-18T20:38:41.853Z | Downloaded zerocopy v0.6.6 |
613 | 2024-10-18T20:38:41.853Z | Downloaded xz2 v0.1.7 |
614 | 2024-10-18T20:38:41.853Z | Downloaded x509-cert v0.2.5 |
615 | 2024-10-18T20:38:41.853Z | Downloaded wyz v0.5.1 |
616 | 2024-10-18T20:38:41.853Z | Downloaded whoami v1.5.2 |
617 | 2024-10-18T20:38:41.853Z | Downloaded tokio-native-tls v0.3.1 |
618 | 2024-10-18T20:38:41.853Z | Downloaded heapless v0.7.17 |
619 | 2024-10-18T20:38:41.854Z | Downloaded supports-color v3.0.1 |
620 | 2024-10-18T20:38:41.854Z | Downloaded subtle v2.6.1 |
621 | 2024-10-18T20:38:41.854Z | Downloaded parse-zoneinfo v0.3.1 |
622 | 2024-10-18T20:38:41.854Z | Downloaded hickory-server v0.24.1 |
623 | 2024-10-18T20:38:41.854Z | Downloaded scopeguard v1.2.0 |
624 | 2024-10-18T20:38:41.854Z | Downloaded futures-util v0.3.31 |
625 | 2024-10-18T20:38:41.854Z | Downloaded samael v0.0.17 |
626 | 2024-10-18T20:38:41.854Z | Downloaded libxml v0.3.3 |
627 | 2024-10-18T20:38:41.854Z | Downloaded tls_codec_derive v0.4.1 |
628 | 2024-10-18T20:38:41.854Z | Downloaded tiny-keccak v2.0.2 |
629 | 2024-10-18T20:38:41.854Z | Downloaded funty v2.0.0 |
630 | 2024-10-18T20:38:41.854Z | Downloaded half v2.4.1 |
631 | 2024-10-18T20:38:41.854Z | Downloaded futures-core v0.3.31 |
632 | 2024-10-18T20:38:41.854Z | Downloaded futures v0.3.31 |
633 | 2024-10-18T20:38:41.854Z | Downloaded signal-hook v0.3.17 |
634 | 2024-10-18T20:38:41.854Z | Downloaded heapless v0.8.0 |
635 | 2024-10-18T20:38:41.878Z | Downloaded openssl-sys v0.9.103 |
636 | 2024-10-18T20:38:41.878Z | Downloaded hickory-client v0.24.1 |
637 | 2024-10-18T20:38:41.878Z | Downloaded serde_with_macros v3.11.0 |
638 | 2024-10-18T20:38:41.878Z | Downloaded globset v0.4.15 |
639 | 2024-10-18T20:38:41.878Z | Downloaded strum_macros v0.26.4 |
640 | 2024-10-18T20:38:41.878Z | Downloaded env_logger v0.10.2 |
641 | 2024-10-18T20:38:41.902Z | Downloaded rand v0.8.5 |
642 | 2024-10-18T20:38:41.902Z | Downloaded unsafe-libyaml v0.2.11 |
643 | 2024-10-18T20:38:41.902Z | Downloaded num-bigint v0.4.6 |
644 | 2024-10-18T20:38:41.902Z | Downloaded shell-words v1.1.0 |
645 | 2024-10-18T20:38:41.902Z | Downloaded sec1 v0.7.3 |
646 | 2024-10-18T20:38:41.902Z | Downloaded scrypt v0.11.0 |
647 | 2024-10-18T20:38:41.926Z | Downloaded schemars_derive v0.8.21 |
648 | 2024-10-18T20:38:41.926Z | Downloaded ff v0.13.0 |
649 | 2024-10-18T20:38:41.926Z | Downloaded fd-lock v4.0.2 |
650 | 2024-10-18T20:38:41.926Z | Downloaded fallible-iterator v0.2.0 |
651 | 2024-10-18T20:38:41.926Z | Downloaded want v0.3.1 |
652 | 2024-10-18T20:38:41.926Z | Downloaded tokio-postgres v0.7.12 |
653 | 2024-10-18T20:38:41.926Z | Downloaded tokio-macros v2.4.0 |
654 | 2024-10-18T20:38:41.926Z | Downloaded tinyvec_macros v0.1.1 |
655 | 2024-10-18T20:38:41.926Z | Downloaded tinyvec v1.8.0 |
656 | 2024-10-18T20:38:41.926Z | Downloaded hash32 v0.3.1 |
657 | 2024-10-18T20:38:41.926Z | Downloaded path-slash v0.1.5 |
658 | 2024-10-18T20:38:41.926Z | Downloaded parking_lot_core v0.9.10 |
659 | 2024-10-18T20:38:41.950Z | Downloaded hex v0.4.3 |
660 | 2024-10-18T20:38:41.950Z | Downloaded fallible-streaming-iterator v0.1.9 |
661 | 2024-10-18T20:38:41.950Z | Downloaded fallible-iterator v0.3.0 |
662 | 2024-10-18T20:38:41.950Z | Downloaded serde_plain v1.0.2 |
663 | 2024-10-18T20:38:41.950Z | Downloaded env_logger v0.11.5 |
664 | 2024-10-18T20:38:41.950Z | Downloaded parking_lot v0.12.3 |
665 | 2024-10-18T20:38:41.950Z | Downloaded sync_wrapper v1.0.1 |
666 | 2024-10-18T20:38:41.950Z | Downloaded pbkdf2 v0.12.2 |
667 | 2024-10-18T20:38:41.950Z | Downloaded parse-display-derive v0.10.0 |
668 | 2024-10-18T20:38:41.950Z | Downloaded scheduled-thread-pool v0.2.7 |
669 | 2024-10-18T20:38:41.950Z | Downloaded zip v0.6.6 |
670 | 2024-10-18T20:38:41.974Z | Downloaded serde_urlencoded v0.7.1 |
671 | 2024-10-18T20:38:41.974Z | Downloaded serde_repr v0.1.19 |
672 | 2024-10-18T20:38:41.974Z | Downloaded parking_lot v0.11.2 |
673 | 2024-10-18T20:38:41.974Z | Downloaded group v0.13.0 |
674 | 2024-10-18T20:38:41.974Z | Downloaded gimli v0.31.1 |
675 | 2024-10-18T20:38:41.974Z | Downloaded itertools v0.12.1 |
676 | 2024-10-18T20:38:41.998Z | Downloaded which v4.4.2 |
677 | 2024-10-18T20:38:41.998Z | Downloaded rustls-webpki v0.102.8 |
678 | 2024-10-18T20:38:42.021Z | Downloaded postcard v1.0.10 |
679 | 2024-10-18T20:38:42.021Z | Downloaded defmt-macros v0.3.9 |
680 | 2024-10-18T20:38:42.021Z | Downloaded zone v0.3.0 |
681 | 2024-10-18T20:38:42.021Z | Downloaded serde_path_to_error v0.1.16 |
682 | 2024-10-18T20:38:42.022Z | Downloaded glob v0.3.1 |
683 | 2024-10-18T20:38:42.022Z | Downloaded ghash v0.5.1 |
684 | 2024-10-18T20:38:42.022Z | Downloaded slog-scope v4.4.0 |
685 | 2024-10-18T20:38:42.022Z | Downloaded trust-dns-proto v0.22.0 |
686 | 2024-10-18T20:38:42.046Z | Downloaded unicode_categories v0.1.1 |
687 | 2024-10-18T20:38:42.046Z | Downloaded futures-sink v0.3.31 |
688 | 2024-10-18T20:38:42.046Z | Downloaded futures-macro v0.3.31 |
689 | 2024-10-18T20:38:42.046Z | Downloaded futures-executor v0.3.31 |
690 | 2024-10-18T20:38:42.046Z | Downloaded slog-envlogger v2.2.0 |
691 | 2024-10-18T20:38:42.046Z | Downloaded slog-bunyan v2.5.0 |
692 | 2024-10-18T20:38:42.046Z | Downloaded slab v0.4.9 |
693 | 2024-10-18T20:38:42.046Z | Downloaded signal-hook-registry v1.4.2 |
694 | 2024-10-18T20:38:42.046Z | Downloaded snafu v0.8.5 |
695 | 2024-10-18T20:38:42.071Z | Downloaded rayon-core v1.12.1 |
696 | 2024-10-18T20:38:42.094Z | Downloaded oso v0.27.3 |
697 | 2024-10-18T20:38:42.094Z | Downloaded zone_cfg_derive v0.3.0 |
698 | 2024-10-18T20:38:42.094Z | Downloaded serde-big-array v0.5.1 |
699 | 2024-10-18T20:38:42.094Z | Downloaded gethostname v0.5.0 |
700 | 2024-10-18T20:38:42.094Z | Downloaded strum_macros v0.25.3 |
701 | 2024-10-18T20:38:42.094Z | Downloaded rustls-pemfile v2.2.0 |
702 | 2024-10-18T20:38:42.094Z | Downloaded serde_derive_internals v0.29.1 |
703 | 2024-10-18T20:38:42.094Z | Downloaded p521 v0.13.3 |
704 | 2024-10-18T20:38:42.094Z | Downloaded num-bigint-dig v0.8.4 |
705 | 2024-10-18T20:38:42.094Z | Downloaded pbkdf2 v0.11.0 |
706 | 2024-10-18T20:38:42.094Z | Downloaded parse-display v0.10.0 |
707 | 2024-10-18T20:38:42.094Z | Downloaded predicates-core v1.0.8 |
708 | 2024-10-18T20:38:42.094Z | Downloaded postgres-protocol v0.6.7 |
709 | 2024-10-18T20:38:42.095Z | Downloaded env_filter v0.1.2 |
710 | 2024-10-18T20:38:42.095Z | Downloaded dirs-sys-next v0.1.2 |
711 | 2024-10-18T20:38:42.095Z | Downloaded difflib v0.4.0 |
712 | 2024-10-18T20:38:42.118Z | Downloaded der_derive v0.7.3 |
713 | 2024-10-18T20:38:42.118Z | Downloaded strum_macros v0.24.3 |
714 | 2024-10-18T20:38:42.118Z | Downloaded spin v0.9.8 |
715 | 2024-10-18T20:38:42.118Z | Downloaded socket2 v0.5.7 |
716 | 2024-10-18T20:38:42.118Z | Downloaded smallvec v1.13.2 |
717 | 2024-10-18T20:38:42.118Z | Downloaded parking_lot_core v0.8.6 |
718 | 2024-10-18T20:38:42.118Z | Downloaded packed_struct_codegen v0.10.1 |
719 | 2024-10-18T20:38:42.118Z | Downloaded pkcs5 v0.7.1 |
720 | 2024-10-18T20:38:42.118Z | Downloaded libm v0.2.8 |
721 | 2024-10-18T20:38:42.142Z | Downloaded fragile v2.0.0 |
722 | 2024-10-18T20:38:42.143Z | Downloaded hash32 v0.2.1 |
723 | 2024-10-18T20:38:42.143Z | Downloaded parse-size v1.0.0 |
724 | 2024-10-18T20:38:42.143Z | Downloaded sigpipe v0.1.3 |
725 | 2024-10-18T20:38:42.143Z | Downloaded precomputed-hash v0.1.1 |
726 | 2024-10-18T20:38:42.143Z | Downloaded powerfmt v0.2.0 |
727 | 2024-10-18T20:38:42.143Z | Downloaded enum-as-inner v0.6.1 |
728 | 2024-10-18T20:38:42.143Z | Downloaded diesel_table_macro_syntax v0.2.0 |
729 | 2024-10-18T20:38:42.143Z | Downloaded vte v0.11.1 |
730 | 2024-10-18T20:38:42.143Z | Downloaded vergen v8.3.2 |
731 | 2024-10-18T20:38:42.166Z | Downloaded paste v1.0.15 |
732 | 2024-10-18T20:38:42.166Z | Downloaded oso-derive v0.27.3 |
733 | 2024-10-18T20:38:42.167Z | Downloaded openssl-probe v0.1.5 |
734 | 2024-10-18T20:38:42.167Z | Downloaded hex-literal v0.4.1 |
735 | 2024-10-18T20:38:42.167Z | Downloaded heck v0.3.3 |
736 | 2024-10-18T20:38:42.167Z | Downloaded rustls-pki-types v1.9.0 |
737 | 2024-10-18T20:38:42.167Z | Downloaded downcast v0.11.0 |
738 | 2024-10-18T20:38:42.167Z | Downloaded smoltcp v0.11.0 |
739 | 2024-10-18T20:38:42.190Z | Downloaded signature v2.2.0 |
740 | 2024-10-18T20:38:42.190Z | Downloaded serde_yaml v0.9.34+deprecated |
741 | 2024-10-18T20:38:42.190Z | Downloaded p256 v0.13.2 |
742 | 2024-10-18T20:38:42.190Z | Downloaded embedded-io v0.4.0 |
743 | 2024-10-18T20:38:42.190Z | Downloaded uuid v1.10.0 |
744 | 2024-10-18T20:38:42.190Z | Downloaded rusty-fork v0.3.0 |
745 | 2024-10-18T20:38:42.190Z | Downloaded defmt v0.3.8 |
746 | 2024-10-18T20:38:42.214Z | Downloaded sha1 v0.10.6 |
747 | 2024-10-18T20:38:42.214Z | Downloaded hashlink v0.9.1 |
748 | 2024-10-18T20:38:42.214Z | Downloaded zone v0.1.8 |
749 | 2024-10-18T20:38:42.214Z | Downloaded serde-hex v0.1.0 |
750 | 2024-10-18T20:38:42.214Z | Downloaded getrandom v0.2.15 |
751 | 2024-10-18T20:38:42.214Z | Downloaded proptest v1.5.0 |
752 | 2024-10-18T20:38:42.214Z | Downloaded regex-automata v0.4.8 |
753 | 2024-10-18T20:38:42.247Z | Downloaded secrecy v0.8.0 |
754 | 2024-10-18T20:38:42.271Z | Downloaded dropshot_endpoint v0.12.0 |
755 | 2024-10-18T20:38:42.271Z | Downloaded dropshot v0.12.0 |
756 | 2024-10-18T20:38:42.297Z | Downloaded ssh-encoding v0.2.0 |
757 | 2024-10-18T20:38:42.321Z | Downloaded poly1305 v0.8.0 |
758 | 2024-10-18T20:38:42.321Z | Downloaded pkcs8 v0.10.2 |
759 | 2024-10-18T20:38:42.321Z | Downloaded toml_edit v0.19.15 |
760 | 2024-10-18T20:38:42.344Z | Downloaded futures-io v0.3.31 |
761 | 2024-10-18T20:38:42.344Z | Downloaded slog-json v2.6.1 |
762 | 2024-10-18T20:38:42.344Z | Downloaded similar v2.6.0 |
763 | 2024-10-18T20:38:42.344Z | Downloaded dyn-clone v1.0.17 |
764 | 2024-10-18T20:38:42.368Z | Downloaded sqlformat v0.2.6 |
765 | 2024-10-18T20:38:42.368Z | Downloaded pin-project-internal v1.1.6 |
766 | 2024-10-18T20:38:42.368Z | Downloaded vsss-rs v3.3.4 |
767 | 2024-10-18T20:38:42.368Z | Downloaded tungstenite v0.23.0 |
768 | 2024-10-18T20:38:42.368Z | Downloaded rcgen v0.12.1 |
769 | 2024-10-18T20:38:42.368Z | Downloaded slog-async v2.8.0 |
770 | 2024-10-18T20:38:42.368Z | Downloaded signal-hook-mio v0.2.4 |
771 | 2024-10-18T20:38:42.368Z | Downloaded postgres-types v0.2.8 |
772 | 2024-10-18T20:38:42.368Z | Downloaded phf v0.11.2 |
773 | 2024-10-18T20:38:42.392Z | Downloaded uzers v0.12.1 |
774 | 2024-10-18T20:38:42.392Z | Downloaded twox-hash v1.6.3 |
775 | 2024-10-18T20:38:42.392Z | Downloaded tui-tree-widget v0.22.0 |
776 | 2024-10-18T20:38:42.392Z | Downloaded omicron-zone-package v0.11.1 |
777 | 2024-10-18T20:38:42.392Z | Downloaded http v0.2.12 |
778 | 2024-10-18T20:38:42.392Z | Downloaded slog-stdlog v4.1.1 |
779 | 2024-10-18T20:38:42.392Z | Downloaded siphasher v0.3.11 |
780 | 2024-10-18T20:38:42.392Z | Downloaded signal-hook-tokio v0.3.1 |
781 | 2024-10-18T20:38:42.392Z | Downloaded diesel_derives v2.2.3 |
782 | 2024-10-18T20:38:42.415Z | Downloaded same-file v1.0.6 |
783 | 2024-10-18T20:38:42.416Z | Downloaded p384 v0.13.0 |
784 | 2024-10-18T20:38:42.416Z | Downloaded sqlparser_derive v0.2.2 |
785 | 2024-10-18T20:38:42.416Z | Downloaded phf_shared v0.11.2 |
786 | 2024-10-18T20:38:42.416Z | Downloaded phf_generator v0.11.2 |
787 | 2024-10-18T20:38:42.416Z | Downloaded percent-encoding v2.3.1 |
788 | 2024-10-18T20:38:42.416Z | Downloaded pem v3.0.4 |
789 | 2024-10-18T20:38:42.416Z | Downloaded peg-macros v0.8.4 |
790 | 2024-10-18T20:38:42.416Z | Downloaded value-bag v1.9.0 |
791 | 2024-10-18T20:38:42.439Z | Downloaded tokio-rustls v0.24.1 |
792 | 2024-10-18T20:38:42.439Z | Downloaded quinn v0.11.5 |
793 | 2024-10-18T20:38:42.439Z | Downloaded publicsuffix v2.2.3 |
794 | 2024-10-18T20:38:42.439Z | Downloaded predicates v3.1.2 |
795 | 2024-10-18T20:38:42.439Z | Downloaded ppv-lite86 v0.2.20 |
796 | 2024-10-18T20:38:42.439Z | Downloaded diff v0.1.13 |
797 | 2024-10-18T20:38:42.439Z | Downloaded either v1.13.0 |
798 | 2024-10-18T20:38:42.439Z | Downloaded ed25519 v2.2.3 |
799 | 2024-10-18T20:38:42.463Z | Downloaded structmeta-derive v0.3.0 |
800 | 2024-10-18T20:38:42.463Z | Downloaded structmeta v0.3.0 |
801 | 2024-10-18T20:38:42.463Z | Downloaded strip-ansi-escapes v0.2.0 |
802 | 2024-10-18T20:38:42.463Z | Downloaded stable_deref_trait v1.2.0 |
803 | 2024-10-18T20:38:42.463Z | Downloaded pin-utils v0.1.0 |
804 | 2024-10-18T20:38:42.463Z | Downloaded utf-8 v0.7.6 |
805 | 2024-10-18T20:38:42.463Z | Downloaded unarray v0.1.4 |
806 | 2024-10-18T20:38:42.463Z | Downloaded tracing-attributes v0.1.27 |
807 | 2024-10-18T20:38:42.463Z | Downloaded tokio-rustls v0.26.0 |
808 | 2024-10-18T20:38:42.463Z | Downloaded minimal-lexical v0.2.1 |
809 | 2024-10-18T20:38:42.463Z | Downloaded der v0.7.9 |
810 | 2024-10-18T20:38:42.487Z | Downloaded ena v0.14.3 |
811 | 2024-10-18T20:38:42.487Z | Downloaded embedded-io v0.6.1 |
812 | 2024-10-18T20:38:42.487Z | Downloaded structmeta-derive v0.2.0 |
813 | 2024-10-18T20:38:42.487Z | Downloaded structmeta v0.2.0 |
814 | 2024-10-18T20:38:42.487Z | Downloaded tower-service v0.3.3 |
815 | 2024-10-18T20:38:42.487Z | Downloaded topological-sort v0.2.2 |
816 | 2024-10-18T20:38:42.487Z | Downloaded tokio-tungstenite v0.24.0 |
817 | 2024-10-18T20:38:42.487Z | Downloaded tokio-tungstenite v0.21.0 |
818 | 2024-10-18T20:38:42.487Z | Downloaded rand_seeder v0.3.0 |
819 | 2024-10-18T20:38:42.487Z | Downloaded quick-error v1.2.3 |
820 | 2024-10-18T20:38:42.487Z | Downloaded spin v0.5.2 |
821 | 2024-10-18T20:38:42.487Z | Downloaded smf v0.2.3 |
822 | 2024-10-18T20:38:42.487Z | Downloaded smallvec v0.6.14 |
823 | 2024-10-18T20:38:42.487Z | Downloaded slog-term v2.9.1 |
824 | 2024-10-18T20:38:42.513Z | Downloaded strum v0.26.3 |
825 | 2024-10-18T20:38:42.513Z | Downloaded stringprep v0.1.5 |
826 | 2024-10-18T20:38:42.513Z | Downloaded string_cache v0.8.7 |
827 | 2024-10-18T20:38:42.513Z | Downloaded static_assertions v1.1.0 |
828 | 2024-10-18T20:38:42.513Z | Downloaded polyval v0.6.2 |
829 | 2024-10-18T20:38:42.513Z | Downloaded mio v1.0.2 |
830 | 2024-10-18T20:38:42.513Z | Downloaded display-error-chain v0.2.1 |
831 | 2024-10-18T20:38:42.513Z | Downloaded defmt-parser v0.3.4 |
832 | 2024-10-18T20:38:42.513Z | Downloaded snafu-derive v0.8.5 |
833 | 2024-10-18T20:38:42.513Z | Downloaded packed_struct v0.10.1 |
834 | 2024-10-18T20:38:42.513Z | Downloaded openssl-macros v0.1.1 |
835 | 2024-10-18T20:38:42.537Z | Downloaded sqlparser v0.45.0 |
836 | 2024-10-18T20:38:42.537Z | Downloaded pkg-config v0.3.31 |
837 | 2024-10-18T20:38:42.537Z | Downloaded waitgroup v0.1.2 |
838 | 2024-10-18T20:38:42.537Z | Downloaded quinn-udp v0.5.5 |
839 | 2024-10-18T20:38:42.537Z | Downloaded progenitor-impl v0.8.0 |
840 | 2024-10-18T20:38:42.537Z | Downloaded progenitor v0.8.0 |
841 | 2024-10-18T20:38:42.537Z | Downloaded unicode-segmentation v1.12.0 |
842 | 2024-10-18T20:38:42.537Z | Downloaded unicode-normalization v0.1.24 |
843 | 2024-10-18T20:38:42.537Z | Downloaded russh v0.45.0 |
844 | 2024-10-18T20:38:42.570Z | Downloaded wait-timeout v0.2.0 |
845 | 2024-10-18T20:38:42.570Z | Downloaded tough v0.17.1 |
846 | 2024-10-18T20:38:42.570Z | Downloaded tokio-util v0.7.12 |
847 | 2024-10-18T20:38:42.570Z | Downloaded primeorder v0.13.6 |
848 | 2024-10-18T20:38:42.570Z | Downloaded pretty-hex v0.2.1 |
849 | 2024-10-18T20:38:42.570Z | Downloaded num_threads v0.1.7 |
850 | 2024-10-18T20:38:42.570Z | Downloaded num_enum v0.5.11 |
851 | 2024-10-18T20:38:42.594Z | Downloaded num-rational v0.4.2 |
852 | 2024-10-18T20:38:42.594Z | Downloaded num-integer v0.1.46 |
853 | 2024-10-18T20:38:42.594Z | Downloaded num-conv v0.1.0 |
854 | 2024-10-18T20:38:42.594Z | Downloaded hkdf v0.12.4 |
855 | 2024-10-18T20:38:42.594Z | Downloaded flume v0.11.0 |
856 | 2024-10-18T20:38:42.594Z | Downloaded float-cmp v0.9.0 |
857 | 2024-10-18T20:38:42.594Z | Downloaded flagset v0.4.6 |
858 | 2024-10-18T20:38:42.594Z | Downloaded dhcproto v0.12.0 |
859 | 2024-10-18T20:38:42.594Z | Downloaded ecdsa v0.16.9 |
860 | 2024-10-18T20:38:42.617Z | Downloaded pin-project v1.1.6 |
861 | 2024-10-18T20:38:42.618Z | Downloaded url v2.5.2 |
862 | 2024-10-18T20:38:42.618Z | Downloaded typed-path v0.7.1 |
863 | 2024-10-18T20:38:42.641Z | Downloaded tungstenite v0.24.0 |
864 | 2024-10-18T20:38:42.641Z | Downloaded tungstenite v0.21.0 |
865 | 2024-10-18T20:38:42.641Z | Downloaded reqwest v0.11.27 |
866 | 2024-10-18T20:38:42.641Z | Downloaded hyper-util v0.1.9 |
867 | 2024-10-18T20:38:42.665Z | Downloaded pin-project-lite v0.2.14 |
868 | 2024-10-18T20:38:42.665Z | Downloaded pem-rfc7468 v0.7.0 |
869 | 2024-10-18T20:38:42.665Z | Downloaded tracing-core v0.1.32 |
870 | 2024-10-18T20:38:42.665Z | Downloaded rustls-pemfile v1.0.4 |
871 | 2024-10-18T20:38:42.665Z | Downloaded ref-cast v1.0.23 |
872 | 2024-10-18T20:38:42.665Z | Downloaded rand_xorshift v0.3.0 |
873 | 2024-10-18T20:38:42.665Z | Downloaded rand_chacha v0.3.1 |
874 | 2024-10-18T20:38:42.665Z | Downloaded filetime v0.2.25 |
875 | 2024-10-18T20:38:42.665Z | Downloaded derive_builder_macro v0.20.2 |
876 | 2024-10-18T20:38:42.665Z | Downloaded derive_builder v0.20.2 |
877 | 2024-10-18T20:38:42.688Z | Downloaded deranged v0.3.11 |
878 | 2024-10-18T20:38:42.688Z | Downloaded termios v0.3.3 |
879 | 2024-10-18T20:38:42.688Z | Downloaded term v0.7.0 |
880 | 2024-10-18T20:38:42.689Z | Downloaded rustfmt-wrapper v0.2.1 |
881 | 2024-10-18T20:38:42.689Z | Downloaded rustc-hash v1.1.0 |
882 | 2024-10-18T20:38:42.689Z | Downloaded russh-keys v0.45.0 |
883 | 2024-10-18T20:38:42.689Z | Downloaded ron v0.7.1 |
884 | 2024-10-18T20:38:42.689Z | Downloaded indicatif v0.17.8 |
885 | 2024-10-18T20:38:42.712Z | Downloaded pkcs1 v0.7.5 |
886 | 2024-10-18T20:38:42.712Z | Downloaded phf_codegen v0.11.2 |
887 | 2024-10-18T20:38:42.712Z | Downloaded peg v0.8.4 |
888 | 2024-10-18T20:38:42.712Z | Downloaded typify v0.2.0 |
889 | 2024-10-18T20:38:42.712Z | Downloaded tracing v0.1.40 |
890 | 2024-10-18T20:38:42.712Z | Downloaded unicase v2.7.0 |
891 | 2024-10-18T20:38:42.712Z | Downloaded thiserror-impl-no-std v2.0.2 |
892 | 2024-10-18T20:38:42.736Z | Downloaded tap v1.0.1 |
893 | 2024-10-18T20:38:42.736Z | Downloaded tabwriter v1.4.0 |
894 | 2024-10-18T20:38:42.736Z | Downloaded rustc_version v0.1.7 |
895 | 2024-10-18T20:38:42.736Z | Downloaded rtoolbox v0.0.2 |
896 | 2024-10-18T20:38:42.736Z | Downloaded rpassword v7.3.1 |
897 | 2024-10-18T20:38:42.736Z | Downloaded rand_core v0.6.4 |
898 | 2024-10-18T20:38:42.736Z | Downloaded regex-syntax v0.8.5 |
899 | 2024-10-18T20:38:42.736Z | Downloaded try-lock v0.2.5 |
900 | 2024-10-18T20:38:42.736Z | Downloaded tokio-tungstenite v0.23.1 |
901 | 2024-10-18T20:38:42.736Z | Downloaded tokio-stream v0.1.16 |
902 | 2024-10-18T20:38:42.760Z | Downloaded foreign-types-macros v0.2.3 |
903 | 2024-10-18T20:38:42.760Z | Downloaded thread_local v1.1.8 |
904 | 2024-10-18T20:38:42.760Z | Downloaded thiserror-no-std v2.0.2 |
905 | 2024-10-18T20:38:42.760Z | Downloaded resolv-conf v0.7.0 |
906 | 2024-10-18T20:38:42.760Z | Downloaded mockall v0.13.0 |
907 | 2024-10-18T20:38:42.760Z | Downloaded libloading v0.8.5 |
908 | 2024-10-18T20:38:42.761Z | Downloaded tokio-rustls v0.25.0 |
909 | 2024-10-18T20:38:42.761Z | Downloaded quinn-proto v0.11.8 |
910 | 2024-10-18T20:38:42.784Z | Downloaded quick-xml v0.33.0 |
911 | 2024-10-18T20:38:42.784Z | Downloaded qorb v0.1.2 |
912 | 2024-10-18T20:38:42.785Z | Downloaded diesel-dtrace v0.3.0 |
913 | 2024-10-18T20:38:42.785Z | Downloaded nu-ansi-term v0.50.1 |
914 | 2024-10-18T20:38:42.785Z | Downloaded native-tls v0.2.12 |
915 | 2024-10-18T20:38:42.809Z | Downloaded mockall_derive v0.13.0 |
916 | 2024-10-18T20:38:42.809Z | Downloaded mime_guess v2.0.5 |
917 | 2024-10-18T20:38:42.809Z | Downloaded lock_api v0.4.12 |
918 | 2024-10-18T20:38:42.809Z | Downloaded linear-map v1.2.0 |
919 | 2024-10-18T20:38:42.809Z | Downloaded libsw v3.3.1 |
920 | 2024-10-18T20:38:42.809Z | Downloaded psl-types v2.0.11 |
921 | 2024-10-18T20:38:42.809Z | Downloaded progenitor-macro v0.8.0 |
922 | 2024-10-18T20:38:42.809Z | Downloaded progenitor-client v0.8.0 |
923 | 2024-10-18T20:38:42.809Z | Downloaded opaque-debug v0.3.1 |
924 | 2024-10-18T20:38:42.809Z | Downloaded foreign-types-shared v0.3.1 |
925 | 2024-10-18T20:38:42.809Z | Downloaded foreign-types-shared v0.1.1 |
926 | 2024-10-18T20:38:42.809Z | Downloaded foreign-types v0.3.2 |
927 | 2024-10-18T20:38:42.809Z | Downloaded untrusted v0.9.0 |
928 | 2024-10-18T20:38:42.809Z | Downloaded untrusted v0.7.1 |
929 | 2024-10-18T20:38:42.809Z | Downloaded universal-hash v0.5.1 |
930 | 2024-10-18T20:38:42.809Z | Downloaded unicode-xid v0.2.6 |
931 | 2024-10-18T20:38:42.809Z | Downloaded unicode-truncate v1.1.0 |
932 | 2024-10-18T20:38:42.833Z | Downloaded lru v0.12.5 |
933 | 2024-10-18T20:38:42.833Z | Downloaded ipnet v2.10.1 |
934 | 2024-10-18T20:38:42.833Z | Downloaded hyper-staticfile v0.10.1 |
935 | 2024-10-18T20:38:42.833Z | Downloaded curve25519-dalek v4.1.3 |
936 | 2024-10-18T20:38:42.833Z | Downloaded proc-macro-crate v1.3.1 |
937 | 2024-10-18T20:38:42.833Z | Downloaded prettyplease v0.2.22 |
938 | 2024-10-18T20:38:42.833Z | Downloaded fixedbitset v0.4.2 |
939 | 2024-10-18T20:38:42.833Z | Downloaded dhcproto-macros v0.1.0 |
940 | 2024-10-18T20:38:42.857Z | Downloaded ref-cast-impl v1.0.23 |
941 | 2024-10-18T20:38:42.857Z | Downloaded num-complex v0.4.6 |
942 | 2024-10-18T20:38:42.857Z | Downloaded memmap2 v0.9.5 |
943 | 2024-10-18T20:38:42.857Z | Downloaded maybe-uninit v2.0.0 |
944 | 2024-10-18T20:38:42.857Z | Downloaded indexmap v1.9.3 |
945 | 2024-10-18T20:38:42.857Z | Downloaded iana-time-zone v0.1.61 |
946 | 2024-10-18T20:38:42.857Z | Downloaded httparse v1.9.5 |
947 | 2024-10-18T20:38:42.857Z | Downloaded hmac v0.12.1 |
948 | 2024-10-18T20:38:42.857Z | Downloaded crunchy v0.2.2 |
949 | 2024-10-18T20:38:42.857Z | Downloaded cookie v0.18.1 |
950 | 2024-10-18T20:38:42.857Z | Downloaded compact_str v0.8.0 |
951 | 2024-10-18T20:38:42.881Z | Downloaded cipher v0.4.4 |
952 | 2024-10-18T20:38:42.881Z | Downloaded chrono v0.4.38 |
953 | 2024-10-18T20:38:42.881Z | Downloaded chacha20poly1305 v0.10.1 |
954 | 2024-10-18T20:38:42.881Z | Downloaded cfg_aliases v0.2.1 |
955 | 2024-10-18T20:38:42.881Z | Downloaded cbc v0.1.2 |
956 | 2024-10-18T20:38:42.881Z | Downloaded bitvec v1.0.1 |
957 | 2024-10-18T20:38:42.904Z | Downloaded bindgen v0.69.5 |
958 | 2024-10-18T20:38:42.904Z | Downloaded aes-gcm v0.10.3 |
959 | 2024-10-18T20:38:42.928Z | Downloaded num_enum_derive v0.5.11 |
960 | 2024-10-18T20:38:42.928Z | Downloaded num-traits v0.2.19 |
961 | 2024-10-18T20:38:42.928Z | Downloaded num-iter v0.1.45 |
962 | 2024-10-18T20:38:42.928Z | Downloaded num-derive v0.4.2 |
963 | 2024-10-18T20:38:42.928Z | Downloaded highway v1.2.0 |
964 | 2024-10-18T20:38:42.928Z | Downloaded float-ord v0.3.2 |
965 | 2024-10-18T20:38:42.928Z | Downloaded flate2 v1.0.34 |
966 | 2024-10-18T20:38:42.928Z | Downloaded regress v0.10.1 |
967 | 2024-10-18T20:38:42.951Z | Downloaded regress v0.9.1 |
968 | 2024-10-18T20:38:42.951Z | Downloaded regex-syntax v0.6.29 |
969 | 2024-10-18T20:38:42.975Z | Downloaded memoffset v0.9.1 |
970 | 2024-10-18T20:38:42.975Z | Downloaded managed v0.8.0 |
971 | 2024-10-18T20:38:42.975Z | Downloaded lru-cache v0.1.2 |
972 | 2024-10-18T20:38:42.975Z | Downloaded is-terminal v0.4.13 |
973 | 2024-10-18T20:38:42.975Z | Downloaded ipnetwork v0.20.0 |
974 | 2024-10-18T20:38:42.975Z | Downloaded inout v0.1.3 |
975 | 2024-10-18T20:38:42.975Z | Downloaded indent_write v2.2.0 |
976 | 2024-10-18T20:38:42.975Z | Downloaded humantime v2.1.0 |
977 | 2024-10-18T20:38:42.975Z | Downloaded hubpack v0.1.2 |
978 | 2024-10-18T20:38:42.975Z | Downloaded http v1.1.0 |
979 | 2024-10-18T20:38:42.975Z | Downloaded csv-core v0.1.11 |
980 | 2024-10-18T20:38:42.999Z | Downloaded crossterm v0.28.1 |
981 | 2024-10-18T20:38:42.999Z | Downloaded crossbeam-utils v0.8.20 |
982 | 2024-10-18T20:38:42.999Z | Downloaded crossbeam-deque v0.8.5 |
983 | 2024-10-18T20:38:42.999Z | Downloaded crc32fast v1.4.2 |
984 | 2024-10-18T20:38:42.999Z | Downloaded crc-any v2.5.0 |
985 | 2024-10-18T20:38:42.999Z | Downloaded crc v3.2.1 |
986 | 2024-10-18T20:38:42.999Z | Downloaded cancel-safe-futures v0.1.5 |
987 | 2024-10-18T20:38:43.022Z | Downloaded bzip2 v0.4.4 |
988 | 2024-10-18T20:38:43.022Z | Downloaded buf-list v1.0.3 |
989 | 2024-10-18T20:38:43.022Z | Downloaded blowfish v0.9.1 |
990 | 2024-10-18T20:38:43.022Z | Downloaded blake3 v1.5.4 |
991 | 2024-10-18T20:38:43.022Z | Downloaded bit-vec v0.6.3 |
992 | 2024-10-18T20:38:43.023Z | Downloaded base64 v0.21.7 |
993 | 2024-10-18T20:38:43.023Z | Downloaded base16ct v0.2.0 |
994 | 2024-10-18T20:38:43.046Z | Downloaded backoff v0.4.0 |
995 | 2024-10-18T20:38:43.046Z | Downloaded atomicwrites v0.4.4 |
996 | 2024-10-18T20:38:43.046Z | Downloaded async-trait v0.1.83 |
997 | 2024-10-18T20:38:43.046Z | Downloaded aho-corasick v1.1.3 |
998 | 2024-10-18T20:38:43.046Z | Downloaded aead v0.5.2 |
999 | 2024-10-18T20:38:43.046Z | Downloaded derive_builder_core v0.20.2 |
1000 | 2024-10-18T20:38:43.047Z | Downloaded rustls v0.21.12 |
1001 | 2024-10-18T20:38:43.070Z | Downloaded reqwest v0.12.8 |
1002 | 2024-10-18T20:38:43.070Z | Downloaded nibble_vec v0.1.0 |
1003 | 2024-10-18T20:38:43.070Z | Downloaded newtype_derive v0.1.6 |
1004 | 2024-10-18T20:38:43.093Z | Downloaded newtype-uuid v1.1.2 |
1005 | 2024-10-18T20:38:43.094Z | Downloaded newline-converter v0.3.0 |
1006 | 2024-10-18T20:38:43.094Z | Downloaded nanorand v0.7.0 |
1007 | 2024-10-18T20:38:43.094Z | Downloaded multimap v0.10.0 |
1008 | 2024-10-18T20:38:43.094Z | Downloaded md5 v0.7.0 |
1009 | 2024-10-18T20:38:43.094Z | Downloaded match_cfg v0.1.0 |
1010 | 2024-10-18T20:38:43.094Z | Downloaded libefi-sys v0.1.0 |
1011 | 2024-10-18T20:38:43.094Z | Downloaded lazycell v1.3.0 |
1012 | 2024-10-18T20:38:43.094Z | Downloaded lazy_static v1.5.0 |
1013 | 2024-10-18T20:38:43.094Z | Downloaded keccak v0.1.5 |
1014 | 2024-10-18T20:38:43.094Z | Downloaded jobserver v0.1.32 |
1015 | 2024-10-18T20:38:43.094Z | Downloaded instant v0.1.13 |
1016 | 2024-10-18T20:38:43.094Z | Downloaded darling_macro v0.20.10 |
1017 | 2024-10-18T20:38:43.094Z | Downloaded darling v0.20.10 |
1018 | 2024-10-18T20:38:43.117Z | Downloaded cstr-argument v0.1.2 |
1019 | 2024-10-18T20:38:43.118Z | Downloaded const-oid v0.9.6 |
1020 | 2024-10-18T20:38:43.118Z | Downloaded cobs v0.2.3 |
1021 | 2024-10-18T20:38:43.118Z | Downloaded ciborium-io v0.2.2 |
1022 | 2024-10-18T20:38:43.118Z | Downloaded chrono-tz-build v0.4.0 |
1023 | 2024-10-18T20:38:43.118Z | Downloaded cexpr v0.6.0 |
1024 | 2024-10-18T20:38:43.118Z | Downloaded cassowary v0.3.0 |
1025 | 2024-10-18T20:38:43.118Z | Downloaded bcrypt-pbkdf v0.10.0 |
1026 | 2024-10-18T20:38:43.118Z | Downloaded base64ct v1.6.0 |
1027 | 2024-10-18T20:38:43.118Z | Downloaded async-recursion v1.1.1 |
1028 | 2024-10-18T20:38:43.118Z | Downloaded assert_matches v1.5.0 |
1029 | 2024-10-18T20:38:43.118Z | Downloaded arrayvec v0.7.6 |
1030 | 2024-10-18T20:38:43.141Z | Downloaded array-init v0.0.4 |
1031 | 2024-10-18T20:38:43.142Z | Downloaded termcolor v1.4.1 |
1032 | 2024-10-18T20:38:43.142Z | Downloaded tar v0.4.42 |
1033 | 2024-10-18T20:38:43.142Z | Downloaded take_mut v0.2.2 |
1034 | 2024-10-18T20:38:43.142Z | Downloaded rustc-demangle v0.1.24 |
1035 | 2024-10-18T20:38:43.142Z | Downloaded regex v1.11.0 |
1036 | 2024-10-18T20:38:43.165Z | Downloaded num v0.4.3 |
1037 | 2024-10-18T20:38:43.165Z | Downloaded mime v0.3.17 |
1038 | 2024-10-18T20:38:43.165Z | Downloaded md-5 v0.10.6 |
1039 | 2024-10-18T20:38:43.165Z | Downloaded linked-hash-map v0.5.6 |
1040 | 2024-10-18T20:38:43.165Z | Downloaded hyper-tls v0.6.0 |
1041 | 2024-10-18T20:38:43.165Z | Downloaded hyper-rustls v0.27.3 |
1042 | 2024-10-18T20:38:43.165Z | Downloaded http-body v0.4.6 |
1043 | 2024-10-18T20:38:43.165Z | Downloaded csv v1.3.0 |
1044 | 2024-10-18T20:38:43.189Z | Downloaded const_format_proc_macros v0.2.33 |
1045 | 2024-10-18T20:38:43.189Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1046 | 2024-10-18T20:38:43.212Z | Downloaded bitfield-struct v0.6.2 |
1047 | 2024-10-18T20:38:43.212Z | Downloaded arc-swap v1.7.1 |
1048 | 2024-10-18T20:38:43.212Z | Downloaded addr2line v0.24.2 |
1049 | 2024-10-18T20:38:43.212Z | Downloaded unicode-bidi v0.3.17 |
1050 | 2024-10-18T20:38:43.212Z | Downloaded test-strategy v0.3.1 |
1051 | 2024-10-18T20:38:43.236Z | Downloaded termtree v0.4.1 |
1052 | 2024-10-18T20:38:43.236Z | Downloaded rusqlite v0.32.1 |
1053 | 2024-10-18T20:38:43.236Z | Downloaded rsa v0.9.6 |
1054 | 2024-10-18T20:38:43.236Z | Downloaded ron v0.8.1 |
1055 | 2024-10-18T20:38:43.259Z | Downloaded lalrpop-util v0.19.12 |
1056 | 2024-10-18T20:38:43.259Z | Downloaded kstat-rs v0.2.4 |
1057 | 2024-10-18T20:38:43.259Z | Downloaded impl-trait-for-tuples v0.2.2 |
1058 | 2024-10-18T20:38:43.259Z | Downloaded ident_case v1.0.1 |
1059 | 2024-10-18T20:38:43.259Z | Downloaded hostname v0.3.1 |
1060 | 2024-10-18T20:38:43.259Z | Downloaded home v0.5.9 |
1061 | 2024-10-18T20:38:43.259Z | Downloaded rustc-hash v2.0.0 |
1062 | 2024-10-18T20:38:43.259Z | Downloaded russh-cryptovec v0.7.3 |
1063 | 2024-10-18T20:38:43.259Z | Downloaded rfc6979 v0.4.0 |
1064 | 2024-10-18T20:38:43.259Z | Downloaded nodrop v0.1.14 |
1065 | 2024-10-18T20:38:43.260Z | Downloaded new_debug_unreachable v1.0.6 |
1066 | 2024-10-18T20:38:43.260Z | Downloaded maplit v1.0.2 |
1067 | 2024-10-18T20:38:43.260Z | Downloaded instability v0.3.2 |
1068 | 2024-10-18T20:38:43.260Z | Downloaded http-body-util v0.1.2 |
1069 | 2024-10-18T20:38:43.260Z | Downloaded chrono-tz v0.10.0 |
1070 | 2024-10-18T20:38:43.283Z | Downloaded bstr v1.10.0 |
1071 | 2024-10-18T20:38:43.283Z | Downloaded matches v0.1.10 |
1072 | 2024-10-18T20:38:43.283Z | Downloaded is_ci v1.2.0 |
1073 | 2024-10-18T20:38:43.283Z | Downloaded internet-checksum v0.2.1 |
1074 | 2024-10-18T20:38:43.307Z | Downloaded indoc v1.0.9 |
1075 | 2024-10-18T20:38:43.307Z | Downloaded httpdate v1.0.3 |
1076 | 2024-10-18T20:38:43.307Z | Downloaded hostname v0.4.0 |
1077 | 2024-10-18T20:38:43.307Z | Downloaded cc v1.1.30 |
1078 | 2024-10-18T20:38:43.307Z | Downloaded base64 v0.22.1 |
1079 | 2024-10-18T20:38:43.307Z | Downloaded base64 v0.13.1 |
1080 | 2024-10-18T20:38:43.307Z | Downloaded backtrace v0.3.74 |
1081 | 2024-10-18T20:38:43.330Z | Downloaded allocator-api2 v0.2.18 |
1082 | 2024-10-18T20:38:43.330Z | Downloaded http-range v0.1.5 |
1083 | 2024-10-18T20:38:43.330Z | Downloaded http-body v1.0.1 |
1084 | 2024-10-18T20:38:43.330Z | Downloaded hickory-resolver v0.24.1 |
1085 | 2024-10-18T20:38:43.331Z | Downloaded crypto-bigint v0.5.5 |
1086 | 2024-10-18T20:38:43.331Z | Downloaded crossbeam-channel v0.5.13 |
1087 | 2024-10-18T20:38:43.354Z | Downloaded const_format v0.2.33 |
1088 | 2024-10-18T20:38:43.354Z | Downloaded castaway v0.2.3 |
1089 | 2024-10-18T20:38:43.354Z | Downloaded bytes v1.7.2 |
1090 | 2024-10-18T20:38:43.354Z | Downloaded bcs v0.1.6 |
1091 | 2024-10-18T20:38:43.354Z | Downloaded arrayref v0.3.9 |
1092 | 2024-10-18T20:38:43.354Z | Downloaded ahash v0.8.11 |
1093 | 2024-10-18T20:38:43.378Z | Downloaded aes v0.8.4 |
1094 | 2024-10-18T20:38:43.378Z | Downloaded data-encoding v2.6.0 |
1095 | 2024-10-18T20:38:43.378Z | Downloaded darling_core v0.20.10 |
1096 | 2024-10-18T20:38:43.378Z | Downloaded curve25519-dalek-derive v0.1.1 |
1097 | 2024-10-18T20:38:43.378Z | Downloaded ctr v0.9.2 |
1098 | 2024-10-18T20:38:43.378Z | Downloaded crucible-workspace-hack v0.1.0 |
1099 | 2024-10-18T20:38:43.378Z | Downloaded crossbeam-epoch v0.9.18 |
1100 | 2024-10-18T20:38:43.378Z | Downloaded crc-catalog v2.4.0 |
1101 | 2024-10-18T20:38:43.378Z | Downloaded cookie_store v0.21.0 |
1102 | 2024-10-18T20:38:43.378Z | Downloaded convert_case v0.4.0 |
1103 | 2024-10-18T20:38:43.402Z | Downloaded constant_time_eq v0.3.1 |
1104 | 2024-10-18T20:38:43.402Z | Downloaded console v0.15.8 |
1105 | 2024-10-18T20:38:43.402Z | Downloaded colored v2.1.0 |
1106 | 2024-10-18T20:38:43.402Z | Downloaded clang-sys v1.8.1 |
1107 | 2024-10-18T20:38:43.402Z | Downloaded ciborium-ll v0.2.2 |
1108 | 2024-10-18T20:38:43.402Z | Downloaded ciborium v0.2.2 |
1109 | 2024-10-18T20:38:43.402Z | Downloaded chacha20 v0.9.1 |
1110 | 2024-10-18T20:38:43.402Z | Downloaded cfg_aliases v0.1.1 |
1111 | 2024-10-18T20:38:43.402Z | Downloaded block-padding v0.3.3 |
1112 | 2024-10-18T20:38:43.402Z | Downloaded blake2 v0.10.6 |
1113 | 2024-10-18T20:38:43.402Z | Downloaded bitflags v1.3.2 |
1114 | 2024-10-18T20:38:43.426Z | Downloaded bitfield v0.14.0 |
1115 | 2024-10-18T20:38:43.426Z | Downloaded bit-set v0.5.3 |
1116 | 2024-10-18T20:38:43.426Z | Downloaded bb8 v0.8.5 |
1117 | 2024-10-18T20:38:43.426Z | Downloaded atomic-waker v1.1.2 |
1118 | 2024-10-18T20:38:43.426Z | Downloaded async-stream v0.3.6 |
1119 | 2024-10-18T20:38:43.426Z | Downloaded async-bb8-diesel v0.2.1 |
1120 | 2024-10-18T20:38:43.426Z | Downloaded ascii-canvas v3.0.0 |
1121 | 2024-10-18T20:38:43.426Z | Downloaded argon2 v0.5.3 |
1122 | 2024-10-18T20:38:43.426Z | Downloaded adler2 v2.0.0 |
1123 | 2024-10-18T20:38:43.574Z | Compiling serde v1.0.210 |
1124 | 2024-10-18T20:38:43.598Z | Compiling typenum v1.17.0 |
1125 | 2024-10-18T20:38:43.598Z | Compiling lock_api v0.4.12 |
1126 | 2024-10-18T20:38:43.598Z | Compiling generic-array v0.14.7 |
1127 | 2024-10-18T20:38:43.598Z | Compiling scopeguard v1.2.0 |
1128 | 2024-10-18T20:38:43.598Z | Compiling subtle v2.6.1 |
1129 | 2024-10-18T20:38:43.598Z | Compiling syn v2.0.79 |
1130 | 2024-10-18T20:38:43.598Z | Compiling getrandom v0.2.15 |
1131 | 2024-10-18T20:38:43.855Z | Compiling value-bag v1.9.0 |
1132 | 2024-10-18T20:38:43.970Z | Compiling rand_core v0.6.4 |
1133 | 2024-10-18T20:38:44.100Z | Compiling const-oid v0.9.6 |
1134 | 2024-10-18T20:38:44.124Z | Compiling pin-project-lite v0.2.14 |
1135 | 2024-10-18T20:38:44.212Z | Compiling smallvec v1.13.2 |
1136 | 2024-10-18T20:38:44.251Z | Compiling log v0.4.22 |
1137 | 2024-10-18T20:38:44.415Z | Compiling jobserver v0.1.32 |
1138 | 2024-10-18T20:38:44.483Z | Compiling shlex v1.3.0 |
1139 | 2024-10-18T20:38:44.507Z | Compiling parking_lot_core v0.9.10 |
1140 | 2024-10-18T20:38:44.608Z | Compiling futures-core v0.3.31 |
1141 | 2024-10-18T20:38:44.853Z | Compiling cc v1.1.30 |
1142 | 2024-10-18T20:38:44.877Z | Compiling signal-hook-registry v1.4.2 |
1143 | 2024-10-18T20:38:45.239Z | Compiling mio v1.0.2 |
1144 | 2024-10-18T20:38:45.612Z | Compiling cpufeatures v0.2.14 |
1145 | 2024-10-18T20:38:45.716Z | Compiling parking_lot v0.12.3 |
1146 | 2024-10-18T20:38:45.944Z | Compiling futures-sink v0.3.31 |
1147 | 2024-10-18T20:38:45.968Z | Compiling spin v0.9.8 |
1148 | 2024-10-18T20:38:46.063Z | Compiling socket2 v0.5.7 |
1149 | 2024-10-18T20:38:46.110Z | Compiling slab v0.4.9 |
1150 | 2024-10-18T20:38:46.333Z | Compiling serde_json v1.0.128 |
1151 | 2024-10-18T20:38:46.356Z | Compiling futures-channel v0.3.31 |
1152 | 2024-10-18T20:38:46.480Z | Compiling allocator-api2 v0.2.18 |
1153 | 2024-10-18T20:38:46.544Z | Compiling pin-utils v0.1.0 |
1154 | 2024-10-18T20:38:46.668Z | Compiling futures-io v0.3.31 |
1155 | 2024-10-18T20:38:46.810Z | Compiling futures-task v0.3.31 |
1156 | 2024-10-18T20:38:46.869Z | Compiling tinyvec_macros v0.1.1 |
1157 | 2024-10-18T20:38:46.964Z | Compiling foldhash v0.1.3 |
1158 | 2024-10-18T20:38:47.046Z | Compiling tinyvec v1.8.0 |
1159 | 2024-10-18T20:38:47.105Z | Compiling libm v0.2.8 |
1160 | 2024-10-18T20:38:47.150Z | Compiling num-traits v0.2.19 |
1161 | 2024-10-18T20:38:47.196Z | Compiling unicode-bidi v0.3.17 |
1162 | 2024-10-18T20:38:47.344Z | Compiling hashbrown v0.15.0 |
1163 | 2024-10-18T20:38:47.459Z | Compiling base64ct v1.6.0 |
1164 | 2024-10-18T20:38:47.754Z | Compiling flagset v0.4.6 |
1165 | 2024-10-18T20:38:47.939Z | Compiling pem-rfc7468 v0.7.0 |
1166 | 2024-10-18T20:38:48.063Z | Compiling httparse v1.9.5 |
1167 | 2024-10-18T20:38:48.641Z | Compiling unicode-normalization v0.1.24 |
1168 | 2024-10-18T20:38:48.691Z | Compiling tracing-core v0.1.32 |
1169 | 2024-10-18T20:38:48.725Z | Compiling percent-encoding v2.3.1 |
1170 | 2024-10-18T20:38:48.909Z | Compiling crossbeam-utils v0.8.20 |
1171 | 2024-10-18T20:38:48.933Z | Compiling rustls-pki-types v1.9.0 |
1172 | 2024-10-18T20:38:49.262Z | Compiling ring v0.17.8 |
1173 | 2024-10-18T20:38:49.539Z | Compiling powerfmt v0.2.0 |
1174 | 2024-10-18T20:38:49.792Z | Compiling pkg-config v0.3.31 |
1175 | 2024-10-18T20:38:49.838Z | Compiling time-core v0.1.2 |
1176 | 2024-10-18T20:38:49.929Z | Compiling num-conv v0.1.0 |
1177 | 2024-10-18T20:38:49.952Z | Compiling vcpkg v0.2.15 |
1178 | 2024-10-18T20:38:50.042Z | Compiling untrusted v0.9.0 |
1179 | 2024-10-18T20:38:50.080Z | Compiling deranged v0.3.11 |
1180 | 2024-10-18T20:38:50.250Z | Compiling time-macros v0.2.18 |
1181 | 2024-10-18T20:38:50.520Z | Compiling num_threads v0.1.7 |
1182 | 2024-10-18T20:38:50.652Z | Compiling atomic-waker v1.1.2 |
1183 | 2024-10-18T20:38:50.831Z | Compiling form_urlencoded v1.2.1 |
1184 | 2024-10-18T20:38:51.140Z | Compiling slog v2.7.0 |
1185 | 2024-10-18T20:38:51.279Z | Compiling rustix v0.38.37 |
1186 | 2024-10-18T20:38:51.405Z | Compiling try-lock v0.2.5 |
1187 | 2024-10-18T20:38:51.556Z | Compiling want v0.3.1 |
1188 | 2024-10-18T20:38:51.696Z | Compiling httpdate v1.0.3 |
1189 | 2024-10-18T20:38:51.815Z | Compiling idna v0.5.0 |
1190 | 2024-10-18T20:38:51.930Z | Compiling openssl-sys v0.9.103 |
1191 | 2024-10-18T20:38:52.121Z | Compiling iana-time-zone v0.1.61 |
1192 | 2024-10-18T20:38:52.145Z | Compiling rustversion v1.0.17 |
1193 | 2024-10-18T20:38:52.517Z | Compiling tower-service v0.3.3 |
1194 | 2024-10-18T20:38:52.572Z | Compiling foreign-types-shared v0.1.1 |
1195 | 2024-10-18T20:38:52.645Z | Compiling match_cfg v0.1.0 |
1196 | 2024-10-18T20:38:52.689Z | Compiling base64 v0.22.1 |
1197 | 2024-10-18T20:38:52.759Z | Compiling openssl v0.10.66 |
1198 | 2024-10-18T20:38:52.915Z | Compiling hostname v0.3.1 |
1199 | 2024-10-18T20:38:53.064Z | Compiling time v0.3.36 |
1200 | 2024-10-18T20:38:53.189Z | Compiling foreign-types v0.3.2 |
1201 | 2024-10-18T20:38:53.223Z | Compiling url v2.5.2 |
1202 | 2024-10-18T20:38:53.247Z | Compiling dirs-sys-next v0.1.2 |
1203 | 2024-10-18T20:38:53.305Z | Compiling aho-corasick v1.1.3 |
1204 | 2024-10-18T20:38:53.434Z | Compiling data-encoding v2.6.0 |
1205 | 2024-10-18T20:38:53.889Z | Compiling siphasher v0.3.11 |
1206 | 2024-10-18T20:38:54.261Z | Compiling native-tls v0.2.12 |
1207 | 2024-10-18T20:38:54.345Z | Compiling regex-syntax v0.8.5 |
1208 | 2024-10-18T20:38:54.575Z | Compiling adler2 v2.0.0 |
1209 | 2024-10-18T20:38:54.766Z | Compiling rustls v0.23.14 |
1210 | 2024-10-18T20:38:54.964Z | Compiling rustls v0.22.4 |
1211 | 2024-10-18T20:38:55.007Z | Compiling syn v1.0.109 |
1212 | 2024-10-18T20:38:55.285Z | Compiling miniz_oxide v0.8.0 |
1213 | 2024-10-18T20:38:55.636Z | Compiling dirs-next v2.0.0 |
1214 | 2024-10-18T20:38:55.821Z | Compiling serde_derive_internals v0.29.1 |
1215 | 2024-10-18T20:38:56.659Z | Compiling crossbeam-epoch v0.9.18 |
1216 | 2024-10-18T20:38:57.122Z | Compiling lazy_static v1.5.0 |
1217 | 2024-10-18T20:38:57.239Z | Compiling thread_local v1.1.8 |
1218 | 2024-10-18T20:38:57.396Z | Compiling multer v3.1.0 |
1219 | 2024-10-18T20:38:57.444Z | Compiling serde_derive v1.0.210 |
1220 | 2024-10-18T20:38:57.666Z | Compiling zeroize_derive v1.4.2 |
1221 | 2024-10-18T20:38:57.827Z | Compiling zerocopy-derive v0.7.35 |
1222 | 2024-10-18T20:38:57.879Z | Compiling tokio-macros v2.4.0 |
1223 | 2024-10-18T20:38:58.213Z | Compiling thiserror-impl v1.0.64 |
1224 | 2024-10-18T20:38:58.417Z | Compiling futures-macro v0.3.31 |
1225 | 2024-10-18T20:38:59.105Z | Compiling der_derive v0.7.3 |
1226 | 2024-10-18T20:38:59.156Z | Compiling zeroize v1.8.1 |
1227 | 2024-10-18T20:38:59.527Z | Compiling tracing-attributes v0.1.27 |
1228 | 2024-10-18T20:38:59.872Z | Compiling zerocopy v0.7.35 |
1229 | 2024-10-18T20:39:00.216Z | Compiling futures-util v0.3.31 |
1230 | 2024-10-18T20:39:00.493Z | Compiling scroll_derive v0.12.0 |
1231 | 2024-10-18T20:39:00.755Z | Compiling crypto-common v0.1.6 |
1232 | 2024-10-18T20:39:00.994Z | Compiling block-buffer v0.10.4 |
1233 | 2024-10-18T20:39:01.260Z | Compiling digest v0.10.7 |
1234 | 2024-10-18T20:39:01.356Z | Compiling thiserror v1.0.64 |
1235 | 2024-10-18T20:39:01.418Z | Compiling block-padding v0.3.3 |
1236 | 2024-10-18T20:39:01.452Z | Compiling ppv-lite86 v0.2.20 |
1237 | 2024-10-18T20:39:01.506Z | Compiling der v0.7.9 |
1238 | 2024-10-18T20:39:01.673Z | Compiling hmac v0.12.1 |
1239 | 2024-10-18T20:39:01.735Z | Compiling inout v0.1.3 |
1240 | 2024-10-18T20:39:01.846Z | Compiling sha2 v0.10.8 |
1241 | 2024-10-18T20:39:01.902Z | Compiling pbkdf2 v0.12.2 |
1242 | 2024-10-18T20:39:01.997Z | Compiling cipher v0.4.4 |
1243 | 2024-10-18T20:39:02.080Z | Compiling pest v2.7.14 |
1244 | 2024-10-18T20:39:02.224Z | Compiling rand_chacha v0.3.1 |
1245 | 2024-10-18T20:39:02.475Z | Compiling salsa20 v0.10.2 |
1246 | 2024-10-18T20:39:02.700Z | Compiling rand v0.8.5 |
1247 | 2024-10-18T20:39:03.031Z | Compiling tracing v0.1.40 |
1248 | 2024-10-18T20:39:03.557Z | Compiling spki v0.7.3 |
1249 | 2024-10-18T20:39:03.974Z | Compiling scrypt v0.11.0 |
1250 | 2024-10-18T20:39:04.304Z | Compiling cbc v0.1.2 |
1251 | 2024-10-18T20:39:04.523Z | Compiling aes v0.8.4 |
1252 | 2024-10-18T20:39:04.546Z | Compiling scroll v0.12.0 |
1253 | 2024-10-18T20:39:04.685Z | Compiling pest_meta v2.7.14 |
1254 | 2024-10-18T20:39:04.744Z | Compiling rustls-webpki v0.102.8 |
1255 | 2024-10-18T20:39:04.991Z | Compiling openssl-macros v0.1.1 |
1256 | 2024-10-18T20:39:05.116Z | Compiling goblin v0.8.2 |
1257 | 2024-10-18T20:39:05.144Z | Compiling async-trait v0.1.83 |
1258 | 2024-10-18T20:39:05.739Z | Compiling pkcs5 v0.7.1 |
1259 | 2024-10-18T20:39:06.047Z | Compiling pest_generator v2.7.14 |
1260 | 2024-10-18T20:39:06.712Z | Compiling pkcs8 v0.10.2 |
1261 | 2024-10-18T20:39:06.810Z | Compiling signature v2.2.0 |
1262 | 2024-10-18T20:39:06.998Z | Compiling sha1 v0.10.6 |
1263 | 2024-10-18T20:39:07.093Z | Compiling regex-automata v0.4.8 |
1264 | 2024-10-18T20:39:07.377Z | Compiling cookie v0.18.1 |
1265 | 2024-10-18T20:39:07.410Z | Compiling encoding_rs v0.8.34 |
1266 | 2024-10-18T20:39:07.650Z | Compiling either v1.13.0 |
1267 | 2024-10-18T20:39:07.672Z | Compiling gimli v0.31.1 |
1268 | 2024-10-18T20:39:07.843Z | Compiling ipnet v2.10.1 |
1269 | 2024-10-18T20:39:08.033Z | Compiling mime v0.3.17 |
1270 | 2024-10-18T20:39:08.579Z | Compiling schemars v0.8.21 |
1271 | 2024-10-18T20:39:08.925Z | Compiling rayon-core v1.12.1 |
1272 | 2024-10-18T20:39:08.952Z | Compiling openssl-probe v0.1.5 |
1273 | 2024-10-18T20:39:09.197Z | Compiling signal-hook v0.3.17 |
1274 | 2024-10-18T20:39:09.233Z | Compiling pest_derive v2.7.14 |
1275 | 2024-10-18T20:39:09.284Z | Compiling slog-async v2.8.0 |
1276 | 2024-10-18T20:39:09.449Z | Compiling paste v1.0.15 |
1277 | 2024-10-18T20:39:09.784Z | Compiling unicode-properties v0.1.3 |
1278 | 2024-10-18T20:39:10.099Z | Compiling dtrace-parser v0.2.0 |
1279 | 2024-10-18T20:39:10.144Z | Compiling stringprep v0.1.5 |
1280 | 2024-10-18T20:39:10.224Z | Compiling bytes v1.7.2 |
1281 | 2024-10-18T20:39:11.144Z | Compiling tokio v1.40.0 |
1282 | 2024-10-18T20:39:11.335Z | Compiling indexmap v2.6.0 |
1283 | 2024-10-18T20:39:11.371Z | Compiling http v1.1.0 |
1284 | 2024-10-18T20:39:12.001Z | Compiling bitflags v2.6.0 |
1285 | 2024-10-18T20:39:12.219Z | Compiling semver v1.0.23 |
1286 | 2024-10-18T20:39:12.678Z | Compiling rustc_version v0.4.1 |
1287 | 2024-10-18T20:39:12.966Z | Compiling http-body v1.0.1 |
1288 | 2024-10-18T20:39:13.189Z | Compiling dof v0.3.0 |
1289 | 2024-10-18T20:39:13.345Z | Compiling toml_datetime v0.6.8 |
1290 | 2024-10-18T20:39:13.436Z | Compiling serde_tokenstream v0.2.2 |
1291 | 2024-10-18T20:39:13.775Z | Compiling serde_spanned v0.6.8 |
1292 | 2024-10-18T20:39:13.809Z | Compiling uuid v1.10.0 |
1293 | 2024-10-18T20:39:14.002Z | Compiling usdt-impl v0.5.0 |
1294 | 2024-10-18T20:39:14.026Z | Compiling chrono v0.4.38 |
1295 | 2024-10-18T20:39:14.619Z | Compiling heapless v0.7.17 |
1296 | 2024-10-18T20:39:15.007Z | Compiling http-body-util v0.1.2 |
1297 | 2024-10-18T20:39:15.280Z | Compiling toml_edit v0.22.22 |
1298 | 2024-10-18T20:39:15.492Z | Compiling usdt-attr-macro v0.5.0 |
1299 | 2024-10-18T20:39:15.516Z | Compiling usdt-macro v0.5.0 |
1300 | 2024-10-18T20:39:17.053Z | Compiling curve25519-dalek v4.1.3 |
1301 | 2024-10-18T20:39:17.206Z | Compiling slog-json v2.6.1 |
1302 | 2024-10-18T20:39:17.292Z | Compiling addr2line v0.24.2 |
1303 | 2024-10-18T20:39:17.467Z | Compiling serde_urlencoded v0.7.1 |
1304 | 2024-10-18T20:39:18.008Z | Compiling futures-executor v0.3.31 |
1305 | 2024-10-18T20:39:18.032Z | Compiling md-5 v0.10.6 |
1306 | 2024-10-18T20:39:18.301Z | Compiling schemars_derive v0.8.21 |
1307 | 2024-10-18T20:39:18.667Z | Compiling enum-as-inner v0.6.1 |
1308 | 2024-10-18T20:39:18.822Z | Compiling tokio-util v0.7.12 |
1309 | 2024-10-18T20:39:19.597Z | Compiling async-stream-impl v0.3.6 |
1310 | 2024-10-18T20:39:20.022Z | Compiling h2 v0.4.6 |
1311 | 2024-10-18T20:39:21.296Z | Compiling crossbeam-deque v0.8.5 |
1312 | 2024-10-18T20:39:21.440Z | Compiling term v0.7.0 |
1313 | 2024-10-18T20:39:22.849Z | Compiling crossbeam-channel v0.5.13 |
1314 | 2024-10-18T20:39:22.962Z | Compiling num-integer v0.1.46 |
1315 | 2024-10-18T20:39:23.053Z | Compiling idna v0.4.0 |
1316 | 2024-10-18T20:39:23.671Z | Compiling idna v0.3.0 |
1317 | 2024-10-18T20:39:23.856Z | Compiling rustls-pemfile v2.2.0 |
1318 | 2024-10-18T20:39:24.181Z | Compiling ff v0.13.0 |
1319 | 2024-10-18T20:39:24.399Z | Compiling hash32 v0.2.1 |
1320 | 2024-10-18T20:39:24.486Z | Compiling is-terminal v0.4.13 |
1321 | 2024-10-18T20:39:24.605Z | Compiling object v0.36.5 |
1322 | 2024-10-18T20:39:24.741Z | Compiling dropshot v0.12.0 |
1323 | 2024-10-18T20:39:24.999Z | Compiling utf-8 v0.7.6 |
1324 | 2024-10-18T20:39:25.145Z | Compiling dyn-clone v1.0.17 |
1325 | 2024-10-18T20:39:25.221Z | Compiling fallible-iterator v0.2.0 |
1326 | 2024-10-18T20:39:25.366Z | Compiling take_mut v0.2.2 |
1327 | 2024-10-18T20:39:25.389Z | Compiling rustc-demangle v0.1.24 |
1328 | 2024-10-18T20:39:25.516Z | Compiling linked-hash-map v0.5.6 |
1329 | 2024-10-18T20:39:25.867Z | Compiling portable-atomic v1.9.0 |
1330 | 2024-10-18T20:39:25.891Z | Compiling stable_deref_trait v1.2.0 |
1331 | 2024-10-18T20:39:25.998Z | Compiling num-bigint-dig v0.8.4 |
1332 | 2024-10-18T20:39:26.280Z | Compiling psl-types v2.0.11 |
1333 | 2024-10-18T20:39:26.304Z | Compiling hyper v1.4.1 |
1334 | 2024-10-18T20:39:26.471Z | Compiling base16ct v0.2.0 |
1335 | 2024-10-18T20:39:26.782Z | Compiling anyhow v1.0.89 |
1336 | 2024-10-18T20:39:26.851Z | Compiling quick-error v1.2.3 |
1337 | 2024-10-18T20:39:26.875Z | Compiling smoltcp v0.9.1 |
1338 | 2024-10-18T20:39:26.996Z | Compiling resolv-conf v0.7.0 |
1339 | 2024-10-18T20:39:27.610Z | Compiling sec1 v0.7.3 |
1340 | 2024-10-18T20:39:27.639Z | Compiling publicsuffix v2.2.3 |
1341 | 2024-10-18T20:39:27.892Z | Compiling lru-cache v0.1.2 |
1342 | 2024-10-18T20:39:28.070Z | Compiling postgres-protocol v0.6.7 |
1343 | 2024-10-18T20:39:28.979Z | Compiling hyper-util v0.1.9 |
1344 | 2024-10-18T20:39:29.330Z | Compiling tungstenite v0.24.0 |
1345 | 2024-10-18T20:39:29.775Z | Compiling slog-term v2.9.1 |
1346 | 2024-10-18T20:39:30.281Z | Compiling usdt v0.5.0 |
1347 | 2024-10-18T20:39:30.527Z | Compiling group v0.13.0 |
1348 | 2024-10-18T20:39:30.746Z | Compiling hickory-proto v0.24.1 |
1349 | 2024-10-18T20:39:30.833Z | Compiling num-iter v0.1.45 |
1350 | 2024-10-18T20:39:30.974Z | Compiling tokio-rustls v0.26.0 |
1351 | 2024-10-18T20:39:31.013Z | Compiling tokio-rustls v0.25.0 |
1352 | 2024-10-18T20:39:31.379Z | Compiling backtrace v0.3.74 |
1353 | 2024-10-18T20:39:31.492Z | Compiling tokio-native-tls v0.3.1 |
1354 | 2024-10-18T20:39:31.778Z | Compiling async-stream v0.3.6 |
1355 | 2024-10-18T20:39:31.902Z | Compiling toml v0.8.19 |
1356 | 2024-10-18T20:39:32.082Z | Compiling futures v0.3.31 |
1357 | 2024-10-18T20:39:32.880Z | Compiling camino v1.1.9 |
1358 | 2024-10-18T20:39:32.971Z | Compiling slog-bunyan v2.5.0 |
1359 | 2024-10-18T20:39:33.087Z | Compiling terminal_size v0.4.0 |
1360 | 2024-10-18T20:39:33.166Z | Compiling dropshot_endpoint v0.12.0 |
1361 | 2024-10-18T20:39:33.278Z | Compiling openapiv3 v2.0.0 |
1362 | 2024-10-18T20:39:33.470Z | Compiling serde_path_to_error v0.1.16 |
1363 | 2024-10-18T20:39:34.186Z | Compiling hkdf v0.12.4 |
1364 | 2024-10-18T20:39:34.229Z | Compiling crypto-bigint v0.5.5 |
1365 | 2024-10-18T20:39:34.434Z | Compiling zerocopy-derive v0.6.6 |
1366 | 2024-10-18T20:39:34.520Z | Compiling hubpack_derive v0.1.1 |
1367 | 2024-10-18T20:39:34.695Z | Compiling curve25519-dalek-derive v0.1.1 |
1368 | 2024-10-18T20:39:34.896Z | Compiling phf_shared v0.11.2 |
1369 | 2024-10-18T20:39:35.275Z | Compiling waitgroup v0.1.2 |
1370 | 2024-10-18T20:39:35.384Z | Compiling webpki-roots v0.26.6 |
1371 | 2024-10-18T20:39:35.493Z | Compiling hostname v0.4.0 |
1372 | 2024-10-18T20:39:35.585Z | Compiling ahash v0.8.11 |
1373 | 2024-10-18T20:39:35.734Z | Compiling fs-err v2.11.0 |
1374 | 2024-10-18T20:39:35.894Z | Compiling bitflags v1.3.2 |
1375 | 2024-10-18T20:39:36.002Z | Compiling winnow v0.5.40 |
1376 | 2024-10-18T20:39:36.031Z | Compiling debug-ignore v1.0.5 |
1377 | 2024-10-18T20:39:36.058Z | Compiling managed v0.8.0 |
1378 | 2024-10-18T20:39:36.178Z | Compiling clap_builder v4.5.20 |
1379 | 2024-10-18T20:39:36.420Z | Compiling zerocopy v0.6.6 |
1380 | 2024-10-18T20:39:37.094Z | Compiling elliptic-curve v0.13.8 |
1381 | 2024-10-18T20:39:37.174Z | Compiling strum_macros v0.25.3 |
1382 | 2024-10-18T20:39:38.414Z | Compiling console v0.15.8 |
1383 | 2024-10-18T20:39:39.398Z | Compiling toml_edit v0.19.15 |
1384 | 2024-10-18T20:39:39.809Z | Compiling hickory-resolver v0.24.1 |
1385 | 2024-10-18T20:39:39.832Z | Compiling hyper-rustls v0.27.3 |
1386 | 2024-10-18T20:39:40.240Z | Compiling hubpack v0.1.2 |
1387 | 2024-10-18T20:39:40.467Z | Compiling phf v0.11.2 |
1388 | 2024-10-18T20:39:40.656Z | Compiling signal-hook-mio v0.2.4 |
1389 | 2024-10-18T20:39:40.743Z | Compiling cookie_store v0.21.0 |
1390 | 2024-10-18T20:39:40.818Z | Compiling rayon v1.10.0 |
1391 | 2024-10-18T20:39:41.692Z | Compiling hyper-tls v0.6.0 |
1392 | 2024-10-18T20:39:42.118Z | Compiling tokio-tungstenite v0.24.0 |
1393 | 2024-10-18T20:39:42.676Z | Compiling postgres-types v0.2.8 |
1394 | 2024-10-18T20:39:44.564Z | Compiling tokio-stream v0.1.16 |
1395 | 2024-10-18T20:39:44.828Z | Compiling bstr v1.10.0 |
1396 | 2024-10-18T20:39:45.190Z | Compiling regex v1.11.0 |
1397 | 2024-10-18T20:39:45.252Z | Compiling serde-big-array v0.5.1 |
1398 | 2024-10-18T20:39:45.471Z | Compiling ed25519 v2.2.3 |
1399 | 2024-10-18T20:39:45.509Z | Compiling pkcs1 v0.7.5 |
1400 | 2024-10-18T20:39:45.991Z | Compiling rfc6979 v0.4.0 |
1401 | 2024-10-18T20:39:46.167Z | Compiling clap_derive v4.5.18 |
1402 | 2024-10-18T20:39:46.191Z | Compiling serde_repr v0.1.19 |
1403 | 2024-10-18T20:39:46.233Z | Compiling derive-where v1.2.7 |
1404 | 2024-10-18T20:39:46.375Z | Compiling phf_shared v0.10.0 |
1405 | 2024-10-18T20:39:46.443Z | Compiling float-cmp v0.9.0 |
1406 | 2024-10-18T20:39:46.617Z | Compiling sync_wrapper v1.0.1 |
1407 | 2024-10-18T20:39:46.679Z | Compiling crc32fast v1.4.2 |
1408 | 2024-10-18T20:39:46.742Z | Compiling minimal-lexical v0.2.1 |
1409 | 2024-10-18T20:39:46.765Z | Compiling predicates-core v1.0.8 |
1410 | 2024-10-18T20:39:47.001Z | Compiling difflib v0.4.0 |
1411 | 2024-10-18T20:39:47.105Z | Compiling static_assertions v1.1.0 |
1412 | 2024-10-18T20:39:47.207Z | Compiling unicode-segmentation v1.12.0 |
1413 | 2024-10-18T20:39:47.233Z | Compiling fixedbitset v0.4.2 |
1414 | 2024-10-18T20:39:47.256Z | Compiling whoami v1.5.2 |
1415 | 2024-10-18T20:39:47.256Z | Compiling normalize-line-endings v0.3.0 |
1416 | 2024-10-18T20:39:47.405Z | Compiling precomputed-hash v0.1.1 |
1417 | 2024-10-18T20:39:47.524Z | Compiling new_debug_unreachable v1.0.6 |
1418 | 2024-10-18T20:39:47.624Z | Compiling number_prefix v0.4.0 |
1419 | 2024-10-18T20:39:47.676Z | Compiling bit-vec v0.6.3 |
1420 | 2024-10-18T20:39:47.849Z | Compiling indicatif v0.17.8 |
1421 | 2024-10-18T20:39:47.873Z | Compiling similar v2.6.0 |
1422 | 2024-10-18T20:39:48.051Z | Compiling bit-set v0.5.3 |
1423 | 2024-10-18T20:39:48.151Z | Compiling string_cache v0.8.7 |
1424 | 2024-10-18T20:39:48.305Z | Compiling tokio-postgres v0.7.12 |
1425 | 2024-10-18T20:39:48.455Z | Compiling petgraph v0.6.5 |
1426 | 2024-10-18T20:39:48.585Z | Compiling predicates v3.1.2 |
1427 | 2024-10-18T20:39:49.420Z | Compiling qorb v0.1.2 |
1428 | 2024-10-18T20:39:49.837Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1429 | 2024-10-18T20:39:50.014Z | Compiling nom v7.1.3 |
1430 | 2024-10-18T20:39:50.227Z | Compiling flate2 v1.0.34 |
1431 | 2024-10-18T20:39:50.532Z | Compiling clap v4.5.20 |
1432 | 2024-10-18T20:39:50.649Z | Compiling reqwest v0.12.8 |
1433 | 2024-10-18T20:39:51.101Z | Compiling ecdsa v0.16.9 |
1434 | 2024-10-18T20:39:51.886Z | Compiling rsa v0.9.6 |
1435 | 2024-10-18T20:39:52.121Z | Compiling ed25519-dalek v2.1.1 |
1436 | 2024-10-18T20:39:53.331Z | Compiling toml v0.7.8 |
1437 | 2024-10-18T20:39:53.401Z | Compiling crossterm v0.28.1 |
1438 | 2024-10-18T20:39:54.893Z | Compiling hex v0.4.3 |
1439 | 2024-10-18T20:39:54.965Z | Compiling itertools v0.12.1 |
1440 | 2024-10-18T20:39:55.003Z | Compiling itertools v0.10.5 |
1441 | 2024-10-18T20:39:55.455Z | Compiling x509-cert v0.2.5 |
1442 | 2024-10-18T20:39:55.496Z | Compiling unicode-xid v0.2.6 |
1443 | 2024-10-18T20:39:55.669Z | Compiling lalrpop-util v0.19.12 |
1444 | 2024-10-18T20:39:56.008Z | Compiling peg-runtime v0.8.3 |
1445 | 2024-10-18T20:39:56.101Z | Compiling xattr v1.3.1 |
1446 | 2024-10-18T20:39:56.363Z | Compiling strum_macros v0.26.4 |
1447 | 2024-10-18T20:39:56.657Z | Compiling filetime v0.2.25 |
1448 | 2024-10-18T20:39:56.935Z | Compiling tar v0.4.42 |
1449 | 2024-10-18T20:39:59.996Z | Compiling strum v0.26.3 |
1450 | 2024-10-18T20:40:00.138Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1451 | 2024-10-18T20:40:00.530Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1452 | 2024-10-18T20:40:07.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
1453 | 2024-10-18T20:40:07.846Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1454 | 2024-10-18T20:40:07.924Z | Oct 18 20:40:07.350 INFO Starting download, target: Clickhouse |
1455 | 2024-10-18T20:40:07.924Z | Oct 18 20:40:07.350 INFO Starting download, target: Cockroach |
1456 | 2024-10-18T20:40:07.924Z | Oct 18 20:40:07.350 INFO Starting download, target: Console |
1457 | 2024-10-18T20:40:07.924Z | Oct 18 20:40:07.350 INFO Starting download, target: DendriteOpenapi |
1458 | 2024-10-18T20:40:07.924Z | Oct 18 20:40:07.350 INFO Starting download, target: DendriteStub |
1459 | 2024-10-18T20:40:07.924Z | Oct 18 20:40:07.350 INFO Starting download, target: MaghemiteMgd |
1460 | 2024-10-18T20:40:07.924Z | Oct 18 20:40:07.350 INFO Starting download, target: TransceiverControl |
1461 | 2024-10-18T20:40:07.948Z | Oct 18 20:40:07.352 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1462 | 2024-10-18T20:40:07.948Z | Oct 18 20:40:07.352 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1463 | 2024-10-18T20:40:07.948Z | Oct 18 20:40:07.352 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1464 | 2024-10-18T20:40:07.948Z | Oct 18 20:40:07.352 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1465 | 2024-10-18T20:40:07.948Z | Oct 18 20:40:07.352 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1466 | 2024-10-18T20:40:07.948Z | Oct 18 20:40:07.352 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1467 | 2024-10-18T20:40:07.948Z | Oct 18 20:40:07.352 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1468 | 2024-10-18T20:40:08.547Z | Oct 18 20:40:07.971 INFO Download complete, target: DendriteOpenapi |
1469 | 2024-10-18T20:40:08.659Z | Oct 18 20:40:08.083 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1470 | 2024-10-18T20:40:09.079Z | Oct 18 20:40:08.504 INFO Download complete, target: Console |
1471 | 2024-10-18T20:40:09.962Z | Oct 18 20:40:09.388 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1472 | 2024-10-18T20:40:10.186Z | Oct 18 20:40:09.613 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1473 | 2024-10-18T20:40:10.302Z | Oct 18 20:40:09.728 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1474 | 2024-10-18T20:40:10.958Z | Oct 18 20:40:10.384 INFO Download complete, target: TransceiverControl |
1475 | 2024-10-18T20:40:14.703Z | Oct 18 20:40:14.129 INFO Download complete, target: DendriteStub |
1476 | 2024-10-18T20:40:14.727Z | Oct 18 20:40:14.149 INFO Download complete, target: MaghemiteMgd |
1477 | 2024-10-18T20:40:17.319Z | Oct 18 20:40:16.745 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1478 | 2024-10-18T20:40:17.319Z | Oct 18 20:40:16.746 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1479 | 2024-10-18T20:40:21.309Z | Oct 18 20:40:20.736 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1480 | 2024-10-18T20:40:26.802Z | Oct 18 20:40:26.228 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1481 | 2024-10-18T20:40:27.257Z | Oct 18 20:40:26.683 INFO Checking that binary works, target: Cockroach |
1482 | 2024-10-18T20:40:27.558Z | Oct 18 20:40:26.984 INFO Download complete, target: Cockroach |
1483 | 2024-10-18T20:40:37.828Z | Oct 18 20:40:37.255 INFO Checking that binary works, target: Clickhouse |
1484 | 2024-10-18T20:40:38.047Z | Oct 18 20:40:37.473 INFO Download complete, target: Clickhouse |
1485 | 2024-10-18T20:40:38.074Z | All builder prerequisites installed successfully, and PATH looks valid |
1486 | 2024-10-18T20:40:38.097Z | |
1487 | 2024-10-18T20:40:38.097Z | real 4:19.241654652 |
1488 | 2024-10-18T20:40:38.097Z | user 12:19.326681300 |
1489 | 2024-10-18T20:40:38.097Z | sys 2:47.653988779 |
1490 | 2024-10-18T20:40:38.098Z | trap 0.441538087 |
1491 | 2024-10-18T20:40:38.098Z | tflt 0.675776036 |
1492 | 2024-10-18T20:40:38.098Z | dflt 1.704914988 |
1493 | 2024-10-18T20:40:38.098Z | kflt 0.009326636 |
1494 | 2024-10-18T20:40:38.098Z | lock 26:33.533637674 |
1495 | 2024-10-18T20:40:38.098Z | slp 46:14.539593097 |
1496 | 2024-10-18T20:40:38.098Z | lat 54.144888502 |
1497 | 2024-10-18T20:40:38.098Z | stop 2:14.218779437 |
1498 | 2024-10-18T20:40:38.098Z | + banner hack-check |
1499 | 2024-10-18T20:40:38.098Z | |
1500 | 2024-10-18T20:40:38.098Z | # # ## #### # # #### # # ###### #### # # |
1501 | 2024-10-18T20:40:38.098Z | # # # # # # # # # # # # # # # # # |
1502 | 2024-10-18T20:40:38.098Z | ###### # # # #### ##### # ###### ##### # #### |
1503 | 2024-10-18T20:40:38.098Z | # # ###### # # # # # # # # # # |
1504 | 2024-10-18T20:40:38.098Z | # # # # # # # # # # # # # # # # # |
1505 | 2024-10-18T20:40:38.098Z | # # # # #### # # #### # # ###### #### # # |
1506 | 2024-10-18T20:40:38.098Z | |
1507 | 2024-10-18T20:40:38.098Z | + export CARGO_INCREMENTAL=0 |
1508 | 2024-10-18T20:40:38.098Z | + CARGO_INCREMENTAL=0 |
1509 | 2024-10-18T20:40:38.098Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1510 | 2024-10-18T20:40:38.952Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1511 | 2024-10-18T20:40:44.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.91s |
1512 | 2024-10-18T20:40:44.117Z | Running `target/debug/xtask check-features --ci` |
1513 | 2024-10-18T20:40:44.150Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1514 | 2024-10-18T20:40:44.150Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1515 | 2024-10-18T20:40:44.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1516 | 2024-10-18T20:40:44.983Z | Running `target/debug/xtask download cargo-hack` |
1517 | 2024-10-18T20:40:46.346Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1518 | 2024-10-18T20:40:46.714Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1519 | 2024-10-18T20:40:52.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.89s |
1520 | 2024-10-18T20:40:53.037Z | Running `target/debug/xtask-downloader cargo-hack` |
1521 | 2024-10-18T20:40:53.087Z | Oct 18 20:40:52.513 INFO Starting download, target: CargoHack |
1522 | 2024-10-18T20:40:53.110Z | Oct 18 20:40:52.515 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1523 | 2024-10-18T20:40:53.681Z | Oct 18 20:40:53.107 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1524 | 2024-10-18T20:40:53.802Z | Oct 18 20:40:53.229 INFO Download complete, target: CargoHack |
1525 | 2024-10-18T20:40:53.825Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1526 | 2024-10-18T20:40:53.849Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1527 | 2024-10-18T20:40:54.053Z | info: running `cargo check --bins` on api_identity (1/166) |
1528 | 2024-10-18T20:40:54.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1529 | 2024-10-18T20:40:54.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1530 | 2024-10-18T20:40:54.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1531 | 2024-10-18T20:40:54.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1532 | 2024-10-18T20:40:54.910Z | |
1533 | 2024-10-18T20:40:54.910Z | info: running `cargo check --bins` on bootstore (2/166) |
1534 | 2024-10-18T20:40:55.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1535 | 2024-10-18T20:40:55.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1536 | 2024-10-18T20:40:55.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1537 | 2024-10-18T20:40:55.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1538 | 2024-10-18T20:40:55.797Z | |
1539 | 2024-10-18T20:40:55.797Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/166) |
1540 | 2024-10-18T20:40:56.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1541 | 2024-10-18T20:40:56.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1542 | 2024-10-18T20:40:56.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1543 | 2024-10-18T20:40:56.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1544 | 2024-10-18T20:40:56.659Z | |
1545 | 2024-10-18T20:40:56.659Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166) |
1546 | 2024-10-18T20:40:57.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1547 | 2024-10-18T20:40:57.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1548 | 2024-10-18T20:40:57.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1549 | 2024-10-18T20:40:57.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1550 | 2024-10-18T20:40:57.540Z | |
1551 | 2024-10-18T20:40:57.540Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166) |
1552 | 2024-10-18T20:40:58.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1553 | 2024-10-18T20:40:58.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1554 | 2024-10-18T20:40:58.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1555 | 2024-10-18T20:40:58.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1556 | 2024-10-18T20:40:58.192Z | |
1557 | 2024-10-18T20:40:58.192Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166) |
1558 | 2024-10-18T20:40:58.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1559 | 2024-10-18T20:40:58.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1560 | 2024-10-18T20:40:58.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1561 | 2024-10-18T20:40:58.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1562 | 2024-10-18T20:40:58.841Z | |
1563 | 2024-10-18T20:40:58.841Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166) |
1564 | 2024-10-18T20:40:59.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1565 | 2024-10-18T20:40:59.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1566 | 2024-10-18T20:40:59.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1567 | 2024-10-18T20:40:59.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1568 | 2024-10-18T20:40:59.471Z | |
1569 | 2024-10-18T20:40:59.471Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166) |
1570 | 2024-10-18T20:41:00.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1571 | 2024-10-18T20:41:00.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1572 | 2024-10-18T20:41:00.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1573 | 2024-10-18T20:41:00.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1574 | 2024-10-18T20:41:00.120Z | |
1575 | 2024-10-18T20:41:00.120Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166) |
1576 | 2024-10-18T20:41:00.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1577 | 2024-10-18T20:41:00.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1578 | 2024-10-18T20:41:00.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1579 | 2024-10-18T20:41:00.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1580 | 2024-10-18T20:41:00.770Z | |
1581 | 2024-10-18T20:41:00.770Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166) |
1582 | 2024-10-18T20:41:01.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1583 | 2024-10-18T20:41:01.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1584 | 2024-10-18T20:41:01.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1585 | 2024-10-18T20:41:01.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1586 | 2024-10-18T20:41:01.409Z | |
1587 | 2024-10-18T20:41:01.409Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166) |
1588 | 2024-10-18T20:41:01.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1589 | 2024-10-18T20:41:01.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1590 | 2024-10-18T20:41:01.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1591 | 2024-10-18T20:41:01.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1592 | 2024-10-18T20:41:02.027Z | |
1593 | 2024-10-18T20:41:02.027Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166) |
1594 | 2024-10-18T20:41:02.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1595 | 2024-10-18T20:41:02.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1596 | 2024-10-18T20:41:02.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1597 | 2024-10-18T20:41:02.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1598 | 2024-10-18T20:41:02.683Z | |
1599 | 2024-10-18T20:41:02.683Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166) |
1600 | 2024-10-18T20:41:03.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1601 | 2024-10-18T20:41:03.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1602 | 2024-10-18T20:41:03.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1603 | 2024-10-18T20:41:03.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1604 | 2024-10-18T20:41:03.345Z | |
1605 | 2024-10-18T20:41:03.345Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166) |
1606 | 2024-10-18T20:41:03.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1607 | 2024-10-18T20:41:03.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1608 | 2024-10-18T20:41:03.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1609 | 2024-10-18T20:41:03.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1610 | 2024-10-18T20:41:03.956Z | |
1611 | 2024-10-18T20:41:03.956Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166) |
1612 | 2024-10-18T20:41:04.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1613 | 2024-10-18T20:41:04.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1614 | 2024-10-18T20:41:04.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1615 | 2024-10-18T20:41:04.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1616 | 2024-10-18T20:41:04.579Z | |
1617 | 2024-10-18T20:41:04.579Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166) |
1618 | 2024-10-18T20:41:05.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-10-18T20:41:05.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-10-18T20:41:05.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-10-18T20:41:05.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1622 | 2024-10-18T20:41:05.203Z | |
1623 | 2024-10-18T20:41:05.203Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166) |
1624 | 2024-10-18T20:41:05.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-10-18T20:41:05.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-10-18T20:41:05.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-10-18T20:41:05.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1628 | 2024-10-18T20:41:05.815Z | |
1629 | 2024-10-18T20:41:05.816Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166) |
1630 | 2024-10-18T20:41:06.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-10-18T20:41:06.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-10-18T20:41:06.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-10-18T20:41:06.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1634 | 2024-10-18T20:41:06.464Z | |
1635 | 2024-10-18T20:41:06.464Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166) |
1636 | 2024-10-18T20:41:07.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-10-18T20:41:07.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-10-18T20:41:07.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-10-18T20:41:07.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1640 | 2024-10-18T20:41:07.117Z | |
1641 | 2024-10-18T20:41:07.117Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166) |
1642 | 2024-10-18T20:41:07.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-10-18T20:41:07.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-10-18T20:41:07.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-10-18T20:41:07.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1646 | 2024-10-18T20:41:07.768Z | |
1647 | 2024-10-18T20:41:07.768Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166) |
1648 | 2024-10-18T20:41:08.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-10-18T20:41:08.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-10-18T20:41:08.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-10-18T20:41:08.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1652 | 2024-10-18T20:41:08.383Z | |
1653 | 2024-10-18T20:41:08.383Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166) |
1654 | 2024-10-18T20:41:08.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-10-18T20:41:08.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-10-18T20:41:08.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-10-18T20:41:08.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1658 | 2024-10-18T20:41:09.008Z | |
1659 | 2024-10-18T20:41:09.008Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166) |
1660 | 2024-10-18T20:41:09.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-10-18T20:41:09.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-10-18T20:41:09.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-10-18T20:41:09.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1664 | 2024-10-18T20:41:09.619Z | |
1665 | 2024-10-18T20:41:09.619Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166) |
1666 | 2024-10-18T20:41:10.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-10-18T20:41:10.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-10-18T20:41:10.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-10-18T20:41:10.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1670 | 2024-10-18T20:41:10.293Z | |
1671 | 2024-10-18T20:41:10.293Z | info: running `cargo check --bins` on sled-hardware-types (25/166) |
1672 | 2024-10-18T20:41:11.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-10-18T20:41:11.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-10-18T20:41:11.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-10-18T20:41:11.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1676 | 2024-10-18T20:41:11.206Z | |
1677 | 2024-10-18T20:41:11.206Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/166) |
1678 | 2024-10-18T20:41:12.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-10-18T20:41:12.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-10-18T20:41:12.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-10-18T20:41:12.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1682 | 2024-10-18T20:41:12.114Z | |
1683 | 2024-10-18T20:41:12.114Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166) |
1684 | 2024-10-18T20:41:12.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-10-18T20:41:12.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-10-18T20:41:12.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-10-18T20:41:12.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1688 | 2024-10-18T20:41:13.015Z | |
1689 | 2024-10-18T20:41:13.015Z | info: running `cargo check --bins` on oxlog (28/166) |
1690 | 2024-10-18T20:41:13.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-10-18T20:41:13.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-10-18T20:41:13.892Z | Checking cfg-if v1.0.0 |
1693 | 2024-10-18T20:41:13.915Z | Checking libc v0.2.161 |
1694 | 2024-10-18T20:41:13.939Z | Checking serde v1.0.210 |
1695 | 2024-10-18T20:41:13.939Z | Checking zeroize v1.8.1 |
1696 | 2024-10-18T20:41:13.962Z | Checking memchr v2.7.4 |
1697 | 2024-10-18T20:41:13.985Z | Checking typenum v1.17.0 |
1698 | 2024-10-18T20:41:13.985Z | Checking scopeguard v1.2.0 |
1699 | 2024-10-18T20:41:14.008Z | Checking subtle v2.6.1 |
1700 | 2024-10-18T20:41:14.030Z | Checking value-bag v1.9.0 |
1701 | 2024-10-18T20:41:14.129Z | Checking lock_api v0.4.12 |
1702 | 2024-10-18T20:41:14.185Z | Checking itoa v1.0.11 |
1703 | 2024-10-18T20:41:14.251Z | Checking const-oid v0.9.6 |
1704 | 2024-10-18T20:41:14.380Z | Checking pin-project-lite v0.2.14 |
1705 | 2024-10-18T20:41:14.403Z | Checking log v0.4.22 |
1706 | 2024-10-18T20:41:14.490Z | Checking smallvec v1.13.2 |
1707 | 2024-10-18T20:41:14.513Z | Checking byteorder v1.5.0 |
1708 | 2024-10-18T20:41:14.721Z | Checking futures-core v0.3.31 |
1709 | 2024-10-18T20:41:14.804Z | Checking once_cell v1.20.2 |
1710 | 2024-10-18T20:41:14.864Z | Checking cpufeatures v0.2.14 |
1711 | 2024-10-18T20:41:14.888Z | Checking futures-sink v0.3.31 |
1712 | 2024-10-18T20:41:14.911Z | Checking getrandom v0.2.15 |
1713 | 2024-10-18T20:41:14.911Z | Checking signal-hook-registry v1.4.2 |
1714 | 2024-10-18T20:41:14.959Z | Checking parking_lot_core v0.9.10 |
1715 | 2024-10-18T20:41:15.016Z | Checking mio v1.0.2 |
1716 | 2024-10-18T20:41:15.038Z | Checking generic-array v0.14.7 |
1717 | 2024-10-18T20:41:15.061Z | Checking socket2 v0.5.7 |
1718 | 2024-10-18T20:41:15.111Z | Checking rand_core v0.6.4 |
1719 | 2024-10-18T20:41:15.147Z | Checking spin v0.9.8 |
1720 | 2024-10-18T20:41:15.243Z | Checking parking_lot v0.12.3 |
1721 | 2024-10-18T20:41:15.364Z | Checking zerocopy v0.7.35 |
1722 | 2024-10-18T20:41:15.466Z | Checking slab v0.4.9 |
1723 | 2024-10-18T20:41:15.489Z | Checking futures-channel v0.3.31 |
1724 | 2024-10-18T20:41:15.514Z | Checking futures-task v0.3.31 |
1725 | 2024-10-18T20:41:15.537Z | Checking allocator-api2 v0.2.18 |
1726 | 2024-10-18T20:41:15.701Z | Checking pin-utils v0.1.0 |
1727 | 2024-10-18T20:41:15.724Z | Checking foldhash v0.1.3 |
1728 | 2024-10-18T20:41:15.747Z | Checking futures-io v0.3.31 |
1729 | 2024-10-18T20:41:15.787Z | Checking tinyvec_macros v0.1.1 |
1730 | 2024-10-18T20:41:15.811Z | Checking equivalent v1.0.1 |
1731 | 2024-10-18T20:41:15.872Z | Checking tinyvec v1.8.0 |
1732 | 2024-10-18T20:41:15.895Z | Checking futures-util v0.3.31 |
1733 | 2024-10-18T20:41:15.918Z | Checking ryu v1.0.18 |
1734 | 2024-10-18T20:41:15.918Z | Checking fnv v1.0.7 |
1735 | 2024-10-18T20:41:16.004Z | Checking crypto-common v0.1.6 |
1736 | 2024-10-18T20:41:16.048Z | Checking block-buffer v0.10.4 |
1737 | 2024-10-18T20:41:16.089Z | Checking hashbrown v0.15.0 |
1738 | 2024-10-18T20:41:16.133Z | Checking block-padding v0.3.3 |
1739 | 2024-10-18T20:41:16.191Z | Checking unicode-bidi v0.3.17 |
1740 | 2024-10-18T20:41:16.243Z | Checking digest v0.10.7 |
1741 | 2024-10-18T20:41:16.315Z | Checking inout v0.1.3 |
1742 | 2024-10-18T20:41:16.526Z | Checking cipher v0.4.4 |
1743 | 2024-10-18T20:41:16.565Z | Checking hmac v0.12.1 |
1744 | 2024-10-18T20:41:16.588Z | Checking sha2 v0.10.8 |
1745 | 2024-10-18T20:41:16.735Z | Checking libm v0.2.8 |
1746 | 2024-10-18T20:41:16.765Z | Checking base64ct v1.6.0 |
1747 | 2024-10-18T20:41:16.886Z | Checking ppv-lite86 v0.2.20 |
1748 | 2024-10-18T20:41:16.970Z | Checking unicode-normalization v0.1.24 |
1749 | 2024-10-18T20:41:17.030Z | Checking flagset v0.4.6 |
1750 | 2024-10-18T20:41:17.078Z | Checking tracing-core v0.1.32 |
1751 | 2024-10-18T20:41:17.151Z | Checking pem-rfc7468 v0.7.0 |
1752 | 2024-10-18T20:41:17.205Z | Checking thiserror v1.0.64 |
1753 | 2024-10-18T20:41:17.332Z | Checking rustls-pki-types v1.9.0 |
1754 | 2024-10-18T20:41:17.380Z | Checking der v0.7.9 |
1755 | 2024-10-18T20:41:17.512Z | Checking num-traits v0.2.19 |
1756 | 2024-10-18T20:41:17.537Z | Checking rand_chacha v0.3.1 |
1757 | 2024-10-18T20:41:17.664Z | Checking percent-encoding v2.3.1 |
1758 | 2024-10-18T20:41:17.772Z | Checking tracing v0.1.40 |
1759 | 2024-10-18T20:41:17.825Z | Checking salsa20 v0.10.2 |
1760 | 2024-10-18T20:41:17.848Z | Checking pbkdf2 v0.12.2 |
1761 | 2024-10-18T20:41:17.883Z | Checking rand v0.8.5 |
1762 | 2024-10-18T20:41:17.993Z | Checking httparse v1.9.5 |
1763 | 2024-10-18T20:41:18.017Z | Checking powerfmt v0.2.0 |
1764 | 2024-10-18T20:41:18.091Z | Checking untrusted v0.9.0 |
1765 | 2024-10-18T20:41:18.129Z | Checking bytes v1.7.2 |
1766 | 2024-10-18T20:41:18.235Z | Checking indexmap v2.6.0 |
1767 | 2024-10-18T20:41:18.259Z | Checking serde_json v1.0.128 |
1768 | 2024-10-18T20:41:18.368Z | Checking bitflags v2.6.0 |
1769 | 2024-10-18T20:41:18.626Z | Checking deranged v0.3.11 |
1770 | 2024-10-18T20:41:18.827Z | Checking tokio v1.40.0 |
1771 | 2024-10-18T20:41:18.923Z | Checking http v1.1.0 |
1772 | 2024-10-18T20:41:18.947Z | Checking spki v0.7.3 |
1773 | 2024-10-18T20:41:18.972Z | Checking ring v0.17.8 |
1774 | 2024-10-18T20:41:19.188Z | Checking scrypt v0.11.0 |
1775 | 2024-10-18T20:41:19.324Z | Checking aes v0.8.4 |
1776 | 2024-10-18T20:41:19.379Z | Checking cbc v0.1.2 |
1777 | 2024-10-18T20:41:19.556Z | Checking crossbeam-utils v0.8.20 |
1778 | 2024-10-18T20:41:19.664Z | Checking atomic-waker v1.1.2 |
1779 | 2024-10-18T20:41:19.784Z | Checking time-core v0.1.2 |
1780 | 2024-10-18T20:41:19.918Z | Checking num-conv v0.1.0 |
1781 | 2024-10-18T20:41:20.127Z | Checking num_threads v0.1.7 |
1782 | 2024-10-18T20:41:20.151Z | Checking http-body v1.0.1 |
1783 | 2024-10-18T20:41:20.151Z | Checking pkcs5 v0.7.1 |
1784 | 2024-10-18T20:41:20.180Z | Checking form_urlencoded v1.2.1 |
1785 | 2024-10-18T20:41:20.206Z | Checking try-lock v0.2.5 |
1786 | 2024-10-18T20:41:20.239Z | Checking time v0.3.36 |
1787 | 2024-10-18T20:41:20.326Z | Checking unicode-ident v1.0.13 |
1788 | 2024-10-18T20:41:20.349Z | Checking want v0.3.1 |
1789 | 2024-10-18T20:41:20.349Z | Checking httpdate v1.0.3 |
1790 | 2024-10-18T20:41:20.376Z | Checking uuid v1.10.0 |
1791 | 2024-10-18T20:41:20.477Z | Checking proc-macro2 v1.0.87 |
1792 | 2024-10-18T20:41:20.509Z | Checking toml_datetime v0.6.8 |
1793 | 2024-10-18T20:41:20.568Z | Checking serde_spanned v0.6.8 |
1794 | 2024-10-18T20:41:20.628Z | Checking pkcs8 v0.10.2 |
1795 | 2024-10-18T20:41:20.651Z | Checking rustls-webpki v0.102.8 |
1796 | 2024-10-18T20:41:20.744Z | Checking idna v0.5.0 |
1797 | 2024-10-18T20:41:20.768Z | Checking slog v2.7.0 |
1798 | 2024-10-18T20:41:20.901Z | Checking scroll v0.12.0 |
1799 | 2024-10-18T20:41:20.925Z | Checking tower-service v0.3.3 |
1800 | 2024-10-18T20:41:21.038Z | Checking match_cfg v0.1.0 |
1801 | 2024-10-18T20:41:21.073Z | Checking foreign-types-shared v0.1.1 |
1802 | 2024-10-18T20:41:21.124Z | Checking ucd-trie v0.1.7 |
1803 | 2024-10-18T20:41:21.164Z | Checking base64 v0.22.1 |
1804 | 2024-10-18T20:41:21.194Z | Checking plain v0.2.3 |
1805 | 2024-10-18T20:41:21.302Z | Checking iana-time-zone v0.1.61 |
1806 | 2024-10-18T20:41:21.326Z | Checking pest v2.7.14 |
1807 | 2024-10-18T20:41:21.349Z | Checking goblin v0.8.2 |
1808 | 2024-10-18T20:41:21.373Z | Checking foreign-types v0.3.2 |
1809 | 2024-10-18T20:41:21.419Z | Checking url v2.5.2 |
1810 | 2024-10-18T20:41:21.442Z | Checking chrono v0.4.38 |
1811 | 2024-10-18T20:41:21.466Z | Checking hostname v0.3.1 |
1812 | 2024-10-18T20:41:21.567Z | Checking quote v1.0.37 |
1813 | 2024-10-18T20:41:21.591Z | Checking openssl-sys v0.9.103 |
1814 | 2024-10-18T20:41:21.867Z | Checking errno v0.3.9 |
1815 | 2024-10-18T20:41:22.024Z | Checking dirs-sys-next v0.1.2 |
1816 | 2024-10-18T20:41:22.079Z | Checking aho-corasick v1.1.3 |
1817 | 2024-10-18T20:41:22.183Z | Checking adler2 v2.0.0 |
1818 | 2024-10-18T20:41:22.327Z | Checking siphasher v0.3.11 |
1819 | 2024-10-18T20:41:22.350Z | Checking data-encoding v2.6.0 |
1820 | 2024-10-18T20:41:22.584Z | Checking regex-syntax v0.8.5 |
1821 | 2024-10-18T20:41:22.635Z | Checking pretty-hex v0.4.1 |
1822 | 2024-10-18T20:41:22.786Z | Checking openssl v0.10.66 |
1823 | 2024-10-18T20:41:22.908Z | Checking miniz_oxide v0.8.0 |
1824 | 2024-10-18T20:41:23.171Z | Checking dirs-next v2.0.0 |
1825 | 2024-10-18T20:41:23.288Z | Checking rustix v0.38.37 |
1826 | 2024-10-18T20:41:23.519Z | Checking syn v2.0.79 |
1827 | 2024-10-18T20:41:23.542Z | Checking dtrace-parser v0.2.0 |
1828 | 2024-10-18T20:41:23.566Z | Checking http-body-util v0.1.2 |
1829 | 2024-10-18T20:41:23.940Z | Checking crossbeam-epoch v0.9.18 |
1830 | 2024-10-18T20:41:23.965Z | Checking sha1 v0.10.6 |
1831 | 2024-10-18T20:41:24.181Z | Checking signature v2.2.0 |
1832 | 2024-10-18T20:41:24.313Z | Checking lazy_static v1.5.0 |
1833 | 2024-10-18T20:41:24.363Z | Checking thread_local v1.1.8 |
1834 | 2024-10-18T20:41:24.421Z | Checking thread-id v4.2.2 |
1835 | 2024-10-18T20:41:24.524Z | Checking encoding_rs v0.8.34 |
1836 | 2024-10-18T20:41:24.613Z | Checking gimli v0.31.1 |
1837 | 2024-10-18T20:41:25.228Z | Checking tokio-util v0.7.12 |
1838 | 2024-10-18T20:41:25.403Z | Checking regex-automata v0.4.8 |
1839 | 2024-10-18T20:41:25.642Z | Checking dof v0.3.0 |
1840 | 2024-10-18T20:41:26.113Z | Checking h2 v0.4.6 |
1841 | 2024-10-18T20:41:26.250Z | Checking unicode-properties v0.1.3 |
1842 | 2024-10-18T20:41:26.431Z | Checking ipnet v2.10.1 |
1843 | 2024-10-18T20:41:26.540Z | Checking openssl-probe v0.1.5 |
1844 | 2024-10-18T20:41:26.577Z | Checking anstyle v1.0.8 |
1845 | 2024-10-18T20:41:26.702Z | Checking mime v0.3.17 |
1846 | 2024-10-18T20:41:26.845Z | Checking winnow v0.6.20 |
1847 | 2024-10-18T20:41:26.924Z | Checking either v1.13.0 |
1848 | 2024-10-18T20:41:26.997Z | Checking utf8parse v0.2.2 |
1849 | 2024-10-18T20:41:27.132Z | Checking anstyle-parse v0.2.5 |
1850 | 2024-10-18T20:41:27.254Z | Checking stringprep v0.1.5 |
1851 | 2024-10-18T20:41:27.381Z | Checking crossbeam-deque v0.8.5 |
1852 | 2024-10-18T20:41:27.439Z | Checking native-tls v0.2.12 |
1853 | 2024-10-18T20:41:27.499Z | Checking term v0.7.0 |
1854 | 2024-10-18T20:41:27.655Z | Checking slog-json v2.6.1 |
1855 | 2024-10-18T20:41:27.727Z | Checking rustls v0.23.14 |
1856 | 2024-10-18T20:41:27.871Z | Checking rustls v0.22.4 |
1857 | 2024-10-18T20:41:27.895Z | Checking serde_urlencoded v0.7.1 |
1858 | 2024-10-18T20:41:28.001Z | Checking addr2line v0.24.2 |
1859 | 2024-10-18T20:41:28.242Z | Checking futures-executor v0.3.31 |
1860 | 2024-10-18T20:41:28.432Z | Checking crossbeam-channel v0.5.13 |
1861 | 2024-10-18T20:41:28.455Z | Checking num-integer v0.1.46 |
1862 | 2024-10-18T20:41:28.855Z | Checking rustls-pemfile v2.2.0 |
1863 | 2024-10-18T20:41:28.930Z | Checking usdt-impl v0.5.0 |
1864 | 2024-10-18T20:41:29.055Z | Checking idna v0.4.0 |
1865 | 2024-10-18T20:41:29.078Z | Checking idna v0.3.0 |
1866 | 2024-10-18T20:41:29.400Z | Checking md-5 v0.10.6 |
1867 | 2024-10-18T20:41:29.462Z | Checking toml_edit v0.22.22 |
1868 | 2024-10-18T20:41:29.485Z | Checking ff v0.13.0 |
1869 | 2024-10-18T20:41:29.591Z | Checking is-terminal v0.4.13 |
1870 | 2024-10-18T20:41:29.695Z | Checking memmap v0.7.0 |
1871 | 2024-10-18T20:41:29.733Z | Checking hash32 v0.2.1 |
1872 | 2024-10-18T20:41:29.757Z | Checking object v0.36.5 |
1873 | 2024-10-18T20:41:29.780Z | Checking anstyle-query v1.1.1 |
1874 | 2024-10-18T20:41:29.867Z | Checking is_terminal_polyfill v1.70.1 |
1875 | 2024-10-18T20:41:29.891Z | Checking colorchoice v1.0.2 |
1876 | 2024-10-18T20:41:29.979Z | Checking take_mut v0.2.2 |
1877 | 2024-10-18T20:41:30.002Z | Checking psl-types v2.0.11 |
1878 | 2024-10-18T20:41:30.026Z | Checking dyn-clone v1.0.17 |
1879 | 2024-10-18T20:41:30.105Z | Checking stable_deref_trait v1.2.0 |
1880 | 2024-10-18T20:41:30.134Z | Checking linked-hash-map v0.5.6 |
1881 | 2024-10-18T20:41:30.157Z | Checking rustc-demangle v0.1.24 |
1882 | 2024-10-18T20:41:30.195Z | Checking base16ct v0.2.0 |
1883 | 2024-10-18T20:41:30.363Z | Checking quick-error v1.2.3 |
1884 | 2024-10-18T20:41:30.415Z | Checking fallible-iterator v0.2.0 |
1885 | 2024-10-18T20:41:30.487Z | Checking utf-8 v0.7.6 |
1886 | 2024-10-18T20:41:30.536Z | Checking resolv-conf v0.7.0 |
1887 | 2024-10-18T20:41:30.661Z | Checking tungstenite v0.24.0 |
1888 | 2024-10-18T20:41:30.830Z | Checking lru-cache v0.1.2 |
1889 | 2024-10-18T20:41:30.939Z | Checking postgres-protocol v0.6.7 |
1890 | 2024-10-18T20:41:30.970Z | Checking tokio-rustls v0.25.0 |
1891 | 2024-10-18T20:41:30.993Z | Checking sec1 v0.7.3 |
1892 | 2024-10-18T20:41:31.316Z | Checking heapless v0.7.17 |
1893 | 2024-10-18T20:41:31.339Z | Checking publicsuffix v2.2.3 |
1894 | 2024-10-18T20:41:31.448Z | Checking hyper v1.4.1 |
1895 | 2024-10-18T20:41:31.472Z | Checking schemars v0.8.21 |
1896 | 2024-10-18T20:41:31.515Z | Checking slog-async v2.8.0 |
1897 | 2024-10-18T20:41:31.557Z | Checking anstream v0.6.15 |
1898 | 2024-10-18T20:41:31.692Z | Checking toml v0.8.19 |
1899 | 2024-10-18T20:41:31.789Z | Checking usdt v0.5.0 |
1900 | 2024-10-18T20:41:31.894Z | Checking hickory-proto v0.24.1 |
1901 | 2024-10-18T20:41:31.917Z | Checking tokio-rustls v0.26.0 |
1902 | 2024-10-18T20:41:32.024Z | Checking slog-term v2.9.1 |
1903 | 2024-10-18T20:41:32.209Z | Checking group v0.13.0 |
1904 | 2024-10-18T20:41:32.281Z | Checking num-iter v0.1.45 |
1905 | 2024-10-18T20:41:32.329Z | Checking futures v0.3.31 |
1906 | 2024-10-18T20:41:32.440Z | Checking slog-bunyan v2.5.0 |
1907 | 2024-10-18T20:41:32.463Z | Checking tokio-native-tls v0.3.1 |
1908 | 2024-10-18T20:41:32.463Z | Checking rayon-core v1.12.1 |
1909 | 2024-10-18T20:41:32.463Z | Checking multer v3.1.0 |
1910 | 2024-10-18T20:41:32.586Z | Checking terminal_size v0.4.0 |
1911 | 2024-10-18T20:41:32.709Z | Checking phf_shared v0.11.2 |
1912 | 2024-10-18T20:41:32.746Z | Checking cookie v0.18.1 |
1913 | 2024-10-18T20:41:32.850Z | Checking async-stream v0.3.6 |
1914 | 2024-10-18T20:41:32.873Z | Checking camino v1.1.9 |
1915 | 2024-10-18T20:41:32.958Z | Checking signal-hook v0.3.17 |
1916 | 2024-10-18T20:41:33.022Z | Checking waitgroup v0.1.2 |
1917 | 2024-10-18T20:41:33.095Z | Checking openapiv3 v2.0.0 |
1918 | 2024-10-18T20:41:33.154Z | Checking serde_path_to_error v0.1.16 |
1919 | 2024-10-18T20:41:33.178Z | Checking webpki-roots v0.26.6 |
1920 | 2024-10-18T20:41:33.254Z | Checking hyper-util v0.1.9 |
1921 | 2024-10-18T20:41:33.277Z | Checking hkdf v0.12.4 |
1922 | 2024-10-18T20:41:33.354Z | Checking crypto-bigint v0.5.5 |
1923 | 2024-10-18T20:41:33.378Z | Checking hostname v0.4.0 |
1924 | 2024-10-18T20:41:33.455Z | Checking clap_lex v0.7.2 |
1925 | 2024-10-18T20:41:33.500Z | Checking debug-ignore v1.0.5 |
1926 | 2024-10-18T20:41:33.647Z | Checking bitflags v1.3.2 |
1927 | 2024-10-18T20:41:33.672Z | Checking unicode-width v0.1.14 |
1928 | 2024-10-18T20:41:33.696Z | Checking managed v0.8.0 |
1929 | 2024-10-18T20:41:33.745Z | Checking winnow v0.5.40 |
1930 | 2024-10-18T20:41:34.017Z | Checking strsim v0.11.1 |
1931 | 2024-10-18T20:41:34.070Z | Checking console v0.15.8 |
1932 | 2024-10-18T20:41:34.257Z | Checking clap_builder v4.5.20 |
1933 | 2024-10-18T20:41:34.549Z | Checking smoltcp v0.9.1 |
1934 | 2024-10-18T20:41:34.975Z | Checking hyper-tls v0.6.0 |
1935 | 2024-10-18T20:41:35.185Z | Checking backtrace v0.3.74 |
1936 | 2024-10-18T20:41:35.222Z | Checking hyper-rustls v0.27.3 |
1937 | 2024-10-18T20:41:35.514Z | Checking signal-hook-mio v0.2.4 |
1938 | 2024-10-18T20:41:35.643Z | Checking cookie_store v0.21.0 |
1939 | 2024-10-18T20:41:35.685Z | Checking elliptic-curve v0.13.8 |
1940 | 2024-10-18T20:41:35.708Z | Checking anyhow v1.0.89 |
1941 | 2024-10-18T20:41:35.837Z | Checking rayon v1.10.0 |
1942 | 2024-10-18T20:41:35.894Z | Checking dropshot v0.12.0 |
1943 | 2024-10-18T20:41:36.013Z | Checking hickory-resolver v0.24.1 |
1944 | 2024-10-18T20:41:36.045Z | Checking phf v0.11.2 |
1945 | 2024-10-18T20:41:36.200Z | Checking num-bigint-dig v0.8.4 |
1946 | 2024-10-18T20:41:36.272Z | Checking postgres-types v0.2.8 |
1947 | 2024-10-18T20:41:36.296Z | Checking tokio-tungstenite v0.24.0 |
1948 | 2024-10-18T20:41:36.357Z | Checking toml_edit v0.19.15 |
1949 | 2024-10-18T20:41:36.697Z | Checking regex v1.11.0 |
1950 | 2024-10-18T20:41:36.789Z | Checking bstr v1.10.0 |
1951 | 2024-10-18T20:41:36.880Z | Checking tokio-stream v0.1.16 |
1952 | 2024-10-18T20:41:37.225Z | Checking ed25519 v2.2.3 |
1953 | 2024-10-18T20:41:37.409Z | Checking phf_shared v0.10.0 |
1954 | 2024-10-18T20:41:37.517Z | Checking zerocopy v0.6.6 |
1955 | 2024-10-18T20:41:37.614Z | Checking curve25519-dalek v4.1.3 |
1956 | 2024-10-18T20:41:37.649Z | Checking pkcs1 v0.7.5 |
1957 | 2024-10-18T20:41:37.672Z | Checking hubpack v0.1.2 |
1958 | 2024-10-18T20:41:37.977Z | Checking portable-atomic v1.9.0 |
1959 | 2024-10-18T20:41:38.000Z | Checking float-cmp v0.9.0 |
1960 | 2024-10-18T20:41:38.024Z | Checking serde-big-array v0.5.1 |
1961 | 2024-10-18T20:41:38.167Z | Checking rfc6979 v0.4.0 |
1962 | 2024-10-18T20:41:38.199Z | Checking sync_wrapper v1.0.1 |
1963 | 2024-10-18T20:41:38.223Z | Checking crc32fast v1.4.2 |
1964 | 2024-10-18T20:41:38.334Z | Checking normalize-line-endings v0.3.0 |
1965 | 2024-10-18T20:41:38.357Z | Checking new_debug_unreachable v1.0.6 |
1966 | 2024-10-18T20:41:38.431Z | Checking precomputed-hash v0.1.1 |
1967 | 2024-10-18T20:41:38.454Z | Checking minimal-lexical v0.2.1 |
1968 | 2024-10-18T20:41:38.478Z | Checking bit-vec v0.6.3 |
1969 | 2024-10-18T20:41:38.582Z | Checking whoami v1.5.2 |
1970 | 2024-10-18T20:41:38.605Z | Checking difflib v0.4.0 |
1971 | 2024-10-18T20:41:38.769Z | Checking number_prefix v0.4.0 |
1972 | 2024-10-18T20:41:38.815Z | Checking unicode-segmentation v1.12.0 |
1973 | 2024-10-18T20:41:38.839Z | Checking predicates-core v1.0.8 |
1974 | 2024-10-18T20:41:38.862Z | Checking static_assertions v1.1.0 |
1975 | 2024-10-18T20:41:38.934Z | Checking fixedbitset v0.4.2 |
1976 | 2024-10-18T20:41:38.957Z | Checking nom v7.1.3 |
1977 | 2024-10-18T20:41:38.957Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1978 | 2024-10-18T20:41:39.008Z | Checking predicates v3.1.2 |
1979 | 2024-10-18T20:41:39.054Z | Checking qorb v0.1.2 |
1980 | 2024-10-18T20:41:39.190Z | Checking petgraph v0.6.5 |
1981 | 2024-10-18T20:41:39.213Z | Checking ed25519-dalek v2.1.1 |
1982 | 2024-10-18T20:41:39.268Z | Checking indicatif v0.17.8 |
1983 | 2024-10-18T20:41:39.426Z | Checking similar v2.6.0 |
1984 | 2024-10-18T20:41:39.593Z | Checking tokio-postgres v0.7.12 |
1985 | 2024-10-18T20:41:39.616Z | Checking bit-set v0.5.3 |
1986 | 2024-10-18T20:41:39.866Z | Checking toml v0.7.8 |
1987 | 2024-10-18T20:41:39.941Z | Checking string_cache v0.8.7 |
1988 | 2024-10-18T20:41:40.183Z | Checking flate2 v1.0.34 |
1989 | 2024-10-18T20:41:40.207Z | Checking reqwest v0.12.8 |
1990 | 2024-10-18T20:41:40.487Z | Checking ecdsa v0.16.9 |
1991 | 2024-10-18T20:41:40.741Z | Checking rsa v0.9.6 |
1992 | 2024-10-18T20:41:41.082Z | Checking clap v4.5.20 |
1993 | 2024-10-18T20:41:41.116Z | Checking crossterm v0.28.1 |
1994 | 2024-10-18T20:41:41.185Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1995 | 2024-10-18T20:41:41.216Z | Checking itertools v0.10.5 |
1996 | 2024-10-18T20:41:41.351Z | Checking itertools v0.12.1 |
1997 | 2024-10-18T20:41:41.619Z | Checking fs-err v2.11.0 |
1998 | 2024-10-18T20:41:41.752Z | Checking ahash v0.8.11 |
1999 | 2024-10-18T20:41:42.078Z | Checking x509-cert v0.2.5 |
2000 | 2024-10-18T20:41:42.114Z | Checking hex v0.4.3 |
2001 | 2024-10-18T20:41:42.141Z | Checking semver v1.0.23 |
2002 | 2024-10-18T20:41:42.195Z | Checking peg-runtime v0.8.3 |
2003 | 2024-10-18T20:41:42.395Z | Checking lalrpop-util v0.19.12 |
2004 | 2024-10-18T20:41:42.498Z | Checking sigpipe v0.1.3 |
2005 | 2024-10-18T20:41:43.629Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2006 | 2024-10-18T20:41:44.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.02s |
2007 | 2024-10-18T20:41:44.182Z | |
2008 | 2024-10-18T20:41:44.182Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166) |
2009 | 2024-10-18T20:41:44.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2010 | 2024-10-18T20:41:45.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2011 | 2024-10-18T20:41:45.095Z | Compiling hashbrown v0.14.5 |
2012 | 2024-10-18T20:41:45.140Z | Checking heck v0.5.0 |
2013 | 2024-10-18T20:41:45.163Z | Compiling unsafe-libyaml v0.2.11 |
2014 | 2024-10-18T20:41:45.186Z | Compiling ident_case v1.0.1 |
2015 | 2024-10-18T20:41:45.210Z | Checking progenitor-client v0.8.0 |
2016 | 2024-10-18T20:41:45.236Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2017 | 2024-10-18T20:41:45.236Z | Compiling proc-macro-crate v1.3.1 |
2018 | 2024-10-18T20:41:45.313Z | Compiling darling_core v0.20.10 |
2019 | 2024-10-18T20:41:45.361Z | Checking ipnetwork v0.20.0 |
2020 | 2024-10-18T20:41:45.484Z | Compiling structmeta-derive v0.3.0 |
2021 | 2024-10-18T20:41:45.550Z | Compiling newtype-uuid v1.1.2 |
2022 | 2024-10-18T20:41:45.677Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2023 | 2024-10-18T20:41:45.814Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2024 | 2024-10-18T20:41:45.947Z | Compiling lzma-sys v0.1.20 |
2025 | 2024-10-18T20:41:46.124Z | Compiling foreign-types-macros v0.2.3 |
2026 | 2024-10-18T20:41:46.147Z | Checking regress v0.10.1 |
2027 | 2024-10-18T20:41:46.172Z | Compiling num_enum_derive v0.5.11 |
2028 | 2024-10-18T20:41:46.580Z | Compiling serde_yaml v0.9.34+deprecated |
2029 | 2024-10-18T20:41:46.716Z | Checking foreign-types-shared v0.3.1 |
2030 | 2024-10-18T20:41:46.820Z | Checking arc-swap v1.7.1 |
2031 | 2024-10-18T20:41:47.186Z | Checking slog-scope v4.4.0 |
2032 | 2024-10-18T20:41:47.210Z | Checking foreign-types v0.5.0 |
2033 | 2024-10-18T20:41:47.336Z | Compiling proc-macro-error v1.0.4 |
2034 | 2024-10-18T20:41:47.860Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2035 | 2024-10-18T20:41:47.891Z | Compiling structmeta v0.3.0 |
2036 | 2024-10-18T20:41:47.950Z | Checking tungstenite v0.21.0 |
2037 | 2024-10-18T20:41:47.985Z | Compiling heck v0.3.3 |
2038 | 2024-10-18T20:41:48.278Z | Compiling parse-display-derive v0.10.0 |
2039 | 2024-10-18T20:41:48.364Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2040 | 2024-10-18T20:41:48.388Z | Checking num_enum v0.5.11 |
2041 | 2024-10-18T20:41:48.524Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-10-18T20:41:48.718Z | Checking cstr-argument v0.1.2 |
2043 | 2024-10-18T20:41:48.889Z | Checking instant v0.1.13 |
2044 | 2024-10-18T20:41:48.938Z | Checking typify-impl v0.2.0 |
2045 | 2024-10-18T20:41:48.999Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2046 | 2024-10-18T20:41:49.189Z | Checking fastrand v2.1.1 |
2047 | 2024-10-18T20:41:49.251Z | Checking pretty-hex v0.2.1 |
2048 | 2024-10-18T20:41:49.402Z | Checking base64 v0.21.7 |
2049 | 2024-10-18T20:41:49.479Z | Checking tempfile v3.13.0 |
2050 | 2024-10-18T20:41:49.849Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2051 | 2024-10-18T20:41:49.898Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2052 | 2024-10-18T20:41:50.031Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2053 | 2024-10-18T20:41:50.088Z | Checking backoff v0.4.0 |
2054 | 2024-10-18T20:41:50.171Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2055 | 2024-10-18T20:41:50.194Z | Checking tokio-tungstenite v0.21.0 |
2056 | 2024-10-18T20:41:50.447Z | Checking strum v0.26.3 |
2057 | 2024-10-18T20:41:50.470Z | Compiling zone_cfg_derive v0.1.2 |
2058 | 2024-10-18T20:41:50.471Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2059 | 2024-10-18T20:41:50.471Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2060 | 2024-10-18T20:41:50.613Z | Checking slog-stdlog v4.1.1 |
2061 | 2024-10-18T20:41:50.770Z | Checking regress v0.9.1 |
2062 | 2024-10-18T20:41:50.817Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2063 | 2024-10-18T20:41:50.960Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2064 | 2024-10-18T20:41:51.077Z | Checking colored v2.1.0 |
2065 | 2024-10-18T20:41:51.125Z | Checking macaddr v1.0.1 |
2066 | 2024-10-18T20:41:51.221Z | Checking base64 v0.13.1 |
2067 | 2024-10-18T20:41:51.288Z | Compiling darling_macro v0.20.10 |
2068 | 2024-10-18T20:41:51.407Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2069 | 2024-10-18T20:41:51.566Z | Checking ron v0.7.1 |
2070 | 2024-10-18T20:41:51.647Z | Checking zone v0.1.8 |
2071 | 2024-10-18T20:41:51.802Z | Checking xz2 v0.1.7 |
2072 | 2024-10-18T20:41:52.090Z | Compiling darling v0.20.10 |
2073 | 2024-10-18T20:41:52.113Z | Checking slog-envlogger v2.2.0 |
2074 | 2024-10-18T20:41:52.192Z | Checking tabwriter v1.4.0 |
2075 | 2024-10-18T20:41:52.215Z | Compiling serde_with_macros v3.11.0 |
2076 | 2024-10-18T20:41:52.248Z | Checking parse-display v0.10.0 |
2077 | 2024-10-18T20:41:52.302Z | Checking xattr v1.3.1 |
2078 | 2024-10-18T20:41:52.407Z | Checking pem v3.0.4 |
2079 | 2024-10-18T20:41:52.458Z | Checking yasna v0.5.2 |
2080 | 2024-10-18T20:41:52.485Z | Checking headers-core v0.3.0 |
2081 | 2024-10-18T20:41:52.537Z | Checking smf v0.2.3 |
2082 | 2024-10-18T20:41:52.621Z | Checking filetime v0.2.25 |
2083 | 2024-10-18T20:41:52.652Z | Checking same-file v1.0.6 |
2084 | 2024-10-18T20:41:52.805Z | Checking tar v0.4.42 |
2085 | 2024-10-18T20:41:52.829Z | Checking walkdir v2.5.0 |
2086 | 2024-10-18T20:41:52.943Z | Checking headers v0.4.0 |
2087 | 2024-10-18T20:41:52.981Z | Checking camino-tempfile v1.1.1 |
2088 | 2024-10-18T20:41:53.058Z | Checking atomicwrites v0.4.4 |
2089 | 2024-10-18T20:41:53.224Z | Checking subprocess v0.2.9 |
2090 | 2024-10-18T20:41:53.248Z | Checking rcgen v0.12.1 |
2091 | 2024-10-18T20:41:54.390Z | Checking serde_with v3.11.0 |
2092 | 2024-10-18T20:41:58.002Z | Compiling typify-macro v0.2.0 |
2093 | 2024-10-18T20:42:00.414Z | Compiling typify v0.2.0 |
2094 | 2024-10-18T20:42:00.521Z | Compiling progenitor-impl v0.8.0 |
2095 | 2024-10-18T20:42:04.659Z | Compiling progenitor-macro v0.8.0 |
2096 | 2024-10-18T20:42:12.962Z | Checking progenitor v0.8.0 |
2097 | 2024-10-18T20:42:13.132Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2098 | 2024-10-18T20:42:13.132Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2099 | 2024-10-18T20:42:16.493Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2100 | 2024-10-18T20:42:16.883Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2101 | 2024-10-18T20:42:24.867Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2102 | 2024-10-18T20:42:26.764Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2103 | 2024-10-18T20:42:28.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.04s |
2104 | 2024-10-18T20:42:28.383Z | |
2105 | 2024-10-18T20:42:28.383Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166) |
2106 | 2024-10-18T20:42:29.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2107 | 2024-10-18T20:42:29.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2108 | 2024-10-18T20:42:29.294Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2109 | 2024-10-18T20:42:30.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
2110 | 2024-10-18T20:42:31.054Z | |
2111 | 2024-10-18T20:42:31.054Z | info: running `cargo check --bins` on nexus-config (31/166) |
2112 | 2024-10-18T20:42:31.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2113 | 2024-10-18T20:42:31.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2114 | 2024-10-18T20:42:31.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2115 | 2024-10-18T20:42:31.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2116 | 2024-10-18T20:42:31.911Z | |
2117 | 2024-10-18T20:42:31.911Z | info: running `cargo check --bins` on omicron-rpaths (32/166) |
2118 | 2024-10-18T20:42:32.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2119 | 2024-10-18T20:42:32.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2120 | 2024-10-18T20:42:32.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2121 | 2024-10-18T20:42:32.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2122 | 2024-10-18T20:42:32.726Z | |
2123 | 2024-10-18T20:42:32.726Z | info: running `cargo check --bins` on omicron-certificates (33/166) |
2124 | 2024-10-18T20:42:33.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-10-18T20:42:33.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-10-18T20:42:33.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2127 | 2024-10-18T20:42:33.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2128 | 2024-10-18T20:42:33.590Z | |
2129 | 2024-10-18T20:42:33.590Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/166) |
2130 | 2024-10-18T20:42:34.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2131 | 2024-10-18T20:42:34.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2132 | 2024-10-18T20:42:34.479Z | Compiling heapless v0.8.0 |
2133 | 2024-10-18T20:42:34.503Z | Checking hash32 v0.3.1 |
2134 | 2024-10-18T20:42:34.527Z | Compiling smoltcp v0.11.0 |
2135 | 2024-10-18T20:42:34.552Z | Checking cobs v0.2.3 |
2136 | 2024-10-18T20:42:34.577Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2137 | 2024-10-18T20:42:34.577Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2138 | 2024-10-18T20:42:34.602Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2139 | 2024-10-18T20:42:34.602Z | Compiling crucible-workspace-hack v0.1.0 |
2140 | 2024-10-18T20:42:34.681Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2141 | 2024-10-18T20:42:34.714Z | Checking newline-converter v0.3.0 |
2142 | 2024-10-18T20:42:34.737Z | Checking postcard v1.0.10 |
2143 | 2024-10-18T20:42:34.854Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2144 | 2024-10-18T20:42:34.898Z | Compiling convert_case v0.4.0 |
2145 | 2024-10-18T20:42:35.024Z | Checking expectorate v1.1.0 |
2146 | 2024-10-18T20:42:35.064Z | Compiling zone_cfg_derive v0.3.0 |
2147 | 2024-10-18T20:42:35.196Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2148 | 2024-10-18T20:42:35.196Z | Checking itertools v0.13.0 |
2149 | 2024-10-18T20:42:35.224Z | Compiling num-derive v0.4.2 |
2150 | 2024-10-18T20:42:35.353Z | Compiling slog-dtrace v0.3.0 |
2151 | 2024-10-18T20:42:35.492Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2152 | 2024-10-18T20:42:35.675Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2153 | 2024-10-18T20:42:35.754Z | Compiling derive_more v0.99.18 |
2154 | 2024-10-18T20:42:36.273Z | Checking zone v0.3.0 |
2155 | 2024-10-18T20:42:36.746Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2156 | 2024-10-18T20:42:38.459Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2157 | 2024-10-18T20:42:39.542Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2158 | 2024-10-18T20:42:40.262Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2159 | 2024-10-18T20:42:40.914Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2160 | 2024-10-18T20:42:41.920Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2161 | 2024-10-18T20:42:43.231Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2162 | 2024-10-18T20:42:44.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s |
2163 | 2024-10-18T20:42:44.526Z | |
2164 | 2024-10-18T20:42:44.527Z | info: running `cargo check --bins` on clickhouse-admin-api (35/166) |
2165 | 2024-10-18T20:42:45.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2166 | 2024-10-18T20:42:45.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2167 | 2024-10-18T20:42:45.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2168 | 2024-10-18T20:42:45.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2169 | 2024-10-18T20:42:45.431Z | |
2170 | 2024-10-18T20:42:45.431Z | info: running `cargo check --bins` on clickhouse-admin-types (36/166) |
2171 | 2024-10-18T20:42:46.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2172 | 2024-10-18T20:42:46.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2173 | 2024-10-18T20:42:46.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2174 | 2024-10-18T20:42:46.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2175 | 2024-10-18T20:42:46.306Z | |
2176 | 2024-10-18T20:42:46.306Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166) |
2177 | 2024-10-18T20:42:47.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-10-18T20:42:47.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-10-18T20:42:47.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2180 | 2024-10-18T20:42:47.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2181 | 2024-10-18T20:42:47.337Z | |
2182 | 2024-10-18T20:42:47.337Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166) |
2183 | 2024-10-18T20:42:48.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-10-18T20:42:48.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-10-18T20:42:48.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-10-18T20:42:48.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2187 | 2024-10-18T20:42:48.340Z | |
2188 | 2024-10-18T20:42:48.340Z | info: running `cargo check --bins` on dns-server (39/166) |
2189 | 2024-10-18T20:42:49.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-10-18T20:42:49.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-10-18T20:42:49.203Z | Compiling parking_lot_core v0.8.6 |
2192 | 2024-10-18T20:42:49.203Z | Checking nibble_vec v0.1.0 |
2193 | 2024-10-18T20:42:49.203Z | Checking endian-type v0.1.2 |
2194 | 2024-10-18T20:42:49.203Z | Checking fxhash v0.2.1 |
2195 | 2024-10-18T20:42:49.227Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2196 | 2024-10-18T20:42:49.227Z | Checking hickory-server v0.24.1 |
2197 | 2024-10-18T20:42:49.457Z | Checking radix_trie v0.2.1 |
2198 | 2024-10-18T20:42:49.818Z | Checking hickory-client v0.24.1 |
2199 | 2024-10-18T20:42:49.932Z | Checking parking_lot v0.11.2 |
2200 | 2024-10-18T20:42:50.051Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2201 | 2024-10-18T20:42:50.051Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2202 | 2024-10-18T20:42:50.228Z | Checking sled v0.34.7 |
2203 | 2024-10-18T20:42:52.441Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2204 | 2024-10-18T20:42:53.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
2205 | 2024-10-18T20:42:54.092Z | |
2206 | 2024-10-18T20:42:54.092Z | info: running `cargo check --bins` on dns-server-api (40/166) |
2207 | 2024-10-18T20:42:54.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2208 | 2024-10-18T20:42:54.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2209 | 2024-10-18T20:42:54.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2210 | 2024-10-18T20:42:54.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2211 | 2024-10-18T20:42:54.968Z | |
2212 | 2024-10-18T20:42:54.968Z | info: running `cargo check --bins` on internal-dns-types (41/166) |
2213 | 2024-10-18T20:42:55.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2214 | 2024-10-18T20:42:55.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2215 | 2024-10-18T20:42:55.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2216 | 2024-10-18T20:42:55.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2217 | 2024-10-18T20:42:55.835Z | |
2218 | 2024-10-18T20:42:55.835Z | info: running `cargo check --bins` on dns-service-client (42/166) |
2219 | 2024-10-18T20:42:56.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2220 | 2024-10-18T20:42:56.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2221 | 2024-10-18T20:42:56.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2222 | 2024-10-18T20:42:56.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2223 | 2024-10-18T20:42:56.703Z | |
2224 | 2024-10-18T20:42:56.703Z | info: running `cargo check --bins` on gateway-test-utils (43/166) |
2225 | 2024-10-18T20:42:57.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-10-18T20:42:57.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-10-18T20:42:57.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2228 | 2024-10-18T20:42:57.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2229 | 2024-10-18T20:42:57.649Z | |
2230 | 2024-10-18T20:42:57.649Z | info: running `cargo check --bins` on gateway-types (44/166) |
2231 | 2024-10-18T20:42:58.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-10-18T20:42:58.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-10-18T20:42:58.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-10-18T20:42:58.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2235 | 2024-10-18T20:42:58.500Z | |
2236 | 2024-10-18T20:42:58.500Z | info: running `cargo check --bins` on ipcc (45/166) |
2237 | 2024-10-18T20:42:59.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-10-18T20:42:59.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-10-18T20:42:59.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-10-18T20:42:59.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2241 | 2024-10-18T20:42:59.356Z | |
2242 | 2024-10-18T20:42:59.356Z | info: running `cargo check --bins` on omicron-gateway (46/166) |
2243 | 2024-10-18T20:43:00.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-10-18T20:43:00.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-10-18T20:43:00.323Z | Checking num-rational v0.4.2 |
2246 | 2024-10-18T20:43:00.323Z | Compiling progenitor-client v0.8.0 |
2247 | 2024-10-18T20:43:00.323Z | Checking num-complex v0.4.6 |
2248 | 2024-10-18T20:43:00.347Z | Compiling prettyplease v0.2.22 |
2249 | 2024-10-18T20:43:00.348Z | Compiling newtype-uuid v1.1.2 |
2250 | 2024-10-18T20:43:00.348Z | Compiling ipnetwork v0.20.0 |
2251 | 2024-10-18T20:43:00.372Z | Compiling instant v0.1.13 |
2252 | 2024-10-18T20:43:00.372Z | Checking float-ord v0.3.2 |
2253 | 2024-10-18T20:43:00.511Z | Compiling semver v0.1.20 |
2254 | 2024-10-18T20:43:00.558Z | Compiling radium v0.7.0 |
2255 | 2024-10-18T20:43:00.664Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2256 | 2024-10-18T20:43:00.688Z | Compiling backoff v0.4.0 |
2257 | 2024-10-18T20:43:00.801Z | Compiling progenitor v0.8.0 |
2258 | 2024-10-18T20:43:00.913Z | Compiling rustc_version v0.1.7 |
2259 | 2024-10-18T20:43:00.942Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2260 | 2024-10-18T20:43:00.985Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2261 | 2024-10-18T20:43:01.008Z | Compiling parse-display v0.10.0 |
2262 | 2024-10-18T20:43:01.032Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2263 | 2024-10-18T20:43:01.096Z | Compiling serde_with v3.11.0 |
2264 | 2024-10-18T20:43:01.152Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2265 | 2024-10-18T20:43:01.176Z | Checking num v0.4.3 |
2266 | 2024-10-18T20:43:01.200Z | Compiling regress v0.9.1 |
2267 | 2024-10-18T20:43:01.278Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2268 | 2024-10-18T20:43:01.593Z | Compiling macaddr v1.0.1 |
2269 | 2024-10-18T20:43:01.617Z | Checking tap v1.0.1 |
2270 | 2024-10-18T20:43:01.746Z | Compiling maybe-uninit v2.0.0 |
2271 | 2024-10-18T20:43:01.958Z | Checking wyz v0.5.1 |
2272 | 2024-10-18T20:43:02.260Z | Compiling newtype_derive v0.1.6 |
2273 | 2024-10-18T20:43:02.327Z | Checking password-hash v0.5.0 |
2274 | 2024-10-18T20:43:02.515Z | Checking blake2 v0.10.6 |
2275 | 2024-10-18T20:43:02.605Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2276 | 2024-10-18T20:43:02.711Z | Checking crc-catalog v2.4.0 |
2277 | 2024-10-18T20:43:02.767Z | Checking funty v2.0.0 |
2278 | 2024-10-18T20:43:02.846Z | Compiling owo-colors v4.1.0 |
2279 | 2024-10-18T20:43:03.036Z | Compiling cancel-safe-futures v0.1.5 |
2280 | 2024-10-18T20:43:03.060Z | Compiling packed_struct v0.10.1 |
2281 | 2024-10-18T20:43:03.362Z | Checking argon2 v0.5.3 |
2282 | 2024-10-18T20:43:03.501Z | Checking crc v3.2.1 |
2283 | 2024-10-18T20:43:03.546Z | Checking bitvec v1.0.1 |
2284 | 2024-10-18T20:43:04.025Z | Compiling packed_struct_codegen v0.10.1 |
2285 | 2024-10-18T20:43:04.049Z | Checking half v2.4.1 |
2286 | 2024-10-18T20:43:04.256Z | Compiling indexmap v1.9.3 |
2287 | 2024-10-18T20:43:04.339Z | Checking ciborium-io v0.2.2 |
2288 | 2024-10-18T20:43:04.450Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2289 | 2024-10-18T20:43:04.474Z | Checking nodrop v0.1.14 |
2290 | 2024-10-18T20:43:04.548Z | Checking ciborium-ll v0.2.2 |
2291 | 2024-10-18T20:43:04.581Z | Checking array-init v0.0.4 |
2292 | 2024-10-18T20:43:04.825Z | Checking smallvec v0.6.14 |
2293 | 2024-10-18T20:43:04.995Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2294 | 2024-10-18T20:43:05.166Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2295 | 2024-10-18T20:43:05.258Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2024-10-18T20:43:05.733Z | Checking libsw v3.3.1 |
2297 | 2024-10-18T20:43:05.959Z | Compiling memoffset v0.9.1 |
2298 | 2024-10-18T20:43:06.236Z | Checking indent_write v2.2.0 |
2299 | 2024-10-18T20:43:06.347Z | Checking hashbrown v0.12.3 |
2300 | 2024-10-18T20:43:06.420Z | Checking swrite v0.1.0 |
2301 | 2024-10-18T20:43:06.532Z | Checking bitfield v0.14.0 |
2302 | 2024-10-18T20:43:06.575Z | Checking highway v1.2.0 |
2303 | 2024-10-18T20:43:06.877Z | Checking termcolor v1.4.1 |
2304 | 2024-10-18T20:43:06.901Z | Checking linear-map v1.2.0 |
2305 | 2024-10-18T20:43:06.935Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2306 | 2024-10-18T20:43:06.959Z | Checking ron v0.8.1 |
2307 | 2024-10-18T20:43:06.959Z | Checking env_logger v0.10.2 |
2308 | 2024-10-18T20:43:07.082Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2309 | 2024-10-18T20:43:07.330Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2310 | 2024-10-18T20:43:07.549Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2311 | 2024-10-18T20:43:07.761Z | Checking serde-hex v0.1.0 |
2312 | 2024-10-18T20:43:08.007Z | Checking steno v0.4.1 |
2313 | 2024-10-18T20:43:08.119Z | Checking bzip2 v0.4.4 |
2314 | 2024-10-18T20:43:08.143Z | Checking ciborium v0.2.2 |
2315 | 2024-10-18T20:43:08.552Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2316 | 2024-10-18T20:43:08.760Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2317 | 2024-10-18T20:43:08.784Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2318 | 2024-10-18T20:43:08.878Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2319 | 2024-10-18T20:43:08.970Z | Checking hashbrown v0.13.2 |
2320 | 2024-10-18T20:43:09.453Z | Checking humantime v2.1.0 |
2321 | 2024-10-18T20:43:09.741Z | Checking crc-any v2.5.0 |
2322 | 2024-10-18T20:43:09.765Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2323 | 2024-10-18T20:43:09.841Z | Checking object v0.30.4 |
2324 | 2024-10-18T20:43:09.948Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2325 | 2024-10-18T20:43:10.053Z | Checking zip v0.6.6 |
2326 | 2024-10-18T20:43:10.242Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2327 | 2024-10-18T20:43:10.298Z | Checking path-slash v0.1.5 |
2328 | 2024-10-18T20:43:10.426Z | Checking nix v0.27.1 |
2329 | 2024-10-18T20:43:10.574Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2330 | 2024-10-18T20:43:10.648Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2331 | 2024-10-18T20:43:10.944Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2332 | 2024-10-18T20:43:11.183Z | Checking tungstenite v0.23.0 |
2333 | 2024-10-18T20:43:11.254Z | Checking kstat-rs v0.2.4 |
2334 | 2024-10-18T20:43:11.449Z | Checking signal-hook-tokio v0.3.1 |
2335 | 2024-10-18T20:43:11.939Z | Checking tokio-tungstenite v0.23.1 |
2336 | 2024-10-18T20:43:12.559Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2337 | 2024-10-18T20:43:12.903Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2338 | 2024-10-18T20:43:18.033Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2339 | 2024-10-18T20:43:19.710Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2340 | 2024-10-18T20:43:20.201Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2341 | 2024-10-18T20:43:23.936Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2342 | 2024-10-18T20:43:24.309Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2343 | 2024-10-18T20:43:26.233Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2344 | 2024-10-18T20:43:33.541Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2345 | 2024-10-18T20:43:34.416Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2346 | 2024-10-18T20:43:37.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.51s |
2347 | 2024-10-18T20:43:38.038Z | |
2348 | 2024-10-18T20:43:38.038Z | info: running `cargo check --bins` on gateway-api (47/166) |
2349 | 2024-10-18T20:43:38.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2024-10-18T20:43:38.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2024-10-18T20:43:38.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2352 | 2024-10-18T20:43:38.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2353 | 2024-10-18T20:43:38.897Z | |
2354 | 2024-10-18T20:43:38.897Z | info: running `cargo check --bins` on oximeter (48/166) |
2355 | 2024-10-18T20:43:39.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2356 | 2024-10-18T20:43:39.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2357 | 2024-10-18T20:43:39.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2358 | 2024-10-18T20:43:39.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2359 | 2024-10-18T20:43:39.773Z | |
2360 | 2024-10-18T20:43:39.773Z | info: running `cargo check --bins` on oximeter-macro-impl (49/166) |
2361 | 2024-10-18T20:43:40.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2024-10-18T20:43:40.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2024-10-18T20:43:40.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2364 | 2024-10-18T20:43:40.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2365 | 2024-10-18T20:43:40.635Z | |
2366 | 2024-10-18T20:43:40.635Z | info: running `cargo check --bins` on oximeter-schema (50/166) |
2367 | 2024-10-18T20:43:41.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2024-10-18T20:43:41.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2024-10-18T20:43:41.548Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2370 | 2024-10-18T20:43:41.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
2371 | 2024-10-18T20:43:42.136Z | |
2372 | 2024-10-18T20:43:42.136Z | info: running `cargo check --bins` on oximeter-types (51/166) |
2373 | 2024-10-18T20:43:42.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-10-18T20:43:42.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-10-18T20:43:42.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2376 | 2024-10-18T20:43:42.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2377 | 2024-10-18T20:43:43.045Z | |
2378 | 2024-10-18T20:43:43.046Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/166) |
2379 | 2024-10-18T20:43:43.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-10-18T20:43:43.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-10-18T20:43:43.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2382 | 2024-10-18T20:43:43.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2383 | 2024-10-18T20:43:43.937Z | |
2384 | 2024-10-18T20:43:43.937Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166) |
2385 | 2024-10-18T20:43:44.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-10-18T20:43:44.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-10-18T20:43:44.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2388 | 2024-10-18T20:43:44.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2389 | 2024-10-18T20:43:44.781Z | |
2390 | 2024-10-18T20:43:44.781Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166) |
2391 | 2024-10-18T20:43:45.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-10-18T20:43:45.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-10-18T20:43:45.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2394 | 2024-10-18T20:43:45.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2395 | 2024-10-18T20:43:45.667Z | |
2396 | 2024-10-18T20:43:45.667Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166) |
2397 | 2024-10-18T20:43:46.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-10-18T20:43:46.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-10-18T20:43:46.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2400 | 2024-10-18T20:43:46.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2401 | 2024-10-18T20:43:46.574Z | |
2402 | 2024-10-18T20:43:46.574Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166) |
2403 | 2024-10-18T20:43:47.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-10-18T20:43:47.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-10-18T20:43:47.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2406 | 2024-10-18T20:43:47.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2407 | 2024-10-18T20:43:47.468Z | |
2408 | 2024-10-18T20:43:47.468Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166) |
2409 | 2024-10-18T20:43:48.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-10-18T20:43:48.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-10-18T20:43:48.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2412 | 2024-10-18T20:43:48.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2413 | 2024-10-18T20:43:48.362Z | |
2414 | 2024-10-18T20:43:48.362Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166) |
2415 | 2024-10-18T20:43:49.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-10-18T20:43:49.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-10-18T20:43:49.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-10-18T20:43:49.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2419 | 2024-10-18T20:43:49.244Z | |
2420 | 2024-10-18T20:43:49.244Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166) |
2421 | 2024-10-18T20:43:50.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-10-18T20:43:50.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-10-18T20:43:50.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-10-18T20:43:50.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2425 | 2024-10-18T20:43:50.117Z | |
2426 | 2024-10-18T20:43:50.117Z | info: running `cargo check --bins` on oximeter-producer (60/166) |
2427 | 2024-10-18T20:43:50.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-10-18T20:43:50.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-10-18T20:43:50.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-10-18T20:43:50.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2431 | 2024-10-18T20:43:51.034Z | |
2432 | 2024-10-18T20:43:51.034Z | info: running `cargo check --bins` on internal-dns-resolver (61/166) |
2433 | 2024-10-18T20:43:51.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-10-18T20:43:51.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-10-18T20:43:51.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-10-18T20:43:51.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2437 | 2024-10-18T20:43:51.921Z | |
2438 | 2024-10-18T20:43:51.922Z | info: running `cargo check --bins` on nexus-client (62/166) |
2439 | 2024-10-18T20:43:52.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-10-18T20:43:52.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-10-18T20:43:52.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-10-18T20:43:52.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2443 | 2024-10-18T20:43:52.841Z | |
2444 | 2024-10-18T20:43:52.841Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/166) |
2445 | 2024-10-18T20:43:53.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-10-18T20:43:53.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-10-18T20:43:53.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-10-18T20:43:53.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2449 | 2024-10-18T20:43:53.731Z | |
2450 | 2024-10-18T20:43:53.731Z | info: running `cargo check --bins` on omicron-passwords (64/166) |
2451 | 2024-10-18T20:43:54.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-10-18T20:43:54.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-10-18T20:43:54.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-10-18T20:43:54.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2455 | 2024-10-18T20:43:54.597Z | |
2456 | 2024-10-18T20:43:54.597Z | info: running `cargo check --bins` on nexus-types (65/166) |
2457 | 2024-10-18T20:43:55.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-10-18T20:43:55.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-10-18T20:43:55.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-10-18T20:43:55.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2461 | 2024-10-18T20:43:55.548Z | |
2462 | 2024-10-18T20:43:55.548Z | info: running `cargo check --bins` on gateway-client (66/166) |
2463 | 2024-10-18T20:43:56.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-10-18T20:43:56.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-10-18T20:43:56.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-10-18T20:43:56.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2467 | 2024-10-18T20:43:56.403Z | |
2468 | 2024-10-18T20:43:56.403Z | info: running `cargo check --bins` on oxql-types (67/166) |
2469 | 2024-10-18T20:43:57.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-10-18T20:43:57.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-10-18T20:43:57.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-10-18T20:43:57.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2473 | 2024-10-18T20:43:57.300Z | |
2474 | 2024-10-18T20:43:57.300Z | info: running `cargo check --bins` on update-engine (68/166) |
2475 | 2024-10-18T20:43:58.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-10-18T20:43:58.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-10-18T20:43:58.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-10-18T20:43:58.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2479 | 2024-10-18T20:43:58.193Z | |
2480 | 2024-10-18T20:43:58.193Z | info: running `cargo check --bins` on sp-sim (69/166) |
2481 | 2024-10-18T20:43:58.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-10-18T20:43:59.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-10-18T20:43:59.102Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2024-10-18T20:44:01.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
2485 | 2024-10-18T20:44:01.372Z | |
2486 | 2024-10-18T20:44:01.372Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166) |
2487 | 2024-10-18T20:44:02.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-10-18T20:44:02.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-10-18T20:44:02.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-10-18T20:44:02.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2491 | 2024-10-18T20:44:02.308Z | |
2492 | 2024-10-18T20:44:02.309Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166) |
2493 | 2024-10-18T20:44:03.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-10-18T20:44:03.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-10-18T20:44:03.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-10-18T20:44:03.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2497 | 2024-10-18T20:44:03.282Z | |
2498 | 2024-10-18T20:44:03.282Z | info: running `cargo check --bins` on db-macros (72/166) |
2499 | 2024-10-18T20:44:04.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-10-18T20:44:04.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-10-18T20:44:04.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-10-18T20:44:04.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2503 | 2024-10-18T20:44:04.121Z | |
2504 | 2024-10-18T20:44:04.121Z | info: running `cargo check --bins` on nexus-macros-common (73/166) |
2505 | 2024-10-18T20:44:04.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-10-18T20:44:04.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-10-18T20:44:04.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-10-18T20:44:04.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2509 | 2024-10-18T20:44:04.963Z | |
2510 | 2024-10-18T20:44:04.963Z | info: running `cargo check --bins` on nexus-auth (74/166) |
2511 | 2024-10-18T20:44:05.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-10-18T20:44:05.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-10-18T20:44:05.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-10-18T20:44:05.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2515 | 2024-10-18T20:44:05.914Z | |
2516 | 2024-10-18T20:44:05.914Z | info: running `cargo check --bins` on authz-macros (75/166) |
2517 | 2024-10-18T20:44:06.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-10-18T20:44:06.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-10-18T20:44:06.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-10-18T20:44:06.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2521 | 2024-10-18T20:44:06.775Z | |
2522 | 2024-10-18T20:44:06.775Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/166) |
2523 | 2024-10-18T20:44:07.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-10-18T20:44:07.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-10-18T20:44:07.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-10-18T20:44:07.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2527 | 2024-10-18T20:44:07.702Z | |
2528 | 2024-10-18T20:44:07.702Z | info: running `cargo check --bins` on nexus-db-model (77/166) |
2529 | 2024-10-18T20:44:08.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-10-18T20:44:08.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-10-18T20:44:08.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-10-18T20:44:08.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2533 | 2024-10-18T20:44:08.637Z | |
2534 | 2024-10-18T20:44:08.637Z | info: running `cargo check --bins` on nexus-defaults (78/166) |
2535 | 2024-10-18T20:44:09.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-10-18T20:44:09.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-10-18T20:44:09.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-10-18T20:44:09.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2539 | 2024-10-18T20:44:09.539Z | |
2540 | 2024-10-18T20:44:09.540Z | info: running `cargo check --bins` on sled-agent-client (79/166) |
2541 | 2024-10-18T20:44:10.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-10-18T20:44:10.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-10-18T20:44:10.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-10-18T20:44:10.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2545 | 2024-10-18T20:44:10.441Z | |
2546 | 2024-10-18T20:44:10.441Z | info: running `cargo check --bins` on nexus-inventory (80/166) |
2547 | 2024-10-18T20:44:11.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-10-18T20:44:11.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-10-18T20:44:11.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-10-18T20:44:11.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2551 | 2024-10-18T20:44:11.339Z | |
2552 | 2024-10-18T20:44:11.339Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166) |
2553 | 2024-10-18T20:44:12.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-10-18T20:44:12.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-10-18T20:44:12.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-10-18T20:44:12.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2557 | 2024-10-18T20:44:12.241Z | |
2558 | 2024-10-18T20:44:12.241Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/166) |
2559 | 2024-10-18T20:44:13.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-10-18T20:44:13.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-10-18T20:44:13.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-10-18T20:44:13.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2563 | 2024-10-18T20:44:13.166Z | |
2564 | 2024-10-18T20:44:13.166Z | info: running `cargo check --bins` on typed-rng (83/166) |
2565 | 2024-10-18T20:44:13.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-10-18T20:44:13.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-10-18T20:44:13.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-10-18T20:44:13.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2569 | 2024-10-18T20:44:14.067Z | |
2570 | 2024-10-18T20:44:14.067Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166) |
2571 | 2024-10-18T20:44:14.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-10-18T20:44:14.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-10-18T20:44:15.092Z | Checking keccak v0.1.5 |
2574 | 2024-10-18T20:44:15.116Z | Checking secrecy v0.8.0 |
2575 | 2024-10-18T20:44:15.140Z | Compiling unicase v2.7.0 |
2576 | 2024-10-18T20:44:15.140Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2577 | 2024-10-18T20:44:15.140Z | Compiling same-file v1.0.6 |
2578 | 2024-10-18T20:44:15.140Z | Compiling tempfile v3.13.0 |
2579 | 2024-10-18T20:44:15.140Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2580 | 2024-10-18T20:44:15.140Z | Compiling thiserror-impl-no-std v2.0.2 |
2581 | 2024-10-18T20:44:15.380Z | Checking sha3 v0.10.8 |
2582 | 2024-10-18T20:44:15.435Z | Compiling walkdir v2.5.0 |
2583 | 2024-10-18T20:44:15.466Z | Checking universal-hash v0.5.1 |
2584 | 2024-10-18T20:44:15.490Z | Compiling blake3 v1.5.4 |
2585 | 2024-10-18T20:44:15.614Z | Compiling ring v0.16.20 |
2586 | 2024-10-18T20:44:15.638Z | Checking opaque-debug v0.3.1 |
2587 | 2024-10-18T20:44:15.717Z | Checking poly1305 v0.8.0 |
2588 | 2024-10-18T20:44:15.741Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2589 | 2024-10-18T20:44:15.959Z | Checking chacha20 v0.9.1 |
2590 | 2024-10-18T20:44:16.019Z | Checking aead v0.5.2 |
2591 | 2024-10-18T20:44:16.043Z | Compiling memmap2 v0.9.5 |
2592 | 2024-10-18T20:44:16.105Z | Compiling arrayvec v0.7.6 |
2593 | 2024-10-18T20:44:16.149Z | Compiling salty v0.3.0 |
2594 | 2024-10-18T20:44:16.211Z | Compiling spin v0.5.2 |
2595 | 2024-10-18T20:44:16.288Z | Compiling constant_time_eq v0.3.1 |
2596 | 2024-10-18T20:44:16.443Z | Compiling home v0.5.9 |
2597 | 2024-10-18T20:44:16.467Z | Compiling untrusted v0.7.1 |
2598 | 2024-10-18T20:44:16.491Z | Compiling libefi-sys v0.1.0 |
2599 | 2024-10-18T20:44:16.491Z | Compiling arrayref v0.3.9 |
2600 | 2024-10-18T20:44:16.586Z | Compiling toolchain_find v0.4.0 |
2601 | 2024-10-18T20:44:16.610Z | Checking chacha20poly1305 v0.10.1 |
2602 | 2024-10-18T20:44:16.778Z | Compiling camino-tempfile v1.1.1 |
2603 | 2024-10-18T20:44:16.801Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2604 | 2024-10-18T20:44:16.895Z | Compiling bitfield-struct v0.6.2 |
2605 | 2024-10-18T20:44:17.074Z | Compiling topological-sort v0.2.2 |
2606 | 2024-10-18T20:44:17.193Z | Compiling mime_guess v2.0.5 |
2607 | 2024-10-18T20:44:17.222Z | Compiling rustfmt-wrapper v0.2.1 |
2608 | 2024-10-18T20:44:17.600Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2609 | 2024-10-18T20:44:17.736Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2610 | 2024-10-18T20:44:17.767Z | Checking primeorder v0.13.6 |
2611 | 2024-10-18T20:44:17.823Z | Checking env_filter v0.1.2 |
2612 | 2024-10-18T20:44:17.910Z | Checking thiserror-no-std v2.0.2 |
2613 | 2024-10-18T20:44:18.016Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2614 | 2024-10-18T20:44:18.040Z | Checking vsss-rs v3.3.4 |
2615 | 2024-10-18T20:44:18.064Z | Checking env_logger v0.11.5 |
2616 | 2024-10-18T20:44:18.151Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2617 | 2024-10-18T20:44:18.190Z | Checking p384 v0.13.0 |
2618 | 2024-10-18T20:44:18.348Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2619 | 2024-10-18T20:44:18.372Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2620 | 2024-10-18T20:44:18.580Z | Checking gethostname v0.5.0 |
2621 | 2024-10-18T20:44:18.657Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2622 | 2024-10-18T20:44:18.681Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2623 | 2024-10-18T20:44:18.705Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2624 | 2024-10-18T20:44:18.906Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2625 | 2024-10-18T20:44:19.014Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2626 | 2024-10-18T20:44:19.061Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2627 | 2024-10-18T20:44:19.087Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2628 | 2024-10-18T20:44:19.365Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2629 | 2024-10-18T20:44:19.423Z | Checking nanorand v0.7.0 |
2630 | 2024-10-18T20:44:19.447Z | Checking atty v0.2.14 |
2631 | 2024-10-18T20:44:19.504Z | Checking glob v0.3.1 |
2632 | 2024-10-18T20:44:19.557Z | Checking http-range v0.1.5 |
2633 | 2024-10-18T20:44:19.779Z | Checking hyper-staticfile v0.10.1 |
2634 | 2024-10-18T20:44:19.811Z | Checking flume v0.11.0 |
2635 | 2024-10-18T20:44:19.844Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2636 | 2024-10-18T20:44:20.239Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2637 | 2024-10-18T20:44:20.295Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2638 | 2024-10-18T20:44:20.404Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2639 | 2024-10-18T20:44:20.845Z | Compiling omicron-zone-package v0.11.1 |
2640 | 2024-10-18T20:44:20.984Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2641 | 2024-10-18T20:44:21.363Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2642 | 2024-10-18T20:44:21.802Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2643 | 2024-10-18T20:44:21.968Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2644 | 2024-10-18T20:44:22.226Z | Checking display-error-chain v0.2.1 |
2645 | 2024-10-18T20:44:23.025Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2646 | 2024-10-18T20:44:24.647Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2647 | 2024-10-18T20:44:26.020Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2648 | 2024-10-18T20:44:26.044Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2649 | 2024-10-18T20:44:39.126Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2650 | 2024-10-18T20:44:55.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.25s |
2651 | 2024-10-18T20:44:55.514Z | |
2652 | 2024-10-18T20:44:55.514Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166) |
2653 | 2024-10-18T20:44:56.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-10-18T20:44:56.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-10-18T20:44:56.580Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2656 | 2024-10-18T20:45:13.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.73s |
2657 | 2024-10-18T20:45:13.429Z | |
2658 | 2024-10-18T20:45:13.429Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166) |
2659 | 2024-10-18T20:45:14.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2024-10-18T20:45:14.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2024-10-18T20:45:14.439Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2662 | 2024-10-18T20:45:31.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.84s |
2663 | 2024-10-18T20:45:31.454Z | |
2664 | 2024-10-18T20:45:31.454Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166) |
2665 | 2024-10-18T20:45:32.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-10-18T20:45:32.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-10-18T20:45:32.470Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2668 | 2024-10-18T20:45:48.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s |
2669 | 2024-10-18T20:45:48.763Z | |
2670 | 2024-10-18T20:45:48.763Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166) |
2671 | 2024-10-18T20:45:49.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2024-10-18T20:45:49.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2024-10-18T20:45:49.768Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2674 | 2024-10-18T20:46:05.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.04s |
2675 | 2024-10-18T20:46:05.984Z | |
2676 | 2024-10-18T20:46:05.984Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166) |
2677 | 2024-10-18T20:46:06.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2024-10-18T20:46:06.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2024-10-18T20:46:07.012Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2680 | 2024-10-18T20:46:23.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s |
2681 | 2024-10-18T20:46:23.272Z | |
2682 | 2024-10-18T20:46:23.272Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166) |
2683 | 2024-10-18T20:46:24.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2024-10-18T20:46:24.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2024-10-18T20:46:24.271Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2686 | 2024-10-18T20:46:40.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.09s |
2687 | 2024-10-18T20:46:40.528Z | |
2688 | 2024-10-18T20:46:40.528Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166) |
2689 | 2024-10-18T20:46:41.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2024-10-18T20:46:41.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2024-10-18T20:46:41.574Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2692 | 2024-10-18T20:46:57.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.18s |
2693 | 2024-10-18T20:46:57.883Z | |
2694 | 2024-10-18T20:46:57.883Z | info: running `cargo check --bins` on bootstrap-agent-api (92/166) |
2695 | 2024-10-18T20:46:58.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2024-10-18T20:46:58.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2024-10-18T20:46:58.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2698 | 2024-10-18T20:46:58.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2699 | 2024-10-18T20:46:58.779Z | |
2700 | 2024-10-18T20:46:58.779Z | info: running `cargo check --bins` on sled-agent-types (93/166) |
2701 | 2024-10-18T20:46:59.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2024-10-18T20:46:59.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2024-10-18T20:46:59.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2704 | 2024-10-18T20:46:59.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2705 | 2024-10-18T20:46:59.695Z | |
2706 | 2024-10-18T20:46:59.695Z | info: running `cargo check --bins` on bootstrap-agent-client (94/166) |
2707 | 2024-10-18T20:47:00.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2024-10-18T20:47:00.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2024-10-18T20:47:00.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2710 | 2024-10-18T20:47:00.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2711 | 2024-10-18T20:47:00.617Z | |
2712 | 2024-10-18T20:47:00.617Z | info: running `cargo check --bins` on dpd-client (95/166) |
2713 | 2024-10-18T20:47:01.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-10-18T20:47:01.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-10-18T20:47:01.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2716 | 2024-10-18T20:47:01.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2717 | 2024-10-18T20:47:01.489Z | |
2718 | 2024-10-18T20:47:01.490Z | info: running `cargo check --bins` on installinator-common (96/166) |
2719 | 2024-10-18T20:47:02.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-10-18T20:47:02.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-10-18T20:47:02.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2722 | 2024-10-18T20:47:02.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2723 | 2024-10-18T20:47:02.531Z | |
2724 | 2024-10-18T20:47:02.538Z | info: running `cargo check --bins` on key-manager (97/166) |
2725 | 2024-10-18T20:47:03.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-10-18T20:47:03.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-10-18T20:47:03.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2728 | 2024-10-18T20:47:03.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2729 | 2024-10-18T20:47:03.334Z | |
2730 | 2024-10-18T20:47:03.334Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/166) |
2731 | 2024-10-18T20:47:04.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2024-10-18T20:47:04.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2024-10-18T20:47:04.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2734 | 2024-10-18T20:47:04.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2735 | 2024-10-18T20:47:04.248Z | |
2736 | 2024-10-18T20:47:04.248Z | info: running `cargo check --bins` on sled-agent-api (99/166) |
2737 | 2024-10-18T20:47:05.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2024-10-18T20:47:05.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2024-10-18T20:47:05.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2024-10-18T20:47:05.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2741 | 2024-10-18T20:47:05.173Z | |
2742 | 2024-10-18T20:47:05.173Z | info: running `cargo check --bins` on sled-hardware (100/166) |
2743 | 2024-10-18T20:47:05.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2024-10-18T20:47:06.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2024-10-18T20:47:06.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2024-10-18T20:47:06.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2747 | 2024-10-18T20:47:06.074Z | |
2748 | 2024-10-18T20:47:06.074Z | info: running `cargo check --bins --no-default-features` on sled-storage (101/166) |
2749 | 2024-10-18T20:47:06.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2024-10-18T20:47:06.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2024-10-18T20:47:06.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2752 | 2024-10-18T20:47:06.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2753 | 2024-10-18T20:47:07.023Z | |
2754 | 2024-10-18T20:47:07.023Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166) |
2755 | 2024-10-18T20:47:07.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2024-10-18T20:47:07.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2024-10-18T20:47:07.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2758 | 2024-10-18T20:47:07.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2759 | 2024-10-18T20:47:08.022Z | |
2760 | 2024-10-18T20:47:08.022Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/166) |
2761 | 2024-10-18T20:47:08.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-10-18T20:47:08.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-10-18T20:47:08.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2024-10-18T20:47:08.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2765 | 2024-10-18T20:47:09.027Z | |
2766 | 2024-10-18T20:47:09.027Z | info: running `cargo check --bins` on nexus-test-interface (104/166) |
2767 | 2024-10-18T20:47:09.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-10-18T20:47:09.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-10-18T20:47:09.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2024-10-18T20:47:09.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2771 | 2024-10-18T20:47:09.954Z | |
2772 | 2024-10-18T20:47:09.954Z | info: running `cargo check --bins` on oximeter-collector (105/166) |
2773 | 2024-10-18T20:47:10.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-10-18T20:47:10.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-10-18T20:47:10.927Z | Compiling phf_generator v0.11.2 |
2776 | 2024-10-18T20:47:10.952Z | Compiling parse-zoneinfo v0.3.1 |
2777 | 2024-10-18T20:47:10.976Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2778 | 2024-10-18T20:47:10.976Z | Checking bcs v0.1.6 |
2779 | 2024-10-18T20:47:10.976Z | Compiling async-recursion v1.1.1 |
2780 | 2024-10-18T20:47:10.976Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2781 | 2024-10-18T20:47:10.976Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2782 | 2024-10-18T20:47:11.072Z | Compiling phf_codegen v0.11.2 |
2783 | 2024-10-18T20:47:11.531Z | Compiling chrono-tz-build v0.4.0 |
2784 | 2024-10-18T20:47:12.509Z | Compiling chrono-tz v0.10.0 |
2785 | 2024-10-18T20:47:21.377Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2786 | 2024-10-18T20:47:26.605Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2787 | 2024-10-18T20:47:28.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.00s |
2788 | 2024-10-18T20:47:29.122Z | |
2789 | 2024-10-18T20:47:29.122Z | info: running `cargo check --bins` on oximeter-api (106/166) |
2790 | 2024-10-18T20:47:29.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-10-18T20:47:29.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-10-18T20:47:29.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-10-18T20:47:29.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2794 | 2024-10-18T20:47:30.025Z | |
2795 | 2024-10-18T20:47:30.025Z | info: running `cargo check --bins` on oximeter-client (107/166) |
2796 | 2024-10-18T20:47:30.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-10-18T20:47:30.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-10-18T20:47:30.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-10-18T20:47:30.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2800 | 2024-10-18T20:47:30.928Z | |
2801 | 2024-10-18T20:47:30.928Z | info: running `cargo check --bins --no-default-features` on oximeter-db (108/166) |
2802 | 2024-10-18T20:47:31.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-10-18T20:47:31.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-10-18T20:47:31.833Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2805 | 2024-10-18T20:47:32.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
2806 | 2024-10-18T20:47:32.694Z | |
2807 | 2024-10-18T20:47:32.694Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166) |
2808 | 2024-10-18T20:47:33.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-10-18T20:47:33.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-10-18T20:47:33.636Z | Compiling cfg_aliases v0.1.1 |
2811 | 2024-10-18T20:47:33.636Z | Compiling vte_generate_state_changes v0.1.2 |
2812 | 2024-10-18T20:47:33.661Z | Checking fd-lock v4.0.2 |
2813 | 2024-10-18T20:47:33.661Z | Checking bytecount v0.6.8 |
2814 | 2024-10-18T20:47:33.661Z | Compiling tabled_derive v0.7.0 |
2815 | 2024-10-18T20:47:33.661Z | Compiling peg-macros v0.8.4 |
2816 | 2024-10-18T20:47:33.661Z | Compiling sqlparser_derive v0.2.2 |
2817 | 2024-10-18T20:47:33.685Z | Checking unicode_categories v0.1.1 |
2818 | 2024-10-18T20:47:33.768Z | Compiling nix v0.28.0 |
2819 | 2024-10-18T20:47:33.851Z | Checking papergrid v0.11.0 |
2820 | 2024-10-18T20:47:33.875Z | Checking nu-ansi-term v0.50.1 |
2821 | 2024-10-18T20:47:34.012Z | Checking home v0.5.9 |
2822 | 2024-10-18T20:47:34.144Z | Checking sqlformat v0.2.6 |
2823 | 2024-10-18T20:47:34.218Z | Checking vte v0.11.1 |
2824 | 2024-10-18T20:47:34.660Z | Checking sqlparser v0.45.0 |
2825 | 2024-10-18T20:47:35.281Z | Checking strip-ansi-escapes v0.2.0 |
2826 | 2024-10-18T20:47:35.419Z | Checking reedline v0.35.0 |
2827 | 2024-10-18T20:47:35.533Z | Checking tabled v0.15.0 |
2828 | 2024-10-18T20:47:36.197Z | Checking peg v0.8.4 |
2829 | 2024-10-18T20:47:36.565Z | Checking rustyline v14.0.0 |
2830 | 2024-10-18T20:47:41.964Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2831 | 2024-10-18T20:47:49.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.20s |
2832 | 2024-10-18T20:47:50.043Z | |
2833 | 2024-10-18T20:47:50.043Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166) |
2834 | 2024-10-18T20:47:50.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-10-18T20:47:50.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-10-18T20:47:50.960Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2837 | 2024-10-18T20:47:58.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.83s |
2838 | 2024-10-18T20:47:59.041Z | |
2839 | 2024-10-18T20:47:59.041Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166) |
2840 | 2024-10-18T20:47:59.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-10-18T20:47:59.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-10-18T20:47:59.935Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2843 | 2024-10-18T20:48:05.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s |
2844 | 2024-10-18T20:48:06.001Z | |
2845 | 2024-10-18T20:48:06.002Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166) |
2846 | 2024-10-18T20:48:06.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-10-18T20:48:06.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-10-18T20:48:06.899Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2849 | 2024-10-18T20:48:14.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s |
2850 | 2024-10-18T20:48:14.714Z | |
2851 | 2024-10-18T20:48:14.714Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166) |
2852 | 2024-10-18T20:48:15.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-10-18T20:48:15.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-10-18T20:48:15.610Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2855 | 2024-10-18T20:48:23.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.43s |
2856 | 2024-10-18T20:48:23.313Z | |
2857 | 2024-10-18T20:48:23.313Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166) |
2858 | 2024-10-18T20:48:24.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-10-18T20:48:24.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-10-18T20:48:24.227Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2861 | 2024-10-18T20:48:30.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.05s |
2862 | 2024-10-18T20:48:30.530Z | |
2863 | 2024-10-18T20:48:30.530Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166) |
2864 | 2024-10-18T20:48:31.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-10-18T20:48:31.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-10-18T20:48:31.433Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2867 | 2024-10-18T20:48:37.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.21s |
2868 | 2024-10-18T20:48:37.911Z | |
2869 | 2024-10-18T20:48:37.911Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166) |
2870 | 2024-10-18T20:48:38.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-10-18T20:48:38.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-10-18T20:48:38.821Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2873 | 2024-10-18T20:48:46.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.76s |
2874 | 2024-10-18T20:48:46.825Z | |
2875 | 2024-10-18T20:48:46.825Z | info: running `cargo check --bins` on oximeter-test-utils (117/166) |
2876 | 2024-10-18T20:48:47.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-10-18T20:48:47.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-10-18T20:48:47.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-10-18T20:48:47.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2880 | 2024-10-18T20:48:47.757Z | |
2881 | 2024-10-18T20:48:47.757Z | info: running `cargo check --bins` on cockroach-admin-client (118/166) |
2882 | 2024-10-18T20:48:48.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-10-18T20:48:48.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-10-18T20:48:48.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-10-18T20:48:48.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2886 | 2024-10-18T20:48:48.599Z | |
2887 | 2024-10-18T20:48:48.599Z | info: running `cargo check --bins` on installinator-client (119/166) |
2888 | 2024-10-18T20:48:49.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-10-18T20:48:49.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-10-18T20:48:49.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-10-18T20:48:49.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2892 | 2024-10-18T20:48:49.488Z | |
2893 | 2024-10-18T20:48:49.488Z | info: running `cargo check --bins` on oxide-client (120/166) |
2894 | 2024-10-18T20:48:50.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-10-18T20:48:50.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-10-18T20:48:50.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2897 | 2024-10-18T20:48:50.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2898 | 2024-10-18T20:48:50.363Z | |
2899 | 2024-10-18T20:48:50.363Z | info: running `cargo check --bins` on wicketd-client (121/166) |
2900 | 2024-10-18T20:48:51.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2024-10-18T20:48:51.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2024-10-18T20:48:51.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2903 | 2024-10-18T20:48:51.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2904 | 2024-10-18T20:48:51.275Z | |
2905 | 2024-10-18T20:48:51.275Z | info: running `cargo check --bins` on wicket-common (122/166) |
2906 | 2024-10-18T20:48:52.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2024-10-18T20:48:52.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2024-10-18T20:48:52.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2909 | 2024-10-18T20:48:52.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2910 | 2024-10-18T20:48:52.158Z | |
2911 | 2024-10-18T20:48:52.158Z | info: running `cargo check --bins` on omicron-cockroach-admin (123/166) |
2912 | 2024-10-18T20:48:52.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-10-18T20:48:52.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-10-18T20:48:53.073Z | Checking csv-core v0.1.11 |
2915 | 2024-10-18T20:48:53.096Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2916 | 2024-10-18T20:48:53.370Z | Checking csv v1.3.0 |
2917 | 2024-10-18T20:48:54.056Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2918 | 2024-10-18T20:48:54.486Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2919 | 2024-10-18T20:48:55.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
2920 | 2024-10-18T20:48:56.135Z | |
2921 | 2024-10-18T20:48:56.135Z | info: running `cargo check --bins` on cockroach-admin-api (124/166) |
2922 | 2024-10-18T20:48:56.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2923 | 2024-10-18T20:48:56.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2924 | 2024-10-18T20:48:56.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2925 | 2024-10-18T20:48:56.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2926 | 2024-10-18T20:48:57.002Z | |
2927 | 2024-10-18T20:48:57.002Z | info: running `cargo check --bins` on cockroach-admin-types (125/166) |
2928 | 2024-10-18T20:48:57.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2929 | 2024-10-18T20:48:57.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2930 | 2024-10-18T20:48:57.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2931 | 2024-10-18T20:48:57.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2932 | 2024-10-18T20:48:57.886Z | |
2933 | 2024-10-18T20:48:57.886Z | info: running `cargo check --bins` on cert-dev (126/166) |
2934 | 2024-10-18T20:48:58.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2935 | 2024-10-18T20:48:58.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2936 | 2024-10-18T20:48:58.726Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2937 | 2024-10-18T20:48:58.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
2938 | 2024-10-18T20:48:59.129Z | |
2939 | 2024-10-18T20:48:59.129Z | info: running `cargo check --bins` on ch-dev (127/166) |
2940 | 2024-10-18T20:48:59.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2941 | 2024-10-18T20:48:59.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2942 | 2024-10-18T20:49:00.063Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2943 | 2024-10-18T20:49:00.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
2944 | 2024-10-18T20:49:01.050Z | |
2945 | 2024-10-18T20:49:01.050Z | info: running `cargo check --bins` on crdb-seed (128/166) |
2946 | 2024-10-18T20:49:01.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2947 | 2024-10-18T20:49:01.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2948 | 2024-10-18T20:49:01.976Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2949 | 2024-10-18T20:49:02.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2950 | 2024-10-18T20:49:02.471Z | |
2951 | 2024-10-18T20:49:02.471Z | info: running `cargo check --bins` on db-dev (129/166) |
2952 | 2024-10-18T20:49:03.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2953 | 2024-10-18T20:49:03.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2954 | 2024-10-18T20:49:03.408Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2955 | 2024-10-18T20:49:04.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
2956 | 2024-10-18T20:49:04.395Z | |
2957 | 2024-10-18T20:49:04.395Z | info: running `cargo check --bins` on omicron-dev-lib (130/166) |
2958 | 2024-10-18T20:49:05.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2959 | 2024-10-18T20:49:05.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2960 | 2024-10-18T20:49:05.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2961 | 2024-10-18T20:49:05.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2962 | 2024-10-18T20:49:05.303Z | |
2963 | 2024-10-18T20:49:05.303Z | info: running `cargo check --bins` on xtask-downloader (131/166) |
2964 | 2024-10-18T20:49:06.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2965 | 2024-10-18T20:49:06.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2966 | 2024-10-18T20:49:06.176Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2967 | 2024-10-18T20:49:07.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
2968 | 2024-10-18T20:49:07.325Z | |
2969 | 2024-10-18T20:49:07.325Z | info: running `cargo check --bins` on omicron-ls-apis (132/166) |
2970 | 2024-10-18T20:49:08.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2971 | 2024-10-18T20:49:08.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2972 | 2024-10-18T20:49:08.189Z | Checking cargo-platform v0.1.8 |
2973 | 2024-10-18T20:49:08.447Z | Checking cargo_metadata v0.18.1 |
2974 | 2024-10-18T20:49:09.737Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2975 | 2024-10-18T20:49:10.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
2976 | 2024-10-18T20:49:10.834Z | |
2977 | 2024-10-18T20:49:10.834Z | info: running `cargo check --bins` on mgs-dev (133/166) |
2978 | 2024-10-18T20:49:11.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-10-18T20:49:11.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-10-18T20:49:11.816Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2981 | 2024-10-18T20:49:12.550Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2982 | 2024-10-18T20:49:13.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s |
2983 | 2024-10-18T20:49:13.347Z | |
2984 | 2024-10-18T20:49:13.347Z | info: running `cargo check --bins` on omicron-omdb (134/166) |
2985 | 2024-10-18T20:49:14.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-10-18T20:49:14.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-10-18T20:49:14.440Z | Compiling crunchy v0.2.2 |
2988 | 2024-10-18T20:49:14.441Z | Compiling glob v0.3.1 |
2989 | 2024-10-18T20:49:14.464Z | Compiling tiny-keccak v2.0.2 |
2990 | 2024-10-18T20:49:14.464Z | Compiling dsl_auto_type v0.1.2 |
2991 | 2024-10-18T20:49:14.464Z | Checking scheduled-thread-pool v0.2.7 |
2992 | 2024-10-18T20:49:14.464Z | Compiling diesel_table_macro_syntax v0.2.0 |
2993 | 2024-10-18T20:49:14.488Z | Compiling ascii-canvas v3.0.0 |
2994 | 2024-10-18T20:49:14.488Z | Compiling ena v0.14.3 |
2995 | 2024-10-18T20:49:14.766Z | Checking r2d2 v0.8.10 |
2996 | 2024-10-18T20:49:14.791Z | Compiling libloading v0.8.5 |
2997 | 2024-10-18T20:49:14.899Z | Compiling regex-syntax v0.6.29 |
2998 | 2024-10-18T20:49:14.950Z | Compiling bindgen v0.69.5 |
2999 | 2024-10-18T20:49:15.072Z | Compiling diff v0.1.13 |
3000 | 2024-10-18T20:49:15.095Z | Compiling which v4.4.2 |
3001 | 2024-10-18T20:49:15.194Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3002 | 2024-10-18T20:49:15.391Z | Compiling clang-sys v1.8.1 |
3003 | 2024-10-18T20:49:15.415Z | Compiling cexpr v0.6.0 |
3004 | 2024-10-18T20:49:15.615Z | Compiling rustc-hash v1.1.0 |
3005 | 2024-10-18T20:49:15.639Z | Compiling lazycell v1.3.0 |
3006 | 2024-10-18T20:49:15.663Z | Compiling ref-cast v1.0.23 |
3007 | 2024-10-18T20:49:15.686Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3008 | 2024-10-18T20:49:15.772Z | Compiling derive_builder_core v0.20.2 |
3009 | 2024-10-18T20:49:15.796Z | Compiling libxml v0.3.3 |
3010 | 2024-10-18T20:49:15.943Z | Compiling diesel_derives v2.2.3 |
3011 | 2024-10-18T20:49:15.967Z | Compiling ref-cast-impl v1.0.23 |
3012 | 2024-10-18T20:49:16.162Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3013 | 2024-10-18T20:49:16.273Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3014 | 2024-10-18T20:49:16.591Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3015 | 2024-10-18T20:49:16.835Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3016 | 2024-10-18T20:49:16.923Z | Compiling strum_macros v0.24.3 |
3017 | 2024-10-18T20:49:17.080Z | Compiling indoc v1.0.9 |
3018 | 2024-10-18T20:49:17.793Z | Compiling lalrpop v0.19.12 |
3019 | 2024-10-18T20:49:17.920Z | Compiling derive_builder_macro v0.20.2 |
3020 | 2024-10-18T20:49:18.662Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3021 | 2024-10-18T20:49:18.759Z | Checking derive_builder v0.20.2 |
3022 | 2024-10-18T20:49:18.903Z | Compiling oso-derive v0.27.3 |
3023 | 2024-10-18T20:49:18.944Z | Compiling impl-trait-for-tuples v0.2.2 |
3024 | 2024-10-18T20:49:19.911Z | Checking quick-xml v0.33.0 |
3025 | 2024-10-18T20:49:19.935Z | Compiling diesel-dtrace v0.3.0 |
3026 | 2024-10-18T20:49:20.037Z | Checking maplit v1.0.2 |
3027 | 2024-10-18T20:49:20.177Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3028 | 2024-10-18T20:49:20.287Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3029 | 2024-10-18T20:49:20.542Z | Checking bb8 v0.8.5 |
3030 | 2024-10-18T20:49:20.953Z | Compiling const_format_proc_macros v0.2.33 |
3031 | 2024-10-18T20:49:21.583Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3032 | 2024-10-18T20:49:21.782Z | Checking castaway v0.2.3 |
3033 | 2024-10-18T20:49:21.925Z | Checking unicode-truncate v1.1.0 |
3034 | 2024-10-18T20:49:21.966Z | Checking compact_str v0.8.0 |
3035 | 2024-10-18T20:49:22.158Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3036 | 2024-10-18T20:49:22.463Z | Checking lru v0.12.5 |
3037 | 2024-10-18T20:49:22.760Z | Compiling instability v0.3.2 |
3038 | 2024-10-18T20:49:22.823Z | Checking unicode-linebreak v0.1.5 |
3039 | 2024-10-18T20:49:22.892Z | Checking const_format v0.2.33 |
3040 | 2024-10-18T20:49:23.218Z | Checking is_ci v1.2.0 |
3041 | 2024-10-18T20:49:23.362Z | Checking smawk v0.3.2 |
3042 | 2024-10-18T20:49:23.386Z | Checking cassowary v0.3.0 |
3043 | 2024-10-18T20:49:23.576Z | Checking textwrap v0.16.1 |
3044 | 2024-10-18T20:49:23.777Z | Checking supports-color v3.0.1 |
3045 | 2024-10-18T20:49:23.800Z | Checking ratatui v0.28.1 |
3046 | 2024-10-18T20:49:23.967Z | Checking multimap v0.10.0 |
3047 | 2024-10-18T20:49:25.797Z | Checking diesel v2.2.4 |
3048 | 2024-10-18T20:49:43.932Z | Compiling samael v0.0.17 |
3049 | 2024-10-18T20:49:55.798Z | Checking async-bb8-diesel v0.2.1 |
3050 | 2024-10-18T20:49:57.457Z | Compiling polar-core v0.27.3 |
3051 | 2024-10-18T20:50:06.168Z | Checking oso v0.27.3 |
3052 | 2024-10-18T20:51:34.498Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3053 | 2024-10-18T20:51:42.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
3054 | 2024-10-18T20:51:42.368Z | |
3055 | 2024-10-18T20:51:42.368Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166) |
3056 | 2024-10-18T20:51:43.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-10-18T20:51:43.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-10-18T20:51:43.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2024-10-18T20:51:43.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3060 | 2024-10-18T20:51:43.328Z | |
3061 | 2024-10-18T20:51:43.328Z | info: running `cargo check --bins` on nexus-saga-recovery (136/166) |
3062 | 2024-10-18T20:51:44.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-10-18T20:51:44.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-10-18T20:51:44.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3065 | 2024-10-18T20:51:44.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3066 | 2024-10-18T20:51:44.266Z | |
3067 | 2024-10-18T20:51:44.266Z | info: running `cargo check --bins` on nexus-test-utils-macros (137/166) |
3068 | 2024-10-18T20:51:45.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2024-10-18T20:51:45.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2024-10-18T20:51:45.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3071 | 2024-10-18T20:51:45.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3072 | 2024-10-18T20:51:45.156Z | |
3073 | 2024-10-18T20:51:45.156Z | info: running `cargo check --bins` on omicron-nexus (138/166) |
3074 | 2024-10-18T20:51:46.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2024-10-18T20:51:46.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2024-10-18T20:51:46.309Z | Compiling libz-sys v1.1.20 |
3077 | 2024-10-18T20:51:46.334Z | Checking http v0.2.12 |
3078 | 2024-10-18T20:51:46.405Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3079 | 2024-10-18T20:51:46.475Z | Compiling vergen v8.3.2 |
3080 | 2024-10-18T20:51:46.475Z | Compiling cargo-platform v0.1.8 |
3081 | 2024-10-18T20:51:46.475Z | Compiling pin-project-internal v1.1.6 |
3082 | 2024-10-18T20:51:46.476Z | Compiling libsqlite3-sys v0.30.1 |
3083 | 2024-10-18T20:51:46.476Z | Compiling snafu-derive v0.8.5 |
3084 | 2024-10-18T20:51:46.767Z | Compiling cargo_metadata v0.18.1 |
3085 | 2024-10-18T20:51:46.967Z | Checking sync_wrapper v0.1.2 |
3086 | 2024-10-18T20:51:47.057Z | Compiling rustls v0.21.12 |
3087 | 2024-10-18T20:51:47.144Z | Compiling buf-list v1.0.3 |
3088 | 2024-10-18T20:51:47.243Z | Compiling cfg_aliases v0.2.1 |
3089 | 2024-10-18T20:51:47.320Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3090 | 2024-10-18T20:51:47.348Z | Compiling nix v0.29.0 |
3091 | 2024-10-18T20:51:47.556Z | Checking http-body v0.4.6 |
3092 | 2024-10-18T20:51:47.625Z | Checking h2 v0.3.26 |
3093 | 2024-10-18T20:51:47.973Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3094 | 2024-10-18T20:51:48.124Z | Checking globset v0.4.15 |
3095 | 2024-10-18T20:51:48.360Z | Checking sct v0.7.1 |
3096 | 2024-10-18T20:51:48.554Z | Checking olpc-cjson v0.1.4 |
3097 | 2024-10-18T20:51:48.578Z | Checking rustls-webpki v0.101.7 |
3098 | 2024-10-18T20:51:48.761Z | Checking rand_seeder v0.3.0 |
3099 | 2024-10-18T20:51:48.978Z | Checking serde_plain v1.0.2 |
3100 | 2024-10-18T20:51:49.018Z | Checking pin-project v1.1.6 |
3101 | 2024-10-18T20:51:49.146Z | Checking typed-path v0.7.1 |
3102 | 2024-10-18T20:51:49.225Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3103 | 2024-10-18T20:51:49.773Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3104 | 2024-10-18T20:51:49.826Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3105 | 2024-10-18T20:51:49.877Z | Checking hashlink v0.9.1 |
3106 | 2024-10-18T20:51:50.034Z | Checking fallible-streaming-iterator v0.1.9 |
3107 | 2024-10-18T20:51:50.088Z | Checking fallible-iterator v0.3.0 |
3108 | 2024-10-18T20:51:50.240Z | Checking parse-size v1.0.0 |
3109 | 2024-10-18T20:51:50.445Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3110 | 2024-10-18T20:51:50.602Z | Checking rusqlite v0.32.1 |
3111 | 2024-10-18T20:51:50.842Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3112 | 2024-10-18T20:51:50.884Z | Checking rustls-pemfile v1.0.4 |
3113 | 2024-10-18T20:51:51.061Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3114 | 2024-10-18T20:51:51.226Z | Checking snafu v0.8.5 |
3115 | 2024-10-18T20:51:51.267Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3116 | 2024-10-18T20:51:51.338Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3117 | 2024-10-18T20:51:51.465Z | Checking twox-hash v1.6.3 |
3118 | 2024-10-18T20:51:51.673Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3119 | 2024-10-18T20:51:51.897Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3120 | 2024-10-18T20:51:51.947Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3121 | 2024-10-18T20:51:52.040Z | Checking tokio-rustls v0.24.1 |
3122 | 2024-10-18T20:51:52.388Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3123 | 2024-10-18T20:51:52.412Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3124 | 2024-10-18T20:51:52.576Z | Checking fatfs v0.3.6 |
3125 | 2024-10-18T20:51:52.956Z | Checking hyper v0.14.30 |
3126 | 2024-10-18T20:51:53.239Z | Checking assert_matches v1.5.0 |
3127 | 2024-10-18T20:51:56.988Z | Checking reqwest v0.11.27 |
3128 | 2024-10-18T20:51:57.829Z | Checking tough v0.17.1 |
3129 | 2024-10-18T20:51:59.629Z | Compiling git2 v0.19.0 |
3130 | 2024-10-18T20:52:01.758Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3131 | 2024-10-18T20:52:03.220Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3132 | 2024-10-18T20:52:06.179Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3133 | 2024-10-18T20:53:15.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
3134 | 2024-10-18T20:53:15.744Z | |
3135 | 2024-10-18T20:53:15.744Z | info: running `cargo check --bins` on nexus-external-api (139/166) |
3136 | 2024-10-18T20:53:16.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2024-10-18T20:53:16.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2024-10-18T20:53:16.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3139 | 2024-10-18T20:53:16.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3140 | 2024-10-18T20:53:16.691Z | |
3141 | 2024-10-18T20:53:16.691Z | info: running `cargo check --bins` on openapi-manager-types (140/166) |
3142 | 2024-10-18T20:53:17.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2024-10-18T20:53:17.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2024-10-18T20:53:17.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3145 | 2024-10-18T20:53:17.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3146 | 2024-10-18T20:53:17.579Z | |
3147 | 2024-10-18T20:53:17.579Z | info: running `cargo check --bins` on nexus-internal-api (141/166) |
3148 | 2024-10-18T20:53:18.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-10-18T20:53:18.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-10-18T20:53:18.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3151 | 2024-10-18T20:53:18.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3152 | 2024-10-18T20:53:18.483Z | |
3153 | 2024-10-18T20:53:18.483Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (142/166) |
3154 | 2024-10-18T20:53:19.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2024-10-18T20:53:19.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2024-10-18T20:53:19.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3157 | 2024-10-18T20:53:19.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3158 | 2024-10-18T20:53:19.412Z | |
3159 | 2024-10-18T20:53:19.412Z | info: running `cargo check --bins` on nexus-networking (143/166) |
3160 | 2024-10-18T20:53:20.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2024-10-18T20:53:20.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2024-10-18T20:53:20.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3163 | 2024-10-18T20:53:20.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3164 | 2024-10-18T20:53:20.316Z | |
3165 | 2024-10-18T20:53:20.316Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (144/166) |
3166 | 2024-10-18T20:53:21.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2024-10-18T20:53:21.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2024-10-18T20:53:21.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3169 | 2024-10-18T20:53:21.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3170 | 2024-10-18T20:53:21.235Z | |
3171 | 2024-10-18T20:53:21.236Z | info: running `cargo check --bins` on update-common (145/166) |
3172 | 2024-10-18T20:53:22.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2024-10-18T20:53:22.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2024-10-18T20:53:22.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3175 | 2024-10-18T20:53:22.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3176 | 2024-10-18T20:53:22.165Z | |
3177 | 2024-10-18T20:53:22.165Z | info: running `cargo check --bins` on tufaceous-lib (146/166) |
3178 | 2024-10-18T20:53:22.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2024-10-18T20:53:23.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2024-10-18T20:53:23.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3181 | 2024-10-18T20:53:23.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3182 | 2024-10-18T20:53:23.106Z | |
3183 | 2024-10-18T20:53:23.106Z | info: running `cargo check --bins` on tufaceous (147/166) |
3184 | 2024-10-18T20:53:23.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2024-10-18T20:53:23.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2024-10-18T20:53:24.046Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3187 | 2024-10-18T20:53:25.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3188 | 2024-10-18T20:53:25.238Z | |
3189 | 2024-10-18T20:53:25.238Z | info: running `cargo check --bins` on omicron-dev (148/166) |
3190 | 2024-10-18T20:53:26.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2024-10-18T20:53:26.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2024-10-18T20:53:26.422Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3193 | 2024-10-18T20:53:26.422Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3194 | 2024-10-18T20:53:26.446Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3195 | 2024-10-18T20:53:28.230Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3196 | 2024-10-18T20:53:31.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
3197 | 2024-10-18T20:53:31.461Z | |
3198 | 2024-10-18T20:53:31.461Z | info: running `cargo check --bins` on openapi-manager (149/166) |
3199 | 2024-10-18T20:53:32.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2024-10-18T20:53:32.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2024-10-18T20:53:32.448Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3202 | 2024-10-18T20:53:32.448Z | Checking heck v0.4.1 |
3203 | 2024-10-18T20:53:32.472Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3204 | 2024-10-18T20:53:32.646Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3205 | 2024-10-18T20:53:34.401Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3206 | 2024-10-18T20:53:35.481Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3207 | 2024-10-18T20:53:36.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s |
3208 | 2024-10-18T20:53:36.915Z | |
3209 | 2024-10-18T20:53:36.915Z | info: running `cargo check --bins` on installinator-api (150/166) |
3210 | 2024-10-18T20:53:37.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3211 | 2024-10-18T20:53:37.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3212 | 2024-10-18T20:53:37.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3213 | 2024-10-18T20:53:37.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3214 | 2024-10-18T20:53:37.859Z | |
3215 | 2024-10-18T20:53:37.859Z | info: running `cargo check --bins` on wicketd-api (151/166) |
3216 | 2024-10-18T20:53:38.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3217 | 2024-10-18T20:53:38.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3218 | 2024-10-18T20:53:38.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3219 | 2024-10-18T20:53:38.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3220 | 2024-10-18T20:53:38.772Z | |
3221 | 2024-10-18T20:53:38.772Z | info: running `cargo check --bins` on reconfigurator-cli (152/166) |
3222 | 2024-10-18T20:53:39.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2024-10-18T20:53:39.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2024-10-18T20:53:39.726Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3225 | 2024-10-18T20:53:41.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s |
3226 | 2024-10-18T20:53:41.247Z | |
3227 | 2024-10-18T20:53:41.247Z | info: running `cargo check --bins` on omicron-releng (153/166) |
3228 | 2024-10-18T20:53:42.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3229 | 2024-10-18T20:53:42.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3230 | 2024-10-18T20:53:42.189Z | Checking memmap2 v0.9.5 |
3231 | 2024-10-18T20:53:42.189Z | Checking arrayvec v0.7.6 |
3232 | 2024-10-18T20:53:42.213Z | Checking constant_time_eq v0.3.1 |
3233 | 2024-10-18T20:53:42.213Z | Checking untrusted v0.7.1 |
3234 | 2024-10-18T20:53:42.213Z | Checking arrayref v0.3.9 |
3235 | 2024-10-18T20:53:42.213Z | Checking spin v0.5.2 |
3236 | 2024-10-18T20:53:42.213Z | Checking topological-sort v0.2.2 |
3237 | 2024-10-18T20:53:42.237Z | Checking shell-words v1.1.0 |
3238 | 2024-10-18T20:53:42.432Z | Checking ring v0.16.20 |
3239 | 2024-10-18T20:53:42.591Z | Checking blake3 v1.5.4 |
3240 | 2024-10-18T20:53:43.838Z | Checking omicron-zone-package v0.11.1 |
3241 | 2024-10-18T20:53:45.253Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3242 | 2024-10-18T20:53:46.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s |
3243 | 2024-10-18T20:53:46.516Z | |
3244 | 2024-10-18T20:53:46.516Z | info: running `cargo check --bins` on xtask (154/166) |
3245 | 2024-10-18T20:53:47.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2024-10-18T20:53:47.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2024-10-18T20:53:47.205Z | Checking bitflags v2.6.0 |
3248 | 2024-10-18T20:53:47.205Z | Checking serde v1.0.210 |
3249 | 2024-10-18T20:53:47.205Z | Checking thiserror v1.0.64 |
3250 | 2024-10-18T20:53:47.205Z | Checking scroll v0.12.0 |
3251 | 2024-10-18T20:53:47.248Z | Checking log v0.4.22 |
3252 | 2024-10-18T20:53:47.272Z | Checking hashbrown v0.15.0 |
3253 | 2024-10-18T20:53:47.272Z | Checking zerocopy v0.7.35 |
3254 | 2024-10-18T20:53:47.300Z | Checking syn v2.0.79 |
3255 | 2024-10-18T20:53:47.336Z | Checking pest v2.7.14 |
3256 | 2024-10-18T20:53:47.448Z | Checking rustix v0.38.37 |
3257 | 2024-10-18T20:53:47.495Z | Checking once_cell v1.20.2 |
3258 | 2024-10-18T20:53:47.693Z | Checking goblin v0.8.2 |
3259 | 2024-10-18T20:53:47.769Z | Checking fs-err v2.11.0 |
3260 | 2024-10-18T20:53:48.034Z | Checking tabled v0.15.0 |
3261 | 2024-10-18T20:53:48.175Z | Checking indexmap v2.6.0 |
3262 | 2024-10-18T20:53:48.454Z | Checking anyhow v1.0.89 |
3263 | 2024-10-18T20:53:49.096Z | Checking terminal_size v0.4.0 |
3264 | 2024-10-18T20:53:49.096Z | Checking tempfile v3.13.0 |
3265 | 2024-10-18T20:53:49.254Z | Checking clap_builder v4.5.20 |
3266 | 2024-10-18T20:53:49.498Z | Checking dtrace-parser v0.2.0 |
3267 | 2024-10-18T20:53:51.423Z | Checking serde_json v1.0.128 |
3268 | 2024-10-18T20:53:51.423Z | Checking toml_datetime v0.6.8 |
3269 | 2024-10-18T20:53:51.423Z | Checking serde_spanned v0.6.8 |
3270 | 2024-10-18T20:53:51.447Z | Checking camino v1.1.9 |
3271 | 2024-10-18T20:53:51.447Z | Checking cargo-platform v0.1.8 |
3272 | 2024-10-18T20:53:51.618Z | Checking semver v1.0.23 |
3273 | 2024-10-18T20:53:51.647Z | Checking macaddr v1.0.1 |
3274 | 2024-10-18T20:53:51.740Z | Checking toml_edit v0.22.22 |
3275 | 2024-10-18T20:53:51.951Z | Checking camino-tempfile v1.1.1 |
3276 | 2024-10-18T20:53:51.975Z | Checking clap v4.5.20 |
3277 | 2024-10-18T20:53:52.751Z | Checking dof v0.3.0 |
3278 | 2024-10-18T20:53:52.751Z | Checking cargo_metadata v0.18.1 |
3279 | 2024-10-18T20:53:53.293Z | Checking usdt-impl v0.5.0 |
3280 | 2024-10-18T20:53:53.754Z | Checking usdt v0.5.0 |
3281 | 2024-10-18T20:53:54.033Z | Checking toml v0.8.19 |
3282 | 2024-10-18T20:53:54.615Z | Checking cargo_toml v0.20.5 |
3283 | 2024-10-18T20:53:56.281Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3284 | 2024-10-18T20:53:57.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.55s |
3285 | 2024-10-18T20:53:57.171Z | |
3286 | 2024-10-18T20:53:57.171Z | info: running `cargo check --bins` on end-to-end-tests (155/166) |
3287 | 2024-10-18T20:53:58.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2024-10-18T20:53:58.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2024-10-18T20:53:58.258Z | Checking polyval v0.6.2 |
3290 | 2024-10-18T20:53:58.281Z | Checking ctr v0.9.2 |
3291 | 2024-10-18T20:53:58.312Z | Checking ssh-encoding v0.2.0 |
3292 | 2024-10-18T20:53:58.312Z | Checking blowfish v0.9.1 |
3293 | 2024-10-18T20:53:58.335Z | Checking password-hash v0.4.2 |
3294 | 2024-10-18T20:53:58.359Z | Checking matches v0.1.10 |
3295 | 2024-10-18T20:53:58.384Z | Checking p521 v0.13.3 |
3296 | 2024-10-18T20:53:58.384Z | Checking p256 v0.13.2 |
3297 | 2024-10-18T20:53:58.454Z | Checking idna v0.2.3 |
3298 | 2024-10-18T20:53:58.512Z | Checking bcrypt-pbkdf v0.10.0 |
3299 | 2024-10-18T20:53:58.536Z | Checking ghash v0.5.1 |
3300 | 2024-10-18T20:53:58.559Z | Compiling enum-as-inner v0.5.1 |
3301 | 2024-10-18T20:53:58.612Z | Checking russh-cryptovec v0.7.3 |
3302 | 2024-10-18T20:53:58.691Z | Checking aes-gcm v0.10.3 |
3303 | 2024-10-18T20:53:58.717Z | Checking pbkdf2 v0.11.0 |
3304 | 2024-10-18T20:53:58.750Z | Checking md5 v0.7.0 |
3305 | 2024-10-18T20:53:58.809Z | Checking num-bigint v0.4.6 |
3306 | 2024-10-18T20:53:58.833Z | Checking des v0.8.1 |
3307 | 2024-10-18T20:53:58.910Z | Checking ssh-cipher v0.2.0 |
3308 | 2024-10-18T20:53:58.960Z | Checking hex-literal v0.4.1 |
3309 | 2024-10-18T20:53:59.005Z | Compiling dhcproto-macros v0.1.0 |
3310 | 2024-10-18T20:53:59.064Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3311 | 2024-10-18T20:53:59.089Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3312 | 2024-10-18T20:53:59.114Z | Checking internet-checksum v0.2.1 |
3313 | 2024-10-18T20:53:59.170Z | Checking ssh-key v0.6.6 |
3314 | 2024-10-18T20:53:59.413Z | Checking trust-dns-proto v0.22.0 |
3315 | 2024-10-18T20:54:00.570Z | Checking russh-keys v0.45.0 |
3316 | 2024-10-18T20:54:01.674Z | Checking russh v0.45.0 |
3317 | 2024-10-18T20:54:02.392Z | Checking dhcproto v0.12.0 |
3318 | 2024-10-18T20:54:23.610Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3319 | 2024-10-18T20:54:25.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.06s |
3320 | 2024-10-18T20:54:25.407Z | |
3321 | 2024-10-18T20:54:25.407Z | info: running `cargo check --bins` on gateway-cli (156/166) |
3322 | 2024-10-18T20:54:26.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2024-10-18T20:54:26.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2024-10-18T20:54:26.282Z | Checking termios v0.3.3 |
3325 | 2024-10-18T20:54:26.453Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3326 | 2024-10-18T20:54:27.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
3327 | 2024-10-18T20:54:27.517Z | |
3328 | 2024-10-18T20:54:27.517Z | info: running `cargo check --bins --no-default-features` on installinator (157/166) |
3329 | 2024-10-18T20:54:28.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-10-18T20:54:28.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-10-18T20:54:28.472Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3332 | 2024-10-18T20:54:30.756Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3333 | 2024-10-18T20:54:32.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
3334 | 2024-10-18T20:54:33.056Z | |
3335 | 2024-10-18T20:54:33.056Z | info: running `cargo check --bins` on internal-dns-cli (158/166) |
3336 | 2024-10-18T20:54:33.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2024-10-18T20:54:33.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2024-10-18T20:54:33.953Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3339 | 2024-10-18T20:54:34.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3340 | 2024-10-18T20:54:34.572Z | |
3341 | 2024-10-18T20:54:34.572Z | info: running `cargo check --bins` on omicron-live-tests (159/166) |
3342 | 2024-10-18T20:54:35.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2024-10-18T20:54:35.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2024-10-18T20:54:35.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3345 | 2024-10-18T20:54:35.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3346 | 2024-10-18T20:54:35.443Z | |
3347 | 2024-10-18T20:54:35.443Z | info: running `cargo check --bins` on live-tests-macros (160/166) |
3348 | 2024-10-18T20:54:36.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2024-10-18T20:54:36.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2024-10-18T20:54:36.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3351 | 2024-10-18T20:54:36.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3352 | 2024-10-18T20:54:36.301Z | |
3353 | 2024-10-18T20:54:36.301Z | info: running `cargo check --bins` on omicron-package (161/166) |
3354 | 2024-10-18T20:54:37.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3355 | 2024-10-18T20:54:37.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3356 | 2024-10-18T20:54:37.211Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3357 | 2024-10-18T20:54:38.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s |
3358 | 2024-10-18T20:54:38.799Z | |
3359 | 2024-10-18T20:54:38.799Z | info: running `cargo check --bins` on wicket-dbg (162/166) |
3360 | 2024-10-18T20:54:39.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2024-10-18T20:54:39.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2024-10-18T20:54:39.770Z | Checking rtoolbox v0.0.2 |
3363 | 2024-10-18T20:54:39.770Z | Checking tui-tree-widget v0.22.0 |
3364 | 2024-10-18T20:54:39.794Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3365 | 2024-10-18T20:54:39.953Z | Checking rpassword v7.3.1 |
3366 | 2024-10-18T20:54:44.897Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3367 | 2024-10-18T20:54:48.499Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3368 | 2024-10-18T20:54:49.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s |
3369 | 2024-10-18T20:54:50.084Z | |
3370 | 2024-10-18T20:54:50.084Z | info: running `cargo check --bins` on wicket (163/166) |
3371 | 2024-10-18T20:54:50.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2024-10-18T20:54:50.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2024-10-18T20:54:51.020Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3374 | 2024-10-18T20:54:51.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
3375 | 2024-10-18T20:54:51.566Z | |
3376 | 2024-10-18T20:54:51.566Z | info: running `cargo check --bins` on wicketd (164/166) |
3377 | 2024-10-18T20:54:52.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3378 | 2024-10-18T20:54:52.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3379 | 2024-10-18T20:54:52.570Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3380 | 2024-10-18T20:54:57.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
3381 | 2024-10-18T20:54:57.466Z | |
3382 | 2024-10-18T20:54:57.466Z | info: running `cargo check --bins` on omicron-workspace-hack (165/166) |
3383 | 2024-10-18T20:54:58.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2024-10-18T20:54:58.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2024-10-18T20:54:58.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3386 | 2024-10-18T20:54:58.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3387 | 2024-10-18T20:54:58.314Z | |
3388 | 2024-10-18T20:54:58.314Z | info: running `cargo check --bins` on zone-setup (166/166) |
3389 | 2024-10-18T20:54:59.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2024-10-18T20:54:59.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2024-10-18T20:54:59.308Z | Checking uzers v0.12.1 |
3392 | 2024-10-18T20:54:59.640Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3393 | 2024-10-18T20:55:00.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3394 | 2024-10-18T20:55:01.137Z | |
3395 | 2024-10-18T20:55:01.137Z | real 14:23.072143783 |
3396 | 2024-10-18T20:55:01.137Z | user 24:36.903593723 |
3397 | 2024-10-18T20:55:01.137Z | sys 5:41.889903368 |
3398 | 2024-10-18T20:55:01.161Z | trap 0.607770004 |
3399 | 2024-10-18T20:55:01.161Z | tflt 1.493074663 |
3400 | 2024-10-18T20:55:01.161Z | dflt 2.721798959 |
3401 | 2024-10-18T20:55:01.161Z | kflt 0.001283417 |
3402 | 2024-10-18T20:55:01.161Z | lock 47:15.352976192 |
3403 | 2024-10-18T20:55:01.161Z | slp 2:10:04.661892467 |
3404 | 2024-10-18T20:55:01.161Z | lat 59.092817378 |
3405 | 2024-10-18T20:55:01.161Z | stop 2:37.194614802 |
3406 | 2024-10-18T20:55:01.161Z | process exited: duration 1122499 ms, exit code 0 |
|
3407 | 2024-10-18T20:55:01.210Z | found 0 output files |