|
|
|
1 | 2024-10-18T22:10:00.018Z | job assigned to worker 01JAGTV1BF6N24CPQF9PVWB503 (queued for 46 s) |
|
2 | 2024-10-18T22:10:07.315Z | starting task 0: "setup" |
3 | 2024-10-18T22:10:07.325Z | ++ uname -s |
4 | 2024-10-18T22:10:07.327Z | + kern=SunOS |
5 | 2024-10-18T22:10:07.327Z | + case "$kern" in |
6 | 2024-10-18T22:10:07.327Z | + groupadd -g 12345 build |
7 | 2024-10-18T22:10:07.330Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-18T22:10:09.343Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-18T22:10:09.440Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-18T22:10:09.442Z | + home_fs=zfs |
11 | 2024-10-18T22:10:09.442Z | + [[ zfs == autofs ]] |
12 | 2024-10-18T22:10:09.442Z | + mkdir -p /home/build |
13 | 2024-10-18T22:10:09.445Z | + chown build:build /home/build /work |
14 | 2024-10-18T22:10:11.447Z | + chmod 0700 /home/build /work |
15 | 2024-10-18T22:10:11.450Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2024-10-18T22:10:11.457Z | starting task 1: "rust-toolchain" |
17 | 2024-10-18T22:10:11.463Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-18T22:10:11.463Z | ' 1.80.1 |
19 | 2024-10-18T22:10:11.465Z | + printf ' * toolchain profile = "%s" |
20 | 2024-10-18T22:10:11.465Z | * toolchain channel = "1.80.1" |
21 | 2024-10-18T22:10:11.465Z | * toolchain profile = "default" |
22 | 2024-10-18T22:10:11.465Z | ' default |
23 | 2024-10-18T22:10:11.465Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-18T22:10:11.465Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-18T22:10:11.591Z | info: downloading installer |
26 | 2024-10-18T22:10:12.896Z | info: profile set to 'default' |
27 | 2024-10-18T22:10:12.896Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-18T22:10:12.899Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-18T22:10:13.040Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-18T22:10:13.040Z | info: downloading component 'cargo' |
31 | 2024-10-18T22:10:13.853Z | info: downloading component 'clippy' |
32 | 2024-10-18T22:10:14.141Z | info: downloading component 'rust-docs' |
33 | 2024-10-18T22:10:15.273Z | info: downloading component 'rust-std' |
34 | 2024-10-18T22:10:16.857Z | info: downloading component 'rustc' |
35 | 2024-10-18T22:10:21.283Z | info: downloading component 'rustfmt' |
36 | 2024-10-18T22:10:21.522Z | info: installing component 'cargo' |
37 | 2024-10-18T22:10:22.337Z | info: installing component 'clippy' |
38 | 2024-10-18T22:10:22.734Z | info: installing component 'rust-docs' |
39 | 2024-10-18T22:10:24.378Z | info: installing component 'rust-std' |
40 | 2024-10-18T22:10:26.093Z | info: installing component 'rustc' |
41 | 2024-10-18T22:10:30.349Z | info: installing component 'rustfmt' |
42 | 2024-10-18T22:10:30.693Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-18T22:10:30.693Z | |
44 | 2024-10-18T22:10:31.964Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-18T22:10:31.964Z | |
46 | 2024-10-18T22:10:31.969Z | |
47 | 2024-10-18T22:10:31.969Z | Rust is installed now. Great! |
48 | 2024-10-18T22:10:31.969Z | |
49 | 2024-10-18T22:10:31.969Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-18T22:10:31.969Z | environment variable. This has not been done automatically. |
51 | 2024-10-18T22:10:31.969Z | |
52 | 2024-10-18T22:10:31.969Z | To configure your current shell, you need to source |
53 | 2024-10-18T22:10:31.969Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-18T22:10:31.969Z | |
55 | 2024-10-18T22:10:31.969Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-18T22:10:31.969Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-18T22:10:31.970Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-18T22:10:31.970Z | + rustc --version |
59 | 2024-10-18T22:10:31.970Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-18T22:10:31.970Z | process exited: duration 19607 ms, exit code 0 |
|
61 | 2024-10-18T22:10:31.976Z | starting task 2: "authentication" |
62 | 2024-10-18T22:10:32.001Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-10-18T22:10:32.007Z | starting task 3: "clone repository" |
64 | 2024-10-18T22:10:32.012Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-18T22:10:32.015Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-18T22:10:32.059Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-18T22:10:39.157Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-18T22:10:39.157Z | + git fetch origin e725a7682413619bab3a80edd0c7908693a2402e |
69 | 2024-10-18T22:10:39.511Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-18T22:10:39.511Z | * branch e725a7682413619bab3a80edd0c7908693a2402e -> FETCH_HEAD |
71 | 2024-10-18T22:10:39.521Z | + [[ -n single-node-clickhouse-init ]] |
72 | 2024-10-18T22:10:39.524Z | ++ git branch --show-current |
73 | 2024-10-18T22:10:39.527Z | + current=main |
74 | 2024-10-18T22:10:39.527Z | + [[ main != single-node-clickhouse-init ]] |
75 | 2024-10-18T22:10:39.527Z | + git branch -f single-node-clickhouse-init e725a7682413619bab3a80edd0c7908693a2402e |
76 | 2024-10-18T22:10:39.529Z | + git checkout -f single-node-clickhouse-init |
77 | 2024-10-18T22:10:39.695Z | Switched to branch 'single-node-clickhouse-init' |
78 | 2024-10-18T22:10:39.697Z | + git reset --hard e725a7682413619bab3a80edd0c7908693a2402e |
79 | 2024-10-18T22:10:39.718Z | HEAD is now at e725a7682 WIP: Single-node ClickHouse database initialization |
80 | 2024-10-18T22:10:39.722Z | process exited: duration 7711 ms, exit code 0 |
|
81 | 2024-10-18T22:10:39.728Z | starting task 4: "build" |
82 | 2024-10-18T22:10:39.734Z | + source .github/buildomat/ci-env.sh |
83 | 2024-10-18T22:10:39.734Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-10-18T22:10:39.734Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-10-18T22:10:39.734Z | + cargo --version |
86 | 2024-10-18T22:10:39.788Z | cargo 1.80.1 (376290515 2024-07-16) |
87 | 2024-10-18T22:10:39.790Z | + rustc --version |
88 | 2024-10-18T22:10:39.846Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
89 | 2024-10-18T22:10:39.849Z | + source ./env.sh |
90 | 2024-10-18T22:10:39.849Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-10-18T22:10:39.849Z | ++ set -o xtrace |
92 | 2024-10-18T22:10:39.852Z | ++++ dirname ./env.sh |
93 | 2024-10-18T22:10:39.854Z | +++ readlink -f . |
94 | 2024-10-18T22:10:39.858Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-10-18T22:10:39.861Z | ++ 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-18T22:10:39.861Z | ++ 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-18T22:10:39.861Z | ++ 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-18T22:10:39.861Z | ++ 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-18T22:10:39.861Z | ++ 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-18T22:10:39.861Z | ++ 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-18T22:10:39.861Z | ++ 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-18T22:10:39.861Z | ++ 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-18T22:10:39.861Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-10-18T22:10:39.861Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-10-18T22:10:39.861Z | + 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-18T22:10:39.861Z | + 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-18T22:10:39.861Z | + banner prerequisites |
108 | 2024-10-18T22:10:39.864Z | |
109 | 2024-10-18T22:10:39.864Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-10-18T22:10:39.864Z | # # # # # # # # # # # # # # # |
111 | 2024-10-18T22:10:39.864Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-10-18T22:10:39.864Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-10-18T22:10:39.864Z | # # # # # # # # # # # # # # # |
114 | 2024-10-18T22:10:39.864Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-10-18T22:10:39.864Z | |
116 | 2024-10-18T22:10:39.864Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-10-18T22:10:47.555Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-10-18T22:10:50.690Z | Startup: Caching catalogs ... Done |
119 | 2024-10-18T22:10:59.617Z | Planning: Solver setup ... Done (5.411s) |
120 | 2024-10-18T22:10:59.664Z | Planning: Running solver ... Done (0.082s) |
121 | 2024-10-18T22:10:59.664Z | Planning: Finding local manifests ... Done (0.005s) |
122 | 2024-10-18T22:10:59.664Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-10-18T22:10:59.664Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-10-18T22:10:59.664Z | Planning: Package planning ... Done (0.099s) |
125 | 2024-10-18T22:10:59.698Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-10-18T22:10:59.698Z | Planning: Checking for conflicting actions ... Done (0.197s) |
127 | 2024-10-18T22:10:59.850Z | Planning: Consolidating action changes ... Done (2.310s) |
128 | 2024-10-18T22:11:00.302Z | Planning: Evaluating mediators ... Done (0.452s) |
129 | 2024-10-18T22:11:00.381Z | Planning: Planning completed in 9.61 seconds |
130 | 2024-10-18T22:11:00.402Z | Packages to install: 4 |
131 | 2024-10-18T22:11:00.402Z | Packages to update: 1 |
132 | 2024-10-18T22:11:00.406Z | Mediators to change: 2 |
133 | 2024-10-18T22:11:00.406Z | Services to change: 1 |
134 | 2024-10-18T22:11:00.406Z | Estimated space available: 155.71 GB |
135 | 2024-10-18T22:11:00.406Z | Estimated space to be consumed: 1.58 GB |
136 | 2024-10-18T22:11:00.406Z | Create boot environment: No |
137 | 2024-10-18T22:11:00.406Z | Create backup boot environment: Yes |
138 | 2024-10-18T22:11:00.406Z | Rebuild boot archive: No |
139 | 2024-10-18T22:11:00.406Z | |
140 | 2024-10-18T22:11:00.406Z | Changed mediators: |
141 | 2024-10-18T22:11:00.407Z | mediator clang: |
142 | 2024-10-18T22:11:00.407Z | version: None -> 15 (system default) |
143 | 2024-10-18T22:11:00.407Z | |
144 | 2024-10-18T22:11:00.407Z | mediator llvm: |
145 | 2024-10-18T22:11:00.407Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-10-18T22:11:00.407Z | |
147 | 2024-10-18T22:11:00.407Z | Changed packages: |
148 | 2024-10-18T22:11:00.407Z | helios-dev |
149 | 2024-10-18T22:11:00.407Z | developer/build-essential |
150 | 2024-10-18T22:11:00.407Z | None -> 11-2.0 |
151 | 2024-10-18T22:11:00.407Z | library/libxmlsec1 |
152 | 2024-10-18T22:11:00.407Z | None -> 1.2.35-2.0 |
153 | 2024-10-18T22:11:00.407Z | ooce/developer/clang-15 |
154 | 2024-10-18T22:11:00.407Z | None -> 15.0.7-2.0 |
155 | 2024-10-18T22:11:00.407Z | ooce/developer/llvm-15 |
156 | 2024-10-18T22:11:00.407Z | None -> 15.0.7-2.0 |
157 | 2024-10-18T22:11:00.407Z | package/pkg |
158 | 2024-10-18T22:11:00.407Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-10-18T22:11:00.407Z | |
160 | 2024-10-18T22:11:00.407Z | Services: |
161 | 2024-10-18T22:11:00.407Z | restart_fmri: |
162 | 2024-10-18T22:11:00.407Z | svc:/system/update-man-index:default |
163 | 2024-10-18T22:11:00.407Z | |
164 | 2024-10-18T22:11:00.407Z | Editable files to change: |
165 | 2024-10-18T22:11:00.407Z | Update: |
166 | 2024-10-18T22:11:00.407Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-10-18T22:11:00.485Z | |
168 | 2024-10-18T22:11:00.485Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-10-18T22:11:05.490Z | Download: 446/4281 items 17.0/220.6MB 7% complete (3.5M/s) |
170 | 2024-10-18T22:11:10.490Z | Download: 1163/4281 items 67.3/220.6MB 30% complete (6.7M/s) |
171 | 2024-10-18T22:11:15.509Z | Download: 1345/4281 items 116.9/220.6MB 52% complete (10.0M/s) |
172 | 2024-10-18T22:11:20.504Z | Download: 2272/4281 items 119.5/220.6MB 54% complete (5.8M/s) |
173 | 2024-10-18T22:11:25.504Z | Download: 3166/4281 items 166.5/220.6MB 75% complete (4.9M/s) |
174 | 2024-10-18T22:11:31.231Z | Download: 3288/4281 items 212.6/220.6MB 96% complete (9.3M/s) |
175 | 2024-10-18T22:11:36.274Z | Download: 3666/4281 items 214.3/220.6MB 97% complete (2.1M/s) |
176 | 2024-10-18T22:11:41.373Z | Download: 4206/4281 items 218.6/220.6MB 99% complete (742k/s) |
177 | 2024-10-18T22:11:43.891Z | Download: Completed 220.60 MB in 43.40 seconds (5.1M/s) |
178 | 2024-10-18T22:11:46.072Z | Actions: 1/5063 actions (Removing old actions) |
179 | 2024-10-18T22:11:46.095Z | Actions: 194/5063 actions (Installing new actions) |
180 | 2024-10-18T22:11:50.849Z | Actions: 4226/5063 actions (Updating modified actions) |
181 | 2024-10-18T22:11:51.228Z | Actions: Completed 5063 actions in 5.16 seconds. |
182 | 2024-10-18T22:11:51.430Z | Done (0.194s) |
183 | 2024-10-18T22:11:51.433Z | Done (0.000s) |
184 | 2024-10-18T22:11:51.919Z | Done (0.486s) |
185 | 2024-10-18T22:11:56.400Z | Done (4.282s) |
186 | 2024-10-18T22:11:56.492Z | Done (0.019s) |
187 | 2024-10-18T22:11:56.494Z | Done (0.000s) |
188 | 2024-10-18T22:11:56.690Z | Done (0.000s) |
189 | 2024-10-18T22:11:57.333Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-10-18T22:11:57.494Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-10-18T22:11:57.497Z | Planning: Consolidating action changes ... Done |
192 | 2024-10-18T22:11:57.769Z | Planning: Evaluating mediators ... Done |
193 | 2024-10-18T22:11:57.771Z | Planning: Planning completed in 0.44 seconds |
194 | 2024-10-18T22:11:57.810Z | Mediators to change: 2 |
195 | 2024-10-18T22:11:57.810Z | Create boot environment: No |
196 | 2024-10-18T22:11:57.814Z | Create backup boot environment: No |
197 | 2024-10-18T22:11:57.886Z | Done |
198 | 2024-10-18T22:11:57.886Z | Done |
199 | 2024-10-18T22:11:58.197Z | Done |
200 | 2024-10-18T22:12:01.769Z | Done |
201 | 2024-10-18T22:12:01.856Z | Done |
202 | 2024-10-18T22:12:01.858Z | Done |
203 | 2024-10-18T22:12:01.972Z | Done |
204 | 2024-10-18T22:12:02.603Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-10-18T22:12:02.605Z | Planning: Merging actions ... Done |
206 | 2024-10-18T22:12:02.794Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-10-18T22:12:02.796Z | Planning: Consolidating action changes ... Done |
208 | 2024-10-18T22:12:03.063Z | Planning: Evaluating mediators ... Done |
209 | 2024-10-18T22:12:03.120Z | Planning: Planning completed in 0.76 seconds |
210 | 2024-10-18T22:12:03.162Z | Packages to change: 1 |
211 | 2024-10-18T22:12:03.162Z | Mediators to change: 1 |
212 | 2024-10-18T22:12:03.164Z | Services to change: 1 |
213 | 2024-10-18T22:12:03.164Z | Create boot environment: No |
214 | 2024-10-18T22:12:03.164Z | Create backup boot environment: Yes |
215 | 2024-10-18T22:12:05.105Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-10-18T22:12:05.110Z | Actions: Completed 6 actions in 0.00 seconds. |
217 | 2024-10-18T22:12:05.110Z | Done |
218 | 2024-10-18T22:12:05.110Z | Done |
219 | 2024-10-18T22:12:05.206Z | Done |
220 | 2024-10-18T22:12:08.733Z | Done |
221 | 2024-10-18T22:12:08.822Z | Done |
222 | 2024-10-18T22:12:08.824Z | Done |
223 | 2024-10-18T22:12:08.964Z | Done |
224 | 2024-10-18T22:12:09.397Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-10-18T22:12:09.397Z | clang system 15 system |
226 | 2024-10-18T22:12:09.397Z | csh system system illumos |
227 | 2024-10-18T22:12:09.397Z | ctags system system illumos |
228 | 2024-10-18T22:12:09.398Z | gcc vendor 12 vendor |
229 | 2024-10-18T22:12:09.398Z | gcc system 10 system |
230 | 2024-10-18T22:12:09.398Z | gcc system 7 system |
231 | 2024-10-18T22:12:09.398Z | go system 1.20 system |
232 | 2024-10-18T22:12:09.398Z | go system 1.19 system |
233 | 2024-10-18T22:12:09.398Z | llvm system 15 system |
234 | 2024-10-18T22:12:09.398Z | llvm system 14 system |
235 | 2024-10-18T22:12:09.398Z | mariadb system 10.6 system |
236 | 2024-10-18T22:12:09.398Z | mta vendor vendor dma |
237 | 2024-10-18T22:12:09.398Z | openjdk system 17 system |
238 | 2024-10-18T22:12:09.398Z | openjdk system 11 system |
239 | 2024-10-18T22:12:09.398Z | openjdk system 1.8 system |
240 | 2024-10-18T22:12:09.398Z | openssl vendor 3 vendor |
241 | 2024-10-18T22:12:09.398Z | perl system 5.36 system |
242 | 2024-10-18T22:12:09.398Z | postgresql system 15 system |
243 | 2024-10-18T22:12:09.398Z | postgresql system 13 system |
244 | 2024-10-18T22:12:09.398Z | python vendor 3 vendor |
245 | 2024-10-18T22:12:09.398Z | python system 2 system |
246 | 2024-10-18T22:12:09.398Z | python3 system 3.11 system |
247 | 2024-10-18T22:12:09.398Z | ruby system 3.0 system |
248 | 2024-10-18T22:12:09.398Z | words vendor vendor american-english |
249 | 2024-10-18T22:12:09.398Z | words system system australian-english |
250 | 2024-10-18T22:12:09.398Z | words system system british-english |
251 | 2024-10-18T22:12:09.398Z | words system system canadian-english |
252 | 2024-10-18T22:12:09.398Z | words system system french |
253 | 2024-10-18T22:12:09.398Z | words system system italian |
254 | 2024-10-18T22:12:09.398Z | words system system ngerman |
255 | 2024-10-18T22:12:09.398Z | words system system ogerman |
256 | 2024-10-18T22:12:09.398Z | words system system spanish |
257 | 2024-10-18T22:12:09.737Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-10-18T22:12:09.737Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-10-18T22:12:12.046Z | FMRI IFO |
260 | 2024-10-18T22:12:12.046Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-10-18T22:12:12.046Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-10-18T22:12:12.046Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-10-18T22:12:12.046Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-10-18T22:12:12.047Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-10-18T22:12:12.047Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-10-18T22:12:12.047Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2024-10-18T22:12:12.047Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2024-10-18T22:12:12.047Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-10-18T22:12:12.047Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-10-18T22:12:12.047Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-10-18T22:12:12.047Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-10-18T22:12:12.047Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-10-18T22:12:12.766Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-10-18T22:12:13.003Z | Updating crates.io index |
275 | 2024-10-18T22:12:13.006Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-10-18T22:12:13.849Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-10-18T22:12:14.103Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-10-18T22:12:14.325Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-10-18T22:12:14.582Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-10-18T22:12:15.349Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-10-18T22:12:17.470Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-10-18T22:12:18.460Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-10-18T22:12:19.168Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-10-18T22:12:19.397Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-10-18T22:12:19.643Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-10-18T22:12:20.209Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-10-18T22:12:20.584Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-10-18T22:12:20.887Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-10-18T22:12:21.096Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-10-18T22:12:21.348Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-10-18T22:12:21.612Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-10-18T22:12:21.843Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-10-18T22:12:22.149Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-10-18T22:12:22.427Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-10-18T22:12:22.744Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-10-18T22:12:23.158Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-10-18T22:12:23.469Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-10-18T22:12:23.823Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-10-18T22:12:24.188Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-10-18T22:12:24.479Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-10-18T22:12:24.744Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-10-18T22:12:25.922Z | Downloading crates ... |
303 | 2024-10-18T22:12:25.994Z | Downloaded anstyle v1.0.8 |
304 | 2024-10-18T22:12:26.011Z | Downloaded pretty-hex v0.4.1 |
305 | 2024-10-18T22:12:26.014Z | Downloaded usdt-attr-macro v0.5.0 |
306 | 2024-10-18T22:12:26.016Z | Downloaded usdt-macro v0.5.0 |
307 | 2024-10-18T22:12:26.016Z | Downloaded heck v0.5.0 |
308 | 2024-10-18T22:12:26.019Z | Downloaded fnv v1.0.7 |
309 | 2024-10-18T22:12:26.019Z | Downloaded bitflags v2.6.0 |
310 | 2024-10-18T22:12:26.022Z | Downloaded autocfg v1.4.0 |
311 | 2024-10-18T22:12:26.024Z | Downloaded is_terminal_polyfill v1.70.1 |
312 | 2024-10-18T22:12:26.026Z | Downloaded cargo_metadata v0.18.1 |
313 | 2024-10-18T22:12:26.028Z | Downloaded digest v0.10.7 |
314 | 2024-10-18T22:12:26.030Z | Downloaded block-buffer v0.10.4 |
315 | 2024-10-18T22:12:26.031Z | Downloaded cpufeatures v0.2.14 |
316 | 2024-10-18T22:12:26.033Z | Downloaded clap_lex v0.7.2 |
317 | 2024-10-18T22:12:26.033Z | Downloaded toml_datetime v0.6.8 |
318 | 2024-10-18T22:12:26.035Z | Downloaded macaddr v1.0.1 |
319 | 2024-10-18T22:12:26.036Z | Downloaded anstyle-parse v0.2.5 |
320 | 2024-10-18T22:12:26.038Z | Downloaded errno v0.3.9 |
321 | 2024-10-18T22:12:26.040Z | Downloaded thread-id v4.2.2 |
322 | 2024-10-18T22:12:26.040Z | Downloaded cfg-if v1.0.0 |
323 | 2024-10-18T22:12:26.043Z | Downloaded strsim v0.11.1 |
324 | 2024-10-18T22:12:26.043Z | Downloaded byteorder v1.5.0 |
325 | 2024-10-18T22:12:26.045Z | Downloaded memmap v0.7.0 |
326 | 2024-10-18T22:12:26.045Z | Downloaded bytecount v0.6.8 |
327 | 2024-10-18T22:12:26.048Z | Downloaded anstyle-query v1.1.1 |
328 | 2024-10-18T22:12:26.050Z | Downloaded generic-array v0.14.7 |
329 | 2024-10-18T22:12:26.053Z | Downloaded proc-macro-error-attr v1.0.4 |
330 | 2024-10-18T22:12:26.053Z | Downloaded camino-tempfile v1.1.1 |
331 | 2024-10-18T22:12:26.059Z | Downloaded serde_spanned v0.6.8 |
332 | 2024-10-18T22:12:26.062Z | Downloaded dtrace-parser v0.2.0 |
333 | 2024-10-18T22:12:26.066Z | Downloaded scroll_derive v0.12.0 |
334 | 2024-10-18T22:12:26.075Z | Downloaded swrite v0.1.0 |
335 | 2024-10-18T22:12:26.077Z | Downloaded camino v1.1.9 |
336 | 2024-10-18T22:12:26.080Z | Downloaded anstream v0.6.15 |
337 | 2024-10-18T22:12:26.084Z | Downloaded pest_derive v2.7.14 |
338 | 2024-10-18T22:12:26.088Z | Downloaded colorchoice v1.0.2 |
339 | 2024-10-18T22:12:26.090Z | Downloaded semver v1.0.23 |
340 | 2024-10-18T22:12:26.094Z | Downloaded sha2 v0.10.8 |
341 | 2024-10-18T22:12:26.100Z | Downloaded scroll v0.12.0 |
342 | 2024-10-18T22:12:26.100Z | Downloaded quote v1.0.37 |
343 | 2024-10-18T22:12:26.103Z | Downloaded version_check v0.9.5 |
344 | 2024-10-18T22:12:26.103Z | Downloaded terminal_size v0.4.0 |
345 | 2024-10-18T22:12:26.103Z | Downloaded tabled_derive v0.7.0 |
346 | 2024-10-18T22:12:26.103Z | Downloaded fastrand v2.1.1 |
347 | 2024-10-18T22:12:26.103Z | Downloaded equivalent v1.0.1 |
348 | 2024-10-18T22:12:26.104Z | Downloaded itoa v1.0.11 |
349 | 2024-10-18T22:12:26.108Z | Downloaded fs-err v2.11.0 |
350 | 2024-10-18T22:12:26.108Z | Downloaded crypto-common v0.1.6 |
351 | 2024-10-18T22:12:26.108Z | Downloaded dof v0.3.0 |
352 | 2024-10-18T22:12:26.110Z | Downloaded cargo-platform v0.1.8 |
353 | 2024-10-18T22:12:26.110Z | Downloaded pest_meta v2.7.14 |
354 | 2024-10-18T22:12:26.113Z | Downloaded heck v0.4.1 |
355 | 2024-10-18T22:12:26.115Z | Downloaded thiserror v1.0.64 |
356 | 2024-10-18T22:12:26.120Z | Downloaded unicode-linebreak v0.1.5 |
357 | 2024-10-18T22:12:26.122Z | Downloaded smawk v0.3.2 |
358 | 2024-10-18T22:12:26.122Z | Downloaded pest_generator v2.7.14 |
359 | 2024-10-18T22:12:26.125Z | Downloaded usdt v0.5.0 |
360 | 2024-10-18T22:12:26.128Z | Downloaded serde_tokenstream v0.2.2 |
361 | 2024-10-18T22:12:26.130Z | Downloaded utf8parse v0.2.2 |
362 | 2024-10-18T22:12:26.130Z | Downloaded usdt-impl v0.5.0 |
363 | 2024-10-18T22:12:26.133Z | Downloaded tempfile v3.13.0 |
364 | 2024-10-18T22:12:26.136Z | Downloaded anyhow v1.0.89 |
365 | 2024-10-18T22:12:26.139Z | Downloaded serde_derive v1.0.210 |
366 | 2024-10-18T22:12:26.141Z | Downloaded textwrap v0.16.1 |
367 | 2024-10-18T22:12:26.144Z | Downloaded clap_derive v4.5.18 |
368 | 2024-10-18T22:12:26.147Z | Downloaded cargo_toml v0.20.5 |
369 | 2024-10-18T22:12:26.150Z | Downloaded typenum v1.17.0 |
370 | 2024-10-18T22:12:26.152Z | Downloaded proc-macro-error v1.0.4 |
371 | 2024-10-18T22:12:26.155Z | Downloaded plain v0.2.3 |
372 | 2024-10-18T22:12:26.157Z | Downloaded once_cell v1.20.2 |
373 | 2024-10-18T22:12:26.163Z | Downloaded zerocopy-derive v0.7.35 |
374 | 2024-10-18T22:12:26.168Z | Downloaded unicode-ident v1.0.13 |
375 | 2024-10-18T22:12:26.170Z | Downloaded papergrid v0.11.0 |
376 | 2024-10-18T22:12:26.177Z | Downloaded log v0.4.22 |
377 | 2024-10-18T22:12:26.179Z | Downloaded clap v4.5.20 |
378 | 2024-10-18T22:12:26.186Z | Downloaded ryu v1.0.18 |
379 | 2024-10-18T22:12:26.189Z | Downloaded ucd-trie v0.1.7 |
380 | 2024-10-18T22:12:26.192Z | Downloaded toml v0.8.19 |
381 | 2024-10-18T22:12:26.195Z | Downloaded thiserror-impl v1.0.64 |
382 | 2024-10-18T22:12:26.199Z | Downloaded proc-macro2 v1.0.87 |
383 | 2024-10-18T22:12:26.216Z | Downloaded indexmap v2.6.0 |
384 | 2024-10-18T22:12:26.221Z | Downloaded serde v1.0.210 |
385 | 2024-10-18T22:12:26.227Z | Downloaded memchr v2.7.4 |
386 | 2024-10-18T22:12:26.239Z | Downloaded hashbrown v0.15.0 |
387 | 2024-10-18T22:12:26.247Z | Downloaded toml_edit v0.22.22 |
388 | 2024-10-18T22:12:26.278Z | Downloaded clap_builder v4.5.20 |
389 | 2024-10-18T22:12:26.284Z | Downloaded pest v2.7.14 |
390 | 2024-10-18T22:12:26.295Z | Downloaded zerocopy v0.7.35 |
391 | 2024-10-18T22:12:26.311Z | Downloaded serde_json v1.0.128 |
392 | 2024-10-18T22:12:26.317Z | Downloaded winnow v0.6.20 |
393 | 2024-10-18T22:12:26.325Z | Downloaded tabled v0.15.0 |
394 | 2024-10-18T22:12:26.341Z | Downloaded unicode-width v0.1.14 |
395 | 2024-10-18T22:12:26.346Z | Downloaded syn v2.0.79 |
396 | 2024-10-18T22:12:26.357Z | Downloaded syn v1.0.109 |
397 | 2024-10-18T22:12:26.366Z | Downloaded rustix v0.38.37 |
398 | 2024-10-18T22:12:26.389Z | Downloaded goblin v0.8.2 |
399 | 2024-10-18T22:12:26.393Z | Downloaded libc v0.2.159 |
400 | 2024-10-18T22:12:26.693Z | Compiling proc-macro2 v1.0.87 |
401 | 2024-10-18T22:12:26.693Z | Compiling unicode-ident v1.0.13 |
402 | 2024-10-18T22:12:26.696Z | Compiling serde v1.0.210 |
403 | 2024-10-18T22:12:26.696Z | Compiling version_check v0.9.5 |
404 | 2024-10-18T22:12:26.696Z | Compiling memchr v2.7.4 |
405 | 2024-10-18T22:12:26.696Z | Compiling thiserror v1.0.64 |
406 | 2024-10-18T22:12:26.696Z | Compiling libc v0.2.159 |
407 | 2024-10-18T22:12:26.696Z | Compiling itoa v1.0.11 |
408 | 2024-10-18T22:12:26.944Z | Compiling ryu v1.0.18 |
409 | 2024-10-18T22:12:27.061Z | Compiling ucd-trie v0.1.7 |
410 | 2024-10-18T22:12:27.285Z | Compiling once_cell v1.20.2 |
411 | 2024-10-18T22:12:27.555Z | Compiling byteorder v1.5.0 |
412 | 2024-10-18T22:12:27.580Z | Compiling rustix v0.38.37 |
413 | 2024-10-18T22:12:27.676Z | Compiling serde_json v1.0.128 |
414 | 2024-10-18T22:12:28.018Z | Compiling bitflags v2.6.0 |
415 | 2024-10-18T22:12:28.086Z | Compiling usdt-impl v0.5.0 |
416 | 2024-10-18T22:12:28.410Z | Compiling quote v1.0.37 |
417 | 2024-10-18T22:12:28.455Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-10-18T22:12:28.457Z | Compiling syn v1.0.109 |
419 | 2024-10-18T22:12:28.521Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-10-18T22:12:28.644Z | Compiling hashbrown v0.15.0 |
421 | 2024-10-18T22:12:28.812Z | Compiling syn v2.0.79 |
422 | 2024-10-18T22:12:28.837Z | Compiling equivalent v1.0.1 |
423 | 2024-10-18T22:12:28.971Z | Compiling errno v0.3.9 |
424 | 2024-10-18T22:12:29.226Z | Compiling plain v0.2.3 |
425 | 2024-10-18T22:12:29.251Z | Compiling utf8parse v0.2.2 |
426 | 2024-10-18T22:12:29.330Z | Compiling thread-id v4.2.2 |
427 | 2024-10-18T22:12:29.372Z | Compiling camino v1.1.9 |
428 | 2024-10-18T22:12:29.397Z | Compiling log v0.4.22 |
429 | 2024-10-18T22:12:29.419Z | Compiling anstyle-parse v0.2.5 |
430 | 2024-10-18T22:12:29.911Z | Compiling indexmap v2.6.0 |
431 | 2024-10-18T22:12:29.968Z | Compiling is_terminal_polyfill v1.70.1 |
432 | 2024-10-18T22:12:30.092Z | Compiling anstyle-query v1.1.1 |
433 | 2024-10-18T22:12:30.139Z | Compiling semver v1.0.23 |
434 | 2024-10-18T22:12:30.197Z | Compiling anstyle v1.0.8 |
435 | 2024-10-18T22:12:30.245Z | Compiling pretty-hex v0.4.1 |
436 | 2024-10-18T22:12:30.295Z | Compiling unicode-width v0.1.14 |
437 | 2024-10-18T22:12:30.474Z | Compiling winnow v0.6.20 |
438 | 2024-10-18T22:12:30.676Z | Compiling colorchoice v1.0.2 |
439 | 2024-10-18T22:12:30.707Z | Compiling autocfg v1.4.0 |
440 | 2024-10-18T22:12:30.831Z | Compiling anstream v0.6.15 |
441 | 2024-10-18T22:12:31.297Z | Compiling terminal_size v0.4.0 |
442 | 2024-10-18T22:12:31.515Z | Compiling fastrand v2.1.1 |
443 | 2024-10-18T22:12:31.570Z | Compiling anyhow v1.0.89 |
444 | 2024-10-18T22:12:31.637Z | Compiling fnv v1.0.7 |
445 | 2024-10-18T22:12:31.777Z | Compiling clap_lex v0.7.2 |
446 | 2024-10-18T22:12:31.833Z | Compiling fs-err v2.11.0 |
447 | 2024-10-18T22:12:32.062Z | Compiling heck v0.5.0 |
448 | 2024-10-18T22:12:32.084Z | Compiling bytecount v0.6.8 |
449 | 2024-10-18T22:12:32.137Z | Compiling strsim v0.11.1 |
450 | 2024-10-18T22:12:32.300Z | Compiling heck v0.4.1 |
451 | 2024-10-18T22:12:32.323Z | Compiling cfg-if v1.0.0 |
452 | 2024-10-18T22:12:32.426Z | Compiling tempfile v3.13.0 |
453 | 2024-10-18T22:12:32.596Z | Compiling clap_builder v4.5.20 |
454 | 2024-10-18T22:12:32.899Z | Compiling papergrid v0.11.0 |
455 | 2024-10-18T22:12:33.078Z | Compiling memmap v0.7.0 |
456 | 2024-10-18T22:12:33.139Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-10-18T22:12:33.295Z | Compiling smawk v0.3.2 |
458 | 2024-10-18T22:12:33.629Z | Compiling textwrap v0.16.1 |
459 | 2024-10-18T22:12:34.093Z | Compiling swrite v0.1.0 |
460 | 2024-10-18T22:12:35.132Z | Compiling tabled_derive v0.7.0 |
461 | 2024-10-18T22:12:36.798Z | Compiling tabled v0.15.0 |
462 | 2024-10-18T22:12:37.704Z | Compiling serde_derive v1.0.210 |
463 | 2024-10-18T22:12:37.706Z | Compiling thiserror-impl v1.0.64 |
464 | 2024-10-18T22:12:37.706Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-10-18T22:12:37.793Z | Compiling scroll_derive v0.12.0 |
466 | 2024-10-18T22:12:38.087Z | Compiling clap_derive v4.5.18 |
467 | 2024-10-18T22:12:39.262Z | Compiling scroll v0.12.0 |
468 | 2024-10-18T22:12:39.686Z | Compiling goblin v0.8.2 |
469 | 2024-10-18T22:12:39.709Z | Compiling zerocopy v0.7.35 |
470 | 2024-10-18T22:12:40.208Z | Compiling pest v2.7.14 |
471 | 2024-10-18T22:12:41.607Z | Compiling clap v4.5.20 |
472 | 2024-10-18T22:12:42.650Z | Compiling pest_meta v2.7.14 |
473 | 2024-10-18T22:12:43.452Z | Compiling pest_generator v2.7.14 |
474 | 2024-10-18T22:12:45.399Z | Compiling pest_derive v2.7.14 |
475 | 2024-10-18T22:12:46.198Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-10-18T22:12:47.814Z | Compiling serde_tokenstream v0.2.2 |
477 | 2024-10-18T22:12:47.973Z | Compiling serde_spanned v0.6.8 |
478 | 2024-10-18T22:12:47.973Z | Compiling toml_datetime v0.6.8 |
479 | 2024-10-18T22:12:48.081Z | Compiling cargo-platform v0.1.8 |
480 | 2024-10-18T22:12:48.287Z | Compiling toml_edit v0.22.22 |
481 | 2024-10-18T22:12:48.417Z | Compiling macaddr v1.0.1 |
482 | 2024-10-18T22:12:48.601Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-10-18T22:12:49.264Z | Compiling dof v0.3.0 |
484 | 2024-10-18T22:12:49.418Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-10-18T22:12:50.937Z | Compiling usdt-macro v0.5.0 |
486 | 2024-10-18T22:12:50.939Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-10-18T22:12:51.232Z | Compiling toml v0.8.19 |
488 | 2024-10-18T22:12:52.065Z | Compiling cargo_toml v0.20.5 |
489 | 2024-10-18T22:12:52.265Z | Compiling usdt v0.5.0 |
490 | 2024-10-18T22:12:55.495Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-10-18T22:12:59.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.87s |
492 | 2024-10-18T22:12:59.639Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-10-18T22:13:00.218Z | Downloading crates ... |
494 | 2024-10-18T22:13:00.333Z | Downloaded async-recursion v1.1.1 |
495 | 2024-10-18T22:13:00.337Z | Downloaded adler2 v2.0.0 |
496 | 2024-10-18T22:13:00.339Z | Downloaded cfg_aliases v0.2.1 |
497 | 2024-10-18T22:13:00.341Z | Downloaded assert_matches v1.5.0 |
498 | 2024-10-18T22:13:00.344Z | Downloaded arrayvec v0.7.6 |
499 | 2024-10-18T22:13:00.346Z | Downloaded array-init v0.0.4 |
500 | 2024-10-18T22:13:00.348Z | Downloaded atomicwrites v0.4.4 |
501 | 2024-10-18T22:13:00.351Z | Downloaded convert_case v0.4.0 |
502 | 2024-10-18T22:13:00.358Z | Downloaded darling_macro v0.20.10 |
503 | 2024-10-18T22:13:00.361Z | Downloaded block-padding v0.3.3 |
504 | 2024-10-18T22:13:00.361Z | Downloaded crucible-workspace-hack v0.1.0 |
505 | 2024-10-18T22:13:00.363Z | Downloaded bit-set v0.5.3 |
506 | 2024-10-18T22:13:00.366Z | Downloaded base16ct v0.2.0 |
507 | 2024-10-18T22:13:00.369Z | Downloaded cassowary v0.3.0 |
508 | 2024-10-18T22:13:00.372Z | Downloaded cstr-argument v0.1.2 |
509 | 2024-10-18T22:13:00.374Z | Downloaded bb8 v0.8.5 |
510 | 2024-10-18T22:13:00.377Z | Downloaded bitflags v1.3.2 |
511 | 2024-10-18T22:13:00.379Z | Downloaded crossbeam-deque v0.8.5 |
512 | 2024-10-18T22:13:00.381Z | Downloaded ciborium-ll v0.2.2 |
513 | 2024-10-18T22:13:00.384Z | Downloaded cexpr v0.6.0 |
514 | 2024-10-18T22:13:00.387Z | Downloaded newtype_derive v0.1.6 |
515 | 2024-10-18T22:13:00.389Z | Downloaded is_ci v1.2.0 |
516 | 2024-10-18T22:13:00.389Z | Downloaded md5 v0.7.0 |
517 | 2024-10-18T22:13:00.389Z | Downloaded curve25519-dalek-derive v0.1.1 |
518 | 2024-10-18T22:13:00.392Z | Downloaded const_format_proc_macros v0.2.33 |
519 | 2024-10-18T22:13:00.395Z | Downloaded backoff v0.4.0 |
520 | 2024-10-18T22:13:00.398Z | Downloaded bcs v0.1.6 |
521 | 2024-10-18T22:13:00.400Z | Downloaded indent_write v2.2.0 |
522 | 2024-10-18T22:13:00.403Z | Downloaded impl-trait-for-tuples v0.2.2 |
523 | 2024-10-18T22:13:00.405Z | Downloaded debug-ignore v1.0.5 |
524 | 2024-10-18T22:13:00.408Z | Downloaded oso-derive v0.27.3 |
525 | 2024-10-18T22:13:00.408Z | Downloaded openssl-macros v0.1.1 |
526 | 2024-10-18T22:13:00.410Z | Downloaded instant v0.1.13 |
527 | 2024-10-18T22:13:00.410Z | Downloaded opaque-debug v0.3.1 |
528 | 2024-10-18T22:13:00.413Z | Downloaded http-body v1.0.1 |
529 | 2024-10-18T22:13:00.413Z | Downloaded cfg_aliases v0.1.1 |
530 | 2024-10-18T22:13:00.415Z | Downloaded num_threads v0.1.7 |
531 | 2024-10-18T22:13:00.415Z | Downloaded normalize-line-endings v0.3.0 |
532 | 2024-10-18T22:13:00.415Z | Downloaded atty v0.2.14 |
533 | 2024-10-18T22:13:00.418Z | Downloaded async-stream-impl v0.3.6 |
534 | 2024-10-18T22:13:00.418Z | Downloaded num v0.4.3 |
535 | 2024-10-18T22:13:00.421Z | Downloaded blake2 v0.10.6 |
536 | 2024-10-18T22:13:00.423Z | Downloaded memoffset v0.9.1 |
537 | 2024-10-18T22:13:00.425Z | Downloaded lalrpop-util v0.19.12 |
538 | 2024-10-18T22:13:00.425Z | Downloaded csv-core v0.1.11 |
539 | 2024-10-18T22:13:00.428Z | Downloaded cookie_store v0.21.0 |
540 | 2024-10-18T22:13:00.430Z | Downloaded addr2line v0.24.2 |
541 | 2024-10-18T22:13:00.435Z | Downloaded olpc-cjson v0.1.4 |
542 | 2024-10-18T22:13:00.435Z | Downloaded num-derive v0.4.2 |
543 | 2024-10-18T22:13:00.438Z | Downloaded crunchy v0.2.2 |
544 | 2024-10-18T22:13:00.438Z | Downloaded ahash v0.8.11 |
545 | 2024-10-18T22:13:00.438Z | Downloaded num-integer v0.1.46 |
546 | 2024-10-18T22:13:00.440Z | Downloaded multimap v0.10.0 |
547 | 2024-10-18T22:13:00.443Z | Downloaded nodrop v0.1.14 |
548 | 2024-10-18T22:13:00.443Z | Downloaded ciborium-io v0.2.2 |
549 | 2024-10-18T22:13:00.445Z | Downloaded arc-swap v1.7.1 |
550 | 2024-10-18T22:13:00.449Z | Downloaded md-5 v0.10.6 |
551 | 2024-10-18T22:13:00.451Z | Downloaded jobserver v0.1.32 |
552 | 2024-10-18T22:13:00.453Z | Downloaded num_enum v0.5.11 |
553 | 2024-10-18T22:13:00.460Z | Downloaded ascii-canvas v3.0.0 |
554 | 2024-10-18T22:13:00.462Z | Downloaded castaway v0.2.3 |
555 | 2024-10-18T22:13:00.464Z | Downloaded bit-vec v0.6.3 |
556 | 2024-10-18T22:13:00.466Z | Downloaded num-complex v0.4.6 |
557 | 2024-10-18T22:13:00.469Z | Downloaded mime_guess v2.0.5 |
558 | 2024-10-18T22:13:00.471Z | Downloaded crc-any v2.5.0 |
559 | 2024-10-18T22:13:00.474Z | Downloaded internet-checksum v0.2.1 |
560 | 2024-10-18T22:13:00.476Z | Downloaded num-rational v0.4.2 |
561 | 2024-10-18T22:13:00.476Z | Downloaded crossbeam-utils v0.8.20 |
562 | 2024-10-18T22:13:00.479Z | Downloaded bytes v1.7.2 |
563 | 2024-10-18T22:13:00.484Z | Downloaded match_cfg v0.1.0 |
564 | 2024-10-18T22:13:00.486Z | Downloaded new_debug_unreachable v1.0.6 |
565 | 2024-10-18T22:13:00.489Z | Downloaded crc-catalog v2.4.0 |
566 | 2024-10-18T22:13:00.489Z | Downloaded cobs v0.2.3 |
567 | 2024-10-18T22:13:00.492Z | Downloaded time-core v0.1.2 |
568 | 2024-10-18T22:13:00.492Z | Downloaded const-oid v0.9.6 |
569 | 2024-10-18T22:13:00.494Z | Downloaded chacha20 v0.9.1 |
570 | 2024-10-18T22:13:00.497Z | Downloaded num-conv v0.1.0 |
571 | 2024-10-18T22:13:00.499Z | Downloaded openssl-probe v0.1.5 |
572 | 2024-10-18T22:13:00.499Z | Downloaded spki v0.7.3 |
573 | 2024-10-18T22:13:00.502Z | Downloaded number_prefix v0.4.0 |
574 | 2024-10-18T22:13:00.504Z | Downloaded ssh-encoding v0.2.0 |
575 | 2024-10-18T22:13:00.506Z | Downloaded secrecy v0.8.0 |
576 | 2024-10-18T22:13:00.509Z | Downloaded zone_cfg_derive v0.3.0 |
577 | 2024-10-18T22:13:00.509Z | Downloaded scopeguard v1.2.0 |
578 | 2024-10-18T22:13:00.511Z | Downloaded rustls-pemfile v1.0.4 |
579 | 2024-10-18T22:13:00.515Z | Downloaded base64ct v1.6.0 |
580 | 2024-10-18T22:13:00.517Z | Downloaded bzip2 v0.4.4 |
581 | 2024-10-18T22:13:00.519Z | Downloaded omicron-zone-package v0.11.1 |
582 | 2024-10-18T22:13:00.522Z | Downloaded zone_cfg_derive v0.1.2 |
583 | 2024-10-18T22:13:00.524Z | Downloaded indoc v1.0.9 |
584 | 2024-10-18T22:13:00.528Z | Downloaded float-ord v0.3.2 |
585 | 2024-10-18T22:13:00.531Z | Downloaded derive_builder_macro v0.20.2 |
586 | 2024-10-18T22:13:00.531Z | Downloaded stringprep v0.1.5 |
587 | 2024-10-18T22:13:00.534Z | Downloaded chacha20poly1305 v0.10.1 |
588 | 2024-10-18T22:13:00.536Z | Downloaded display-error-chain v0.2.1 |
589 | 2024-10-18T22:13:00.536Z | Downloaded nibble_vec v0.1.0 |
590 | 2024-10-18T22:13:00.539Z | Downloaded maybe-uninit v2.0.0 |
591 | 2024-10-18T22:13:00.539Z | Downloaded data-encoding v2.6.0 |
592 | 2024-10-18T22:13:00.541Z | Downloaded darling v0.20.10 |
593 | 2024-10-18T22:13:00.545Z | Downloaded subtle v2.6.1 |
594 | 2024-10-18T22:13:00.547Z | Downloaded mockall v0.13.0 |
595 | 2024-10-18T22:13:00.550Z | Downloaded ident_case v1.0.1 |
596 | 2024-10-18T22:13:00.550Z | Downloaded futures-sink v0.3.31 |
597 | 2024-10-18T22:13:00.553Z | Downloaded snafu-derive v0.8.5 |
598 | 2024-10-18T22:13:00.555Z | Downloaded newtype-uuid v1.1.2 |
599 | 2024-10-18T22:13:00.555Z | Downloaded utf-8 v0.7.6 |
600 | 2024-10-18T22:13:00.558Z | Downloaded num-iter v0.1.45 |
601 | 2024-10-18T22:13:00.558Z | Downloaded unicode-xid v0.2.6 |
602 | 2024-10-18T22:13:00.560Z | Downloaded num_enum_derive v0.5.11 |
603 | 2024-10-18T22:13:00.562Z | Downloaded rustls-pemfile v2.2.0 |
604 | 2024-10-18T22:13:00.565Z | Downloaded slog v2.7.0 |
605 | 2024-10-18T22:13:00.568Z | Downloaded progenitor-client v0.8.0 |
606 | 2024-10-18T22:13:00.570Z | Downloaded phf_shared v0.10.0 |
607 | 2024-10-18T22:13:00.570Z | Downloaded form_urlencoded v1.2.1 |
608 | 2024-10-18T22:13:00.573Z | Downloaded float-cmp v0.9.0 |
609 | 2024-10-18T22:13:00.573Z | Downloaded either v1.13.0 |
610 | 2024-10-18T22:13:00.575Z | Downloaded string_cache v0.8.7 |
611 | 2024-10-18T22:13:00.578Z | Downloaded which v4.4.2 |
612 | 2024-10-18T22:13:00.580Z | Downloaded time-macros v0.2.18 |
613 | 2024-10-18T22:13:00.582Z | Downloaded ipnet v2.10.1 |
614 | 2024-10-18T22:13:00.585Z | Downloaded crossbeam-epoch v0.9.18 |
615 | 2024-10-18T22:13:00.588Z | Downloaded cookie v0.18.1 |
616 | 2024-10-18T22:13:00.592Z | Downloaded libsw v3.3.1 |
617 | 2024-10-18T22:13:00.594Z | Downloaded dirs-sys-next v0.1.2 |
618 | 2024-10-18T22:13:00.597Z | Downloaded allocator-api2 v0.2.18 |
619 | 2024-10-18T22:13:00.600Z | Downloaded tinyvec_macros v0.1.1 |
620 | 2024-10-18T22:13:00.602Z | Downloaded waitgroup v0.1.2 |
621 | 2024-10-18T22:13:00.604Z | Downloaded hostname v0.4.0 |
622 | 2024-10-18T22:13:00.606Z | Downloaded parse-display v0.10.0 |
623 | 2024-10-18T22:13:00.606Z | Downloaded predicates-core v1.0.8 |
624 | 2024-10-18T22:13:00.609Z | Downloaded tokio-rustls v0.25.0 |
625 | 2024-10-18T22:13:00.611Z | Downloaded tokio-rustls v0.24.1 |
626 | 2024-10-18T22:13:00.613Z | Downloaded take_mut v0.2.2 |
627 | 2024-10-18T22:13:00.616Z | Downloaded progenitor v0.8.0 |
628 | 2024-10-18T22:13:00.618Z | Downloaded futures-macro v0.3.31 |
629 | 2024-10-18T22:13:00.618Z | Downloaded r2d2 v0.8.10 |
630 | 2024-10-18T22:13:00.621Z | Downloaded dhcproto-macros v0.1.0 |
631 | 2024-10-18T22:13:00.621Z | Downloaded ref-cast-impl v1.0.23 |
632 | 2024-10-18T22:13:00.623Z | Downloaded ref-cast v1.0.23 |
633 | 2024-10-18T22:13:00.626Z | Downloaded rand_core v0.6.4 |
634 | 2024-10-18T22:13:00.628Z | Downloaded serde_urlencoded v0.7.1 |
635 | 2024-10-18T22:13:00.631Z | Downloaded serde_repr v0.1.19 |
636 | 2024-10-18T22:13:00.633Z | Downloaded rustc_version v0.1.7 |
637 | 2024-10-18T22:13:00.633Z | Downloaded hashlink v0.9.1 |
638 | 2024-10-18T22:13:00.635Z | Downloaded subprocess v0.2.9 |
639 | 2024-10-18T22:13:00.638Z | Downloaded smallvec v0.6.14 |
640 | 2024-10-18T22:13:00.641Z | Downloaded slog-stdlog v4.1.1 |
641 | 2024-10-18T22:13:00.643Z | Downloaded slog-envlogger v2.2.0 |
642 | 2024-10-18T22:13:00.645Z | Downloaded derive_builder_core v0.20.2 |
643 | 2024-10-18T22:13:00.647Z | Downloaded tokio-rustls v0.26.0 |
644 | 2024-10-18T22:13:00.650Z | Downloaded rand_xorshift v0.3.0 |
645 | 2024-10-18T22:13:00.652Z | Downloaded tokio-stream v0.1.16 |
646 | 2024-10-18T22:13:00.657Z | Downloaded fallible-streaming-iterator v0.1.9 |
647 | 2024-10-18T22:13:00.659Z | Downloaded deranged v0.3.11 |
648 | 2024-10-18T22:13:00.661Z | Downloaded serde_yaml v0.9.34+deprecated |
649 | 2024-10-18T22:13:00.664Z | Downloaded rusty-fork v0.3.0 |
650 | 2024-10-18T22:13:00.667Z | Downloaded backtrace v0.3.74 |
651 | 2024-10-18T22:13:00.671Z | Downloaded uuid v1.10.0 |
652 | 2024-10-18T22:13:00.675Z | Downloaded pretty-hex v0.2.1 |
653 | 2024-10-18T22:13:00.677Z | Downloaded hash32 v0.3.1 |
654 | 2024-10-18T22:13:00.680Z | Downloaded heck v0.3.3 |
655 | 2024-10-18T22:13:00.680Z | Downloaded typify-macro v0.2.0 |
656 | 2024-10-18T22:13:00.683Z | Downloaded smf v0.2.3 |
657 | 2024-10-18T22:13:00.683Z | Downloaded packed_struct_codegen v0.10.1 |
658 | 2024-10-18T22:13:00.685Z | Downloaded crypto-bigint v0.5.5 |
659 | 2024-10-18T22:13:00.691Z | Downloaded slog-term v2.9.1 |
660 | 2024-10-18T22:13:00.694Z | Downloaded try-lock v0.2.5 |
661 | 2024-10-18T22:13:00.696Z | Downloaded pin-utils v0.1.0 |
662 | 2024-10-18T22:13:00.698Z | Downloaded filetime v0.2.25 |
663 | 2024-10-18T22:13:00.708Z | Downloaded fallible-iterator v0.2.0 |
664 | 2024-10-18T22:13:00.711Z | Downloaded shell-words v1.1.0 |
665 | 2024-10-18T22:13:00.713Z | Downloaded cc v1.1.30 |
666 | 2024-10-18T22:13:00.715Z | Downloaded des v0.8.1 |
667 | 2024-10-18T22:13:00.717Z | Downloaded schemars_derive v0.8.21 |
668 | 2024-10-18T22:13:00.719Z | Downloaded headers-core v0.3.0 |
669 | 2024-10-18T22:13:00.722Z | Downloaded structmeta-derive v0.3.0 |
670 | 2024-10-18T22:13:00.722Z | Downloaded structmeta-derive v0.2.0 |
671 | 2024-10-18T22:13:00.724Z | Downloaded structmeta v0.3.0 |
672 | 2024-10-18T22:13:00.726Z | Downloaded elliptic-curve v0.13.8 |
673 | 2024-10-18T22:13:00.729Z | Downloaded tar v0.4.42 |
674 | 2024-10-18T22:13:00.732Z | Downloaded derive_builder v0.20.2 |
675 | 2024-10-18T22:13:00.737Z | Downloaded crossbeam-channel v0.5.13 |
676 | 2024-10-18T22:13:00.742Z | Downloaded proc-macro-crate v1.3.1 |
677 | 2024-10-18T22:13:00.745Z | Downloaded serde-big-array v0.5.1 |
678 | 2024-10-18T22:13:00.748Z | Downloaded unicase v2.7.0 |
679 | 2024-10-18T22:13:00.751Z | Downloaded scrypt v0.11.0 |
680 | 2024-10-18T22:13:00.751Z | Downloaded vte_generate_state_changes v0.1.2 |
681 | 2024-10-18T22:13:00.751Z | Downloaded structmeta v0.2.0 |
682 | 2024-10-18T22:13:00.754Z | Downloaded tui-tree-widget v0.22.0 |
683 | 2024-10-18T22:13:00.754Z | Downloaded enum-as-inner v0.5.1 |
684 | 2024-10-18T22:13:00.756Z | Downloaded precomputed-hash v0.1.1 |
685 | 2024-10-18T22:13:00.756Z | Downloaded group v0.13.0 |
686 | 2024-10-18T22:13:00.759Z | Downloaded funty v2.0.0 |
687 | 2024-10-18T22:13:00.759Z | Downloaded fragile v2.0.0 |
688 | 2024-10-18T22:13:00.761Z | Downloaded defmt-parser v0.3.4 |
689 | 2024-10-18T22:13:00.763Z | Downloaded thiserror-no-std v2.0.2 |
690 | 2024-10-18T22:13:00.766Z | Downloaded stable_deref_trait v1.2.0 |
691 | 2024-10-18T22:13:00.768Z | Downloaded http v1.1.0 |
692 | 2024-10-18T22:13:00.772Z | Downloaded serde_with_macros v3.11.0 |
693 | 2024-10-18T22:13:00.776Z | Downloaded endian-type v0.1.2 |
694 | 2024-10-18T22:13:00.776Z | Downloaded derive-where v1.2.7 |
695 | 2024-10-18T22:13:00.779Z | Downloaded ed25519-dalek v2.1.1 |
696 | 2024-10-18T22:13:00.953Z | Downloaded resolv-conf v0.7.0 |
697 | 2024-10-18T22:13:00.970Z | Downloaded progenitor-impl v0.8.0 |
698 | 2024-10-18T22:13:00.971Z | Downloaded parking_lot v0.11.2 |
699 | 2024-10-18T22:13:00.971Z | Downloaded embedded-io v0.4.0 |
700 | 2024-10-18T22:13:00.971Z | Downloaded dyn-clone v1.0.17 |
701 | 2024-10-18T22:13:00.971Z | Downloaded ed25519 v2.2.3 |
702 | 2024-10-18T22:13:00.971Z | Downloaded hickory-client v0.24.1 |
703 | 2024-10-18T22:13:00.971Z | Downloaded strum_macros v0.25.3 |
704 | 2024-10-18T22:13:00.971Z | Downloaded strum_macros v0.24.3 |
705 | 2024-10-18T22:13:00.971Z | Downloaded serde-hex v0.1.0 |
706 | 2024-10-18T22:13:00.971Z | Downloaded dsl_auto_type v0.1.2 |
707 | 2024-10-18T22:13:00.971Z | Downloaded hubpack_derive v0.1.1 |
708 | 2024-10-18T22:13:00.971Z | Downloaded url v2.5.2 |
709 | 2024-10-18T22:13:00.971Z | Downloaded tokio-postgres v0.7.12 |
710 | 2024-10-18T22:13:00.971Z | Downloaded parse-display-derive v0.10.0 |
711 | 2024-10-18T22:13:00.971Z | Downloaded russh-cryptovec v0.7.3 |
712 | 2024-10-18T22:13:00.971Z | Downloaded dhcproto v0.12.0 |
713 | 2024-10-18T22:13:00.971Z | Downloaded headers v0.4.0 |
714 | 2024-10-18T22:13:00.971Z | Downloaded zerocopy v0.6.6 |
715 | 2024-10-18T22:13:00.971Z | Downloaded aes-gcm v0.10.3 |
716 | 2024-10-18T22:13:00.971Z | Downloaded untrusted v0.7.1 |
717 | 2024-10-18T22:13:00.971Z | Downloaded sqlformat v0.2.6 |
718 | 2024-10-18T22:13:00.971Z | Downloaded slog-dtrace v0.3.0 |
719 | 2024-10-18T22:13:00.971Z | Downloaded httpdate v1.0.3 |
720 | 2024-10-18T22:13:00.971Z | Downloaded semver v0.1.20 |
721 | 2024-10-18T22:13:00.971Z | Downloaded minimal-lexical v0.2.1 |
722 | 2024-10-18T22:13:00.971Z | Downloaded hash32 v0.2.1 |
723 | 2024-10-18T22:13:00.971Z | Downloaded foldhash v0.1.3 |
724 | 2024-10-18T22:13:00.971Z | Downloaded zone v0.1.8 |
725 | 2024-10-18T22:13:00.971Z | Downloaded phf_codegen v0.11.2 |
726 | 2024-10-18T22:13:00.971Z | Downloaded twox-hash v1.6.3 |
727 | 2024-10-18T22:13:00.971Z | Downloaded zeroize_derive v1.4.2 |
728 | 2024-10-18T22:13:00.971Z | Downloaded ecdsa v0.16.9 |
729 | 2024-10-18T22:13:00.971Z | Downloaded xattr v1.3.1 |
730 | 2024-10-18T22:13:00.971Z | Downloaded strum_macros v0.26.4 |
731 | 2024-10-18T22:13:00.971Z | Downloaded mio v1.0.2 |
732 | 2024-10-18T22:13:00.971Z | Downloaded rpassword v7.3.1 |
733 | 2024-10-18T22:13:00.972Z | Downloaded toolchain_find v0.4.0 |
734 | 2024-10-18T22:13:00.972Z | Downloaded rtoolbox v0.0.2 |
735 | 2024-10-18T22:13:00.972Z | Downloaded hubpack v0.1.2 |
736 | 2024-10-18T22:13:00.972Z | Downloaded unarray v0.1.4 |
737 | 2024-10-18T22:13:00.972Z | Downloaded postgres-types v0.2.8 |
738 | 2024-10-18T22:13:00.972Z | Downloaded postcard v1.0.10 |
739 | 2024-10-18T22:13:00.972Z | Downloaded poly1305 v0.8.0 |
740 | 2024-10-18T22:13:00.972Z | Downloaded ron v0.7.1 |
741 | 2024-10-18T22:13:00.972Z | Downloaded crossterm v0.28.1 |
742 | 2024-10-18T22:13:00.972Z | Downloaded foreign-types v0.3.2 |
743 | 2024-10-18T22:13:00.972Z | Downloaded pin-project-internal v1.1.6 |
744 | 2024-10-18T22:13:00.972Z | Downloaded scheduled-thread-pool v0.2.7 |
745 | 2024-10-18T22:13:00.972Z | Downloaded same-file v1.0.6 |
746 | 2024-10-18T22:13:00.972Z | Downloaded rustc-hash v1.1.0 |
747 | 2024-10-18T22:13:00.972Z | Downloaded sqlparser_derive v0.2.2 |
748 | 2024-10-18T22:13:00.972Z | Downloaded env_filter v0.1.2 |
749 | 2024-10-18T22:13:00.972Z | Downloaded toml v0.7.8 |
750 | 2024-10-18T22:13:00.972Z | Downloaded fatfs v0.3.6 |
751 | 2024-10-18T22:13:00.972Z | Downloaded want v0.3.1 |
752 | 2024-10-18T22:13:00.972Z | Downloaded httparse v1.9.5 |
753 | 2024-10-18T22:13:00.972Z | Downloaded num-bigint-dig v0.8.4 |
754 | 2024-10-18T22:13:00.972Z | Downloaded unicode-properties v0.1.3 |
755 | 2024-10-18T22:13:00.972Z | Downloaded hyper-tls v0.6.0 |
756 | 2024-10-18T22:13:00.972Z | Downloaded downcast v0.11.0 |
757 | 2024-10-18T22:13:00.972Z | Downloaded foreign-types-shared v0.1.1 |
758 | 2024-10-18T22:13:00.972Z | Downloaded foreign-types-macros v0.2.3 |
759 | 2024-10-18T22:13:00.972Z | Downloaded p256 v0.13.2 |
760 | 2024-10-18T22:13:00.972Z | Downloaded num-bigint v0.4.6 |
761 | 2024-10-18T22:13:00.972Z | Downloaded tiny-keccak v2.0.2 |
762 | 2024-10-18T22:13:00.972Z | Downloaded hostname v0.3.1 |
763 | 2024-10-18T22:13:00.972Z | Downloaded pin-project-lite v0.2.14 |
764 | 2024-10-18T22:13:00.972Z | Downloaded humantime v2.1.0 |
765 | 2024-10-18T22:13:00.973Z | Downloaded path-slash v0.1.5 |
766 | 2024-10-18T22:13:00.973Z | Downloaded half v2.4.1 |
767 | 2024-10-18T22:13:00.984Z | Downloaded diesel-dtrace v0.3.0 |
768 | 2024-10-18T22:13:00.984Z | Downloaded tokio-native-tls v0.3.1 |
769 | 2024-10-18T22:13:00.984Z | Downloaded pin-project v1.1.6 |
770 | 2024-10-18T22:13:00.984Z | Downloaded enum-as-inner v0.6.1 |
771 | 2024-10-18T22:13:00.984Z | Downloaded http-range v0.1.5 |
772 | 2024-10-18T22:13:00.991Z | Downloaded ssh-cipher v0.2.0 |
773 | 2024-10-18T22:13:00.991Z | Downloaded heapless v0.7.17 |
774 | 2024-10-18T22:13:00.991Z | Downloaded hyper-util v0.1.9 |
775 | 2024-10-18T22:13:00.991Z | Downloaded rfc6979 v0.4.0 |
776 | 2024-10-18T22:13:00.991Z | Downloaded radium v0.7.0 |
777 | 2024-10-18T22:13:00.995Z | Downloaded pkg-config v0.3.31 |
778 | 2024-10-18T22:13:00.996Z | Downloaded expectorate v1.1.0 |
779 | 2024-10-18T22:13:00.996Z | Downloaded quinn-udp v0.5.5 |
780 | 2024-10-18T22:13:00.998Z | Downloaded env_logger v0.11.5 |
781 | 2024-10-18T22:13:00.998Z | Downloaded libm v0.2.8 |
782 | 2024-10-18T22:13:01.006Z | Downloaded futures v0.3.31 |
783 | 2024-10-18T22:13:01.011Z | Downloaded peg-runtime v0.8.3 |
784 | 2024-10-18T22:13:01.014Z | Downloaded sigpipe v0.1.3 |
785 | 2024-10-18T22:13:01.014Z | Downloaded progenitor-macro v0.8.0 |
786 | 2024-10-18T22:13:01.014Z | Downloaded percent-encoding v2.3.1 |
787 | 2024-10-18T22:13:01.016Z | Downloaded pem v3.0.4 |
788 | 2024-10-18T22:13:01.016Z | Downloaded globset v0.4.15 |
789 | 2024-10-18T22:13:01.019Z | Downloaded termcolor v1.4.1 |
790 | 2024-10-18T22:13:01.023Z | Downloaded tower-service v0.3.3 |
791 | 2024-10-18T22:13:01.023Z | Downloaded termtree v0.4.1 |
792 | 2024-10-18T22:13:01.023Z | Downloaded dropshot_endpoint v0.12.0 |
793 | 2024-10-18T22:13:01.025Z | Downloaded glob v0.3.1 |
794 | 2024-10-18T22:13:01.025Z | Downloaded diesel_table_macro_syntax v0.2.0 |
795 | 2024-10-18T22:13:01.028Z | Downloaded hashbrown v0.13.2 |
796 | 2024-10-18T22:13:01.031Z | Downloaded untrusted v0.9.0 |
797 | 2024-10-18T22:13:01.034Z | Downloaded uzers v0.11.3 |
798 | 2024-10-18T22:13:01.038Z | Downloaded reedline v0.35.0 |
799 | 2024-10-18T22:13:01.043Z | Downloaded pkcs8 v0.10.2 |
800 | 2024-10-18T22:13:01.046Z | Downloaded password-hash v0.4.2 |
801 | 2024-10-18T22:13:01.048Z | Downloaded difflib v0.4.0 |
802 | 2024-10-18T22:13:01.051Z | Downloaded whoami v1.5.2 |
803 | 2024-10-18T22:13:01.051Z | Downloaded itertools v0.10.5 |
804 | 2024-10-18T22:13:01.059Z | Downloaded rustls-pki-types v1.9.0 |
805 | 2024-10-18T22:13:01.061Z | Downloaded peg v0.8.4 |
806 | 2024-10-18T22:13:01.065Z | Downloaded flume v0.11.0 |
807 | 2024-10-18T22:13:01.069Z | Downloaded zip v0.6.6 |
808 | 2024-10-18T22:13:01.074Z | Downloaded paste v1.0.15 |
809 | 2024-10-18T22:13:01.077Z | Downloaded fxhash v0.2.1 |
810 | 2024-10-18T22:13:01.081Z | Downloaded psl-types v2.0.11 |
811 | 2024-10-18T22:13:01.081Z | Downloaded tap v1.0.1 |
812 | 2024-10-18T22:13:01.081Z | Downloaded topological-sort v0.2.2 |
813 | 2024-10-18T22:13:01.087Z | Downloaded itertools v0.13.0 |
814 | 2024-10-18T22:13:01.090Z | Downloaded futures-core v0.3.31 |
815 | 2024-10-18T22:13:01.090Z | Downloaded parse-size v1.0.0 |
816 | 2024-10-18T22:13:01.092Z | Downloaded sct v0.7.1 |
817 | 2024-10-18T22:13:01.094Z | Downloaded tokio-util v0.7.12 |
818 | 2024-10-18T22:13:01.101Z | Downloaded pbkdf2 v0.11.0 |
819 | 2024-10-18T22:13:01.105Z | Downloaded samael v0.0.17 |
820 | 2024-10-18T22:13:01.109Z | Downloaded dirs-next v2.0.0 |
821 | 2024-10-18T22:13:01.113Z | Downloaded rand_seeder v0.3.0 |
822 | 2024-10-18T22:13:01.115Z | Downloaded rand_chacha v0.3.1 |
823 | 2024-10-18T22:13:01.115Z | Downloaded thiserror-impl-no-std v2.0.2 |
824 | 2024-10-18T22:13:01.115Z | Downloaded futures-executor v0.3.31 |
825 | 2024-10-18T22:13:01.118Z | Downloaded zone v0.3.0 |
826 | 2024-10-18T22:13:01.118Z | Downloaded thread_local v1.1.8 |
827 | 2024-10-18T22:13:01.121Z | Downloaded embedded-io v0.6.1 |
828 | 2024-10-18T22:13:01.121Z | Downloaded serde_with v3.11.0 |
829 | 2024-10-18T22:13:01.129Z | Downloaded wyz v0.5.1 |
830 | 2024-10-18T22:13:01.132Z | Downloaded siphasher v0.3.11 |
831 | 2024-10-18T22:13:01.132Z | Downloaded signal-hook-tokio v0.3.1 |
832 | 2024-10-18T22:13:01.135Z | Downloaded serde_path_to_error v0.1.16 |
833 | 2024-10-18T22:13:01.135Z | Downloaded ghash v0.5.1 |
834 | 2024-10-18T22:13:01.135Z | Downloaded home v0.5.9 |
835 | 2024-10-18T22:13:01.140Z | Downloaded password-hash v0.5.0 |
836 | 2024-10-18T22:13:01.144Z | Downloaded diesel_derives v2.2.3 |
837 | 2024-10-18T22:13:01.146Z | Downloaded der_derive v0.7.3 |
838 | 2024-10-18T22:13:01.146Z | Downloaded quinn v0.11.5 |
839 | 2024-10-18T22:13:01.149Z | Downloaded gethostname v0.5.0 |
840 | 2024-10-18T22:13:01.152Z | Downloaded quick-error v1.2.3 |
841 | 2024-10-18T22:13:01.152Z | Downloaded spin v0.9.8 |
842 | 2024-10-18T22:13:01.155Z | Downloaded tungstenite v0.21.0 |
843 | 2024-10-18T22:13:01.157Z | Downloaded spin v0.5.2 |
844 | 2024-10-18T22:13:01.160Z | Downloaded flate2 v1.0.34 |
845 | 2024-10-18T22:13:01.163Z | Downloaded term v0.7.0 |
846 | 2024-10-18T22:13:01.167Z | Downloaded signal-hook v0.3.17 |
847 | 2024-10-18T22:13:01.170Z | Downloaded tracing-attributes v0.1.27 |
848 | 2024-10-18T22:13:01.173Z | Downloaded futures-channel v0.3.31 |
849 | 2024-10-18T22:13:01.175Z | Downloaded serde_derive_internals v0.29.1 |
850 | 2024-10-18T22:13:01.178Z | Downloaded similar v2.6.0 |
851 | 2024-10-18T22:13:01.181Z | Downloaded rayon-core v1.12.1 |
852 | 2024-10-18T22:13:01.185Z | Downloaded rustyline v14.0.0 |
853 | 2024-10-18T22:13:01.192Z | Downloaded x509-cert v0.2.5 |
854 | 2024-10-18T22:13:01.196Z | Downloaded diff v0.1.13 |
855 | 2024-10-18T22:13:01.200Z | Downloaded tracing-core v0.1.32 |
856 | 2024-10-18T22:13:01.203Z | Downloaded p521 v0.13.3 |
857 | 2024-10-18T22:13:01.208Z | Downloaded unicode-segmentation v1.12.0 |
858 | 2024-10-18T22:13:01.211Z | Downloaded hyper v1.4.1 |
859 | 2024-10-18T22:13:01.221Z | Downloaded chrono v0.4.38 |
860 | 2024-10-18T22:13:01.226Z | Downloaded bitvec v1.0.1 |
861 | 2024-10-18T22:13:01.243Z | Downloaded hmac v0.12.1 |
862 | 2024-10-18T22:13:01.245Z | Downloaded tracing v0.1.40 |
863 | 2024-10-18T22:13:01.249Z | Downloaded schemars v0.8.21 |
864 | 2024-10-18T22:13:01.262Z | Downloaded tough v0.17.1 |
865 | 2024-10-18T22:13:01.272Z | Downloaded tungstenite v0.23.0 |
866 | 2024-10-18T22:13:01.274Z | Downloaded rusqlite v0.32.1 |
867 | 2024-10-18T22:13:01.282Z | Downloaded typed-path v0.7.1 |
868 | 2024-10-18T22:13:01.289Z | Downloaded qorb v0.0.2 |
869 | 2024-10-18T22:13:01.294Z | Downloaded futures-util v0.3.31 |
870 | 2024-10-18T22:13:01.306Z | Downloaded reqwest v0.11.27 |
871 | 2024-10-18T22:13:01.314Z | Downloaded ssh-key v0.6.6 |
872 | 2024-10-18T22:13:01.322Z | Downloaded publicsuffix v2.2.3 |
873 | 2024-10-18T22:13:01.324Z | Downloaded curve25519-dalek v4.1.3 |
874 | 2024-10-18T22:13:01.333Z | Downloaded der v0.7.9 |
875 | 2024-10-18T22:13:01.338Z | Downloaded idna v0.5.0 |
876 | 2024-10-18T22:13:01.346Z | Downloaded reqwest v0.12.8 |
877 | 2024-10-18T22:13:01.355Z | Downloaded rustls-webpki v0.102.8 |
878 | 2024-10-18T22:13:01.374Z | Downloaded parse-zoneinfo v0.3.1 |
879 | 2024-10-18T22:13:01.377Z | Downloaded rustls-webpki v0.101.7 |
880 | 2024-10-18T22:13:01.393Z | Downloaded rayon v1.10.0 |
881 | 2024-10-18T22:13:01.401Z | Downloaded time v0.3.36 |
882 | 2024-10-18T22:13:01.409Z | Downloaded winnow v0.5.40 |
883 | 2024-10-18T22:13:01.418Z | Downloaded nix v0.28.0 |
884 | 2024-10-18T22:13:01.431Z | Downloaded h2 v0.3.26 |
885 | 2024-10-18T22:13:01.437Z | Downloaded hyper v0.14.30 |
886 | 2024-10-18T22:13:01.445Z | Downloaded proptest v1.5.0 |
887 | 2024-10-18T22:13:01.455Z | Downloaded nix v0.29.0 |
888 | 2024-10-18T22:13:01.467Z | Downloaded hkdf v0.12.4 |
889 | 2024-10-18T22:13:01.470Z | Downloaded smoltcp v0.9.1 |
890 | 2024-10-18T22:13:01.481Z | Downloaded quinn-proto v0.11.8 |
891 | 2024-10-18T22:13:01.489Z | Downloaded git2 v0.19.0 |
892 | 2024-10-18T22:13:01.498Z | Downloaded sqlparser v0.45.0 |
893 | 2024-10-18T22:13:01.503Z | Downloaded chrono-tz v0.10.0 |
894 | 2024-10-18T22:13:01.510Z | Downloaded rustls v0.22.4 |
895 | 2024-10-18T22:13:01.524Z | Downloaded bstr v1.10.0 |
896 | 2024-10-18T22:13:01.534Z | Downloaded quick-xml v0.33.0 |
897 | 2024-10-18T22:13:01.540Z | Downloaded vcpkg v0.2.15 |
898 | 2024-10-18T22:13:01.579Z | Downloaded rustls v0.21.12 |
899 | 2024-10-18T22:13:01.591Z | Downloaded polar-core v0.27.3 |
900 | 2024-10-18T22:13:01.600Z | Downloaded typify-impl v0.2.0 |
901 | 2024-10-18T22:13:01.616Z | Downloaded rustls v0.23.14 |
902 | 2024-10-18T22:13:01.627Z | Downloaded regress v0.10.1 |
903 | 2024-10-18T22:13:01.636Z | Downloaded radix_trie v0.2.1 |
904 | 2024-10-18T22:13:01.642Z | Downloaded regex-automata v0.4.8 |
905 | 2024-10-18T22:13:01.660Z | Downloaded idna v0.2.3 |
906 | 2024-10-18T22:13:01.667Z | Downloaded trust-dns-proto v0.22.0 |
907 | 2024-10-18T22:13:01.680Z | Downloaded smoltcp v0.11.0 |
908 | 2024-10-18T22:13:01.693Z | Downloaded regress v0.9.1 |
909 | 2024-10-18T22:13:01.702Z | Downloaded gimli v0.31.1 |
910 | 2024-10-18T22:13:01.711Z | Downloaded dropshot v0.12.0 |
911 | 2024-10-18T22:13:01.731Z | Downloaded regex-syntax v0.6.29 |
912 | 2024-10-18T22:13:01.738Z | Downloaded libz-sys v1.1.20 |
913 | 2024-10-18T22:13:01.760Z | Downloaded hickory-proto v0.24.1 |
914 | 2024-10-18T22:13:01.775Z | Downloaded diesel v2.2.4 |
915 | 2024-10-18T22:13:01.794Z | Downloaded regex-syntax v0.8.5 |
916 | 2024-10-18T22:13:01.803Z | Downloaded ratatui v0.28.1 |
917 | 2024-10-18T22:13:01.824Z | Downloaded sled v0.34.7 |
918 | 2024-10-18T22:13:01.834Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
919 | 2024-10-18T22:13:01.848Z | Downloaded zerocopy-derive v0.6.6 |
920 | 2024-10-18T22:13:01.858Z | Downloaded lzma-sys v0.1.20 |
921 | 2024-10-18T22:13:01.889Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
922 | 2024-10-18T22:13:01.948Z | Downloaded openapiv3 v2.0.0 |
923 | 2024-10-18T22:13:01.960Z | Downloaded object v0.36.5 |
924 | 2024-10-18T22:13:01.973Z | Downloaded p384 v0.13.0 |
925 | 2024-10-18T22:13:01.979Z | Downloaded petgraph v0.6.5 |
926 | 2024-10-18T22:13:01.997Z | Downloaded tokio v1.40.0 |
927 | 2024-10-18T22:13:02.036Z | Downloaded csv v1.3.0 |
928 | 2024-10-18T22:13:02.058Z | Downloaded sha3 v0.10.8 |
929 | 2024-10-18T22:13:02.062Z | Downloaded h2 v0.4.6 |
930 | 2024-10-18T22:13:02.069Z | Downloaded webpki-roots v0.26.6 |
931 | 2024-10-18T22:13:02.073Z | Downloaded openssl v0.10.66 |
932 | 2024-10-18T22:13:02.083Z | Downloaded nix v0.27.1 |
933 | 2024-10-18T22:13:02.096Z | Downloaded regex v1.11.0 |
934 | 2024-10-18T22:13:02.111Z | Downloaded lalrpop v0.19.12 |
935 | 2024-10-18T22:13:02.123Z | Downloaded object v0.30.4 |
936 | 2024-10-18T22:13:02.134Z | Downloaded idna v0.4.0 |
937 | 2024-10-18T22:13:02.141Z | Downloaded idna v0.3.0 |
938 | 2024-10-18T22:13:02.149Z | Downloaded salty v0.3.0 |
939 | 2024-10-18T22:13:02.156Z | Downloaded encoding_rs v0.8.34 |
940 | 2024-10-18T22:13:02.179Z | Downloaded russh v0.45.0 |
941 | 2024-10-18T22:13:02.184Z | Downloaded bindgen v0.69.5 |
942 | 2024-10-18T22:13:02.192Z | Downloaded highway v1.2.0 |
943 | 2024-10-18T22:13:02.194Z | Downloaded libsqlite3-sys v0.30.1 |
944 | 2024-10-18T22:13:02.273Z | Downloaded rand v0.8.5 |
945 | 2024-10-18T22:13:02.276Z | Downloaded portable-atomic v1.9.0 |
946 | 2024-10-18T22:13:02.283Z | Downloaded unicode-normalization v0.1.24 |
947 | 2024-10-18T22:13:02.287Z | Downloaded rsa v0.9.6 |
948 | 2024-10-18T22:13:02.292Z | Downloaded toml_edit v0.19.15 |
949 | 2024-10-18T22:13:02.308Z | Downloaded value-bag v1.9.0 |
950 | 2024-10-18T22:13:02.311Z | Downloaded typify v0.2.0 |
951 | 2024-10-18T22:13:02.313Z | Downloaded ron v0.8.1 |
952 | 2024-10-18T22:13:02.319Z | Downloaded aho-corasick v1.1.3 |
953 | 2024-10-18T22:13:02.325Z | Downloaded ena v0.14.3 |
954 | 2024-10-18T22:13:02.327Z | Downloaded pbkdf2 v0.12.2 |
955 | 2024-10-18T22:13:02.330Z | Downloaded supports-color v3.0.1 |
956 | 2024-10-18T22:13:02.330Z | Downloaded socket2 v0.5.7 |
957 | 2024-10-18T22:13:02.332Z | Downloaded shlex v1.3.0 |
958 | 2024-10-18T22:13:02.332Z | Downloaded steno v0.4.1 |
959 | 2024-10-18T22:13:02.342Z | Downloaded blake3 v1.5.4 |
960 | 2024-10-18T22:13:02.345Z | Downloaded termios v0.3.3 |
961 | 2024-10-18T22:13:02.347Z | Downloaded signal-hook-mio v0.2.4 |
962 | 2024-10-18T22:13:02.349Z | Downloaded foreign-types-shared v0.3.1 |
963 | 2024-10-18T22:13:02.349Z | Downloaded hashbrown v0.12.3 |
964 | 2024-10-18T22:13:02.352Z | Downloaded pkcs5 v0.7.1 |
965 | 2024-10-18T22:13:02.356Z | Downloaded http v0.2.12 |
966 | 2024-10-18T22:13:02.359Z | Downloaded hashbrown v0.14.5 |
967 | 2024-10-18T22:13:02.365Z | Downloaded nom v7.1.3 |
968 | 2024-10-18T22:13:02.371Z | Downloaded sync_wrapper v0.1.2 |
969 | 2024-10-18T22:13:02.373Z | Downloaded vergen v8.3.2 |
970 | 2024-10-18T22:13:02.376Z | Downloaded prettyplease v0.2.22 |
971 | 2024-10-18T22:13:02.379Z | Downloaded foreign-types v0.5.0 |
972 | 2024-10-18T22:13:02.379Z | Downloaded hyper-staticfile v0.10.1 |
973 | 2024-10-18T22:13:02.382Z | Downloaded hyper-rustls v0.27.3 |
974 | 2024-10-18T22:13:02.384Z | Downloaded getrandom v0.2.15 |
975 | 2024-10-18T22:13:02.386Z | Downloaded env_logger v0.10.2 |
976 | 2024-10-18T22:13:02.389Z | Downloaded unsafe-libyaml v0.2.11 |
977 | 2024-10-18T22:13:02.392Z | Downloaded unicode-bidi v0.3.17 |
978 | 2024-10-18T22:13:02.394Z | Downloaded snafu v0.8.5 |
979 | 2024-10-18T22:13:02.401Z | Downloaded walkdir v2.5.0 |
980 | 2024-10-18T22:13:02.404Z | Downloaded vsss-rs v3.3.4 |
981 | 2024-10-18T22:13:02.406Z | Downloaded slog-bunyan v2.5.0 |
982 | 2024-10-18T22:13:02.406Z | Downloaded slog-async v2.8.0 |
983 | 2024-10-18T22:13:02.409Z | Downloaded signal-hook-registry v1.4.2 |
984 | 2024-10-18T22:13:02.409Z | Downloaded predicates-tree v1.0.11 |
985 | 2024-10-18T22:13:02.411Z | Downloaded predicates v3.1.2 |
986 | 2024-10-18T22:13:02.413Z | Downloaded vte v0.11.1 |
987 | 2024-10-18T22:13:02.416Z | Downloaded rustc-demangle v0.1.24 |
988 | 2024-10-18T22:13:02.416Z | Downloaded ppv-lite86 v0.2.20 |
989 | 2024-10-18T22:13:02.418Z | Downloaded itertools v0.12.1 |
990 | 2024-10-18T22:13:02.424Z | Downloaded unicode_categories v0.1.1 |
991 | 2024-10-18T22:13:02.428Z | Downloaded postgres-protocol v0.6.7 |
992 | 2024-10-18T22:13:02.431Z | Downloaded rcgen v0.12.1 |
993 | 2024-10-18T22:13:02.434Z | Downloaded heapless v0.8.0 |
994 | 2024-10-18T22:13:02.436Z | Downloaded libxml v0.3.3 |
995 | 2024-10-18T22:13:02.441Z | Downloaded rustfmt-wrapper v0.2.1 |
996 | 2024-10-18T22:13:02.443Z | Downloaded defmt-macros v0.3.9 |
997 | 2024-10-18T22:13:02.445Z | Downloaded pkcs1 v0.7.5 |
998 | 2024-10-18T22:13:02.447Z | Downloaded strip-ansi-escapes v0.2.0 |
999 | 2024-10-18T22:13:02.450Z | Downloaded static_assertions v1.1.0 |
1000 | 2024-10-18T22:13:02.450Z | Downloaded sec1 v0.7.3 |
1001 | 2024-10-18T22:13:02.452Z | Downloaded defmt v0.3.8 |
1002 | 2024-10-18T22:13:02.455Z | Downloaded zeroize v1.8.1 |
1003 | 2024-10-18T22:13:02.457Z | Downloaded yasna v0.5.2 |
1004 | 2024-10-18T22:13:02.459Z | Downloaded indicatif v0.17.8 |
1005 | 2024-10-18T22:13:02.462Z | Downloaded hickory-resolver v0.24.1 |
1006 | 2024-10-18T22:13:02.466Z | Downloaded primeorder v0.13.6 |
1007 | 2024-10-18T22:13:02.469Z | Downloaded tinyvec v1.8.0 |
1008 | 2024-10-18T22:13:02.472Z | Downloaded indexmap v1.9.3 |
1009 | 2024-10-18T22:13:02.474Z | Downloaded peg-macros v0.8.4 |
1010 | 2024-10-18T22:13:02.476Z | Downloaded smallvec v1.13.2 |
1011 | 2024-10-18T22:13:02.479Z | Downloaded aes v0.8.4 |
1012 | 2024-10-18T22:13:02.481Z | Downloaded powerfmt v0.2.0 |
1013 | 2024-10-18T22:13:02.484Z | Downloaded packed_struct v0.10.1 |
1014 | 2024-10-18T22:13:02.486Z | Downloaded hex-literal v0.4.1 |
1015 | 2024-10-18T22:13:02.486Z | Downloaded hex v0.4.3 |
1016 | 2024-10-18T22:13:02.488Z | Downloaded flagset v0.4.6 |
1017 | 2024-10-18T22:13:02.488Z | Downloaded fd-lock v4.0.2 |
1018 | 2024-10-18T22:13:02.491Z | Downloaded pem-rfc7468 v0.7.0 |
1019 | 2024-10-18T22:13:02.493Z | Downloaded parking_lot v0.12.3 |
1020 | 2024-10-18T22:13:02.496Z | Downloaded derive_more v0.99.18 |
1021 | 2024-10-18T22:13:02.499Z | Downloaded test-strategy v0.3.1 |
1022 | 2024-10-18T22:13:02.502Z | Downloaded phf v0.11.2 |
1023 | 2024-10-18T22:13:02.505Z | Downloaded fixedbitset v0.4.2 |
1024 | 2024-10-18T22:13:02.508Z | Downloaded ff v0.13.0 |
1025 | 2024-10-18T22:13:02.508Z | Downloaded universal-hash v0.5.1 |
1026 | 2024-10-18T22:13:02.510Z | Downloaded tls_codec v0.4.1 |
1027 | 2024-10-18T22:13:02.510Z | Downloaded xz2 v0.1.7 |
1028 | 2024-10-18T22:13:02.513Z | Downloaded oso v0.27.3 |
1029 | 2024-10-18T22:13:02.515Z | Downloaded num-traits v0.2.19 |
1030 | 2024-10-18T22:13:02.517Z | Downloaded hickory-server v0.24.1 |
1031 | 2024-10-18T22:13:02.522Z | Downloaded const_format v0.2.33 |
1032 | 2024-10-18T22:13:02.527Z | Downloaded strum v0.26.3 |
1033 | 2024-10-18T22:13:02.533Z | Downloaded slab v0.4.9 |
1034 | 2024-10-18T22:13:02.533Z | Downloaded rustc-hash v2.0.0 |
1035 | 2024-10-18T22:13:02.537Z | Downloaded wait-timeout v0.2.0 |
1036 | 2024-10-18T22:13:02.537Z | Downloaded unicode-truncate v1.1.0 |
1037 | 2024-10-18T22:13:02.537Z | Downloaded parking_lot_core v0.9.10 |
1038 | 2024-10-18T22:13:02.537Z | Downloaded parking_lot_core v0.8.6 |
1039 | 2024-10-18T22:13:02.539Z | Downloaded iana-time-zone v0.1.61 |
1040 | 2024-10-18T22:13:02.539Z | Downloaded russh-keys v0.45.0 |
1041 | 2024-10-18T22:13:02.542Z | Downloaded tokio-macros v2.4.0 |
1042 | 2024-10-18T22:13:02.546Z | Downloaded tls_codec_derive v0.4.1 |
1043 | 2024-10-18T22:13:02.546Z | Downloaded tabwriter v1.4.0 |
1044 | 2024-10-18T22:13:02.549Z | Downloaded rustversion v1.0.17 |
1045 | 2024-10-18T22:13:02.549Z | Downloaded polyval v0.6.2 |
1046 | 2024-10-18T22:13:02.551Z | Downloaded ring v0.17.8 |
1047 | 2024-10-18T22:13:02.620Z | Downloaded phf_shared v0.11.2 |
1048 | 2024-10-18T22:13:02.623Z | Downloaded phf_generator v0.11.2 |
1049 | 2024-10-18T22:13:02.623Z | Downloaded tokio-tungstenite v0.23.1 |
1050 | 2024-10-18T22:13:02.625Z | Downloaded tokio-tungstenite v0.21.0 |
1051 | 2024-10-18T22:13:02.628Z | Downloaded openssl-sys v0.9.103 |
1052 | 2024-10-18T22:13:02.631Z | Downloaded base64 v0.13.1 |
1053 | 2024-10-18T22:13:02.635Z | Downloaded futures-task v0.3.31 |
1054 | 2024-10-18T22:13:02.637Z | Downloaded futures-io v0.3.31 |
1055 | 2024-10-18T22:13:02.637Z | Downloaded fallible-iterator v0.3.0 |
1056 | 2024-10-18T22:13:02.640Z | Downloaded owo-colors v4.1.0 |
1057 | 2024-10-18T22:13:02.642Z | Downloaded nu-ansi-term v0.50.1 |
1058 | 2024-10-18T22:13:02.645Z | Downloaded multer v3.1.0 |
1059 | 2024-10-18T22:13:02.649Z | Downloaded memmap2 v0.9.5 |
1060 | 2024-10-18T22:13:02.649Z | Downloaded sync_wrapper v1.0.1 |
1061 | 2024-10-18T22:13:02.652Z | Downloaded console v0.15.8 |
1062 | 2024-10-18T22:13:02.652Z | Downloaded nanorand v0.7.0 |
1063 | 2024-10-18T22:13:02.654Z | Downloaded managed v0.8.0 |
1064 | 2024-10-18T22:13:02.654Z | Downloaded keccak v0.1.5 |
1065 | 2024-10-18T22:13:02.657Z | Downloaded libefi-sys v0.1.0 |
1066 | 2024-10-18T22:13:02.657Z | Downloaded lazy_static v1.5.0 |
1067 | 2024-10-18T22:13:02.660Z | Downloaded ring v0.16.20 |
1068 | 2024-10-18T22:13:02.740Z | Downloaded cancel-safe-futures v0.1.5 |
1069 | 2024-10-18T22:13:02.743Z | Downloaded base64 v0.21.7 |
1070 | 2024-10-18T22:13:02.746Z | Downloaded mime v0.3.17 |
1071 | 2024-10-18T22:13:02.749Z | Downloaded lru-cache v0.1.2 |
1072 | 2024-10-18T22:13:02.749Z | Downloaded lru v0.12.5 |
1073 | 2024-10-18T22:13:02.751Z | Downloaded is-terminal v0.4.13 |
1074 | 2024-10-18T22:13:02.751Z | Downloaded instability v0.3.2 |
1075 | 2024-10-18T22:13:02.754Z | Downloaded slog-scope v4.4.0 |
1076 | 2024-10-18T22:13:02.754Z | Downloaded slog-json v2.6.1 |
1077 | 2024-10-18T22:13:02.754Z | Downloaded signature v2.2.0 |
1078 | 2024-10-18T22:13:02.756Z | Downloaded sha1 v0.10.6 |
1079 | 2024-10-18T22:13:02.761Z | Downloaded serde_plain v1.0.2 |
1080 | 2024-10-18T22:13:02.761Z | Downloaded miniz_oxide v0.8.0 |
1081 | 2024-10-18T22:13:02.763Z | Downloaded linked-hash-map v0.5.6 |
1082 | 2024-10-18T22:13:02.763Z | Downloaded bitfield-struct v0.6.2 |
1083 | 2024-10-18T22:13:02.763Z | Downloaded async-bb8-diesel v0.2.1 |
1084 | 2024-10-18T22:13:02.766Z | Downloaded argon2 v0.5.3 |
1085 | 2024-10-18T22:13:02.766Z | Downloaded rustc_version v0.4.1 |
1086 | 2024-10-18T22:13:02.768Z | Downloaded http-body-util v0.1.2 |
1087 | 2024-10-18T22:13:02.768Z | Downloaded http-body v0.4.6 |
1088 | 2024-10-18T22:13:02.771Z | Downloaded salsa20 v0.10.2 |
1089 | 2024-10-18T22:13:02.771Z | Downloaded aead v0.5.2 |
1090 | 2024-10-18T22:13:02.774Z | Downloaded darling_core v0.20.10 |
1091 | 2024-10-18T22:13:02.776Z | Downloaded compact_str v0.8.0 |
1092 | 2024-10-18T22:13:02.779Z | Downloaded buf-list v1.0.3 |
1093 | 2024-10-18T22:13:02.781Z | Downloaded base64 v0.22.1 |
1094 | 2024-10-18T22:13:02.784Z | Downloaded async-stream v0.3.6 |
1095 | 2024-10-18T22:13:02.787Z | Downloaded mockall_derive v0.13.0 |
1096 | 2024-10-18T22:13:02.789Z | Downloaded libloading v0.8.5 |
1097 | 2024-10-18T22:13:02.792Z | Downloaded ctr v0.9.2 |
1098 | 2024-10-18T22:13:02.794Z | Downloaded cipher v0.4.4 |
1099 | 2024-10-18T22:13:02.794Z | Downloaded crc v3.2.1 |
1100 | 2024-10-18T22:13:02.797Z | Downloaded constant_time_eq v0.3.1 |
1101 | 2024-10-18T22:13:02.797Z | Downloaded colored v2.1.0 |
1102 | 2024-10-18T22:13:02.799Z | Downloaded chrono-tz-build v0.4.0 |
1103 | 2024-10-18T22:13:02.799Z | Downloaded crc32fast v1.4.2 |
1104 | 2024-10-18T22:13:02.804Z | Downloaded native-tls v0.2.12 |
1105 | 2024-10-18T22:13:02.804Z | Downloaded lock_api v0.4.12 |
1106 | 2024-10-18T22:13:02.805Z | Downloaded blowfish v0.9.1 |
1107 | 2024-10-18T22:13:02.809Z | Downloaded bcrypt-pbkdf v0.10.0 |
1108 | 2024-10-18T22:13:02.809Z | Downloaded atomic-waker v1.1.2 |
1109 | 2024-10-18T22:13:02.809Z | Downloaded arrayref v0.3.9 |
1110 | 2024-10-18T22:13:02.809Z | Downloaded clang-sys v1.8.1 |
1111 | 2024-10-18T22:13:02.811Z | Downloaded maplit v1.0.2 |
1112 | 2024-10-18T22:13:02.811Z | Downloaded linear-map v1.2.0 |
1113 | 2024-10-18T22:13:02.814Z | Downloaded lazycell v1.3.0 |
1114 | 2024-10-18T22:13:02.814Z | Downloaded inout v0.1.3 |
1115 | 2024-10-18T22:13:02.814Z | Downloaded kstat-rs v0.2.4 |
1116 | 2024-10-18T22:13:02.816Z | Downloaded ipnetwork v0.20.0 |
1117 | 2024-10-18T22:13:02.816Z | Downloaded newline-converter v0.3.0 |
1118 | 2024-10-18T22:13:02.819Z | Downloaded matches v0.1.10 |
1119 | 2024-10-18T22:13:02.819Z | Downloaded ciborium v0.2.2 |
1120 | 2024-10-18T22:13:02.822Z | Downloaded cbc v0.1.2 |
1121 | 2024-10-18T22:13:02.822Z | Downloaded bitfield v0.14.0 |
1122 | 2024-10-18T22:13:02.824Z | Downloaded async-trait v0.1.83 |
1123 | 2024-10-18T22:13:02.920Z | Compiling serde v1.0.210 |
1124 | 2024-10-18T22:13:02.923Z | Compiling typenum v1.17.0 |
1125 | 2024-10-18T22:13:02.923Z | Compiling generic-array v0.14.7 |
1126 | 2024-10-18T22:13:02.923Z | Compiling lock_api v0.4.12 |
1127 | 2024-10-18T22:13:02.923Z | Compiling scopeguard v1.2.0 |
1128 | 2024-10-18T22:13:02.923Z | Compiling subtle v2.6.1 |
1129 | 2024-10-18T22:13:03.093Z | Compiling syn v2.0.79 |
1130 | 2024-10-18T22:13:03.104Z | Compiling getrandom v0.2.15 |
1131 | 2024-10-18T22:13:03.226Z | Compiling value-bag v1.9.0 |
1132 | 2024-10-18T22:13:03.401Z | Compiling rand_core v0.6.4 |
1133 | 2024-10-18T22:13:03.482Z | Compiling const-oid v0.9.6 |
1134 | 2024-10-18T22:13:03.520Z | Compiling pin-project-lite v0.2.14 |
1135 | 2024-10-18T22:13:03.625Z | Compiling smallvec v1.13.2 |
1136 | 2024-10-18T22:13:03.644Z | Compiling log v0.4.22 |
1137 | 2024-10-18T22:13:03.794Z | Compiling jobserver v0.1.32 |
1138 | 2024-10-18T22:13:03.888Z | Compiling parking_lot_core v0.9.10 |
1139 | 2024-10-18T22:13:04.112Z | Compiling shlex v1.3.0 |
1140 | 2024-10-18T22:13:04.186Z | Compiling futures-core v0.3.31 |
1141 | 2024-10-18T22:13:04.448Z | Compiling cc v1.1.30 |
1142 | 2024-10-18T22:13:04.563Z | Compiling signal-hook-registry v1.4.2 |
1143 | 2024-10-18T22:13:04.630Z | Compiling mio v1.0.2 |
1144 | 2024-10-18T22:13:04.855Z | Compiling parking_lot v0.12.3 |
1145 | 2024-10-18T22:13:05.150Z | Compiling cpufeatures v0.2.14 |
1146 | 2024-10-18T22:13:05.299Z | Compiling futures-sink v0.3.31 |
1147 | 2024-10-18T22:13:05.456Z | Compiling spin v0.9.8 |
1148 | 2024-10-18T22:13:05.547Z | Compiling socket2 v0.5.7 |
1149 | 2024-10-18T22:13:05.698Z | Compiling slab v0.4.9 |
1150 | 2024-10-18T22:13:05.854Z | Compiling serde_json v1.0.128 |
1151 | 2024-10-18T22:13:05.895Z | Compiling futures-channel v0.3.31 |
1152 | 2024-10-18T22:13:05.949Z | Compiling tinyvec_macros v0.1.1 |
1153 | 2024-10-18T22:13:05.952Z | Compiling allocator-api2 v0.2.18 |
1154 | 2024-10-18T22:13:06.042Z | Compiling futures-io v0.3.31 |
1155 | 2024-10-18T22:13:06.216Z | Compiling foldhash v0.1.3 |
1156 | 2024-10-18T22:13:06.337Z | Compiling pin-utils v0.1.0 |
1157 | 2024-10-18T22:13:06.394Z | Compiling futures-task v0.3.31 |
1158 | 2024-10-18T22:13:06.437Z | Compiling tinyvec v1.8.0 |
1159 | 2024-10-18T22:13:06.455Z | Compiling libm v0.2.8 |
1160 | 2024-10-18T22:13:06.539Z | Compiling num-traits v0.2.19 |
1161 | 2024-10-18T22:13:06.541Z | Compiling unicode-bidi v0.3.17 |
1162 | 2024-10-18T22:13:06.685Z | Compiling hashbrown v0.15.0 |
1163 | 2024-10-18T22:13:06.766Z | Compiling base64ct v1.6.0 |
1164 | 2024-10-18T22:13:07.079Z | Compiling flagset v0.4.6 |
1165 | 2024-10-18T22:13:07.273Z | Compiling pem-rfc7468 v0.7.0 |
1166 | 2024-10-18T22:13:07.386Z | Compiling httparse v1.9.5 |
1167 | 2024-10-18T22:13:07.977Z | Compiling unicode-normalization v0.1.24 |
1168 | 2024-10-18T22:13:08.001Z | Compiling tracing-core v0.1.32 |
1169 | 2024-10-18T22:13:08.078Z | Compiling crossbeam-utils v0.8.20 |
1170 | 2024-10-18T22:13:08.233Z | Compiling percent-encoding v2.3.1 |
1171 | 2024-10-18T22:13:08.277Z | Compiling rustls-pki-types v1.9.0 |
1172 | 2024-10-18T22:13:08.729Z | Compiling vcpkg v0.2.15 |
1173 | 2024-10-18T22:13:08.836Z | Compiling ring v0.17.8 |
1174 | 2024-10-18T22:13:09.108Z | Compiling pkg-config v0.3.31 |
1175 | 2024-10-18T22:13:09.380Z | Compiling untrusted v0.9.0 |
1176 | 2024-10-18T22:13:09.417Z | Compiling num-conv v0.1.0 |
1177 | 2024-10-18T22:13:09.439Z | Compiling powerfmt v0.2.0 |
1178 | 2024-10-18T22:13:09.560Z | Compiling time-core v0.1.2 |
1179 | 2024-10-18T22:13:09.704Z | Compiling deranged v0.3.11 |
1180 | 2024-10-18T22:13:09.734Z | Compiling time-macros v0.2.18 |
1181 | 2024-10-18T22:13:10.067Z | Compiling num_threads v0.1.7 |
1182 | 2024-10-18T22:13:10.198Z | Compiling atomic-waker v1.1.2 |
1183 | 2024-10-18T22:13:10.378Z | Compiling form_urlencoded v1.2.1 |
1184 | 2024-10-18T22:13:10.633Z | Compiling try-lock v0.2.5 |
1185 | 2024-10-18T22:13:10.689Z | Compiling slog v2.7.0 |
1186 | 2024-10-18T22:13:10.767Z | Compiling rustix v0.38.37 |
1187 | 2024-10-18T22:13:10.857Z | Compiling openssl-sys v0.9.103 |
1188 | 2024-10-18T22:13:11.018Z | Compiling want v0.3.1 |
1189 | 2024-10-18T22:13:11.279Z | Compiling httpdate v1.0.3 |
1190 | 2024-10-18T22:13:11.528Z | Compiling idna v0.5.0 |
1191 | 2024-10-18T22:13:11.656Z | Compiling tower-service v0.3.3 |
1192 | 2024-10-18T22:13:11.730Z | Compiling foreign-types-shared v0.1.1 |
1193 | 2024-10-18T22:13:11.776Z | Compiling iana-time-zone v0.1.61 |
1194 | 2024-10-18T22:13:11.824Z | Compiling base64 v0.22.1 |
1195 | 2024-10-18T22:13:12.029Z | Compiling openssl v0.10.66 |
1196 | 2024-10-18T22:13:12.092Z | Compiling match_cfg v0.1.0 |
1197 | 2024-10-18T22:13:12.185Z | Compiling rustversion v1.0.17 |
1198 | 2024-10-18T22:13:12.207Z | Compiling hostname v0.3.1 |
1199 | 2024-10-18T22:13:12.452Z | Compiling url v2.5.2 |
1200 | 2024-10-18T22:13:12.522Z | Compiling foreign-types v0.3.2 |
1201 | 2024-10-18T22:13:12.616Z | Compiling dirs-sys-next v0.1.2 |
1202 | 2024-10-18T22:13:12.782Z | Compiling time v0.3.36 |
1203 | 2024-10-18T22:13:12.971Z | Compiling aho-corasick v1.1.3 |
1204 | 2024-10-18T22:13:12.994Z | Compiling syn v1.0.109 |
1205 | 2024-10-18T22:13:13.228Z | Compiling rustls v0.23.14 |
1206 | 2024-10-18T22:13:13.504Z | Compiling siphasher v0.3.11 |
1207 | 2024-10-18T22:13:13.637Z | Compiling regex-syntax v0.8.5 |
1208 | 2024-10-18T22:13:13.737Z | Compiling rustls v0.22.4 |
1209 | 2024-10-18T22:13:13.879Z | Compiling native-tls v0.2.12 |
1210 | 2024-10-18T22:13:14.069Z | Compiling adler2 v2.0.0 |
1211 | 2024-10-18T22:13:14.261Z | Compiling data-encoding v2.6.0 |
1212 | 2024-10-18T22:13:14.302Z | Compiling miniz_oxide v0.8.0 |
1213 | 2024-10-18T22:13:15.733Z | Compiling dirs-next v2.0.0 |
1214 | 2024-10-18T22:13:15.752Z | Compiling serde_derive_internals v0.29.1 |
1215 | 2024-10-18T22:13:15.978Z | Compiling crossbeam-epoch v0.9.18 |
1216 | 2024-10-18T22:13:16.650Z | Compiling lazy_static v1.5.0 |
1217 | 2024-10-18T22:13:16.731Z | Compiling thread_local v1.1.8 |
1218 | 2024-10-18T22:13:16.767Z | Compiling cookie v0.18.1 |
1219 | 2024-10-18T22:13:17.065Z | Compiling multer v3.1.0 |
1220 | 2024-10-18T22:13:17.262Z | Compiling regex-automata v0.4.8 |
1221 | 2024-10-18T22:13:17.349Z | Compiling serde_derive v1.0.210 |
1222 | 2024-10-18T22:13:17.368Z | Compiling zeroize_derive v1.4.2 |
1223 | 2024-10-18T22:13:17.812Z | Compiling zerocopy-derive v0.7.35 |
1224 | 2024-10-18T22:13:18.311Z | Compiling tokio-macros v2.4.0 |
1225 | 2024-10-18T22:13:18.426Z | Compiling thiserror-impl v1.0.64 |
1226 | 2024-10-18T22:13:18.989Z | Compiling zeroize v1.8.1 |
1227 | 2024-10-18T22:13:19.631Z | Compiling futures-macro v0.3.31 |
1228 | 2024-10-18T22:13:19.999Z | Compiling der_derive v0.7.3 |
1229 | 2024-10-18T22:13:20.141Z | Compiling zerocopy v0.7.35 |
1230 | 2024-10-18T22:13:20.276Z | Compiling tracing-attributes v0.1.27 |
1231 | 2024-10-18T22:13:20.809Z | Compiling crypto-common v0.1.6 |
1232 | 2024-10-18T22:13:21.040Z | Compiling block-buffer v0.10.4 |
1233 | 2024-10-18T22:13:21.307Z | Compiling digest v0.10.7 |
1234 | 2024-10-18T22:13:21.556Z | Compiling futures-util v0.3.31 |
1235 | 2024-10-18T22:13:21.766Z | Compiling hmac v0.12.1 |
1236 | 2024-10-18T22:13:21.785Z | Compiling block-padding v0.3.3 |
1237 | 2024-10-18T22:13:21.804Z | Compiling thiserror v1.0.64 |
1238 | 2024-10-18T22:13:21.945Z | Compiling sha2 v0.10.8 |
1239 | 2024-10-18T22:13:22.000Z | Compiling inout v0.1.3 |
1240 | 2024-10-18T22:13:22.028Z | Compiling ppv-lite86 v0.2.20 |
1241 | 2024-10-18T22:13:22.286Z | Compiling cipher v0.4.4 |
1242 | 2024-10-18T22:13:22.553Z | Compiling der v0.7.9 |
1243 | 2024-10-18T22:13:22.796Z | Compiling rand_chacha v0.3.1 |
1244 | 2024-10-18T22:13:22.856Z | Compiling salsa20 v0.10.2 |
1245 | 2024-10-18T22:13:23.077Z | Compiling pbkdf2 v0.12.2 |
1246 | 2024-10-18T22:13:23.242Z | Compiling rand v0.8.5 |
1247 | 2024-10-18T22:13:24.081Z | Compiling tracing v0.1.40 |
1248 | 2024-10-18T22:13:24.598Z | Compiling pest v2.7.14 |
1249 | 2024-10-18T22:13:25.280Z | Compiling spki v0.7.3 |
1250 | 2024-10-18T22:13:25.487Z | Compiling scrypt v0.11.0 |
1251 | 2024-10-18T22:13:25.510Z | Compiling aes v0.8.4 |
1252 | 2024-10-18T22:13:25.650Z | Compiling cbc v0.1.2 |
1253 | 2024-10-18T22:13:25.881Z | Compiling scroll_derive v0.12.0 |
1254 | 2024-10-18T22:13:25.913Z | Compiling rustls-webpki v0.102.8 |
1255 | 2024-10-18T22:13:26.050Z | Compiling openssl-macros v0.1.1 |
1256 | 2024-10-18T22:13:26.831Z | Compiling pkcs5 v0.7.1 |
1257 | 2024-10-18T22:13:27.323Z | Compiling pest_meta v2.7.14 |
1258 | 2024-10-18T22:13:27.556Z | Compiling scroll v0.12.0 |
1259 | 2024-10-18T22:13:27.641Z | Compiling pkcs8 v0.10.2 |
1260 | 2024-10-18T22:13:27.933Z | Compiling async-trait v0.1.83 |
1261 | 2024-10-18T22:13:28.078Z | Compiling goblin v0.8.2 |
1262 | 2024-10-18T22:13:28.097Z | Compiling signature v2.2.0 |
1263 | 2024-10-18T22:13:28.310Z | Compiling sha1 v0.10.6 |
1264 | 2024-10-18T22:13:28.373Z | Compiling encoding_rs v0.8.34 |
1265 | 2024-10-18T22:13:28.376Z | Compiling either v1.13.0 |
1266 | 2024-10-18T22:13:28.739Z | Compiling pest_generator v2.7.14 |
1267 | 2024-10-18T22:13:30.058Z | Compiling openssl-probe v0.1.5 |
1268 | 2024-10-18T22:13:30.396Z | Compiling signal-hook v0.3.17 |
1269 | 2024-10-18T22:13:30.597Z | Compiling unicode-properties v0.1.3 |
1270 | 2024-10-18T22:13:30.671Z | Compiling ipnet v2.10.1 |
1271 | 2024-10-18T22:13:30.689Z | Compiling mime v0.3.17 |
1272 | 2024-10-18T22:13:30.965Z | Compiling gimli v0.31.1 |
1273 | 2024-10-18T22:13:31.247Z | Compiling bytes v1.7.2 |
1274 | 2024-10-18T22:13:31.776Z | Compiling indexmap v2.6.0 |
1275 | 2024-10-18T22:13:32.044Z | Compiling tokio v1.40.0 |
1276 | 2024-10-18T22:13:32.266Z | Compiling http v1.1.0 |
1277 | 2024-10-18T22:13:32.332Z | Compiling bitflags v2.6.0 |
1278 | 2024-10-18T22:13:32.395Z | Compiling semver v1.0.23 |
1279 | 2024-10-18T22:13:32.755Z | Compiling pest_derive v2.7.14 |
1280 | 2024-10-18T22:13:33.161Z | Compiling rustc_version v0.4.1 |
1281 | 2024-10-18T22:13:33.581Z | Compiling dtrace-parser v0.2.0 |
1282 | 2024-10-18T22:13:33.985Z | Compiling http-body v1.0.1 |
1283 | 2024-10-18T22:13:34.233Z | Compiling dof v0.3.0 |
1284 | 2024-10-18T22:13:34.614Z | Compiling uuid v1.10.0 |
1285 | 2024-10-18T22:13:34.725Z | Compiling toml_datetime v0.6.8 |
1286 | 2024-10-18T22:13:35.257Z | Compiling serde_tokenstream v0.2.2 |
1287 | 2024-10-18T22:13:35.794Z | Compiling serde_spanned v0.6.8 |
1288 | 2024-10-18T22:13:35.886Z | Compiling usdt-impl v0.5.0 |
1289 | 2024-10-18T22:13:36.033Z | Compiling chrono v0.4.38 |
1290 | 2024-10-18T22:13:36.053Z | Compiling http-body-util v0.1.2 |
1291 | 2024-10-18T22:13:36.083Z | Compiling heapless v0.7.17 |
1292 | 2024-10-18T22:13:36.547Z | Compiling schemars v0.8.21 |
1293 | 2024-10-18T22:13:36.566Z | Compiling rayon-core v1.12.1 |
1294 | 2024-10-18T22:13:36.856Z | Compiling paste v1.0.15 |
1295 | 2024-10-18T22:13:36.918Z | Compiling slog-async v2.8.0 |
1296 | 2024-10-18T22:13:37.489Z | Compiling toml_edit v0.22.22 |
1297 | 2024-10-18T22:13:37.527Z | Compiling addr2line v0.24.2 |
1298 | 2024-10-18T22:13:37.545Z | Compiling curve25519-dalek v4.1.3 |
1299 | 2024-10-18T22:13:38.092Z | Compiling usdt-attr-macro v0.5.0 |
1300 | 2024-10-18T22:13:38.190Z | Compiling usdt-macro v0.5.0 |
1301 | 2024-10-18T22:13:38.234Z | Compiling slog-json v2.6.1 |
1302 | 2024-10-18T22:13:38.451Z | Compiling serde_urlencoded v0.7.1 |
1303 | 2024-10-18T22:13:38.618Z | Compiling stringprep v0.1.5 |
1304 | 2024-10-18T22:13:39.062Z | Compiling futures-executor v0.3.31 |
1305 | 2024-10-18T22:13:39.785Z | Compiling md-5 v0.10.6 |
1306 | 2024-10-18T22:13:39.805Z | Compiling schemars_derive v0.8.21 |
1307 | 2024-10-18T22:13:39.896Z | Compiling async-stream-impl v0.3.6 |
1308 | 2024-10-18T22:13:40.038Z | Compiling tokio-util v0.7.12 |
1309 | 2024-10-18T22:13:41.369Z | Compiling h2 v0.4.6 |
1310 | 2024-10-18T22:13:41.477Z | Compiling enum-as-inner v0.6.1 |
1311 | 2024-10-18T22:13:43.175Z | Compiling crossbeam-deque v0.8.5 |
1312 | 2024-10-18T22:13:43.196Z | Compiling term v0.7.0 |
1313 | 2024-10-18T22:13:44.727Z | Compiling crossbeam-channel v0.5.13 |
1314 | 2024-10-18T22:13:45.193Z | Compiling num-integer v0.1.46 |
1315 | 2024-10-18T22:13:45.667Z | Compiling rustls-pemfile v2.2.0 |
1316 | 2024-10-18T22:13:45.809Z | Compiling idna v0.3.0 |
1317 | 2024-10-18T22:13:45.976Z | Compiling idna v0.4.0 |
1318 | 2024-10-18T22:13:45.995Z | Compiling ff v0.13.0 |
1319 | 2024-10-18T22:13:46.222Z | Compiling hash32 v0.2.1 |
1320 | 2024-10-18T22:13:46.579Z | Compiling is-terminal v0.4.13 |
1321 | 2024-10-18T22:13:46.707Z | Compiling object v0.36.5 |
1322 | 2024-10-18T22:13:47.258Z | Compiling dropshot v0.12.0 |
1323 | 2024-10-18T22:13:47.371Z | Compiling stable_deref_trait v1.2.0 |
1324 | 2024-10-18T22:13:47.471Z | Compiling num-bigint-dig v0.8.4 |
1325 | 2024-10-18T22:13:47.545Z | Compiling base16ct v0.2.0 |
1326 | 2024-10-18T22:13:47.563Z | Compiling quick-error v1.2.3 |
1327 | 2024-10-18T22:13:47.709Z | Compiling smoltcp v0.9.1 |
1328 | 2024-10-18T22:13:47.769Z | Compiling dyn-clone v1.0.17 |
1329 | 2024-10-18T22:13:47.872Z | Compiling fallible-iterator v0.2.0 |
1330 | 2024-10-18T22:13:48.138Z | Compiling portable-atomic v1.9.0 |
1331 | 2024-10-18T22:13:48.461Z | Compiling hyper v1.4.1 |
1332 | 2024-10-18T22:13:48.599Z | Compiling linked-hash-map v0.5.6 |
1333 | 2024-10-18T22:13:48.981Z | Compiling rustc-demangle v0.1.24 |
1334 | 2024-10-18T22:13:49.088Z | Compiling utf-8 v0.7.6 |
1335 | 2024-10-18T22:13:49.426Z | Compiling psl-types v2.0.11 |
1336 | 2024-10-18T22:13:49.630Z | Compiling take_mut v0.2.2 |
1337 | 2024-10-18T22:13:49.793Z | Compiling anyhow v1.0.89 |
1338 | 2024-10-18T22:13:49.973Z | Compiling publicsuffix v2.2.3 |
1339 | 2024-10-18T22:13:50.217Z | Compiling tungstenite v0.23.0 |
1340 | 2024-10-18T22:13:50.673Z | Compiling lru-cache v0.1.2 |
1341 | 2024-10-18T22:13:50.868Z | Compiling hyper-util v0.1.9 |
1342 | 2024-10-18T22:13:51.178Z | Compiling postgres-protocol v0.6.7 |
1343 | 2024-10-18T22:13:52.514Z | Compiling sec1 v0.7.3 |
1344 | 2024-10-18T22:13:52.582Z | Compiling resolv-conf v0.7.0 |
1345 | 2024-10-18T22:13:53.090Z | Compiling hickory-proto v0.24.1 |
1346 | 2024-10-18T22:13:53.354Z | Compiling slog-term v2.9.1 |
1347 | 2024-10-18T22:13:53.728Z | Compiling backtrace v0.3.74 |
1348 | 2024-10-18T22:13:53.849Z | Compiling usdt v0.5.0 |
1349 | 2024-10-18T22:13:54.009Z | Compiling group v0.13.0 |
1350 | 2024-10-18T22:13:54.344Z | Compiling num-iter v0.1.45 |
1351 | 2024-10-18T22:13:54.388Z | Compiling tokio-rustls v0.26.0 |
1352 | 2024-10-18T22:13:54.518Z | Compiling tokio-rustls v0.25.0 |
1353 | 2024-10-18T22:13:54.823Z | Compiling tokio-native-tls v0.3.1 |
1354 | 2024-10-18T22:13:54.950Z | Compiling async-stream v0.3.6 |
1355 | 2024-10-18T22:13:55.114Z | Compiling toml v0.8.19 |
1356 | 2024-10-18T22:13:55.713Z | Compiling futures v0.3.31 |
1357 | 2024-10-18T22:13:55.827Z | Compiling camino v1.1.9 |
1358 | 2024-10-18T22:13:56.289Z | Compiling slog-bunyan v2.5.0 |
1359 | 2024-10-18T22:13:56.498Z | Compiling terminal_size v0.4.0 |
1360 | 2024-10-18T22:13:56.678Z | Compiling dropshot_endpoint v0.12.0 |
1361 | 2024-10-18T22:13:56.721Z | Compiling openapiv3 v2.0.0 |
1362 | 2024-10-18T22:13:56.790Z | Compiling serde_path_to_error v0.1.16 |
1363 | 2024-10-18T22:13:56.853Z | Compiling hkdf v0.12.4 |
1364 | 2024-10-18T22:13:57.112Z | Compiling crypto-bigint v0.5.5 |
1365 | 2024-10-18T22:13:57.266Z | Compiling curve25519-dalek-derive v0.1.1 |
1366 | 2024-10-18T22:13:57.619Z | Compiling hubpack_derive v0.1.1 |
1367 | 2024-10-18T22:13:57.661Z | Compiling zerocopy-derive v0.6.6 |
1368 | 2024-10-18T22:13:57.681Z | Compiling phf_shared v0.11.2 |
1369 | 2024-10-18T22:13:58.048Z | Compiling waitgroup v0.1.2 |
1370 | 2024-10-18T22:13:58.278Z | Compiling webpki-roots v0.26.6 |
1371 | 2024-10-18T22:13:58.472Z | Compiling hostname v0.4.0 |
1372 | 2024-10-18T22:13:58.521Z | Compiling fs-err v2.11.0 |
1373 | 2024-10-18T22:13:58.728Z | Compiling ahash v0.8.11 |
1374 | 2024-10-18T22:13:58.810Z | Compiling managed v0.8.0 |
1375 | 2024-10-18T22:13:58.830Z | Compiling bitflags v1.3.2 |
1376 | 2024-10-18T22:13:58.980Z | Compiling winnow v0.5.40 |
1377 | 2024-10-18T22:13:59.108Z | Compiling debug-ignore v1.0.5 |
1378 | 2024-10-18T22:13:59.254Z | Compiling clap_builder v4.5.20 |
1379 | 2024-10-18T22:13:59.810Z | Compiling zerocopy v0.6.6 |
1380 | 2024-10-18T22:14:00.701Z | Compiling elliptic-curve v0.13.8 |
1381 | 2024-10-18T22:14:01.138Z | Compiling strum_macros v0.25.3 |
1382 | 2024-10-18T22:14:01.382Z | Compiling console v0.15.8 |
1383 | 2024-10-18T22:14:02.740Z | Compiling toml_edit v0.19.15 |
1384 | 2024-10-18T22:14:02.953Z | Compiling hubpack v0.1.2 |
1385 | 2024-10-18T22:14:03.288Z | Compiling hickory-resolver v0.24.1 |
1386 | 2024-10-18T22:14:03.379Z | Compiling hyper-rustls v0.27.3 |
1387 | 2024-10-18T22:14:03.422Z | Compiling phf v0.11.2 |
1388 | 2024-10-18T22:14:03.698Z | Compiling signal-hook-mio v0.2.4 |
1389 | 2024-10-18T22:14:03.864Z | Compiling rayon v1.10.0 |
1390 | 2024-10-18T22:14:04.029Z | Compiling cookie_store v0.21.0 |
1391 | 2024-10-18T22:14:05.276Z | Compiling hyper-tls v0.6.0 |
1392 | 2024-10-18T22:14:06.522Z | Compiling postgres-types v0.2.8 |
1393 | 2024-10-18T22:14:08.052Z | Compiling tokio-tungstenite v0.23.1 |
1394 | 2024-10-18T22:14:08.579Z | Compiling tokio-stream v0.1.16 |
1395 | 2024-10-18T22:14:08.671Z | Compiling serde-big-array v0.5.1 |
1396 | 2024-10-18T22:14:08.936Z | Compiling ed25519 v2.2.3 |
1397 | 2024-10-18T22:14:09.635Z | Compiling pkcs1 v0.7.5 |
1398 | 2024-10-18T22:14:09.870Z | Compiling regex v1.11.0 |
1399 | 2024-10-18T22:14:09.892Z | Compiling bstr v1.10.0 |
1400 | 2024-10-18T22:14:09.963Z | Compiling rfc6979 v0.4.0 |
1401 | 2024-10-18T22:14:10.156Z | Compiling serde_repr v0.1.19 |
1402 | 2024-10-18T22:14:10.658Z | Compiling derive-where v1.2.7 |
1403 | 2024-10-18T22:14:10.678Z | Compiling clap_derive v4.5.18 |
1404 | 2024-10-18T22:14:10.750Z | Compiling phf_shared v0.10.0 |
1405 | 2024-10-18T22:14:10.938Z | Compiling float-cmp v0.9.0 |
1406 | 2024-10-18T22:14:10.985Z | Compiling sync_wrapper v1.0.1 |
1407 | 2024-10-18T22:14:11.133Z | Compiling crc32fast v1.4.2 |
1408 | 2024-10-18T22:14:11.151Z | Compiling minimal-lexical v0.2.1 |
1409 | 2024-10-18T22:14:11.154Z | Compiling static_assertions v1.1.0 |
1410 | 2024-10-18T22:14:11.277Z | Compiling difflib v0.4.0 |
1411 | 2024-10-18T22:14:11.327Z | Compiling normalize-line-endings v0.3.0 |
1412 | 2024-10-18T22:14:11.461Z | Compiling fixedbitset v0.4.2 |
1413 | 2024-10-18T22:14:11.482Z | Compiling unicode-segmentation v1.12.0 |
1414 | 2024-10-18T22:14:11.634Z | Compiling number_prefix v0.4.0 |
1415 | 2024-10-18T22:14:11.654Z | Compiling precomputed-hash v0.1.1 |
1416 | 2024-10-18T22:14:11.772Z | Compiling predicates-core v1.0.8 |
1417 | 2024-10-18T22:14:11.860Z | Compiling bit-vec v0.6.3 |
1418 | 2024-10-18T22:14:11.929Z | Compiling new_debug_unreachable v1.0.6 |
1419 | 2024-10-18T22:14:12.026Z | Compiling whoami v1.5.2 |
1420 | 2024-10-18T22:14:12.123Z | Compiling string_cache v0.8.7 |
1421 | 2024-10-18T22:14:12.320Z | Compiling bit-set v0.5.3 |
1422 | 2024-10-18T22:14:12.367Z | Compiling tokio-postgres v0.7.12 |
1423 | 2024-10-18T22:14:12.589Z | Compiling similar v2.6.0 |
1424 | 2024-10-18T22:14:12.641Z | Compiling predicates v3.1.2 |
1425 | 2024-10-18T22:14:12.680Z | Compiling indicatif v0.17.8 |
1426 | 2024-10-18T22:14:12.822Z | Compiling petgraph v0.6.5 |
1427 | 2024-10-18T22:14:14.269Z | Compiling qorb v0.0.2 |
1428 | 2024-10-18T22:14:14.412Z | Compiling nom v7.1.3 |
1429 | 2024-10-18T22:14:14.945Z | Compiling flate2 v1.0.34 |
1430 | 2024-10-18T22:14:15.031Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1431 | 2024-10-18T22:14:15.709Z | Compiling clap v4.5.20 |
1432 | 2024-10-18T22:14:15.838Z | Compiling reqwest v0.12.8 |
1433 | 2024-10-18T22:14:15.877Z | Compiling ecdsa v0.16.9 |
1434 | 2024-10-18T22:14:16.710Z | Compiling rsa v0.9.6 |
1435 | 2024-10-18T22:14:16.824Z | Compiling ed25519-dalek v2.1.1 |
1436 | 2024-10-18T22:14:18.050Z | Compiling toml v0.7.8 |
1437 | 2024-10-18T22:14:18.133Z | Compiling crossterm v0.28.1 |
1438 | 2024-10-18T22:14:19.649Z | Compiling itertools v0.12.1 |
1439 | 2024-10-18T22:14:19.765Z | Compiling itertools v0.10.5 |
1440 | 2024-10-18T22:14:20.332Z | Compiling hex v0.4.3 |
1441 | 2024-10-18T22:14:20.391Z | Compiling x509-cert v0.2.5 |
1442 | 2024-10-18T22:14:20.961Z | Compiling lalrpop-util v0.19.12 |
1443 | 2024-10-18T22:14:21.318Z | Compiling peg-runtime v0.8.3 |
1444 | 2024-10-18T22:14:21.901Z | Compiling unicode-xid v0.2.6 |
1445 | 2024-10-18T22:14:21.968Z | Compiling xattr v1.3.1 |
1446 | 2024-10-18T22:14:21.971Z | Compiling strum_macros v0.26.4 |
1447 | 2024-10-18T22:14:22.071Z | Compiling filetime v0.2.25 |
1448 | 2024-10-18T22:14:22.382Z | Compiling tar v0.4.42 |
1449 | 2024-10-18T22:14:25.079Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1450 | 2024-10-18T22:14:25.279Z | Compiling strum v0.26.3 |
1451 | 2024-10-18T22:14:25.366Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1452 | 2024-10-18T22:14:30.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1453 | 2024-10-18T22:14:30.861Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1454 | 2024-10-18T22:14:30.908Z | Oct 18 22:14:30.322 INFO Starting download, target: Console |
1455 | 2024-10-18T22:14:30.908Z | Oct 18 22:14:30.322 INFO Starting download, target: Clickhouse |
1456 | 2024-10-18T22:14:30.908Z | Oct 18 22:14:30.322 INFO Starting download, target: Cockroach |
1457 | 2024-10-18T22:14:30.908Z | Oct 18 22:14:30.322 INFO Starting download, target: DendriteOpenapi |
1458 | 2024-10-18T22:14:30.910Z | Oct 18 22:14:30.322 INFO Starting download, target: DendriteStub |
1459 | 2024-10-18T22:14:30.910Z | Oct 18 22:14:30.322 INFO Starting download, target: MaghemiteMgd |
1460 | 2024-10-18T22:14:30.910Z | Oct 18 22:14:30.322 INFO Starting download, target: TransceiverControl |
1461 | 2024-10-18T22:14:30.910Z | Oct 18 22:14:30.323 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1462 | 2024-10-18T22:14:30.910Z | Oct 18 22:14:30.323 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1463 | 2024-10-18T22:14:30.910Z | Oct 18 22:14:30.323 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1464 | 2024-10-18T22:14:30.910Z | Oct 18 22:14:30.323 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1465 | 2024-10-18T22:14:30.910Z | Oct 18 22:14:30.323 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1466 | 2024-10-18T22:14:30.910Z | Oct 18 22:14:30.323 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1467 | 2024-10-18T22:14:30.911Z | Oct 18 22:14:30.323 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1468 | 2024-10-18T22:14:31.240Z | Oct 18 22:14:30.642 INFO Download complete, target: DendriteOpenapi |
1469 | 2024-10-18T22:14:31.298Z | Oct 18 22:14:30.710 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1470 | 2024-10-18T22:14:31.451Z | Oct 18 22:14:30.864 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1471 | 2024-10-18T22:14:31.805Z | Oct 18 22:14:31.220 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1472 | 2024-10-18T22:14:31.821Z | Oct 18 22:14:31.236 INFO Download complete, target: Console |
1473 | 2024-10-18T22:14:31.836Z | Oct 18 22:14:31.251 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1474 | 2024-10-18T22:14:32.016Z | Oct 18 22:14:31.431 INFO Download complete, target: TransceiverControl |
1475 | 2024-10-18T22:14:32.438Z | Oct 18 22:14:31.851 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1476 | 2024-10-18T22:14:32.438Z | Oct 18 22:14:31.851 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1477 | 2024-10-18T22:14:34.158Z | Oct 18 22:14:33.572 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1478 | 2024-10-18T22:14:34.870Z | Oct 18 22:14:34.284 INFO Download complete, target: DendriteStub |
1479 | 2024-10-18T22:14:35.338Z | Oct 18 22:14:34.569 INFO Download complete, target: MaghemiteMgd |
1480 | 2024-10-18T22:14:40.536Z | Oct 18 22:14:39.950 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1481 | 2024-10-18T22:14:40.815Z | Oct 18 22:14:40.228 INFO Checking that binary works, target: Cockroach |
1482 | 2024-10-18T22:14:40.980Z | Oct 18 22:14:40.394 INFO Download complete, target: Cockroach |
1483 | 2024-10-18T22:14:47.767Z | Oct 18 22:14:47.179 INFO Checking that binary works, target: Clickhouse |
1484 | 2024-10-18T22:14:47.940Z | Oct 18 22:14:47.351 INFO Download complete, target: Clickhouse |
1485 | 2024-10-18T22:14:47.961Z | All builder prerequisites installed successfully, and PATH looks valid |
1486 | 2024-10-18T22:14:47.964Z | |
1487 | 2024-10-18T22:14:47.964Z | real 4:08.067761523 |
1488 | 2024-10-18T22:14:47.964Z | user 12:42.445792999 |
1489 | 2024-10-18T22:14:47.964Z | sys 2:42.004939476 |
1490 | 2024-10-18T22:14:47.964Z | trap 0.445356706 |
1491 | 2024-10-18T22:14:47.964Z | tflt 1.815423311 |
1492 | 2024-10-18T22:14:47.964Z | dflt 1.849021075 |
1493 | 2024-10-18T22:14:47.964Z | kflt 0.029200402 |
1494 | 2024-10-18T22:14:47.964Z | lock 24:33.317472946 |
1495 | 2024-10-18T22:14:47.964Z | slp 49:09.342568000 |
1496 | 2024-10-18T22:14:47.964Z | lat 46.591839094 |
1497 | 2024-10-18T22:14:47.964Z | stop 2:00.441392743 |
1498 | 2024-10-18T22:14:47.964Z | + banner hack-check |
1499 | 2024-10-18T22:14:47.967Z | |
1500 | 2024-10-18T22:14:47.967Z | # # ## #### # # #### # # ###### #### # # |
1501 | 2024-10-18T22:14:47.967Z | # # # # # # # # # # # # # # # # # |
1502 | 2024-10-18T22:14:47.967Z | ###### # # # #### ##### # ###### ##### # #### |
1503 | 2024-10-18T22:14:47.967Z | # # ###### # # # # # # # # # # |
1504 | 2024-10-18T22:14:47.967Z | # # # # # # # # # # # # # # # # # |
1505 | 2024-10-18T22:14:47.967Z | # # # # #### # # #### # # ###### #### # # |
1506 | 2024-10-18T22:14:47.967Z | |
1507 | 2024-10-18T22:14:47.967Z | + export CARGO_INCREMENTAL=0 |
1508 | 2024-10-18T22:14:47.967Z | + CARGO_INCREMENTAL=0 |
1509 | 2024-10-18T22:14:47.967Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1510 | 2024-10-18T22:14:48.530Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1511 | 2024-10-18T22:14:52.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
1512 | 2024-10-18T22:14:52.233Z | Running `target/debug/xtask check-features --ci` |
1513 | 2024-10-18T22:14:52.252Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1514 | 2024-10-18T22:14:52.255Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1515 | 2024-10-18T22:14:52.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1516 | 2024-10-18T22:14:52.773Z | Running `target/debug/xtask download cargo-hack` |
1517 | 2024-10-18T22:14:53.637Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1518 | 2024-10-18T22:14:54.004Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1519 | 2024-10-18T22:14:58.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
1520 | 2024-10-18T22:14:58.767Z | Running `target/debug/xtask-downloader cargo-hack` |
1521 | 2024-10-18T22:14:58.799Z | Oct 18 22:14:58.211 INFO Starting download, target: CargoHack |
1522 | 2024-10-18T22:14:58.802Z | Oct 18 22:14:58.212 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1523 | 2024-10-18T22:14:59.377Z | Oct 18 22:14:58.788 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1524 | 2024-10-18T22:14:59.475Z | Oct 18 22:14:58.887 INFO Download complete, target: CargoHack |
1525 | 2024-10-18T22:14:59.479Z | 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-18T22:14:59.494Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1527 | 2024-10-18T22:14:59.658Z | info: running `cargo check --bins` on api_identity (1/167) |
1528 | 2024-10-18T22:15:00.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1529 | 2024-10-18T22:15:00.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1530 | 2024-10-18T22:15:00.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1531 | 2024-10-18T22:15:00.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1532 | 2024-10-18T22:15:00.298Z | |
1533 | 2024-10-18T22:15:00.298Z | info: running `cargo check --bins` on bootstore (2/167) |
1534 | 2024-10-18T22:15:00.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1535 | 2024-10-18T22:15:00.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1536 | 2024-10-18T22:15:00.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1537 | 2024-10-18T22:15:00.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1538 | 2024-10-18T22:15:00.971Z | |
1539 | 2024-10-18T22:15:00.971Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/167) |
1540 | 2024-10-18T22:15:01.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1541 | 2024-10-18T22:15:01.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1542 | 2024-10-18T22:15:01.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1543 | 2024-10-18T22:15:01.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1544 | 2024-10-18T22:15:01.640Z | |
1545 | 2024-10-18T22:15:01.640Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/167) |
1546 | 2024-10-18T22:15:02.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1547 | 2024-10-18T22:15:02.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1548 | 2024-10-18T22:15:02.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1549 | 2024-10-18T22:15:02.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1550 | 2024-10-18T22:15:02.323Z | |
1551 | 2024-10-18T22:15:02.323Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/167) |
1552 | 2024-10-18T22:15:02.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1553 | 2024-10-18T22:15:02.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1554 | 2024-10-18T22:15:02.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1555 | 2024-10-18T22:15:02.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1556 | 2024-10-18T22:15:02.794Z | |
1557 | 2024-10-18T22:15:02.794Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/167) |
1558 | 2024-10-18T22:15:03.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1559 | 2024-10-18T22:15:03.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1560 | 2024-10-18T22:15:03.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1561 | 2024-10-18T22:15:03.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1562 | 2024-10-18T22:15:03.259Z | |
1563 | 2024-10-18T22:15:03.259Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/167) |
1564 | 2024-10-18T22:15:03.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1565 | 2024-10-18T22:15:03.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1566 | 2024-10-18T22:15:03.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1567 | 2024-10-18T22:15:03.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1568 | 2024-10-18T22:15:03.718Z | |
1569 | 2024-10-18T22:15:03.718Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/167) |
1570 | 2024-10-18T22:15:04.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1571 | 2024-10-18T22:15:04.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1572 | 2024-10-18T22:15:04.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1573 | 2024-10-18T22:15:04.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1574 | 2024-10-18T22:15:04.193Z | |
1575 | 2024-10-18T22:15:04.193Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/167) |
1576 | 2024-10-18T22:15:04.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1577 | 2024-10-18T22:15:04.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1578 | 2024-10-18T22:15:04.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1579 | 2024-10-18T22:15:04.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1580 | 2024-10-18T22:15:04.671Z | |
1581 | 2024-10-18T22:15:04.671Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/167) |
1582 | 2024-10-18T22:15:05.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1583 | 2024-10-18T22:15:05.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1584 | 2024-10-18T22:15:05.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1585 | 2024-10-18T22:15:05.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1586 | 2024-10-18T22:15:05.133Z | |
1587 | 2024-10-18T22:15:05.133Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/167) |
1588 | 2024-10-18T22:15:05.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1589 | 2024-10-18T22:15:05.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1590 | 2024-10-18T22:15:05.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1591 | 2024-10-18T22:15:05.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1592 | 2024-10-18T22:15:05.601Z | |
1593 | 2024-10-18T22:15:05.601Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/167) |
1594 | 2024-10-18T22:15:06.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1595 | 2024-10-18T22:15:06.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1596 | 2024-10-18T22:15:06.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1597 | 2024-10-18T22:15:06.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1598 | 2024-10-18T22:15:06.070Z | |
1599 | 2024-10-18T22:15:06.070Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/167) |
1600 | 2024-10-18T22:15:06.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1601 | 2024-10-18T22:15:06.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1602 | 2024-10-18T22:15:06.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1603 | 2024-10-18T22:15:06.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1604 | 2024-10-18T22:15:06.534Z | |
1605 | 2024-10-18T22:15:06.535Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/167) |
1606 | 2024-10-18T22:15:06.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1607 | 2024-10-18T22:15:06.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1608 | 2024-10-18T22:15:06.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1609 | 2024-10-18T22:15:06.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1610 | 2024-10-18T22:15:06.996Z | |
1611 | 2024-10-18T22:15:06.996Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/167) |
1612 | 2024-10-18T22:15:07.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1613 | 2024-10-18T22:15:07.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1614 | 2024-10-18T22:15:07.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1615 | 2024-10-18T22:15:07.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1616 | 2024-10-18T22:15:07.461Z | |
1617 | 2024-10-18T22:15:07.461Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/167) |
1618 | 2024-10-18T22:15:07.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-10-18T22:15:07.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-10-18T22:15:07.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-10-18T22:15:07.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1622 | 2024-10-18T22:15:07.924Z | |
1623 | 2024-10-18T22:15:07.925Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/167) |
1624 | 2024-10-18T22:15:08.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-10-18T22:15:08.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-10-18T22:15:08.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-10-18T22:15:08.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1628 | 2024-10-18T22:15:08.404Z | |
1629 | 2024-10-18T22:15:08.404Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/167) |
1630 | 2024-10-18T22:15:08.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-10-18T22:15:08.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-10-18T22:15:08.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-10-18T22:15:08.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1634 | 2024-10-18T22:15:08.867Z | |
1635 | 2024-10-18T22:15:08.867Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/167) |
1636 | 2024-10-18T22:15:09.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-10-18T22:15:09.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-10-18T22:15:09.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-10-18T22:15:09.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1640 | 2024-10-18T22:15:09.334Z | |
1641 | 2024-10-18T22:15:09.334Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/167) |
1642 | 2024-10-18T22:15:09.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-10-18T22:15:09.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-10-18T22:15:09.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-10-18T22:15:09.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1646 | 2024-10-18T22:15:09.801Z | |
1647 | 2024-10-18T22:15:09.801Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/167) |
1648 | 2024-10-18T22:15:10.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-10-18T22:15:10.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-10-18T22:15:10.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-10-18T22:15:10.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1652 | 2024-10-18T22:15:10.263Z | |
1653 | 2024-10-18T22:15:10.264Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/167) |
1654 | 2024-10-18T22:15:10.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-10-18T22:15:10.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-10-18T22:15:10.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-10-18T22:15:10.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1658 | 2024-10-18T22:15:10.730Z | |
1659 | 2024-10-18T22:15:10.730Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/167) |
1660 | 2024-10-18T22:15:11.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-10-18T22:15:11.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-10-18T22:15:11.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-10-18T22:15:11.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1664 | 2024-10-18T22:15:11.205Z | |
1665 | 2024-10-18T22:15:11.205Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/167) |
1666 | 2024-10-18T22:15:11.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-10-18T22:15:11.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-10-18T22:15:11.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-10-18T22:15:11.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1670 | 2024-10-18T22:15:11.671Z | |
1671 | 2024-10-18T22:15:11.671Z | info: running `cargo check --bins` on sled-hardware-types (25/167) |
1672 | 2024-10-18T22:15:12.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-10-18T22:15:12.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-10-18T22:15:12.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-10-18T22:15:12.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1676 | 2024-10-18T22:15:12.331Z | |
1677 | 2024-10-18T22:15:12.331Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/167) |
1678 | 2024-10-18T22:15:12.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-10-18T22:15:12.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-10-18T22:15:12.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-10-18T22:15:12.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1682 | 2024-10-18T22:15:12.995Z | |
1683 | 2024-10-18T22:15:12.995Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/167) |
1684 | 2024-10-18T22:15:13.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-10-18T22:15:13.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-10-18T22:15:13.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-10-18T22:15:13.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1688 | 2024-10-18T22:15:13.661Z | |
1689 | 2024-10-18T22:15:13.661Z | info: running `cargo check --bins` on oxlog (28/167) |
1690 | 2024-10-18T22:15:14.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-10-18T22:15:14.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-10-18T22:15:14.310Z | Checking cfg-if v1.0.0 |
1693 | 2024-10-18T22:15:14.312Z | Checking libc v0.2.159 |
1694 | 2024-10-18T22:15:14.411Z | Checking serde v1.0.210 |
1695 | 2024-10-18T22:15:14.413Z | Checking zeroize v1.8.1 |
1696 | 2024-10-18T22:15:14.413Z | Checking memchr v2.7.4 |
1697 | 2024-10-18T22:15:14.434Z | Checking typenum v1.17.0 |
1698 | 2024-10-18T22:15:14.437Z | Checking scopeguard v1.2.0 |
1699 | 2024-10-18T22:15:14.437Z | Checking subtle v2.6.1 |
1700 | 2024-10-18T22:15:14.470Z | Checking value-bag v1.9.0 |
1701 | 2024-10-18T22:15:14.576Z | Checking lock_api v0.4.12 |
1702 | 2024-10-18T22:15:14.700Z | Checking const-oid v0.9.6 |
1703 | 2024-10-18T22:15:14.886Z | Checking log v0.4.22 |
1704 | 2024-10-18T22:15:14.920Z | Checking itoa v1.0.11 |
1705 | 2024-10-18T22:15:15.149Z | Checking pin-project-lite v0.2.14 |
1706 | 2024-10-18T22:15:15.255Z | Checking smallvec v1.13.2 |
1707 | 2024-10-18T22:15:15.271Z | Checking byteorder v1.5.0 |
1708 | 2024-10-18T22:15:15.396Z | Checking futures-core v0.3.31 |
1709 | 2024-10-18T22:15:15.488Z | Checking getrandom v0.2.15 |
1710 | 2024-10-18T22:15:15.537Z | Checking signal-hook-registry v1.4.2 |
1711 | 2024-10-18T22:15:15.575Z | Checking once_cell v1.20.2 |
1712 | 2024-10-18T22:15:15.589Z | Checking parking_lot_core v0.9.10 |
1713 | 2024-10-18T22:15:15.632Z | Checking mio v1.0.2 |
1714 | 2024-10-18T22:15:15.684Z | Checking rand_core v0.6.4 |
1715 | 2024-10-18T22:15:15.764Z | Checking cpufeatures v0.2.14 |
1716 | 2024-10-18T22:15:15.826Z | Checking futures-sink v0.3.31 |
1717 | 2024-10-18T22:15:15.849Z | Checking socket2 v0.5.7 |
1718 | 2024-10-18T22:15:15.902Z | Checking parking_lot v0.12.3 |
1719 | 2024-10-18T22:15:15.935Z | Checking spin v0.9.8 |
1720 | 2024-10-18T22:15:15.966Z | Checking zerocopy v0.7.35 |
1721 | 2024-10-18T22:15:16.181Z | Checking slab v0.4.9 |
1722 | 2024-10-18T22:15:16.221Z | Checking futures-channel v0.3.31 |
1723 | 2024-10-18T22:15:16.254Z | Checking foldhash v0.1.3 |
1724 | 2024-10-18T22:15:16.270Z | Checking pin-utils v0.1.0 |
1725 | 2024-10-18T22:15:16.272Z | Checking futures-io v0.3.31 |
1726 | 2024-10-18T22:15:16.353Z | Checking allocator-api2 v0.2.18 |
1727 | 2024-10-18T22:15:16.408Z | Checking futures-task v0.3.31 |
1728 | 2024-10-18T22:15:16.421Z | Checking tinyvec_macros v0.1.1 |
1729 | 2024-10-18T22:15:16.437Z | Checking equivalent v1.0.1 |
1730 | 2024-10-18T22:15:16.489Z | Checking tinyvec v1.8.0 |
1731 | 2024-10-18T22:15:16.535Z | Checking ryu v1.0.18 |
1732 | 2024-10-18T22:15:16.554Z | Checking fnv v1.0.7 |
1733 | 2024-10-18T22:15:16.624Z | Checking futures-util v0.3.31 |
1734 | 2024-10-18T22:15:16.663Z | Checking unicode-bidi v0.3.17 |
1735 | 2024-10-18T22:15:16.763Z | Checking libm v0.2.8 |
1736 | 2024-10-18T22:15:16.925Z | Checking hashbrown v0.15.0 |
1737 | 2024-10-18T22:15:17.244Z | Checking base64ct v1.6.0 |
1738 | 2024-10-18T22:15:17.353Z | Checking ppv-lite86 v0.2.20 |
1739 | 2024-10-18T22:15:17.431Z | Checking num-traits v0.2.19 |
1740 | 2024-10-18T22:15:17.664Z | Checking pem-rfc7468 v0.7.0 |
1741 | 2024-10-18T22:15:17.688Z | Checking unicode-normalization v0.1.24 |
1742 | 2024-10-18T22:15:17.914Z | Checking flagset v0.4.6 |
1743 | 2024-10-18T22:15:17.971Z | Checking tracing-core v0.1.32 |
1744 | 2024-10-18T22:15:18.068Z | Checking rand_chacha v0.3.1 |
1745 | 2024-10-18T22:15:18.086Z | Checking thiserror v1.0.64 |
1746 | 2024-10-18T22:15:18.203Z | Checking percent-encoding v2.3.1 |
1747 | 2024-10-18T22:15:18.382Z | Checking rustls-pki-types v1.9.0 |
1748 | 2024-10-18T22:15:18.427Z | Checking rand v0.8.5 |
1749 | 2024-10-18T22:15:18.503Z | Checking httparse v1.9.5 |
1750 | 2024-10-18T22:15:18.536Z | Checking tracing v0.1.40 |
1751 | 2024-10-18T22:15:18.867Z | Checking generic-array v0.14.7 |
1752 | 2024-10-18T22:15:18.881Z | Checking der v0.7.9 |
1753 | 2024-10-18T22:15:18.910Z | Checking untrusted v0.9.0 |
1754 | 2024-10-18T22:15:18.928Z | Checking bytes v1.7.2 |
1755 | 2024-10-18T22:15:18.931Z | Checking indexmap v2.6.0 |
1756 | 2024-10-18T22:15:19.049Z | Checking serde_json v1.0.128 |
1757 | 2024-10-18T22:15:19.106Z | Checking bitflags v2.6.0 |
1758 | 2024-10-18T22:15:19.393Z | Checking powerfmt v0.2.0 |
1759 | 2024-10-18T22:15:19.654Z | Checking ring v0.17.8 |
1760 | 2024-10-18T22:15:19.670Z | Checking deranged v0.3.11 |
1761 | 2024-10-18T22:15:19.714Z | Checking tokio v1.40.0 |
1762 | 2024-10-18T22:15:20.026Z | Checking crypto-common v0.1.6 |
1763 | 2024-10-18T22:15:20.204Z | Checking block-buffer v0.10.4 |
1764 | 2024-10-18T22:15:20.226Z | Checking block-padding v0.3.3 |
1765 | 2024-10-18T22:15:20.421Z | Checking inout v0.1.3 |
1766 | 2024-10-18T22:15:20.424Z | Checking digest v0.10.7 |
1767 | 2024-10-18T22:15:20.637Z | Checking cipher v0.4.4 |
1768 | 2024-10-18T22:15:20.667Z | Checking http v1.1.0 |
1769 | 2024-10-18T22:15:20.691Z | Checking spki v0.7.3 |
1770 | 2024-10-18T22:15:20.786Z | Checking hmac v0.12.1 |
1771 | 2024-10-18T22:15:20.965Z | Checking sha2 v0.10.8 |
1772 | 2024-10-18T22:15:20.998Z | Checking pbkdf2 v0.12.2 |
1773 | 2024-10-18T22:15:21.019Z | Checking salsa20 v0.10.2 |
1774 | 2024-10-18T22:15:21.149Z | Checking cbc v0.1.2 |
1775 | 2024-10-18T22:15:21.226Z | Checking aes v0.8.4 |
1776 | 2024-10-18T22:15:21.356Z | Checking crossbeam-utils v0.8.20 |
1777 | 2024-10-18T22:15:21.371Z | Checking time-core v0.1.2 |
1778 | 2024-10-18T22:15:21.450Z | Checking num_threads v0.1.7 |
1779 | 2024-10-18T22:15:21.490Z | Checking atomic-waker v1.1.2 |
1780 | 2024-10-18T22:15:21.516Z | Checking num-conv v0.1.0 |
1781 | 2024-10-18T22:15:21.539Z | Checking scrypt v0.11.0 |
1782 | 2024-10-18T22:15:21.572Z | Checking rustls-webpki v0.102.8 |
1783 | 2024-10-18T22:15:21.610Z | Checking form_urlencoded v1.2.1 |
1784 | 2024-10-18T22:15:21.763Z | Checking try-lock v0.2.5 |
1785 | 2024-10-18T22:15:21.780Z | Checking time v0.3.36 |
1786 | 2024-10-18T22:15:21.821Z | Checking unicode-ident v1.0.13 |
1787 | 2024-10-18T22:15:21.898Z | Checking want v0.3.1 |
1788 | 2024-10-18T22:15:21.982Z | Checking httpdate v1.0.3 |
1789 | 2024-10-18T22:15:22.040Z | Checking http-body v1.0.1 |
1790 | 2024-10-18T22:15:22.067Z | Checking proc-macro2 v1.0.87 |
1791 | 2024-10-18T22:15:22.089Z | Checking uuid v1.10.0 |
1792 | 2024-10-18T22:15:22.104Z | Checking pkcs5 v0.7.1 |
1793 | 2024-10-18T22:15:22.216Z | Checking serde_spanned v0.6.8 |
1794 | 2024-10-18T22:15:22.232Z | Checking toml_datetime v0.6.8 |
1795 | 2024-10-18T22:15:22.548Z | Checking idna v0.5.0 |
1796 | 2024-10-18T22:15:22.559Z | Checking slog v2.7.0 |
1797 | 2024-10-18T22:15:22.559Z | Checking scroll v0.12.0 |
1798 | 2024-10-18T22:15:22.585Z | Checking pkcs8 v0.10.2 |
1799 | 2024-10-18T22:15:22.667Z | Checking ucd-trie v0.1.7 |
1800 | 2024-10-18T22:15:22.722Z | Checking plain v0.2.3 |
1801 | 2024-10-18T22:15:22.860Z | Checking tower-service v0.3.3 |
1802 | 2024-10-18T22:15:22.862Z | Checking match_cfg v0.1.0 |
1803 | 2024-10-18T22:15:22.890Z | Checking foreign-types-shared v0.1.1 |
1804 | 2024-10-18T22:15:22.902Z | Checking base64 v0.22.1 |
1805 | 2024-10-18T22:15:22.942Z | Checking iana-time-zone v0.1.61 |
1806 | 2024-10-18T22:15:22.977Z | Checking foreign-types v0.3.2 |
1807 | 2024-10-18T22:15:22.980Z | Checking hostname v0.3.1 |
1808 | 2024-10-18T22:15:22.999Z | Checking goblin v0.8.2 |
1809 | 2024-10-18T22:15:23.055Z | Checking pest v2.7.14 |
1810 | 2024-10-18T22:15:23.084Z | Checking chrono v0.4.38 |
1811 | 2024-10-18T22:15:23.102Z | Checking quote v1.0.37 |
1812 | 2024-10-18T22:15:23.181Z | Checking url v2.5.2 |
1813 | 2024-10-18T22:15:23.362Z | Checking openssl-sys v0.9.103 |
1814 | 2024-10-18T22:15:23.437Z | Checking dirs-sys-next v0.1.2 |
1815 | 2024-10-18T22:15:23.601Z | Checking errno v0.3.9 |
1816 | 2024-10-18T22:15:23.775Z | Checking aho-corasick v1.1.3 |
1817 | 2024-10-18T22:15:23.949Z | Checking siphasher v0.3.11 |
1818 | 2024-10-18T22:15:24.250Z | Checking data-encoding v2.6.0 |
1819 | 2024-10-18T22:15:24.269Z | Checking adler2 v2.0.0 |
1820 | 2024-10-18T22:15:24.408Z | Checking regex-syntax v0.8.5 |
1821 | 2024-10-18T22:15:24.681Z | Checking pretty-hex v0.4.1 |
1822 | 2024-10-18T22:15:24.854Z | Checking openssl v0.10.66 |
1823 | 2024-10-18T22:15:24.890Z | Checking miniz_oxide v0.8.0 |
1824 | 2024-10-18T22:15:25.102Z | Checking rustix v0.38.37 |
1825 | 2024-10-18T22:15:25.413Z | Checking dirs-next v2.0.0 |
1826 | 2024-10-18T22:15:25.508Z | Checking dtrace-parser v0.2.0 |
1827 | 2024-10-18T22:15:25.538Z | Checking syn v2.0.79 |
1828 | 2024-10-18T22:15:25.593Z | Checking http-body-util v0.1.2 |
1829 | 2024-10-18T22:15:25.964Z | Checking crossbeam-epoch v0.9.18 |
1830 | 2024-10-18T22:15:26.052Z | Checking sha1 v0.10.6 |
1831 | 2024-10-18T22:15:26.341Z | Checking signature v2.2.0 |
1832 | 2024-10-18T22:15:26.404Z | Checking lazy_static v1.5.0 |
1833 | 2024-10-18T22:15:26.520Z | Checking thread_local v1.1.8 |
1834 | 2024-10-18T22:15:26.539Z | Checking thread-id v4.2.2 |
1835 | 2024-10-18T22:15:26.638Z | Checking encoding_rs v0.8.34 |
1836 | 2024-10-18T22:15:26.788Z | Checking tokio-util v0.7.12 |
1837 | 2024-10-18T22:15:26.818Z | Checking utf8parse v0.2.2 |
1838 | 2024-10-18T22:15:26.958Z | Checking gimli v0.31.1 |
1839 | 2024-10-18T22:15:27.664Z | Checking h2 v0.4.6 |
1840 | 2024-10-18T22:15:27.709Z | Checking regex-automata v0.4.8 |
1841 | 2024-10-18T22:15:27.903Z | Checking dof v0.3.0 |
1842 | 2024-10-18T22:15:28.512Z | Checking unicode-properties v0.1.3 |
1843 | 2024-10-18T22:15:28.528Z | Checking mime v0.3.17 |
1844 | 2024-10-18T22:15:28.838Z | Checking openssl-probe v0.1.5 |
1845 | 2024-10-18T22:15:28.887Z | Checking anstyle v1.0.8 |
1846 | 2024-10-18T22:15:28.983Z | Checking ipnet v2.10.1 |
1847 | 2024-10-18T22:15:29.006Z | Checking either v1.13.0 |
1848 | 2024-10-18T22:15:29.237Z | Checking winnow v0.6.20 |
1849 | 2024-10-18T22:15:29.377Z | Checking stringprep v0.1.5 |
1850 | 2024-10-18T22:15:29.429Z | Checking anstyle-parse v0.2.5 |
1851 | 2024-10-18T22:15:29.634Z | Checking crossbeam-deque v0.8.5 |
1852 | 2024-10-18T22:15:29.697Z | Checking term v0.7.0 |
1853 | 2024-10-18T22:15:29.926Z | Checking slog-json v2.6.1 |
1854 | 2024-10-18T22:15:30.117Z | Checking rustls v0.23.14 |
1855 | 2024-10-18T22:15:30.144Z | Checking native-tls v0.2.12 |
1856 | 2024-10-18T22:15:30.177Z | Checking rustls v0.22.4 |
1857 | 2024-10-18T22:15:30.438Z | Checking crossbeam-channel v0.5.13 |
1858 | 2024-10-18T22:15:30.893Z | Checking addr2line v0.24.2 |
1859 | 2024-10-18T22:15:31.147Z | Checking serde_urlencoded v0.7.1 |
1860 | 2024-10-18T22:15:31.396Z | Checking futures-executor v0.3.31 |
1861 | 2024-10-18T22:15:31.578Z | Checking md-5 v0.10.6 |
1862 | 2024-10-18T22:15:31.620Z | Checking num-integer v0.1.46 |
1863 | 2024-10-18T22:15:31.748Z | Checking usdt-impl v0.5.0 |
1864 | 2024-10-18T22:15:31.794Z | Checking rustls-pemfile v2.2.0 |
1865 | 2024-10-18T22:15:32.006Z | Checking idna v0.3.0 |
1866 | 2024-10-18T22:15:32.080Z | Checking idna v0.4.0 |
1867 | 2024-10-18T22:15:32.160Z | Checking ff v0.13.0 |
1868 | 2024-10-18T22:15:32.220Z | Checking toml_edit v0.22.22 |
1869 | 2024-10-18T22:15:32.279Z | Checking hash32 v0.2.1 |
1870 | 2024-10-18T22:15:32.358Z | Checking memmap v0.7.0 |
1871 | 2024-10-18T22:15:32.567Z | Checking is-terminal v0.4.13 |
1872 | 2024-10-18T22:15:32.581Z | Checking object v0.36.5 |
1873 | 2024-10-18T22:15:32.681Z | Checking utf-8 v0.7.6 |
1874 | 2024-10-18T22:15:32.831Z | Checking base16ct v0.2.0 |
1875 | 2024-10-18T22:15:32.879Z | Checking fallible-iterator v0.2.0 |
1876 | 2024-10-18T22:15:32.946Z | Checking take_mut v0.2.2 |
1877 | 2024-10-18T22:15:33.019Z | Checking quick-error v1.2.3 |
1878 | 2024-10-18T22:15:33.079Z | Checking dyn-clone v1.0.17 |
1879 | 2024-10-18T22:15:33.148Z | Checking linked-hash-map v0.5.6 |
1880 | 2024-10-18T22:15:33.213Z | Checking anstyle-query v1.1.1 |
1881 | 2024-10-18T22:15:33.337Z | Checking psl-types v2.0.11 |
1882 | 2024-10-18T22:15:33.452Z | Checking rustc-demangle v0.1.24 |
1883 | 2024-10-18T22:15:33.469Z | Checking colorchoice v1.0.2 |
1884 | 2024-10-18T22:15:33.501Z | Checking stable_deref_trait v1.2.0 |
1885 | 2024-10-18T22:15:33.590Z | Checking is_terminal_polyfill v1.70.1 |
1886 | 2024-10-18T22:15:33.608Z | Checking heapless v0.7.17 |
1887 | 2024-10-18T22:15:33.703Z | Checking anstream v0.6.15 |
1888 | 2024-10-18T22:15:33.731Z | Checking tokio-rustls v0.25.0 |
1889 | 2024-10-18T22:15:33.866Z | Checking publicsuffix v2.2.3 |
1890 | 2024-10-18T22:15:33.943Z | Checking hyper v1.4.1 |
1891 | 2024-10-18T22:15:34.067Z | Checking lru-cache v0.1.2 |
1892 | 2024-10-18T22:15:34.083Z | Checking postgres-protocol v0.6.7 |
1893 | 2024-10-18T22:15:34.098Z | Checking schemars v0.8.21 |
1894 | 2024-10-18T22:15:34.245Z | Checking resolv-conf v0.7.0 |
1895 | 2024-10-18T22:15:34.605Z | Checking slog-async v2.8.0 |
1896 | 2024-10-18T22:15:34.655Z | Checking sec1 v0.7.3 |
1897 | 2024-10-18T22:15:34.763Z | Checking hickory-proto v0.24.1 |
1898 | 2024-10-18T22:15:34.779Z | Checking toml v0.8.19 |
1899 | 2024-10-18T22:15:34.877Z | Checking tungstenite v0.23.0 |
1900 | 2024-10-18T22:15:35.014Z | Checking slog-term v2.9.1 |
1901 | 2024-10-18T22:15:35.095Z | Checking tokio-rustls v0.26.0 |
1902 | 2024-10-18T22:15:35.487Z | Checking usdt v0.5.0 |
1903 | 2024-10-18T22:15:35.487Z | Checking group v0.13.0 |
1904 | 2024-10-18T22:15:35.520Z | Checking num-iter v0.1.45 |
1905 | 2024-10-18T22:15:35.673Z | Checking futures v0.3.31 |
1906 | 2024-10-18T22:15:35.690Z | Checking tokio-native-tls v0.3.1 |
1907 | 2024-10-18T22:15:35.729Z | Checking slog-bunyan v2.5.0 |
1908 | 2024-10-18T22:15:35.745Z | Checking rayon-core v1.12.1 |
1909 | 2024-10-18T22:15:35.757Z | Checking multer v3.1.0 |
1910 | 2024-10-18T22:15:35.771Z | Checking terminal_size v0.4.0 |
1911 | 2024-10-18T22:15:35.894Z | Checking cookie v0.18.1 |
1912 | 2024-10-18T22:15:35.923Z | Checking phf_shared v0.11.2 |
1913 | 2024-10-18T22:15:35.934Z | Checking hyper-util v0.1.9 |
1914 | 2024-10-18T22:15:35.951Z | Checking async-stream v0.3.6 |
1915 | 2024-10-18T22:15:36.135Z | Checking waitgroup v0.1.2 |
1916 | 2024-10-18T22:15:36.148Z | Checking signal-hook v0.3.17 |
1917 | 2024-10-18T22:15:36.192Z | Checking camino v1.1.9 |
1918 | 2024-10-18T22:15:36.255Z | Checking hkdf v0.12.4 |
1919 | 2024-10-18T22:15:36.295Z | Checking openapiv3 v2.0.0 |
1920 | 2024-10-18T22:15:36.399Z | Checking crypto-bigint v0.5.5 |
1921 | 2024-10-18T22:15:36.439Z | Checking serde_path_to_error v0.1.16 |
1922 | 2024-10-18T22:15:36.472Z | Checking webpki-roots v0.26.6 |
1923 | 2024-10-18T22:15:36.700Z | Checking hostname v0.4.0 |
1924 | 2024-10-18T22:15:36.744Z | Checking winnow v0.5.40 |
1925 | 2024-10-18T22:15:36.836Z | Checking clap_lex v0.7.2 |
1926 | 2024-10-18T22:15:37.064Z | Checking debug-ignore v1.0.5 |
1927 | 2024-10-18T22:15:37.092Z | Checking strsim v0.11.1 |
1928 | 2024-10-18T22:15:37.187Z | Checking unicode-width v0.1.14 |
1929 | 2024-10-18T22:15:37.363Z | Checking managed v0.8.0 |
1930 | 2024-10-18T22:15:37.663Z | Checking bitflags v1.3.2 |
1931 | 2024-10-18T22:15:37.699Z | Checking console v0.15.8 |
1932 | 2024-10-18T22:15:37.754Z | Checking smoltcp v0.9.1 |
1933 | 2024-10-18T22:15:38.076Z | Checking hyper-tls v0.6.0 |
1934 | 2024-10-18T22:15:38.272Z | Checking hyper-rustls v0.27.3 |
1935 | 2024-10-18T22:15:38.367Z | Checking clap_builder v4.5.20 |
1936 | 2024-10-18T22:15:38.615Z | Checking signal-hook-mio v0.2.4 |
1937 | 2024-10-18T22:15:38.750Z | Checking rayon v1.10.0 |
1938 | 2024-10-18T22:15:38.955Z | Checking backtrace v0.3.74 |
1939 | 2024-10-18T22:15:39.135Z | Checking elliptic-curve v0.13.8 |
1940 | 2024-10-18T22:15:39.221Z | Checking cookie_store v0.21.0 |
1941 | 2024-10-18T22:15:39.443Z | Checking hickory-resolver v0.24.1 |
1942 | 2024-10-18T22:15:39.509Z | Checking anyhow v1.0.89 |
1943 | 2024-10-18T22:15:39.662Z | Checking dropshot v0.12.0 |
1944 | 2024-10-18T22:15:39.713Z | Checking toml_edit v0.19.15 |
1945 | 2024-10-18T22:15:39.800Z | Checking phf v0.11.2 |
1946 | 2024-10-18T22:15:39.817Z | Checking tokio-tungstenite v0.23.1 |
1947 | 2024-10-18T22:15:39.856Z | Checking num-bigint-dig v0.8.4 |
1948 | 2024-10-18T22:15:40.073Z | Checking postgres-types v0.2.8 |
1949 | 2024-10-18T22:15:40.278Z | Checking regex v1.11.0 |
1950 | 2024-10-18T22:15:40.812Z | Checking bstr v1.10.0 |
1951 | 2024-10-18T22:15:40.887Z | Checking tokio-stream v0.1.16 |
1952 | 2024-10-18T22:15:40.986Z | Checking ed25519 v2.2.3 |
1953 | 2024-10-18T22:15:41.285Z | Checking phf_shared v0.10.0 |
1954 | 2024-10-18T22:15:41.429Z | Checking pkcs1 v0.7.5 |
1955 | 2024-10-18T22:15:41.573Z | Checking zerocopy v0.6.6 |
1956 | 2024-10-18T22:15:41.708Z | Checking curve25519-dalek v4.1.3 |
1957 | 2024-10-18T22:15:41.737Z | Checking hubpack v0.1.2 |
1958 | 2024-10-18T22:15:41.823Z | Checking portable-atomic v1.9.0 |
1959 | 2024-10-18T22:15:42.021Z | Checking rfc6979 v0.4.0 |
1960 | 2024-10-18T22:15:42.072Z | Checking float-cmp v0.9.0 |
1961 | 2024-10-18T22:15:42.117Z | Checking serde-big-array v0.5.1 |
1962 | 2024-10-18T22:15:42.188Z | Checking sync_wrapper v1.0.1 |
1963 | 2024-10-18T22:15:42.244Z | Checking crc32fast v1.4.2 |
1964 | 2024-10-18T22:15:42.313Z | Checking predicates-core v1.0.8 |
1965 | 2024-10-18T22:15:42.313Z | Checking number_prefix v0.4.0 |
1966 | 2024-10-18T22:15:42.344Z | Checking new_debug_unreachable v1.0.6 |
1967 | 2024-10-18T22:15:42.425Z | Checking whoami v1.5.2 |
1968 | 2024-10-18T22:15:42.446Z | Checking unicode-segmentation v1.12.0 |
1969 | 2024-10-18T22:15:42.497Z | Checking difflib v0.4.0 |
1970 | 2024-10-18T22:15:42.513Z | Checking bit-vec v0.6.3 |
1971 | 2024-10-18T22:15:42.545Z | Checking fixedbitset v0.4.2 |
1972 | 2024-10-18T22:15:42.721Z | Checking minimal-lexical v0.2.1 |
1973 | 2024-10-18T22:15:42.805Z | Checking normalize-line-endings v0.3.0 |
1974 | 2024-10-18T22:15:42.808Z | Checking precomputed-hash v0.1.1 |
1975 | 2024-10-18T22:15:42.837Z | Checking static_assertions v1.1.0 |
1976 | 2024-10-18T22:15:42.847Z | Checking bit-set v0.5.3 |
1977 | 2024-10-18T22:15:42.921Z | Checking predicates v3.1.2 |
1978 | 2024-10-18T22:15:42.923Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1979 | 2024-10-18T22:15:42.938Z | Checking string_cache v0.8.7 |
1980 | 2024-10-18T22:15:43.085Z | Checking nom v7.1.3 |
1981 | 2024-10-18T22:15:43.105Z | Checking indicatif v0.17.8 |
1982 | 2024-10-18T22:15:43.125Z | Checking similar v2.6.0 |
1983 | 2024-10-18T22:15:43.223Z | Checking petgraph v0.6.5 |
1984 | 2024-10-18T22:15:43.276Z | Checking qorb v0.0.2 |
1985 | 2024-10-18T22:15:43.503Z | Checking ed25519-dalek v2.1.1 |
1986 | 2024-10-18T22:15:43.554Z | Checking tokio-postgres v0.7.12 |
1987 | 2024-10-18T22:15:43.816Z | Checking flate2 v1.0.34 |
1988 | 2024-10-18T22:15:43.904Z | Checking reqwest v0.12.8 |
1989 | 2024-10-18T22:15:43.942Z | Checking ecdsa v0.16.9 |
1990 | 2024-10-18T22:15:44.461Z | Checking toml v0.7.8 |
1991 | 2024-10-18T22:15:44.673Z | Checking rsa v0.9.6 |
1992 | 2024-10-18T22:15:45.204Z | Checking clap v4.5.20 |
1993 | 2024-10-18T22:15:45.321Z | Checking crossterm v0.28.1 |
1994 | 2024-10-18T22:15:45.435Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1995 | 2024-10-18T22:15:45.459Z | Checking itertools v0.12.1 |
1996 | 2024-10-18T22:15:45.654Z | Checking itertools v0.10.5 |
1997 | 2024-10-18T22:15:45.704Z | Checking fs-err v2.11.0 |
1998 | 2024-10-18T22:15:45.924Z | Checking ahash v0.8.11 |
1999 | 2024-10-18T22:15:46.254Z | Checking x509-cert v0.2.5 |
2000 | 2024-10-18T22:15:46.476Z | Checking semver v1.0.23 |
2001 | 2024-10-18T22:15:46.499Z | Checking hex v0.4.3 |
2002 | 2024-10-18T22:15:46.640Z | Checking peg-runtime v0.8.3 |
2003 | 2024-10-18T22:15:46.876Z | Checking lalrpop-util v0.19.12 |
2004 | 2024-10-18T22:15:46.899Z | Checking sigpipe v0.1.3 |
2005 | 2024-10-18T22:15:47.876Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2006 | 2024-10-18T22:15:48.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.50s |
2007 | 2024-10-18T22:15:48.323Z | |
2008 | 2024-10-18T22:15:48.323Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/167) |
2009 | 2024-10-18T22:15:48.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2010 | 2024-10-18T22:15:48.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2011 | 2024-10-18T22:15:48.998Z | Compiling hashbrown v0.14.5 |
2012 | 2024-10-18T22:15:49.111Z | Checking heck v0.5.0 |
2013 | 2024-10-18T22:15:49.122Z | Compiling unsafe-libyaml v0.2.11 |
2014 | 2024-10-18T22:15:49.136Z | Compiling ident_case v1.0.1 |
2015 | 2024-10-18T22:15:49.147Z | Checking progenitor-client v0.8.0 |
2016 | 2024-10-18T22:15:49.161Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2017 | 2024-10-18T22:15:49.175Z | Compiling proc-macro-crate v1.3.1 |
2018 | 2024-10-18T22:15:49.265Z | Compiling darling_core v0.20.10 |
2019 | 2024-10-18T22:15:49.292Z | Checking ipnetwork v0.20.0 |
2020 | 2024-10-18T22:15:49.449Z | Compiling structmeta-derive v0.3.0 |
2021 | 2024-10-18T22:15:49.531Z | Compiling newtype-uuid v1.1.2 |
2022 | 2024-10-18T22:15:49.628Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2023 | 2024-10-18T22:15:49.840Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2024 | 2024-10-18T22:15:49.980Z | Compiling lzma-sys v0.1.20 |
2025 | 2024-10-18T22:15:50.191Z | Compiling foreign-types-macros v0.2.3 |
2026 | 2024-10-18T22:15:50.206Z | Checking regress v0.10.1 |
2027 | 2024-10-18T22:15:50.231Z | Compiling num_enum_derive v0.5.11 |
2028 | 2024-10-18T22:15:50.762Z | Compiling serde_yaml v0.9.34+deprecated |
2029 | 2024-10-18T22:15:51.034Z | Checking foreign-types-shared v0.3.1 |
2030 | 2024-10-18T22:15:51.120Z | Checking arc-swap v1.7.1 |
2031 | 2024-10-18T22:15:51.422Z | Checking foreign-types v0.5.0 |
2032 | 2024-10-18T22:15:51.541Z | Checking slog-scope v4.4.0 |
2033 | 2024-10-18T22:15:51.594Z | Compiling proc-macro-error v1.0.4 |
2034 | 2024-10-18T22:15:52.282Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2035 | 2024-10-18T22:15:52.298Z | Checking tungstenite v0.21.0 |
2036 | 2024-10-18T22:15:52.390Z | Compiling heck v0.3.3 |
2037 | 2024-10-18T22:15:52.408Z | Compiling structmeta v0.3.0 |
2038 | 2024-10-18T22:15:52.814Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2039 | 2024-10-18T22:15:52.837Z | Checking num_enum v0.5.11 |
2040 | 2024-10-18T22:15:52.856Z | Compiling parse-display-derive v0.10.0 |
2041 | 2024-10-18T22:15:52.985Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-10-18T22:15:53.162Z | Checking cstr-argument v0.1.2 |
2043 | 2024-10-18T22:15:53.334Z | Checking instant v0.1.13 |
2044 | 2024-10-18T22:15:53.444Z | Checking pretty-hex v0.2.1 |
2045 | 2024-10-18T22:15:53.603Z | Checking fastrand v2.1.1 |
2046 | 2024-10-18T22:15:53.664Z | Checking base64 v0.21.7 |
2047 | 2024-10-18T22:15:53.694Z | Checking typify-impl v0.2.0 |
2048 | 2024-10-18T22:15:53.717Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2049 | 2024-10-18T22:15:53.930Z | Checking tempfile v3.13.0 |
2050 | 2024-10-18T22:15:54.024Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2051 | 2024-10-18T22:15:54.160Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2052 | 2024-10-18T22:15:54.278Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2053 | 2024-10-18T22:15:54.308Z | Checking backoff v0.4.0 |
2054 | 2024-10-18T22:15:54.548Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2055 | 2024-10-18T22:15:54.605Z | Checking tokio-tungstenite v0.21.0 |
2056 | 2024-10-18T22:15:54.849Z | Checking strum v0.26.3 |
2057 | 2024-10-18T22:15:54.926Z | Compiling zone_cfg_derive v0.1.2 |
2058 | 2024-10-18T22:15:55.002Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2059 | 2024-10-18T22:15:55.082Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2060 | 2024-10-18T22:15:55.305Z | Checking slog-stdlog v4.1.1 |
2061 | 2024-10-18T22:15:55.471Z | Checking regress v0.9.1 |
2062 | 2024-10-18T22:15:55.594Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2063 | 2024-10-18T22:15:55.748Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2064 | 2024-10-18T22:15:55.785Z | Checking colored v2.1.0 |
2065 | 2024-10-18T22:15:56.029Z | Checking macaddr v1.0.1 |
2066 | 2024-10-18T22:15:56.065Z | Checking base64 v0.13.1 |
2067 | 2024-10-18T22:15:56.307Z | Compiling darling_macro v0.20.10 |
2068 | 2024-10-18T22:15:56.328Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2069 | 2024-10-18T22:15:56.421Z | Checking zone v0.1.8 |
2070 | 2024-10-18T22:15:56.465Z | Checking ron v0.7.1 |
2071 | 2024-10-18T22:15:56.830Z | Checking xz2 v0.1.7 |
2072 | 2024-10-18T22:15:57.100Z | Checking slog-envlogger v2.2.0 |
2073 | 2024-10-18T22:15:57.116Z | Checking tabwriter v1.4.0 |
2074 | 2024-10-18T22:15:57.326Z | Checking xattr v1.3.1 |
2075 | 2024-10-18T22:15:57.357Z | Checking pem v3.0.4 |
2076 | 2024-10-18T22:15:57.378Z | Compiling darling v0.20.10 |
2077 | 2024-10-18T22:15:57.495Z | Compiling serde_with_macros v3.11.0 |
2078 | 2024-10-18T22:15:57.510Z | Checking parse-display v0.10.0 |
2079 | 2024-10-18T22:15:57.525Z | Checking yasna v0.5.2 |
2080 | 2024-10-18T22:15:57.563Z | Checking headers-core v0.3.0 |
2081 | 2024-10-18T22:15:57.599Z | Checking smf v0.2.3 |
2082 | 2024-10-18T22:15:57.700Z | Checking filetime v0.2.25 |
2083 | 2024-10-18T22:15:57.723Z | Checking same-file v1.0.6 |
2084 | 2024-10-18T22:15:57.896Z | Checking walkdir v2.5.0 |
2085 | 2024-10-18T22:15:57.908Z | Checking tar v0.4.42 |
2086 | 2024-10-18T22:15:58.028Z | Checking headers v0.4.0 |
2087 | 2024-10-18T22:15:58.106Z | Checking camino-tempfile v1.1.1 |
2088 | 2024-10-18T22:15:58.165Z | Checking atomicwrites v0.4.4 |
2089 | 2024-10-18T22:15:58.351Z | Checking rcgen v0.12.1 |
2090 | 2024-10-18T22:15:58.354Z | Checking subprocess v0.2.9 |
2091 | 2024-10-18T22:15:59.756Z | Checking serde_with v3.11.0 |
2092 | 2024-10-18T22:16:02.335Z | Compiling typify-macro v0.2.0 |
2093 | 2024-10-18T22:16:04.218Z | Compiling typify v0.2.0 |
2094 | 2024-10-18T22:16:04.284Z | Compiling progenitor-impl v0.8.0 |
2095 | 2024-10-18T22:16:07.399Z | Compiling progenitor-macro v0.8.0 |
2096 | 2024-10-18T22:16:13.659Z | Checking progenitor v0.8.0 |
2097 | 2024-10-18T22:16:13.785Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2098 | 2024-10-18T22:16:13.788Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2099 | 2024-10-18T22:16:16.398Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2100 | 2024-10-18T22:16:16.676Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2101 | 2024-10-18T22:16:22.936Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2102 | 2024-10-18T22:16:24.461Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2103 | 2024-10-18T22:16:25.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.30s |
2104 | 2024-10-18T22:16:25.800Z | |
2105 | 2024-10-18T22:16:25.800Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/167) |
2106 | 2024-10-18T22:16:26.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2107 | 2024-10-18T22:16:26.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2108 | 2024-10-18T22:16:26.475Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2109 | 2024-10-18T22:16:27.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2110 | 2024-10-18T22:16:27.963Z | |
2111 | 2024-10-18T22:16:27.963Z | info: running `cargo check --bins` on nexus-config (31/167) |
2112 | 2024-10-18T22:16:28.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2113 | 2024-10-18T22:16:28.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2114 | 2024-10-18T22:16:28.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2115 | 2024-10-18T22:16:28.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2116 | 2024-10-18T22:16:28.625Z | |
2117 | 2024-10-18T22:16:28.625Z | info: running `cargo check --bins` on omicron-rpaths (32/167) |
2118 | 2024-10-18T22:16:29.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2119 | 2024-10-18T22:16:29.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2120 | 2024-10-18T22:16:29.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2121 | 2024-10-18T22:16:29.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2122 | 2024-10-18T22:16:29.265Z | |
2123 | 2024-10-18T22:16:29.265Z | info: running `cargo check --bins` on omicron-certificates (33/167) |
2124 | 2024-10-18T22:16:29.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-10-18T22:16:29.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-10-18T22:16:29.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2127 | 2024-10-18T22:16:29.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2128 | 2024-10-18T22:16:29.915Z | |
2129 | 2024-10-18T22:16:29.915Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/167) |
2130 | 2024-10-18T22:16:30.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2131 | 2024-10-18T22:16:30.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2132 | 2024-10-18T22:16:30.613Z | Compiling progenitor-client v0.8.0 |
2133 | 2024-10-18T22:16:30.613Z | Compiling heapless v0.8.0 |
2134 | 2024-10-18T22:16:30.616Z | Compiling prettyplease v0.2.22 |
2135 | 2024-10-18T22:16:30.616Z | Compiling newtype-uuid v1.1.2 |
2136 | 2024-10-18T22:16:30.616Z | Compiling ipnetwork v0.20.0 |
2137 | 2024-10-18T22:16:30.616Z | Checking hash32 v0.3.1 |
2138 | 2024-10-18T22:16:30.616Z | Compiling instant v0.1.13 |
2139 | 2024-10-18T22:16:30.616Z | Compiling smoltcp v0.11.0 |
2140 | 2024-10-18T22:16:30.859Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2141 | 2024-10-18T22:16:30.911Z | Compiling backoff v0.4.0 |
2142 | 2024-10-18T22:16:30.978Z | Compiling serde_with v3.11.0 |
2143 | 2024-10-18T22:16:31.027Z | Compiling progenitor v0.8.0 |
2144 | 2024-10-18T22:16:31.048Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2145 | 2024-10-18T22:16:31.113Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2146 | 2024-10-18T22:16:31.226Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2147 | 2024-10-18T22:16:31.239Z | Compiling parse-display v0.10.0 |
2148 | 2024-10-18T22:16:31.364Z | Checking num-rational v0.4.2 |
2149 | 2024-10-18T22:16:31.490Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2150 | 2024-10-18T22:16:31.646Z | Compiling regress v0.9.1 |
2151 | 2024-10-18T22:16:31.868Z | Compiling phf_generator v0.11.2 |
2152 | 2024-10-18T22:16:31.907Z | Checking num-complex v0.4.6 |
2153 | 2024-10-18T22:16:32.045Z | Compiling macaddr v1.0.1 |
2154 | 2024-10-18T22:16:32.480Z | Checking cobs v0.2.3 |
2155 | 2024-10-18T22:16:32.648Z | Checking postcard v1.0.10 |
2156 | 2024-10-18T22:16:32.830Z | Checking num v0.4.3 |
2157 | 2024-10-18T22:16:33.026Z | Compiling phf_codegen v0.11.2 |
2158 | 2024-10-18T22:16:33.040Z | Compiling parse-zoneinfo v0.3.1 |
2159 | 2024-10-18T22:16:33.177Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2160 | 2024-10-18T22:16:33.228Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2161 | 2024-10-18T22:16:33.377Z | Compiling float-ord v0.3.2 |
2162 | 2024-10-18T22:16:33.491Z | Compiling convert_case v0.4.0 |
2163 | 2024-10-18T22:16:33.557Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2164 | 2024-10-18T22:16:33.609Z | Compiling chrono-tz-build v0.4.0 |
2165 | 2024-10-18T22:16:34.507Z | Compiling derive_more v0.99.18 |
2166 | 2024-10-18T22:16:35.003Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2167 | 2024-10-18T22:16:35.099Z | Compiling crucible-workspace-hack v0.1.0 |
2168 | 2024-10-18T22:16:35.381Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2169 | 2024-10-18T22:16:35.523Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2170 | 2024-10-18T22:16:35.729Z | Compiling chrono-tz v0.10.0 |
2171 | 2024-10-18T22:16:36.407Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2172 | 2024-10-18T22:16:36.790Z | Checking newline-converter v0.3.0 |
2173 | 2024-10-18T22:16:36.910Z | Compiling slog-dtrace v0.3.0 |
2174 | 2024-10-18T22:16:36.932Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2175 | 2024-10-18T22:16:36.949Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2176 | 2024-10-18T22:16:36.962Z | Checking expectorate v1.1.0 |
2177 | 2024-10-18T22:16:37.135Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2178 | 2024-10-18T22:16:37.801Z | Compiling zone_cfg_derive v0.3.0 |
2179 | 2024-10-18T22:16:38.067Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2180 | 2024-10-18T22:16:38.417Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2181 | 2024-10-18T22:16:38.462Z | Checking itertools v0.13.0 |
2182 | 2024-10-18T22:16:38.802Z | Compiling num-derive v0.4.2 |
2183 | 2024-10-18T22:16:39.015Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2184 | 2024-10-18T22:16:39.112Z | Checking highway v1.2.0 |
2185 | 2024-10-18T22:16:39.287Z | Checking zone v0.3.0 |
2186 | 2024-10-18T22:16:39.341Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2187 | 2024-10-18T22:16:39.504Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2188 | 2024-10-18T22:16:39.668Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2189 | 2024-10-18T22:16:40.047Z | Checking gethostname v0.5.0 |
2190 | 2024-10-18T22:16:40.171Z | Checking bcs v0.1.6 |
2191 | 2024-10-18T22:16:40.343Z | Compiling async-recursion v1.1.1 |
2192 | 2024-10-18T22:16:41.056Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2193 | 2024-10-18T22:16:41.862Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2194 | 2024-10-18T22:16:41.865Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2195 | 2024-10-18T22:16:43.315Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2196 | 2024-10-18T22:16:50.440Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2197 | 2024-10-18T22:16:53.505Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2198 | 2024-10-18T22:16:53.744Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2199 | 2024-10-18T22:16:57.276Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2200 | 2024-10-18T22:16:58.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.39s |
2201 | 2024-10-18T22:16:58.480Z | |
2202 | 2024-10-18T22:16:58.480Z | info: running `cargo check --bins` on clickhouse-admin-api (35/167) |
2203 | 2024-10-18T22:16:59.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2204 | 2024-10-18T22:16:59.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2205 | 2024-10-18T22:16:59.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2206 | 2024-10-18T22:16:59.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2207 | 2024-10-18T22:16:59.147Z | |
2208 | 2024-10-18T22:16:59.147Z | info: running `cargo check --bins` on clickhouse-admin-types (36/167) |
2209 | 2024-10-18T22:16:59.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2210 | 2024-10-18T22:16:59.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2211 | 2024-10-18T22:16:59.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2212 | 2024-10-18T22:16:59.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2213 | 2024-10-18T22:16:59.817Z | |
2214 | 2024-10-18T22:16:59.817Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/167) |
2215 | 2024-10-18T22:17:00.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2216 | 2024-10-18T22:17:00.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2217 | 2024-10-18T22:17:00.500Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2218 | 2024-10-18T22:17:01.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2219 | 2024-10-18T22:17:01.251Z | |
2220 | 2024-10-18T22:17:01.251Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (38/167) |
2221 | 2024-10-18T22:17:01.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2222 | 2024-10-18T22:17:01.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2223 | 2024-10-18T22:17:01.950Z | Compiling cfg_aliases v0.1.1 |
2224 | 2024-10-18T22:17:01.953Z | Compiling vte_generate_state_changes v0.1.2 |
2225 | 2024-10-18T22:17:01.953Z | Checking fd-lock v4.0.2 |
2226 | 2024-10-18T22:17:01.953Z | Checking nibble_vec v0.1.0 |
2227 | 2024-10-18T22:17:01.953Z | Checking endian-type v0.1.2 |
2228 | 2024-10-18T22:17:02.047Z | Checking bytecount v0.6.8 |
2229 | 2024-10-18T22:17:02.056Z | Compiling tabled_derive v0.7.0 |
2230 | 2024-10-18T22:17:02.068Z | Compiling peg-macros v0.8.4 |
2231 | 2024-10-18T22:17:02.129Z | Compiling nix v0.28.0 |
2232 | 2024-10-18T22:17:02.184Z | Checking papergrid v0.11.0 |
2233 | 2024-10-18T22:17:02.217Z | Compiling sqlparser_derive v0.2.2 |
2234 | 2024-10-18T22:17:02.246Z | Checking unicode_categories v0.1.1 |
2235 | 2024-10-18T22:17:02.288Z | Checking radix_trie v0.2.1 |
2236 | 2024-10-18T22:17:02.540Z | Checking nu-ansi-term v0.50.1 |
2237 | 2024-10-18T22:17:02.644Z | Checking vte v0.11.1 |
2238 | 2024-10-18T22:17:02.703Z | Checking home v0.5.9 |
2239 | 2024-10-18T22:17:02.845Z | Checking sqlformat v0.2.6 |
2240 | 2024-10-18T22:17:02.919Z | Checking display-error-chain v0.2.1 |
2241 | 2024-10-18T22:17:03.292Z | Checking sqlparser v0.45.0 |
2242 | 2024-10-18T22:17:04.007Z | Checking strip-ansi-escapes v0.2.0 |
2243 | 2024-10-18T22:17:04.159Z | Checking reedline v0.35.0 |
2244 | 2024-10-18T22:17:04.240Z | Checking tabled v0.15.0 |
2245 | 2024-10-18T22:17:04.787Z | Checking peg v0.8.4 |
2246 | 2024-10-18T22:17:05.216Z | Checking rustyline v14.0.0 |
2247 | 2024-10-18T22:17:09.829Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2248 | 2024-10-18T22:17:15.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.65s |
2249 | 2024-10-18T22:17:16.062Z | |
2250 | 2024-10-18T22:17:16.062Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/167) |
2251 | 2024-10-18T22:17:16.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-10-18T22:17:16.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-10-18T22:17:16.763Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2254 | 2024-10-18T22:17:22.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.81s |
2255 | 2024-10-18T22:17:23.058Z | |
2256 | 2024-10-18T22:17:23.058Z | info: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (40/167) |
2257 | 2024-10-18T22:17:23.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2024-10-18T22:17:23.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2024-10-18T22:17:23.748Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2260 | 2024-10-18T22:17:28.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s |
2261 | 2024-10-18T22:17:28.603Z | |
2262 | 2024-10-18T22:17:28.603Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/167) |
2263 | 2024-10-18T22:17:29.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2264 | 2024-10-18T22:17:29.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2265 | 2024-10-18T22:17:29.290Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2266 | 2024-10-18T22:17:34.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s |
2267 | 2024-10-18T22:17:34.806Z | |
2268 | 2024-10-18T22:17:34.806Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (42/167) |
2269 | 2024-10-18T22:17:35.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2270 | 2024-10-18T22:17:35.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2271 | 2024-10-18T22:17:35.494Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2272 | 2024-10-18T22:17:41.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s |
2273 | 2024-10-18T22:17:41.536Z | |
2274 | 2024-10-18T22:17:41.536Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/167) |
2275 | 2024-10-18T22:17:42.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2276 | 2024-10-18T22:17:42.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2277 | 2024-10-18T22:17:42.227Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2278 | 2024-10-18T22:17:46.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s |
2279 | 2024-10-18T22:17:46.858Z | |
2280 | 2024-10-18T22:17:46.858Z | info: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (44/167) |
2281 | 2024-10-18T22:17:47.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2282 | 2024-10-18T22:17:47.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2283 | 2024-10-18T22:17:47.545Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2284 | 2024-10-18T22:17:52.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2285 | 2024-10-18T22:17:52.653Z | |
2286 | 2024-10-18T22:17:52.653Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/167) |
2287 | 2024-10-18T22:17:53.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2288 | 2024-10-18T22:17:53.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2289 | 2024-10-18T22:17:53.336Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2290 | 2024-10-18T22:17:58.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s |
2291 | 2024-10-18T22:17:59.129Z | |
2292 | 2024-10-18T22:17:59.129Z | info: running `cargo check --bins` on oximeter (46/167) |
2293 | 2024-10-18T22:17:59.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2294 | 2024-10-18T22:17:59.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2295 | 2024-10-18T22:17:59.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2296 | 2024-10-18T22:17:59.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2297 | 2024-10-18T22:17:59.780Z | |
2298 | 2024-10-18T22:17:59.780Z | info: running `cargo check --bins` on oximeter-macro-impl (47/167) |
2299 | 2024-10-18T22:18:00.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2300 | 2024-10-18T22:18:00.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2301 | 2024-10-18T22:18:00.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2302 | 2024-10-18T22:18:00.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2303 | 2024-10-18T22:18:00.415Z | |
2304 | 2024-10-18T22:18:00.416Z | info: running `cargo check --bins` on oximeter-schema (48/167) |
2305 | 2024-10-18T22:18:00.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2306 | 2024-10-18T22:18:01.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2307 | 2024-10-18T22:18:01.081Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2308 | 2024-10-18T22:18:01.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2309 | 2024-10-18T22:18:01.648Z | |
2310 | 2024-10-18T22:18:01.648Z | info: running `cargo check --bins` on oximeter-types (49/167) |
2311 | 2024-10-18T22:18:02.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2312 | 2024-10-18T22:18:02.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2313 | 2024-10-18T22:18:02.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2314 | 2024-10-18T22:18:02.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2315 | 2024-10-18T22:18:02.319Z | |
2316 | 2024-10-18T22:18:02.320Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/167) |
2317 | 2024-10-18T22:18:02.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2318 | 2024-10-18T22:18:02.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2319 | 2024-10-18T22:18:02.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2320 | 2024-10-18T22:18:02.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2321 | 2024-10-18T22:18:02.990Z | |
2322 | 2024-10-18T22:18:02.990Z | info: running `cargo check --bins` on oxql-types (51/167) |
2323 | 2024-10-18T22:18:03.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2324 | 2024-10-18T22:18:03.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2325 | 2024-10-18T22:18:03.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2326 | 2024-10-18T22:18:03.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2327 | 2024-10-18T22:18:03.649Z | |
2328 | 2024-10-18T22:18:03.649Z | info: running `cargo check --bins` on oximeter-test-utils (52/167) |
2329 | 2024-10-18T22:18:04.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-10-18T22:18:04.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-10-18T22:18:04.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-10-18T22:18:04.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2333 | 2024-10-18T22:18:04.329Z | |
2334 | 2024-10-18T22:18:04.329Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (53/167) |
2335 | 2024-10-18T22:18:05.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-10-18T22:18:05.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-10-18T22:18:05.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-10-18T22:18:05.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2339 | 2024-10-18T22:18:05.091Z | |
2340 | 2024-10-18T22:18:05.091Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (54/167) |
2341 | 2024-10-18T22:18:05.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-10-18T22:18:05.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-10-18T22:18:05.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2344 | 2024-10-18T22:18:05.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2345 | 2024-10-18T22:18:05.849Z | |
2346 | 2024-10-18T22:18:05.849Z | info: running `cargo check --bins` on dns-server (55/167) |
2347 | 2024-10-18T22:18:06.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-10-18T22:18:06.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-10-18T22:18:06.525Z | Compiling parking_lot_core v0.8.6 |
2350 | 2024-10-18T22:18:06.527Z | Checking fxhash v0.2.1 |
2351 | 2024-10-18T22:18:06.527Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2352 | 2024-10-18T22:18:06.527Z | Checking hickory-server v0.24.1 |
2353 | 2024-10-18T22:18:06.527Z | Checking hickory-client v0.24.1 |
2354 | 2024-10-18T22:18:07.209Z | Checking parking_lot v0.11.2 |
2355 | 2024-10-18T22:18:07.253Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2356 | 2024-10-18T22:18:07.253Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2357 | 2024-10-18T22:18:07.438Z | Checking sled v0.34.7 |
2358 | 2024-10-18T22:18:09.189Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2359 | 2024-10-18T22:18:10.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
2360 | 2024-10-18T22:18:10.505Z | |
2361 | 2024-10-18T22:18:10.505Z | info: running `cargo check --bins` on dns-server-api (56/167) |
2362 | 2024-10-18T22:18:11.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2024-10-18T22:18:11.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2024-10-18T22:18:11.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2365 | 2024-10-18T22:18:11.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2366 | 2024-10-18T22:18:11.170Z | |
2367 | 2024-10-18T22:18:11.170Z | info: running `cargo check --bins` on internal-dns-types (57/167) |
2368 | 2024-10-18T22:18:11.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2024-10-18T22:18:11.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2024-10-18T22:18:11.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2371 | 2024-10-18T22:18:11.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2372 | 2024-10-18T22:18:11.836Z | |
2373 | 2024-10-18T22:18:11.836Z | info: running `cargo check --bins` on dns-service-client (58/167) |
2374 | 2024-10-18T22:18:12.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2024-10-18T22:18:12.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2024-10-18T22:18:12.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2377 | 2024-10-18T22:18:12.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2378 | 2024-10-18T22:18:12.503Z | |
2379 | 2024-10-18T22:18:12.503Z | info: running `cargo check --bins` on gateway-test-utils (59/167) |
2380 | 2024-10-18T22:18:13.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-10-18T22:18:13.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-10-18T22:18:13.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2383 | 2024-10-18T22:18:13.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2384 | 2024-10-18T22:18:13.225Z | |
2385 | 2024-10-18T22:18:13.225Z | info: running `cargo check --bins` on gateway-types (60/167) |
2386 | 2024-10-18T22:18:13.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-10-18T22:18:13.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-10-18T22:18:13.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2389 | 2024-10-18T22:18:13.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2390 | 2024-10-18T22:18:13.894Z | |
2391 | 2024-10-18T22:18:13.894Z | info: running `cargo check --bins` on ipcc (61/167) |
2392 | 2024-10-18T22:18:14.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-10-18T22:18:14.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-10-18T22:18:14.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2395 | 2024-10-18T22:18:14.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2396 | 2024-10-18T22:18:14.547Z | |
2397 | 2024-10-18T22:18:14.547Z | info: running `cargo check --bins` on omicron-gateway (62/167) |
2398 | 2024-10-18T22:18:15.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-10-18T22:18:15.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-10-18T22:18:15.273Z | Compiling radium v0.7.0 |
2401 | 2024-10-18T22:18:15.274Z | Compiling semver v0.1.20 |
2402 | 2024-10-18T22:18:15.276Z | Compiling maybe-uninit v2.0.0 |
2403 | 2024-10-18T22:18:15.276Z | Checking tap v1.0.1 |
2404 | 2024-10-18T22:18:15.392Z | Checking password-hash v0.5.0 |
2405 | 2024-10-18T22:18:15.402Z | Checking blake2 v0.10.6 |
2406 | 2024-10-18T22:18:15.405Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2407 | 2024-10-18T22:18:15.405Z | Checking crc-catalog v2.4.0 |
2408 | 2024-10-18T22:18:15.519Z | Checking wyz v0.5.1 |
2409 | 2024-10-18T22:18:15.569Z | Checking funty v2.0.0 |
2410 | 2024-10-18T22:18:15.818Z | Compiling rustc_version v0.1.7 |
2411 | 2024-10-18T22:18:15.836Z | Compiling packed_struct v0.10.1 |
2412 | 2024-10-18T22:18:15.892Z | Compiling owo-colors v4.1.0 |
2413 | 2024-10-18T22:18:15.911Z | Compiling cancel-safe-futures v0.1.5 |
2414 | 2024-10-18T22:18:16.063Z | Checking argon2 v0.5.3 |
2415 | 2024-10-18T22:18:16.197Z | Checking crc v3.2.1 |
2416 | 2024-10-18T22:18:16.210Z | Compiling packed_struct_codegen v0.10.1 |
2417 | 2024-10-18T22:18:16.263Z | Compiling newtype_derive v0.1.6 |
2418 | 2024-10-18T22:18:16.312Z | Compiling indexmap v1.9.3 |
2419 | 2024-10-18T22:18:16.326Z | Checking half v2.4.1 |
2420 | 2024-10-18T22:18:16.467Z | Checking bitvec v1.0.1 |
2421 | 2024-10-18T22:18:16.613Z | Checking nodrop v0.1.14 |
2422 | 2024-10-18T22:18:16.630Z | Checking ciborium-io v0.2.2 |
2423 | 2024-10-18T22:18:16.633Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2424 | 2024-10-18T22:18:16.671Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2425 | 2024-10-18T22:18:16.730Z | Checking array-init v0.0.4 |
2426 | 2024-10-18T22:18:16.770Z | Checking ciborium-ll v0.2.2 |
2427 | 2024-10-18T22:18:16.952Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2428 | 2024-10-18T22:18:17.058Z | Checking smallvec v0.6.14 |
2429 | 2024-10-18T22:18:17.305Z | Checking libsw v3.3.1 |
2430 | 2024-10-18T22:18:17.370Z | Compiling memoffset v0.9.1 |
2431 | 2024-10-18T22:18:17.552Z | Checking termcolor v1.4.1 |
2432 | 2024-10-18T22:18:17.579Z | Checking swrite v0.1.0 |
2433 | 2024-10-18T22:18:17.677Z | Checking indent_write v2.2.0 |
2434 | 2024-10-18T22:18:17.680Z | Checking linear-map v1.2.0 |
2435 | 2024-10-18T22:18:17.708Z | Checking hashbrown v0.12.3 |
2436 | 2024-10-18T22:18:17.724Z | Checking bitfield v0.14.0 |
2437 | 2024-10-18T22:18:17.877Z | Checking bzip2 v0.4.4 |
2438 | 2024-10-18T22:18:17.971Z | Checking env_logger v0.10.2 |
2439 | 2024-10-18T22:18:17.986Z | Checking ron v0.8.1 |
2440 | 2024-10-18T22:18:18.142Z | Checking serde-hex v0.1.0 |
2441 | 2024-10-18T22:18:18.158Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2442 | 2024-10-18T22:18:18.384Z | Checking ciborium v0.2.2 |
2443 | 2024-10-18T22:18:18.782Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2444 | 2024-10-18T22:18:19.188Z | Checking steno v0.4.1 |
2445 | 2024-10-18T22:18:19.262Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2446 | 2024-10-18T22:18:19.384Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2447 | 2024-10-18T22:18:19.403Z | Checking hashbrown v0.13.2 |
2448 | 2024-10-18T22:18:19.519Z | Checking crc-any v2.5.0 |
2449 | 2024-10-18T22:18:19.603Z | Checking humantime v2.1.0 |
2450 | 2024-10-18T22:18:19.882Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2451 | 2024-10-18T22:18:19.900Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2452 | 2024-10-18T22:18:20.115Z | Checking zip v0.6.6 |
2453 | 2024-10-18T22:18:20.445Z | Checking object v0.30.4 |
2454 | 2024-10-18T22:18:20.563Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2455 | 2024-10-18T22:18:20.801Z | Checking path-slash v0.1.5 |
2456 | 2024-10-18T22:18:20.926Z | Checking nix v0.27.1 |
2457 | 2024-10-18T22:18:20.941Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2458 | 2024-10-18T22:18:21.444Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2459 | 2024-10-18T22:18:21.752Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2460 | 2024-10-18T22:18:22.012Z | Checking kstat-rs v0.2.4 |
2461 | 2024-10-18T22:18:22.067Z | Checking signal-hook-tokio v0.3.1 |
2462 | 2024-10-18T22:18:22.342Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2463 | 2024-10-18T22:18:22.641Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2464 | 2024-10-18T22:18:23.412Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2465 | 2024-10-18T22:18:23.661Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2466 | 2024-10-18T22:18:29.625Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2467 | 2024-10-18T22:18:30.887Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2468 | 2024-10-18T22:18:33.762Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2469 | 2024-10-18T22:18:39.091Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2470 | 2024-10-18T22:18:39.724Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2471 | 2024-10-18T22:18:42.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.80s |
2472 | 2024-10-18T22:18:42.541Z | |
2473 | 2024-10-18T22:18:42.541Z | info: running `cargo check --bins` on gateway-api (63/167) |
2474 | 2024-10-18T22:18:43.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-10-18T22:18:43.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-10-18T22:18:43.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2024-10-18T22:18:43.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2478 | 2024-10-18T22:18:43.200Z | |
2479 | 2024-10-18T22:18:43.200Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (64/167) |
2480 | 2024-10-18T22:18:43.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-10-18T22:18:43.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-10-18T22:18:43.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2024-10-18T22:18:43.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2484 | 2024-10-18T22:18:43.837Z | |
2485 | 2024-10-18T22:18:43.837Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (65/167) |
2486 | 2024-10-18T22:18:44.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-10-18T22:18:44.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-10-18T22:18:44.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2024-10-18T22:18:44.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2490 | 2024-10-18T22:18:44.494Z | |
2491 | 2024-10-18T22:18:44.494Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (66/167) |
2492 | 2024-10-18T22:18:45.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-10-18T22:18:45.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-10-18T22:18:45.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2024-10-18T22:18:45.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2496 | 2024-10-18T22:18:45.149Z | |
2497 | 2024-10-18T22:18:45.149Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (67/167) |
2498 | 2024-10-18T22:18:45.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2024-10-18T22:18:45.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2024-10-18T22:18:45.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2024-10-18T22:18:45.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2502 | 2024-10-18T22:18:45.818Z | |
2503 | 2024-10-18T22:18:45.819Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (68/167) |
2504 | 2024-10-18T22:18:46.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-10-18T22:18:46.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-10-18T22:18:46.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2024-10-18T22:18:46.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2508 | 2024-10-18T22:18:46.475Z | |
2509 | 2024-10-18T22:18:46.475Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (69/167) |
2510 | 2024-10-18T22:18:47.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-10-18T22:18:47.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-10-18T22:18:47.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2024-10-18T22:18:47.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2514 | 2024-10-18T22:18:47.142Z | |
2515 | 2024-10-18T22:18:47.142Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (70/167) |
2516 | 2024-10-18T22:18:47.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-10-18T22:18:47.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-10-18T22:18:47.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2024-10-18T22:18:47.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2520 | 2024-10-18T22:18:47.808Z | |
2521 | 2024-10-18T22:18:47.808Z | info: running `cargo check --bins` on oximeter-producer (71/167) |
2522 | 2024-10-18T22:18:48.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-10-18T22:18:48.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-10-18T22:18:48.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2024-10-18T22:18:48.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2526 | 2024-10-18T22:18:48.488Z | |
2527 | 2024-10-18T22:18:48.488Z | info: running `cargo check --bins` on internal-dns-resolver (72/167) |
2528 | 2024-10-18T22:18:49.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-10-18T22:18:49.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-10-18T22:18:49.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2024-10-18T22:18:49.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2532 | 2024-10-18T22:18:49.144Z | |
2533 | 2024-10-18T22:18:49.144Z | info: running `cargo check --bins` on nexus-client (73/167) |
2534 | 2024-10-18T22:18:49.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-10-18T22:18:49.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-10-18T22:18:49.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-10-18T22:18:49.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2538 | 2024-10-18T22:18:49.828Z | |
2539 | 2024-10-18T22:18:49.828Z | info: running `cargo check --bins` on nexus-sled-agent-shared (74/167) |
2540 | 2024-10-18T22:18:50.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-10-18T22:18:50.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-10-18T22:18:50.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2024-10-18T22:18:50.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2544 | 2024-10-18T22:18:50.496Z | |
2545 | 2024-10-18T22:18:50.496Z | info: running `cargo check --bins` on omicron-passwords (75/167) |
2546 | 2024-10-18T22:18:51.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-10-18T22:18:51.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-10-18T22:18:51.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2024-10-18T22:18:51.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2550 | 2024-10-18T22:18:51.139Z | |
2551 | 2024-10-18T22:18:51.139Z | info: running `cargo check --bins` on nexus-types (76/167) |
2552 | 2024-10-18T22:18:51.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-10-18T22:18:51.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-10-18T22:18:51.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2024-10-18T22:18:51.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2556 | 2024-10-18T22:18:51.817Z | |
2557 | 2024-10-18T22:18:51.818Z | info: running `cargo check --bins` on gateway-client (77/167) |
2558 | 2024-10-18T22:18:52.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-10-18T22:18:52.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-10-18T22:18:52.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2024-10-18T22:18:52.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2562 | 2024-10-18T22:18:52.458Z | |
2563 | 2024-10-18T22:18:52.458Z | info: running `cargo check --bins` on update-engine (78/167) |
2564 | 2024-10-18T22:18:53.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-10-18T22:18:53.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-10-18T22:18:53.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2024-10-18T22:18:53.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2568 | 2024-10-18T22:18:53.104Z | |
2569 | 2024-10-18T22:18:53.104Z | info: running `cargo check --bins` on sp-sim (79/167) |
2570 | 2024-10-18T22:18:53.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-10-18T22:18:53.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-10-18T22:18:53.766Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2573 | 2024-10-18T22:18:55.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
2574 | 2024-10-18T22:18:55.642Z | |
2575 | 2024-10-18T22:18:55.642Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (80/167) |
2576 | 2024-10-18T22:18:56.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-10-18T22:18:56.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-10-18T22:18:56.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2024-10-18T22:18:56.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2580 | 2024-10-18T22:18:56.343Z | |
2581 | 2024-10-18T22:18:56.343Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (81/167) |
2582 | 2024-10-18T22:18:56.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-10-18T22:18:56.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-10-18T22:18:56.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2024-10-18T22:18:56.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2586 | 2024-10-18T22:18:57.052Z | |
2587 | 2024-10-18T22:18:57.052Z | info: running `cargo check --bins` on db-macros (82/167) |
2588 | 2024-10-18T22:18:57.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-10-18T22:18:57.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-10-18T22:18:57.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-10-18T22:18:57.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2592 | 2024-10-18T22:18:57.696Z | |
2593 | 2024-10-18T22:18:57.696Z | info: running `cargo check --bins` on nexus-macros-common (83/167) |
2594 | 2024-10-18T22:18:58.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-10-18T22:18:58.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-10-18T22:18:58.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2024-10-18T22:18:58.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2598 | 2024-10-18T22:18:58.335Z | |
2599 | 2024-10-18T22:18:58.335Z | info: running `cargo check --bins` on nexus-auth (84/167) |
2600 | 2024-10-18T22:18:58.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-10-18T22:18:58.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-10-18T22:18:58.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2024-10-18T22:18:58.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2604 | 2024-10-18T22:18:59.043Z | |
2605 | 2024-10-18T22:18:59.043Z | info: running `cargo check --bins` on authz-macros (85/167) |
2606 | 2024-10-18T22:18:59.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-10-18T22:18:59.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-10-18T22:18:59.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2024-10-18T22:18:59.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2610 | 2024-10-18T22:18:59.679Z | |
2611 | 2024-10-18T22:18:59.679Z | info: running `cargo check --bins` on nexus-db-fixed-data (86/167) |
2612 | 2024-10-18T22:19:00.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-10-18T22:19:00.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-10-18T22:19:00.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2024-10-18T22:19:00.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2616 | 2024-10-18T22:19:00.362Z | |
2617 | 2024-10-18T22:19:00.362Z | info: running `cargo check --bins` on nexus-db-model (87/167) |
2618 | 2024-10-18T22:19:00.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2024-10-18T22:19:00.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2024-10-18T22:19:00.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2024-10-18T22:19:00.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2622 | 2024-10-18T22:19:01.054Z | |
2623 | 2024-10-18T22:19:01.054Z | info: running `cargo check --bins` on nexus-defaults (88/167) |
2624 | 2024-10-18T22:19:01.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2024-10-18T22:19:01.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2024-10-18T22:19:01.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2024-10-18T22:19:01.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2628 | 2024-10-18T22:19:01.716Z | |
2629 | 2024-10-18T22:19:01.717Z | info: running `cargo check --bins` on sled-agent-client (89/167) |
2630 | 2024-10-18T22:19:02.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2024-10-18T22:19:02.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2024-10-18T22:19:02.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2024-10-18T22:19:02.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2634 | 2024-10-18T22:19:02.383Z | |
2635 | 2024-10-18T22:19:02.383Z | info: running `cargo check --bins` on nexus-inventory (90/167) |
2636 | 2024-10-18T22:19:02.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-10-18T22:19:02.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-10-18T22:19:02.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-10-18T22:19:02.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2640 | 2024-10-18T22:19:03.066Z | |
2641 | 2024-10-18T22:19:03.066Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (91/167) |
2642 | 2024-10-18T22:19:03.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-10-18T22:19:03.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-10-18T22:19:03.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-10-18T22:19:03.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2646 | 2024-10-18T22:19:03.728Z | |
2647 | 2024-10-18T22:19:03.729Z | info: running `cargo check --bins` on clickhouse-admin-server-client (92/167) |
2648 | 2024-10-18T22:19:04.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-10-18T22:19:04.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-10-18T22:19:04.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2024-10-18T22:19:04.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2652 | 2024-10-18T22:19:04.383Z | |
2653 | 2024-10-18T22:19:04.383Z | info: running `cargo check --bins` on typed-rng (93/167) |
2654 | 2024-10-18T22:19:04.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-10-18T22:19:04.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-10-18T22:19:04.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2024-10-18T22:19:04.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2658 | 2024-10-18T22:19:05.022Z | |
2659 | 2024-10-18T22:19:05.023Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (94/167) |
2660 | 2024-10-18T22:19:05.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-10-18T22:19:05.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-10-18T22:19:05.781Z | Checking keccak v0.1.5 |
2663 | 2024-10-18T22:19:05.885Z | Checking secrecy v0.8.0 |
2664 | 2024-10-18T22:19:05.889Z | Compiling unicase v2.7.0 |
2665 | 2024-10-18T22:19:05.889Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2666 | 2024-10-18T22:19:05.889Z | Compiling same-file v1.0.6 |
2667 | 2024-10-18T22:19:05.894Z | Compiling tempfile v3.13.0 |
2668 | 2024-10-18T22:19:05.935Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2669 | 2024-10-18T22:19:05.945Z | Compiling thiserror-impl-no-std v2.0.2 |
2670 | 2024-10-18T22:19:06.056Z | Compiling walkdir v2.5.0 |
2671 | 2024-10-18T22:19:06.161Z | Checking sha3 v0.10.8 |
2672 | 2024-10-18T22:19:06.164Z | Checking universal-hash v0.5.1 |
2673 | 2024-10-18T22:19:06.225Z | Compiling ring v0.16.20 |
2674 | 2024-10-18T22:19:06.343Z | Compiling blake3 v1.5.4 |
2675 | 2024-10-18T22:19:06.366Z | Checking opaque-debug v0.3.1 |
2676 | 2024-10-18T22:19:06.455Z | Checking poly1305 v0.8.0 |
2677 | 2024-10-18T22:19:06.589Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2678 | 2024-10-18T22:19:06.759Z | Checking chacha20 v0.9.1 |
2679 | 2024-10-18T22:19:06.782Z | Checking aead v0.5.2 |
2680 | 2024-10-18T22:19:06.811Z | Compiling memmap2 v0.9.5 |
2681 | 2024-10-18T22:19:06.894Z | Compiling home v0.5.9 |
2682 | 2024-10-18T22:19:06.957Z | Compiling libefi-sys v0.1.0 |
2683 | 2024-10-18T22:19:06.984Z | Compiling arrayvec v0.7.6 |
2684 | 2024-10-18T22:19:07.094Z | Compiling arrayref v0.3.9 |
2685 | 2024-10-18T22:19:07.151Z | Compiling salty v0.3.0 |
2686 | 2024-10-18T22:19:07.200Z | Compiling untrusted v0.7.1 |
2687 | 2024-10-18T22:19:07.244Z | Compiling spin v0.5.2 |
2688 | 2024-10-18T22:19:07.261Z | Compiling constant_time_eq v0.3.1 |
2689 | 2024-10-18T22:19:07.381Z | Checking chacha20poly1305 v0.10.1 |
2690 | 2024-10-18T22:19:07.398Z | Compiling toolchain_find v0.4.0 |
2691 | 2024-10-18T22:19:07.566Z | Compiling camino-tempfile v1.1.1 |
2692 | 2024-10-18T22:19:07.590Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2693 | 2024-10-18T22:19:07.688Z | Compiling bitfield-struct v0.6.2 |
2694 | 2024-10-18T22:19:07.844Z | Compiling topological-sort v0.2.2 |
2695 | 2024-10-18T22:19:08.018Z | Compiling mime_guess v2.0.5 |
2696 | 2024-10-18T22:19:08.066Z | Compiling rustfmt-wrapper v0.2.1 |
2697 | 2024-10-18T22:19:08.523Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2698 | 2024-10-18T22:19:08.577Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2699 | 2024-10-18T22:19:08.623Z | Checking primeorder v0.13.6 |
2700 | 2024-10-18T22:19:08.809Z | Checking env_filter v0.1.2 |
2701 | 2024-10-18T22:19:08.911Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2702 | 2024-10-18T22:19:09.079Z | Checking env_logger v0.11.5 |
2703 | 2024-10-18T22:19:09.139Z | Checking p384 v0.13.0 |
2704 | 2024-10-18T22:19:09.139Z | Checking thiserror-no-std v2.0.2 |
2705 | 2024-10-18T22:19:09.162Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2706 | 2024-10-18T22:19:09.186Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2707 | 2024-10-18T22:19:09.225Z | Checking vsss-rs v3.3.4 |
2708 | 2024-10-18T22:19:09.313Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2709 | 2024-10-18T22:19:09.548Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2710 | 2024-10-18T22:19:09.662Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2711 | 2024-10-18T22:19:09.706Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2712 | 2024-10-18T22:19:09.806Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2713 | 2024-10-18T22:19:09.991Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2714 | 2024-10-18T22:19:10.156Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2715 | 2024-10-18T22:19:10.159Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2716 | 2024-10-18T22:19:10.377Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2717 | 2024-10-18T22:19:10.426Z | Checking nanorand v0.7.0 |
2718 | 2024-10-18T22:19:10.453Z | Checking atty v0.2.14 |
2719 | 2024-10-18T22:19:10.521Z | Checking http-range v0.1.5 |
2720 | 2024-10-18T22:19:10.576Z | Checking glob v0.3.1 |
2721 | 2024-10-18T22:19:10.702Z | Checking hyper-staticfile v0.10.1 |
2722 | 2024-10-18T22:19:10.773Z | Checking flume v0.11.0 |
2723 | 2024-10-18T22:19:10.891Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2724 | 2024-10-18T22:19:11.221Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2725 | 2024-10-18T22:19:11.497Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2726 | 2024-10-18T22:19:11.591Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2727 | 2024-10-18T22:19:11.975Z | Compiling omicron-zone-package v0.11.1 |
2728 | 2024-10-18T22:19:12.212Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2729 | 2024-10-18T22:19:12.882Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2730 | 2024-10-18T22:19:13.367Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2731 | 2024-10-18T22:19:13.434Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2732 | 2024-10-18T22:19:14.760Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2733 | 2024-10-18T22:19:16.211Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2734 | 2024-10-18T22:19:17.471Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2735 | 2024-10-18T22:19:17.474Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2736 | 2024-10-18T22:19:28.140Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2737 | 2024-10-18T22:19:40.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.11s |
2738 | 2024-10-18T22:19:40.319Z | |
2739 | 2024-10-18T22:19:40.319Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (95/167) |
2740 | 2024-10-18T22:19:40.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2024-10-18T22:19:40.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2024-10-18T22:19:41.069Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2743 | 2024-10-18T22:19:53.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.86s |
2744 | 2024-10-18T22:19:53.368Z | |
2745 | 2024-10-18T22:19:53.368Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (96/167) |
2746 | 2024-10-18T22:19:54.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2024-10-18T22:19:54.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2024-10-18T22:19:54.136Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2749 | 2024-10-18T22:20:06.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.86s |
2750 | 2024-10-18T22:20:06.411Z | |
2751 | 2024-10-18T22:20:06.411Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (97/167) |
2752 | 2024-10-18T22:20:07.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-10-18T22:20:07.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-10-18T22:20:07.171Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2755 | 2024-10-18T22:20:19.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.87s |
2756 | 2024-10-18T22:20:19.461Z | |
2757 | 2024-10-18T22:20:19.461Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (98/167) |
2758 | 2024-10-18T22:20:20.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-10-18T22:20:20.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-10-18T22:20:20.214Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2761 | 2024-10-18T22:20:32.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s |
2762 | 2024-10-18T22:20:32.562Z | |
2763 | 2024-10-18T22:20:32.562Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (99/167) |
2764 | 2024-10-18T22:20:33.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-10-18T22:20:33.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-10-18T22:20:33.329Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2767 | 2024-10-18T22:20:45.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.90s |
2768 | 2024-10-18T22:20:45.654Z | |
2769 | 2024-10-18T22:20:45.654Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (100/167) |
2770 | 2024-10-18T22:20:46.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-10-18T22:20:46.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-10-18T22:20:46.415Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2773 | 2024-10-18T22:20:58.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.93s |
2774 | 2024-10-18T22:20:58.765Z | |
2775 | 2024-10-18T22:20:58.765Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (101/167) |
2776 | 2024-10-18T22:20:59.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-10-18T22:20:59.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-10-18T22:20:59.533Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2779 | 2024-10-18T22:21:11.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s |
2780 | 2024-10-18T22:21:11.842Z | |
2781 | 2024-10-18T22:21:11.842Z | info: running `cargo check --bins` on bootstrap-agent-api (102/167) |
2782 | 2024-10-18T22:21:12.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-10-18T22:21:12.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-10-18T22:21:12.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-10-18T22:21:12.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2786 | 2024-10-18T22:21:12.528Z | |
2787 | 2024-10-18T22:21:12.528Z | info: running `cargo check --bins` on sled-agent-types (103/167) |
2788 | 2024-10-18T22:21:13.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-10-18T22:21:13.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-10-18T22:21:13.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-10-18T22:21:13.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2792 | 2024-10-18T22:21:13.216Z | |
2793 | 2024-10-18T22:21:13.216Z | info: running `cargo check --bins` on bootstrap-agent-client (104/167) |
2794 | 2024-10-18T22:21:13.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-10-18T22:21:13.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-10-18T22:21:13.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2024-10-18T22:21:13.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2798 | 2024-10-18T22:21:13.885Z | |
2799 | 2024-10-18T22:21:13.885Z | info: running `cargo check --bins` on dpd-client (105/167) |
2800 | 2024-10-18T22:21:14.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-10-18T22:21:14.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-10-18T22:21:14.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2024-10-18T22:21:14.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2804 | 2024-10-18T22:21:14.538Z | |
2805 | 2024-10-18T22:21:14.538Z | info: running `cargo check --bins` on installinator-common (106/167) |
2806 | 2024-10-18T22:21:15.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-10-18T22:21:15.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-10-18T22:21:15.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2024-10-18T22:21:15.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2810 | 2024-10-18T22:21:15.204Z | |
2811 | 2024-10-18T22:21:15.204Z | info: running `cargo check --bins` on key-manager (107/167) |
2812 | 2024-10-18T22:21:15.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2024-10-18T22:21:15.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2024-10-18T22:21:15.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2024-10-18T22:21:15.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2816 | 2024-10-18T22:21:15.858Z | |
2817 | 2024-10-18T22:21:15.858Z | info: running `cargo check --bins` on omicron-ddm-admin-client (108/167) |
2818 | 2024-10-18T22:21:16.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2024-10-18T22:21:16.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2024-10-18T22:21:16.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2024-10-18T22:21:16.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2822 | 2024-10-18T22:21:16.531Z | |
2823 | 2024-10-18T22:21:16.531Z | info: running `cargo check --bins` on sled-agent-api (109/167) |
2824 | 2024-10-18T22:21:17.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2024-10-18T22:21:17.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2024-10-18T22:21:17.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2024-10-18T22:21:17.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2828 | 2024-10-18T22:21:17.209Z | |
2829 | 2024-10-18T22:21:17.209Z | info: running `cargo check --bins` on sled-hardware (110/167) |
2830 | 2024-10-18T22:21:17.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2024-10-18T22:21:17.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2024-10-18T22:21:17.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2024-10-18T22:21:17.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2834 | 2024-10-18T22:21:17.875Z | |
2835 | 2024-10-18T22:21:17.876Z | info: running `cargo check --bins --no-default-features` on sled-storage (111/167) |
2836 | 2024-10-18T22:21:18.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2024-10-18T22:21:18.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2024-10-18T22:21:18.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2839 | 2024-10-18T22:21:18.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2840 | 2024-10-18T22:21:18.538Z | |
2841 | 2024-10-18T22:21:18.538Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (112/167) |
2842 | 2024-10-18T22:21:19.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2024-10-18T22:21:19.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2024-10-18T22:21:19.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2845 | 2024-10-18T22:21:19.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2846 | 2024-10-18T22:21:19.219Z | |
2847 | 2024-10-18T22:21:19.219Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (113/167) |
2848 | 2024-10-18T22:21:19.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2024-10-18T22:21:19.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2024-10-18T22:21:19.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2851 | 2024-10-18T22:21:19.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2852 | 2024-10-18T22:21:19.900Z | |
2853 | 2024-10-18T22:21:19.900Z | info: running `cargo check --bins` on nexus-test-interface (114/167) |
2854 | 2024-10-18T22:21:20.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2024-10-18T22:21:20.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2024-10-18T22:21:20.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2857 | 2024-10-18T22:21:20.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2858 | 2024-10-18T22:21:20.579Z | |
2859 | 2024-10-18T22:21:20.579Z | info: running `cargo check --bins` on oximeter-collector (115/167) |
2860 | 2024-10-18T22:21:21.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2024-10-18T22:21:21.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2024-10-18T22:21:21.292Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2863 | 2024-10-18T22:21:21.292Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2864 | 2024-10-18T22:21:22.016Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2865 | 2024-10-18T22:21:23.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
2866 | 2024-10-18T22:21:23.950Z | |
2867 | 2024-10-18T22:21:23.950Z | info: running `cargo check --bins` on oximeter-api (116/167) |
2868 | 2024-10-18T22:21:24.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-10-18T22:21:24.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-10-18T22:21:24.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-10-18T22:21:24.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2872 | 2024-10-18T22:21:24.611Z | |
2873 | 2024-10-18T22:21:24.611Z | info: running `cargo check --bins` on oximeter-client (117/167) |
2874 | 2024-10-18T22:21:25.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-10-18T22:21:25.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-10-18T22:21:25.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2024-10-18T22:21:25.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2878 | 2024-10-18T22:21:25.275Z | |
2879 | 2024-10-18T22:21:25.275Z | info: running `cargo check --bins` on clickhouse-admin-single-client (118/167) |
2880 | 2024-10-18T22:21:25.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-10-18T22:21:25.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-10-18T22:21:25.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2024-10-18T22:21:25.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2884 | 2024-10-18T22:21:25.936Z | |
2885 | 2024-10-18T22:21:25.936Z | info: running `cargo check --bins` on cockroach-admin-client (119/167) |
2886 | 2024-10-18T22:21:26.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-10-18T22:21:26.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-10-18T22:21:26.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2024-10-18T22:21:26.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2890 | 2024-10-18T22:21:26.591Z | |
2891 | 2024-10-18T22:21:26.591Z | info: running `cargo check --bins` on installinator-client (120/167) |
2892 | 2024-10-18T22:21:27.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-10-18T22:21:27.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-10-18T22:21:27.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2024-10-18T22:21:27.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2896 | 2024-10-18T22:21:27.267Z | |
2897 | 2024-10-18T22:21:27.267Z | info: running `cargo check --bins` on oxide-client (121/167) |
2898 | 2024-10-18T22:21:27.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2024-10-18T22:21:27.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2024-10-18T22:21:27.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2901 | 2024-10-18T22:21:27.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2902 | 2024-10-18T22:21:27.922Z | |
2903 | 2024-10-18T22:21:27.923Z | info: running `cargo check --bins` on wicketd-client (122/167) |
2904 | 2024-10-18T22:21:28.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2024-10-18T22:21:28.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2024-10-18T22:21:28.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2907 | 2024-10-18T22:21:28.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2908 | 2024-10-18T22:21:28.616Z | |
2909 | 2024-10-18T22:21:28.616Z | info: running `cargo check --bins` on wicket-common (123/167) |
2910 | 2024-10-18T22:21:29.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2911 | 2024-10-18T22:21:29.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2912 | 2024-10-18T22:21:29.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2913 | 2024-10-18T22:21:29.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2914 | 2024-10-18T22:21:29.294Z | |
2915 | 2024-10-18T22:21:29.294Z | info: running `cargo check --bins` on omicron-cockroach-admin (124/167) |
2916 | 2024-10-18T22:21:29.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2917 | 2024-10-18T22:21:29.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2918 | 2024-10-18T22:21:29.985Z | Checking csv-core v0.1.11 |
2919 | 2024-10-18T22:21:29.987Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2920 | 2024-10-18T22:21:30.281Z | Checking csv v1.3.0 |
2921 | 2024-10-18T22:21:30.801Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2922 | 2024-10-18T22:21:31.127Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2923 | 2024-10-18T22:21:32.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
2924 | 2024-10-18T22:21:32.462Z | |
2925 | 2024-10-18T22:21:32.462Z | info: running `cargo check --bins` on cockroach-admin-api (125/167) |
2926 | 2024-10-18T22:21:33.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2024-10-18T22:21:33.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2024-10-18T22:21:33.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2929 | 2024-10-18T22:21:33.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2930 | 2024-10-18T22:21:33.126Z | |
2931 | 2024-10-18T22:21:33.126Z | info: running `cargo check --bins` on cockroach-admin-types (126/167) |
2932 | 2024-10-18T22:21:33.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2933 | 2024-10-18T22:21:33.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2934 | 2024-10-18T22:21:33.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2935 | 2024-10-18T22:21:33.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2936 | 2024-10-18T22:21:33.795Z | |
2937 | 2024-10-18T22:21:33.795Z | info: running `cargo check --bins` on cert-dev (127/167) |
2938 | 2024-10-18T22:21:34.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2939 | 2024-10-18T22:21:34.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2940 | 2024-10-18T22:21:34.431Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2941 | 2024-10-18T22:21:34.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2942 | 2024-10-18T22:21:34.837Z | |
2943 | 2024-10-18T22:21:34.837Z | info: running `cargo check --bins` on ch-dev (128/167) |
2944 | 2024-10-18T22:21:35.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2945 | 2024-10-18T22:21:35.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2946 | 2024-10-18T22:21:35.514Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2947 | 2024-10-18T22:21:36.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
2948 | 2024-10-18T22:21:36.353Z | |
2949 | 2024-10-18T22:21:36.353Z | info: running `cargo check --bins` on crdb-seed (129/167) |
2950 | 2024-10-18T22:21:36.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2951 | 2024-10-18T22:21:36.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2952 | 2024-10-18T22:21:37.036Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2953 | 2024-10-18T22:21:37.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
2954 | 2024-10-18T22:21:37.525Z | |
2955 | 2024-10-18T22:21:37.525Z | info: running `cargo check --bins` on db-dev (130/167) |
2956 | 2024-10-18T22:21:38.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2957 | 2024-10-18T22:21:38.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2958 | 2024-10-18T22:21:38.204Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2959 | 2024-10-18T22:21:38.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
2960 | 2024-10-18T22:21:39.051Z | |
2961 | 2024-10-18T22:21:39.052Z | info: running `cargo check --bins` on omicron-dev-lib (131/167) |
2962 | 2024-10-18T22:21:39.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-10-18T22:21:39.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-10-18T22:21:39.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2965 | 2024-10-18T22:21:39.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2966 | 2024-10-18T22:21:39.722Z | |
2967 | 2024-10-18T22:21:39.722Z | info: running `cargo check --bins` on xtask-downloader (132/167) |
2968 | 2024-10-18T22:21:40.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-10-18T22:21:40.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-10-18T22:21:40.605Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2971 | 2024-10-18T22:21:41.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
2972 | 2024-10-18T22:21:41.336Z | |
2973 | 2024-10-18T22:21:41.336Z | info: running `cargo check --bins` on omicron-ls-apis (133/167) |
2974 | 2024-10-18T22:21:41.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-10-18T22:21:41.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-10-18T22:21:41.986Z | Checking cargo-platform v0.1.8 |
2977 | 2024-10-18T22:21:42.241Z | Checking cargo_metadata v0.18.1 |
2978 | 2024-10-18T22:21:43.191Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2979 | 2024-10-18T22:21:43.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
2980 | 2024-10-18T22:21:44.046Z | |
2981 | 2024-10-18T22:21:44.046Z | info: running `cargo check --bins` on mgs-dev (134/167) |
2982 | 2024-10-18T22:21:44.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2983 | 2024-10-18T22:21:44.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2984 | 2024-10-18T22:21:44.774Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2985 | 2024-10-18T22:21:45.421Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2986 | 2024-10-18T22:21:45.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
2987 | 2024-10-18T22:21:46.094Z | |
2988 | 2024-10-18T22:21:46.094Z | info: running `cargo check --bins` on omicron-omdb (135/167) |
2989 | 2024-10-18T22:21:46.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2024-10-18T22:21:46.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2024-10-18T22:21:46.897Z | Compiling glob v0.3.1 |
2992 | 2024-10-18T22:21:46.897Z | Compiling crunchy v0.2.2 |
2993 | 2024-10-18T22:21:46.899Z | Compiling tiny-keccak v2.0.2 |
2994 | 2024-10-18T22:21:46.899Z | Compiling dsl_auto_type v0.1.2 |
2995 | 2024-10-18T22:21:46.899Z | Checking scheduled-thread-pool v0.2.7 |
2996 | 2024-10-18T22:21:46.899Z | Compiling diesel_table_macro_syntax v0.2.0 |
2997 | 2024-10-18T22:21:47.038Z | Compiling ascii-canvas v3.0.0 |
2998 | 2024-10-18T22:21:47.050Z | Compiling ena v0.14.3 |
2999 | 2024-10-18T22:21:47.230Z | Checking r2d2 v0.8.10 |
3000 | 2024-10-18T22:21:47.320Z | Compiling libloading v0.8.5 |
3001 | 2024-10-18T22:21:47.463Z | Compiling bindgen v0.69.5 |
3002 | 2024-10-18T22:21:47.497Z | Compiling diff v0.1.13 |
3003 | 2024-10-18T22:21:47.534Z | Compiling regex-syntax v0.6.29 |
3004 | 2024-10-18T22:21:47.596Z | Compiling which v4.4.2 |
3005 | 2024-10-18T22:21:47.680Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3006 | 2024-10-18T22:21:47.900Z | Compiling cexpr v0.6.0 |
3007 | 2024-10-18T22:21:47.918Z | Compiling clang-sys v1.8.1 |
3008 | 2024-10-18T22:21:48.140Z | Compiling ref-cast v1.0.23 |
3009 | 2024-10-18T22:21:48.189Z | Compiling rustc-hash v1.1.0 |
3010 | 2024-10-18T22:21:48.237Z | Compiling lazycell v1.3.0 |
3011 | 2024-10-18T22:21:48.339Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3012 | 2024-10-18T22:21:48.402Z | Compiling derive_builder_core v0.20.2 |
3013 | 2024-10-18T22:21:48.591Z | Compiling diesel_derives v2.2.3 |
3014 | 2024-10-18T22:21:48.632Z | Compiling libxml v0.3.3 |
3015 | 2024-10-18T22:21:48.775Z | Compiling ref-cast-impl v1.0.23 |
3016 | 2024-10-18T22:21:48.996Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3017 | 2024-10-18T22:21:49.070Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3018 | 2024-10-18T22:21:49.510Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3019 | 2024-10-18T22:21:49.658Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3020 | 2024-10-18T22:21:49.818Z | Compiling strum_macros v0.24.3 |
3021 | 2024-10-18T22:21:50.023Z | Compiling indoc v1.0.9 |
3022 | 2024-10-18T22:21:50.798Z | Compiling lalrpop v0.19.12 |
3023 | 2024-10-18T22:21:50.998Z | Compiling derive_builder_macro v0.20.2 |
3024 | 2024-10-18T22:21:51.926Z | Checking derive_builder v0.20.2 |
3025 | 2024-10-18T22:21:51.944Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3026 | 2024-10-18T22:21:52.087Z | Compiling oso-derive v0.27.3 |
3027 | 2024-10-18T22:21:52.561Z | Compiling impl-trait-for-tuples v0.2.2 |
3028 | 2024-10-18T22:21:53.167Z | Checking quick-xml v0.33.0 |
3029 | 2024-10-18T22:21:53.295Z | Compiling diesel-dtrace v0.3.0 |
3030 | 2024-10-18T22:21:53.421Z | Checking maplit v1.0.2 |
3031 | 2024-10-18T22:21:53.573Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3032 | 2024-10-18T22:21:53.713Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3033 | 2024-10-18T22:21:54.020Z | Checking bb8 v0.8.5 |
3034 | 2024-10-18T22:21:54.507Z | Compiling const_format_proc_macros v0.2.33 |
3035 | 2024-10-18T22:21:55.275Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3036 | 2024-10-18T22:21:55.299Z | Checking castaway v0.2.3 |
3037 | 2024-10-18T22:21:55.466Z | Checking rand_seeder v0.3.0 |
3038 | 2024-10-18T22:21:55.592Z | Checking compact_str v0.8.0 |
3039 | 2024-10-18T22:21:55.676Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3040 | 2024-10-18T22:21:55.879Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3041 | 2024-10-18T22:21:56.471Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3042 | 2024-10-18T22:21:56.746Z | Checking const_format v0.2.33 |
3043 | 2024-10-18T22:21:57.152Z | Checking unicode-truncate v1.1.0 |
3044 | 2024-10-18T22:21:57.257Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3045 | 2024-10-18T22:21:57.388Z | Checking lru v0.12.5 |
3046 | 2024-10-18T22:21:57.562Z | Compiling instability v0.3.2 |
3047 | 2024-10-18T22:21:57.675Z | Checking is_ci v1.2.0 |
3048 | 2024-10-18T22:21:57.810Z | Checking cassowary v0.3.0 |
3049 | 2024-10-18T22:21:58.239Z | Checking unicode-linebreak v0.1.5 |
3050 | 2024-10-18T22:21:58.273Z | Checking smawk v0.3.2 |
3051 | 2024-10-18T22:21:58.487Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3052 | 2024-10-18T22:21:58.646Z | Checking ratatui v0.28.1 |
3053 | 2024-10-18T22:21:58.664Z | Checking textwrap v0.16.1 |
3054 | 2024-10-18T22:21:59.059Z | Checking supports-color v3.0.1 |
3055 | 2024-10-18T22:21:59.286Z | Checking multimap v0.10.0 |
3056 | 2024-10-18T22:22:01.020Z | Checking diesel v2.2.4 |
3057 | 2024-10-18T22:22:19.971Z | Compiling samael v0.0.17 |
3058 | 2024-10-18T22:22:34.980Z | Compiling polar-core v0.27.3 |
3059 | 2024-10-18T22:22:36.490Z | Checking async-bb8-diesel v0.2.1 |
3060 | 2024-10-18T22:22:41.917Z | Checking oso v0.27.3 |
3061 | 2024-10-18T22:23:47.040Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3062 | 2024-10-18T22:23:52.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
3063 | 2024-10-18T22:23:52.754Z | |
3064 | 2024-10-18T22:23:52.754Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (136/167) |
3065 | 2024-10-18T22:23:53.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-10-18T22:23:53.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-10-18T22:23:53.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2024-10-18T22:23:53.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3069 | 2024-10-18T22:23:53.474Z | |
3070 | 2024-10-18T22:23:53.474Z | info: running `cargo check --bins` on nexus-saga-recovery (137/167) |
3071 | 2024-10-18T22:23:54.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-10-18T22:23:54.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-10-18T22:23:54.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2024-10-18T22:23:54.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3075 | 2024-10-18T22:23:54.183Z | |
3076 | 2024-10-18T22:23:54.183Z | info: running `cargo check --bins` on nexus-test-utils-macros (138/167) |
3077 | 2024-10-18T22:23:54.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-10-18T22:23:54.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-10-18T22:23:54.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2024-10-18T22:23:54.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3081 | 2024-10-18T22:23:54.828Z | |
3082 | 2024-10-18T22:23:54.828Z | info: running `cargo check --bins` on omicron-nexus (139/167) |
3083 | 2024-10-18T22:23:55.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-10-18T22:23:55.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-10-18T22:23:55.662Z | Compiling libz-sys v1.1.20 |
3086 | 2024-10-18T22:23:55.665Z | Checking http v0.2.12 |
3087 | 2024-10-18T22:23:55.771Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3088 | 2024-10-18T22:23:55.794Z | Compiling vergen v8.3.2 |
3089 | 2024-10-18T22:23:55.796Z | Compiling cargo-platform v0.1.8 |
3090 | 2024-10-18T22:23:55.796Z | Compiling pin-project-internal v1.1.6 |
3091 | 2024-10-18T22:23:55.838Z | Compiling libsqlite3-sys v0.30.1 |
3092 | 2024-10-18T22:23:55.838Z | Compiling snafu-derive v0.8.5 |
3093 | 2024-10-18T22:23:56.138Z | Compiling cargo_metadata v0.18.1 |
3094 | 2024-10-18T22:23:56.348Z | Checking sync_wrapper v0.1.2 |
3095 | 2024-10-18T22:23:56.373Z | Compiling rustls v0.21.12 |
3096 | 2024-10-18T22:23:56.476Z | Compiling buf-list v1.0.3 |
3097 | 2024-10-18T22:23:56.669Z | Compiling cfg_aliases v0.2.1 |
3098 | 2024-10-18T22:23:56.786Z | Compiling nix v0.29.0 |
3099 | 2024-10-18T22:23:56.828Z | Checking globset v0.4.15 |
3100 | 2024-10-18T22:23:57.056Z | Checking http-body v0.4.6 |
3101 | 2024-10-18T22:23:57.175Z | Checking h2 v0.3.26 |
3102 | 2024-10-18T22:23:57.397Z | Checking rustls-webpki v0.101.7 |
3103 | 2024-10-18T22:23:57.452Z | Checking olpc-cjson v0.1.4 |
3104 | 2024-10-18T22:23:57.671Z | Checking sct v0.7.1 |
3105 | 2024-10-18T22:23:57.701Z | Checking serde_plain v1.0.2 |
3106 | 2024-10-18T22:23:57.858Z | Checking typed-path v0.7.1 |
3107 | 2024-10-18T22:23:58.620Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3108 | 2024-10-18T22:23:58.835Z | Checking pin-project v1.1.6 |
3109 | 2024-10-18T22:23:58.918Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3110 | 2024-10-18T22:23:58.968Z | Checking hashlink v0.9.1 |
3111 | 2024-10-18T22:23:59.219Z | Checking parse-size v1.0.0 |
3112 | 2024-10-18T22:23:59.403Z | Checking fallible-iterator v0.3.0 |
3113 | 2024-10-18T22:23:59.605Z | Checking fallible-streaming-iterator v0.1.9 |
3114 | 2024-10-18T22:23:59.731Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3115 | 2024-10-18T22:23:59.840Z | Checking rustls-pemfile v1.0.4 |
3116 | 2024-10-18T22:24:00.042Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3117 | 2024-10-18T22:24:01.047Z | Checking rusqlite v0.32.1 |
3118 | 2024-10-18T22:24:01.049Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3119 | 2024-10-18T22:24:01.049Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3120 | 2024-10-18T22:24:01.049Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3121 | 2024-10-18T22:24:01.049Z | Checking twox-hash v1.6.3 |
3122 | 2024-10-18T22:24:01.049Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3123 | 2024-10-18T22:24:01.203Z | Checking tokio-rustls v0.24.1 |
3124 | 2024-10-18T22:24:01.324Z | Checking snafu v0.8.5 |
3125 | 2024-10-18T22:24:01.597Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3126 | 2024-10-18T22:24:01.622Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3127 | 2024-10-18T22:24:01.779Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3128 | 2024-10-18T22:24:01.982Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3129 | 2024-10-18T22:24:02.112Z | Checking fatfs v0.3.6 |
3130 | 2024-10-18T22:24:02.594Z | Checking assert_matches v1.5.0 |
3131 | 2024-10-18T22:24:03.083Z | Checking hyper v0.14.30 |
3132 | 2024-10-18T22:24:06.964Z | Checking reqwest v0.11.27 |
3133 | 2024-10-18T22:24:07.718Z | Checking tough v0.17.1 |
3134 | 2024-10-18T22:24:08.496Z | Compiling git2 v0.19.0 |
3135 | 2024-10-18T22:24:10.680Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3136 | 2024-10-18T22:24:11.819Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3137 | 2024-10-18T22:24:13.348Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3138 | 2024-10-18T22:25:05.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3139 | 2024-10-18T22:25:05.321Z | |
3140 | 2024-10-18T22:25:05.321Z | info: running `cargo check --bins` on nexus-external-api (140/167) |
3141 | 2024-10-18T22:25:05.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2024-10-18T22:25:05.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2024-10-18T22:25:05.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3144 | 2024-10-18T22:25:05.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3145 | 2024-10-18T22:25:06.042Z | |
3146 | 2024-10-18T22:25:06.042Z | info: running `cargo check --bins` on openapi-manager-types (141/167) |
3147 | 2024-10-18T22:25:06.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2024-10-18T22:25:06.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2024-10-18T22:25:06.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3150 | 2024-10-18T22:25:06.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3151 | 2024-10-18T22:25:06.680Z | |
3152 | 2024-10-18T22:25:06.680Z | info: running `cargo check --bins` on nexus-internal-api (142/167) |
3153 | 2024-10-18T22:25:07.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2024-10-18T22:25:07.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2024-10-18T22:25:07.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3156 | 2024-10-18T22:25:07.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3157 | 2024-10-18T22:25:07.364Z | |
3158 | 2024-10-18T22:25:07.364Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (143/167) |
3159 | 2024-10-18T22:25:07.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3160 | 2024-10-18T22:25:07.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3161 | 2024-10-18T22:25:07.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3162 | 2024-10-18T22:25:07.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3163 | 2024-10-18T22:25:08.070Z | |
3164 | 2024-10-18T22:25:08.070Z | info: running `cargo check --bins` on nexus-networking (144/167) |
3165 | 2024-10-18T22:25:08.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2024-10-18T22:25:08.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2024-10-18T22:25:08.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3168 | 2024-10-18T22:25:08.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3169 | 2024-10-18T22:25:08.766Z | |
3170 | 2024-10-18T22:25:08.766Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (145/167) |
3171 | 2024-10-18T22:25:09.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2024-10-18T22:25:09.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2024-10-18T22:25:09.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3174 | 2024-10-18T22:25:09.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3175 | 2024-10-18T22:25:09.471Z | |
3176 | 2024-10-18T22:25:09.471Z | info: running `cargo check --bins` on update-common (146/167) |
3177 | 2024-10-18T22:25:10.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3178 | 2024-10-18T22:25:10.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3179 | 2024-10-18T22:25:10.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3180 | 2024-10-18T22:25:10.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3181 | 2024-10-18T22:25:10.151Z | |
3182 | 2024-10-18T22:25:10.151Z | info: running `cargo check --bins` on tufaceous-lib (147/167) |
3183 | 2024-10-18T22:25:10.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3184 | 2024-10-18T22:25:10.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3185 | 2024-10-18T22:25:10.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3186 | 2024-10-18T22:25:10.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3187 | 2024-10-18T22:25:10.832Z | |
3188 | 2024-10-18T22:25:10.832Z | info: running `cargo check --bins` on tufaceous (148/167) |
3189 | 2024-10-18T22:25:11.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2024-10-18T22:25:11.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2024-10-18T22:25:11.523Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3192 | 2024-10-18T22:25:12.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3193 | 2024-10-18T22:25:12.609Z | |
3194 | 2024-10-18T22:25:12.610Z | info: running `cargo check --bins` on omicron-dev (149/167) |
3195 | 2024-10-18T22:25:13.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2024-10-18T22:25:13.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2024-10-18T22:25:13.482Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3198 | 2024-10-18T22:25:13.482Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3199 | 2024-10-18T22:25:13.485Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3200 | 2024-10-18T22:25:14.927Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3201 | 2024-10-18T22:25:17.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
3202 | 2024-10-18T22:25:17.553Z | |
3203 | 2024-10-18T22:25:17.553Z | info: running `cargo check --bins` on openapi-manager (150/167) |
3204 | 2024-10-18T22:25:18.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2024-10-18T22:25:18.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2024-10-18T22:25:18.290Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3207 | 2024-10-18T22:25:18.294Z | Checking heck v0.4.1 |
3208 | 2024-10-18T22:25:18.294Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3209 | 2024-10-18T22:25:18.528Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3210 | 2024-10-18T22:25:19.860Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3211 | 2024-10-18T22:25:20.668Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3212 | 2024-10-18T22:25:21.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
3213 | 2024-10-18T22:25:21.832Z | |
3214 | 2024-10-18T22:25:21.832Z | info: running `cargo check --bins` on installinator-api (151/167) |
3215 | 2024-10-18T22:25:22.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2024-10-18T22:25:22.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2024-10-18T22:25:22.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3218 | 2024-10-18T22:25:22.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3219 | 2024-10-18T22:25:22.500Z | |
3220 | 2024-10-18T22:25:22.500Z | info: running `cargo check --bins` on wicketd-api (152/167) |
3221 | 2024-10-18T22:25:23.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2024-10-18T22:25:23.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2024-10-18T22:25:23.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3224 | 2024-10-18T22:25:23.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3225 | 2024-10-18T22:25:23.190Z | |
3226 | 2024-10-18T22:25:23.190Z | info: running `cargo check --bins` on reconfigurator-cli (153/167) |
3227 | 2024-10-18T22:25:23.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2024-10-18T22:25:23.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2024-10-18T22:25:23.896Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3230 | 2024-10-18T22:25:25.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
3231 | 2024-10-18T22:25:25.193Z | |
3232 | 2024-10-18T22:25:25.193Z | info: running `cargo check --bins` on omicron-releng (154/167) |
3233 | 2024-10-18T22:25:25.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2024-10-18T22:25:25.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2024-10-18T22:25:25.895Z | Checking memmap2 v0.9.5 |
3236 | 2024-10-18T22:25:25.896Z | Checking arrayref v0.3.9 |
3237 | 2024-10-18T22:25:25.898Z | Checking arrayvec v0.7.6 |
3238 | 2024-10-18T22:25:25.898Z | Checking spin v0.5.2 |
3239 | 2024-10-18T22:25:25.898Z | Checking constant_time_eq v0.3.1 |
3240 | 2024-10-18T22:25:25.898Z | Checking untrusted v0.7.1 |
3241 | 2024-10-18T22:25:25.898Z | Checking topological-sort v0.2.2 |
3242 | 2024-10-18T22:25:25.995Z | Checking shell-words v1.1.0 |
3243 | 2024-10-18T22:25:26.244Z | Checking ring v0.16.20 |
3244 | 2024-10-18T22:25:26.288Z | Checking blake3 v1.5.4 |
3245 | 2024-10-18T22:25:27.404Z | Checking omicron-zone-package v0.11.1 |
3246 | 2024-10-18T22:25:28.470Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3247 | 2024-10-18T22:25:29.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
3248 | 2024-10-18T22:25:29.495Z | |
3249 | 2024-10-18T22:25:29.495Z | info: running `cargo check --bins` on xtask (155/167) |
3250 | 2024-10-18T22:25:29.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2024-10-18T22:25:29.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2024-10-18T22:25:29.981Z | Checking bitflags v2.6.0 |
3253 | 2024-10-18T22:25:29.983Z | Checking serde v1.0.210 |
3254 | 2024-10-18T22:25:29.983Z | Checking thiserror v1.0.64 |
3255 | 2024-10-18T22:25:30.069Z | Checking scroll v0.12.0 |
3256 | 2024-10-18T22:25:30.078Z | Checking hashbrown v0.15.0 |
3257 | 2024-10-18T22:25:30.081Z | Checking log v0.4.22 |
3258 | 2024-10-18T22:25:30.097Z | Checking zerocopy v0.7.35 |
3259 | 2024-10-18T22:25:30.111Z | Checking syn v2.0.79 |
3260 | 2024-10-18T22:25:30.161Z | Checking pest v2.7.14 |
3261 | 2024-10-18T22:25:30.286Z | Checking rustix v0.38.37 |
3262 | 2024-10-18T22:25:30.335Z | Checking once_cell v1.20.2 |
3263 | 2024-10-18T22:25:30.514Z | Checking goblin v0.8.2 |
3264 | 2024-10-18T22:25:30.646Z | Checking fs-err v2.11.0 |
3265 | 2024-10-18T22:25:30.943Z | Checking tabled v0.15.0 |
3266 | 2024-10-18T22:25:31.128Z | Checking indexmap v2.6.0 |
3267 | 2024-10-18T22:25:31.444Z | Checking anyhow v1.0.89 |
3268 | 2024-10-18T22:25:32.308Z | Checking terminal_size v0.4.0 |
3269 | 2024-10-18T22:25:32.308Z | Checking tempfile v3.13.0 |
3270 | 2024-10-18T22:25:32.463Z | Checking clap_builder v4.5.20 |
3271 | 2024-10-18T22:25:32.604Z | Checking dtrace-parser v0.2.0 |
3272 | 2024-10-18T22:25:34.293Z | Checking serde_json v1.0.128 |
3273 | 2024-10-18T22:25:34.293Z | Checking toml_datetime v0.6.8 |
3274 | 2024-10-18T22:25:34.296Z | Checking serde_spanned v0.6.8 |
3275 | 2024-10-18T22:25:34.296Z | Checking camino v1.1.9 |
3276 | 2024-10-18T22:25:34.296Z | Checking semver v1.0.23 |
3277 | 2024-10-18T22:25:34.296Z | Checking cargo-platform v0.1.8 |
3278 | 2024-10-18T22:25:34.484Z | Checking macaddr v1.0.1 |
3279 | 2024-10-18T22:25:34.513Z | Checking clap v4.5.20 |
3280 | 2024-10-18T22:25:34.603Z | Checking toml_edit v0.22.22 |
3281 | 2024-10-18T22:25:34.818Z | Checking camino-tempfile v1.1.1 |
3282 | 2024-10-18T22:25:35.404Z | Checking dof v0.3.0 |
3283 | 2024-10-18T22:25:35.404Z | Checking cargo_metadata v0.18.1 |
3284 | 2024-10-18T22:25:35.800Z | Checking usdt-impl v0.5.0 |
3285 | 2024-10-18T22:25:36.174Z | Checking usdt v0.5.0 |
3286 | 2024-10-18T22:25:36.357Z | Checking toml v0.8.19 |
3287 | 2024-10-18T22:25:37.011Z | Checking cargo_toml v0.20.5 |
3288 | 2024-10-18T22:25:38.014Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3289 | 2024-10-18T22:25:38.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s |
3290 | 2024-10-18T22:25:38.716Z | |
3291 | 2024-10-18T22:25:38.716Z | info: running `cargo check --bins` on end-to-end-tests (156/167) |
3292 | 2024-10-18T22:25:39.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2024-10-18T22:25:39.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2024-10-18T22:25:39.500Z | Checking polyval v0.6.2 |
3295 | 2024-10-18T22:25:39.606Z | Checking ctr v0.9.2 |
3296 | 2024-10-18T22:25:39.617Z | Checking ssh-encoding v0.2.0 |
3297 | 2024-10-18T22:25:39.619Z | Checking blowfish v0.9.1 |
3298 | 2024-10-18T22:25:39.638Z | Checking password-hash v0.4.2 |
3299 | 2024-10-18T22:25:39.641Z | Checking matches v0.1.10 |
3300 | 2024-10-18T22:25:39.671Z | Checking p256 v0.13.2 |
3301 | 2024-10-18T22:25:39.671Z | Checking p521 v0.13.3 |
3302 | 2024-10-18T22:25:39.749Z | Checking idna v0.2.3 |
3303 | 2024-10-18T22:25:39.816Z | Checking ghash v0.5.1 |
3304 | 2024-10-18T22:25:39.860Z | Checking bcrypt-pbkdf v0.10.0 |
3305 | 2024-10-18T22:25:39.863Z | Compiling enum-as-inner v0.5.1 |
3306 | 2024-10-18T22:25:39.906Z | Checking russh-cryptovec v0.7.3 |
3307 | 2024-10-18T22:25:40.010Z | Checking aes-gcm v0.10.3 |
3308 | 2024-10-18T22:25:40.030Z | Checking pbkdf2 v0.11.0 |
3309 | 2024-10-18T22:25:40.111Z | Checking md5 v0.7.0 |
3310 | 2024-10-18T22:25:40.132Z | Checking num-bigint v0.4.6 |
3311 | 2024-10-18T22:25:40.149Z | Checking des v0.8.1 |
3312 | 2024-10-18T22:25:40.238Z | Checking ssh-cipher v0.2.0 |
3313 | 2024-10-18T22:25:40.303Z | Compiling dhcproto-macros v0.1.0 |
3314 | 2024-10-18T22:25:40.385Z | Checking hex-literal v0.4.1 |
3315 | 2024-10-18T22:25:40.416Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3316 | 2024-10-18T22:25:40.514Z | Checking ssh-key v0.6.6 |
3317 | 2024-10-18T22:25:40.530Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3318 | 2024-10-18T22:25:40.566Z | Checking internet-checksum v0.2.1 |
3319 | 2024-10-18T22:25:40.921Z | Checking trust-dns-proto v0.22.0 |
3320 | 2024-10-18T22:25:41.845Z | Checking russh-keys v0.45.0 |
3321 | 2024-10-18T22:25:42.744Z | Checking russh v0.45.0 |
3322 | 2024-10-18T22:25:43.421Z | Checking dhcproto v0.12.0 |
3323 | 2024-10-18T22:26:00.108Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3324 | 2024-10-18T22:26:01.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.70s |
3325 | 2024-10-18T22:26:01.612Z | |
3326 | 2024-10-18T22:26:01.612Z | info: running `cargo check --bins` on gateway-cli (157/167) |
3327 | 2024-10-18T22:26:02.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-10-18T22:26:02.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-10-18T22:26:02.286Z | Checking termios v0.3.3 |
3330 | 2024-10-18T22:26:02.497Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3331 | 2024-10-18T22:26:03.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3332 | 2024-10-18T22:26:03.399Z | |
3333 | 2024-10-18T22:26:03.400Z | info: running `cargo check --bins --no-default-features` on installinator (158/167) |
3334 | 2024-10-18T22:26:04.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3335 | 2024-10-18T22:26:04.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3336 | 2024-10-18T22:26:04.128Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3337 | 2024-10-18T22:26:06.077Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3338 | 2024-10-18T22:26:07.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
3339 | 2024-10-18T22:26:07.992Z | |
3340 | 2024-10-18T22:26:07.992Z | info: running `cargo check --bins` on internal-dns-cli (159/167) |
3341 | 2024-10-18T22:26:08.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2024-10-18T22:26:08.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2024-10-18T22:26:08.758Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3344 | 2024-10-18T22:26:09.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3345 | 2024-10-18T22:26:09.277Z | |
3346 | 2024-10-18T22:26:09.277Z | info: running `cargo check --bins` on omicron-live-tests (160/167) |
3347 | 2024-10-18T22:26:09.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2024-10-18T22:26:09.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2024-10-18T22:26:09.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3350 | 2024-10-18T22:26:09.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3351 | 2024-10-18T22:26:09.921Z | |
3352 | 2024-10-18T22:26:09.921Z | info: running `cargo check --bins` on live-tests-macros (161/167) |
3353 | 2024-10-18T22:26:10.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2024-10-18T22:26:10.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2024-10-18T22:26:10.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3356 | 2024-10-18T22:26:10.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3357 | 2024-10-18T22:26:10.574Z | |
3358 | 2024-10-18T22:26:10.574Z | info: running `cargo check --bins` on omicron-package (162/167) |
3359 | 2024-10-18T22:26:11.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2024-10-18T22:26:11.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2024-10-18T22:26:11.271Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3362 | 2024-10-18T22:26:12.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
3363 | 2024-10-18T22:26:12.657Z | |
3364 | 2024-10-18T22:26:12.657Z | info: running `cargo check --bins` on wicket-dbg (163/167) |
3365 | 2024-10-18T22:26:13.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2024-10-18T22:26:13.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2024-10-18T22:26:13.385Z | Checking rtoolbox v0.0.2 |
3368 | 2024-10-18T22:26:13.388Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3369 | 2024-10-18T22:26:13.388Z | Checking tui-tree-widget v0.22.0 |
3370 | 2024-10-18T22:26:13.607Z | Checking rpassword v7.3.1 |
3371 | 2024-10-18T22:26:17.561Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3372 | 2024-10-18T22:26:20.447Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3373 | 2024-10-18T22:26:21.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.93s |
3374 | 2024-10-18T22:26:21.768Z | |
3375 | 2024-10-18T22:26:21.768Z | info: running `cargo check --bins` on wicket (164/167) |
3376 | 2024-10-18T22:26:22.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-10-18T22:26:22.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-10-18T22:26:22.491Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3379 | 2024-10-18T22:26:22.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3380 | 2024-10-18T22:26:23.060Z | |
3381 | 2024-10-18T22:26:23.060Z | info: running `cargo check --bins` on wicketd (165/167) |
3382 | 2024-10-18T22:26:23.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-10-18T22:26:23.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-10-18T22:26:23.800Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3385 | 2024-10-18T22:26:27.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
3386 | 2024-10-18T22:26:27.772Z | |
3387 | 2024-10-18T22:26:27.772Z | info: running `cargo check --bins` on omicron-workspace-hack (166/167) |
3388 | 2024-10-18T22:26:28.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2024-10-18T22:26:28.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2024-10-18T22:26:28.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3391 | 2024-10-18T22:26:28.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3392 | 2024-10-18T22:26:28.417Z | |
3393 | 2024-10-18T22:26:28.417Z | info: running `cargo check --bins` on zone-setup (167/167) |
3394 | 2024-10-18T22:26:29.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3395 | 2024-10-18T22:26:29.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3396 | 2024-10-18T22:26:29.177Z | Checking uzers v0.11.3 |
3397 | 2024-10-18T22:26:29.482Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3398 | 2024-10-18T22:26:30.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
3399 | 2024-10-18T22:26:30.733Z | |
3400 | 2024-10-18T22:26:30.733Z | real 11:42.684733993 |
3401 | 2024-10-18T22:26:30.733Z | user 23:44.631276270 |
3402 | 2024-10-18T22:26:30.733Z | sys 5:09.074053070 |
3403 | 2024-10-18T22:26:30.733Z | trap 0.471252030 |
3404 | 2024-10-18T22:26:30.733Z | tflt 3.366837227 |
3405 | 2024-10-18T22:26:30.737Z | dflt 2.430984576 |
3406 | 2024-10-18T22:26:30.737Z | kflt 0.003503030 |
3407 | 2024-10-18T22:26:30.737Z | lock 42:25.860673854 |
3408 | 2024-10-18T22:26:30.737Z | slp 1:57:44.353525777 |
3409 | 2024-10-18T22:26:30.737Z | lat 56.458402274 |
3410 | 2024-10-18T22:26:30.737Z | stop 2:59.797154607 |
3411 | 2024-10-18T22:26:30.737Z | process exited: duration 950896 ms, exit code 0 |
|
3412 | 2024-10-18T22:26:30.743Z | found 0 output files |