|
|
|
1 | 2024-09-04T23:59:22.596Z | job assigned to worker 01J6ZQM90ZMNQPZQZ80ZMT5S89 (queued for 29 s) |
|
2 | 2024-09-04T23:59:23.033Z | starting task 0: "setup" |
3 | 2024-09-04T23:59:23.057Z | ++ uname -s |
4 | 2024-09-04T23:59:23.057Z | + kern=SunOS |
5 | 2024-09-04T23:59:23.057Z | + case "$kern" in |
6 | 2024-09-04T23:59:23.057Z | + groupadd -g 12345 build |
7 | 2024-09-04T23:59:23.057Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-04T23:59:25.063Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-04T23:59:25.101Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-04T23:59:25.126Z | + home_fs=zfs |
11 | 2024-09-04T23:59:25.126Z | + [[ zfs == autofs ]] |
12 | 2024-09-04T23:59:25.126Z | + mkdir -p /home/build |
13 | 2024-09-04T23:59:25.126Z | + chown build:build /home/build /work |
14 | 2024-09-04T23:59:27.113Z | + chmod 0700 /home/build /work |
15 | 2024-09-04T23:59:27.137Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-09-04T23:59:27.186Z | starting task 1: "rust-toolchain" |
17 | 2024-09-04T23:59:27.210Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-04T23:59:27.210Z | ' 1.80.1 |
19 | 2024-09-04T23:59:27.210Z | * toolchain channel = "1.80.1" |
20 | 2024-09-04T23:59:27.211Z | * toolchain profile = "default" |
21 | 2024-09-04T23:59:27.211Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-04T23:59:27.211Z | ' default |
23 | 2024-09-04T23:59:27.211Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-04T23:59:27.211Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-04T23:59:27.333Z | info: downloading installer |
26 | 2024-09-04T23:59:27.990Z | info: profile set to 'default' |
27 | 2024-09-04T23:59:27.990Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-04T23:59:28.015Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-04T23:59:28.089Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-04T23:59:28.089Z | info: downloading component 'cargo' |
31 | 2024-09-04T23:59:28.307Z | info: downloading component 'clippy' |
32 | 2024-09-04T23:59:28.382Z | info: downloading component 'rust-docs' |
33 | 2024-09-04T23:59:28.708Z | info: downloading component 'rust-std' |
34 | 2024-09-04T23:59:29.158Z | info: downloading component 'rustc' |
35 | 2024-09-04T23:59:30.330Z | info: downloading component 'rustfmt' |
36 | 2024-09-04T23:59:30.391Z | info: installing component 'cargo' |
37 | 2024-09-04T23:59:31.477Z | info: installing component 'clippy' |
38 | 2024-09-04T23:59:31.907Z | info: installing component 'rust-docs' |
39 | 2024-09-04T23:59:34.666Z | info: installing component 'rust-std' |
40 | 2024-09-04T23:59:36.711Z | info: installing component 'rustc' |
41 | 2024-09-04T23:59:41.664Z | info: installing component 'rustfmt' |
42 | 2024-09-04T23:59:42.062Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-04T23:59:42.062Z | |
44 | 2024-09-04T23:59:42.156Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-04T23:59:42.156Z | |
46 | 2024-09-04T23:59:42.180Z | |
47 | 2024-09-04T23:59:42.180Z | Rust is installed now. Great! |
48 | 2024-09-04T23:59:42.180Z | |
49 | 2024-09-04T23:59:42.180Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-04T23:59:42.180Z | environment variable. This has not been done automatically. |
51 | 2024-09-04T23:59:42.180Z | |
52 | 2024-09-04T23:59:42.180Z | To configure your current shell, you need to source |
53 | 2024-09-04T23:59:42.180Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-04T23:59:42.180Z | |
55 | 2024-09-04T23:59:42.180Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-04T23:59:42.180Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-04T23:59:42.180Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-04T23:59:42.229Z | + rustc --version |
59 | 2024-09-04T23:59:42.315Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-04T23:59:42.339Z | process exited: duration 15134 ms, exit code 0 |
|
61 | 2024-09-04T23:59:42.390Z | starting task 2: "authentication" |
62 | 2024-09-04T23:59:42.441Z | process exited: duration 54 ms, exit code 0 |
|
63 | 2024-09-04T23:59:42.490Z | starting task 3: "clone repository" |
64 | 2024-09-04T23:59:42.515Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-04T23:59:42.515Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-04T23:59:42.539Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-04T23:59:47.714Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-04T23:59:47.738Z | + git fetch origin 48f8cf9eaf262a8bb8b7f31e3305d1d20093f213 |
69 | 2024-09-04T23:59:48.623Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-04T23:59:48.623Z | * branch 48f8cf9eaf262a8bb8b7f31e3305d1d20093f213 -> FETCH_HEAD |
71 | 2024-09-04T23:59:48.647Z | + [[ -n '' ]] |
72 | 2024-09-04T23:59:48.647Z | + git reset --hard 48f8cf9eaf262a8bb8b7f31e3305d1d20093f213 |
73 | 2024-09-04T23:59:48.758Z | HEAD is now at 48f8cf9ea clean up |
74 | 2024-09-04T23:59:48.782Z | process exited: duration 6272 ms, exit code 0 |
|
75 | 2024-09-04T23:59:48.830Z | starting task 4: "build" |
76 | 2024-09-04T23:59:48.854Z | + cargo --version |
77 | 2024-09-04T23:59:48.920Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-09-04T23:59:48.944Z | + rustc --version |
79 | 2024-09-04T23:59:49.009Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-09-04T23:59:49.033Z | + source ./env.sh |
81 | 2024-09-04T23:59:49.033Z | ++ OLD_SHELL_OPTS=ehxB |
82 | 2024-09-04T23:59:49.033Z | ++ set -o xtrace |
83 | 2024-09-04T23:59:49.033Z | ++++ dirname ./env.sh |
84 | 2024-09-04T23:59:49.033Z | +++ readlink -f . |
85 | 2024-09-04T23:59:49.033Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
86 | 2024-09-04T23:59:49.033Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2024-09-04T23:59:49.033Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2024-09-04T23:59:49.033Z | ++ 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 |
89 | 2024-09-04T23:59:49.033Z | ++ 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 |
90 | 2024-09-04T23:59:49.033Z | ++ 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 |
91 | 2024-09-04T23:59:49.034Z | ++ 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 |
92 | 2024-09-04T23:59:49.034Z | ++ 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 |
93 | 2024-09-04T23:59:49.034Z | ++ 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 |
94 | 2024-09-04T23:59:49.034Z | ++ case $OLD_SHELL_OPTS in |
95 | 2024-09-04T23:59:49.034Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
96 | 2024-09-04T23:59:49.034Z | + 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 |
97 | 2024-09-04T23:59:49.034Z | + 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 |
98 | 2024-09-04T23:59:49.034Z | + banner prerequisites |
99 | 2024-09-04T23:59:49.034Z | |
100 | 2024-09-04T23:59:49.034Z | ##### ##### ###### ##### ###### #### # # # #### # |
101 | 2024-09-04T23:59:49.034Z | # # # # # # # # # # # # # # # |
102 | 2024-09-04T23:59:49.034Z | # # # # ##### # # ##### # # # # # #### # |
103 | 2024-09-04T23:59:49.034Z | ##### ##### # ##### # # # # # # # # # |
104 | 2024-09-04T23:59:49.034Z | # # # # # # # # # # # # # # # |
105 | 2024-09-04T23:59:49.034Z | # # # ###### # # ###### ### # #### # #### # |
106 | 2024-09-04T23:59:49.034Z | |
107 | 2024-09-04T23:59:49.034Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
108 | 2024-09-04T23:59:54.421Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-09-04T23:59:57.244Z | Startup: Caching catalogs ... Done |
110 | 2024-09-04T23:59:59.706Z | Planning: Solver setup ... Done (1.748s) |
111 | 2024-09-04T23:59:59.738Z | Planning: Running solver ... Done (0.032s) |
112 | 2024-09-04T23:59:59.776Z | Planning: Finding local manifests ... Done (0.003s) |
113 | 2024-09-04T23:59:59.861Z | Planning: Fetching manifests: 0/5 0% complete |
114 | 2024-09-05T00:00:00.350Z | Planning: Fetching manifests: 5/5 100% complete |
115 | 2024-09-05T00:00:00.482Z | Planning: Package planning ... Done (0.133s) |
116 | 2024-09-05T00:00:00.550Z | Planning: Merging actions ... Done (0.067s) |
117 | 2024-09-05T00:00:00.839Z | Planning: Checking for conflicting actions ... Done (0.289s) |
118 | 2024-09-05T00:00:01.971Z | Planning: Consolidating action changes ... Done (1.126s) |
119 | 2024-09-05T00:00:02.369Z | Planning: Evaluating mediators ... Done (0.405s) |
120 | 2024-09-05T00:00:02.469Z | Planning: Planning completed in 5.16 seconds |
121 | 2024-09-05T00:00:02.494Z | Packages to install: 4 |
122 | 2024-09-05T00:00:02.494Z | Packages to update: 1 |
123 | 2024-09-05T00:00:02.494Z | Mediators to change: 2 |
124 | 2024-09-05T00:00:02.494Z | Services to change: 1 |
125 | 2024-09-05T00:00:02.494Z | Estimated space available: 148.82 GB |
126 | 2024-09-05T00:00:02.494Z | Estimated space to be consumed: 1.53 GB |
127 | 2024-09-05T00:00:02.494Z | Create boot environment: No |
128 | 2024-09-05T00:00:02.494Z | Create backup boot environment: Yes |
129 | 2024-09-05T00:00:02.494Z | Rebuild boot archive: No |
130 | 2024-09-05T00:00:02.494Z | |
131 | 2024-09-05T00:00:02.494Z | Changed mediators: |
132 | 2024-09-05T00:00:02.494Z | mediator clang: |
133 | 2024-09-05T00:00:02.494Z | version: None -> 15 (system default) |
134 | 2024-09-05T00:00:02.494Z | |
135 | 2024-09-05T00:00:02.494Z | mediator llvm: |
136 | 2024-09-05T00:00:02.494Z | version: 14 (system default) -> 15 (system default) |
137 | 2024-09-05T00:00:02.494Z | |
138 | 2024-09-05T00:00:02.495Z | Changed packages: |
139 | 2024-09-05T00:00:02.495Z | helios-dev |
140 | 2024-09-05T00:00:02.495Z | developer/build-essential |
141 | 2024-09-05T00:00:02.495Z | None -> 11-2.0 |
142 | 2024-09-05T00:00:02.495Z | library/libxmlsec1 |
143 | 2024-09-05T00:00:02.495Z | None -> 1.2.35-2.0 |
144 | 2024-09-05T00:00:02.495Z | ooce/developer/clang-15 |
145 | 2024-09-05T00:00:02.495Z | None -> 15.0.7-2.0 |
146 | 2024-09-05T00:00:02.495Z | ooce/developer/llvm-15 |
147 | 2024-09-05T00:00:02.495Z | None -> 15.0.7-2.0 |
148 | 2024-09-05T00:00:02.495Z | package/pkg |
149 | 2024-09-05T00:00:02.495Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
150 | 2024-09-05T00:00:02.495Z | |
151 | 2024-09-05T00:00:02.495Z | Services: |
152 | 2024-09-05T00:00:02.495Z | restart_fmri: |
153 | 2024-09-05T00:00:02.495Z | svc:/system/update-man-index:default |
154 | 2024-09-05T00:00:02.495Z | |
155 | 2024-09-05T00:00:02.495Z | Editable files to change: |
156 | 2024-09-05T00:00:02.495Z | Update: |
157 | 2024-09-05T00:00:02.495Z | usr/share/lib/pkg/web/config.shtml |
158 | 2024-09-05T00:00:02.560Z | |
159 | 2024-09-05T00:00:02.560Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
160 | 2024-09-05T00:00:07.569Z | Download: 1196/4281 items 65.7/220.6MB 29% complete (13.2M/s) |
161 | 2024-09-05T00:00:12.584Z | Download: 1321/4281 items 115.0/220.6MB 52% complete (11.8M/s) |
162 | 2024-09-05T00:00:17.585Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (5.5M/s) |
163 | 2024-09-05T00:00:22.585Z | Download: 3234/4281 items 165.7/220.6MB 75% complete (5.0M/s) |
164 | 2024-09-05T00:00:27.587Z | Download: 3762/4281 items 216.7/220.6MB 98% complete (9.8M/s) |
165 | 2024-09-05T00:00:29.556Z | Download: Completed 220.60 MB in 27.00 seconds (8.2M/s) |
166 | 2024-09-05T00:00:30.055Z | Actions: 1/5063 actions (Removing old actions) |
167 | 2024-09-05T00:00:30.079Z | Actions: 194/5063 actions (Installing new actions) |
168 | 2024-09-05T00:00:35.567Z | Actions: 3474/5063 actions (Installing new actions) |
169 | 2024-09-05T00:00:36.073Z | Actions: 4226/5063 actions (Updating modified actions) |
170 | 2024-09-05T00:00:36.440Z | Actions: Completed 5063 actions in 6.39 seconds. |
171 | 2024-09-05T00:00:36.854Z | Done (0.404s) |
172 | 2024-09-05T00:00:36.878Z | Done (0.000s) |
173 | 2024-09-05T00:00:37.298Z | Done (0.443s) |
174 | 2024-09-05T00:00:42.625Z | Done (5.179s) |
175 | 2024-09-05T00:00:42.723Z | Done (0.019s) |
176 | 2024-09-05T00:00:42.747Z | Done (0.000s) |
177 | 2024-09-05T00:00:42.905Z | Done (0.000s) |
178 | 2024-09-05T00:00:43.598Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-09-05T00:00:43.833Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-09-05T00:00:43.857Z | Planning: Consolidating action changes ... Done |
181 | 2024-09-05T00:00:44.168Z | Planning: Evaluating mediators ... Done |
182 | 2024-09-05T00:00:44.192Z | Planning: Planning completed in 0.57 seconds |
183 | 2024-09-05T00:00:44.216Z | Mediators to change: 2 |
184 | 2024-09-05T00:00:44.216Z | Create boot environment: No |
185 | 2024-09-05T00:00:44.216Z | Create backup boot environment: No |
186 | 2024-09-05T00:00:44.278Z | Done |
187 | 2024-09-05T00:00:44.278Z | Done |
188 | 2024-09-05T00:00:44.582Z | Done |
189 | 2024-09-05T00:00:49.252Z | Done |
190 | 2024-09-05T00:00:49.364Z | Done |
191 | 2024-09-05T00:00:49.364Z | Done |
192 | 2024-09-05T00:00:49.415Z | Done |
193 | 2024-09-05T00:00:50.190Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-09-05T00:00:50.214Z | Planning: Merging actions ... Done |
195 | 2024-09-05T00:00:50.431Z | Planning: Checking for conflicting actions ... Done |
196 | 2024-09-05T00:00:50.455Z | Planning: Consolidating action changes ... Done |
197 | 2024-09-05T00:00:50.757Z | Planning: Evaluating mediators ... Done |
198 | 2024-09-05T00:00:50.823Z | Planning: Planning completed in 0.94 seconds |
199 | 2024-09-05T00:00:50.870Z | Packages to change: 1 |
200 | 2024-09-05T00:00:50.870Z | Mediators to change: 1 |
201 | 2024-09-05T00:00:50.870Z | Services to change: 1 |
202 | 2024-09-05T00:00:50.870Z | Create boot environment: No |
203 | 2024-09-05T00:00:50.870Z | Create backup boot environment: Yes |
204 | 2024-09-05T00:00:52.398Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2024-09-05T00:00:52.422Z | Actions: Completed 6 actions in 0.00 seconds. |
206 | 2024-09-05T00:00:52.422Z | Done |
207 | 2024-09-05T00:00:52.422Z | Done |
208 | 2024-09-05T00:00:52.493Z | Done |
209 | 2024-09-05T00:00:57.051Z | Done |
210 | 2024-09-05T00:00:57.146Z | Done |
211 | 2024-09-05T00:00:57.171Z | Done |
212 | 2024-09-05T00:00:57.234Z | Done |
213 | 2024-09-05T00:00:57.765Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2024-09-05T00:00:57.765Z | clang system 15 system |
215 | 2024-09-05T00:00:57.765Z | csh system system illumos |
216 | 2024-09-05T00:00:57.765Z | ctags system system illumos |
217 | 2024-09-05T00:00:57.765Z | gcc vendor 12 vendor |
218 | 2024-09-05T00:00:57.765Z | gcc system 10 system |
219 | 2024-09-05T00:00:57.765Z | gcc system 7 system |
220 | 2024-09-05T00:00:57.766Z | go system 1.20 system |
221 | 2024-09-05T00:00:57.766Z | go system 1.19 system |
222 | 2024-09-05T00:00:57.766Z | llvm system 15 system |
223 | 2024-09-05T00:00:57.766Z | llvm system 14 system |
224 | 2024-09-05T00:00:57.766Z | mariadb system 10.6 system |
225 | 2024-09-05T00:00:57.766Z | mta vendor vendor dma |
226 | 2024-09-05T00:00:57.766Z | openjdk system 17 system |
227 | 2024-09-05T00:00:57.766Z | openjdk system 11 system |
228 | 2024-09-05T00:00:57.766Z | openjdk system 1.8 system |
229 | 2024-09-05T00:00:57.766Z | openssl vendor 3 vendor |
230 | 2024-09-05T00:00:57.766Z | perl system 5.36 system |
231 | 2024-09-05T00:00:57.766Z | postgresql system 15 system |
232 | 2024-09-05T00:00:57.766Z | postgresql system 13 system |
233 | 2024-09-05T00:00:57.766Z | python vendor 3 vendor |
234 | 2024-09-05T00:00:57.766Z | python system 2 system |
235 | 2024-09-05T00:00:57.766Z | python3 system 3.11 system |
236 | 2024-09-05T00:00:57.766Z | ruby system 3.0 system |
237 | 2024-09-05T00:00:57.766Z | words vendor vendor american-english |
238 | 2024-09-05T00:00:57.766Z | words system system australian-english |
239 | 2024-09-05T00:00:57.766Z | words system system british-english |
240 | 2024-09-05T00:00:57.766Z | words system system canadian-english |
241 | 2024-09-05T00:00:57.766Z | words system system french |
242 | 2024-09-05T00:00:57.766Z | words system system italian |
243 | 2024-09-05T00:00:57.766Z | words system system ngerman |
244 | 2024-09-05T00:00:57.766Z | words system system ogerman |
245 | 2024-09-05T00:00:57.766Z | words system system spanish |
246 | 2024-09-05T00:00:58.174Z | PUBLISHER TYPE STATUS P LOCATION |
247 | 2024-09-05T00:00:58.174Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
248 | 2024-09-05T00:01:00.458Z | FMRI IFO |
249 | 2024-09-05T00:01:00.459Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
250 | 2024-09-05T00:01:00.459Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
251 | 2024-09-05T00:01:00.459Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
252 | 2024-09-05T00:01:00.459Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
253 | 2024-09-05T00:01:00.459Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
254 | 2024-09-05T00:01:00.459Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2024-09-05T00:01:00.459Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
256 | 2024-09-05T00:01:00.459Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
257 | 2024-09-05T00:01:00.459Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
258 | 2024-09-05T00:01:00.459Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
259 | 2024-09-05T00:01:00.459Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
260 | 2024-09-05T00:01:00.459Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
261 | 2024-09-05T00:01:00.459Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
262 | 2024-09-05T00:01:01.164Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
263 | 2024-09-05T00:01:01.534Z | Updating git repository `https://github.com/oxidecomputer/zone` |
264 | 2024-09-05T00:01:01.928Z | Updating crates.io index |
265 | 2024-09-05T00:01:01.954Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
266 | 2024-09-05T00:01:02.850Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
267 | 2024-09-05T00:01:03.756Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
268 | 2024-09-05T00:01:04.125Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
269 | 2024-09-05T00:01:05.896Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
270 | 2024-09-05T00:01:06.244Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
271 | 2024-09-05T00:01:06.584Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
272 | 2024-09-05T00:01:07.721Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2024-09-05T00:01:09.690Z | Updating git repository `https://github.com/oxidecomputer/opte` |
274 | 2024-09-05T00:01:10.783Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
275 | 2024-09-05T00:01:11.540Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
276 | 2024-09-05T00:01:11.935Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
277 | 2024-09-05T00:01:12.593Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
278 | 2024-09-05T00:01:12.958Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
279 | 2024-09-05T00:01:13.436Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
280 | 2024-09-05T00:01:13.807Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
281 | 2024-09-05T00:01:14.156Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
282 | 2024-09-05T00:01:14.501Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
283 | 2024-09-05T00:01:14.851Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-09-05T00:01:15.242Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
285 | 2024-09-05T00:01:15.635Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
286 | 2024-09-05T00:01:16.065Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
287 | 2024-09-05T00:01:16.399Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
288 | 2024-09-05T00:01:16.928Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
289 | 2024-09-05T00:01:17.293Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
290 | 2024-09-05T00:01:17.903Z | Updating git repository `https://github.com/oxidecomputer/typify` |
291 | 2024-09-05T00:01:20.361Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
292 | 2024-09-05T00:01:20.683Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
293 | 2024-09-05T00:01:21.060Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
294 | 2024-09-05T00:01:21.504Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
295 | 2024-09-05T00:01:22.827Z | Downloading crates ... |
296 | 2024-09-05T00:01:22.878Z | Downloaded bytecount v0.6.8 |
297 | 2024-09-05T00:01:22.903Z | Downloaded is_terminal_polyfill v1.70.0 |
298 | 2024-09-05T00:01:22.904Z | Downloaded anstyle v1.0.8 |
299 | 2024-09-05T00:01:22.904Z | Downloaded utf8parse v0.2.1 |
300 | 2024-09-05T00:01:22.904Z | Downloaded memmap v0.7.0 |
301 | 2024-09-05T00:01:22.904Z | Downloaded usdt-impl v0.5.0 |
302 | 2024-09-05T00:01:22.904Z | Downloaded usdt v0.5.0 |
303 | 2024-09-05T00:01:22.904Z | Downloaded zerocopy-derive v0.7.34 |
304 | 2024-09-05T00:01:22.930Z | Downloaded winnow v0.6.18 |
305 | 2024-09-05T00:01:22.930Z | Downloaded serde v1.0.208 |
306 | 2024-09-05T00:01:22.930Z | Downloaded version_check v0.9.5 |
307 | 2024-09-05T00:01:22.931Z | Downloaded zerocopy v0.7.34 |
308 | 2024-09-05T00:01:22.955Z | Downloaded pest v2.7.10 |
309 | 2024-09-05T00:01:22.985Z | Downloaded unicode-width v0.1.13 |
310 | 2024-09-05T00:01:22.985Z | Downloaded rustix v0.38.34 |
311 | 2024-09-05T00:01:23.010Z | Downloaded libc v0.2.158 |
312 | 2024-09-05T00:01:23.060Z | Downloaded tabled v0.15.0 |
313 | 2024-09-05T00:01:23.084Z | Downloaded syn v2.0.74 |
314 | 2024-09-05T00:01:23.084Z | Downloaded syn v1.0.109 |
315 | 2024-09-05T00:01:23.084Z | Downloaded memchr v2.7.2 |
316 | 2024-09-05T00:01:23.084Z | Downloaded toml_edit v0.22.20 |
317 | 2024-09-05T00:01:23.108Z | Downloaded goblin v0.8.2 |
318 | 2024-09-05T00:01:23.108Z | Downloaded usdt-attr-macro v0.5.0 |
319 | 2024-09-05T00:01:23.108Z | Downloaded unicode-linebreak v0.1.5 |
320 | 2024-09-05T00:01:23.132Z | Downloaded ucd-trie v0.1.6 |
321 | 2024-09-05T00:01:23.132Z | Downloaded toml v0.8.19 |
322 | 2024-09-05T00:01:23.132Z | Downloaded thiserror-impl v1.0.63 |
323 | 2024-09-05T00:01:23.132Z | Downloaded textwrap v0.16.1 |
324 | 2024-09-05T00:01:23.132Z | Downloaded tempfile v3.10.1 |
325 | 2024-09-05T00:01:23.132Z | Downloaded strsim v0.11.1 |
326 | 2024-09-05T00:01:23.132Z | Downloaded sha2 v0.10.8 |
327 | 2024-09-05T00:01:23.132Z | Downloaded serde_spanned v0.6.7 |
328 | 2024-09-05T00:01:23.132Z | Downloaded serde_derive v1.0.208 |
329 | 2024-09-05T00:01:23.132Z | Downloaded semver v1.0.23 |
330 | 2024-09-05T00:01:23.157Z | Downloaded scroll v0.12.0 |
331 | 2024-09-05T00:01:23.157Z | Downloaded proc-macro2 v1.0.86 |
332 | 2024-09-05T00:01:23.157Z | Downloaded proc-macro-error v1.0.4 |
333 | 2024-09-05T00:01:23.157Z | Downloaded pest_generator v2.7.10 |
334 | 2024-09-05T00:01:23.157Z | Downloaded once_cell v1.19.0 |
335 | 2024-09-05T00:01:23.157Z | Downloaded plain v0.2.3 |
336 | 2024-09-05T00:01:23.157Z | Downloaded clap v4.5.16 |
337 | 2024-09-05T00:01:23.157Z | Downloaded camino-tempfile v1.1.1 |
338 | 2024-09-05T00:01:23.181Z | Downloaded usdt-macro v0.5.0 |
339 | 2024-09-05T00:01:23.181Z | Downloaded typenum v1.17.0 |
340 | 2024-09-05T00:01:23.181Z | Downloaded serde_tokenstream v0.2.2 |
341 | 2024-09-05T00:01:23.181Z | Downloaded serde_json v1.0.125 |
342 | 2024-09-05T00:01:23.181Z | Downloaded pest_meta v2.7.10 |
343 | 2024-09-05T00:01:23.181Z | Downloaded itoa v1.0.11 |
344 | 2024-09-05T00:01:23.181Z | Downloaded indexmap v2.4.0 |
345 | 2024-09-05T00:01:23.181Z | Downloaded heck v0.4.1 |
346 | 2024-09-05T00:01:23.205Z | Downloaded hashbrown v0.14.5 |
347 | 2024-09-05T00:01:23.205Z | Downloaded fs-err v2.11.0 |
348 | 2024-09-05T00:01:23.205Z | Downloaded fastrand v2.1.0 |
349 | 2024-09-05T00:01:23.205Z | Downloaded crypto-common v0.1.6 |
350 | 2024-09-05T00:01:23.205Z | Downloaded colorchoice v1.0.1 |
351 | 2024-09-05T00:01:23.205Z | Downloaded clap_derive v4.5.13 |
352 | 2024-09-05T00:01:23.205Z | Downloaded clap_builder v4.5.15 |
353 | 2024-09-05T00:01:23.205Z | Downloaded cargo_toml v0.20.4 |
354 | 2024-09-05T00:01:23.229Z | Downloaded unicode-ident v1.0.12 |
355 | 2024-09-05T00:01:23.229Z | Downloaded thread-id v4.2.1 |
356 | 2024-09-05T00:01:23.229Z | Downloaded tabled_derive v0.7.0 |
357 | 2024-09-05T00:01:23.229Z | Downloaded ryu v1.0.18 |
358 | 2024-09-05T00:01:23.229Z | Downloaded quote v1.0.36 |
359 | 2024-09-05T00:01:23.229Z | Downloaded pest_derive v2.7.10 |
360 | 2024-09-05T00:01:23.229Z | Downloaded papergrid v0.11.0 |
361 | 2024-09-05T00:01:23.229Z | Downloaded macaddr v1.0.1 |
362 | 2024-09-05T00:01:23.229Z | Downloaded log v0.4.21 |
363 | 2024-09-05T00:01:23.253Z | Downloaded equivalent v1.0.1 |
364 | 2024-09-05T00:01:23.253Z | Downloaded dof v0.3.0 |
365 | 2024-09-05T00:01:23.253Z | Downloaded autocfg v1.3.0 |
366 | 2024-09-05T00:01:23.253Z | Downloaded anstyle-query v1.0.3 |
367 | 2024-09-05T00:01:23.253Z | Downloaded anstyle-parse v0.2.4 |
368 | 2024-09-05T00:01:23.253Z | Downloaded toml_datetime v0.6.8 |
369 | 2024-09-05T00:01:23.253Z | Downloaded terminal_size v0.3.0 |
370 | 2024-09-05T00:01:23.253Z | Downloaded smawk v0.3.2 |
371 | 2024-09-05T00:01:23.254Z | Downloaded proc-macro-error-attr v1.0.4 |
372 | 2024-09-05T00:01:23.254Z | Downloaded byteorder v1.5.0 |
373 | 2024-09-05T00:01:23.254Z | Downloaded block-buffer v0.10.4 |
374 | 2024-09-05T00:01:23.254Z | Downloaded anyhow v1.0.86 |
375 | 2024-09-05T00:01:23.254Z | Downloaded heck v0.5.0 |
376 | 2024-09-05T00:01:23.254Z | Downloaded generic-array v0.14.7 |
377 | 2024-09-05T00:01:23.254Z | Downloaded errno v0.3.9 |
378 | 2024-09-05T00:01:23.278Z | Downloaded cpufeatures v0.2.12 |
379 | 2024-09-05T00:01:23.278Z | Downloaded clap_lex v0.7.0 |
380 | 2024-09-05T00:01:23.278Z | Downloaded cfg-if v1.0.0 |
381 | 2024-09-05T00:01:23.278Z | Downloaded cargo_metadata v0.18.1 |
382 | 2024-09-05T00:01:23.278Z | Downloaded cargo-platform v0.1.8 |
383 | 2024-09-05T00:01:23.278Z | Downloaded camino v1.1.9 |
384 | 2024-09-05T00:01:23.278Z | Downloaded thiserror v1.0.63 |
385 | 2024-09-05T00:01:23.278Z | Downloaded swrite v0.1.0 |
386 | 2024-09-05T00:01:23.278Z | Downloaded scroll_derive v0.12.0 |
387 | 2024-09-05T00:01:23.278Z | Downloaded pretty-hex v0.4.1 |
388 | 2024-09-05T00:01:23.278Z | Downloaded fnv v1.0.7 |
389 | 2024-09-05T00:01:23.278Z | Downloaded dtrace-parser v0.2.0 |
390 | 2024-09-05T00:01:23.278Z | Downloaded digest v0.10.7 |
391 | 2024-09-05T00:01:23.278Z | Downloaded anstream v0.6.14 |
392 | 2024-09-05T00:01:23.303Z | Downloaded bitflags v2.6.0 |
393 | 2024-09-05T00:01:23.420Z | Compiling proc-macro2 v1.0.86 |
394 | 2024-09-05T00:01:23.447Z | Compiling unicode-ident v1.0.12 |
395 | 2024-09-05T00:01:23.447Z | Compiling serde v1.0.208 |
396 | 2024-09-05T00:01:23.447Z | Compiling version_check v0.9.5 |
397 | 2024-09-05T00:01:23.447Z | Compiling thiserror v1.0.63 |
398 | 2024-09-05T00:01:23.448Z | Compiling memchr v2.7.2 |
399 | 2024-09-05T00:01:23.448Z | Compiling libc v0.2.158 |
400 | 2024-09-05T00:01:23.448Z | Compiling ucd-trie v0.1.6 |
401 | 2024-09-05T00:01:23.796Z | Compiling ryu v1.0.18 |
402 | 2024-09-05T00:01:24.134Z | Compiling itoa v1.0.11 |
403 | 2024-09-05T00:01:24.160Z | Compiling once_cell v1.19.0 |
404 | 2024-09-05T00:01:24.349Z | Compiling byteorder v1.5.0 |
405 | 2024-09-05T00:01:24.382Z | Compiling rustix v0.38.34 |
406 | 2024-09-05T00:01:24.557Z | Compiling serde_json v1.0.125 |
407 | 2024-09-05T00:01:24.900Z | Compiling bitflags v2.6.0 |
408 | 2024-09-05T00:01:24.936Z | Compiling usdt-impl v0.5.0 |
409 | 2024-09-05T00:01:24.972Z | Compiling proc-macro-error-attr v1.0.4 |
410 | 2024-09-05T00:01:25.192Z | Compiling quote v1.0.36 |
411 | 2024-09-05T00:01:25.259Z | Compiling syn v1.0.109 |
412 | 2024-09-05T00:01:25.320Z | Compiling proc-macro-error v1.0.4 |
413 | 2024-09-05T00:01:25.409Z | Compiling log v0.4.21 |
414 | 2024-09-05T00:01:25.461Z | Compiling errno v0.3.9 |
415 | 2024-09-05T00:01:25.631Z | Compiling syn v2.0.74 |
416 | 2024-09-05T00:01:25.732Z | Compiling equivalent v1.0.1 |
417 | 2024-09-05T00:01:25.778Z | Compiling hashbrown v0.14.5 |
418 | 2024-09-05T00:01:25.832Z | Compiling thread-id v4.2.1 |
419 | 2024-09-05T00:01:25.861Z | Compiling utf8parse v0.2.1 |
420 | 2024-09-05T00:01:25.916Z | Compiling plain v0.2.3 |
421 | 2024-09-05T00:01:25.954Z | Compiling camino v1.1.9 |
422 | 2024-09-05T00:01:26.049Z | Compiling anstyle-parse v0.2.4 |
423 | 2024-09-05T00:01:26.371Z | Compiling autocfg v1.3.0 |
424 | 2024-09-05T00:01:26.624Z | Compiling pretty-hex v0.4.1 |
425 | 2024-09-05T00:01:26.678Z | Compiling anstyle-query v1.0.3 |
426 | 2024-09-05T00:01:26.780Z | Compiling colorchoice v1.0.1 |
427 | 2024-09-05T00:01:26.825Z | Compiling unicode-width v0.1.13 |
428 | 2024-09-05T00:01:26.859Z | Compiling semver v1.0.23 |
429 | 2024-09-05T00:01:26.937Z | Compiling indexmap v2.4.0 |
430 | 2024-09-05T00:01:26.970Z | Compiling winnow v0.6.18 |
431 | 2024-09-05T00:01:27.044Z | Compiling anstyle v1.0.8 |
432 | 2024-09-05T00:01:27.325Z | Compiling is_terminal_polyfill v1.70.0 |
433 | 2024-09-05T00:01:27.455Z | Compiling fs-err v2.11.0 |
434 | 2024-09-05T00:01:27.499Z | Compiling anstream v0.6.14 |
435 | 2024-09-05T00:01:27.564Z | Compiling terminal_size v0.3.0 |
436 | 2024-09-05T00:01:27.876Z | Compiling fastrand v2.1.0 |
437 | 2024-09-05T00:01:27.944Z | Compiling heck v0.5.0 |
438 | 2024-09-05T00:01:28.197Z | Compiling anyhow v1.0.86 |
439 | 2024-09-05T00:01:28.269Z | Compiling bytecount v0.6.8 |
440 | 2024-09-05T00:01:28.340Z | Compiling cfg-if v1.0.0 |
441 | 2024-09-05T00:01:28.421Z | Compiling heck v0.4.1 |
442 | 2024-09-05T00:01:28.447Z | Compiling clap_lex v0.7.0 |
443 | 2024-09-05T00:01:28.488Z | Compiling strsim v0.11.1 |
444 | 2024-09-05T00:01:28.511Z | Compiling fnv v1.0.7 |
445 | 2024-09-05T00:01:28.936Z | Compiling clap_builder v4.5.15 |
446 | 2024-09-05T00:01:29.017Z | Compiling papergrid v0.11.0 |
447 | 2024-09-05T00:01:29.047Z | Compiling tempfile v3.10.1 |
448 | 2024-09-05T00:01:29.423Z | Compiling memmap v0.7.0 |
449 | 2024-09-05T00:01:29.503Z | Compiling smawk v0.3.2 |
450 | 2024-09-05T00:01:29.711Z | Compiling unicode-linebreak v0.1.5 |
451 | 2024-09-05T00:01:30.158Z | Compiling textwrap v0.16.1 |
452 | 2024-09-05T00:01:30.341Z | Compiling swrite v0.1.0 |
453 | 2024-09-05T00:01:31.264Z | Compiling tabled_derive v0.7.0 |
454 | 2024-09-05T00:01:32.817Z | Compiling tabled v0.15.0 |
455 | 2024-09-05T00:01:33.954Z | Compiling serde_derive v1.0.208 |
456 | 2024-09-05T00:01:33.954Z | Compiling thiserror-impl v1.0.63 |
457 | 2024-09-05T00:01:33.978Z | Compiling zerocopy-derive v0.7.34 |
458 | 2024-09-05T00:01:34.030Z | Compiling scroll_derive v0.12.0 |
459 | 2024-09-05T00:01:34.054Z | Compiling clap_derive v4.5.13 |
460 | 2024-09-05T00:01:35.213Z | Compiling scroll v0.12.0 |
461 | 2024-09-05T00:01:35.715Z | Compiling goblin v0.8.2 |
462 | 2024-09-05T00:01:35.822Z | Compiling zerocopy v0.7.34 |
463 | 2024-09-05T00:01:36.393Z | Compiling pest v2.7.10 |
464 | 2024-09-05T00:01:37.166Z | Compiling clap v4.5.16 |
465 | 2024-09-05T00:01:38.451Z | Compiling pest_meta v2.7.10 |
466 | 2024-09-05T00:01:39.488Z | Compiling pest_generator v2.7.10 |
467 | 2024-09-05T00:01:41.262Z | Compiling pest_derive v2.7.10 |
468 | 2024-09-05T00:01:41.940Z | Compiling dtrace-parser v0.2.0 |
469 | 2024-09-05T00:01:43.837Z | Compiling serde_tokenstream v0.2.2 |
470 | 2024-09-05T00:01:43.861Z | Compiling serde_spanned v0.6.7 |
471 | 2024-09-05T00:01:43.861Z | Compiling toml_datetime v0.6.8 |
472 | 2024-09-05T00:01:44.227Z | Compiling toml_edit v0.22.20 |
473 | 2024-09-05T00:01:44.257Z | Compiling cargo-platform v0.1.8 |
474 | 2024-09-05T00:01:44.419Z | Compiling macaddr v1.0.1 |
475 | 2024-09-05T00:01:44.453Z | Compiling camino-tempfile v1.1.1 |
476 | 2024-09-05T00:01:45.277Z | Compiling dof v0.3.0 |
477 | 2024-09-05T00:01:45.333Z | Compiling cargo_metadata v0.18.1 |
478 | 2024-09-05T00:01:46.964Z | Compiling toml v0.8.19 |
479 | 2024-09-05T00:01:47.042Z | Compiling usdt-macro v0.5.0 |
480 | 2024-09-05T00:01:47.042Z | Compiling usdt-attr-macro v0.5.0 |
481 | 2024-09-05T00:01:47.751Z | Compiling cargo_toml v0.20.4 |
482 | 2024-09-05T00:01:48.317Z | Compiling usdt v0.5.0 |
483 | 2024-09-05T00:01:52.085Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
484 | 2024-09-05T00:01:57.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.34s |
485 | 2024-09-05T00:01:57.448Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
486 | 2024-09-05T00:01:58.248Z | Downloading crates ... |
487 | 2024-09-05T00:01:58.380Z | Downloaded atomicwrites v0.4.3 |
488 | 2024-09-05T00:01:58.405Z | Downloaded cfg_aliases v0.1.1 |
489 | 2024-09-05T00:01:58.405Z | Downloaded crunchy v0.2.2 |
490 | 2024-09-05T00:01:58.405Z | Downloaded cstr-argument v0.1.2 |
491 | 2024-09-05T00:01:58.405Z | Downloaded crc32fast v1.4.0 |
492 | 2024-09-05T00:01:58.431Z | Downloaded hubpack_derive v0.1.1 |
493 | 2024-09-05T00:01:58.431Z | Downloaded new_debug_unreachable v1.0.6 |
494 | 2024-09-05T00:01:58.431Z | Downloaded humantime v2.1.0 |
495 | 2024-09-05T00:01:58.431Z | Downloaded newtype-uuid v1.1.0 |
496 | 2024-09-05T00:01:58.431Z | Downloaded scopeguard v1.2.0 |
497 | 2024-09-05T00:01:58.456Z | Downloaded sigpipe v0.1.3 |
498 | 2024-09-05T00:01:58.456Z | Downloaded inout v0.1.3 |
499 | 2024-09-05T00:01:58.456Z | Downloaded signal-hook-tokio v0.3.1 |
500 | 2024-09-05T00:01:58.456Z | Downloaded nu-ansi-term v0.50.0 |
501 | 2024-09-05T00:01:58.456Z | Downloaded libloading v0.8.3 |
502 | 2024-09-05T00:01:59.009Z | Downloaded zone_cfg_derive v0.1.2 |
503 | 2024-09-05T00:01:59.009Z | Downloaded num_threads v0.1.7 |
504 | 2024-09-05T00:01:59.009Z | Downloaded predicates-core v1.0.6 |
505 | 2024-09-05T00:01:59.009Z | Downloaded psl-types v2.0.11 |
506 | 2024-09-05T00:01:59.009Z | Downloaded tower-service v0.3.2 |
507 | 2024-09-05T00:01:59.009Z | Downloaded diesel_table_macro_syntax v0.2.0 |
508 | 2024-09-05T00:01:59.009Z | Downloaded toolchain_find v0.4.0 |
509 | 2024-09-05T00:01:59.009Z | Downloaded slog-scope v4.4.0 |
510 | 2024-09-05T00:01:59.009Z | Downloaded compact_str v0.8.0 |
511 | 2024-09-05T00:01:59.009Z | Downloaded slab v0.4.9 |
512 | 2024-09-05T00:01:59.009Z | Downloaded slog-json v2.6.1 |
513 | 2024-09-05T00:01:59.009Z | Downloaded fxhash v0.2.1 |
514 | 2024-09-05T00:01:59.009Z | Downloaded path-slash v0.1.5 |
515 | 2024-09-05T00:01:59.009Z | Downloaded sync_wrapper v0.1.2 |
516 | 2024-09-05T00:01:59.009Z | Downloaded termtree v0.4.1 |
517 | 2024-09-05T00:01:59.009Z | Downloaded take_mut v0.2.2 |
518 | 2024-09-05T00:01:59.009Z | Downloaded ron v0.7.1 |
519 | 2024-09-05T00:01:59.009Z | Downloaded portpicker v0.1.1 |
520 | 2024-09-05T00:01:59.009Z | Downloaded tiny-keccak v2.0.2 |
521 | 2024-09-05T00:01:59.009Z | Downloaded time-core v0.1.2 |
522 | 2024-09-05T00:01:59.009Z | Downloaded tinyvec_macros v0.1.1 |
523 | 2024-09-05T00:01:59.009Z | Downloaded waitgroup v0.1.2 |
524 | 2024-09-05T00:01:59.010Z | Downloaded want v0.3.1 |
525 | 2024-09-05T00:01:59.010Z | Downloaded walkdir v2.5.0 |
526 | 2024-09-05T00:01:59.010Z | Downloaded downcast v0.11.0 |
527 | 2024-09-05T00:01:59.010Z | Downloaded float-ord v0.3.2 |
528 | 2024-09-05T00:01:59.010Z | Downloaded foreign-types-shared v0.3.1 |
529 | 2024-09-05T00:01:59.010Z | Downloaded opaque-debug v0.3.1 |
530 | 2024-09-05T00:01:59.010Z | Downloaded oso-derive v0.27.3 |
531 | 2024-09-05T00:01:59.010Z | Downloaded fixedbitset v0.4.2 |
532 | 2024-09-05T00:01:59.010Z | Downloaded ed25519 v2.2.3 |
533 | 2024-09-05T00:01:59.010Z | Downloaded rand_chacha v0.3.1 |
534 | 2024-09-05T00:01:59.010Z | Downloaded packed_struct_codegen v0.10.1 |
535 | 2024-09-05T00:01:59.010Z | Downloaded rand_xorshift v0.3.0 |
536 | 2024-09-05T00:01:59.010Z | Downloaded ref-cast-impl v1.0.23 |
537 | 2024-09-05T00:01:59.010Z | Downloaded parking_lot_core v0.8.6 |
538 | 2024-09-05T00:01:59.010Z | Downloaded parking_lot v0.12.2 |
539 | 2024-09-05T00:01:59.010Z | Downloaded tungstenite v0.20.1 |
540 | 2024-09-05T00:01:59.010Z | Downloaded owo-colors v4.0.0 |
541 | 2024-09-05T00:01:59.010Z | Downloaded rcgen v0.12.1 |
542 | 2024-09-05T00:01:59.010Z | Downloaded ed25519-dalek v2.1.1 |
543 | 2024-09-05T00:01:59.010Z | Downloaded rayon-core v1.12.1 |
544 | 2024-09-05T00:01:59.010Z | Downloaded reedline v0.33.0 |
545 | 2024-09-05T00:01:59.010Z | Downloaded p521 v0.13.3 |
546 | 2024-09-05T00:01:59.010Z | Downloaded vcpkg v0.2.15 |
547 | 2024-09-05T00:01:59.010Z | Downloaded radix_trie v0.2.1 |
548 | 2024-09-05T00:01:59.010Z | Downloaded rayon v1.10.0 |
549 | 2024-09-05T00:01:59.010Z | Downloaded ratatui v0.28.0 |
550 | 2024-09-05T00:01:59.010Z | Downloaded regex-automata v0.4.6 |
551 | 2024-09-05T00:01:59.010Z | Downloaded csv v1.3.0 |
552 | 2024-09-05T00:01:59.010Z | Downloaded tokio v1.39.3 |
553 | 2024-09-05T00:01:59.010Z | Downloaded sha3 v0.10.8 |
554 | 2024-09-05T00:01:59.035Z | Downloaded encoding_rs v0.8.34 |
555 | 2024-09-05T00:01:59.035Z | Downloaded petgraph v0.6.5 |
556 | 2024-09-05T00:01:59.035Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
557 | 2024-09-05T00:01:59.121Z | Downloaded sled v0.34.7 |
558 | 2024-09-05T00:01:59.145Z | Downloaded finl_unicode v1.2.0 |
559 | 2024-09-05T00:01:59.169Z | Downloaded zerocopy-derive v0.6.6 |
560 | 2024-09-05T00:01:59.169Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
561 | 2024-09-05T00:01:59.194Z | Downloaded p384 v0.13.0 |
562 | 2024-09-05T00:01:59.218Z | Downloaded openapiv3 v2.0.0 |
563 | 2024-09-05T00:01:59.242Z | Downloaded sqlparser v0.45.0 |
564 | 2024-09-05T00:01:59.243Z | Downloaded smoltcp v0.11.0 |
565 | 2024-09-05T00:01:59.267Z | Downloaded openssl v0.10.66 |
566 | 2024-09-05T00:01:59.291Z | Downloaded smoltcp v0.9.1 |
567 | 2024-09-05T00:01:59.291Z | Downloaded regex-syntax v0.8.4 |
568 | 2024-09-05T00:01:59.317Z | Downloaded libz-sys v1.1.16 |
569 | 2024-09-05T00:01:59.381Z | Downloaded regex-syntax v0.6.29 |
570 | 2024-09-05T00:01:59.405Z | Downloaded ring v0.17.8 |
571 | 2024-09-05T00:01:59.476Z | Downloaded regex v1.10.6 |
572 | 2024-09-05T00:01:59.500Z | Downloaded dropshot v0.10.1 |
573 | 2024-09-05T00:01:59.524Z | Downloaded git2 v0.19.0 |
574 | 2024-09-05T00:01:59.524Z | Downloaded gimli v0.28.1 |
575 | 2024-09-05T00:01:59.548Z | Downloaded ring v0.16.20 |
576 | 2024-09-05T00:01:59.626Z | Downloaded libsqlite3-sys v0.28.0 |
577 | 2024-09-05T00:01:59.722Z | Downloaded rustls v0.22.4 |
578 | 2024-09-05T00:01:59.746Z | Downloaded diesel v2.2.3 |
579 | 2024-09-05T00:01:59.771Z | Downloaded trust-dns-proto v0.22.0 |
580 | 2024-09-05T00:01:59.795Z | Downloaded hickory-proto v0.24.1 |
581 | 2024-09-05T00:01:59.819Z | Downloaded polar-core v0.27.3 |
582 | 2024-09-05T00:01:59.843Z | Downloaded object v0.32.2 |
583 | 2024-09-05T00:01:59.843Z | Downloaded bstr v1.9.1 |
584 | 2024-09-05T00:01:59.866Z | Downloaded reqwest v0.11.27 |
585 | 2024-09-05T00:01:59.866Z | Downloaded quick-xml v0.31.0 |
586 | 2024-09-05T00:01:59.890Z | Downloaded nix v0.27.1 |
587 | 2024-09-05T00:01:59.890Z | Downloaded webpki-roots v0.25.4 |
588 | 2024-09-05T00:01:59.890Z | Downloaded object v0.30.4 |
589 | 2024-09-05T00:01:59.914Z | Downloaded nix v0.28.0 |
590 | 2024-09-05T00:01:59.914Z | Downloaded flate2 v1.0.31 |
591 | 2024-09-05T00:01:59.938Z | Downloaded lalrpop v0.19.12 |
592 | 2024-09-05T00:01:59.938Z | Downloaded idna v0.3.0 |
593 | 2024-09-05T00:01:59.963Z | Downloaded winnow v0.5.40 |
594 | 2024-09-05T00:01:59.963Z | Downloaded futures-util v0.3.30 |
595 | 2024-09-05T00:01:59.987Z | Downloaded proptest v1.5.0 |
596 | 2024-09-05T00:02:00.011Z | Downloaded idna v0.2.3 |
597 | 2024-09-05T00:02:00.011Z | Downloaded rand v0.8.5 |
598 | 2024-09-05T00:02:00.011Z | Downloaded p256 v0.13.2 |
599 | 2024-09-05T00:02:00.011Z | Downloaded openssl-sys v0.9.103 |
600 | 2024-09-05T00:02:00.035Z | Downloaded rustyline v14.0.0 |
601 | 2024-09-05T00:02:00.035Z | Downloaded h2 v0.3.26 |
602 | 2024-09-05T00:02:00.035Z | Downloaded rustls-webpki v0.102.4 |
603 | 2024-09-05T00:02:00.059Z | Downloaded rustls v0.21.12 |
604 | 2024-09-05T00:02:00.083Z | Downloaded regress v0.9.1 |
605 | 2024-09-05T00:02:00.083Z | Downloaded idna v0.5.0 |
606 | 2024-09-05T00:02:00.107Z | Downloaded idna v0.4.0 |
607 | 2024-09-05T00:02:00.107Z | Downloaded oso v0.27.3 |
608 | 2024-09-05T00:02:00.107Z | Downloaded heapless v0.7.17 |
609 | 2024-09-05T00:02:00.107Z | Downloaded flume v0.11.0 |
610 | 2024-09-05T00:02:00.107Z | Downloaded ecdsa v0.16.9 |
611 | 2024-09-05T00:02:00.131Z | Downloaded unsafe-libyaml v0.2.11 |
612 | 2024-09-05T00:02:00.131Z | Downloaded unicode_categories v0.1.1 |
613 | 2024-09-05T00:02:00.131Z | Downloaded tungstenite v0.21.0 |
614 | 2024-09-05T00:02:00.131Z | Downloaded russh v0.44.1 |
615 | 2024-09-05T00:02:00.131Z | Downloaded curve25519-dalek v4.1.3 |
616 | 2024-09-05T00:02:00.156Z | Downloaded snafu v0.8.2 |
617 | 2024-09-05T00:02:00.156Z | Downloaded rusqlite v0.31.0 |
618 | 2024-09-05T00:02:00.156Z | Downloaded rustls-webpki v0.101.7 |
619 | 2024-09-05T00:02:00.180Z | Downloaded chrono v0.4.38 |
620 | 2024-09-05T00:02:00.180Z | Downloaded parking_lot v0.11.2 |
621 | 2024-09-05T00:02:00.204Z | Downloaded omicron-zone-package v0.11.0 |
622 | 2024-09-05T00:02:00.204Z | Downloaded portable-atomic v1.6.0 |
623 | 2024-09-05T00:02:00.204Z | Downloaded time v0.3.36 |
624 | 2024-09-05T00:02:00.204Z | Downloaded hyper v0.14.30 |
625 | 2024-09-05T00:02:00.228Z | Downloaded samael v0.0.15 |
626 | 2024-09-05T00:02:00.228Z | Downloaded url v2.5.2 |
627 | 2024-09-05T00:02:00.228Z | Downloaded ref-cast v1.0.23 |
628 | 2024-09-05T00:02:00.229Z | Downloaded rand_seeder v0.3.0 |
629 | 2024-09-05T00:02:00.229Z | Downloaded rand_core v0.6.4 |
630 | 2024-09-05T00:02:00.229Z | Downloaded packed_struct v0.10.1 |
631 | 2024-09-05T00:02:00.229Z | Downloaded subprocess v0.2.9 |
632 | 2024-09-05T00:02:00.253Z | Downloaded sqlformat v0.2.4 |
633 | 2024-09-05T00:02:00.253Z | Downloaded socket2 v0.5.7 |
634 | 2024-09-05T00:02:00.253Z | Downloaded socket2 v0.4.10 |
635 | 2024-09-05T00:02:00.253Z | Downloaded float-cmp v0.9.0 |
636 | 2024-09-05T00:02:00.253Z | Downloaded flagset v0.4.5 |
637 | 2024-09-05T00:02:00.253Z | Downloaded dyn-clone v1.0.17 |
638 | 2024-09-05T00:02:00.253Z | Downloaded snafu-derive v0.8.2 |
639 | 2024-09-05T00:02:00.253Z | Downloaded hashbrown v0.13.2 |
640 | 2024-09-05T00:02:00.253Z | Downloaded hashbrown v0.12.3 |
641 | 2024-09-05T00:02:00.277Z | Downloaded serde_with v3.9.0 |
642 | 2024-09-05T00:02:00.277Z | Downloaded radium v0.7.0 |
643 | 2024-09-05T00:02:00.277Z | Downloaded globset v0.4.14 |
644 | 2024-09-05T00:02:00.277Z | Downloaded glob v0.3.1 |
645 | 2024-09-05T00:02:00.277Z | Downloaded foreign-types-macros v0.2.3 |
646 | 2024-09-05T00:02:00.277Z | Downloaded tokio-tungstenite v0.23.1 |
647 | 2024-09-05T00:02:00.277Z | Downloaded dsl_auto_type v0.1.2 |
648 | 2024-09-05T00:02:00.277Z | Downloaded dropshot_endpoint v0.10.1 |
649 | 2024-09-05T00:02:00.277Z | Downloaded spin v0.9.8 |
650 | 2024-09-05T00:02:00.302Z | Downloaded smallvec v1.13.2 |
651 | 2024-09-05T00:02:00.302Z | Downloaded tokio-postgres v0.7.11 |
652 | 2024-09-05T00:02:00.302Z | Downloaded unicode-xid v0.2.4 |
653 | 2024-09-05T00:02:00.302Z | Downloaded tui-tree-widget v0.22.0 |
654 | 2024-09-05T00:02:00.302Z | Downloaded tls_codec_derive v0.4.1 |
655 | 2024-09-05T00:02:00.302Z | Downloaded supports-color v3.0.0 |
656 | 2024-09-05T00:02:00.302Z | Downloaded vergen v8.3.2 |
657 | 2024-09-05T00:02:00.302Z | Downloaded uuid v1.10.0 |
658 | 2024-09-05T00:02:00.302Z | Downloaded option-ext v0.2.0 |
659 | 2024-09-05T00:02:00.302Z | Downloaded openssl-probe v0.1.5 |
660 | 2024-09-05T00:02:00.302Z | Downloaded openssl-macros v0.1.1 |
661 | 2024-09-05T00:02:00.326Z | Downloaded endian-type v0.1.2 |
662 | 2024-09-05T00:02:00.326Z | Downloaded universal-hash v0.5.1 |
663 | 2024-09-05T00:02:00.326Z | Downloaded slog-term v2.9.1 |
664 | 2024-09-05T00:02:00.326Z | Downloaded salsa20 v0.10.2 |
665 | 2024-09-05T00:02:00.326Z | Downloaded tough v0.17.1 |
666 | 2024-09-05T00:02:00.326Z | Downloaded foreign-types-shared v0.1.1 |
667 | 2024-09-05T00:02:00.326Z | Downloaded foreign-types v0.3.2 |
668 | 2024-09-05T00:02:00.326Z | Downloaded untrusted v0.7.1 |
669 | 2024-09-05T00:02:00.326Z | Downloaded unicode-truncate v1.0.0 |
670 | 2024-09-05T00:02:00.327Z | Downloaded tls_codec v0.4.1 |
671 | 2024-09-05T00:02:00.327Z | Downloaded ssh-cipher v0.2.0 |
672 | 2024-09-05T00:02:00.327Z | Downloaded spki v0.7.3 |
673 | 2024-09-05T00:02:00.351Z | Downloaded spin v0.5.2 |
674 | 2024-09-05T00:02:00.351Z | Downloaded smf v0.2.3 |
675 | 2024-09-05T00:02:00.351Z | Downloaded slog-stdlog v4.1.1 |
676 | 2024-09-05T00:02:00.351Z | Downloaded der v0.7.9 |
677 | 2024-09-05T00:02:00.351Z | Downloaded foreign-types v0.5.0 |
678 | 2024-09-05T00:02:00.351Z | Downloaded try-lock v0.2.5 |
679 | 2024-09-05T00:02:00.351Z | Downloaded subtle v2.5.0 |
680 | 2024-09-05T00:02:00.351Z | Downloaded serde_plain v1.0.2 |
681 | 2024-09-05T00:02:00.351Z | Downloaded serde_path_to_error v0.1.16 |
682 | 2024-09-05T00:02:00.351Z | Downloaded same-file v1.0.6 |
683 | 2024-09-05T00:02:00.351Z | Downloaded vte v0.11.1 |
684 | 2024-09-05T00:02:00.351Z | Downloaded vsss-rs v3.3.4 |
685 | 2024-09-05T00:02:00.351Z | Downloaded headers v0.3.9 |
686 | 2024-09-05T00:02:00.376Z | Downloaded tokio-util v0.7.11 |
687 | 2024-09-05T00:02:00.376Z | Downloaded sqlparser_derive v0.2.2 |
688 | 2024-09-05T00:02:00.376Z | Downloaded smallvec v0.6.14 |
689 | 2024-09-05T00:02:00.376Z | Downloaded rusty-fork v0.3.0 |
690 | 2024-09-05T00:02:00.376Z | Downloaded rustversion v1.0.17 |
691 | 2024-09-05T00:02:00.376Z | Downloaded resolv-conf v0.7.0 |
692 | 2024-09-05T00:02:00.376Z | Downloaded pkcs5 v0.7.1 |
693 | 2024-09-05T00:02:00.400Z | Downloaded elliptic-curve v0.13.8 |
694 | 2024-09-05T00:02:00.400Z | Downloaded toml_edit v0.19.15 |
695 | 2024-09-05T00:02:00.424Z | Downloaded x509-cert v0.2.5 |
696 | 2024-09-05T00:02:00.424Z | Downloaded ssh-key v0.6.6 |
697 | 2024-09-05T00:02:00.424Z | Downloaded display-error-chain v0.2.1 |
698 | 2024-09-05T00:02:00.424Z | Downloaded dirs-sys-next v0.1.2 |
699 | 2024-09-05T00:02:00.424Z | Downloaded utf-8 v0.7.6 |
700 | 2024-09-05T00:02:00.424Z | Downloaded untrusted v0.9.0 |
701 | 2024-09-05T00:02:00.449Z | Downloaded rsa v0.9.6 |
702 | 2024-09-05T00:02:00.449Z | Downloaded wait-timeout v0.2.0 |
703 | 2024-09-05T00:02:00.449Z | Downloaded uzers v0.11.3 |
704 | 2024-09-05T00:02:00.449Z | Downloaded diff v0.1.13 |
705 | 2024-09-05T00:02:00.449Z | Downloaded tracing v0.1.40 |
706 | 2024-09-05T00:02:00.449Z | Downloaded heapless v0.8.0 |
707 | 2024-09-05T00:02:00.449Z | Downloaded unicode-normalization v0.1.23 |
708 | 2024-09-05T00:02:00.473Z | Downloaded bitvec v1.0.1 |
709 | 2024-09-05T00:02:00.497Z | Downloaded vte_generate_state_changes v0.1.1 |
710 | 2024-09-05T00:02:00.497Z | Downloaded tinyvec v1.6.0 |
711 | 2024-09-05T00:02:00.497Z | Downloaded r2d2 v0.8.10 |
712 | 2024-09-05T00:02:00.497Z | Downloaded powerfmt v0.2.0 |
713 | 2024-09-05T00:02:00.497Z | Downloaded pkcs1 v0.7.5 |
714 | 2024-09-05T00:02:00.497Z | Downloaded pin-project-lite v0.2.14 |
715 | 2024-09-05T00:02:00.497Z | Downloaded pin-project-internal v1.1.5 |
716 | 2024-09-05T00:02:00.497Z | Downloaded pin-project v1.1.5 |
717 | 2024-09-05T00:02:00.521Z | Downloaded getrandom v0.2.14 |
718 | 2024-09-05T00:02:00.521Z | Downloaded ena v0.14.3 |
719 | 2024-09-05T00:02:00.521Z | Downloaded tokio-tungstenite v0.21.0 |
720 | 2024-09-05T00:02:00.521Z | Downloaded tokio-tungstenite v0.20.1 |
721 | 2024-09-05T00:02:00.521Z | Downloaded tokio-stream v0.1.15 |
722 | 2024-09-05T00:02:00.545Z | Downloaded tokio-rustls v0.25.0 |
723 | 2024-09-05T00:02:00.545Z | Downloaded tokio-rustls v0.24.1 |
724 | 2024-09-05T00:02:00.546Z | Downloaded serde_derive_internals v0.29.1 |
725 | 2024-09-05T00:02:00.546Z | Downloaded postgres-types v0.2.7 |
726 | 2024-09-05T00:02:00.546Z | Downloaded typed-path v0.7.1 |
727 | 2024-09-05T00:02:00.546Z | Downloaded time-macros v0.2.18 |
728 | 2024-09-05T00:02:00.546Z | Downloaded ppv-lite86 v0.2.17 |
729 | 2024-09-05T00:02:00.546Z | Downloaded postgres-protocol v0.6.7 |
730 | 2024-09-05T00:02:00.570Z | Downloaded postcard v1.0.8 |
731 | 2024-09-05T00:02:00.570Z | Downloaded poly1305 v0.8.0 |
732 | 2024-09-05T00:02:00.570Z | Downloaded hashlink v0.9.1 |
733 | 2024-09-05T00:02:00.570Z | Downloaded hash32 v0.3.1 |
734 | 2024-09-05T00:02:00.570Z | Downloaded half v2.4.1 |
735 | 2024-09-05T00:02:00.570Z | Downloaded der_derive v0.7.2 |
736 | 2024-09-05T00:02:00.570Z | Downloaded russh-keys v0.44.0 |
737 | 2024-09-05T00:02:00.570Z | Downloaded ron v0.8.1 |
738 | 2024-09-05T00:02:00.594Z | Downloaded peg-macros v0.8.4 |
739 | 2024-09-05T00:02:00.594Z | Downloaded futures v0.3.30 |
740 | 2024-09-05T00:02:00.594Z | Downloaded itertools v0.13.0 |
741 | 2024-09-05T00:02:00.594Z | Downloaded precomputed-hash v0.1.1 |
742 | 2024-09-05T00:02:00.594Z | Downloaded pin-utils v0.1.0 |
743 | 2024-09-05T00:02:00.594Z | Downloaded phf_shared v0.10.0 |
744 | 2024-09-05T00:02:00.594Z | Downloaded phf v0.11.2 |
745 | 2024-09-05T00:02:00.594Z | Downloaded ghash v0.5.1 |
746 | 2024-09-05T00:02:00.594Z | Downloaded getopts v0.2.21 |
747 | 2024-09-05T00:02:00.618Z | Downloaded fragile v2.0.0 |
748 | 2024-09-05T00:02:00.618Z | Downloaded form_urlencoded v1.2.1 |
749 | 2024-09-05T00:02:00.618Z | Downloaded embedded-io v0.4.0 |
750 | 2024-09-05T00:02:00.618Z | Downloaded either v1.13.0 |
751 | 2024-09-05T00:02:00.618Z | Downloaded dirs-sys v0.4.1 |
752 | 2024-09-05T00:02:00.618Z | Downloaded which v4.4.2 |
753 | 2024-09-05T00:02:00.618Z | Downloaded tokio-native-tls v0.3.1 |
754 | 2024-09-05T00:02:00.618Z | Downloaded tokio-macros v2.4.0 |
755 | 2024-09-05T00:02:00.618Z | Downloaded hash32 v0.2.1 |
756 | 2024-09-05T00:02:00.618Z | Downloaded test-strategy v0.3.1 |
757 | 2024-09-05T00:02:00.618Z | Downloaded tar v0.4.41 |
758 | 2024-09-05T00:02:00.618Z | Downloaded rustc-demangle v0.1.24 |
759 | 2024-09-05T00:02:00.642Z | Downloaded derive_builder v0.20.0 |
760 | 2024-09-05T00:02:00.642Z | Downloaded tracing-core v0.1.32 |
761 | 2024-09-05T00:02:00.642Z | Downloaded toml v0.7.8 |
762 | 2024-09-05T00:02:00.642Z | Downloaded serde_yaml v0.9.34+deprecated |
763 | 2024-09-05T00:02:00.643Z | Downloaded publicsuffix v2.2.3 |
764 | 2024-09-05T00:02:00.643Z | Downloaded phf_shared v0.11.2 |
765 | 2024-09-05T00:02:00.643Z | Downloaded percent-encoding v2.3.1 |
766 | 2024-09-05T00:02:00.643Z | Downloaded serde_arrays v0.1.0 |
767 | 2024-09-05T00:02:00.643Z | Downloaded serde-hex v0.1.0 |
768 | 2024-09-05T00:02:00.667Z | Downloaded serde-big-array v0.5.1 |
769 | 2024-09-05T00:02:00.667Z | Downloaded semver v0.1.20 |
770 | 2024-09-05T00:02:00.667Z | Downloaded polyval v0.6.2 |
771 | 2024-09-05T00:02:00.667Z | Downloaded pkcs8 v0.10.2 |
772 | 2024-09-05T00:02:00.667Z | Downloaded dirs-next v2.0.0 |
773 | 2024-09-05T00:02:00.667Z | Downloaded dirs v5.0.1 |
774 | 2024-09-05T00:02:00.667Z | Downloaded difflib v0.4.0 |
775 | 2024-09-05T00:02:00.667Z | Downloaded wyz v0.5.1 |
776 | 2024-09-05T00:02:00.667Z | Downloaded whoami v1.5.1 |
777 | 2024-09-05T00:02:00.667Z | Downloaded term v0.7.0 |
778 | 2024-09-05T00:02:00.667Z | Downloaded password-hash v0.4.2 |
779 | 2024-09-05T00:02:00.667Z | Downloaded parking_lot_core v0.9.10 |
780 | 2024-09-05T00:02:00.691Z | Downloaded diesel_derives v2.2.2 |
781 | 2024-09-05T00:02:00.691Z | Downloaded dhcproto v0.12.0 |
782 | 2024-09-05T00:02:00.691Z | Downloaded derive_more v0.99.18 |
783 | 2024-09-05T00:02:00.691Z | Downloaded derive-where v1.2.7 |
784 | 2024-09-05T00:02:00.691Z | Downloaded serde_with_macros v3.9.0 |
785 | 2024-09-05T00:02:00.691Z | Downloaded expectorate v1.1.0 |
786 | 2024-09-05T00:02:00.691Z | Downloaded unicode-segmentation v1.11.0 |
787 | 2024-09-05T00:02:00.715Z | Downloaded steno v0.4.1 |
788 | 2024-09-05T00:02:00.715Z | Downloaded num-bigint-dig v0.8.4 |
789 | 2024-09-05T00:02:00.716Z | Downloaded hkdf v0.12.4 |
790 | 2024-09-05T00:02:00.716Z | Downloaded crossterm v0.27.0 |
791 | 2024-09-05T00:02:00.740Z | Downloaded bindgen v0.69.4 |
792 | 2024-09-05T00:02:00.740Z | Downloaded secrecy v0.8.0 |
793 | 2024-09-05T00:02:00.740Z | Downloaded sec1 v0.7.3 |
794 | 2024-09-05T00:02:00.740Z | Downloaded scheduled-thread-pool v0.2.7 |
795 | 2024-09-05T00:02:00.740Z | Downloaded pkg-config v0.3.30 |
796 | 2024-09-05T00:02:00.740Z | Downloaded headers-core v0.2.0 |
797 | 2024-09-05T00:02:00.740Z | Downloaded defmt-parser v0.3.4 |
798 | 2024-09-05T00:02:00.740Z | Downloaded defmt-macros v0.3.9 |
799 | 2024-09-05T00:02:00.740Z | Downloaded defmt v0.3.8 |
800 | 2024-09-05T00:02:00.765Z | Downloaded thread_local v1.1.8 |
801 | 2024-09-05T00:02:00.765Z | Downloaded thiserror-no-std v2.0.2 |
802 | 2024-09-05T00:02:00.765Z | Downloaded thiserror-impl-no-std v2.0.2 |
803 | 2024-09-05T00:02:00.765Z | Downloaded termcolor v1.4.1 |
804 | 2024-09-05T00:02:00.765Z | Downloaded tap v1.0.1 |
805 | 2024-09-05T00:02:00.765Z | Downloaded tabwriter v1.4.0 |
806 | 2024-09-05T00:02:00.765Z | Downloaded rtoolbox v0.0.2 |
807 | 2024-09-05T00:02:00.765Z | Downloaded pem-rfc7468 v0.7.0 |
808 | 2024-09-05T00:02:00.765Z | Downloaded pem v3.0.4 |
809 | 2024-09-05T00:02:00.765Z | Downloaded futures-executor v0.3.30 |
810 | 2024-09-05T00:02:00.765Z | Downloaded futures-core v0.3.30 |
811 | 2024-09-05T00:02:00.765Z | Downloaded futures-channel v0.3.30 |
812 | 2024-09-05T00:02:00.790Z | Downloaded funty v2.0.0 |
813 | 2024-09-05T00:02:00.790Z | Downloaded tracing-attributes v0.1.27 |
814 | 2024-09-05T00:02:00.790Z | Downloaded prettyplease v0.2.20 |
815 | 2024-09-05T00:02:00.790Z | Downloaded fatfs v0.3.6 |
816 | 2024-09-05T00:02:00.790Z | Downloaded tungstenite v0.23.0 |
817 | 2024-09-05T00:02:00.790Z | Downloaded similar v2.6.0 |
818 | 2024-09-05T00:02:00.814Z | Downloaded mockall_derive v0.13.0 |
819 | 2024-09-05T00:02:00.814Z | Downloaded mio v1.0.2 |
820 | 2024-09-05T00:02:00.814Z | Downloaded libm v0.2.8 |
821 | 2024-09-05T00:02:00.814Z | Downloaded itertools v0.12.1 |
822 | 2024-09-05T00:02:00.838Z | Downloaded itertools v0.10.5 |
823 | 2024-09-05T00:02:00.838Z | Downloaded blake3 v1.5.1 |
824 | 2024-09-05T00:02:00.839Z | Downloaded group v0.13.0 |
825 | 2024-09-05T00:02:00.863Z | Downloaded termios v0.3.3 |
826 | 2024-09-05T00:02:00.863Z | Downloaded rustc-hash v1.1.0 |
827 | 2024-09-05T00:02:00.863Z | Downloaded rfc6979 v0.4.0 |
828 | 2024-09-05T00:02:00.863Z | Downloaded peg v0.8.4 |
829 | 2024-09-05T00:02:00.863Z | Downloaded pbkdf2 v0.12.2 |
830 | 2024-09-05T00:02:00.863Z | Downloaded pbkdf2 v0.11.0 |
831 | 2024-09-05T00:02:00.863Z | Downloaded paste v1.0.15 |
832 | 2024-09-05T00:02:00.863Z | Downloaded password-hash v0.5.0 |
833 | 2024-09-05T00:02:00.863Z | Downloaded parse-size v1.0.0 |
834 | 2024-09-05T00:02:00.863Z | Downloaded parse-display-derive v0.10.0 |
835 | 2024-09-05T00:02:00.863Z | Downloaded parse-display v0.10.0 |
836 | 2024-09-05T00:02:00.863Z | Downloaded gethostname v0.5.0 |
837 | 2024-09-05T00:02:00.887Z | Downloaded futures-task v0.3.30 |
838 | 2024-09-05T00:02:00.887Z | Downloaded derive_builder_core v0.20.0 |
839 | 2024-09-05T00:02:00.887Z | Downloaded slog v2.7.0 |
840 | 2024-09-05T00:02:00.887Z | Downloaded zip v0.6.6 |
841 | 2024-09-05T00:02:00.887Z | Downloaded http v1.1.0 |
842 | 2024-09-05T00:02:00.887Z | Downloaded crossbeam-channel v0.5.12 |
843 | 2024-09-05T00:02:00.887Z | Downloaded russh-cryptovec v0.7.2 |
844 | 2024-09-05T00:02:00.887Z | Downloaded rpassword v7.3.1 |
845 | 2024-09-05T00:02:00.887Z | Downloaded futures-sink v0.3.30 |
846 | 2024-09-05T00:02:00.912Z | Downloaded futures-macro v0.3.30 |
847 | 2024-09-05T00:02:00.912Z | Downloaded futures-io v0.3.30 |
848 | 2024-09-05T00:02:00.912Z | Downloaded topological-sort v0.2.2 |
849 | 2024-09-05T00:02:00.912Z | Downloaded sha1 v0.10.6 |
850 | 2024-09-05T00:02:00.912Z | Downloaded rustls-pemfile v2.1.3 |
851 | 2024-09-05T00:02:00.912Z | Downloaded num-traits v0.2.19 |
852 | 2024-09-05T00:02:00.912Z | Downloaded hickory-client v0.24.1 |
853 | 2024-09-05T00:02:00.912Z | Downloaded zerocopy v0.6.6 |
854 | 2024-09-05T00:02:00.912Z | Downloaded signal-hook v0.3.17 |
855 | 2024-09-05T00:02:00.912Z | Downloaded darling_core v0.20.9 |
856 | 2024-09-05T00:02:00.936Z | Downloaded crypto-bigint v0.5.5 |
857 | 2024-09-05T00:02:00.936Z | Downloaded aho-corasick v1.1.3 |
858 | 2024-09-05T00:02:00.936Z | Downloaded peg-runtime v0.8.3 |
859 | 2024-09-05T00:02:00.936Z | Downloaded deranged v0.3.11 |
860 | 2024-09-05T00:02:00.936Z | Downloaded serde_urlencoded v0.7.1 |
861 | 2024-09-05T00:02:00.936Z | Downloaded serde_repr v0.1.19 |
862 | 2024-09-05T00:02:00.936Z | Downloaded nom v7.1.3 |
863 | 2024-09-05T00:02:00.961Z | Downloaded libxml v0.3.3 |
864 | 2024-09-05T00:02:00.961Z | Downloaded derive_builder_macro v0.20.0 |
865 | 2024-09-05T00:02:00.961Z | Downloaded rustls-pki-types v1.7.0 |
866 | 2024-09-05T00:02:00.961Z | Downloaded unicode-bidi v0.3.15 |
867 | 2024-09-05T00:02:00.961Z | Downloaded slog-dtrace v0.3.0 |
868 | 2024-09-05T00:02:00.961Z | Downloaded yasna v0.5.2 |
869 | 2024-09-05T00:02:00.961Z | Downloaded slog-envlogger v2.2.0 |
870 | 2024-09-05T00:02:00.961Z | Downloaded slog-bunyan v2.5.0 |
871 | 2024-09-05T00:02:00.961Z | Downloaded slog-async v2.8.0 |
872 | 2024-09-05T00:02:00.985Z | Downloaded siphasher v0.3.11 |
873 | 2024-09-05T00:02:00.985Z | Downloaded env_logger v0.9.3 |
874 | 2024-09-05T00:02:00.985Z | Downloaded unicase v2.7.0 |
875 | 2024-09-05T00:02:00.985Z | Downloaded num-bigint v0.4.5 |
876 | 2024-09-05T00:02:00.985Z | Downloaded num_enum_derive v0.5.11 |
877 | 2024-09-05T00:02:00.985Z | Downloaded num-rational v0.4.2 |
878 | 2024-09-05T00:02:00.986Z | Downloaded num-integer v0.1.46 |
879 | 2024-09-05T00:02:00.986Z | Downloaded num-derive v0.4.2 |
880 | 2024-09-05T00:02:00.986Z | Downloaded heck v0.3.3 |
881 | 2024-09-05T00:02:00.986Z | Downloaded erased-serde v0.3.31 |
882 | 2024-09-05T00:02:00.986Z | Downloaded rustls-pemfile v1.0.4 |
883 | 2024-09-05T00:02:01.010Z | Downloaded predicates-tree v1.0.9 |
884 | 2024-09-05T00:02:01.010Z | Downloaded predicates v3.1.2 |
885 | 2024-09-05T00:02:01.010Z | Downloaded hex-literal v0.4.1 |
886 | 2024-09-05T00:02:01.010Z | Downloaded hex v0.4.3 |
887 | 2024-09-05T00:02:01.010Z | Downloaded twox-hash v1.6.3 |
888 | 2024-09-05T00:02:01.010Z | Downloaded crossterm v0.28.1 |
889 | 2024-09-05T00:02:01.010Z | Downloaded cookie v0.18.1 |
890 | 2024-09-05T00:02:01.010Z | Downloaded const-oid v0.9.6 |
891 | 2024-09-05T00:02:01.010Z | Downloaded dhcproto-macros v0.1.0 |
892 | 2024-09-05T00:02:01.010Z | Downloaded olpc-cjson v0.1.3 |
893 | 2024-09-05T00:02:01.035Z | Downloaded num_enum v0.5.11 |
894 | 2024-09-05T00:02:01.035Z | Downloaded num-iter v0.1.45 |
895 | 2024-09-05T00:02:01.035Z | Downloaded env_logger v0.10.2 |
896 | 2024-09-05T00:02:01.035Z | Downloaded enum-as-inner v0.6.0 |
897 | 2024-09-05T00:02:01.035Z | Downloaded scrypt v0.11.0 |
898 | 2024-09-05T00:02:01.035Z | Downloaded http v0.2.12 |
899 | 2024-09-05T00:02:01.035Z | Downloaded backtrace v0.3.71 |
900 | 2024-09-05T00:02:01.035Z | Downloaded quick-error v1.2.3 |
901 | 2024-09-05T00:02:01.059Z | Downloaded proc-macro-crate v1.3.1 |
902 | 2024-09-05T00:02:01.059Z | Downloaded primeorder v0.13.6 |
903 | 2024-09-05T00:02:01.059Z | Downloaded filetime v0.2.24 |
904 | 2024-09-05T00:02:01.059Z | Downloaded ff v0.13.0 |
905 | 2024-09-05T00:02:01.059Z | Downloaded fd-lock v4.0.2 |
906 | 2024-09-05T00:02:01.059Z | Downloaded fallible-streaming-iterator v0.1.9 |
907 | 2024-09-05T00:02:01.059Z | Downloaded zeroize_derive v1.4.2 |
908 | 2024-09-05T00:02:01.059Z | Downloaded mio v0.8.11 |
909 | 2024-09-05T00:02:01.059Z | Downloaded miniz_oxide v0.7.2 |
910 | 2024-09-05T00:02:01.059Z | Downloaded minimal-lexical v0.2.1 |
911 | 2024-09-05T00:02:01.083Z | Downloaded pretty-hex v0.2.1 |
912 | 2024-09-05T00:02:01.083Z | Downloaded number_prefix v0.4.0 |
913 | 2024-09-05T00:02:01.083Z | Downloaded fallible-iterator v0.3.0 |
914 | 2024-09-05T00:02:01.083Z | Downloaded fallible-iterator v0.2.0 |
915 | 2024-09-05T00:02:01.083Z | Downloaded enum-as-inner v0.5.1 |
916 | 2024-09-05T00:02:01.084Z | Downloaded zone v0.1.8 |
917 | 2024-09-05T00:02:01.084Z | Downloaded zeroize v1.7.0 |
918 | 2024-09-05T00:02:01.084Z | Downloaded xattr v1.3.1 |
919 | 2024-09-05T00:02:01.084Z | Downloaded strip-ansi-escapes v0.2.0 |
920 | 2024-09-05T00:02:01.084Z | Downloaded string_cache v0.8.7 |
921 | 2024-09-05T00:02:01.084Z | Downloaded static_assertions v1.1.0 |
922 | 2024-09-05T00:02:01.084Z | Downloaded shell-words v1.1.0 |
923 | 2024-09-05T00:02:01.084Z | Downloaded crossbeam-epoch v0.9.18 |
924 | 2024-09-05T00:02:01.084Z | Downloaded num-conv v0.1.0 |
925 | 2024-09-05T00:02:01.084Z | Downloaded debug-ignore v1.0.5 |
926 | 2024-09-05T00:02:01.084Z | Downloaded data-encoding v2.6.0 |
927 | 2024-09-05T00:02:01.108Z | Downloaded unarray v0.1.4 |
928 | 2024-09-05T00:02:01.108Z | Downloaded strum_macros v0.26.4 |
929 | 2024-09-05T00:02:01.108Z | Downloaded signal-hook-registry v1.4.2 |
930 | 2024-09-05T00:02:01.108Z | Downloaded rustc_version v0.1.7 |
931 | 2024-09-05T00:02:01.108Z | Downloaded indicatif v0.17.8 |
932 | 2024-09-05T00:02:01.108Z | Downloaded hickory-server v0.24.1 |
933 | 2024-09-05T00:02:01.108Z | Downloaded hickory-resolver v0.24.1 |
934 | 2024-09-05T00:02:01.108Z | Downloaded bytes v1.7.1 |
935 | 2024-09-05T00:02:01.132Z | Downloaded strum v0.26.3 |
936 | 2024-09-05T00:02:01.132Z | Downloaded structmeta-derive v0.3.0 |
937 | 2024-09-05T00:02:01.132Z | Downloaded structmeta-derive v0.2.0 |
938 | 2024-09-05T00:02:01.132Z | Downloaded structmeta v0.3.0 |
939 | 2024-09-05T00:02:01.132Z | Downloaded structmeta v0.2.0 |
940 | 2024-09-05T00:02:01.132Z | Downloaded ssh-encoding v0.2.0 |
941 | 2024-09-05T00:02:01.132Z | Downloaded signature v2.2.0 |
942 | 2024-09-05T00:02:01.133Z | Downloaded sct v0.7.1 |
943 | 2024-09-05T00:02:01.133Z | Downloaded num v0.4.3 |
944 | 2024-09-05T00:02:01.133Z | Downloaded native-tls v0.2.11 |
945 | 2024-09-05T00:02:01.133Z | Downloaded mime_guess v2.0.4 |
946 | 2024-09-05T00:02:01.133Z | Downloaded const_format_proc_macros v0.2.32 |
947 | 2024-09-05T00:02:01.133Z | Downloaded aes-gcm v0.10.3 |
948 | 2024-09-05T00:02:01.157Z | Downloaded aes v0.8.4 |
949 | 2024-09-05T00:02:01.157Z | Downloaded strum_macros v0.25.3 |
950 | 2024-09-05T00:02:01.157Z | Downloaded strum_macros v0.24.3 |
951 | 2024-09-05T00:02:01.157Z | Downloaded stringprep v0.1.4 |
952 | 2024-09-05T00:02:01.157Z | Downloaded stable_deref_trait v1.2.0 |
953 | 2024-09-05T00:02:01.157Z | Downloaded schemars_derive v0.8.21 |
954 | 2024-09-05T00:02:01.157Z | Downloaded schemars v0.8.21 |
955 | 2024-09-05T00:02:01.181Z | Downloaded rustfmt-wrapper v0.2.1 |
956 | 2024-09-05T00:02:01.181Z | Downloaded memoffset v0.9.1 |
957 | 2024-09-05T00:02:01.181Z | Downloaded maybe-uninit v2.0.0 |
958 | 2024-09-05T00:02:01.181Z | Downloaded managed v0.8.0 |
959 | 2024-09-05T00:02:01.181Z | Downloaded indent_write v2.2.0 |
960 | 2024-09-05T00:02:01.181Z | Downloaded ipnet v2.9.0 |
961 | 2024-09-05T00:02:01.181Z | Downloaded indexmap v1.9.3 |
962 | 2024-09-05T00:02:01.181Z | Downloaded hyper-rustls v0.24.2 |
963 | 2024-09-05T00:02:01.181Z | Downloaded curve25519-dalek-derive v0.1.1 |
964 | 2024-09-05T00:02:01.181Z | Downloaded convert_case v0.4.0 |
965 | 2024-09-05T00:02:01.182Z | Downloaded chacha20 v0.9.1 |
966 | 2024-09-05T00:02:01.182Z | Downloaded cexpr v0.6.0 |
967 | 2024-09-05T00:02:01.217Z | Downloaded cbc v0.1.2 |
968 | 2024-09-05T00:02:01.217Z | Downloaded cassowary v0.3.0 |
969 | 2024-09-05T00:02:01.217Z | Downloaded blake2 v0.10.6 |
970 | 2024-09-05T00:02:01.217Z | Downloaded newline-converter v0.3.0 |
971 | 2024-09-05T00:02:01.217Z | Downloaded multimap v0.10.0 |
972 | 2024-09-05T00:02:01.217Z | Downloaded multer v3.1.0 |
973 | 2024-09-05T00:02:01.217Z | Downloaded md5 v0.7.0 |
974 | 2024-09-05T00:02:01.217Z | Downloaded hmac v0.12.1 |
975 | 2024-09-05T00:02:01.217Z | Downloaded cobs v0.2.3 |
976 | 2024-09-05T00:02:01.217Z | Downloaded cipher v0.4.4 |
977 | 2024-09-05T00:02:01.217Z | Downloaded bitfield v0.14.0 |
978 | 2024-09-05T00:02:01.217Z | Downloaded base64 v0.22.1 |
979 | 2024-09-05T00:02:01.217Z | Downloaded base64 v0.13.1 |
980 | 2024-09-05T00:02:01.217Z | Downloaded signal-hook-mio v0.2.4 |
981 | 2024-09-05T00:02:01.217Z | Downloaded shlex v1.3.0 |
982 | 2024-09-05T00:02:01.217Z | Downloaded memmap2 v0.9.4 |
983 | 2024-09-05T00:02:01.217Z | Downloaded lru v0.12.3 |
984 | 2024-09-05T00:02:01.241Z | Downloaded lock_api v0.4.12 |
985 | 2024-09-05T00:02:01.241Z | Downloaded linked-hash-map v0.5.6 |
986 | 2024-09-05T00:02:01.241Z | Downloaded libsw v3.3.1 |
987 | 2024-09-05T00:02:01.241Z | Downloaded lazycell v1.3.0 |
988 | 2024-09-05T00:02:01.241Z | Downloaded kstat-rs v0.2.4 |
989 | 2024-09-05T00:02:01.241Z | Downloaded keccak v0.1.5 |
990 | 2024-09-05T00:02:01.242Z | Downloaded jobserver v0.1.32 |
991 | 2024-09-05T00:02:01.242Z | Downloaded indoc v1.0.9 |
992 | 2024-09-05T00:02:01.242Z | Downloaded ctr v0.9.2 |
993 | 2024-09-05T00:02:01.242Z | Downloaded crc-catalog v2.4.0 |
994 | 2024-09-05T00:02:01.242Z | Downloaded crc v3.2.1 |
995 | 2024-09-05T00:02:01.242Z | Downloaded block-padding v0.3.3 |
996 | 2024-09-05T00:02:01.242Z | Downloaded iana-time-zone v0.1.60 |
997 | 2024-09-05T00:02:01.242Z | Downloaded hyper-tls v0.5.0 |
998 | 2024-09-05T00:02:01.266Z | Downloaded crucible-workspace-hack v0.1.0 |
999 | 2024-09-05T00:02:01.266Z | Downloaded ciborium-io v0.2.2 |
1000 | 2024-09-05T00:02:01.266Z | Downloaded num-complex v0.4.6 |
1001 | 2024-09-05T00:02:01.266Z | Downloaded normalize-line-endings v0.3.0 |
1002 | 2024-09-05T00:02:01.266Z | Downloaded nodrop v0.1.14 |
1003 | 2024-09-05T00:02:01.266Z | Downloaded nibble_vec v0.1.0 |
1004 | 2024-09-05T00:02:01.266Z | Downloaded newtype_derive v0.1.6 |
1005 | 2024-09-05T00:02:01.266Z | Downloaded nanorand v0.7.0 |
1006 | 2024-09-05T00:02:01.266Z | Downloaded mockall v0.13.0 |
1007 | 2024-09-05T00:02:01.266Z | Downloaded match_cfg v0.1.0 |
1008 | 2024-09-05T00:02:01.266Z | Downloaded lru-cache v0.1.2 |
1009 | 2024-09-05T00:02:01.266Z | Downloaded const_format v0.2.32 |
1010 | 2024-09-05T00:02:01.266Z | Downloaded rustc_version v0.4.0 |
1011 | 2024-09-05T00:02:01.266Z | Downloaded mime v0.3.17 |
1012 | 2024-09-05T00:02:01.266Z | Downloaded md-5 v0.10.6 |
1013 | 2024-09-05T00:02:01.266Z | Downloaded maplit v1.0.2 |
1014 | 2024-09-05T00:02:01.291Z | Downloaded linear-map v1.2.0 |
1015 | 2024-09-05T00:02:01.291Z | Downloaded libefi-sys v0.1.0 |
1016 | 2024-09-05T00:02:01.291Z | Downloaded lazy_static v1.5.0 |
1017 | 2024-09-05T00:02:01.291Z | Downloaded lalrpop-util v0.19.12 |
1018 | 2024-09-05T00:02:01.291Z | Downloaded is-terminal v0.4.12 |
1019 | 2024-09-05T00:02:01.291Z | Downloaded ipnetwork v0.20.0 |
1020 | 2024-09-05T00:02:01.291Z | Downloaded instability v0.3.2 |
1021 | 2024-09-05T00:02:01.292Z | Downloaded bitstruct_derive v0.1.0 |
1022 | 2024-09-05T00:02:01.292Z | Downloaded bitflags v1.3.2 |
1023 | 2024-09-05T00:02:01.292Z | Downloaded bit-vec v0.6.3 |
1024 | 2024-09-05T00:02:01.292Z | Downloaded bcs v0.1.6 |
1025 | 2024-09-05T00:02:01.292Z | Downloaded bb8 v0.8.5 |
1026 | 2024-09-05T00:02:01.292Z | Downloaded ascii v1.1.0 |
1027 | 2024-09-05T00:02:01.292Z | Downloaded allocator-api2 v0.2.18 |
1028 | 2024-09-05T00:02:01.316Z | Downloaded internet-checksum v0.2.1 |
1029 | 2024-09-05T00:02:01.316Z | Downloaded instant v0.1.12 |
1030 | 2024-09-05T00:02:01.316Z | Downloaded impl-trait-for-tuples v0.2.2 |
1031 | 2024-09-05T00:02:01.316Z | Downloaded ident_case v1.0.1 |
1032 | 2024-09-05T00:02:01.316Z | Downloaded hyper-staticfile v0.9.5 |
1033 | 2024-09-05T00:02:01.316Z | Downloaded hubpack v0.1.2 |
1034 | 2024-09-05T00:02:01.316Z | Downloaded httparse v1.8.0 |
1035 | 2024-09-05T00:02:01.316Z | Downloaded http-body v0.4.6 |
1036 | 2024-09-05T00:02:01.316Z | Downloaded hostname v0.3.1 |
1037 | 2024-09-05T00:02:01.316Z | Downloaded highway v1.2.0 |
1038 | 2024-09-05T00:02:01.316Z | Downloaded chacha20poly1305 v0.10.1 |
1039 | 2024-09-05T00:02:01.316Z | Downloaded cc v1.0.97 |
1040 | 2024-09-05T00:02:01.316Z | Downloaded base64 v0.21.7 |
1041 | 2024-09-05T00:02:01.340Z | Downloaded httpdate v1.0.3 |
1042 | 2024-09-05T00:02:01.341Z | Downloaded hostname v0.4.0 |
1043 | 2024-09-05T00:02:01.341Z | Downloaded home v0.5.9 |
1044 | 2024-09-05T00:02:01.341Z | Downloaded crossbeam-utils v0.8.19 |
1045 | 2024-09-05T00:02:01.341Z | Downloaded cookie_store v0.20.0 |
1046 | 2024-09-05T00:02:01.341Z | Downloaded clang-sys v1.7.0 |
1047 | 2024-09-05T00:02:01.341Z | Downloaded bit-set v0.5.3 |
1048 | 2024-09-05T00:02:01.341Z | Downloaded atomic-waker v1.1.2 |
1049 | 2024-09-05T00:02:01.341Z | Downloaded assert_matches v1.5.0 |
1050 | 2024-09-05T00:02:01.341Z | Downloaded arrayref v0.3.7 |
1051 | 2024-09-05T00:02:01.341Z | Downloaded ahash v0.8.11 |
1052 | 2024-09-05T00:02:01.341Z | Downloaded matches v0.1.10 |
1053 | 2024-09-05T00:02:01.365Z | Downloaded is_ci v1.2.0 |
1054 | 2024-09-05T00:02:01.365Z | Downloaded darling v0.20.9 |
1055 | 2024-09-05T00:02:01.365Z | Downloaded csv-core v0.1.11 |
1056 | 2024-09-05T00:02:01.365Z | Downloaded cancel-safe-futures v0.1.5 |
1057 | 2024-09-05T00:02:01.365Z | Downloaded bzip2 v0.4.4 |
1058 | 2024-09-05T00:02:01.365Z | Downloaded adler v1.0.2 |
1059 | 2024-09-05T00:02:01.365Z | Downloaded http-range v0.1.5 |
1060 | 2024-09-05T00:02:01.365Z | Downloaded darling_macro v0.20.9 |
1061 | 2024-09-05T00:02:01.365Z | Downloaded crc-any v2.5.0 |
1062 | 2024-09-05T00:02:01.365Z | Downloaded cookie v0.17.0 |
1063 | 2024-09-05T00:02:01.365Z | Downloaded console v0.15.8 |
1064 | 2024-09-05T00:02:01.390Z | Downloaded buf-list v1.0.3 |
1065 | 2024-09-05T00:02:01.390Z | Downloaded bitfield-struct v0.6.1 |
1066 | 2024-09-05T00:02:01.390Z | Downloaded atty v0.2.14 |
1067 | 2024-09-05T00:02:01.390Z | Downloaded async-trait v0.1.81 |
1068 | 2024-09-05T00:02:01.390Z | Downloaded async-stream-impl v0.3.5 |
1069 | 2024-09-05T00:02:01.390Z | Downloaded async-recursion v1.1.1 |
1070 | 2024-09-05T00:02:01.390Z | Downloaded async-bb8-diesel v0.2.1 |
1071 | 2024-09-05T00:02:01.390Z | Downloaded arrayvec v0.7.4 |
1072 | 2024-09-05T00:02:01.390Z | Downloaded argon2 v0.5.3 |
1073 | 2024-09-05T00:02:01.390Z | Downloaded arc-swap v1.7.1 |
1074 | 2024-09-05T00:02:01.414Z | Downloaded constant_time_eq v0.3.0 |
1075 | 2024-09-05T00:02:01.414Z | Downloaded colored v2.1.0 |
1076 | 2024-09-05T00:02:01.414Z | Downloaded ciborium-ll v0.2.2 |
1077 | 2024-09-05T00:02:01.414Z | Downloaded ciborium v0.2.2 |
1078 | 2024-09-05T00:02:01.414Z | Downloaded blowfish v0.9.1 |
1079 | 2024-09-05T00:02:01.414Z | Downloaded base64ct v1.6.0 |
1080 | 2024-09-05T00:02:01.414Z | Downloaded backoff v0.4.0 |
1081 | 2024-09-05T00:02:01.414Z | Downloaded addr2line v0.21.0 |
1082 | 2024-09-05T00:02:01.414Z | Downloaded crossbeam-deque v0.8.5 |
1083 | 2024-09-05T00:02:01.414Z | Downloaded castaway v0.2.3 |
1084 | 2024-09-05T00:02:01.414Z | Downloaded base16ct v0.2.0 |
1085 | 2024-09-05T00:02:01.414Z | Downloaded async-stream v0.3.5 |
1086 | 2024-09-05T00:02:01.439Z | Downloaded bitstruct v0.1.1 |
1087 | 2024-09-05T00:02:01.439Z | Downloaded bcrypt-pbkdf v0.10.0 |
1088 | 2024-09-05T00:02:01.439Z | Downloaded ascii-canvas v3.0.0 |
1089 | 2024-09-05T00:02:01.439Z | Downloaded array-init v0.0.4 |
1090 | 2024-09-05T00:02:01.439Z | Downloaded aead v0.5.2 |
1091 | 2024-09-05T00:02:01.548Z | Compiling serde v1.0.208 |
1092 | 2024-09-05T00:02:01.573Z | Compiling typenum v1.17.0 |
1093 | 2024-09-05T00:02:01.573Z | Compiling generic-array v0.14.7 |
1094 | 2024-09-05T00:02:01.573Z | Compiling lock_api v0.4.12 |
1095 | 2024-09-05T00:02:01.573Z | Compiling scopeguard v1.2.0 |
1096 | 2024-09-05T00:02:01.597Z | Compiling log v0.4.21 |
1097 | 2024-09-05T00:02:01.625Z | Compiling syn v2.0.74 |
1098 | 2024-09-05T00:02:01.649Z | Compiling getrandom v0.2.14 |
1099 | 2024-09-05T00:02:01.806Z | Compiling jobserver v0.1.32 |
1100 | 2024-09-05T00:02:01.993Z | Compiling rand_core v0.6.4 |
1101 | 2024-09-05T00:02:02.093Z | Compiling subtle v2.5.0 |
1102 | 2024-09-05T00:02:02.147Z | Compiling cc v1.0.97 |
1103 | 2024-09-05T00:02:02.244Z | Compiling const-oid v0.9.6 |
1104 | 2024-09-05T00:02:02.838Z | Compiling pin-project-lite v0.2.14 |
1105 | 2024-09-05T00:02:02.865Z | Compiling smallvec v1.13.2 |
1106 | 2024-09-05T00:02:02.926Z | Compiling parking_lot_core v0.9.10 |
1107 | 2024-09-05T00:02:02.987Z | Compiling signal-hook-registry v1.4.2 |
1108 | 2024-09-05T00:02:03.066Z | Compiling spin v0.9.8 |
1109 | 2024-09-05T00:02:03.226Z | Compiling mio v1.0.2 |
1110 | 2024-09-05T00:02:03.435Z | Compiling ahash v0.8.11 |
1111 | 2024-09-05T00:02:03.719Z | Compiling parking_lot v0.12.2 |
1112 | 2024-09-05T00:02:03.786Z | Compiling tinyvec_macros v0.1.1 |
1113 | 2024-09-05T00:02:03.911Z | Compiling tinyvec v1.6.0 |
1114 | 2024-09-05T00:02:04.038Z | Compiling socket2 v0.5.7 |
1115 | 2024-09-05T00:02:04.259Z | Compiling futures-sink v0.3.30 |
1116 | 2024-09-05T00:02:04.320Z | Compiling futures-core v0.3.30 |
1117 | 2024-09-05T00:02:04.364Z | Compiling cpufeatures v0.2.12 |
1118 | 2024-09-05T00:02:04.410Z | Compiling serde_json v1.0.125 |
1119 | 2024-09-05T00:02:04.470Z | Compiling libm v0.2.8 |
1120 | 2024-09-05T00:02:04.556Z | Compiling slab v0.4.9 |
1121 | 2024-09-05T00:02:04.581Z | Compiling num-traits v0.2.19 |
1122 | 2024-09-05T00:02:04.754Z | Compiling allocator-api2 v0.2.18 |
1123 | 2024-09-05T00:02:04.809Z | Compiling unicode-bidi v0.3.15 |
1124 | 2024-09-05T00:02:05.076Z | Compiling futures-channel v0.3.30 |
1125 | 2024-09-05T00:02:05.196Z | Compiling unicode-normalization v0.1.23 |
1126 | 2024-09-05T00:02:05.289Z | Compiling futures-task v0.3.30 |
1127 | 2024-09-05T00:02:05.455Z | Compiling vcpkg v0.2.15 |
1128 | 2024-09-05T00:02:05.479Z | Compiling pin-utils v0.1.0 |
1129 | 2024-09-05T00:02:05.573Z | Compiling futures-io v0.3.30 |
1130 | 2024-09-05T00:02:05.597Z | Compiling pkg-config v0.3.30 |
1131 | 2024-09-05T00:02:06.160Z | Compiling base64ct v1.6.0 |
1132 | 2024-09-05T00:02:06.188Z | Compiling ppv-lite86 v0.2.17 |
1133 | 2024-09-05T00:02:06.212Z | Compiling percent-encoding v2.3.1 |
1134 | 2024-09-05T00:02:06.303Z | Compiling ring v0.17.8 |
1135 | 2024-09-05T00:02:06.581Z | Compiling flagset v0.4.5 |
1136 | 2024-09-05T00:02:06.748Z | Compiling pem-rfc7468 v0.7.0 |
1137 | 2024-09-05T00:02:06.815Z | Compiling tracing-core v0.1.32 |
1138 | 2024-09-05T00:02:06.913Z | Compiling rand_chacha v0.3.1 |
1139 | 2024-09-05T00:02:07.092Z | Compiling untrusted v0.9.0 |
1140 | 2024-09-05T00:02:07.308Z | Compiling rustix v0.38.34 |
1141 | 2024-09-05T00:02:07.506Z | Compiling rand v0.8.5 |
1142 | 2024-09-05T00:02:07.564Z | Compiling openssl-sys v0.9.103 |
1143 | 2024-09-05T00:02:07.801Z | Compiling powerfmt v0.2.0 |
1144 | 2024-09-05T00:02:08.137Z | Compiling foreign-types-shared v0.1.1 |
1145 | 2024-09-05T00:02:08.161Z | Compiling openssl v0.10.66 |
1146 | 2024-09-05T00:02:08.184Z | Compiling num-conv v0.1.0 |
1147 | 2024-09-05T00:02:08.249Z | Compiling rustversion v1.0.17 |
1148 | 2024-09-05T00:02:08.440Z | Compiling httparse v1.8.0 |
1149 | 2024-09-05T00:02:08.543Z | Compiling time-core v0.1.2 |
1150 | 2024-09-05T00:02:08.719Z | Compiling time-macros v0.2.18 |
1151 | 2024-09-05T00:02:08.907Z | Compiling foreign-types v0.3.2 |
1152 | 2024-09-05T00:02:08.934Z | Compiling deranged v0.3.11 |
1153 | 2024-09-05T00:02:09.023Z | Compiling form_urlencoded v1.2.1 |
1154 | 2024-09-05T00:02:09.047Z | Compiling aho-corasick v1.1.3 |
1155 | 2024-09-05T00:02:09.248Z | Compiling syn v1.0.109 |
1156 | 2024-09-05T00:02:09.324Z | Compiling try-lock v0.2.5 |
1157 | 2024-09-05T00:02:09.476Z | Compiling rustls v0.21.12 |
1158 | 2024-09-05T00:02:09.700Z | Compiling crossbeam-utils v0.8.19 |
1159 | 2024-09-05T00:02:09.772Z | Compiling num_threads v0.1.7 |
1160 | 2024-09-05T00:02:09.821Z | Compiling native-tls v0.2.11 |
1161 | 2024-09-05T00:02:09.898Z | Compiling regex-syntax v0.8.4 |
1162 | 2024-09-05T00:02:10.118Z | Compiling siphasher v0.3.11 |
1163 | 2024-09-05T00:02:10.377Z | Compiling want v0.3.1 |
1164 | 2024-09-05T00:02:10.654Z | Compiling idna v0.5.0 |
1165 | 2024-09-05T00:02:11.200Z | Compiling cookie v0.17.0 |
1166 | 2024-09-05T00:02:11.432Z | Compiling time v0.3.36 |
1167 | 2024-09-05T00:02:11.468Z | Compiling finl_unicode v1.2.0 |
1168 | 2024-09-05T00:02:11.693Z | Compiling iana-time-zone v0.1.60 |
1169 | 2024-09-05T00:02:11.949Z | Compiling openssl-probe v0.1.5 |
1170 | 2024-09-05T00:02:12.006Z | Compiling tower-service v0.3.2 |
1171 | 2024-09-05T00:02:12.123Z | Compiling httpdate v1.0.3 |
1172 | 2024-09-05T00:02:12.147Z | Compiling adler v1.0.2 |
1173 | 2024-09-05T00:02:12.348Z | Compiling slog v2.7.0 |
1174 | 2024-09-05T00:02:12.456Z | Compiling miniz_oxide v0.7.2 |
1175 | 2024-09-05T00:02:12.598Z | Compiling stringprep v0.1.4 |
1176 | 2024-09-05T00:02:12.866Z | Compiling regex-automata v0.4.6 |
1177 | 2024-09-05T00:02:13.692Z | Compiling url v2.5.2 |
1178 | 2024-09-05T00:02:14.523Z | Compiling serde_derive v1.0.208 |
1179 | 2024-09-05T00:02:14.894Z | Compiling zeroize_derive v1.4.2 |
1180 | 2024-09-05T00:02:15.326Z | Compiling zerocopy-derive v0.7.34 |
1181 | 2024-09-05T00:02:15.493Z | Compiling tokio-macros v2.4.0 |
1182 | 2024-09-05T00:02:15.736Z | Compiling thiserror-impl v1.0.63 |
1183 | 2024-09-05T00:02:16.002Z | Compiling futures-macro v0.3.30 |
1184 | 2024-09-05T00:02:16.238Z | Compiling zeroize v1.7.0 |
1185 | 2024-09-05T00:02:16.910Z | Compiling der_derive v0.7.2 |
1186 | 2024-09-05T00:02:17.299Z | Compiling zerocopy v0.7.34 |
1187 | 2024-09-05T00:02:17.745Z | Compiling futures-util v0.3.30 |
1188 | 2024-09-05T00:02:17.867Z | Compiling crypto-common v0.1.6 |
1189 | 2024-09-05T00:02:18.080Z | Compiling block-buffer v0.10.4 |
1190 | 2024-09-05T00:02:18.328Z | Compiling digest v0.10.7 |
1191 | 2024-09-05T00:02:18.694Z | Compiling block-padding v0.3.3 |
1192 | 2024-09-05T00:02:18.798Z | Compiling hmac v0.12.1 |
1193 | 2024-09-05T00:02:18.949Z | Compiling inout v0.1.3 |
1194 | 2024-09-05T00:02:19.044Z | Compiling thiserror v1.0.63 |
1195 | 2024-09-05T00:02:19.203Z | Compiling hashbrown v0.14.5 |
1196 | 2024-09-05T00:02:19.228Z | Compiling cipher v0.4.4 |
1197 | 2024-09-05T00:02:19.228Z | Compiling sha2 v0.10.8 |
1198 | 2024-09-05T00:02:19.228Z | Compiling pest v2.7.10 |
1199 | 2024-09-05T00:02:19.715Z | Compiling salsa20 v0.10.2 |
1200 | 2024-09-05T00:02:19.932Z | Compiling der v0.7.9 |
1201 | 2024-09-05T00:02:20.426Z | Compiling pbkdf2 v0.12.2 |
1202 | 2024-09-05T00:02:20.593Z | Compiling tracing-attributes v0.1.27 |
1203 | 2024-09-05T00:02:21.973Z | Compiling pest_meta v2.7.10 |
1204 | 2024-09-05T00:02:21.997Z | Compiling scroll_derive v0.12.0 |
1205 | 2024-09-05T00:02:23.136Z | Compiling spki v0.7.3 |
1206 | 2024-09-05T00:02:23.423Z | Compiling scroll v0.12.0 |
1207 | 2024-09-05T00:02:23.447Z | Compiling pest_generator v2.7.10 |
1208 | 2024-09-05T00:02:23.497Z | Compiling scrypt v0.11.0 |
1209 | 2024-09-05T00:02:23.965Z | Compiling cbc v0.1.2 |
1210 | 2024-09-05T00:02:24.087Z | Compiling aes v0.8.4 |
1211 | 2024-09-05T00:02:24.196Z | Compiling goblin v0.8.2 |
1212 | 2024-09-05T00:02:24.251Z | Compiling openssl-macros v0.1.1 |
1213 | 2024-09-05T00:02:24.308Z | Compiling tracing v0.1.40 |
1214 | 2024-09-05T00:02:24.807Z | Compiling sct v0.7.1 |
1215 | 2024-09-05T00:02:24.905Z | Compiling rustls-webpki v0.101.7 |
1216 | 2024-09-05T00:02:25.096Z | Compiling pkcs5 v0.7.1 |
1217 | 2024-09-05T00:02:25.220Z | Compiling md-5 v0.10.6 |
1218 | 2024-09-05T00:02:25.445Z | Compiling num-integer v0.1.46 |
1219 | 2024-09-05T00:02:26.150Z | Compiling pkcs8 v0.10.2 |
1220 | 2024-09-05T00:02:26.222Z | Compiling backtrace v0.3.71 |
1221 | 2024-09-05T00:02:26.413Z | Compiling idna v0.3.0 |
1222 | 2024-09-05T00:02:26.507Z | Compiling pest_derive v2.7.10 |
1223 | 2024-09-05T00:02:26.598Z | Compiling lazy_static v1.5.0 |
1224 | 2024-09-05T00:02:26.657Z | Compiling hash32 v0.2.1 |
1225 | 2024-09-05T00:02:26.722Z | Compiling signal-hook v0.3.17 |
1226 | 2024-09-05T00:02:26.777Z | Compiling cfg_aliases v0.1.1 |
1227 | 2024-09-05T00:02:26.888Z | Compiling num-bigint-dig v0.8.4 |
1228 | 2024-09-05T00:02:26.983Z | Compiling fallible-iterator v0.2.0 |
1229 | 2024-09-05T00:02:27.038Z | Compiling gimli v0.28.1 |
1230 | 2024-09-05T00:02:27.159Z | Compiling bytes v1.7.1 |
1231 | 2024-09-05T00:02:27.277Z | Compiling bitflags v2.6.0 |
1232 | 2024-09-05T00:02:27.679Z | Compiling indexmap v2.4.0 |
1233 | 2024-09-05T00:02:27.703Z | Compiling semver v1.0.23 |
1234 | 2024-09-05T00:02:28.286Z | Compiling tokio v1.39.3 |
1235 | 2024-09-05T00:02:28.381Z | Compiling http v0.2.12 |
1236 | 2024-09-05T00:02:28.976Z | Compiling rustc_version v0.4.0 |
1237 | 2024-09-05T00:02:29.679Z | Compiling heapless v0.7.17 |
1238 | 2024-09-05T00:02:30.051Z | Compiling http-body v0.4.6 |
1239 | 2024-09-05T00:02:30.354Z | Compiling dof v0.3.0 |
1240 | 2024-09-05T00:02:30.475Z | Compiling dtrace-parser v0.2.0 |
1241 | 2024-09-05T00:02:30.640Z | Compiling uuid v1.10.0 |
1242 | 2024-09-05T00:02:31.413Z | Compiling usdt-impl v0.5.0 |
1243 | 2024-09-05T00:02:31.927Z | Compiling toml_datetime v0.6.8 |
1244 | 2024-09-05T00:02:32.258Z | Compiling chrono v0.4.38 |
1245 | 2024-09-05T00:02:32.391Z | Compiling serde_spanned v0.6.7 |
1246 | 2024-09-05T00:02:32.437Z | Compiling serde_tokenstream v0.2.2 |
1247 | 2024-09-05T00:02:32.607Z | Compiling stable_deref_trait v1.2.0 |
1248 | 2024-09-05T00:02:32.702Z | Compiling base64 v0.22.1 |
1249 | 2024-09-05T00:02:32.827Z | Compiling smoltcp v0.9.1 |
1250 | 2024-09-05T00:02:32.986Z | Compiling crc32fast v1.4.0 |
1251 | 2024-09-05T00:02:33.370Z | Compiling psl-types v2.0.11 |
1252 | 2024-09-05T00:02:33.394Z | Compiling postgres-protocol v0.6.7 |
1253 | 2024-09-05T00:02:33.541Z | Compiling publicsuffix v2.2.3 |
1254 | 2024-09-05T00:02:33.565Z | Compiling addr2line v0.21.0 |
1255 | 2024-09-05T00:02:33.802Z | Compiling terminal_size v0.3.0 |
1256 | 2024-09-05T00:02:34.058Z | Compiling nix v0.28.0 |
1257 | 2024-09-05T00:02:34.272Z | Compiling hubpack_derive v0.1.1 |
1258 | 2024-09-05T00:02:34.299Z | Compiling num-iter v0.1.45 |
1259 | 2024-09-05T00:02:34.489Z | Compiling zerocopy-derive v0.6.6 |
1260 | 2024-09-05T00:02:34.628Z | Compiling async-trait v0.1.81 |
1261 | 2024-09-05T00:02:35.074Z | Compiling phf_shared v0.11.2 |
1262 | 2024-09-05T00:02:35.424Z | Compiling serde_derive_internals v0.29.1 |
1263 | 2024-09-05T00:02:35.533Z | Compiling ff v0.13.0 |
1264 | 2024-09-05T00:02:35.626Z | Compiling object v0.32.2 |
1265 | 2024-09-05T00:02:35.725Z | Compiling tokio-util v0.7.11 |
1266 | 2024-09-05T00:02:36.344Z | Compiling tokio-native-tls v0.3.1 |
1267 | 2024-09-05T00:02:36.404Z | Compiling tokio-rustls v0.24.1 |
1268 | 2024-09-05T00:02:36.609Z | Compiling h2 v0.3.26 |
1269 | 2024-09-05T00:02:36.753Z | Compiling fs-err v2.11.0 |
1270 | 2024-09-05T00:02:36.948Z | Compiling base64 v0.21.7 |
1271 | 2024-09-05T00:02:37.021Z | Compiling bitflags v1.3.2 |
1272 | 2024-09-05T00:02:37.070Z | Compiling ipnet v2.9.0 |
1273 | 2024-09-05T00:02:37.128Z | Compiling anyhow v1.0.86 |
1274 | 2024-09-05T00:02:37.653Z | Compiling schemars v0.8.21 |
1275 | 2024-09-05T00:02:37.731Z | Compiling either v1.13.0 |
1276 | 2024-09-05T00:02:37.956Z | Compiling managed v0.8.0 |
1277 | 2024-09-05T00:02:37.980Z | Compiling base16ct v0.2.0 |
1278 | 2024-09-05T00:02:38.057Z | Compiling winnow v0.5.40 |
1279 | 2024-09-05T00:02:38.127Z | Compiling rustc-demangle v0.1.24 |
1280 | 2024-09-05T00:02:38.204Z | Compiling sec1 v0.7.3 |
1281 | 2024-09-05T00:02:38.357Z | Compiling schemars_derive v0.8.21 |
1282 | 2024-09-05T00:02:38.734Z | Compiling clap_builder v4.5.15 |
1283 | 2024-09-05T00:02:39.222Z | Compiling rustls-pemfile v1.0.4 |
1284 | 2024-09-05T00:02:39.777Z | Compiling zerocopy v0.6.6 |
1285 | 2024-09-05T00:02:40.214Z | Compiling group v0.13.0 |
1286 | 2024-09-05T00:02:40.514Z | Compiling phf v0.11.2 |
1287 | 2024-09-05T00:02:40.552Z | Compiling cookie_store v0.20.0 |
1288 | 2024-09-05T00:02:40.779Z | Compiling hubpack v0.1.2 |
1289 | 2024-09-05T00:02:41.218Z | Compiling toml_edit v0.19.15 |
1290 | 2024-09-05T00:02:41.933Z | Compiling postgres-types v0.2.7 |
1291 | 2024-09-05T00:02:42.442Z | Compiling usdt-attr-macro v0.5.0 |
1292 | 2024-09-05T00:02:42.936Z | Compiling hyper v0.14.30 |
1293 | 2024-09-05T00:02:43.297Z | Compiling usdt-macro v0.5.0 |
1294 | 2024-09-05T00:02:43.889Z | Compiling serde_urlencoded v0.7.1 |
1295 | 2024-09-05T00:02:44.359Z | Compiling pkcs1 v0.7.5 |
1296 | 2024-09-05T00:02:44.632Z | Compiling futures-executor v0.3.30 |
1297 | 2024-09-05T00:02:44.677Z | Compiling hkdf v0.12.4 |
1298 | 2024-09-05T00:02:44.918Z | Compiling signature v2.2.0 |
1299 | 2024-09-05T00:02:45.145Z | Compiling crypto-bigint v0.5.5 |
1300 | 2024-09-05T00:02:45.198Z | Compiling regex v1.10.6 |
1301 | 2024-09-05T00:02:45.249Z | Compiling bstr v1.9.1 |
1302 | 2024-09-05T00:02:45.798Z | Compiling enum-as-inner v0.6.0 |
1303 | 2024-09-05T00:02:46.143Z | Compiling clap_derive v4.5.13 |
1304 | 2024-09-05T00:02:46.715Z | Compiling serde_repr v0.1.19 |
1305 | 2024-09-05T00:02:46.754Z | Compiling strum_macros v0.25.3 |
1306 | 2024-09-05T00:02:46.891Z | Compiling phf_shared v0.10.0 |
1307 | 2024-09-05T00:02:47.281Z | Compiling float-cmp v0.9.0 |
1308 | 2024-09-05T00:02:47.493Z | Compiling idna v0.4.0 |
1309 | 2024-09-05T00:02:47.751Z | Compiling mio v0.8.11 |
1310 | 2024-09-05T00:02:48.317Z | Compiling encoding_rs v0.8.34 |
1311 | 2024-09-05T00:02:48.963Z | Compiling hyper-tls v0.5.0 |
1312 | 2024-09-05T00:02:48.987Z | Compiling hyper-rustls v0.24.2 |
1313 | 2024-09-05T00:02:49.304Z | Compiling new_debug_unreachable v1.0.6 |
1314 | 2024-09-05T00:02:49.330Z | Compiling normalize-line-endings v0.3.0 |
1315 | 2024-09-05T00:02:49.406Z | Compiling whoami v1.5.1 |
1316 | 2024-09-05T00:02:49.449Z | Compiling difflib v0.4.0 |
1317 | 2024-09-05T00:02:50.001Z | Compiling predicates-core v1.0.6 |
1318 | 2024-09-05T00:02:50.292Z | Compiling data-encoding v2.6.0 |
1319 | 2024-09-05T00:02:50.349Z | Compiling precomputed-hash v0.1.1 |
1320 | 2024-09-05T00:02:50.373Z | Compiling dyn-clone v1.0.17 |
1321 | 2024-09-05T00:02:50.413Z | Compiling bit-vec v0.6.3 |
1322 | 2024-09-05T00:02:50.475Z | Compiling sync_wrapper v0.1.2 |
1323 | 2024-09-05T00:02:50.576Z | Compiling webpki-roots v0.25.4 |
1324 | 2024-09-05T00:02:50.601Z | Compiling minimal-lexical v0.2.1 |
1325 | 2024-09-05T00:02:50.733Z | Compiling mime v0.3.17 |
1326 | 2024-09-05T00:02:50.838Z | Compiling static_assertions v1.1.0 |
1327 | 2024-09-05T00:02:50.862Z | Compiling unicode-segmentation v1.11.0 |
1328 | 2024-09-05T00:02:50.940Z | Compiling fixedbitset v0.4.2 |
1329 | 2024-09-05T00:02:51.071Z | Compiling console v0.15.8 |
1330 | 2024-09-05T00:02:51.303Z | Compiling petgraph v0.6.5 |
1331 | 2024-09-05T00:02:51.363Z | Compiling reqwest v0.11.27 |
1332 | 2024-09-05T00:02:51.578Z | Compiling similar v2.6.0 |
1333 | 2024-09-05T00:02:51.603Z | Compiling nom v7.1.3 |
1334 | 2024-09-05T00:02:52.138Z | Compiling hickory-proto v0.24.1 |
1335 | 2024-09-05T00:02:52.387Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1336 | 2024-09-05T00:02:52.453Z | Compiling bit-set v0.5.3 |
1337 | 2024-09-05T00:02:53.672Z | Compiling string_cache v0.8.7 |
1338 | 2024-09-05T00:02:53.958Z | Compiling clap v4.5.16 |
1339 | 2024-09-05T00:02:54.081Z | Compiling predicates v3.1.2 |
1340 | 2024-09-05T00:02:54.126Z | Compiling tokio-postgres v0.7.11 |
1341 | 2024-09-05T00:02:54.823Z | Compiling toml_edit v0.22.20 |
1342 | 2024-09-05T00:02:54.855Z | Compiling signal-hook-mio v0.2.4 |
1343 | 2024-09-05T00:02:55.012Z | Compiling usdt v0.5.0 |
1344 | 2024-09-05T00:02:55.466Z | Compiling elliptic-curve v0.13.8 |
1345 | 2024-09-05T00:02:55.610Z | Compiling rsa v0.9.6 |
1346 | 2024-09-05T00:02:56.017Z | Compiling futures v0.3.30 |
1347 | 2024-09-05T00:02:56.135Z | Compiling toml v0.7.8 |
1348 | 2024-09-05T00:02:56.210Z | Compiling flate2 v1.0.31 |
1349 | 2024-09-05T00:02:57.898Z | Compiling itertools v0.10.5 |
1350 | 2024-09-05T00:02:58.606Z | Compiling itertools v0.12.1 |
1351 | 2024-09-05T00:02:59.108Z | Compiling tokio-stream v0.1.15 |
1352 | 2024-09-05T00:03:00.019Z | Compiling openapiv3 v2.0.0 |
1353 | 2024-09-05T00:03:00.437Z | Compiling hex v0.4.3 |
1354 | 2024-09-05T00:03:00.970Z | Compiling sha1 v0.10.6 |
1355 | 2024-09-05T00:03:01.149Z | Compiling crossbeam-epoch v0.9.18 |
1356 | 2024-09-05T00:03:01.240Z | Compiling dirs-sys-next v0.1.2 |
1357 | 2024-09-05T00:03:01.347Z | Compiling unicode-xid v0.2.4 |
1358 | 2024-09-05T00:03:01.371Z | Compiling lalrpop-util v0.19.12 |
1359 | 2024-09-05T00:03:01.508Z | Compiling peg-runtime v0.8.3 |
1360 | 2024-09-05T00:03:01.687Z | Compiling dirs-next v2.0.0 |
1361 | 2024-09-05T00:03:01.800Z | Compiling thread_local v1.1.8 |
1362 | 2024-09-05T00:03:01.841Z | Compiling slog-async v2.8.0 |
1363 | 2024-09-05T00:03:01.869Z | Compiling term v0.7.0 |
1364 | 2024-09-05T00:03:02.058Z | Compiling xattr v1.3.1 |
1365 | 2024-09-05T00:03:02.090Z | Compiling strum_macros v0.26.4 |
1366 | 2024-09-05T00:03:02.352Z | Compiling crossbeam-channel v0.5.12 |
1367 | 2024-09-05T00:03:02.376Z | Compiling is-terminal v0.4.12 |
1368 | 2024-09-05T00:03:02.404Z | Compiling filetime v0.2.24 |
1369 | 2024-09-05T00:03:02.480Z | Compiling take_mut v0.2.2 |
1370 | 2024-09-05T00:03:02.625Z | Compiling tar v0.4.41 |
1371 | 2024-09-05T00:03:02.649Z | Compiling slog-term v2.9.1 |
1372 | 2024-09-05T00:03:02.714Z | Compiling camino v1.1.9 |
1373 | 2024-09-05T00:03:04.050Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1374 | 2024-09-05T00:03:05.337Z | Compiling strum v0.26.3 |
1375 | 2024-09-05T00:03:05.453Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1376 | 2024-09-05T00:03:12.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
1377 | 2024-09-05T00:03:12.289Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1378 | 2024-09-05T00:03:12.358Z | Sep 05 00:03:11.760 INFO Starting download, target: Cockroach |
1379 | 2024-09-05T00:03:12.359Z | Sep 05 00:03:11.760 INFO Starting download, target: Clickhouse |
1380 | 2024-09-05T00:03:12.359Z | Sep 05 00:03:11.760 INFO Starting download, target: Console |
1381 | 2024-09-05T00:03:12.359Z | Sep 05 00:03:11.760 INFO Starting download, target: DendriteOpenapi |
1382 | 2024-09-05T00:03:12.359Z | Sep 05 00:03:11.760 INFO Starting download, target: DendriteStub |
1383 | 2024-09-05T00:03:12.383Z | Sep 05 00:03:11.760 INFO Starting download, target: MaghemiteMgd |
1384 | 2024-09-05T00:03:12.383Z | Sep 05 00:03:11.760 INFO Starting download, target: TransceiverControl |
1385 | 2024-09-05T00:03:12.383Z | Sep 05 00:03:11.762 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1386 | 2024-09-05T00:03:12.383Z | Sep 05 00:03:11.762 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1387 | 2024-09-05T00:03:12.383Z | Sep 05 00:03:11.762 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1388 | 2024-09-05T00:03:12.383Z | Sep 05 00:03:11.763 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1389 | 2024-09-05T00:03:12.383Z | Sep 05 00:03:11.763 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1390 | 2024-09-05T00:03:12.383Z | Sep 05 00:03:11.763 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1391 | 2024-09-05T00:03:12.383Z | Sep 05 00:03:11.763 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1392 | 2024-09-05T00:03:12.697Z | Sep 05 00:03:12.090 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1393 | 2024-09-05T00:03:12.728Z | Sep 05 00:03:12.091 INFO Download complete, target: DendriteOpenapi |
1394 | 2024-09-05T00:03:13.020Z | Sep 05 00:03:12.421 INFO Download complete, target: Console |
1395 | 2024-09-05T00:03:13.636Z | Sep 05 00:03:13.037 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1396 | 2024-09-05T00:03:14.181Z | Sep 05 00:03:13.583 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1397 | 2024-09-05T00:03:14.282Z | Sep 05 00:03:13.684 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1398 | 2024-09-05T00:03:14.417Z | Sep 05 00:03:13.819 INFO Download complete, target: TransceiverControl |
1399 | 2024-09-05T00:03:17.516Z | Sep 05 00:03:16.918 INFO Download complete, target: DendriteStub |
1400 | 2024-09-05T00:03:17.832Z | Sep 05 00:03:17.234 INFO Download complete, target: MaghemiteMgd |
1401 | 2024-09-05T00:03:19.867Z | Sep 05 00:03:19.268 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1402 | 2024-09-05T00:03:19.867Z | Sep 05 00:03:19.269 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1403 | 2024-09-05T00:03:23.752Z | Sep 05 00:03:23.154 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1404 | 2024-09-05T00:03:29.372Z | Sep 05 00:03:28.774 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1405 | 2024-09-05T00:03:29.879Z | Sep 05 00:03:29.281 INFO Checking that binary works, target: Cockroach |
1406 | 2024-09-05T00:03:30.166Z | Sep 05 00:03:29.568 INFO Download complete, target: Cockroach |
1407 | 2024-09-05T00:03:40.101Z | Sep 05 00:03:39.501 INFO Checking that binary works, target: Clickhouse |
1408 | 2024-09-05T00:03:40.359Z | Sep 05 00:03:39.761 INFO Download complete, target: Clickhouse |
1409 | 2024-09-05T00:03:40.389Z | All builder prerequisites installed successfully, and PATH looks valid |
1410 | 2024-09-05T00:03:40.413Z | |
1411 | 2024-09-05T00:03:40.413Z | real 3:51.367685265 |
1412 | 2024-09-05T00:03:40.413Z | user 10:34.817086355 |
1413 | 2024-09-05T00:03:40.413Z | sys 2:29.501963934 |
1414 | 2024-09-05T00:03:40.413Z | trap 0.387541623 |
1415 | 2024-09-05T00:03:40.413Z | tflt 0.669881474 |
1416 | 2024-09-05T00:03:40.413Z | dflt 1.573997638 |
1417 | 2024-09-05T00:03:40.413Z | kflt 0.008030956 |
1418 | 2024-09-05T00:03:40.413Z | lock 24:07.732179932 |
1419 | 2024-09-05T00:03:40.413Z | slp 39:54.543163441 |
1420 | 2024-09-05T00:03:40.413Z | lat 46.894585032 |
1421 | 2024-09-05T00:03:40.413Z | stop 1:50.394136651 |
1422 | 2024-09-05T00:03:40.413Z | + banner hack-check |
1423 | 2024-09-05T00:03:40.413Z | |
1424 | 2024-09-05T00:03:40.413Z | # # ## #### # # #### # # ###### #### # # |
1425 | 2024-09-05T00:03:40.413Z | # # # # # # # # # # # # # # # # # |
1426 | 2024-09-05T00:03:40.413Z | ###### # # # #### ##### # ###### ##### # #### |
1427 | 2024-09-05T00:03:40.413Z | # # ###### # # # # # # # # # # |
1428 | 2024-09-05T00:03:40.413Z | # # # # # # # # # # # # # # # # # |
1429 | 2024-09-05T00:03:40.413Z | # # # # #### # # #### # # ###### #### # # |
1430 | 2024-09-05T00:03:40.413Z | |
1431 | 2024-09-05T00:03:40.413Z | + export CARGO_INCREMENTAL=0 |
1432 | 2024-09-05T00:03:40.413Z | + CARGO_INCREMENTAL=0 |
1433 | 2024-09-05T00:03:40.413Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1434 | 2024-09-05T00:03:41.299Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1435 | 2024-09-05T00:03:46.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
1436 | 2024-09-05T00:03:46.258Z | Running `target/debug/xtask check-features --ci` |
1437 | 2024-09-05T00:03:46.285Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1438 | 2024-09-05T00:03:46.285Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1439 | 2024-09-05T00:03:47.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1440 | 2024-09-05T00:03:47.060Z | Running `target/debug/xtask download cargo-hack` |
1441 | 2024-09-05T00:03:48.189Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1442 | 2024-09-05T00:03:48.510Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1443 | 2024-09-05T00:03:54.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.10s |
1444 | 2024-09-05T00:03:54.317Z | Running `target/debug/xtask-downloader cargo-hack` |
1445 | 2024-09-05T00:03:54.367Z | Sep 05 00:03:53.770 INFO Starting download, target: CargoHack |
1446 | 2024-09-05T00:03:54.390Z | Sep 05 00:03:53.771 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1447 | 2024-09-05T00:03:55.006Z | Sep 05 00:03:54.409 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1448 | 2024-09-05T00:03:55.124Z | Sep 05 00:03:54.528 INFO Download complete, target: CargoHack |
1449 | 2024-09-05T00:03:55.148Z | 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" |
1450 | 2024-09-05T00:03:55.172Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1451 | 2024-09-05T00:03:55.419Z | info: running `cargo check --bins` on api_identity (1/158) |
1452 | 2024-09-05T00:03:56.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1453 | 2024-09-05T00:03:56.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1454 | 2024-09-05T00:03:56.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1455 | 2024-09-05T00:03:56.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
1456 | 2024-09-05T00:03:56.386Z | |
1457 | 2024-09-05T00:03:56.386Z | info: running `cargo check --bins` on bootstore (2/158) |
1458 | 2024-09-05T00:03:57.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1459 | 2024-09-05T00:03:57.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1460 | 2024-09-05T00:03:57.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1461 | 2024-09-05T00:03:57.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
1462 | 2024-09-05T00:03:57.422Z | |
1463 | 2024-09-05T00:03:57.422Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1464 | 2024-09-05T00:03:58.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1465 | 2024-09-05T00:03:58.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1466 | 2024-09-05T00:03:58.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1467 | 2024-09-05T00:03:58.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
1468 | 2024-09-05T00:03:58.392Z | |
1469 | 2024-09-05T00:03:58.392Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1470 | 2024-09-05T00:03:59.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1471 | 2024-09-05T00:03:59.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1472 | 2024-09-05T00:03:59.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1473 | 2024-09-05T00:03:59.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
1474 | 2024-09-05T00:03:59.380Z | |
1475 | 2024-09-05T00:03:59.380Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1476 | 2024-09-05T00:04:00.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1477 | 2024-09-05T00:04:00.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1478 | 2024-09-05T00:04:00.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1479 | 2024-09-05T00:04:00.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1480 | 2024-09-05T00:04:00.113Z | |
1481 | 2024-09-05T00:04:00.113Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1482 | 2024-09-05T00:04:00.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1483 | 2024-09-05T00:04:00.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1484 | 2024-09-05T00:04:00.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1485 | 2024-09-05T00:04:00.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1486 | 2024-09-05T00:04:00.851Z | |
1487 | 2024-09-05T00:04:00.851Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1488 | 2024-09-05T00:04:01.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1489 | 2024-09-05T00:04:01.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1490 | 2024-09-05T00:04:01.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1491 | 2024-09-05T00:04:01.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1492 | 2024-09-05T00:04:01.595Z | |
1493 | 2024-09-05T00:04:01.596Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1494 | 2024-09-05T00:04:02.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1495 | 2024-09-05T00:04:02.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1496 | 2024-09-05T00:04:02.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1497 | 2024-09-05T00:04:02.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1498 | 2024-09-05T00:04:02.301Z | |
1499 | 2024-09-05T00:04:02.301Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1500 | 2024-09-05T00:04:02.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1501 | 2024-09-05T00:04:02.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1502 | 2024-09-05T00:04:02.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1503 | 2024-09-05T00:04:02.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1504 | 2024-09-05T00:04:02.952Z | |
1505 | 2024-09-05T00:04:02.952Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1506 | 2024-09-05T00:04:03.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1507 | 2024-09-05T00:04:03.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1508 | 2024-09-05T00:04:03.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1509 | 2024-09-05T00:04:03.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1510 | 2024-09-05T00:04:03.601Z | |
1511 | 2024-09-05T00:04:03.601Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1512 | 2024-09-05T00:04:04.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1513 | 2024-09-05T00:04:04.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1514 | 2024-09-05T00:04:04.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1515 | 2024-09-05T00:04:04.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1516 | 2024-09-05T00:04:04.241Z | |
1517 | 2024-09-05T00:04:04.242Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1518 | 2024-09-05T00:04:04.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1519 | 2024-09-05T00:04:04.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1520 | 2024-09-05T00:04:04.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1521 | 2024-09-05T00:04:04.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1522 | 2024-09-05T00:04:04.905Z | |
1523 | 2024-09-05T00:04:04.905Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1524 | 2024-09-05T00:04:05.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1525 | 2024-09-05T00:04:05.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1526 | 2024-09-05T00:04:05.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1527 | 2024-09-05T00:04:05.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1528 | 2024-09-05T00:04:05.578Z | |
1529 | 2024-09-05T00:04:05.578Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1530 | 2024-09-05T00:04:06.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1531 | 2024-09-05T00:04:06.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1532 | 2024-09-05T00:04:06.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1533 | 2024-09-05T00:04:06.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1534 | 2024-09-05T00:04:06.254Z | |
1535 | 2024-09-05T00:04:06.254Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1536 | 2024-09-05T00:04:06.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1537 | 2024-09-05T00:04:06.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1538 | 2024-09-05T00:04:06.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1539 | 2024-09-05T00:04:06.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1540 | 2024-09-05T00:04:06.933Z | |
1541 | 2024-09-05T00:04:06.934Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1542 | 2024-09-05T00:04:07.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1543 | 2024-09-05T00:04:07.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1544 | 2024-09-05T00:04:07.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1545 | 2024-09-05T00:04:07.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1546 | 2024-09-05T00:04:07.586Z | |
1547 | 2024-09-05T00:04:07.586Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1548 | 2024-09-05T00:04:08.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1549 | 2024-09-05T00:04:08.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1550 | 2024-09-05T00:04:08.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1551 | 2024-09-05T00:04:08.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1552 | 2024-09-05T00:04:08.245Z | |
1553 | 2024-09-05T00:04:08.245Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1554 | 2024-09-05T00:04:08.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1555 | 2024-09-05T00:04:08.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1556 | 2024-09-05T00:04:08.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1557 | 2024-09-05T00:04:08.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1558 | 2024-09-05T00:04:08.911Z | |
1559 | 2024-09-05T00:04:08.911Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1560 | 2024-09-05T00:04:09.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1561 | 2024-09-05T00:04:09.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1562 | 2024-09-05T00:04:09.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1563 | 2024-09-05T00:04:09.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1564 | 2024-09-05T00:04:09.564Z | |
1565 | 2024-09-05T00:04:09.564Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1566 | 2024-09-05T00:04:10.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1567 | 2024-09-05T00:04:10.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1568 | 2024-09-05T00:04:10.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1569 | 2024-09-05T00:04:10.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1570 | 2024-09-05T00:04:10.230Z | |
1571 | 2024-09-05T00:04:10.230Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1572 | 2024-09-05T00:04:10.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1573 | 2024-09-05T00:04:10.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1574 | 2024-09-05T00:04:10.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1575 | 2024-09-05T00:04:10.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1576 | 2024-09-05T00:04:10.889Z | |
1577 | 2024-09-05T00:04:10.889Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1578 | 2024-09-05T00:04:11.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1579 | 2024-09-05T00:04:11.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1580 | 2024-09-05T00:04:11.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1581 | 2024-09-05T00:04:11.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1582 | 2024-09-05T00:04:11.558Z | |
1583 | 2024-09-05T00:04:11.558Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1584 | 2024-09-05T00:04:12.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1585 | 2024-09-05T00:04:12.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1586 | 2024-09-05T00:04:12.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1587 | 2024-09-05T00:04:12.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1588 | 2024-09-05T00:04:12.260Z | |
1589 | 2024-09-05T00:04:12.260Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1590 | 2024-09-05T00:04:12.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1591 | 2024-09-05T00:04:12.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1592 | 2024-09-05T00:04:12.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1593 | 2024-09-05T00:04:12.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1594 | 2024-09-05T00:04:12.916Z | |
1595 | 2024-09-05T00:04:12.916Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1596 | 2024-09-05T00:04:13.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1597 | 2024-09-05T00:04:13.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1598 | 2024-09-05T00:04:13.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1599 | 2024-09-05T00:04:13.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1600 | 2024-09-05T00:04:13.821Z | |
1601 | 2024-09-05T00:04:13.821Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1602 | 2024-09-05T00:04:14.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1603 | 2024-09-05T00:04:14.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1604 | 2024-09-05T00:04:14.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1605 | 2024-09-05T00:04:14.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1606 | 2024-09-05T00:04:14.712Z | |
1607 | 2024-09-05T00:04:14.712Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1608 | 2024-09-05T00:04:15.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1609 | 2024-09-05T00:04:15.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1610 | 2024-09-05T00:04:15.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1611 | 2024-09-05T00:04:15.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1612 | 2024-09-05T00:04:15.626Z | |
1613 | 2024-09-05T00:04:15.626Z | info: running `cargo check --bins` on oxlog (28/158) |
1614 | 2024-09-05T00:04:16.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1615 | 2024-09-05T00:04:16.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1616 | 2024-09-05T00:04:16.495Z | Checking cfg-if v1.0.0 |
1617 | 2024-09-05T00:04:16.519Z | Checking libc v0.2.158 |
1618 | 2024-09-05T00:04:16.519Z | Checking memchr v2.7.2 |
1619 | 2024-09-05T00:04:16.549Z | Checking serde v1.0.208 |
1620 | 2024-09-05T00:04:16.573Z | Checking zeroize v1.7.0 |
1621 | 2024-09-05T00:04:16.597Z | Checking typenum v1.17.0 |
1622 | 2024-09-05T00:04:16.597Z | Checking scopeguard v1.2.0 |
1623 | 2024-09-05T00:04:16.597Z | Checking byteorder v1.5.0 |
1624 | 2024-09-05T00:04:16.631Z | Checking log v0.4.21 |
1625 | 2024-09-05T00:04:16.762Z | Checking lock_api v0.4.12 |
1626 | 2024-09-05T00:04:16.822Z | Checking subtle v2.5.0 |
1627 | 2024-09-05T00:04:16.910Z | Checking const-oid v0.9.6 |
1628 | 2024-09-05T00:04:16.959Z | Checking once_cell v1.19.0 |
1629 | 2024-09-05T00:04:17.059Z | Checking itoa v1.0.11 |
1630 | 2024-09-05T00:04:17.133Z | Checking pin-project-lite v0.2.14 |
1631 | 2024-09-05T00:04:17.235Z | Checking smallvec v1.13.2 |
1632 | 2024-09-05T00:04:17.270Z | Checking zerocopy v0.7.34 |
1633 | 2024-09-05T00:04:17.295Z | Checking spin v0.9.8 |
1634 | 2024-09-05T00:04:17.327Z | Checking tinyvec_macros v0.1.1 |
1635 | 2024-09-05T00:04:17.401Z | Checking tinyvec v1.6.0 |
1636 | 2024-09-05T00:04:17.513Z | Checking getrandom v0.2.14 |
1637 | 2024-09-05T00:04:17.570Z | Checking parking_lot_core v0.9.10 |
1638 | 2024-09-05T00:04:17.597Z | Checking signal-hook-registry v1.4.2 |
1639 | 2024-09-05T00:04:17.638Z | Checking generic-array v0.14.7 |
1640 | 2024-09-05T00:04:17.743Z | Checking rand_core v0.6.4 |
1641 | 2024-09-05T00:04:17.814Z | Checking mio v1.0.2 |
1642 | 2024-09-05T00:04:17.862Z | Checking parking_lot v0.12.2 |
1643 | 2024-09-05T00:04:18.002Z | Checking socket2 v0.5.7 |
1644 | 2024-09-05T00:04:18.153Z | Checking futures-core v0.3.30 |
1645 | 2024-09-05T00:04:18.317Z | Checking cpufeatures v0.2.12 |
1646 | 2024-09-05T00:04:18.341Z | Checking futures-sink v0.3.30 |
1647 | 2024-09-05T00:04:18.365Z | Checking allocator-api2 v0.2.18 |
1648 | 2024-09-05T00:04:18.408Z | Checking unicode-bidi v0.3.15 |
1649 | 2024-09-05T00:04:18.432Z | Checking libm v0.2.8 |
1650 | 2024-09-05T00:04:18.456Z | Checking ahash v0.8.11 |
1651 | 2024-09-05T00:04:18.480Z | Checking equivalent v1.0.1 |
1652 | 2024-09-05T00:04:18.520Z | Checking unicode-normalization v0.1.23 |
1653 | 2024-09-05T00:04:18.575Z | Checking ryu v1.0.18 |
1654 | 2024-09-05T00:04:18.599Z | Checking crypto-common v0.1.6 |
1655 | 2024-09-05T00:04:18.747Z | Checking block-buffer v0.10.4 |
1656 | 2024-09-05T00:04:18.780Z | Checking block-padding v0.3.3 |
1657 | 2024-09-05T00:04:18.912Z | Checking futures-channel v0.3.30 |
1658 | 2024-09-05T00:04:18.936Z | Checking hashbrown v0.14.5 |
1659 | 2024-09-05T00:04:18.961Z | Checking digest v0.10.7 |
1660 | 2024-09-05T00:04:18.985Z | Checking inout v0.1.3 |
1661 | 2024-09-05T00:04:18.985Z | Checking slab v0.4.9 |
1662 | 2024-09-05T00:04:19.176Z | Checking cipher v0.4.4 |
1663 | 2024-09-05T00:04:19.200Z | Checking num-traits v0.2.19 |
1664 | 2024-09-05T00:04:19.243Z | Checking futures-io v0.3.30 |
1665 | 2024-09-05T00:04:19.267Z | Checking futures-task v0.3.30 |
1666 | 2024-09-05T00:04:19.267Z | Checking hmac v0.12.1 |
1667 | 2024-09-05T00:04:19.291Z | Checking sha2 v0.10.8 |
1668 | 2024-09-05T00:04:19.403Z | Checking pin-utils v0.1.0 |
1669 | 2024-09-05T00:04:19.465Z | Checking base64ct v1.6.0 |
1670 | 2024-09-05T00:04:19.488Z | Checking percent-encoding v2.3.1 |
1671 | 2024-09-05T00:04:19.513Z | Checking futures-util v0.3.30 |
1672 | 2024-09-05T00:04:19.537Z | Checking ppv-lite86 v0.2.17 |
1673 | 2024-09-05T00:04:19.670Z | Checking flagset v0.4.5 |
1674 | 2024-09-05T00:04:19.750Z | Checking salsa20 v0.10.2 |
1675 | 2024-09-05T00:04:19.846Z | Checking pbkdf2 v0.12.2 |
1676 | 2024-09-05T00:04:19.870Z | Checking pem-rfc7468 v0.7.0 |
1677 | 2024-09-05T00:04:19.944Z | Checking tracing-core v0.1.32 |
1678 | 2024-09-05T00:04:19.968Z | Checking fnv v1.0.7 |
1679 | 2024-09-05T00:04:19.994Z | Checking untrusted v0.9.0 |
1680 | 2024-09-05T00:04:20.073Z | Checking scrypt v0.11.0 |
1681 | 2024-09-05T00:04:20.105Z | Checking der v0.7.9 |
1682 | 2024-09-05T00:04:20.129Z | Checking rand_chacha v0.3.1 |
1683 | 2024-09-05T00:04:20.153Z | Checking ring v0.17.8 |
1684 | 2024-09-05T00:04:20.269Z | Checking aes v0.8.4 |
1685 | 2024-09-05T00:04:20.453Z | Checking rand v0.8.5 |
1686 | 2024-09-05T00:04:20.518Z | Checking tracing v0.1.40 |
1687 | 2024-09-05T00:04:20.613Z | Checking cbc v0.1.2 |
1688 | 2024-09-05T00:04:20.791Z | Checking thiserror v1.0.63 |
1689 | 2024-09-05T00:04:20.825Z | Checking foreign-types-shared v0.1.1 |
1690 | 2024-09-05T00:04:20.849Z | Checking bytes v1.7.1 |
1691 | 2024-09-05T00:04:20.922Z | Checking bitflags v2.6.0 |
1692 | 2024-09-05T00:04:20.950Z | Checking indexmap v2.4.0 |
1693 | 2024-09-05T00:04:21.011Z | Checking serde_json v1.0.125 |
1694 | 2024-09-05T00:04:21.184Z | Checking foreign-types v0.3.2 |
1695 | 2024-09-05T00:04:21.265Z | Checking form_urlencoded v1.2.1 |
1696 | 2024-09-05T00:04:21.433Z | Checking openssl-sys v0.9.103 |
1697 | 2024-09-05T00:04:21.457Z | Checking aho-corasick v1.1.3 |
1698 | 2024-09-05T00:04:21.553Z | Checking tokio v1.39.3 |
1699 | 2024-09-05T00:04:21.697Z | Checking spki v0.7.3 |
1700 | 2024-09-05T00:04:21.761Z | Checking http v0.2.12 |
1701 | 2024-09-05T00:04:21.954Z | Checking pkcs5 v0.7.1 |
1702 | 2024-09-05T00:04:22.054Z | Checking try-lock v0.2.5 |
1703 | 2024-09-05T00:04:22.171Z | Checking powerfmt v0.2.0 |
1704 | 2024-09-05T00:04:22.403Z | Checking siphasher v0.3.11 |
1705 | 2024-09-05T00:04:22.428Z | Checking regex-syntax v0.8.4 |
1706 | 2024-09-05T00:04:22.477Z | Checking unicode-ident v1.0.12 |
1707 | 2024-09-05T00:04:22.553Z | Checking openssl v0.10.66 |
1708 | 2024-09-05T00:04:22.629Z | Checking proc-macro2 v1.0.86 |
1709 | 2024-09-05T00:04:22.664Z | Checking pkcs8 v0.10.2 |
1710 | 2024-09-05T00:04:22.879Z | Checking deranged v0.3.11 |
1711 | 2024-09-05T00:04:22.930Z | Checking want v0.3.1 |
1712 | 2024-09-05T00:04:22.954Z | Checking http-body v0.4.6 |
1713 | 2024-09-05T00:04:23.100Z | Checking sct v0.7.1 |
1714 | 2024-09-05T00:04:23.214Z | Checking rustls-webpki v0.101.7 |
1715 | 2024-09-05T00:04:23.277Z | Checking uuid v1.10.0 |
1716 | 2024-09-05T00:04:23.301Z | Checking idna v0.5.0 |
1717 | 2024-09-05T00:04:23.776Z | Checking httparse v1.8.0 |
1718 | 2024-09-05T00:04:23.805Z | Checking errno v0.3.9 |
1719 | 2024-09-05T00:04:23.915Z | Checking scroll v0.12.0 |
1720 | 2024-09-05T00:04:23.954Z | Checking utf8parse v0.2.1 |
1721 | 2024-09-05T00:04:23.978Z | Checking num-conv v0.1.0 |
1722 | 2024-09-05T00:04:24.095Z | Checking openssl-probe v0.1.5 |
1723 | 2024-09-05T00:04:24.136Z | Checking tower-service v0.3.2 |
1724 | 2024-09-05T00:04:24.190Z | Checking plain v0.2.3 |
1725 | 2024-09-05T00:04:24.233Z | Checking httpdate v1.0.3 |
1726 | 2024-09-05T00:04:24.257Z | Checking adler v1.0.2 |
1727 | 2024-09-05T00:04:24.322Z | Checking finl_unicode v1.2.0 |
1728 | 2024-09-05T00:04:24.346Z | Checking num_threads v0.1.7 |
1729 | 2024-09-05T00:04:24.370Z | Checking ucd-trie v0.1.6 |
1730 | 2024-09-05T00:04:24.394Z | Checking iana-time-zone v0.1.60 |
1731 | 2024-09-05T00:04:24.450Z | Checking anstyle v1.0.8 |
1732 | 2024-09-05T00:04:24.474Z | Checking time-core v0.1.2 |
1733 | 2024-09-05T00:04:24.525Z | Checking chrono v0.4.38 |
1734 | 2024-09-05T00:04:24.549Z | Checking pest v2.7.10 |
1735 | 2024-09-05T00:04:24.607Z | Checking time v0.3.36 |
1736 | 2024-09-05T00:04:24.757Z | Checking miniz_oxide v0.7.2 |
1737 | 2024-09-05T00:04:24.820Z | Checking stringprep v0.1.4 |
1738 | 2024-09-05T00:04:25.046Z | Checking goblin v0.8.2 |
1739 | 2024-09-05T00:04:25.114Z | Checking regex-automata v0.4.6 |
1740 | 2024-09-05T00:04:25.396Z | Checking anstyle-parse v0.2.4 |
1741 | 2024-09-05T00:04:25.623Z | Checking rustix v0.38.34 |
1742 | 2024-09-05T00:04:26.262Z | Checking url v2.5.2 |
1743 | 2024-09-05T00:04:26.669Z | Checking rustls v0.21.12 |
1744 | 2024-09-05T00:04:26.693Z | Checking quote v1.0.36 |
1745 | 2024-09-05T00:04:26.955Z | Checking serde_spanned v0.6.7 |
1746 | 2024-09-05T00:04:27.000Z | Checking toml_datetime v0.6.8 |
1747 | 2024-09-05T00:04:27.056Z | Checking native-tls v0.2.11 |
1748 | 2024-09-05T00:04:27.137Z | Checking num-integer v0.1.46 |
1749 | 2024-09-05T00:04:27.279Z | Checking idna v0.3.0 |
1750 | 2024-09-05T00:04:27.337Z | Checking md-5 v0.10.6 |
1751 | 2024-09-05T00:04:27.364Z | Checking lazy_static v1.5.0 |
1752 | 2024-09-05T00:04:27.469Z | Checking hash32 v0.2.1 |
1753 | 2024-09-05T00:04:27.537Z | Checking gimli v0.28.1 |
1754 | 2024-09-05T00:04:27.580Z | Checking base64 v0.22.1 |
1755 | 2024-09-05T00:04:27.743Z | Checking colorchoice v1.0.1 |
1756 | 2024-09-05T00:04:27.828Z | Checking tokio-util v0.7.11 |
1757 | 2024-09-05T00:04:27.864Z | Checking anstyle-query v1.0.3 |
1758 | 2024-09-05T00:04:27.950Z | Checking fallible-iterator v0.2.0 |
1759 | 2024-09-05T00:04:27.977Z | Checking pretty-hex v0.4.1 |
1760 | 2024-09-05T00:04:28.019Z | Checking psl-types v2.0.11 |
1761 | 2024-09-05T00:04:28.135Z | Checking is_terminal_polyfill v1.70.0 |
1762 | 2024-09-05T00:04:28.178Z | Checking stable_deref_trait v1.2.0 |
1763 | 2024-09-05T00:04:28.235Z | Checking anstream v0.6.14 |
1764 | 2024-09-05T00:04:28.268Z | Checking heapless v0.7.17 |
1765 | 2024-09-05T00:04:28.466Z | Checking postgres-protocol v0.6.7 |
1766 | 2024-09-05T00:04:28.547Z | Checking publicsuffix v2.2.3 |
1767 | 2024-09-05T00:04:28.571Z | Checking h2 v0.3.26 |
1768 | 2024-09-05T00:04:28.753Z | Checking tokio-native-tls v0.3.1 |
1769 | 2024-09-05T00:04:28.984Z | Checking num-iter v0.1.45 |
1770 | 2024-09-05T00:04:29.034Z | Checking terminal_size v0.3.0 |
1771 | 2024-09-05T00:04:29.058Z | Checking syn v2.0.74 |
1772 | 2024-09-05T00:04:29.143Z | Checking cookie v0.17.0 |
1773 | 2024-09-05T00:04:29.167Z | Checking dtrace-parser v0.2.0 |
1774 | 2024-09-05T00:04:29.191Z | Checking phf_shared v0.11.2 |
1775 | 2024-09-05T00:04:29.278Z | Checking dof v0.3.0 |
1776 | 2024-09-05T00:04:29.419Z | Checking ff v0.13.0 |
1777 | 2024-09-05T00:04:29.498Z | Checking thread-id v4.2.1 |
1778 | 2024-09-05T00:04:29.522Z | Checking tokio-rustls v0.24.1 |
1779 | 2024-09-05T00:04:29.572Z | Checking object v0.32.2 |
1780 | 2024-09-05T00:04:29.601Z | Checking rustc-demangle v0.1.24 |
1781 | 2024-09-05T00:04:29.625Z | Checking base16ct v0.2.0 |
1782 | 2024-09-05T00:04:29.797Z | Checking winnow v0.5.40 |
1783 | 2024-09-05T00:04:29.821Z | Checking bitflags v1.3.2 |
1784 | 2024-09-05T00:04:29.845Z | Checking clap_lex v0.7.0 |
1785 | 2024-09-05T00:04:29.905Z | Checking managed v0.8.0 |
1786 | 2024-09-05T00:04:29.980Z | Checking either v1.13.0 |
1787 | 2024-09-05T00:04:30.044Z | Checking strsim v0.11.1 |
1788 | 2024-09-05T00:04:30.236Z | Checking ipnet v2.9.0 |
1789 | 2024-09-05T00:04:30.302Z | Checking base64 v0.21.7 |
1790 | 2024-09-05T00:04:30.326Z | Checking clap_builder v4.5.15 |
1791 | 2024-09-05T00:04:30.656Z | Checking smoltcp v0.9.1 |
1792 | 2024-09-05T00:04:30.701Z | Checking addr2line v0.21.0 |
1793 | 2024-09-05T00:04:30.725Z | Checking rustls-pemfile v1.0.4 |
1794 | 2024-09-05T00:04:30.892Z | Checking sec1 v0.7.3 |
1795 | 2024-09-05T00:04:31.137Z | Checking group v0.13.0 |
1796 | 2024-09-05T00:04:31.221Z | Checking cookie_store v0.20.0 |
1797 | 2024-09-05T00:04:31.352Z | Checking phf v0.11.2 |
1798 | 2024-09-05T00:04:31.579Z | Checking num-bigint-dig v0.8.4 |
1799 | 2024-09-05T00:04:31.778Z | Checking bstr v1.9.1 |
1800 | 2024-09-05T00:04:31.981Z | Checking regex v1.10.6 |
1801 | 2024-09-05T00:04:32.455Z | Checking toml_edit v0.19.15 |
1802 | 2024-09-05T00:04:32.525Z | Checking postgres-types v0.2.7 |
1803 | 2024-09-05T00:04:32.578Z | Checking futures-executor v0.3.30 |
1804 | 2024-09-05T00:04:32.783Z | Checking pkcs1 v0.7.5 |
1805 | 2024-09-05T00:04:32.931Z | Checking phf_shared v0.10.0 |
1806 | 2024-09-05T00:04:33.118Z | Checking serde_urlencoded v0.7.1 |
1807 | 2024-09-05T00:04:33.144Z | Checking hubpack v0.1.2 |
1808 | 2024-09-05T00:04:33.173Z | Checking zerocopy v0.6.6 |
1809 | 2024-09-05T00:04:33.400Z | Checking float-cmp v0.9.0 |
1810 | 2024-09-05T00:04:33.462Z | Checking signal-hook v0.3.17 |
1811 | 2024-09-05T00:04:33.486Z | Checking crossbeam-utils v0.8.19 |
1812 | 2024-09-05T00:04:33.564Z | Checking crc32fast v1.4.0 |
1813 | 2024-09-05T00:04:33.749Z | Checking hkdf v0.12.4 |
1814 | 2024-09-05T00:04:33.772Z | Checking idna v0.4.0 |
1815 | 2024-09-05T00:04:33.831Z | Checking hyper v0.14.30 |
1816 | 2024-09-05T00:04:33.855Z | Checking signature v2.2.0 |
1817 | 2024-09-05T00:04:33.925Z | Checking crypto-bigint v0.5.5 |
1818 | 2024-09-05T00:04:34.024Z | Checking mio v0.8.11 |
1819 | 2024-09-05T00:04:34.092Z | Checking memmap v0.7.0 |
1820 | 2024-09-05T00:04:34.275Z | Checking encoding_rs v0.8.34 |
1821 | 2024-09-05T00:04:34.440Z | Checking bit-vec v0.6.3 |
1822 | 2024-09-05T00:04:34.533Z | Checking usdt-impl v0.5.0 |
1823 | 2024-09-05T00:04:34.585Z | Checking precomputed-hash v0.1.1 |
1824 | 2024-09-05T00:04:34.611Z | Checking winnow v0.6.18 |
1825 | 2024-09-05T00:04:34.697Z | Checking minimal-lexical v0.2.1 |
1826 | 2024-09-05T00:04:34.735Z | Checking difflib v0.4.0 |
1827 | 2024-09-05T00:04:34.786Z | Checking backtrace v0.3.71 |
1828 | 2024-09-05T00:04:34.988Z | Checking mime v0.3.17 |
1829 | 2024-09-05T00:04:35.012Z | Checking webpki-roots v0.25.4 |
1830 | 2024-09-05T00:04:35.044Z | Checking new_debug_unreachable v1.0.6 |
1831 | 2024-09-05T00:04:35.129Z | Checking static_assertions v1.1.0 |
1832 | 2024-09-05T00:04:35.156Z | Checking dyn-clone v1.0.17 |
1833 | 2024-09-05T00:04:35.213Z | Checking unicode-width v0.1.13 |
1834 | 2024-09-05T00:04:35.268Z | Checking normalize-line-endings v0.3.0 |
1835 | 2024-09-05T00:04:35.297Z | Checking predicates-core v1.0.6 |
1836 | 2024-09-05T00:04:35.297Z | Checking unicode-segmentation v1.11.0 |
1837 | 2024-09-05T00:04:35.373Z | Checking sync_wrapper v0.1.2 |
1838 | 2024-09-05T00:04:35.397Z | Checking fixedbitset v0.4.2 |
1839 | 2024-09-05T00:04:35.456Z | Checking whoami v1.5.1 |
1840 | 2024-09-05T00:04:35.490Z | Checking data-encoding v2.6.0 |
1841 | 2024-09-05T00:04:35.628Z | Checking petgraph v0.6.5 |
1842 | 2024-09-05T00:04:35.724Z | Checking tokio-postgres v0.7.11 |
1843 | 2024-09-05T00:04:35.829Z | Checking similar v2.6.0 |
1844 | 2024-09-05T00:04:36.042Z | Checking hickory-proto v0.24.1 |
1845 | 2024-09-05T00:04:36.208Z | Checking predicates v3.1.2 |
1846 | 2024-09-05T00:04:36.286Z | Checking elliptic-curve v0.13.8 |
1847 | 2024-09-05T00:04:36.556Z | Checking console v0.15.8 |
1848 | 2024-09-05T00:04:36.829Z | Checking schemars v0.8.21 |
1849 | 2024-09-05T00:04:36.878Z | Checking anyhow v1.0.86 |
1850 | 2024-09-05T00:04:37.069Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1851 | 2024-09-05T00:04:37.107Z | Checking toml_edit v0.22.20 |
1852 | 2024-09-05T00:04:37.239Z | Checking string_cache v0.8.7 |
1853 | 2024-09-05T00:04:37.483Z | Checking nom v7.1.3 |
1854 | 2024-09-05T00:04:38.179Z | Checking usdt v0.5.0 |
1855 | 2024-09-05T00:04:38.243Z | Checking bit-set v0.5.3 |
1856 | 2024-09-05T00:04:38.410Z | Checking toml v0.7.8 |
1857 | 2024-09-05T00:04:38.471Z | Checking signal-hook-mio v0.2.4 |
1858 | 2024-09-05T00:04:38.567Z | Checking crossbeam-epoch v0.9.18 |
1859 | 2024-09-05T00:04:38.605Z | Checking rsa v0.9.6 |
1860 | 2024-09-05T00:04:38.957Z | Checking flate2 v1.0.31 |
1861 | 2024-09-05T00:04:39.035Z | Checking clap v4.5.16 |
1862 | 2024-09-05T00:04:39.141Z | Checking hyper-tls v0.5.0 |
1863 | 2024-09-05T00:04:39.165Z | Checking hyper-rustls v0.24.2 |
1864 | 2024-09-05T00:04:39.386Z | Checking futures v0.3.30 |
1865 | 2024-09-05T00:04:39.410Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1866 | 2024-09-05T00:04:39.434Z | Checking reqwest v0.11.27 |
1867 | 2024-09-05T00:04:39.458Z | Checking itertools v0.10.5 |
1868 | 2024-09-05T00:04:39.495Z | Checking itertools v0.12.1 |
1869 | 2024-09-05T00:04:39.519Z | Checking tokio-stream v0.1.15 |
1870 | 2024-09-05T00:04:39.545Z | Checking fs-err v2.11.0 |
1871 | 2024-09-05T00:04:39.882Z | Checking nix v0.28.0 |
1872 | 2024-09-05T00:04:40.056Z | Checking slog v2.7.0 |
1873 | 2024-09-05T00:04:40.110Z | Checking openapiv3 v2.0.0 |
1874 | 2024-09-05T00:04:40.227Z | Checking hex v0.4.3 |
1875 | 2024-09-05T00:04:40.479Z | Checking semver v1.0.23 |
1876 | 2024-09-05T00:04:40.672Z | Checking sha1 v0.10.6 |
1877 | 2024-09-05T00:04:40.838Z | Checking lalrpop-util v0.19.12 |
1878 | 2024-09-05T00:04:40.876Z | Checking peg-runtime v0.8.3 |
1879 | 2024-09-05T00:04:40.941Z | Checking camino v1.1.9 |
1880 | 2024-09-05T00:04:41.078Z | Checking sigpipe v0.1.3 |
1881 | 2024-09-05T00:04:42.974Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1882 | 2024-09-05T00:04:43.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.76s |
1883 | 2024-09-05T00:04:43.526Z | |
1884 | 2024-09-05T00:04:43.526Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1885 | 2024-09-05T00:04:44.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1886 | 2024-09-05T00:04:44.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1887 | 2024-09-05T00:04:44.467Z | Compiling regress v0.9.1 |
1888 | 2024-09-05T00:04:44.496Z | Checking strum v0.26.3 |
1889 | 2024-09-05T00:04:44.525Z | Checking heck v0.5.0 |
1890 | 2024-09-05T00:04:44.549Z | Compiling getopts v0.2.21 |
1891 | 2024-09-05T00:04:44.573Z | Checking dirs-sys-next v0.1.2 |
1892 | 2024-09-05T00:04:44.597Z | Compiling unsafe-libyaml v0.2.11 |
1893 | 2024-09-05T00:04:44.644Z | Checking http v1.1.0 |
1894 | 2024-09-05T00:04:44.708Z | Checking thread_local v1.1.8 |
1895 | 2024-09-05T00:04:44.732Z | Checking dirs-next v2.0.0 |
1896 | 2024-09-05T00:04:44.842Z | Compiling ident_case v1.0.1 |
1897 | 2024-09-05T00:04:44.892Z | Checking rustls-pki-types v1.7.0 |
1898 | 2024-09-05T00:04:44.968Z | Compiling darling_core v0.20.9 |
1899 | 2024-09-05T00:04:45.008Z | Checking term v0.7.0 |
1900 | 2024-09-05T00:04:45.280Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1901 | 2024-09-05T00:04:45.379Z | Checking crossbeam-channel v0.5.12 |
1902 | 2024-09-05T00:04:45.403Z | Checking is-terminal v0.4.12 |
1903 | 2024-09-05T00:04:45.505Z | Checking atty v0.2.14 |
1904 | 2024-09-05T00:04:45.575Z | Checking utf-8 v0.7.6 |
1905 | 2024-09-05T00:04:45.625Z | Checking termcolor v1.4.1 |
1906 | 2024-09-05T00:04:45.759Z | Compiling serde_yaml v0.9.34+deprecated |
1907 | 2024-09-05T00:04:45.841Z | Checking humantime v2.1.0 |
1908 | 2024-09-05T00:04:45.994Z | Compiling paste v1.0.15 |
1909 | 2024-09-05T00:04:46.021Z | Checking take_mut v0.2.2 |
1910 | 2024-09-05T00:04:46.098Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1911 | 2024-09-05T00:04:46.159Z | Compiling rustls v0.22.4 |
1912 | 2024-09-05T00:04:46.199Z | Checking slog-async v2.8.0 |
1913 | 2024-09-05T00:04:46.447Z | Checking env_logger v0.9.3 |
1914 | 2024-09-05T00:04:46.471Z | Checking slog-term v2.9.1 |
1915 | 2024-09-05T00:04:46.471Z | Checking rustls-webpki v0.102.4 |
1916 | 2024-09-05T00:04:46.535Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-09-05T00:04:46.854Z | Compiling proc-macro-crate v1.3.1 |
1918 | 2024-09-05T00:04:46.878Z | Compiling bitstruct_derive v0.1.0 |
1919 | 2024-09-05T00:04:46.952Z | Compiling structmeta-derive v0.3.0 |
1920 | 2024-09-05T00:04:47.184Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-09-05T00:04:47.304Z | Compiling multer v3.1.0 |
1922 | 2024-09-05T00:04:47.406Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1923 | 2024-09-05T00:04:47.843Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1924 | 2024-09-05T00:04:48.046Z | Checking ascii v1.1.0 |
1925 | 2024-09-05T00:04:48.096Z | Checking match_cfg v0.1.0 |
1926 | 2024-09-05T00:04:48.184Z | Checking hostname v0.3.1 |
1927 | 2024-09-05T00:04:48.325Z | Checking bitstruct v0.1.1 |
1928 | 2024-09-05T00:04:48.394Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1929 | 2024-09-05T00:04:48.427Z | Compiling num_enum_derive v0.5.11 |
1930 | 2024-09-05T00:04:48.784Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1931 | 2024-09-05T00:04:49.125Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1932 | 2024-09-05T00:04:49.383Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1933 | 2024-09-05T00:04:49.421Z | Checking slog-json v2.6.1 |
1934 | 2024-09-05T00:04:49.480Z | Compiling structmeta v0.3.0 |
1935 | 2024-09-05T00:04:49.649Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1936 | 2024-09-05T00:04:49.673Z | Checking erased-serde v0.3.31 |
1937 | 2024-09-05T00:04:49.871Z | Checking serde_arrays v0.1.0 |
1938 | 2024-09-05T00:04:49.895Z | Compiling async-stream-impl v0.3.5 |
1939 | 2024-09-05T00:04:50.011Z | Compiling foreign-types-macros v0.2.3 |
1940 | 2024-09-05T00:04:50.399Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1941 | 2024-09-05T00:04:50.579Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1942 | 2024-09-05T00:04:50.635Z | Checking foreign-types-shared v0.3.1 |
1943 | 2024-09-05T00:04:50.664Z | Checking atomic-waker v1.1.2 |
1944 | 2024-09-05T00:04:50.743Z | Checking arc-swap v1.7.1 |
1945 | 2024-09-05T00:04:50.790Z | Checking waitgroup v0.1.2 |
1946 | 2024-09-05T00:04:50.920Z | Checking num_enum v0.5.11 |
1947 | 2024-09-05T00:04:50.944Z | Compiling darling_macro v0.20.9 |
1948 | 2024-09-05T00:04:50.968Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1949 | 2024-09-05T00:04:51.067Z | Compiling parse-display-derive v0.10.0 |
1950 | 2024-09-05T00:04:51.091Z | Checking async-stream v0.3.5 |
1951 | 2024-09-05T00:04:51.127Z | Checking slog-scope v4.4.0 |
1952 | 2024-09-05T00:04:51.150Z | Checking foreign-types v0.5.0 |
1953 | 2024-09-05T00:04:51.240Z | Checking slog-bunyan v2.5.0 |
1954 | 2024-09-05T00:04:51.263Z | Compiling proc-macro-error v1.0.4 |
1955 | 2024-09-05T00:04:51.531Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1956 | 2024-09-05T00:04:51.670Z | Checking toml v0.8.19 |
1957 | 2024-09-05T00:04:51.785Z | Compiling darling v0.20.9 |
1958 | 2024-09-05T00:04:51.819Z | Checking tungstenite v0.20.1 |
1959 | 2024-09-05T00:04:51.879Z | Checking rustls-pemfile v2.1.3 |
1960 | 2024-09-05T00:04:51.903Z | Compiling serde_with_macros v3.9.0 |
1961 | 2024-09-05T00:04:52.101Z | Compiling heck v0.3.3 |
1962 | 2024-09-05T00:04:52.137Z | Checking tokio-rustls v0.25.0 |
1963 | 2024-09-05T00:04:52.408Z | Checking ipnetwork v0.20.0 |
1964 | 2024-09-05T00:04:52.512Z | Checking newtype-uuid v1.1.0 |
1965 | 2024-09-05T00:04:52.552Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1966 | 2024-09-05T00:04:52.673Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1967 | 2024-09-05T00:04:52.737Z | Checking serde_path_to_error v0.1.16 |
1968 | 2024-09-05T00:04:52.762Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1969 | 2024-09-05T00:04:53.267Z | Checking hostname v0.4.0 |
1970 | 2024-09-05T00:04:53.374Z | Checking cstr-argument v0.1.2 |
1971 | 2024-09-05T00:04:53.398Z | Checking instant v0.1.12 |
1972 | 2024-09-05T00:04:53.421Z | Checking fastrand v2.1.0 |
1973 | 2024-09-05T00:04:53.511Z | Checking pretty-hex v0.2.1 |
1974 | 2024-09-05T00:04:53.539Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1975 | 2024-09-05T00:04:53.660Z | Checking debug-ignore v1.0.5 |
1976 | 2024-09-05T00:04:53.704Z | Checking tempfile v3.10.1 |
1977 | 2024-09-05T00:04:53.788Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1978 | 2024-09-05T00:04:53.831Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1979 | 2024-09-05T00:04:54.037Z | Checking backoff v0.4.0 |
1980 | 2024-09-05T00:04:54.061Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1981 | 2024-09-05T00:04:54.178Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1982 | 2024-09-05T00:04:54.264Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1983 | 2024-09-05T00:04:54.292Z | Checking tokio-tungstenite v0.20.1 |
1984 | 2024-09-05T00:04:54.466Z | Compiling zone_cfg_derive v0.1.2 |
1985 | 2024-09-05T00:04:54.494Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1986 | 2024-09-05T00:04:54.518Z | Checking serde_with v3.9.0 |
1987 | 2024-09-05T00:04:54.714Z | Checking slog-stdlog v4.1.1 |
1988 | 2024-09-05T00:04:54.858Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1989 | 2024-09-05T00:04:54.993Z | Checking tungstenite v0.21.0 |
1990 | 2024-09-05T00:04:55.123Z | Checking parse-display v0.10.0 |
1991 | 2024-09-05T00:04:55.147Z | Checking colored v2.1.0 |
1992 | 2024-09-05T00:04:55.320Z | Checking macaddr v1.0.1 |
1993 | 2024-09-05T00:04:55.411Z | Checking socket2 v0.4.10 |
1994 | 2024-09-05T00:04:55.615Z | Checking base64 v0.13.1 |
1995 | 2024-09-05T00:04:55.752Z | Checking tokio-tungstenite v0.21.0 |
1996 | 2024-09-05T00:04:55.776Z | Checking zone v0.1.8 |
1997 | 2024-09-05T00:04:55.964Z | Checking ron v0.7.1 |
1998 | 2024-09-05T00:04:56.170Z | Checking slog-envlogger v2.2.0 |
1999 | 2024-09-05T00:04:56.333Z | Checking pem v3.0.4 |
2000 | 2024-09-05T00:04:56.370Z | Checking tabwriter v1.4.0 |
2001 | 2024-09-05T00:04:56.573Z | Checking xattr v1.3.1 |
2002 | 2024-09-05T00:04:56.597Z | Checking portpicker v0.1.1 |
2003 | 2024-09-05T00:04:56.747Z | Checking yasna v0.5.2 |
2004 | 2024-09-05T00:04:56.771Z | Checking headers-core v0.2.0 |
2005 | 2024-09-05T00:04:56.906Z | Checking smf v0.2.3 |
2006 | 2024-09-05T00:04:56.979Z | Checking filetime v0.2.24 |
2007 | 2024-09-05T00:04:57.172Z | Checking same-file v1.0.6 |
2008 | 2024-09-05T00:04:57.304Z | Checking tar v0.4.41 |
2009 | 2024-09-05T00:04:57.353Z | Checking headers v0.3.9 |
2010 | 2024-09-05T00:04:57.384Z | Checking camino-tempfile v1.1.1 |
2011 | 2024-09-05T00:04:57.408Z | Checking walkdir v2.5.0 |
2012 | 2024-09-05T00:04:57.575Z | Checking rcgen v0.12.1 |
2013 | 2024-09-05T00:04:57.632Z | Checking atomicwrites v0.4.3 |
2014 | 2024-09-05T00:04:57.656Z | Checking subprocess v0.2.9 |
2015 | 2024-09-05T00:04:58.728Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2016 | 2024-09-05T00:04:58.984Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2017 | 2024-09-05T00:05:00.786Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2018 | 2024-09-05T00:05:03.311Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2019 | 2024-09-05T00:05:03.412Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2020 | 2024-09-05T00:05:07.887Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2021 | 2024-09-05T00:05:16.499Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2022 | 2024-09-05T00:05:16.688Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2023 | 2024-09-05T00:05:16.688Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2024 | 2024-09-05T00:05:20.006Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2025 | 2024-09-05T00:05:20.528Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2026 | 2024-09-05T00:05:28.414Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2027 | 2024-09-05T00:05:30.318Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2028 | 2024-09-05T00:05:31.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.17s |
2029 | 2024-09-05T00:05:31.863Z | |
2030 | 2024-09-05T00:05:31.863Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2031 | 2024-09-05T00:05:32.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2032 | 2024-09-05T00:05:32.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2033 | 2024-09-05T00:05:32.804Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2034 | 2024-09-05T00:05:34.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
2035 | 2024-09-05T00:05:34.506Z | |
2036 | 2024-09-05T00:05:34.506Z | info: running `cargo check --bins` on nexus-config (31/158) |
2037 | 2024-09-05T00:05:35.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2038 | 2024-09-05T00:05:35.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2039 | 2024-09-05T00:05:35.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2040 | 2024-09-05T00:05:35.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2041 | 2024-09-05T00:05:35.394Z | |
2042 | 2024-09-05T00:05:35.395Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2043 | 2024-09-05T00:05:36.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2044 | 2024-09-05T00:05:36.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2045 | 2024-09-05T00:05:36.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2046 | 2024-09-05T00:05:36.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2047 | 2024-09-05T00:05:36.255Z | |
2048 | 2024-09-05T00:05:36.255Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2049 | 2024-09-05T00:05:37.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2050 | 2024-09-05T00:05:37.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2051 | 2024-09-05T00:05:37.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2052 | 2024-09-05T00:05:37.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2053 | 2024-09-05T00:05:37.181Z | |
2054 | 2024-09-05T00:05:37.181Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2055 | 2024-09-05T00:05:37.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2056 | 2024-09-05T00:05:37.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2057 | 2024-09-05T00:05:38.088Z | Compiling heapless v0.8.0 |
2058 | 2024-09-05T00:05:38.112Z | Checking hash32 v0.3.1 |
2059 | 2024-09-05T00:05:38.112Z | Compiling smoltcp v0.11.0 |
2060 | 2024-09-05T00:05:38.146Z | Checking embedded-io v0.4.0 |
2061 | 2024-09-05T00:05:38.170Z | Checking cobs v0.2.3 |
2062 | 2024-09-05T00:05:38.195Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2063 | 2024-09-05T00:05:38.195Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2064 | 2024-09-05T00:05:38.219Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2065 | 2024-09-05T00:05:38.291Z | Compiling crucible-workspace-hack v0.1.0 |
2066 | 2024-09-05T00:05:38.319Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2067 | 2024-09-05T00:05:38.348Z | Checking newline-converter v0.3.0 |
2068 | 2024-09-05T00:05:38.373Z | Checking postcard v1.0.8 |
2069 | 2024-09-05T00:05:38.519Z | Compiling convert_case v0.4.0 |
2070 | 2024-09-05T00:05:38.543Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2071 | 2024-09-05T00:05:38.677Z | Checking expectorate v1.1.0 |
2072 | 2024-09-05T00:05:38.744Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2073 | 2024-09-05T00:05:38.823Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2074 | 2024-09-05T00:05:38.847Z | Compiling num-derive v0.4.2 |
2075 | 2024-09-05T00:05:38.998Z | Compiling slog-dtrace v0.3.0 |
2076 | 2024-09-05T00:05:39.029Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2077 | 2024-09-05T00:05:39.132Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2078 | 2024-09-05T00:05:39.392Z | Compiling derive_more v0.99.18 |
2079 | 2024-09-05T00:05:39.942Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2080 | 2024-09-05T00:05:40.427Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2081 | 2024-09-05T00:05:42.350Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2082 | 2024-09-05T00:05:43.458Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2083 | 2024-09-05T00:05:44.019Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2084 | 2024-09-05T00:05:44.817Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2085 | 2024-09-05T00:05:45.151Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2086 | 2024-09-05T00:05:47.142Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2087 | 2024-09-05T00:05:48.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s |
2088 | 2024-09-05T00:05:48.185Z | |
2089 | 2024-09-05T00:05:48.185Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2090 | 2024-09-05T00:05:49.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2091 | 2024-09-05T00:05:49.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2092 | 2024-09-05T00:05:49.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2093 | 2024-09-05T00:05:49.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2094 | 2024-09-05T00:05:49.088Z | |
2095 | 2024-09-05T00:05:49.089Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2096 | 2024-09-05T00:05:49.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2097 | 2024-09-05T00:05:49.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2098 | 2024-09-05T00:05:49.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2099 | 2024-09-05T00:05:49.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2100 | 2024-09-05T00:05:49.954Z | |
2101 | 2024-09-05T00:05:49.954Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2102 | 2024-09-05T00:05:50.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2103 | 2024-09-05T00:05:50.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2104 | 2024-09-05T00:05:50.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2105 | 2024-09-05T00:05:50.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2106 | 2024-09-05T00:05:50.997Z | |
2107 | 2024-09-05T00:05:50.997Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2108 | 2024-09-05T00:05:51.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2109 | 2024-09-05T00:05:51.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2110 | 2024-09-05T00:05:51.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2111 | 2024-09-05T00:05:51.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2112 | 2024-09-05T00:05:52.055Z | |
2113 | 2024-09-05T00:05:52.055Z | info: running `cargo check --bins` on dns-server (39/158) |
2114 | 2024-09-05T00:05:52.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2115 | 2024-09-05T00:05:52.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2116 | 2024-09-05T00:05:52.946Z | Compiling parking_lot_core v0.8.6 |
2117 | 2024-09-05T00:05:52.971Z | Checking nibble_vec v0.1.0 |
2118 | 2024-09-05T00:05:52.971Z | Checking endian-type v0.1.2 |
2119 | 2024-09-05T00:05:52.971Z | Checking quick-error v1.2.3 |
2120 | 2024-09-05T00:05:52.995Z | Checking linked-hash-map v0.5.6 |
2121 | 2024-09-05T00:05:52.995Z | Checking fxhash v0.2.1 |
2122 | 2024-09-05T00:05:52.995Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2123 | 2024-09-05T00:05:53.020Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2124 | 2024-09-05T00:05:53.130Z | Checking resolv-conf v0.7.0 |
2125 | 2024-09-05T00:05:53.154Z | Checking hickory-server v0.24.1 |
2126 | 2024-09-05T00:05:53.178Z | Checking radix_trie v0.2.1 |
2127 | 2024-09-05T00:05:53.304Z | Checking lru-cache v0.1.2 |
2128 | 2024-09-05T00:05:53.471Z | Checking hickory-resolver v0.24.1 |
2129 | 2024-09-05T00:05:53.538Z | Checking hickory-client v0.24.1 |
2130 | 2024-09-05T00:05:53.706Z | Checking parking_lot v0.11.2 |
2131 | 2024-09-05T00:05:54.008Z | Checking sled v0.34.7 |
2132 | 2024-09-05T00:05:56.268Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2133 | 2024-09-05T00:05:57.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
2134 | 2024-09-05T00:05:57.874Z | |
2135 | 2024-09-05T00:05:57.875Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2136 | 2024-09-05T00:05:58.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2137 | 2024-09-05T00:05:58.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2138 | 2024-09-05T00:05:58.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2139 | 2024-09-05T00:05:58.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2140 | 2024-09-05T00:05:58.733Z | |
2141 | 2024-09-05T00:05:58.733Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2142 | 2024-09-05T00:05:59.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2143 | 2024-09-05T00:05:59.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2144 | 2024-09-05T00:05:59.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2145 | 2024-09-05T00:05:59.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2146 | 2024-09-05T00:05:59.590Z | |
2147 | 2024-09-05T00:05:59.590Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2148 | 2024-09-05T00:06:00.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2149 | 2024-09-05T00:06:00.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2150 | 2024-09-05T00:06:00.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2151 | 2024-09-05T00:06:00.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2152 | 2024-09-05T00:06:00.553Z | |
2153 | 2024-09-05T00:06:00.553Z | info: running `cargo check --bins` on gateway-types (43/158) |
2154 | 2024-09-05T00:06:01.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2155 | 2024-09-05T00:06:01.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2156 | 2024-09-05T00:06:01.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2157 | 2024-09-05T00:06:01.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2158 | 2024-09-05T00:06:01.433Z | |
2159 | 2024-09-05T00:06:01.434Z | info: running `cargo check --bins` on ipcc (44/158) |
2160 | 2024-09-05T00:06:02.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2161 | 2024-09-05T00:06:02.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2162 | 2024-09-05T00:06:02.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2163 | 2024-09-05T00:06:02.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2164 | 2024-09-05T00:06:02.359Z | |
2165 | 2024-09-05T00:06:02.359Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2166 | 2024-09-05T00:06:03.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2167 | 2024-09-05T00:06:03.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2168 | 2024-09-05T00:06:03.357Z | Compiling rustls-pki-types v1.7.0 |
2169 | 2024-09-05T00:06:03.381Z | Compiling match_cfg v0.1.0 |
2170 | 2024-09-05T00:06:03.381Z | Checking num-rational v0.4.2 |
2171 | 2024-09-05T00:06:03.381Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2172 | 2024-09-05T00:06:03.406Z | Compiling slog-json v2.6.1 |
2173 | 2024-09-05T00:06:03.406Z | Compiling http v1.1.0 |
2174 | 2024-09-05T00:06:03.406Z | Checking num-complex v0.4.6 |
2175 | 2024-09-05T00:06:03.406Z | Compiling atomic-waker v1.1.2 |
2176 | 2024-09-05T00:06:03.517Z | Compiling hostname v0.3.1 |
2177 | 2024-09-05T00:06:03.615Z | Compiling prettyplease v0.2.20 |
2178 | 2024-09-05T00:06:03.749Z | Compiling slog-bunyan v2.5.0 |
2179 | 2024-09-05T00:06:03.800Z | Compiling rustls-webpki v0.102.4 |
2180 | 2024-09-05T00:06:03.881Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2181 | 2024-09-05T00:06:03.904Z | Compiling rustls-pemfile v2.1.3 |
2182 | 2024-09-05T00:06:03.940Z | Compiling waitgroup v0.1.2 |
2183 | 2024-09-05T00:06:04.058Z | Compiling async-stream v0.3.5 |
2184 | 2024-09-05T00:06:04.082Z | Compiling toml v0.8.19 |
2185 | 2024-09-05T00:06:04.106Z | Compiling newtype-uuid v1.1.0 |
2186 | 2024-09-05T00:06:04.148Z | Compiling ipnetwork v0.20.0 |
2187 | 2024-09-05T00:06:04.222Z | Checking num v0.4.3 |
2188 | 2024-09-05T00:06:04.316Z | Compiling serde_path_to_error v0.1.16 |
2189 | 2024-09-05T00:06:04.339Z | Compiling hostname v0.4.0 |
2190 | 2024-09-05T00:06:04.363Z | Compiling instant v0.1.12 |
2191 | 2024-09-05T00:06:04.387Z | Compiling radium v0.7.0 |
2192 | 2024-09-05T00:06:04.494Z | Checking float-ord v0.3.2 |
2193 | 2024-09-05T00:06:04.577Z | Compiling rustls v0.22.4 |
2194 | 2024-09-05T00:06:04.631Z | Compiling debug-ignore v1.0.5 |
2195 | 2024-09-05T00:06:04.768Z | Compiling multer v3.1.0 |
2196 | 2024-09-05T00:06:04.792Z | Compiling semver v0.1.20 |
2197 | 2024-09-05T00:06:04.967Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2198 | 2024-09-05T00:06:05.054Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2199 | 2024-09-05T00:06:05.364Z | Compiling rustc_version v0.1.7 |
2200 | 2024-09-05T00:06:05.573Z | Compiling backoff v0.4.0 |
2201 | 2024-09-05T00:06:05.598Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2202 | 2024-09-05T00:06:05.627Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2203 | 2024-09-05T00:06:05.721Z | Compiling parse-display v0.10.0 |
2204 | 2024-09-05T00:06:05.746Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2205 | 2024-09-05T00:06:05.823Z | Compiling serde_with v3.9.0 |
2206 | 2024-09-05T00:06:05.888Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2207 | 2024-09-05T00:06:06.039Z | Compiling macaddr v1.0.1 |
2208 | 2024-09-05T00:06:06.340Z | Compiling maybe-uninit v2.0.0 |
2209 | 2024-09-05T00:06:06.435Z | Checking tap v1.0.1 |
2210 | 2024-09-05T00:06:06.579Z | Checking wyz v0.5.1 |
2211 | 2024-09-05T00:06:06.893Z | Compiling newtype_derive v0.1.6 |
2212 | 2024-09-05T00:06:06.959Z | Checking password-hash v0.5.0 |
2213 | 2024-09-05T00:06:07.227Z | Checking blake2 v0.10.6 |
2214 | 2024-09-05T00:06:07.330Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2215 | 2024-09-05T00:06:07.602Z | Checking funty v2.0.0 |
2216 | 2024-09-05T00:06:07.626Z | Compiling packed_struct v0.10.1 |
2217 | 2024-09-05T00:06:07.658Z | Checking crc-catalog v2.4.0 |
2218 | 2024-09-05T00:06:07.800Z | Checking crc v3.2.1 |
2219 | 2024-09-05T00:06:08.058Z | Checking argon2 v0.5.3 |
2220 | 2024-09-05T00:06:08.323Z | Compiling packed_struct_codegen v0.10.1 |
2221 | 2024-09-05T00:06:08.461Z | Compiling tokio-rustls v0.25.0 |
2222 | 2024-09-05T00:06:08.718Z | Checking bitvec v1.0.1 |
2223 | 2024-09-05T00:06:08.884Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2224 | 2024-09-05T00:06:09.288Z | Compiling indexmap v1.9.3 |
2225 | 2024-09-05T00:06:09.512Z | Checking half v2.4.1 |
2226 | 2024-09-05T00:06:09.569Z | Compiling cookie v0.18.1 |
2227 | 2024-09-05T00:06:09.833Z | Checking nodrop v0.1.14 |
2228 | 2024-09-05T00:06:09.914Z | Checking ciborium-io v0.2.2 |
2229 | 2024-09-05T00:06:09.938Z | Checking array-init v0.0.4 |
2230 | 2024-09-05T00:06:10.030Z | Checking ciborium-ll v0.2.2 |
2231 | 2024-09-05T00:06:10.505Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2232 | 2024-09-05T00:06:10.735Z | Checking smallvec v0.6.14 |
2233 | 2024-09-05T00:06:10.777Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2234 | 2024-09-05T00:06:10.895Z | Compiling memoffset v0.9.1 |
2235 | 2024-09-05T00:06:11.113Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2236 | 2024-09-05T00:06:11.169Z | Checking bitfield v0.14.0 |
2237 | 2024-09-05T00:06:11.349Z | Checking highway v1.2.0 |
2238 | 2024-09-05T00:06:11.381Z | Checking hashbrown v0.12.3 |
2239 | 2024-09-05T00:06:11.438Z | Checking env_logger v0.10.2 |
2240 | 2024-09-05T00:06:11.726Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2241 | 2024-09-05T00:06:11.768Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2242 | 2024-09-05T00:06:11.842Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2243 | 2024-09-05T00:06:12.622Z | Checking serde-hex v0.1.0 |
2244 | 2024-09-05T00:06:12.662Z | Checking steno v0.4.1 |
2245 | 2024-09-05T00:06:12.956Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2246 | 2024-09-05T00:06:12.982Z | Checking bzip2 v0.4.4 |
2247 | 2024-09-05T00:06:13.239Z | Checking ciborium v0.2.2 |
2248 | 2024-09-05T00:06:13.488Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2249 | 2024-09-05T00:06:13.589Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2250 | 2024-09-05T00:06:13.725Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2251 | 2024-09-05T00:06:14.071Z | Checking ron v0.8.1 |
2252 | 2024-09-05T00:06:14.293Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2253 | 2024-09-05T00:06:14.600Z | Checking x509-cert v0.2.5 |
2254 | 2024-09-05T00:06:14.702Z | Checking hashbrown v0.13.2 |
2255 | 2024-09-05T00:06:15.117Z | Compiling derive-where v1.2.7 |
2256 | 2024-09-05T00:06:15.562Z | Checking crc-any v2.5.0 |
2257 | 2024-09-05T00:06:15.885Z | Checking object v0.30.4 |
2258 | 2024-09-05T00:06:15.982Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2259 | 2024-09-05T00:06:16.218Z | Checking zip v0.6.6 |
2260 | 2024-09-05T00:06:16.539Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2261 | 2024-09-05T00:06:16.595Z | Checking path-slash v0.1.5 |
2262 | 2024-09-05T00:06:16.737Z | Checking nix v0.27.1 |
2263 | 2024-09-05T00:06:16.875Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2264 | 2024-09-05T00:06:16.899Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2265 | 2024-09-05T00:06:17.318Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2266 | 2024-09-05T00:06:17.540Z | Checking kstat-rs v0.2.4 |
2267 | 2024-09-05T00:06:17.655Z | Checking serde-big-array v0.5.1 |
2268 | 2024-09-05T00:06:17.843Z | Checking signal-hook-tokio v0.3.1 |
2269 | 2024-09-05T00:06:18.155Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2270 | 2024-09-05T00:06:19.305Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2271 | 2024-09-05T00:06:23.485Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2272 | 2024-09-05T00:06:25.097Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2273 | 2024-09-05T00:06:27.930Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2274 | 2024-09-05T00:06:30.560Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2275 | 2024-09-05T00:06:31.626Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2276 | 2024-09-05T00:06:31.960Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2277 | 2024-09-05T00:06:37.516Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2278 | 2024-09-05T00:06:38.301Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2279 | 2024-09-05T00:06:41.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.30s |
2280 | 2024-09-05T00:06:41.815Z | |
2281 | 2024-09-05T00:06:41.815Z | info: running `cargo check --bins` on gateway-api (46/158) |
2282 | 2024-09-05T00:06:42.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2283 | 2024-09-05T00:06:42.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2284 | 2024-09-05T00:06:42.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2285 | 2024-09-05T00:06:42.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2286 | 2024-09-05T00:06:42.687Z | |
2287 | 2024-09-05T00:06:42.687Z | info: running `cargo check --bins` on oximeter (47/158) |
2288 | 2024-09-05T00:06:43.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2289 | 2024-09-05T00:06:43.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2290 | 2024-09-05T00:06:43.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2291 | 2024-09-05T00:06:43.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2292 | 2024-09-05T00:06:43.538Z | |
2293 | 2024-09-05T00:06:43.538Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2294 | 2024-09-05T00:06:44.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2295 | 2024-09-05T00:06:44.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2296 | 2024-09-05T00:06:44.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2297 | 2024-09-05T00:06:44.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2298 | 2024-09-05T00:06:44.382Z | |
2299 | 2024-09-05T00:06:44.382Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2300 | 2024-09-05T00:06:45.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2301 | 2024-09-05T00:06:45.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2302 | 2024-09-05T00:06:45.251Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2303 | 2024-09-05T00:06:45.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2304 | 2024-09-05T00:06:45.802Z | |
2305 | 2024-09-05T00:06:45.802Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2306 | 2024-09-05T00:06:46.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2307 | 2024-09-05T00:06:46.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2308 | 2024-09-05T00:06:46.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2309 | 2024-09-05T00:06:46.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2310 | 2024-09-05T00:06:46.674Z | |
2311 | 2024-09-05T00:06:46.674Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2312 | 2024-09-05T00:06:47.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2313 | 2024-09-05T00:06:47.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2314 | 2024-09-05T00:06:47.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2315 | 2024-09-05T00:06:47.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2316 | 2024-09-05T00:06:47.546Z | |
2317 | 2024-09-05T00:06:47.546Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2318 | 2024-09-05T00:06:48.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2319 | 2024-09-05T00:06:48.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2320 | 2024-09-05T00:06:48.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2321 | 2024-09-05T00:06:48.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2322 | 2024-09-05T00:06:48.366Z | |
2323 | 2024-09-05T00:06:48.366Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2324 | 2024-09-05T00:06:49.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2325 | 2024-09-05T00:06:49.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2326 | 2024-09-05T00:06:49.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2327 | 2024-09-05T00:06:49.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2328 | 2024-09-05T00:06:49.251Z | |
2329 | 2024-09-05T00:06:49.251Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2330 | 2024-09-05T00:06:50.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2331 | 2024-09-05T00:06:50.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2332 | 2024-09-05T00:06:50.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2333 | 2024-09-05T00:06:50.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2334 | 2024-09-05T00:06:50.127Z | |
2335 | 2024-09-05T00:06:50.127Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2336 | 2024-09-05T00:06:50.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2337 | 2024-09-05T00:06:50.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2338 | 2024-09-05T00:06:50.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2339 | 2024-09-05T00:06:50.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2340 | 2024-09-05T00:06:50.978Z | |
2341 | 2024-09-05T00:06:50.978Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2342 | 2024-09-05T00:06:51.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2024-09-05T00:06:51.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2024-09-05T00:06:51.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2345 | 2024-09-05T00:06:51.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2346 | 2024-09-05T00:06:51.835Z | |
2347 | 2024-09-05T00:06:51.835Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2348 | 2024-09-05T00:06:52.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-09-05T00:06:52.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-09-05T00:06:52.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2351 | 2024-09-05T00:06:52.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2352 | 2024-09-05T00:06:52.698Z | |
2353 | 2024-09-05T00:06:52.698Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2354 | 2024-09-05T00:06:53.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2024-09-05T00:06:53.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2024-09-05T00:06:53.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2357 | 2024-09-05T00:06:53.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2358 | 2024-09-05T00:06:53.556Z | |
2359 | 2024-09-05T00:06:53.556Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2360 | 2024-09-05T00:06:54.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2361 | 2024-09-05T00:06:54.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2362 | 2024-09-05T00:06:54.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2363 | 2024-09-05T00:06:54.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2364 | 2024-09-05T00:06:54.446Z | |
2365 | 2024-09-05T00:06:54.446Z | info: running `cargo check --bins` on internal-dns (60/158) |
2366 | 2024-09-05T00:06:55.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2367 | 2024-09-05T00:06:55.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2368 | 2024-09-05T00:06:55.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2369 | 2024-09-05T00:06:55.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2370 | 2024-09-05T00:06:55.319Z | |
2371 | 2024-09-05T00:06:55.319Z | info: running `cargo check --bins` on nexus-client (61/158) |
2372 | 2024-09-05T00:06:56.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2373 | 2024-09-05T00:06:56.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2374 | 2024-09-05T00:06:56.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2375 | 2024-09-05T00:06:56.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2376 | 2024-09-05T00:06:56.209Z | |
2377 | 2024-09-05T00:06:56.209Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2378 | 2024-09-05T00:06:56.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-09-05T00:06:57.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-09-05T00:06:57.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2381 | 2024-09-05T00:06:57.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2382 | 2024-09-05T00:06:57.083Z | |
2383 | 2024-09-05T00:06:57.083Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2384 | 2024-09-05T00:06:57.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-09-05T00:06:57.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-09-05T00:06:57.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2387 | 2024-09-05T00:06:57.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2388 | 2024-09-05T00:06:57.911Z | |
2389 | 2024-09-05T00:06:57.911Z | info: running `cargo check --bins` on nexus-types (64/158) |
2390 | 2024-09-05T00:06:58.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-09-05T00:06:58.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-09-05T00:06:58.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2393 | 2024-09-05T00:06:58.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2394 | 2024-09-05T00:06:58.794Z | |
2395 | 2024-09-05T00:06:58.794Z | info: running `cargo check --bins` on gateway-client (65/158) |
2396 | 2024-09-05T00:06:59.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-09-05T00:06:59.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-09-05T00:06:59.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2024-09-05T00:06:59.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2400 | 2024-09-05T00:06:59.605Z | |
2401 | 2024-09-05T00:06:59.605Z | info: running `cargo check --bins` on oxql-types (66/158) |
2402 | 2024-09-05T00:07:00.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-09-05T00:07:00.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-09-05T00:07:00.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2405 | 2024-09-05T00:07:00.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2406 | 2024-09-05T00:07:00.503Z | |
2407 | 2024-09-05T00:07:00.503Z | info: running `cargo check --bins` on sp-sim (67/158) |
2408 | 2024-09-05T00:07:01.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-09-05T00:07:01.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-09-05T00:07:01.373Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2411 | 2024-09-05T00:07:03.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
2412 | 2024-09-05T00:07:03.722Z | |
2413 | 2024-09-05T00:07:03.722Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158) |
2414 | 2024-09-05T00:07:04.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-09-05T00:07:04.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-09-05T00:07:04.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2417 | 2024-09-05T00:07:04.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2418 | 2024-09-05T00:07:04.661Z | |
2419 | 2024-09-05T00:07:04.661Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158) |
2420 | 2024-09-05T00:07:05.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-09-05T00:07:05.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-09-05T00:07:05.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2423 | 2024-09-05T00:07:05.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2424 | 2024-09-05T00:07:05.597Z | |
2425 | 2024-09-05T00:07:05.597Z | info: running `cargo check --bins` on db-macros (70/158) |
2426 | 2024-09-05T00:07:06.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-09-05T00:07:06.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-09-05T00:07:06.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2024-09-05T00:07:06.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2430 | 2024-09-05T00:07:06.425Z | |
2431 | 2024-09-05T00:07:06.425Z | info: running `cargo check --bins` on nexus-macros-common (71/158) |
2432 | 2024-09-05T00:07:07.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-09-05T00:07:07.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-09-05T00:07:07.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2435 | 2024-09-05T00:07:07.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2436 | 2024-09-05T00:07:07.280Z | |
2437 | 2024-09-05T00:07:07.280Z | info: running `cargo check --bins` on nexus-auth (72/158) |
2438 | 2024-09-05T00:07:08.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-09-05T00:07:08.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-09-05T00:07:08.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2024-09-05T00:07:08.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2442 | 2024-09-05T00:07:08.213Z | |
2443 | 2024-09-05T00:07:08.213Z | info: running `cargo check --bins` on authz-macros (73/158) |
2444 | 2024-09-05T00:07:08.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-09-05T00:07:08.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-09-05T00:07:08.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-09-05T00:07:08.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2448 | 2024-09-05T00:07:09.061Z | |
2449 | 2024-09-05T00:07:09.061Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/158) |
2450 | 2024-09-05T00:07:09.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-09-05T00:07:09.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-09-05T00:07:09.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-09-05T00:07:09.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2454 | 2024-09-05T00:07:09.970Z | |
2455 | 2024-09-05T00:07:09.970Z | info: running `cargo check --bins` on nexus-db-model (75/158) |
2456 | 2024-09-05T00:07:10.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-09-05T00:07:10.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-09-05T00:07:10.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2024-09-05T00:07:10.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2460 | 2024-09-05T00:07:10.857Z | |
2461 | 2024-09-05T00:07:10.857Z | info: running `cargo check --bins` on nexus-defaults (76/158) |
2462 | 2024-09-05T00:07:11.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-09-05T00:07:11.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-09-05T00:07:11.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2024-09-05T00:07:11.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2466 | 2024-09-05T00:07:11.704Z | |
2467 | 2024-09-05T00:07:11.704Z | info: running `cargo check --bins` on sled-agent-client (77/158) |
2468 | 2024-09-05T00:07:12.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2024-09-05T00:07:12.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2024-09-05T00:07:12.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2024-09-05T00:07:12.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2472 | 2024-09-05T00:07:12.583Z | |
2473 | 2024-09-05T00:07:12.583Z | info: running `cargo check --bins` on nexus-inventory (78/158) |
2474 | 2024-09-05T00:07:13.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-09-05T00:07:13.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-09-05T00:07:13.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2024-09-05T00:07:13.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2478 | 2024-09-05T00:07:13.493Z | |
2479 | 2024-09-05T00:07:13.493Z | info: running `cargo check --bins` on typed-rng (79/158) |
2480 | 2024-09-05T00:07:14.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-09-05T00:07:14.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-09-05T00:07:14.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2024-09-05T00:07:14.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2484 | 2024-09-05T00:07:14.316Z | |
2485 | 2024-09-05T00:07:14.316Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158) |
2486 | 2024-09-05T00:07:15.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-09-05T00:07:15.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-09-05T00:07:15.367Z | Compiling rayon-core v1.12.1 |
2489 | 2024-09-05T00:07:15.391Z | Compiling crossbeam-deque v0.8.5 |
2490 | 2024-09-05T00:07:15.391Z | Compiling curve25519-dalek v4.1.3 |
2491 | 2024-09-05T00:07:15.391Z | Compiling unicase v2.7.0 |
2492 | 2024-09-05T00:07:15.391Z | Checking keccak v0.1.5 |
2493 | 2024-09-05T00:07:15.391Z | Compiling same-file v1.0.6 |
2494 | 2024-09-05T00:07:15.391Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2495 | 2024-09-05T00:07:15.416Z | Compiling tempfile v3.10.1 |
2496 | 2024-09-05T00:07:15.663Z | Compiling walkdir v2.5.0 |
2497 | 2024-09-05T00:07:15.721Z | Checking sha3 v0.10.8 |
2498 | 2024-09-05T00:07:15.757Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2499 | 2024-09-05T00:07:15.928Z | Compiling thiserror-impl-no-std v2.0.2 |
2500 | 2024-09-05T00:07:16.034Z | Checking universal-hash v0.5.1 |
2501 | 2024-09-05T00:07:16.062Z | Checking secrecy v0.8.0 |
2502 | 2024-09-05T00:07:16.101Z | Compiling blake3 v1.5.1 |
2503 | 2024-09-05T00:07:16.157Z | Compiling ring v0.16.20 |
2504 | 2024-09-05T00:07:16.198Z | Compiling curve25519-dalek-derive v0.1.1 |
2505 | 2024-09-05T00:07:16.232Z | Checking opaque-debug v0.3.1 |
2506 | 2024-09-05T00:07:16.257Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2507 | 2024-09-05T00:07:16.322Z | Checking chacha20 v0.9.1 |
2508 | 2024-09-05T00:07:16.346Z | Checking poly1305 v0.8.0 |
2509 | 2024-09-05T00:07:16.517Z | Compiling rayon v1.10.0 |
2510 | 2024-09-05T00:07:16.616Z | Checking aead v0.5.2 |
2511 | 2024-09-05T00:07:16.779Z | Compiling memmap2 v0.9.4 |
2512 | 2024-09-05T00:07:16.826Z | Compiling libefi-sys v0.1.0 |
2513 | 2024-09-05T00:07:17.086Z | Compiling home v0.5.9 |
2514 | 2024-09-05T00:07:17.186Z | Compiling arrayref v0.3.7 |
2515 | 2024-09-05T00:07:17.260Z | Compiling arrayvec v0.7.4 |
2516 | 2024-09-05T00:07:17.284Z | Compiling constant_time_eq v0.3.0 |
2517 | 2024-09-05T00:07:17.310Z | Compiling spin v0.5.2 |
2518 | 2024-09-05T00:07:17.363Z | Compiling untrusted v0.7.1 |
2519 | 2024-09-05T00:07:17.452Z | Compiling toolchain_find v0.4.0 |
2520 | 2024-09-05T00:07:17.564Z | Checking chacha20poly1305 v0.10.1 |
2521 | 2024-09-05T00:07:17.742Z | Compiling camino-tempfile v1.1.1 |
2522 | 2024-09-05T00:07:17.843Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2523 | 2024-09-05T00:07:17.983Z | Compiling bitfield-struct v0.6.1 |
2524 | 2024-09-05T00:07:18.035Z | Compiling topological-sort v0.2.2 |
2525 | 2024-09-05T00:07:18.135Z | Compiling cancel-safe-futures v0.1.5 |
2526 | 2024-09-05T00:07:18.224Z | Compiling mime_guess v2.0.4 |
2527 | 2024-09-05T00:07:18.300Z | Compiling rustfmt-wrapper v0.2.1 |
2528 | 2024-09-05T00:07:18.627Z | Checking thiserror-no-std v2.0.2 |
2529 | 2024-09-05T00:07:18.732Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2530 | 2024-09-05T00:07:18.780Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2531 | 2024-09-05T00:07:18.804Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2532 | 2024-09-05T00:07:18.901Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2533 | 2024-09-05T00:07:19.074Z | Checking vsss-rs v3.3.4 |
2534 | 2024-09-05T00:07:19.152Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2535 | 2024-09-05T00:07:19.375Z | Checking gethostname v0.5.0 |
2536 | 2024-09-05T00:07:19.490Z | Checking libsw v3.3.1 |
2537 | 2024-09-05T00:07:19.514Z | Checking owo-colors v4.0.0 |
2538 | 2024-09-05T00:07:19.514Z | Checking swrite v0.1.0 |
2539 | 2024-09-05T00:07:19.631Z | Checking linear-map v1.2.0 |
2540 | 2024-09-05T00:07:19.655Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2541 | 2024-09-05T00:07:19.914Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2542 | 2024-09-05T00:07:20.050Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2543 | 2024-09-05T00:07:20.414Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2544 | 2024-09-05T00:07:20.529Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2545 | 2024-09-05T00:07:20.754Z | Checking nanorand v0.7.0 |
2546 | 2024-09-05T00:07:20.906Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2547 | 2024-09-05T00:07:21.066Z | Checking http-range v0.1.5 |
2548 | 2024-09-05T00:07:21.225Z | Compiling omicron-zone-package v0.11.0 |
2549 | 2024-09-05T00:07:21.249Z | Checking glob v0.3.1 |
2550 | 2024-09-05T00:07:21.249Z | Checking hyper-staticfile v0.9.5 |
2551 | 2024-09-05T00:07:21.363Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2552 | 2024-09-05T00:07:21.531Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2553 | 2024-09-05T00:07:21.636Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2554 | 2024-09-05T00:07:22.034Z | Checking flume v0.11.0 |
2555 | 2024-09-05T00:07:22.334Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2556 | 2024-09-05T00:07:22.520Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2557 | 2024-09-05T00:07:22.712Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2558 | 2024-09-05T00:07:23.118Z | Checking itertools v0.13.0 |
2559 | 2024-09-05T00:07:23.480Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2560 | 2024-09-05T00:07:23.585Z | Checking display-error-chain v0.2.1 |
2561 | 2024-09-05T00:07:24.005Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2562 | 2024-09-05T00:07:25.472Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2563 | 2024-09-05T00:07:26.864Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2564 | 2024-09-05T00:07:26.864Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2565 | 2024-09-05T00:07:40.886Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2566 | 2024-09-05T00:07:55.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.46s |
2567 | 2024-09-05T00:07:55.948Z | |
2568 | 2024-09-05T00:07:55.948Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158) |
2569 | 2024-09-05T00:07:56.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-09-05T00:07:56.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-09-05T00:07:56.939Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2572 | 2024-09-05T00:08:11.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.94s |
2573 | 2024-09-05T00:08:12.067Z | |
2574 | 2024-09-05T00:08:12.068Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158) |
2575 | 2024-09-05T00:08:12.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-09-05T00:08:12.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-09-05T00:08:13.047Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2578 | 2024-09-05T00:08:28.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.93s |
2579 | 2024-09-05T00:08:28.188Z | |
2580 | 2024-09-05T00:08:28.188Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158) |
2581 | 2024-09-05T00:08:29.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-09-05T00:08:29.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-09-05T00:08:29.171Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2584 | 2024-09-05T00:08:44.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.23s |
2585 | 2024-09-05T00:08:44.595Z | |
2586 | 2024-09-05T00:08:44.595Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158) |
2587 | 2024-09-05T00:08:45.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-09-05T00:08:45.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-09-05T00:08:45.576Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2590 | 2024-09-05T00:09:00.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.67s |
2591 | 2024-09-05T00:09:00.434Z | |
2592 | 2024-09-05T00:09:00.434Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158) |
2593 | 2024-09-05T00:09:01.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-09-05T00:09:01.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-09-05T00:09:01.419Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2596 | 2024-09-05T00:09:16.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.74s |
2597 | 2024-09-05T00:09:16.356Z | |
2598 | 2024-09-05T00:09:16.356Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158) |
2599 | 2024-09-05T00:09:17.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-09-05T00:09:17.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-09-05T00:09:17.364Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2602 | 2024-09-05T00:09:32.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.30s |
2603 | 2024-09-05T00:09:32.831Z | |
2604 | 2024-09-05T00:09:32.831Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158) |
2605 | 2024-09-05T00:09:33.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-09-05T00:09:33.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-09-05T00:09:33.827Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2608 | 2024-09-05T00:09:48.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.05s |
2609 | 2024-09-05T00:09:49.056Z | |
2610 | 2024-09-05T00:09:49.056Z | info: running `cargo check --bins` on bootstrap-agent-api (88/158) |
2611 | 2024-09-05T00:09:49.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-09-05T00:09:49.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-09-05T00:09:49.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2614 | 2024-09-05T00:09:49.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2615 | 2024-09-05T00:09:49.960Z | |
2616 | 2024-09-05T00:09:49.960Z | info: running `cargo check --bins` on sled-agent-types (89/158) |
2617 | 2024-09-05T00:09:50.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2024-09-05T00:09:50.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2024-09-05T00:09:50.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2620 | 2024-09-05T00:09:50.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2621 | 2024-09-05T00:09:50.857Z | |
2622 | 2024-09-05T00:09:50.857Z | info: running `cargo check --bins` on bootstrap-agent-client (90/158) |
2623 | 2024-09-05T00:09:51.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-09-05T00:09:51.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-09-05T00:09:51.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-09-05T00:09:51.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2627 | 2024-09-05T00:09:51.725Z | |
2628 | 2024-09-05T00:09:51.725Z | info: running `cargo check --bins` on dpd-client (91/158) |
2629 | 2024-09-05T00:09:52.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-09-05T00:09:52.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-09-05T00:09:52.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-09-05T00:09:52.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2633 | 2024-09-05T00:09:52.563Z | |
2634 | 2024-09-05T00:09:52.563Z | info: running `cargo check --bins` on installinator-common (92/158) |
2635 | 2024-09-05T00:09:53.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-09-05T00:09:53.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-09-05T00:09:53.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-09-05T00:09:53.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2639 | 2024-09-05T00:09:53.437Z | |
2640 | 2024-09-05T00:09:53.437Z | info: running `cargo check --bins` on update-engine (93/158) |
2641 | 2024-09-05T00:09:54.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-09-05T00:09:54.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-09-05T00:09:54.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2644 | 2024-09-05T00:09:54.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2645 | 2024-09-05T00:09:54.286Z | |
2646 | 2024-09-05T00:09:54.286Z | info: running `cargo check --bins` on key-manager (94/158) |
2647 | 2024-09-05T00:09:55.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2024-09-05T00:09:55.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2024-09-05T00:09:55.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2650 | 2024-09-05T00:09:55.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2651 | 2024-09-05T00:09:55.151Z | |
2652 | 2024-09-05T00:09:55.151Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2653 | 2024-09-05T00:09:55.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-09-05T00:09:55.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-09-05T00:09:55.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2656 | 2024-09-05T00:09:55.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2657 | 2024-09-05T00:09:56.037Z | |
2658 | 2024-09-05T00:09:56.037Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2659 | 2024-09-05T00:09:56.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2024-09-05T00:09:56.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2024-09-05T00:09:56.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2662 | 2024-09-05T00:09:56.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2663 | 2024-09-05T00:09:56.969Z | |
2664 | 2024-09-05T00:09:56.969Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2665 | 2024-09-05T00:09:57.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-09-05T00:09:57.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-09-05T00:09:57.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2668 | 2024-09-05T00:09:57.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2669 | 2024-09-05T00:09:57.858Z | |
2670 | 2024-09-05T00:09:57.859Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2671 | 2024-09-05T00:09:58.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2024-09-05T00:09:58.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2024-09-05T00:09:58.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2674 | 2024-09-05T00:09:58.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2675 | 2024-09-05T00:09:58.757Z | |
2676 | 2024-09-05T00:09:58.757Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2677 | 2024-09-05T00:09:59.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2024-09-05T00:09:59.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2024-09-05T00:09:59.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2024-09-05T00:09:59.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2681 | 2024-09-05T00:09:59.678Z | |
2682 | 2024-09-05T00:09:59.678Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2683 | 2024-09-05T00:10:00.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2024-09-05T00:10:00.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2024-09-05T00:10:00.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2024-09-05T00:10:00.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2687 | 2024-09-05T00:10:00.638Z | |
2688 | 2024-09-05T00:10:00.638Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2689 | 2024-09-05T00:10:01.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2024-09-05T00:10:01.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2024-09-05T00:10:01.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2692 | 2024-09-05T00:10:01.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2693 | 2024-09-05T00:10:01.552Z | |
2694 | 2024-09-05T00:10:01.552Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2695 | 2024-09-05T00:10:02.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2024-09-05T00:10:02.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2024-09-05T00:10:02.519Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2698 | 2024-09-05T00:10:02.519Z | Checking bcs v0.1.6 |
2699 | 2024-09-05T00:10:02.519Z | Compiling async-recursion v1.1.1 |
2700 | 2024-09-05T00:10:02.519Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2701 | 2024-09-05T00:10:02.519Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2702 | 2024-09-05T00:10:03.671Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2703 | 2024-09-05T00:10:07.845Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2704 | 2024-09-05T00:10:09.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s |
2705 | 2024-09-05T00:10:10.128Z | |
2706 | 2024-09-05T00:10:10.128Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2707 | 2024-09-05T00:10:10.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2024-09-05T00:10:10.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2024-09-05T00:10:10.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2710 | 2024-09-05T00:10:10.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2711 | 2024-09-05T00:10:10.991Z | |
2712 | 2024-09-05T00:10:10.991Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2713 | 2024-09-05T00:10:11.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-09-05T00:10:11.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-09-05T00:10:11.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2716 | 2024-09-05T00:10:11.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2717 | 2024-09-05T00:10:11.899Z | |
2718 | 2024-09-05T00:10:11.899Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2719 | 2024-09-05T00:10:12.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-09-05T00:10:12.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-09-05T00:10:12.793Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2722 | 2024-09-05T00:10:13.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
2723 | 2024-09-05T00:10:13.572Z | |
2724 | 2024-09-05T00:10:13.572Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2725 | 2024-09-05T00:10:14.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-09-05T00:10:14.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-09-05T00:10:14.504Z | Compiling vte_generate_state_changes v0.1.1 |
2728 | 2024-09-05T00:10:14.504Z | Checking fd-lock v4.0.2 |
2729 | 2024-09-05T00:10:14.529Z | Checking bytecount v0.6.8 |
2730 | 2024-09-05T00:10:14.529Z | Compiling tabled_derive v0.7.0 |
2731 | 2024-09-05T00:10:14.529Z | Checking crossterm v0.27.0 |
2732 | 2024-09-05T00:10:14.553Z | Compiling peg-macros v0.8.4 |
2733 | 2024-09-05T00:10:14.553Z | Compiling sqlparser_derive v0.2.2 |
2734 | 2024-09-05T00:10:14.553Z | Checking home v0.5.9 |
2735 | 2024-09-05T00:10:14.675Z | Checking papergrid v0.11.0 |
2736 | 2024-09-05T00:10:14.743Z | Checking nu-ansi-term v0.50.0 |
2737 | 2024-09-05T00:10:14.767Z | Checking unicode_categories v0.1.1 |
2738 | 2024-09-05T00:10:15.019Z | Checking sqlformat v0.2.4 |
2739 | 2024-09-05T00:10:15.061Z | Checking vte v0.11.1 |
2740 | 2024-09-05T00:10:15.088Z | Checking rustyline v14.0.0 |
2741 | 2024-09-05T00:10:15.544Z | Checking sqlparser v0.45.0 |
2742 | 2024-09-05T00:10:15.981Z | Checking crossterm v0.28.1 |
2743 | 2024-09-05T00:10:16.109Z | Checking strip-ansi-escapes v0.2.0 |
2744 | 2024-09-05T00:10:16.238Z | Checking reedline v0.33.0 |
2745 | 2024-09-05T00:10:16.740Z | Checking tabled v0.15.0 |
2746 | 2024-09-05T00:10:17.261Z | Checking peg v0.8.4 |
2747 | 2024-09-05T00:10:22.973Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2748 | 2024-09-05T00:10:29.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.83s |
2749 | 2024-09-05T00:10:29.588Z | |
2750 | 2024-09-05T00:10:29.588Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2751 | 2024-09-05T00:10:30.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2024-09-05T00:10:30.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2024-09-05T00:10:30.498Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2754 | 2024-09-05T00:10:36.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.36s |
2755 | 2024-09-05T00:10:37.104Z | |
2756 | 2024-09-05T00:10:37.104Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2757 | 2024-09-05T00:10:37.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2024-09-05T00:10:37.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2024-09-05T00:10:37.976Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2760 | 2024-09-05T00:10:44.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.96s |
2761 | 2024-09-05T00:10:44.218Z | |
2762 | 2024-09-05T00:10:44.218Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2763 | 2024-09-05T00:10:45.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-09-05T00:10:45.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-09-05T00:10:45.109Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2766 | 2024-09-05T00:10:50.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s |
2767 | 2024-09-05T00:10:50.463Z | |
2768 | 2024-09-05T00:10:50.463Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2769 | 2024-09-05T00:10:51.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-09-05T00:10:51.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-09-05T00:10:51.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2024-09-05T00:10:51.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2773 | 2024-09-05T00:10:51.288Z | |
2774 | 2024-09-05T00:10:51.288Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2775 | 2024-09-05T00:10:52.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-09-05T00:10:52.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-09-05T00:10:52.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2024-09-05T00:10:52.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2779 | 2024-09-05T00:10:52.203Z | |
2780 | 2024-09-05T00:10:52.203Z | info: running `cargo check --bins` on installinator-client (112/158) |
2781 | 2024-09-05T00:10:52.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-09-05T00:10:52.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-09-05T00:10:52.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-09-05T00:10:52.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2785 | 2024-09-05T00:10:53.061Z | |
2786 | 2024-09-05T00:10:53.061Z | info: running `cargo check --bins` on oxide-client (113/158) |
2787 | 2024-09-05T00:10:53.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-09-05T00:10:53.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-09-05T00:10:53.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-09-05T00:10:53.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2791 | 2024-09-05T00:10:53.911Z | |
2792 | 2024-09-05T00:10:53.911Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2793 | 2024-09-05T00:10:54.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-09-05T00:10:54.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-09-05T00:10:54.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-09-05T00:10:54.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2797 | 2024-09-05T00:10:54.833Z | |
2798 | 2024-09-05T00:10:54.833Z | info: running `cargo check --bins` on wicket-common (115/158) |
2799 | 2024-09-05T00:10:55.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-09-05T00:10:55.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-09-05T00:10:55.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-09-05T00:10:55.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2803 | 2024-09-05T00:10:55.735Z | |
2804 | 2024-09-05T00:10:55.735Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2805 | 2024-09-05T00:10:56.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-09-05T00:10:56.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-09-05T00:10:56.649Z | Checking csv-core v0.1.11 |
2808 | 2024-09-05T00:10:56.673Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2809 | 2024-09-05T00:10:56.944Z | Checking csv v1.3.0 |
2810 | 2024-09-05T00:10:57.656Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2811 | 2024-09-05T00:10:58.087Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2812 | 2024-09-05T00:10:59.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
2813 | 2024-09-05T00:10:59.703Z | |
2814 | 2024-09-05T00:10:59.703Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2815 | 2024-09-05T00:11:00.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-09-05T00:11:00.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-09-05T00:11:00.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2024-09-05T00:11:00.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2819 | 2024-09-05T00:11:00.600Z | |
2820 | 2024-09-05T00:11:00.600Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2821 | 2024-09-05T00:11:01.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2024-09-05T00:11:01.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2024-09-05T00:11:01.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2024-09-05T00:11:01.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2825 | 2024-09-05T00:11:01.458Z | |
2826 | 2024-09-05T00:11:01.458Z | info: running `cargo check --bins` on cert-dev (119/158) |
2827 | 2024-09-05T00:11:02.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2024-09-05T00:11:02.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2024-09-05T00:11:02.373Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2830 | 2024-09-05T00:11:02.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
2831 | 2024-09-05T00:11:02.759Z | |
2832 | 2024-09-05T00:11:02.759Z | info: running `cargo check --bins` on ch-dev (120/158) |
2833 | 2024-09-05T00:11:03.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2024-09-05T00:11:03.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2024-09-05T00:11:03.690Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2836 | 2024-09-05T00:11:04.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
2837 | 2024-09-05T00:11:04.604Z | |
2838 | 2024-09-05T00:11:04.604Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2839 | 2024-09-05T00:11:05.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2024-09-05T00:11:05.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2024-09-05T00:11:05.531Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2842 | 2024-09-05T00:11:05.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
2843 | 2024-09-05T00:11:05.991Z | |
2844 | 2024-09-05T00:11:05.991Z | info: running `cargo check --bins` on db-dev (122/158) |
2845 | 2024-09-05T00:11:06.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2024-09-05T00:11:06.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2024-09-05T00:11:06.901Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2848 | 2024-09-05T00:11:07.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
2849 | 2024-09-05T00:11:07.855Z | |
2850 | 2024-09-05T00:11:07.855Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2851 | 2024-09-05T00:11:08.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2024-09-05T00:11:08.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2024-09-05T00:11:08.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2024-09-05T00:11:08.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2855 | 2024-09-05T00:11:08.738Z | |
2856 | 2024-09-05T00:11:08.738Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2857 | 2024-09-05T00:11:09.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2024-09-05T00:11:09.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2024-09-05T00:11:09.577Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2860 | 2024-09-05T00:11:10.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
2861 | 2024-09-05T00:11:10.706Z | |
2862 | 2024-09-05T00:11:10.706Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2863 | 2024-09-05T00:11:11.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2024-09-05T00:11:11.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2024-09-05T00:11:11.693Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2866 | 2024-09-05T00:11:12.397Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2867 | 2024-09-05T00:11:13.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
2868 | 2024-09-05T00:11:13.174Z | |
2869 | 2024-09-05T00:11:13.174Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2870 | 2024-09-05T00:11:14.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-09-05T00:11:14.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-09-05T00:11:14.296Z | Compiling glob v0.3.1 |
2873 | 2024-09-05T00:11:14.296Z | Compiling crunchy v0.2.2 |
2874 | 2024-09-05T00:11:14.320Z | Compiling tiny-keccak v2.0.2 |
2875 | 2024-09-05T00:11:14.320Z | Compiling dsl_auto_type v0.1.2 |
2876 | 2024-09-05T00:11:14.321Z | Checking scheduled-thread-pool v0.2.7 |
2877 | 2024-09-05T00:11:14.321Z | Compiling diesel_table_macro_syntax v0.2.0 |
2878 | 2024-09-05T00:11:14.344Z | Compiling ascii-canvas v3.0.0 |
2879 | 2024-09-05T00:11:14.368Z | Compiling ena v0.14.3 |
2880 | 2024-09-05T00:11:14.559Z | Checking r2d2 v0.8.10 |
2881 | 2024-09-05T00:11:14.696Z | Compiling libloading v0.8.3 |
2882 | 2024-09-05T00:11:14.729Z | Compiling bindgen v0.69.4 |
2883 | 2024-09-05T00:11:14.764Z | Compiling diff v0.1.13 |
2884 | 2024-09-05T00:11:14.849Z | Compiling regex-syntax v0.6.29 |
2885 | 2024-09-05T00:11:14.873Z | Compiling which v4.4.2 |
2886 | 2024-09-05T00:11:15.067Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2887 | 2024-09-05T00:11:15.186Z | Compiling clang-sys v1.7.0 |
2888 | 2024-09-05T00:11:15.271Z | Compiling cexpr v0.6.0 |
2889 | 2024-09-05T00:11:15.348Z | Compiling shlex v1.3.0 |
2890 | 2024-09-05T00:11:15.403Z | Compiling rustc-hash v1.1.0 |
2891 | 2024-09-05T00:11:15.429Z | Compiling lazycell v1.3.0 |
2892 | 2024-09-05T00:11:15.474Z | Compiling ref-cast v1.0.23 |
2893 | 2024-09-05T00:11:15.552Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2894 | 2024-09-05T00:11:15.580Z | Compiling derive_builder_core v0.20.0 |
2895 | 2024-09-05T00:11:15.742Z | Compiling libxml v0.3.3 |
2896 | 2024-09-05T00:11:15.840Z | Compiling diesel_derives v2.2.2 |
2897 | 2024-09-05T00:11:15.865Z | Compiling ref-cast-impl v1.0.23 |
2898 | 2024-09-05T00:11:16.027Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2899 | 2024-09-05T00:11:16.129Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2900 | 2024-09-05T00:11:16.472Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2901 | 2024-09-05T00:11:16.748Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2902 | 2024-09-05T00:11:16.783Z | Compiling strum_macros v0.24.3 |
2903 | 2024-09-05T00:11:16.976Z | Compiling dropshot v0.10.1 |
2904 | 2024-09-05T00:11:17.064Z | Compiling indoc v1.0.9 |
2905 | 2024-09-05T00:11:17.646Z | Compiling lalrpop v0.19.12 |
2906 | 2024-09-05T00:11:17.903Z | Compiling derive_builder_macro v0.20.0 |
2907 | 2024-09-05T00:11:18.601Z | Checking derive_builder v0.20.0 |
2908 | 2024-09-05T00:11:18.836Z | Checking tungstenite v0.23.0 |
2909 | 2024-09-05T00:11:18.938Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2910 | 2024-09-05T00:11:19.188Z | Compiling dropshot_endpoint v0.10.1 |
2911 | 2024-09-05T00:11:19.599Z | Compiling impl-trait-for-tuples v0.2.2 |
2912 | 2024-09-05T00:11:19.798Z | Compiling oso-derive v0.27.3 |
2913 | 2024-09-05T00:11:19.822Z | Checking quick-xml v0.31.0 |
2914 | 2024-09-05T00:11:20.722Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2915 | 2024-09-05T00:11:20.989Z | Checking maplit v1.0.2 |
2916 | 2024-09-05T00:11:21.167Z | Checking tokio-tungstenite v0.23.1 |
2917 | 2024-09-05T00:11:21.581Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2918 | 2024-09-05T00:11:21.605Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2919 | 2024-09-05T00:11:21.879Z | Checking bb8 v0.8.5 |
2920 | 2024-09-05T00:11:22.331Z | Compiling const_format_proc_macros v0.2.32 |
2921 | 2024-09-05T00:11:23.212Z | Checking crossbeam-deque v0.8.5 |
2922 | 2024-09-05T00:11:23.526Z | Compiling portable-atomic v1.6.0 |
2923 | 2024-09-05T00:11:24.100Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2924 | 2024-09-05T00:11:24.241Z | Checking const_format v0.2.32 |
2925 | 2024-09-05T00:11:24.552Z | Checking rayon-core v1.12.1 |
2926 | 2024-09-05T00:11:24.673Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2927 | 2024-09-05T00:11:24.936Z | Checking castaway v0.2.3 |
2928 | 2024-09-05T00:11:25.085Z | Checking compact_str v0.8.0 |
2929 | 2024-09-05T00:11:25.175Z | Checking rayon v1.10.0 |
2930 | 2024-09-05T00:11:25.789Z | Checking diesel v2.2.3 |
2931 | 2024-09-05T00:11:25.983Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2932 | 2024-09-05T00:11:26.234Z | Checking unicode-truncate v1.0.0 |
2933 | 2024-09-05T00:11:26.265Z | Checking lru v0.12.3 |
2934 | 2024-09-05T00:11:26.439Z | Compiling instability v0.3.2 |
2935 | 2024-09-05T00:11:26.538Z | Checking unicode-linebreak v0.1.5 |
2936 | 2024-09-05T00:11:26.648Z | Checking number_prefix v0.4.0 |
2937 | 2024-09-05T00:11:26.732Z | Checking smawk v0.3.2 |
2938 | 2024-09-05T00:11:26.844Z | Checking cassowary v0.3.0 |
2939 | 2024-09-05T00:11:26.943Z | Checking textwrap v0.16.1 |
2940 | 2024-09-05T00:11:26.967Z | Checking multimap v0.10.0 |
2941 | 2024-09-05T00:11:27.385Z | Checking ratatui v0.28.0 |
2942 | 2024-09-05T00:11:28.488Z | Checking indicatif v0.17.8 |
2943 | 2024-09-05T00:11:44.316Z | Compiling samael v0.0.15 |
2944 | 2024-09-05T00:11:56.196Z | Checking async-bb8-diesel v0.2.1 |
2945 | 2024-09-05T00:11:58.729Z | Compiling polar-core v0.27.3 |
2946 | 2024-09-05T00:12:07.606Z | Checking oso v0.27.3 |
2947 | 2024-09-05T00:13:20.782Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2948 | 2024-09-05T00:13:27.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
2949 | 2024-09-05T00:13:27.869Z | |
2950 | 2024-09-05T00:13:27.869Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2951 | 2024-09-05T00:13:28.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2952 | 2024-09-05T00:13:28.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2953 | 2024-09-05T00:13:28.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2954 | 2024-09-05T00:13:28.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2955 | 2024-09-05T00:13:28.850Z | |
2956 | 2024-09-05T00:13:28.851Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
2957 | 2024-09-05T00:13:29.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2958 | 2024-09-05T00:13:29.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2959 | 2024-09-05T00:13:29.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2960 | 2024-09-05T00:13:29.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2961 | 2024-09-05T00:13:29.776Z | |
2962 | 2024-09-05T00:13:29.776Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
2963 | 2024-09-05T00:13:30.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2964 | 2024-09-05T00:13:30.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2965 | 2024-09-05T00:13:30.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2966 | 2024-09-05T00:13:30.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2967 | 2024-09-05T00:13:30.619Z | |
2968 | 2024-09-05T00:13:30.619Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
2969 | 2024-09-05T00:13:31.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2024-09-05T00:13:31.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2024-09-05T00:13:31.742Z | Compiling libz-sys v1.1.16 |
2972 | 2024-09-05T00:13:31.767Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2973 | 2024-09-05T00:13:31.792Z | Compiling vergen v8.3.2 |
2974 | 2024-09-05T00:13:31.792Z | Compiling cargo-platform v0.1.8 |
2975 | 2024-09-05T00:13:31.793Z | Compiling pin-project-internal v1.1.5 |
2976 | 2024-09-05T00:13:31.830Z | Compiling snafu-derive v0.8.2 |
2977 | 2024-09-05T00:13:31.830Z | Compiling libsqlite3-sys v0.28.0 |
2978 | 2024-09-05T00:13:31.854Z | Compiling buf-list v1.0.3 |
2979 | 2024-09-05T00:13:32.086Z | Compiling cargo_metadata v0.18.1 |
2980 | 2024-09-05T00:13:32.312Z | Checking globset v0.4.14 |
2981 | 2024-09-05T00:13:32.349Z | Checking olpc-cjson v0.1.3 |
2982 | 2024-09-05T00:13:32.511Z | Checking rand_seeder v0.3.0 |
2983 | 2024-09-05T00:13:32.549Z | Checking serde_plain v1.0.2 |
2984 | 2024-09-05T00:13:32.603Z | Checking typed-path v0.7.1 |
2985 | 2024-09-05T00:13:32.719Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2986 | 2024-09-05T00:13:32.893Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2987 | 2024-09-05T00:13:33.054Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2988 | 2024-09-05T00:13:33.140Z | Checking hashlink v0.9.1 |
2989 | 2024-09-05T00:13:33.169Z | Checking parse-size v1.0.0 |
2990 | 2024-09-05T00:13:33.306Z | Checking fallible-streaming-iterator v0.1.9 |
2991 | 2024-09-05T00:13:33.337Z | Checking fallible-iterator v0.3.0 |
2992 | 2024-09-05T00:13:33.561Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2993 | 2024-09-05T00:13:33.666Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2994 | 2024-09-05T00:13:33.858Z | Checking rusqlite v0.31.0 |
2995 | 2024-09-05T00:13:34.245Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2996 | 2024-09-05T00:13:34.402Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2997 | 2024-09-05T00:13:34.476Z | Checking pin-project v1.1.5 |
2998 | 2024-09-05T00:13:34.516Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2999 | 2024-09-05T00:13:34.592Z | Checking twox-hash v1.6.3 |
3000 | 2024-09-05T00:13:34.657Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3001 | 2024-09-05T00:13:34.997Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3002 | 2024-09-05T00:13:35.247Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3003 | 2024-09-05T00:13:35.271Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3004 | 2024-09-05T00:13:35.433Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3005 | 2024-09-05T00:13:35.681Z | Checking fatfs v0.3.6 |
3006 | 2024-09-05T00:13:36.150Z | Checking assert_matches v1.5.0 |
3007 | 2024-09-05T00:13:36.573Z | Checking snafu v0.8.2 |
3008 | 2024-09-05T00:13:36.985Z | Checking tough v0.17.1 |
3009 | 2024-09-05T00:13:40.940Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3010 | 2024-09-05T00:13:42.431Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3011 | 2024-09-05T00:13:43.255Z | Compiling git2 v0.19.0 |
3012 | 2024-09-05T00:13:49.157Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3013 | 2024-09-05T00:14:49.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
3014 | 2024-09-05T00:14:49.562Z | |
3015 | 2024-09-05T00:14:49.562Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
3016 | 2024-09-05T00:14:50.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-09-05T00:14:50.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-09-05T00:14:50.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3019 | 2024-09-05T00:14:50.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3020 | 2024-09-05T00:14:50.579Z | |
3021 | 2024-09-05T00:14:50.579Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
3022 | 2024-09-05T00:14:51.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-09-05T00:14:51.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-09-05T00:14:51.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2024-09-05T00:14:51.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3026 | 2024-09-05T00:14:51.394Z | |
3027 | 2024-09-05T00:14:51.394Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
3028 | 2024-09-05T00:14:52.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-09-05T00:14:52.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-09-05T00:14:52.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2024-09-05T00:14:52.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3032 | 2024-09-05T00:14:52.327Z | |
3033 | 2024-09-05T00:14:52.327Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3034 | 2024-09-05T00:14:53.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-09-05T00:14:53.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-09-05T00:14:53.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2024-09-05T00:14:53.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3038 | 2024-09-05T00:14:53.234Z | |
3039 | 2024-09-05T00:14:53.234Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3040 | 2024-09-05T00:14:54.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-09-05T00:14:54.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-09-05T00:14:54.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2024-09-05T00:14:54.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3044 | 2024-09-05T00:14:54.130Z | |
3045 | 2024-09-05T00:14:54.130Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3046 | 2024-09-05T00:14:54.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-09-05T00:14:54.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-09-05T00:14:54.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2024-09-05T00:14:54.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3050 | 2024-09-05T00:14:55.047Z | |
3051 | 2024-09-05T00:14:55.047Z | info: running `cargo check --bins` on update-common (137/158) |
3052 | 2024-09-05T00:14:55.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-09-05T00:14:55.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-09-05T00:14:55.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2024-09-05T00:14:55.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3056 | 2024-09-05T00:14:55.906Z | |
3057 | 2024-09-05T00:14:55.906Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3058 | 2024-09-05T00:14:56.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2024-09-05T00:14:56.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2024-09-05T00:14:56.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2024-09-05T00:14:56.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3062 | 2024-09-05T00:14:56.778Z | |
3063 | 2024-09-05T00:14:56.778Z | info: running `cargo check --bins` on tufaceous (139/158) |
3064 | 2024-09-05T00:14:57.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-09-05T00:14:57.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-09-05T00:14:57.678Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3067 | 2024-09-05T00:14:58.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
3068 | 2024-09-05T00:14:58.853Z | |
3069 | 2024-09-05T00:14:58.853Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3070 | 2024-09-05T00:14:59.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-09-05T00:14:59.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-09-05T00:14:59.993Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3073 | 2024-09-05T00:15:00.017Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3074 | 2024-09-05T00:15:00.017Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3075 | 2024-09-05T00:15:01.650Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3076 | 2024-09-05T00:15:04.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s |
3077 | 2024-09-05T00:15:04.728Z | |
3078 | 2024-09-05T00:15:04.728Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3079 | 2024-09-05T00:15:05.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2024-09-05T00:15:05.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2024-09-05T00:15:05.690Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3082 | 2024-09-05T00:15:05.690Z | Checking heck v0.4.1 |
3083 | 2024-09-05T00:15:05.690Z | Checking is_ci v1.2.0 |
3084 | 2024-09-05T00:15:05.714Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3085 | 2024-09-05T00:15:05.714Z | Checking indent_write v2.2.0 |
3086 | 2024-09-05T00:15:05.885Z | Checking supports-color v3.0.0 |
3087 | 2024-09-05T00:15:05.912Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3088 | 2024-09-05T00:15:07.584Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3089 | 2024-09-05T00:15:08.628Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3090 | 2024-09-05T00:15:09.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s |
3091 | 2024-09-05T00:15:10.049Z | |
3092 | 2024-09-05T00:15:10.049Z | info: running `cargo check --bins` on installinator-api (142/158) |
3093 | 2024-09-05T00:15:10.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2024-09-05T00:15:10.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2024-09-05T00:15:10.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3096 | 2024-09-05T00:15:10.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3097 | 2024-09-05T00:15:10.929Z | |
3098 | 2024-09-05T00:15:10.929Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3099 | 2024-09-05T00:15:11.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-09-05T00:15:11.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-09-05T00:15:11.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2024-09-05T00:15:11.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3103 | 2024-09-05T00:15:11.808Z | |
3104 | 2024-09-05T00:15:11.808Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3105 | 2024-09-05T00:15:12.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2024-09-05T00:15:12.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2024-09-05T00:15:12.782Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3108 | 2024-09-05T00:15:14.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
3109 | 2024-09-05T00:15:14.330Z | |
3110 | 2024-09-05T00:15:14.330Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3111 | 2024-09-05T00:15:15.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2024-09-05T00:15:15.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2024-09-05T00:15:15.214Z | Checking memmap2 v0.9.4 |
3114 | 2024-09-05T00:15:15.214Z | Checking constant_time_eq v0.3.0 |
3115 | 2024-09-05T00:15:15.214Z | Checking spin v0.5.2 |
3116 | 2024-09-05T00:15:15.214Z | Checking arrayvec v0.7.4 |
3117 | 2024-09-05T00:15:15.238Z | Checking arrayref v0.3.7 |
3118 | 2024-09-05T00:15:15.239Z | Checking untrusted v0.7.1 |
3119 | 2024-09-05T00:15:15.239Z | Checking cargo-platform v0.1.8 |
3120 | 2024-09-05T00:15:15.239Z | Checking topological-sort v0.2.2 |
3121 | 2024-09-05T00:15:15.389Z | Checking shell-words v1.1.0 |
3122 | 2024-09-05T00:15:15.486Z | Checking ring v0.16.20 |
3123 | 2024-09-05T00:15:15.585Z | Checking blake3 v1.5.1 |
3124 | 2024-09-05T00:15:15.612Z | Checking cargo_metadata v0.18.1 |
3125 | 2024-09-05T00:15:16.900Z | Checking omicron-zone-package v0.11.0 |
3126 | 2024-09-05T00:15:18.193Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3127 | 2024-09-05T00:15:19.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s |
3128 | 2024-09-05T00:15:19.409Z | |
3129 | 2024-09-05T00:15:19.409Z | info: running `cargo check --bins` on xtask (146/158) |
3130 | 2024-09-05T00:15:20.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2024-09-05T00:15:20.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2024-09-05T00:15:20.078Z | Checking bitflags v2.6.0 |
3133 | 2024-09-05T00:15:20.078Z | Checking serde v1.0.208 |
3134 | 2024-09-05T00:15:20.078Z | Checking thiserror v1.0.63 |
3135 | 2024-09-05T00:15:20.078Z | Checking scroll v0.12.0 |
3136 | 2024-09-05T00:15:20.114Z | Checking hashbrown v0.14.5 |
3137 | 2024-09-05T00:15:20.138Z | Checking log v0.4.21 |
3138 | 2024-09-05T00:15:20.138Z | Checking zerocopy v0.7.34 |
3139 | 2024-09-05T00:15:20.162Z | Checking syn v2.0.74 |
3140 | 2024-09-05T00:15:20.228Z | Checking pest v2.7.10 |
3141 | 2024-09-05T00:15:20.314Z | Checking rustix v0.38.34 |
3142 | 2024-09-05T00:15:20.371Z | Checking fs-err v2.11.0 |
3143 | 2024-09-05T00:15:20.493Z | Checking goblin v0.8.2 |
3144 | 2024-09-05T00:15:20.637Z | Checking tabled v0.15.0 |
3145 | 2024-09-05T00:15:21.020Z | Checking indexmap v2.4.0 |
3146 | 2024-09-05T00:15:21.268Z | Checking anyhow v1.0.86 |
3147 | 2024-09-05T00:15:21.853Z | Checking terminal_size v0.3.0 |
3148 | 2024-09-05T00:15:21.853Z | Checking tempfile v3.10.1 |
3149 | 2024-09-05T00:15:22.000Z | Checking clap_builder v4.5.15 |
3150 | 2024-09-05T00:15:22.250Z | Checking dtrace-parser v0.2.0 |
3151 | 2024-09-05T00:15:24.171Z | Checking serde_json v1.0.125 |
3152 | 2024-09-05T00:15:24.171Z | Checking serde_spanned v0.6.7 |
3153 | 2024-09-05T00:15:24.195Z | Checking toml_datetime v0.6.8 |
3154 | 2024-09-05T00:15:24.195Z | Checking camino v1.1.9 |
3155 | 2024-09-05T00:15:24.195Z | Checking semver v1.0.23 |
3156 | 2024-09-05T00:15:24.195Z | Checking cargo-platform v0.1.8 |
3157 | 2024-09-05T00:15:24.401Z | Checking macaddr v1.0.1 |
3158 | 2024-09-05T00:15:24.453Z | Checking clap v4.5.16 |
3159 | 2024-09-05T00:15:24.476Z | Checking toml_edit v0.22.20 |
3160 | 2024-09-05T00:15:24.665Z | Checking camino-tempfile v1.1.1 |
3161 | 2024-09-05T00:15:25.340Z | Checking dof v0.3.0 |
3162 | 2024-09-05T00:15:25.340Z | Checking cargo_metadata v0.18.1 |
3163 | 2024-09-05T00:15:25.829Z | Checking usdt-impl v0.5.0 |
3164 | 2024-09-05T00:15:26.265Z | Checking usdt v0.5.0 |
3165 | 2024-09-05T00:15:26.567Z | Checking toml v0.8.19 |
3166 | 2024-09-05T00:15:27.133Z | Checking cargo_toml v0.20.4 |
3167 | 2024-09-05T00:15:28.619Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3168 | 2024-09-05T00:15:29.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.00s |
3169 | 2024-09-05T00:15:29.513Z | |
3170 | 2024-09-05T00:15:29.513Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3171 | 2024-09-05T00:15:30.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2024-09-05T00:15:30.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2024-09-05T00:15:30.606Z | Checking polyval v0.6.2 |
3174 | 2024-09-05T00:15:30.607Z | Checking rfc6979 v0.4.0 |
3175 | 2024-09-05T00:15:30.654Z | Checking primeorder v0.13.6 |
3176 | 2024-09-05T00:15:30.678Z | Checking ctr v0.9.2 |
3177 | 2024-09-05T00:15:30.702Z | Checking ed25519 v2.2.3 |
3178 | 2024-09-05T00:15:30.702Z | Checking ssh-encoding v0.2.0 |
3179 | 2024-09-05T00:15:30.702Z | Checking blowfish v0.9.1 |
3180 | 2024-09-05T00:15:30.702Z | Checking option-ext v0.2.0 |
3181 | 2024-09-05T00:15:30.837Z | Checking ecdsa v0.16.9 |
3182 | 2024-09-05T00:15:30.861Z | Checking dirs-sys v0.4.1 |
3183 | 2024-09-05T00:15:30.885Z | Checking ghash v0.5.1 |
3184 | 2024-09-05T00:15:30.930Z | Checking password-hash v0.4.2 |
3185 | 2024-09-05T00:15:30.954Z | Checking bcrypt-pbkdf v0.10.0 |
3186 | 2024-09-05T00:15:30.978Z | Checking ed25519-dalek v2.1.1 |
3187 | 2024-09-05T00:15:31.017Z | Checking aes-gcm v0.10.3 |
3188 | 2024-09-05T00:15:31.041Z | Checking matches v0.1.10 |
3189 | 2024-09-05T00:15:31.065Z | Checking dirs v5.0.1 |
3190 | 2024-09-05T00:15:31.089Z | Compiling enum-as-inner v0.5.1 |
3191 | 2024-09-05T00:15:31.124Z | Checking idna v0.2.3 |
3192 | 2024-09-05T00:15:31.171Z | Checking russh-cryptovec v0.7.2 |
3193 | 2024-09-05T00:15:31.195Z | Checking md5 v0.7.0 |
3194 | 2024-09-05T00:15:31.219Z | Checking ssh-cipher v0.2.0 |
3195 | 2024-09-05T00:15:31.285Z | Checking num-bigint v0.4.5 |
3196 | 2024-09-05T00:15:31.326Z | Checking pbkdf2 v0.11.0 |
3197 | 2024-09-05T00:15:31.352Z | Compiling dhcproto-macros v0.1.0 |
3198 | 2024-09-05T00:15:31.446Z | Checking p384 v0.13.0 |
3199 | 2024-09-05T00:15:31.469Z | Checking p521 v0.13.3 |
3200 | 2024-09-05T00:15:31.499Z | Checking ssh-key v0.6.6 |
3201 | 2024-09-05T00:15:31.576Z | Checking p256 v0.13.2 |
3202 | 2024-09-05T00:15:31.822Z | Checking hex-literal v0.4.1 |
3203 | 2024-09-05T00:15:31.941Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3204 | 2024-09-05T00:15:31.971Z | Checking trust-dns-proto v0.22.0 |
3205 | 2024-09-05T00:15:31.996Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3206 | 2024-09-05T00:15:32.184Z | Checking internet-checksum v0.2.1 |
3207 | 2024-09-05T00:15:32.858Z | Checking russh-keys v0.44.0 |
3208 | 2024-09-05T00:15:33.955Z | Checking russh v0.44.1 |
3209 | 2024-09-05T00:15:34.898Z | Checking dhcproto v0.12.0 |
3210 | 2024-09-05T00:15:55.886Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3211 | 2024-09-05T00:15:57.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.03s |
3212 | 2024-09-05T00:15:57.735Z | |
3213 | 2024-09-05T00:15:57.735Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3214 | 2024-09-05T00:15:58.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2024-09-05T00:15:58.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2024-09-05T00:15:58.581Z | Checking termios v0.3.3 |
3217 | 2024-09-05T00:15:58.752Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3218 | 2024-09-05T00:15:59.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
3219 | 2024-09-05T00:15:59.792Z | |
3220 | 2024-09-05T00:15:59.792Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3221 | 2024-09-05T00:16:00.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2024-09-05T00:16:00.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2024-09-05T00:16:00.711Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3224 | 2024-09-05T00:16:03.040Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3225 | 2024-09-05T00:16:05.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
3226 | 2024-09-05T00:16:05.319Z | |
3227 | 2024-09-05T00:16:05.319Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3228 | 2024-09-05T00:16:06.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3229 | 2024-09-05T00:16:06.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3230 | 2024-09-05T00:16:06.183Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3231 | 2024-09-05T00:16:06.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
3232 | 2024-09-05T00:16:06.780Z | |
3233 | 2024-09-05T00:16:06.780Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3234 | 2024-09-05T00:16:07.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3235 | 2024-09-05T00:16:07.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3236 | 2024-09-05T00:16:07.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3237 | 2024-09-05T00:16:07.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3238 | 2024-09-05T00:16:07.601Z | |
3239 | 2024-09-05T00:16:07.601Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3240 | 2024-09-05T00:16:08.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2024-09-05T00:16:08.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2024-09-05T00:16:08.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3243 | 2024-09-05T00:16:08.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3244 | 2024-09-05T00:16:08.423Z | |
3245 | 2024-09-05T00:16:08.423Z | info: running `cargo check --bins` on omicron-package (153/158) |
3246 | 2024-09-05T00:16:09.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2024-09-05T00:16:09.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2024-09-05T00:16:09.306Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3249 | 2024-09-05T00:16:10.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
3250 | 2024-09-05T00:16:10.924Z | |
3251 | 2024-09-05T00:16:10.924Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3252 | 2024-09-05T00:16:11.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3253 | 2024-09-05T00:16:11.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3254 | 2024-09-05T00:16:11.834Z | Checking rtoolbox v0.0.2 |
3255 | 2024-09-05T00:16:11.858Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3256 | 2024-09-05T00:16:11.858Z | Checking tui-tree-widget v0.22.0 |
3257 | 2024-09-05T00:16:12.017Z | Checking rpassword v7.3.1 |
3258 | 2024-09-05T00:16:17.161Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3259 | 2024-09-05T00:16:20.542Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3260 | 2024-09-05T00:16:21.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.94s |
3261 | 2024-09-05T00:16:22.026Z | |
3262 | 2024-09-05T00:16:22.026Z | info: running `cargo check --bins` on wicket (155/158) |
3263 | 2024-09-05T00:16:22.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2024-09-05T00:16:22.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2024-09-05T00:16:22.965Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3266 | 2024-09-05T00:16:23.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
3267 | 2024-09-05T00:16:23.473Z | |
3268 | 2024-09-05T00:16:23.473Z | info: running `cargo check --bins` on wicketd (156/158) |
3269 | 2024-09-05T00:16:24.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2024-09-05T00:16:24.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2024-09-05T00:16:24.406Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3272 | 2024-09-05T00:16:28.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
3273 | 2024-09-05T00:16:28.899Z | |
3274 | 2024-09-05T00:16:28.899Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3275 | 2024-09-05T00:16:29.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2024-09-05T00:16:29.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2024-09-05T00:16:29.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3278 | 2024-09-05T00:16:29.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3279 | 2024-09-05T00:16:29.705Z | |
3280 | 2024-09-05T00:16:29.705Z | info: running `cargo check --bins` on zone-setup (158/158) |
3281 | 2024-09-05T00:16:30.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3282 | 2024-09-05T00:16:30.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3283 | 2024-09-05T00:16:30.677Z | Checking uzers v0.11.3 |
3284 | 2024-09-05T00:16:30.965Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3285 | 2024-09-05T00:16:32.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
3286 | 2024-09-05T00:16:32.410Z | |
3287 | 2024-09-05T00:16:32.434Z | real 12:52.044257069 |
3288 | 2024-09-05T00:16:32.434Z | user 23:28.224216579 |
3289 | 2024-09-05T00:16:32.434Z | sys 5:30.978702529 |
3290 | 2024-09-05T00:16:32.434Z | trap 0.588555434 |
3291 | 2024-09-05T00:16:32.434Z | tflt 1.680075620 |
3292 | 2024-09-05T00:16:32.434Z | dflt 2.614501136 |
3293 | 2024-09-05T00:16:32.434Z | kflt 0.020589469 |
3294 | 2024-09-05T00:16:32.434Z | lock 43:21.076875398 |
3295 | 2024-09-05T00:16:32.434Z | slp 2:02:18.675934398 |
3296 | 2024-09-05T00:16:32.434Z | lat 1:02.646651872 |
3297 | 2024-09-05T00:16:32.435Z | stop 2:49.237868611 |
3298 | 2024-09-05T00:16:32.435Z | process exited: duration 1003626 ms, exit code 0 |
|
3299 | 2024-09-05T00:16:32.483Z | found 0 output files |