|
|
|
1 | 2024-10-03T19:43:38.530Z | job assigned to worker 01J99YG6H4Q2323B7SW9J0WK69 (queued for 50 s) |
|
2 | 2024-10-03T19:43:45.934Z | starting task 0: "setup" |
3 | 2024-10-03T19:43:45.943Z | ++ uname -s |
4 | 2024-10-03T19:43:45.948Z | + kern=SunOS |
5 | 2024-10-03T19:43:45.948Z | + case "$kern" in |
6 | 2024-10-03T19:43:45.948Z | + groupadd -g 12345 build |
7 | 2024-10-03T19:43:45.950Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-03T19:43:47.958Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-03T19:43:48.072Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-03T19:43:48.074Z | + home_fs=zfs |
11 | 2024-10-03T19:43:48.074Z | + [[ zfs == autofs ]] |
12 | 2024-10-03T19:43:48.074Z | + mkdir -p /home/build |
13 | 2024-10-03T19:43:48.077Z | + chown build:build /home/build /work |
14 | 2024-10-03T19:43:50.077Z | + chmod 0700 /home/build /work |
15 | 2024-10-03T19:43:50.079Z | process exited: duration 4149 ms, exit code 0 |
|
16 | 2024-10-03T19:43:50.085Z | starting task 1: "rust-toolchain" |
17 | 2024-10-03T19:43:50.090Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-03T19:43:50.090Z | ' 1.80.1 |
19 | 2024-10-03T19:43:50.090Z | * toolchain channel = "1.80.1" |
20 | 2024-10-03T19:43:50.090Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-03T19:43:50.090Z | ' default |
22 | 2024-10-03T19:43:50.093Z | * toolchain profile = "default" |
23 | 2024-10-03T19:43:50.093Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-03T19:43:50.093Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-03T19:43:50.194Z | info: downloading installer |
26 | 2024-10-03T19:43:51.703Z | info: profile set to 'default' |
27 | 2024-10-03T19:43:51.703Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-03T19:43:51.706Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-03T19:43:51.855Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-03T19:43:51.855Z | info: downloading component 'cargo' |
31 | 2024-10-03T19:43:52.711Z | info: downloading component 'clippy' |
32 | 2024-10-03T19:43:53.014Z | info: downloading component 'rust-docs' |
33 | 2024-10-03T19:43:54.200Z | info: downloading component 'rust-std' |
34 | 2024-10-03T19:43:55.866Z | info: downloading component 'rustc' |
35 | 2024-10-03T19:44:00.518Z | info: downloading component 'rustfmt' |
36 | 2024-10-03T19:44:00.768Z | info: installing component 'cargo' |
37 | 2024-10-03T19:44:01.584Z | info: installing component 'clippy' |
38 | 2024-10-03T19:44:01.958Z | info: installing component 'rust-docs' |
39 | 2024-10-03T19:44:03.564Z | info: installing component 'rust-std' |
40 | 2024-10-03T19:44:05.284Z | info: installing component 'rustc' |
41 | 2024-10-03T19:44:09.315Z | info: installing component 'rustfmt' |
42 | 2024-10-03T19:44:09.652Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-03T19:44:09.652Z | |
44 | 2024-10-03T19:44:09.907Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-03T19:44:09.907Z | |
46 | 2024-10-03T19:44:09.909Z | |
47 | 2024-10-03T19:44:09.909Z | Rust is installed now. Great! |
48 | 2024-10-03T19:44:09.910Z | |
49 | 2024-10-03T19:44:09.910Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-03T19:44:09.910Z | environment variable. This has not been done automatically. |
51 | 2024-10-03T19:44:09.910Z | |
52 | 2024-10-03T19:44:09.910Z | To configure your current shell, you need to source |
53 | 2024-10-03T19:44:09.910Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-03T19:44:09.910Z | |
55 | 2024-10-03T19:44:09.910Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-03T19:44:09.910Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-03T19:44:09.910Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-03T19:44:09.959Z | + rustc --version |
59 | 2024-10-03T19:44:10.021Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-03T19:44:10.024Z | process exited: duration 19950 ms, exit code 0 |
|
61 | 2024-10-03T19:44:10.031Z | starting task 2: "authentication" |
62 | 2024-10-03T19:44:10.049Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-03T19:44:10.054Z | starting task 3: "clone repository" |
64 | 2024-10-03T19:44:10.059Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-03T19:44:10.062Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-03T19:44:10.099Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-03T19:44:18.396Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-03T19:44:18.396Z | + git fetch origin 09053cabe90ebf5d2b47af17e254329b62f40313 |
69 | 2024-10-03T19:44:18.661Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-03T19:44:18.661Z | * branch 09053cabe90ebf5d2b47af17e254329b62f40313 -> FETCH_HEAD |
71 | 2024-10-03T19:44:18.670Z | + [[ -n sunshowers/spr/reconfigurator-impl-eq-for-trimap ]] |
72 | 2024-10-03T19:44:18.672Z | ++ git branch --show-current |
73 | 2024-10-03T19:44:18.675Z | + current=main |
74 | 2024-10-03T19:44:18.675Z | + [[ main != sunshowers/spr/reconfigurator-impl-eq-for-trimap ]] |
75 | 2024-10-03T19:44:18.675Z | + git branch -f sunshowers/spr/reconfigurator-impl-eq-for-trimap 09053cabe90ebf5d2b47af17e254329b62f40313 |
76 | 2024-10-03T19:44:18.677Z | + git checkout -f sunshowers/spr/reconfigurator-impl-eq-for-trimap |
77 | 2024-10-03T19:44:18.837Z | Switched to branch 'sunshowers/spr/reconfigurator-impl-eq-for-trimap' |
78 | 2024-10-03T19:44:18.840Z | + git reset --hard 09053cabe90ebf5d2b47af17e254329b62f40313 |
79 | 2024-10-03T19:44:18.850Z | HEAD is now at 09053cabe [spr] initial version |
80 | 2024-10-03T19:44:18.853Z | process exited: duration 8802 ms, exit code 0 |
|
81 | 2024-10-03T19:44:18.862Z | starting task 4: "build" |
82 | 2024-10-03T19:44:18.865Z | + cargo --version |
83 | 2024-10-03T19:44:18.919Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-10-03T19:44:18.921Z | + rustc --version |
85 | 2024-10-03T19:44:18.980Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-10-03T19:44:18.983Z | + source ./env.sh |
87 | 2024-10-03T19:44:18.983Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-10-03T19:44:18.983Z | ++ set -o xtrace |
89 | 2024-10-03T19:44:18.985Z | ++++ dirname ./env.sh |
90 | 2024-10-03T19:44:18.988Z | +++ readlink -f . |
91 | 2024-10-03T19:44:18.990Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-10-03T19:44:18.990Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-10-03T19:44:18.990Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-10-03T19:44:18.990Z | ++ 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 |
95 | 2024-10-03T19:44:18.990Z | ++ 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 |
96 | 2024-10-03T19:44:18.990Z | ++ 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 |
97 | 2024-10-03T19:44:18.990Z | ++ 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 |
98 | 2024-10-03T19:44:18.990Z | ++ 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 |
99 | 2024-10-03T19:44:18.990Z | ++ 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 |
100 | 2024-10-03T19:44:18.990Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-10-03T19:44:18.990Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-10-03T19:44:18.990Z | + 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 |
103 | 2024-10-03T19:44:18.991Z | + 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 |
104 | 2024-10-03T19:44:18.991Z | + banner prerequisites |
105 | 2024-10-03T19:44:18.993Z | |
106 | 2024-10-03T19:44:18.993Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-10-03T19:44:18.993Z | # # # # # # # # # # # # # # # |
108 | 2024-10-03T19:44:18.993Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-10-03T19:44:18.993Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-10-03T19:44:18.993Z | # # # # # # # # # # # # # # # |
111 | 2024-10-03T19:44:18.993Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-10-03T19:44:18.993Z | |
113 | 2024-10-03T19:44:18.996Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-10-03T19:44:26.056Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-10-03T19:44:28.834Z | Startup: Caching catalogs ... Done |
116 | 2024-10-03T19:44:33.025Z | Planning: Solver setup ... Done (3.565s) |
117 | 2024-10-03T19:44:33.084Z | Planning: Running solver ... Done (0.059s) |
118 | 2024-10-03T19:44:33.145Z | Planning: Finding local manifests ... Done (0.004s) |
119 | 2024-10-03T19:44:33.175Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-10-03T19:44:33.402Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-10-03T19:44:33.501Z | Planning: Package planning ... Done (0.098s) |
122 | 2024-10-03T19:44:33.557Z | Planning: Merging actions ... Done (0.056s) |
123 | 2024-10-03T19:44:33.894Z | Planning: Checking for conflicting actions ... Done (0.337s) |
124 | 2024-10-03T19:44:35.979Z | Planning: Consolidating action changes ... Done (2.086s) |
125 | 2024-10-03T19:44:36.420Z | Planning: Evaluating mediators ... Done (0.441s) |
126 | 2024-10-03T19:44:36.499Z | Planning: Planning completed in 7.59 seconds |
127 | 2024-10-03T19:44:36.514Z | Packages to install: 4 |
128 | 2024-10-03T19:44:36.514Z | Packages to update: 1 |
129 | 2024-10-03T19:44:36.516Z | Mediators to change: 2 |
130 | 2024-10-03T19:44:36.516Z | Services to change: 1 |
131 | 2024-10-03T19:44:36.516Z | Estimated space available: 155.71 GB |
132 | 2024-10-03T19:44:36.516Z | Estimated space to be consumed: 1.56 GB |
133 | 2024-10-03T19:44:36.516Z | Create boot environment: No |
134 | 2024-10-03T19:44:36.516Z | Create backup boot environment: Yes |
135 | 2024-10-03T19:44:36.516Z | Rebuild boot archive: No |
136 | 2024-10-03T19:44:36.516Z | |
137 | 2024-10-03T19:44:36.516Z | Changed mediators: |
138 | 2024-10-03T19:44:36.516Z | mediator clang: |
139 | 2024-10-03T19:44:36.517Z | version: None -> 15 (system default) |
140 | 2024-10-03T19:44:36.517Z | |
141 | 2024-10-03T19:44:36.517Z | mediator llvm: |
142 | 2024-10-03T19:44:36.517Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-10-03T19:44:36.517Z | |
144 | 2024-10-03T19:44:36.517Z | Changed packages: |
145 | 2024-10-03T19:44:36.517Z | helios-dev |
146 | 2024-10-03T19:44:36.517Z | developer/build-essential |
147 | 2024-10-03T19:44:36.517Z | None -> 11-2.0 |
148 | 2024-10-03T19:44:36.517Z | library/libxmlsec1 |
149 | 2024-10-03T19:44:36.517Z | None -> 1.2.35-2.0 |
150 | 2024-10-03T19:44:36.517Z | ooce/developer/clang-15 |
151 | 2024-10-03T19:44:36.517Z | None -> 15.0.7-2.0 |
152 | 2024-10-03T19:44:36.517Z | ooce/developer/llvm-15 |
153 | 2024-10-03T19:44:36.517Z | None -> 15.0.7-2.0 |
154 | 2024-10-03T19:44:36.517Z | package/pkg |
155 | 2024-10-03T19:44:36.517Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-10-03T19:44:36.517Z | |
157 | 2024-10-03T19:44:36.517Z | Services: |
158 | 2024-10-03T19:44:36.517Z | restart_fmri: |
159 | 2024-10-03T19:44:36.517Z | svc:/system/update-man-index:default |
160 | 2024-10-03T19:44:36.517Z | |
161 | 2024-10-03T19:44:36.517Z | Editable files to change: |
162 | 2024-10-03T19:44:36.517Z | Update: |
163 | 2024-10-03T19:44:36.517Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-10-03T19:44:36.598Z | |
165 | 2024-10-03T19:44:36.598Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-10-03T19:44:41.596Z | Download: 633/4281 items 17.9/220.6MB 8% complete (3.7M/s) |
167 | 2024-10-03T19:44:47.054Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (9.1M/s) |
168 | 2024-10-03T19:44:52.045Z | Download: 1990/4281 items 118.7/220.6MB 53% complete (10.1M/s) |
169 | 2024-10-03T19:44:57.277Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (9.6M/s) |
170 | 2024-10-03T19:45:02.301Z | Download: 3244/4281 items 170.8/220.6MB 77% complete (5.1M/s) |
171 | 2024-10-03T19:45:10.918Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
172 | 2024-10-03T19:45:15.955Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (4.5M/s) |
173 | 2024-10-03T19:45:16.100Z | Download: Completed 220.60 MB in 39.53 seconds (5.6M/s) |
174 | 2024-10-03T19:45:18.164Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-10-03T19:45:18.187Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-10-03T19:45:22.850Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-10-03T19:45:23.169Z | Actions: Completed 5063 actions in 5.01 seconds. |
178 | 2024-10-03T19:45:23.492Z | Done (0.315s) |
179 | 2024-10-03T19:45:23.494Z | Done (0.000s) |
180 | 2024-10-03T19:45:23.948Z | Done (0.455s) |
181 | 2024-10-03T19:45:28.327Z | Done (4.194s) |
182 | 2024-10-03T19:45:28.415Z | Done (0.017s) |
183 | 2024-10-03T19:45:28.418Z | Done (0.000s) |
184 | 2024-10-03T19:45:28.582Z | Done (0.000s) |
185 | 2024-10-03T19:45:29.202Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-10-03T19:45:29.360Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-10-03T19:45:29.363Z | Planning: Consolidating action changes ... Done |
188 | 2024-10-03T19:45:29.635Z | Planning: Evaluating mediators ... Done |
189 | 2024-10-03T19:45:29.638Z | Planning: Planning completed in 0.43 seconds |
190 | 2024-10-03T19:45:29.674Z | Mediators to change: 2 |
191 | 2024-10-03T19:45:29.676Z | Create boot environment: No |
192 | 2024-10-03T19:45:29.676Z | Create backup boot environment: No |
193 | 2024-10-03T19:45:29.766Z | Done |
194 | 2024-10-03T19:45:29.766Z | Done |
195 | 2024-10-03T19:45:30.030Z | Done |
196 | 2024-10-03T19:45:33.631Z | Done |
197 | 2024-10-03T19:45:33.721Z | Done |
198 | 2024-10-03T19:45:33.724Z | Done |
199 | 2024-10-03T19:45:33.837Z | Done |
200 | 2024-10-03T19:45:34.444Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-10-03T19:45:34.446Z | Planning: Merging actions ... Done |
202 | 2024-10-03T19:45:34.635Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-10-03T19:45:34.638Z | Planning: Consolidating action changes ... Done |
204 | 2024-10-03T19:45:34.905Z | Planning: Evaluating mediators ... Done |
205 | 2024-10-03T19:45:34.963Z | Planning: Planning completed in 0.76 seconds |
206 | 2024-10-03T19:45:35.002Z | Packages to change: 1 |
207 | 2024-10-03T19:45:35.002Z | Mediators to change: 1 |
208 | 2024-10-03T19:45:35.005Z | Services to change: 1 |
209 | 2024-10-03T19:45:35.005Z | Create boot environment: No |
210 | 2024-10-03T19:45:35.005Z | Create backup boot environment: Yes |
211 | 2024-10-03T19:45:37.095Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-10-03T19:45:37.101Z | Actions: Completed 6 actions in 0.01 seconds. |
213 | 2024-10-03T19:45:37.104Z | Done |
214 | 2024-10-03T19:45:37.104Z | Done |
215 | 2024-10-03T19:45:37.189Z | Done |
216 | 2024-10-03T19:45:40.770Z | Done |
217 | 2024-10-03T19:45:40.861Z | Done |
218 | 2024-10-03T19:45:40.866Z | Done |
219 | 2024-10-03T19:45:40.988Z | Done |
220 | 2024-10-03T19:45:41.416Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-10-03T19:45:41.416Z | clang system 15 system |
222 | 2024-10-03T19:45:41.416Z | csh system system illumos |
223 | 2024-10-03T19:45:41.416Z | ctags system system illumos |
224 | 2024-10-03T19:45:41.416Z | gcc vendor 12 vendor |
225 | 2024-10-03T19:45:41.416Z | gcc system 10 system |
226 | 2024-10-03T19:45:41.416Z | gcc system 7 system |
227 | 2024-10-03T19:45:41.417Z | go system 1.20 system |
228 | 2024-10-03T19:45:41.417Z | go system 1.19 system |
229 | 2024-10-03T19:45:41.417Z | llvm system 15 system |
230 | 2024-10-03T19:45:41.417Z | llvm system 14 system |
231 | 2024-10-03T19:45:41.417Z | mariadb system 10.6 system |
232 | 2024-10-03T19:45:41.417Z | mta vendor vendor dma |
233 | 2024-10-03T19:45:41.417Z | openjdk system 17 system |
234 | 2024-10-03T19:45:41.417Z | openjdk system 11 system |
235 | 2024-10-03T19:45:41.417Z | openjdk system 1.8 system |
236 | 2024-10-03T19:45:41.417Z | openssl vendor 3 vendor |
237 | 2024-10-03T19:45:41.417Z | perl system 5.36 system |
238 | 2024-10-03T19:45:41.417Z | postgresql system 15 system |
239 | 2024-10-03T19:45:41.417Z | postgresql system 13 system |
240 | 2024-10-03T19:45:41.417Z | python vendor 3 vendor |
241 | 2024-10-03T19:45:41.417Z | python system 2 system |
242 | 2024-10-03T19:45:41.417Z | python3 system 3.11 system |
243 | 2024-10-03T19:45:41.417Z | ruby system 3.0 system |
244 | 2024-10-03T19:45:41.417Z | words vendor vendor american-english |
245 | 2024-10-03T19:45:41.417Z | words system system australian-english |
246 | 2024-10-03T19:45:41.417Z | words system system british-english |
247 | 2024-10-03T19:45:41.417Z | words system system canadian-english |
248 | 2024-10-03T19:45:41.417Z | words system system french |
249 | 2024-10-03T19:45:41.417Z | words system system italian |
250 | 2024-10-03T19:45:41.417Z | words system system ngerman |
251 | 2024-10-03T19:45:41.417Z | words system system ogerman |
252 | 2024-10-03T19:45:41.417Z | words system system spanish |
253 | 2024-10-03T19:45:41.749Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-10-03T19:45:41.749Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-10-03T19:45:43.776Z | FMRI IFO |
256 | 2024-10-03T19:45:43.776Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-10-03T19:45:43.776Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-10-03T19:45:43.776Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-10-03T19:45:43.776Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-10-03T19:45:43.776Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-10-03T19:45:43.776Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-10-03T19:45:43.776Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-10-03T19:45:43.776Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-10-03T19:45:43.776Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-10-03T19:45:43.776Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-10-03T19:45:43.776Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-10-03T19:45:43.776Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-10-03T19:45:43.776Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-10-03T19:45:44.429Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-10-03T19:45:44.701Z | Updating crates.io index |
271 | 2024-10-03T19:45:44.703Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-10-03T19:45:45.545Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-10-03T19:45:45.802Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-10-03T19:45:46.177Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-10-03T19:45:46.471Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-10-03T19:45:47.268Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-10-03T19:45:49.466Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-10-03T19:45:50.451Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-10-03T19:45:51.280Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-10-03T19:45:51.538Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-10-03T19:45:51.810Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-10-03T19:45:52.366Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2024-10-03T19:45:52.694Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
284 | 2024-10-03T19:45:52.938Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
285 | 2024-10-03T19:45:53.249Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-10-03T19:45:53.587Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-10-03T19:45:53.819Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-10-03T19:45:54.079Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-10-03T19:45:54.298Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-10-03T19:45:54.577Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-10-03T19:45:54.825Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-10-03T19:45:55.123Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-10-03T19:45:55.458Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-10-03T19:45:55.782Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-10-03T19:45:56.230Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-10-03T19:45:56.528Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-10-03T19:45:57.013Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-10-03T19:45:57.366Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-10-03T19:45:57.726Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-10-03T19:45:58.001Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-10-03T19:45:59.211Z | Downloading crates ... |
302 | 2024-10-03T19:45:59.280Z | Downloaded fastrand v2.1.0 |
303 | 2024-10-03T19:45:59.283Z | Downloaded anstyle v1.0.8 |
304 | 2024-10-03T19:45:59.285Z | Downloaded anstream v0.6.14 |
305 | 2024-10-03T19:45:59.287Z | Downloaded dtrace-parser v0.2.0 |
306 | 2024-10-03T19:45:59.290Z | Downloaded is_terminal_polyfill v1.70.0 |
307 | 2024-10-03T19:45:59.302Z | Downloaded swrite v0.1.0 |
308 | 2024-10-03T19:45:59.305Z | Downloaded usdt-attr-macro v0.5.0 |
309 | 2024-10-03T19:45:59.305Z | Downloaded usdt-macro v0.5.0 |
310 | 2024-10-03T19:45:59.307Z | Downloaded heck v0.5.0 |
311 | 2024-10-03T19:45:59.307Z | Downloaded heck v0.4.1 |
312 | 2024-10-03T19:45:59.310Z | Downloaded digest v0.10.7 |
313 | 2024-10-03T19:45:59.310Z | Downloaded cpufeatures v0.2.12 |
314 | 2024-10-03T19:45:59.313Z | Downloaded cargo-platform v0.1.8 |
315 | 2024-10-03T19:45:59.318Z | Downloaded anstyle-parse v0.2.4 |
316 | 2024-10-03T19:45:59.320Z | Downloaded cfg-if v1.0.0 |
317 | 2024-10-03T19:45:59.323Z | Downloaded bytecount v0.6.8 |
318 | 2024-10-03T19:45:59.323Z | Downloaded fs-err v2.11.0 |
319 | 2024-10-03T19:45:59.327Z | Downloaded unicode-linebreak v0.1.5 |
320 | 2024-10-03T19:45:59.329Z | Downloaded smawk v0.3.2 |
321 | 2024-10-03T19:45:59.332Z | Downloaded scroll v0.12.0 |
322 | 2024-10-03T19:45:59.335Z | Downloaded clap_lex v0.7.0 |
323 | 2024-10-03T19:45:59.337Z | Downloaded tabled_derive v0.7.0 |
324 | 2024-10-03T19:45:59.345Z | Downloaded terminal_size v0.3.0 |
325 | 2024-10-03T19:45:59.347Z | Downloaded serde_spanned v0.6.7 |
326 | 2024-10-03T19:45:59.349Z | Downloaded thread-id v4.2.1 |
327 | 2024-10-03T19:45:59.350Z | Downloaded equivalent v1.0.1 |
328 | 2024-10-03T19:45:59.350Z | Downloaded byteorder v1.5.0 |
329 | 2024-10-03T19:45:59.352Z | Downloaded block-buffer v0.10.4 |
330 | 2024-10-03T19:45:59.352Z | Downloaded autocfg v1.3.0 |
331 | 2024-10-03T19:45:59.354Z | Downloaded colorchoice v1.0.1 |
332 | 2024-10-03T19:45:59.358Z | Downloaded scroll_derive v0.12.0 |
333 | 2024-10-03T19:45:59.361Z | Downloaded pretty-hex v0.4.1 |
334 | 2024-10-03T19:45:59.364Z | Downloaded camino v1.1.9 |
335 | 2024-10-03T19:45:59.366Z | Downloaded itoa v1.0.11 |
336 | 2024-10-03T19:45:59.366Z | Downloaded fnv v1.0.7 |
337 | 2024-10-03T19:45:59.369Z | Downloaded anstyle-query v1.0.3 |
338 | 2024-10-03T19:45:59.372Z | Downloaded macaddr v1.0.1 |
339 | 2024-10-03T19:45:59.374Z | Downloaded cargo_toml v0.20.5 |
340 | 2024-10-03T19:45:59.374Z | Downloaded pest_derive v2.7.10 |
341 | 2024-10-03T19:45:59.377Z | Downloaded thiserror v1.0.64 |
342 | 2024-10-03T19:45:59.382Z | Downloaded toml_datetime v0.6.8 |
343 | 2024-10-03T19:45:59.385Z | Downloaded sha2 v0.10.8 |
344 | 2024-10-03T19:45:59.387Z | Downloaded semver v1.0.23 |
345 | 2024-10-03T19:45:59.391Z | Downloaded proc-macro-error v1.0.4 |
346 | 2024-10-03T19:45:59.393Z | Downloaded version_check v0.9.5 |
347 | 2024-10-03T19:45:59.393Z | Downloaded generic-array v0.14.7 |
348 | 2024-10-03T19:45:59.393Z | Downloaded dof v0.3.0 |
349 | 2024-10-03T19:45:59.396Z | Downloaded crypto-common v0.1.6 |
350 | 2024-10-03T19:45:59.396Z | Downloaded errno v0.3.9 |
351 | 2024-10-03T19:45:59.398Z | Downloaded pest_generator v2.7.10 |
352 | 2024-10-03T19:45:59.400Z | Downloaded thiserror-impl v1.0.64 |
353 | 2024-10-03T19:45:59.400Z | Downloaded strsim v0.11.1 |
354 | 2024-10-03T19:45:59.403Z | Downloaded plain v0.2.3 |
355 | 2024-10-03T19:45:59.405Z | Downloaded memmap v0.7.0 |
356 | 2024-10-03T19:45:59.407Z | Downloaded utf8parse v0.2.1 |
357 | 2024-10-03T19:45:59.410Z | Downloaded proc-macro-error-attr v1.0.4 |
358 | 2024-10-03T19:45:59.410Z | Downloaded usdt v0.5.0 |
359 | 2024-10-03T19:45:59.412Z | Downloaded usdt-impl v0.5.0 |
360 | 2024-10-03T19:45:59.412Z | Downloaded cargo_metadata v0.18.1 |
361 | 2024-10-03T19:45:59.415Z | Downloaded anyhow v1.0.89 |
362 | 2024-10-03T19:45:59.417Z | Downloaded clap_derive v4.5.18 |
363 | 2024-10-03T19:45:59.420Z | Downloaded bitflags v2.6.0 |
364 | 2024-10-03T19:45:59.423Z | Downloaded ucd-trie v0.1.6 |
365 | 2024-10-03T19:45:59.426Z | Downloaded typenum v1.17.0 |
366 | 2024-10-03T19:45:59.428Z | Downloaded proc-macro2 v1.0.86 |
367 | 2024-10-03T19:45:59.431Z | Downloaded pest_meta v2.7.10 |
368 | 2024-10-03T19:45:59.433Z | Downloaded papergrid v0.11.0 |
369 | 2024-10-03T19:45:59.436Z | Downloaded once_cell v1.19.0 |
370 | 2024-10-03T19:45:59.439Z | Downloaded tempfile v3.10.1 |
371 | 2024-10-03T19:45:59.441Z | Downloaded serde_tokenstream v0.2.2 |
372 | 2024-10-03T19:45:59.444Z | Downloaded quote v1.0.37 |
373 | 2024-10-03T19:45:59.447Z | Downloaded camino-tempfile v1.1.1 |
374 | 2024-10-03T19:45:59.447Z | Downloaded serde_derive v1.0.210 |
375 | 2024-10-03T19:45:59.453Z | Downloaded log v0.4.22 |
376 | 2024-10-03T19:45:59.461Z | Downloaded zerocopy-derive v0.7.34 |
377 | 2024-10-03T19:45:59.465Z | Downloaded unicode-ident v1.0.13 |
378 | 2024-10-03T19:45:59.467Z | Downloaded clap v4.5.18 |
379 | 2024-10-03T19:45:59.477Z | Downloaded ryu v1.0.18 |
380 | 2024-10-03T19:45:59.480Z | Downloaded textwrap v0.16.1 |
381 | 2024-10-03T19:45:59.483Z | Downloaded toml v0.8.19 |
382 | 2024-10-03T19:45:59.497Z | Downloaded serde v1.0.210 |
383 | 2024-10-03T19:45:59.502Z | Downloaded memchr v2.7.2 |
384 | 2024-10-03T19:45:59.507Z | Downloaded indexmap v2.5.0 |
385 | 2024-10-03T19:45:59.525Z | Downloaded toml_edit v0.22.22 |
386 | 2024-10-03T19:45:59.547Z | Downloaded pest v2.7.10 |
387 | 2024-10-03T19:45:59.561Z | Downloaded hashbrown v0.14.5 |
388 | 2024-10-03T19:45:59.561Z | Downloaded zerocopy v0.7.34 |
389 | 2024-10-03T19:45:59.569Z | Downloaded serde_json v1.0.128 |
390 | 2024-10-03T19:45:59.576Z | Downloaded winnow v0.6.18 |
391 | 2024-10-03T19:45:59.584Z | Downloaded goblin v0.8.2 |
392 | 2024-10-03T19:45:59.590Z | Downloaded tabled v0.15.0 |
393 | 2024-10-03T19:45:59.606Z | Downloaded clap_builder v4.5.18 |
394 | 2024-10-03T19:45:59.614Z | Downloaded syn v2.0.79 |
395 | 2024-10-03T19:45:59.623Z | Downloaded syn v1.0.109 |
396 | 2024-10-03T19:45:59.633Z | Downloaded rustix v0.38.34 |
397 | 2024-10-03T19:45:59.655Z | Downloaded unicode-width v0.1.13 |
398 | 2024-10-03T19:45:59.662Z | Downloaded libc v0.2.159 |
399 | 2024-10-03T19:45:59.968Z | Compiling proc-macro2 v1.0.86 |
400 | 2024-10-03T19:45:59.968Z | Compiling unicode-ident v1.0.13 |
401 | 2024-10-03T19:45:59.971Z | Compiling version_check v0.9.5 |
402 | 2024-10-03T19:45:59.971Z | Compiling serde v1.0.210 |
403 | 2024-10-03T19:45:59.971Z | Compiling thiserror v1.0.64 |
404 | 2024-10-03T19:45:59.971Z | Compiling memchr v2.7.2 |
405 | 2024-10-03T19:46:00.001Z | Compiling libc v0.2.159 |
406 | 2024-10-03T19:46:00.004Z | Compiling ucd-trie v0.1.6 |
407 | 2024-10-03T19:46:00.251Z | Compiling ryu v1.0.18 |
408 | 2024-10-03T19:46:00.614Z | Compiling itoa v1.0.11 |
409 | 2024-10-03T19:46:00.641Z | Compiling once_cell v1.19.0 |
410 | 2024-10-03T19:46:00.818Z | Compiling byteorder v1.5.0 |
411 | 2024-10-03T19:46:00.848Z | Compiling serde_json v1.0.128 |
412 | 2024-10-03T19:46:01.082Z | Compiling rustix v0.38.34 |
413 | 2024-10-03T19:46:01.310Z | Compiling bitflags v2.6.0 |
414 | 2024-10-03T19:46:01.388Z | Compiling usdt-impl v0.5.0 |
415 | 2024-10-03T19:46:01.637Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-10-03T19:46:01.735Z | Compiling quote v1.0.37 |
417 | 2024-10-03T19:46:01.774Z | Compiling syn v1.0.109 |
418 | 2024-10-03T19:46:01.948Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-10-03T19:46:02.020Z | Compiling camino v1.1.9 |
420 | 2024-10-03T19:46:02.050Z | Compiling utf8parse v0.2.1 |
421 | 2024-10-03T19:46:02.213Z | Compiling syn v2.0.79 |
422 | 2024-10-03T19:46:02.282Z | Compiling errno v0.3.9 |
423 | 2024-10-03T19:46:02.435Z | Compiling equivalent v1.0.1 |
424 | 2024-10-03T19:46:02.521Z | Compiling hashbrown v0.14.5 |
425 | 2024-10-03T19:46:02.550Z | Compiling thread-id v4.2.1 |
426 | 2024-10-03T19:46:02.573Z | Compiling plain v0.2.3 |
427 | 2024-10-03T19:46:02.624Z | Compiling log v0.4.22 |
428 | 2024-10-03T19:46:02.761Z | Compiling anstyle-parse v0.2.4 |
429 | 2024-10-03T19:46:02.985Z | Compiling anstyle v1.0.8 |
430 | 2024-10-03T19:46:03.083Z | Compiling anstyle-query v1.0.3 |
431 | 2024-10-03T19:46:03.235Z | Compiling colorchoice v1.0.1 |
432 | 2024-10-03T19:46:03.260Z | Compiling winnow v0.6.18 |
433 | 2024-10-03T19:46:03.463Z | Compiling semver v1.0.23 |
434 | 2024-10-03T19:46:03.476Z | Compiling unicode-width v0.1.13 |
435 | 2024-10-03T19:46:03.563Z | Compiling autocfg v1.3.0 |
436 | 2024-10-03T19:46:03.732Z | Compiling indexmap v2.5.0 |
437 | 2024-10-03T19:46:03.810Z | Compiling pretty-hex v0.4.1 |
438 | 2024-10-03T19:46:03.941Z | Compiling is_terminal_polyfill v1.70.0 |
439 | 2024-10-03T19:46:04.064Z | Compiling anstream v0.6.14 |
440 | 2024-10-03T19:46:04.362Z | Compiling fnv v1.0.7 |
441 | 2024-10-03T19:46:04.504Z | Compiling anyhow v1.0.89 |
442 | 2024-10-03T19:46:04.549Z | Compiling fs-err v2.11.0 |
443 | 2024-10-03T19:46:04.850Z | Compiling terminal_size v0.3.0 |
444 | 2024-10-03T19:46:04.874Z | Compiling strsim v0.11.1 |
445 | 2024-10-03T19:46:05.041Z | Compiling heck v0.5.0 |
446 | 2024-10-03T19:46:05.087Z | Compiling fastrand v2.1.0 |
447 | 2024-10-03T19:46:05.134Z | Compiling bytecount v0.6.8 |
448 | 2024-10-03T19:46:05.284Z | Compiling cfg-if v1.0.0 |
449 | 2024-10-03T19:46:05.357Z | Compiling heck v0.4.1 |
450 | 2024-10-03T19:46:05.387Z | Compiling clap_lex v0.7.0 |
451 | 2024-10-03T19:46:05.621Z | Compiling tempfile v3.10.1 |
452 | 2024-10-03T19:46:05.804Z | Compiling clap_builder v4.5.18 |
453 | 2024-10-03T19:46:05.860Z | Compiling papergrid v0.11.0 |
454 | 2024-10-03T19:46:06.270Z | Compiling memmap v0.7.0 |
455 | 2024-10-03T19:46:06.296Z | Compiling smawk v0.3.2 |
456 | 2024-10-03T19:46:06.482Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-10-03T19:46:06.974Z | Compiling textwrap v0.16.1 |
458 | 2024-10-03T19:46:06.999Z | Compiling swrite v0.1.0 |
459 | 2024-10-03T19:46:08.253Z | Compiling tabled_derive v0.7.0 |
460 | 2024-10-03T19:46:10.001Z | Compiling tabled v0.15.0 |
461 | 2024-10-03T19:46:11.081Z | Compiling serde_derive v1.0.210 |
462 | 2024-10-03T19:46:11.083Z | Compiling thiserror-impl v1.0.64 |
463 | 2024-10-03T19:46:11.083Z | Compiling zerocopy-derive v0.7.34 |
464 | 2024-10-03T19:46:11.103Z | Compiling scroll_derive v0.12.0 |
465 | 2024-10-03T19:46:11.332Z | Compiling clap_derive v4.5.18 |
466 | 2024-10-03T19:46:12.414Z | Compiling scroll v0.12.0 |
467 | 2024-10-03T19:46:12.833Z | Compiling zerocopy v0.7.34 |
468 | 2024-10-03T19:46:12.914Z | Compiling goblin v0.8.2 |
469 | 2024-10-03T19:46:13.803Z | Compiling pest v2.7.10 |
470 | 2024-10-03T19:46:14.933Z | Compiling clap v4.5.18 |
471 | 2024-10-03T19:46:16.011Z | Compiling pest_meta v2.7.10 |
472 | 2024-10-03T19:46:16.861Z | Compiling pest_generator v2.7.10 |
473 | 2024-10-03T19:46:18.830Z | Compiling pest_derive v2.7.10 |
474 | 2024-10-03T19:46:19.591Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-10-03T19:46:21.240Z | Compiling serde_tokenstream v0.2.2 |
476 | 2024-10-03T19:46:21.275Z | Compiling toml_datetime v0.6.8 |
477 | 2024-10-03T19:46:21.275Z | Compiling serde_spanned v0.6.7 |
478 | 2024-10-03T19:46:21.596Z | Compiling cargo-platform v0.1.8 |
479 | 2024-10-03T19:46:21.670Z | Compiling toml_edit v0.22.22 |
480 | 2024-10-03T19:46:21.837Z | Compiling macaddr v1.0.1 |
481 | 2024-10-03T19:46:21.895Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-10-03T19:46:22.657Z | Compiling dof v0.3.0 |
483 | 2024-10-03T19:46:22.676Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-10-03T19:46:24.340Z | Compiling usdt-macro v0.5.0 |
485 | 2024-10-03T19:46:24.340Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-10-03T19:46:24.509Z | Compiling toml v0.8.19 |
487 | 2024-10-03T19:46:25.328Z | Compiling cargo_toml v0.20.5 |
488 | 2024-10-03T19:46:25.774Z | Compiling usdt v0.5.0 |
489 | 2024-10-03T19:46:29.176Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-10-03T19:46:33.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.23s |
491 | 2024-10-03T19:46:33.653Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-10-03T19:46:34.224Z | Downloading crates ... |
493 | 2024-10-03T19:46:34.347Z | Downloaded async-stream-impl v0.3.5 |
494 | 2024-10-03T19:46:34.352Z | Downloaded addr2line v0.21.0 |
495 | 2024-10-03T19:46:34.357Z | Downloaded atty v0.2.14 |
496 | 2024-10-03T19:46:34.360Z | Downloaded crunchy v0.2.2 |
497 | 2024-10-03T19:46:34.365Z | Downloaded cfg_aliases v0.1.1 |
498 | 2024-10-03T19:46:34.370Z | Downloaded ciborium-io v0.2.2 |
499 | 2024-10-03T19:46:34.373Z | Downloaded array-init v0.0.4 |
500 | 2024-10-03T19:46:34.376Z | Downloaded darling_macro v0.20.9 |
501 | 2024-10-03T19:46:34.376Z | Downloaded ident_case v1.0.1 |
502 | 2024-10-03T19:46:34.378Z | Downloaded assert_matches v1.5.0 |
503 | 2024-10-03T19:46:34.381Z | Downloaded cstr-argument v0.1.2 |
504 | 2024-10-03T19:46:34.384Z | Downloaded http-body-util v0.1.2 |
505 | 2024-10-03T19:46:34.386Z | Downloaded atomic-waker v1.1.2 |
506 | 2024-10-03T19:46:34.388Z | Downloaded match_cfg v0.1.0 |
507 | 2024-10-03T19:46:34.388Z | Downloaded async-recursion v1.1.1 |
508 | 2024-10-03T19:46:34.394Z | Downloaded castaway v0.2.3 |
509 | 2024-10-03T19:46:34.396Z | Downloaded convert_case v0.4.0 |
510 | 2024-10-03T19:46:34.399Z | Downloaded matches v0.1.10 |
511 | 2024-10-03T19:46:34.399Z | Downloaded cassowary v0.3.0 |
512 | 2024-10-03T19:46:34.404Z | Downloaded bit-vec v0.6.3 |
513 | 2024-10-03T19:46:34.404Z | Downloaded blowfish v0.9.1 |
514 | 2024-10-03T19:46:34.406Z | Downloaded bitfield-struct v0.6.1 |
515 | 2024-10-03T19:46:34.406Z | Downloaded hmac v0.12.1 |
516 | 2024-10-03T19:46:34.409Z | Downloaded bcrypt-pbkdf v0.10.0 |
517 | 2024-10-03T19:46:34.412Z | Downloaded cipher v0.4.4 |
518 | 2024-10-03T19:46:34.412Z | Downloaded humantime v2.1.0 |
519 | 2024-10-03T19:46:34.414Z | Downloaded hubpack_derive v0.1.1 |
520 | 2024-10-03T19:46:34.414Z | Downloaded hubpack v0.1.2 |
521 | 2024-10-03T19:46:34.418Z | Downloaded http-body v1.0.0 |
522 | 2024-10-03T19:46:34.418Z | Downloaded arrayvec v0.7.4 |
523 | 2024-10-03T19:46:34.421Z | Downloaded nodrop v0.1.14 |
524 | 2024-10-03T19:46:34.424Z | Downloaded managed v0.8.0 |
525 | 2024-10-03T19:46:34.424Z | Downloaded lalrpop-util v0.19.12 |
526 | 2024-10-03T19:46:34.424Z | Downloaded memoffset v0.9.1 |
527 | 2024-10-03T19:46:34.427Z | Downloaded ipnetwork v0.20.0 |
528 | 2024-10-03T19:46:34.431Z | Downloaded md-5 v0.10.6 |
529 | 2024-10-03T19:46:34.431Z | Downloaded kstat-rs v0.2.4 |
530 | 2024-10-03T19:46:34.431Z | Downloaded libefi-sys v0.1.0 |
531 | 2024-10-03T19:46:34.434Z | Downloaded instability v0.3.2 |
532 | 2024-10-03T19:46:34.437Z | Downloaded darling v0.20.9 |
533 | 2024-10-03T19:46:34.441Z | Downloaded crc32fast v1.4.0 |
534 | 2024-10-03T19:46:34.444Z | Downloaded newtype-uuid v1.1.0 |
535 | 2024-10-03T19:46:34.448Z | Downloaded nibble_vec v0.1.0 |
536 | 2024-10-03T19:46:34.448Z | Downloaded is-terminal v0.4.12 |
537 | 2024-10-03T19:46:34.448Z | Downloaded native-tls v0.2.11 |
538 | 2024-10-03T19:46:34.451Z | Downloaded lru-cache v0.1.2 |
539 | 2024-10-03T19:46:34.454Z | Downloaded cfg_aliases v0.2.1 |
540 | 2024-10-03T19:46:34.455Z | Downloaded home v0.5.9 |
541 | 2024-10-03T19:46:34.457Z | Downloaded jobserver v0.1.32 |
542 | 2024-10-03T19:46:34.457Z | Downloaded mime_guess v2.0.4 |
543 | 2024-10-03T19:46:34.460Z | Downloaded crucible-workspace-hack v0.1.0 |
544 | 2024-10-03T19:46:34.460Z | Downloaded is_ci v1.2.0 |
545 | 2024-10-03T19:46:34.463Z | Downloaded base64ct v1.6.0 |
546 | 2024-10-03T19:46:34.466Z | Downloaded memmap2 v0.9.4 |
547 | 2024-10-03T19:46:34.467Z | Downloaded lock_api v0.4.12 |
548 | 2024-10-03T19:46:34.469Z | Downloaded adler v1.0.2 |
549 | 2024-10-03T19:46:34.472Z | Downloaded sigpipe v0.1.3 |
550 | 2024-10-03T19:46:34.472Z | Downloaded new_debug_unreachable v1.0.6 |
551 | 2024-10-03T19:46:34.472Z | Downloaded newtype_derive v0.1.6 |
552 | 2024-10-03T19:46:34.475Z | Downloaded hyper-tls v0.6.0 |
553 | 2024-10-03T19:46:34.475Z | Downloaded httpdate v1.0.3 |
554 | 2024-10-03T19:46:34.478Z | Downloaded signal-hook-tokio v0.3.1 |
555 | 2024-10-03T19:46:34.481Z | Downloaded newline-converter v0.3.0 |
556 | 2024-10-03T19:46:34.481Z | Downloaded instant v0.1.12 |
557 | 2024-10-03T19:46:34.483Z | Downloaded md5 v0.7.0 |
558 | 2024-10-03T19:46:34.483Z | Downloaded aead v0.5.2 |
559 | 2024-10-03T19:46:34.487Z | Downloaded adler2 v2.0.0 |
560 | 2024-10-03T19:46:34.488Z | Downloaded lazy_static v1.5.0 |
561 | 2024-10-03T19:46:34.491Z | Downloaded clang-sys v1.7.0 |
562 | 2024-10-03T19:46:34.491Z | Downloaded sync_wrapper v0.1.2 |
563 | 2024-10-03T19:46:34.495Z | Downloaded crossbeam-utils v0.8.19 |
564 | 2024-10-03T19:46:34.497Z | Downloaded hostname v0.4.0 |
565 | 2024-10-03T19:46:34.500Z | Downloaded inout v0.1.3 |
566 | 2024-10-03T19:46:34.500Z | Downloaded indoc v1.0.9 |
567 | 2024-10-03T19:46:34.504Z | Downloaded multimap v0.10.0 |
568 | 2024-10-03T19:46:34.506Z | Downloaded crc v3.2.1 |
569 | 2024-10-03T19:46:34.509Z | Downloaded miniz_oxide v0.8.0 |
570 | 2024-10-03T19:46:34.512Z | Downloaded cexpr v0.6.0 |
571 | 2024-10-03T19:46:34.514Z | Downloaded mockall_derive v0.13.0 |
572 | 2024-10-03T19:46:34.518Z | Downloaded ciborium-ll v0.2.2 |
573 | 2024-10-03T19:46:34.518Z | Downloaded cbc v0.1.2 |
574 | 2024-10-03T19:46:34.521Z | Downloaded ctr v0.9.2 |
575 | 2024-10-03T19:46:34.523Z | Downloaded maybe-uninit v2.0.0 |
576 | 2024-10-03T19:46:34.523Z | Downloaded want v0.3.1 |
577 | 2024-10-03T19:46:34.526Z | Downloaded curve25519-dalek-derive v0.1.1 |
578 | 2024-10-03T19:46:34.526Z | Downloaded cobs v0.2.3 |
579 | 2024-10-03T19:46:34.529Z | Downloaded secrecy v0.8.0 |
580 | 2024-10-03T19:46:34.529Z | Downloaded keccak v0.1.5 |
581 | 2024-10-03T19:46:34.531Z | Downloaded nanorand v0.7.0 |
582 | 2024-10-03T19:46:34.534Z | Downloaded mime v0.3.17 |
583 | 2024-10-03T19:46:34.536Z | Downloaded mockall v0.13.0 |
584 | 2024-10-03T19:46:34.536Z | Downloaded colored v2.1.0 |
585 | 2024-10-03T19:46:34.540Z | Downloaded downcast v0.11.0 |
586 | 2024-10-03T19:46:34.543Z | Downloaded which v4.4.2 |
587 | 2024-10-03T19:46:34.543Z | Downloaded arc-swap v1.7.1 |
588 | 2024-10-03T19:46:34.547Z | Downloaded ascii-canvas v3.0.0 |
589 | 2024-10-03T19:46:34.549Z | Downloaded foreign-types v0.5.0 |
590 | 2024-10-03T19:46:34.549Z | Downloaded sec1 v0.7.3 |
591 | 2024-10-03T19:46:34.552Z | Downloaded rustc-hash v2.0.0 |
592 | 2024-10-03T19:46:34.555Z | Downloaded smallvec v0.6.14 |
593 | 2024-10-03T19:46:34.557Z | Downloaded base16ct v0.2.0 |
594 | 2024-10-03T19:46:34.557Z | Downloaded parse-size v1.0.0 |
595 | 2024-10-03T19:46:34.560Z | Downloaded backoff v0.4.0 |
596 | 2024-10-03T19:46:34.563Z | Downloaded thread_local v1.1.8 |
597 | 2024-10-03T19:46:34.563Z | Downloaded thiserror-impl-no-std v2.0.2 |
598 | 2024-10-03T19:46:34.565Z | Downloaded bzip2 v0.4.4 |
599 | 2024-10-03T19:46:34.568Z | Downloaded libloading v0.8.3 |
600 | 2024-10-03T19:46:34.570Z | Downloaded ciborium v0.2.2 |
601 | 2024-10-03T19:46:34.573Z | Downloaded strum v0.26.3 |
602 | 2024-10-03T19:46:34.576Z | Downloaded spki v0.7.3 |
603 | 2024-10-03T19:46:34.578Z | Downloaded ref-cast v1.0.23 |
604 | 2024-10-03T19:46:34.581Z | Downloaded cancel-safe-futures v0.1.5 |
605 | 2024-10-03T19:46:34.583Z | Downloaded console v0.15.8 |
606 | 2024-10-03T19:46:34.586Z | Downloaded bcs v0.1.6 |
607 | 2024-10-03T19:46:34.589Z | Downloaded phf_shared v0.11.2 |
608 | 2024-10-03T19:46:34.591Z | Downloaded zeroize_derive v1.4.2 |
609 | 2024-10-03T19:46:34.591Z | Downloaded multer v3.1.0 |
610 | 2024-10-03T19:46:34.594Z | Downloaded untrusted v0.9.0 |
611 | 2024-10-03T19:46:34.597Z | Downloaded display-error-chain v0.2.1 |
612 | 2024-10-03T19:46:34.599Z | Downloaded hyper-util v0.1.9 |
613 | 2024-10-03T19:46:34.602Z | Downloaded deranged v0.3.11 |
614 | 2024-10-03T19:46:34.605Z | Downloaded serde-big-array v0.5.1 |
615 | 2024-10-03T19:46:34.607Z | Downloaded indexmap v1.9.3 |
616 | 2024-10-03T19:46:34.610Z | Downloaded semver v0.1.20 |
617 | 2024-10-03T19:46:34.613Z | Downloaded base64 v0.22.1 |
618 | 2024-10-03T19:46:34.616Z | Downloaded ed25519 v2.2.3 |
619 | 2024-10-03T19:46:34.618Z | Downloaded olpc-cjson v0.1.3 |
620 | 2024-10-03T19:46:34.621Z | Downloaded vte_generate_state_changes v0.1.1 |
621 | 2024-10-03T19:46:34.621Z | Downloaded cc v1.0.97 |
622 | 2024-10-03T19:46:34.624Z | Downloaded hex-literal v0.4.1 |
623 | 2024-10-03T19:46:34.627Z | Downloaded hex v0.4.3 |
624 | 2024-10-03T19:46:34.629Z | Downloaded heck v0.3.3 |
625 | 2024-10-03T19:46:34.632Z | Downloaded crossbeam-epoch v0.9.18 |
626 | 2024-10-03T19:46:34.634Z | Downloaded blake2 v0.10.6 |
627 | 2024-10-03T19:46:34.637Z | Downloaded hash32 v0.3.1 |
628 | 2024-10-03T19:46:34.639Z | Downloaded typify v0.2.0 |
629 | 2024-10-03T19:46:34.642Z | Downloaded parse-display-derive v0.10.0 |
630 | 2024-10-03T19:46:34.645Z | Downloaded tokio-tungstenite v0.23.1 |
631 | 2024-10-03T19:46:34.647Z | Downloaded stringprep v0.1.4 |
632 | 2024-10-03T19:46:34.647Z | Downloaded tower-service v0.3.2 |
633 | 2024-10-03T19:46:34.650Z | Downloaded termtree v0.4.1 |
634 | 2024-10-03T19:46:34.650Z | Downloaded ahash v0.8.11 |
635 | 2024-10-03T19:46:34.653Z | Downloaded tokio-rustls v0.24.1 |
636 | 2024-10-03T19:46:34.656Z | Downloaded predicates-tree v1.0.9 |
637 | 2024-10-03T19:46:34.658Z | Downloaded rand_xorshift v0.3.0 |
638 | 2024-10-03T19:46:34.661Z | Downloaded derive_builder v0.20.0 |
639 | 2024-10-03T19:46:34.664Z | Downloaded serde-hex v0.1.0 |
640 | 2024-10-03T19:46:34.666Z | Downloaded try-lock v0.2.5 |
641 | 2024-10-03T19:46:34.669Z | Downloaded serde_path_to_error v0.1.16 |
642 | 2024-10-03T19:46:34.671Z | Downloaded headers-core v0.3.0 |
643 | 2024-10-03T19:46:34.671Z | Downloaded strum_macros v0.24.3 |
644 | 2024-10-03T19:46:34.674Z | Downloaded phf_shared v0.10.0 |
645 | 2024-10-03T19:46:34.676Z | Downloaded backtrace v0.3.71 |
646 | 2024-10-03T19:46:34.680Z | Downloaded similar v2.6.0 |
647 | 2024-10-03T19:46:34.686Z | Downloaded tui-tree-widget v0.22.0 |
648 | 2024-10-03T19:46:34.689Z | Downloaded termcolor v1.4.1 |
649 | 2024-10-03T19:46:34.691Z | Downloaded russh-cryptovec v0.7.2 |
650 | 2024-10-03T19:46:34.691Z | Downloaded termios v0.3.3 |
651 | 2024-10-03T19:46:34.694Z | Downloaded chacha20poly1305 v0.10.1 |
652 | 2024-10-03T19:46:34.696Z | Downloaded progenitor-client v0.8.0 |
653 | 2024-10-03T19:46:34.696Z | Downloaded unicode-truncate v1.0.0 |
654 | 2024-10-03T19:46:34.699Z | Downloaded wait-timeout v0.2.0 |
655 | 2024-10-03T19:46:34.701Z | Downloaded pin-project-internal v1.1.5 |
656 | 2024-10-03T19:46:34.704Z | Downloaded peg-macros v0.8.4 |
657 | 2024-10-03T19:46:34.706Z | Downloaded defmt-parser v0.3.4 |
658 | 2024-10-03T19:46:34.706Z | Downloaded zone v0.3.0 |
659 | 2024-10-03T19:46:34.708Z | Downloaded parking_lot v0.11.2 |
660 | 2024-10-03T19:46:34.720Z | Downloaded toml v0.7.8 |
661 | 2024-10-03T19:46:34.725Z | Downloaded futures-core v0.3.30 |
662 | 2024-10-03T19:46:34.727Z | Downloaded funty v2.0.0 |
663 | 2024-10-03T19:46:34.727Z | Downloaded smallvec v1.13.2 |
664 | 2024-10-03T19:46:34.730Z | Downloaded serde_derive_internals v0.29.1 |
665 | 2024-10-03T19:46:34.734Z | Downloaded dhcproto-macros v0.1.0 |
666 | 2024-10-03T19:46:34.734Z | Downloaded ron v0.8.1 |
667 | 2024-10-03T19:46:34.739Z | Downloaded smf v0.2.3 |
668 | 2024-10-03T19:46:34.742Z | Downloaded pin-utils v0.1.0 |
669 | 2024-10-03T19:46:34.742Z | Downloaded phf v0.11.2 |
670 | 2024-10-03T19:46:34.744Z | Downloaded num_enum v0.5.11 |
671 | 2024-10-03T19:46:34.749Z | Downloaded peg v0.8.4 |
672 | 2024-10-03T19:46:34.753Z | Downloaded quinn-udp v0.5.5 |
673 | 2024-10-03T19:46:34.755Z | Downloaded progenitor v0.8.0 |
674 | 2024-10-03T19:46:34.758Z | Downloaded fxhash v0.2.1 |
675 | 2024-10-03T19:46:34.761Z | Downloaded rand_seeder v0.3.0 |
676 | 2024-10-03T19:46:34.761Z | Downloaded env_filter v0.1.2 |
677 | 2024-10-03T19:46:34.764Z | Downloaded crypto-bigint v0.5.5 |
678 | 2024-10-03T19:46:34.769Z | Downloaded term v0.7.0 |
679 | 2024-10-03T19:46:34.773Z | Downloaded num-conv v0.1.0 |
680 | 2024-10-03T19:46:34.776Z | Downloaded shlex v1.3.0 |
681 | 2024-10-03T19:46:34.776Z | Downloaded serde_repr v0.1.19 |
682 | 2024-10-03T19:46:34.778Z | Downloaded rustversion v1.0.17 |
683 | 2024-10-03T19:46:34.782Z | Downloaded fd-lock v4.0.2 |
684 | 2024-10-03T19:46:34.784Z | Downloaded futures-channel v0.3.30 |
685 | 2024-10-03T19:46:34.787Z | Downloaded yasna v0.5.2 |
686 | 2024-10-03T19:46:34.789Z | Downloaded omicron-zone-package v0.11.1 |
687 | 2024-10-03T19:46:34.792Z | Downloaded string_cache v0.8.7 |
688 | 2024-10-03T19:46:34.795Z | Downloaded static_assertions v1.1.0 |
689 | 2024-10-03T19:46:34.797Z | Downloaded slog-dtrace v0.3.0 |
690 | 2024-10-03T19:46:34.800Z | Downloaded zip v0.6.6 |
691 | 2024-10-03T19:46:34.803Z | Downloaded schemars v0.8.21 |
692 | 2024-10-03T19:46:34.816Z | Downloaded hickory-server v0.24.1 |
693 | 2024-10-03T19:46:34.822Z | Downloaded tinyvec_macros v0.1.1 |
694 | 2024-10-03T19:46:34.824Z | Downloaded hash32 v0.2.1 |
695 | 2024-10-03T19:46:34.827Z | Downloaded strum_macros v0.25.3 |
696 | 2024-10-03T19:46:34.829Z | Downloaded diesel_table_macro_syntax v0.2.0 |
697 | 2024-10-03T19:46:34.829Z | Downloaded packed_struct_codegen v0.10.1 |
698 | 2024-10-03T19:46:34.832Z | Downloaded num-derive v0.4.2 |
699 | 2024-10-03T19:46:34.834Z | Downloaded xattr v1.3.1 |
700 | 2024-10-03T19:46:34.836Z | Downloaded rustls-pki-types v1.7.0 |
701 | 2024-10-03T19:46:34.839Z | Downloaded parking_lot_core v0.9.10 |
702 | 2024-10-03T19:46:34.841Z | Downloaded test-strategy v0.3.1 |
703 | 2024-10-03T19:46:34.844Z | Downloaded polyval v0.6.2 |
704 | 2024-10-03T19:46:34.846Z | Downloaded parse-display v0.10.0 |
705 | 2024-10-03T19:46:34.849Z | Downloaded futures v0.3.30 |
706 | 2024-10-03T19:46:34.853Z | Downloaded fatfs v0.3.6 |
707 | 2024-10-03T19:46:34.857Z | Downloaded openssl-probe v0.1.5 |
708 | 2024-10-03T19:46:34.859Z | Downloaded psl-types v2.0.11 |
709 | 2024-10-03T19:46:34.862Z | Downloaded stable_deref_trait v1.2.0 |
710 | 2024-10-03T19:46:34.862Z | Downloaded r2d2 v0.8.10 |
711 | 2024-10-03T19:46:34.864Z | Downloaded libxml v0.3.3 |
712 | 2024-10-03T19:46:34.869Z | Downloaded openssl-macros v0.1.1 |
713 | 2024-10-03T19:46:34.872Z | Downloaded vsss-rs v3.3.4 |
714 | 2024-10-03T19:46:34.874Z | Downloaded unsafe-libyaml v0.2.11 |
715 | 2024-10-03T19:46:34.880Z | Downloaded p256 v0.13.2 |
716 | 2024-10-03T19:46:34.883Z | Downloaded ref-cast-impl v1.0.23 |
717 | 2024-10-03T19:46:34.883Z | Downloaded hickory-client v0.24.1 |
718 | 2024-10-03T19:46:34.886Z | Downloaded half v2.4.1 |
719 | 2024-10-03T19:46:34.889Z | Downloaded time-core v0.1.2 |
720 | 2024-10-03T19:46:34.892Z | Downloaded siphasher v0.3.11 |
721 | 2024-10-03T19:46:34.894Z | Downloaded scrypt v0.11.0 |
722 | 2024-10-03T19:46:34.897Z | Downloaded unicase v2.7.0 |
723 | 2024-10-03T19:46:34.897Z | Downloaded unarray v0.1.4 |
724 | 2024-10-03T19:46:34.899Z | Downloaded typify-macro v0.2.0 |
725 | 2024-10-03T19:46:34.899Z | Downloaded tls_codec v0.4.1 |
726 | 2024-10-03T19:46:34.902Z | Downloaded tap v1.0.1 |
727 | 2024-10-03T19:46:34.904Z | Downloaded difflib v0.4.0 |
728 | 2024-10-03T19:46:34.904Z | Downloaded ed25519-dalek v2.1.1 |
729 | 2024-10-03T19:46:34.907Z | Downloaded slog-async v2.8.0 |
730 | 2024-10-03T19:46:34.909Z | Downloaded signal-hook v0.3.17 |
731 | 2024-10-03T19:46:34.913Z | Downloaded num-integer v0.1.46 |
732 | 2024-10-03T19:46:34.915Z | Downloaded ghash v0.5.1 |
733 | 2024-10-03T19:46:34.918Z | Downloaded gethostname v0.5.0 |
734 | 2024-10-03T19:46:34.920Z | Downloaded quinn v0.11.5 |
735 | 2024-10-03T19:46:34.923Z | Downloaded tar v0.4.42 |
736 | 2024-10-03T19:46:34.926Z | Downloaded toml_edit v0.19.15 |
737 | 2024-10-03T19:46:34.944Z | Downloaded foreign-types-shared v0.1.1 |
738 | 2024-10-03T19:46:34.947Z | Downloaded sync_wrapper v1.0.1 |
739 | 2024-10-03T19:46:34.947Z | Downloaded futures-task v0.3.30 |
740 | 2024-10-03T19:46:34.949Z | Downloaded foreign-types-shared v0.3.1 |
741 | 2024-10-03T19:46:34.949Z | Downloaded progenitor-macro v0.8.0 |
742 | 2024-10-03T19:46:34.949Z | Downloaded powerfmt v0.2.0 |
743 | 2024-10-03T19:46:34.952Z | Downloaded sct v0.7.1 |
744 | 2024-10-03T19:46:34.955Z | Downloaded strum_macros v0.26.4 |
745 | 2024-10-03T19:46:34.957Z | Downloaded toolchain_find v0.4.0 |
746 | 2024-10-03T19:46:34.960Z | Downloaded rustfmt-wrapper v0.2.1 |
747 | 2024-10-03T19:46:34.963Z | Downloaded rustc_version v0.4.0 |
748 | 2024-10-03T19:46:34.963Z | Downloaded zone_cfg_derive v0.1.2 |
749 | 2024-10-03T19:46:34.965Z | Downloaded opaque-debug v0.3.1 |
750 | 2024-10-03T19:46:34.965Z | Downloaded tiny-keccak v2.0.2 |
751 | 2024-10-03T19:46:34.968Z | Downloaded tracing-attributes v0.1.27 |
752 | 2024-10-03T19:46:34.971Z | Downloaded crossterm v0.27.0 |
753 | 2024-10-03T19:46:34.978Z | Downloaded zone v0.1.8 |
754 | 2024-10-03T19:46:34.980Z | Downloaded nom v7.1.3 |
755 | 2024-10-03T19:46:34.985Z | Downloaded socket2 v0.4.10 |
756 | 2024-10-03T19:46:34.989Z | Downloaded pretty-hex v0.2.1 |
757 | 2024-10-03T19:46:34.989Z | Downloaded futures-sink v0.3.30 |
758 | 2024-10-03T19:46:34.991Z | Downloaded der v0.7.9 |
759 | 2024-10-03T19:46:34.996Z | Downloaded hyper v1.4.1 |
760 | 2024-10-03T19:46:35.003Z | Downloaded postgres-types v0.2.8 |
761 | 2024-10-03T19:46:35.006Z | Downloaded glob v0.3.1 |
762 | 2024-10-03T19:46:35.009Z | Downloaded radium v0.7.0 |
763 | 2024-10-03T19:46:35.012Z | Downloaded fragile v2.0.0 |
764 | 2024-10-03T19:46:35.012Z | Downloaded russh v0.45.0 |
765 | 2024-10-03T19:46:35.017Z | Downloaded snafu-derive v0.8.2 |
766 | 2024-10-03T19:46:35.020Z | Downloaded topological-sort v0.2.2 |
767 | 2024-10-03T19:46:35.022Z | Downloaded slab v0.4.9 |
768 | 2024-10-03T19:46:35.025Z | Downloaded derive_builder_macro v0.20.0 |
769 | 2024-10-03T19:46:35.025Z | Downloaded precomputed-hash v0.1.1 |
770 | 2024-10-03T19:46:35.025Z | Downloaded quick-error v1.2.3 |
771 | 2024-10-03T19:46:35.028Z | Downloaded proc-macro-crate v1.3.1 |
772 | 2024-10-03T19:46:35.028Z | Downloaded flagset v0.4.5 |
773 | 2024-10-03T19:46:35.031Z | Downloaded itertools v0.10.5 |
774 | 2024-10-03T19:46:35.037Z | Downloaded enum-as-inner v0.6.0 |
775 | 2024-10-03T19:46:35.039Z | Downloaded tokio-native-tls v0.3.1 |
776 | 2024-10-03T19:46:35.042Z | Downloaded tokio-util v0.7.12 |
777 | 2024-10-03T19:46:35.049Z | Downloaded hkdf v0.12.4 |
778 | 2024-10-03T19:46:35.051Z | Downloaded pem-rfc7468 v0.7.0 |
779 | 2024-10-03T19:46:35.054Z | Downloaded pem v3.0.4 |
780 | 2024-10-03T19:46:35.057Z | Downloaded enum-as-inner v0.5.1 |
781 | 2024-10-03T19:46:35.059Z | Downloaded rustc-hash v1.1.0 |
782 | 2024-10-03T19:46:35.059Z | Downloaded env_logger v0.10.2 |
783 | 2024-10-03T19:46:35.062Z | Downloaded derive_more v0.99.18 |
784 | 2024-10-03T19:46:35.067Z | Downloaded whoami v1.5.2 |
785 | 2024-10-03T19:46:35.069Z | Downloaded utf-8 v0.7.6 |
786 | 2024-10-03T19:46:35.072Z | Downloaded unicode-xid v0.2.4 |
787 | 2024-10-03T19:46:35.074Z | Downloaded waitgroup v0.1.2 |
788 | 2024-10-03T19:46:35.074Z | Downloaded rcgen v0.12.1 |
789 | 2024-10-03T19:46:35.078Z | Downloaded path-slash v0.1.5 |
790 | 2024-10-03T19:46:35.080Z | Downloaded socket2 v0.5.7 |
791 | 2024-10-03T19:46:35.083Z | Downloaded aes-gcm v0.10.3 |
792 | 2024-10-03T19:46:35.085Z | Downloaded rtoolbox v0.0.2 |
793 | 2024-10-03T19:46:35.088Z | Downloaded progenitor-impl v0.8.0 |
794 | 2024-10-03T19:46:35.090Z | Downloaded ppv-lite86 v0.2.17 |
795 | 2024-10-03T19:46:35.093Z | Downloaded number_prefix v0.4.0 |
796 | 2024-10-03T19:46:35.093Z | Downloaded rustyline v14.0.0 |
797 | 2024-10-03T19:46:35.097Z | Downloaded blake3 v1.5.1 |
798 | 2024-10-03T19:46:35.106Z | Downloaded ssh-key v0.6.6 |
799 | 2024-10-03T19:46:35.113Z | Downloaded num_threads v0.1.7 |
800 | 2024-10-03T19:46:35.116Z | Downloaded rpassword v7.3.1 |
801 | 2024-10-03T19:46:35.116Z | Downloaded rand_chacha v0.3.1 |
802 | 2024-10-03T19:46:35.119Z | Downloaded pbkdf2 v0.12.2 |
803 | 2024-10-03T19:46:35.119Z | Downloaded fixedbitset v0.4.2 |
804 | 2024-10-03T19:46:35.121Z | Downloaded percent-encoding v2.3.1 |
805 | 2024-10-03T19:46:35.121Z | Downloaded defmt-macros v0.3.9 |
806 | 2024-10-03T19:46:35.124Z | Downloaded rustls-pemfile v2.1.3 |
807 | 2024-10-03T19:46:35.127Z | Downloaded dhcproto v0.12.0 |
808 | 2024-10-03T19:46:35.131Z | Downloaded hashlink v0.9.1 |
809 | 2024-10-03T19:46:35.133Z | Downloaded sqlparser_derive v0.2.2 |
810 | 2024-10-03T19:46:35.135Z | Downloaded nu-ansi-term v0.50.0 |
811 | 2024-10-03T19:46:35.138Z | Downloaded steno v0.4.1 |
812 | 2024-10-03T19:46:35.141Z | Downloaded walkdir v2.5.0 |
813 | 2024-10-03T19:46:35.143Z | Downloaded fallible-iterator v0.3.0 |
814 | 2024-10-03T19:46:35.146Z | Downloaded sqlformat v0.2.6 |
815 | 2024-10-03T19:46:35.148Z | Downloaded normalize-line-endings v0.3.0 |
816 | 2024-10-03T19:46:35.149Z | Downloaded zone_cfg_derive v0.3.0 |
817 | 2024-10-03T19:46:35.149Z | Downloaded predicates v3.1.2 |
818 | 2024-10-03T19:46:35.152Z | Downloaded rustc-demangle v0.1.24 |
819 | 2024-10-03T19:46:35.155Z | Downloaded uzers v0.11.3 |
820 | 2024-10-03T19:46:35.157Z | Downloaded take_mut v0.2.2 |
821 | 2024-10-03T19:46:35.157Z | Downloaded tabwriter v1.4.0 |
822 | 2024-10-03T19:46:35.159Z | Downloaded ssh-encoding v0.2.0 |
823 | 2024-10-03T19:46:35.162Z | Downloaded same-file v1.0.6 |
824 | 2024-10-03T19:46:35.162Z | Downloaded derive_builder_core v0.20.0 |
825 | 2024-10-03T19:46:35.165Z | Downloaded expectorate v1.1.0 |
826 | 2024-10-03T19:46:35.167Z | Downloaded spin v0.5.2 |
827 | 2024-10-03T19:46:35.170Z | Downloaded hyper v0.14.30 |
828 | 2024-10-03T19:46:35.176Z | Downloaded unicode-normalization v0.1.23 |
829 | 2024-10-03T19:46:35.180Z | Downloaded endian-type v0.1.2 |
830 | 2024-10-03T19:46:35.183Z | Downloaded packed_struct v0.10.1 |
831 | 2024-10-03T19:46:35.183Z | Downloaded fallible-iterator v0.2.0 |
832 | 2024-10-03T19:46:35.185Z | Downloaded globset v0.4.14 |
833 | 2024-10-03T19:46:35.188Z | Downloaded dsl_auto_type v0.1.2 |
834 | 2024-10-03T19:46:35.188Z | Downloaded rand_core v0.6.4 |
835 | 2024-10-03T19:46:35.191Z | Downloaded poly1305 v0.8.0 |
836 | 2024-10-03T19:46:35.193Z | Downloaded serde_plain v1.0.2 |
837 | 2024-10-03T19:46:35.193Z | Downloaded schemars_derive v0.8.21 |
838 | 2024-10-03T19:46:35.196Z | Downloaded filetime v0.2.25 |
839 | 2024-10-03T19:46:35.198Z | Downloaded password-hash v0.5.0 |
840 | 2024-10-03T19:46:35.200Z | Downloaded dirs-sys-next v0.1.2 |
841 | 2024-10-03T19:46:35.200Z | Downloaded dirs-next v2.0.0 |
842 | 2024-10-03T19:46:35.203Z | Downloaded sha1 v0.10.6 |
843 | 2024-10-03T19:46:35.203Z | Downloaded spin v0.9.8 |
844 | 2024-10-03T19:46:35.206Z | Downloaded password-hash v0.4.2 |
845 | 2024-10-03T19:46:35.209Z | Downloaded vte v0.11.1 |
846 | 2024-10-03T19:46:35.211Z | Downloaded value-bag v1.9.0 |
847 | 2024-10-03T19:46:35.214Z | Downloaded dyn-clone v1.0.17 |
848 | 2024-10-03T19:46:35.216Z | Downloaded defmt v0.3.8 |
849 | 2024-10-03T19:46:35.221Z | Downloaded postcard v1.0.8 |
850 | 2024-10-03T19:46:35.224Z | Downloaded uuid v1.10.0 |
851 | 2024-10-03T19:46:35.226Z | Downloaded ssh-cipher v0.2.0 |
852 | 2024-10-03T19:46:35.228Z | Downloaded salsa20 v0.10.2 |
853 | 2024-10-03T19:46:35.228Z | Downloaded tracing v0.1.40 |
854 | 2024-10-03T19:46:35.234Z | Downloaded rustls-webpki v0.101.7 |
855 | 2024-10-03T19:46:35.249Z | Downloaded tokio-rustls v0.25.0 |
856 | 2024-10-03T19:46:35.252Z | Downloaded owo-colors v4.1.0 |
857 | 2024-10-03T19:46:35.255Z | Downloaded tokio-macros v2.4.0 |
858 | 2024-10-03T19:46:35.257Z | Downloaded unicode-bidi v0.3.15 |
859 | 2024-10-03T19:46:35.260Z | Downloaded flume v0.11.0 |
860 | 2024-10-03T19:46:35.262Z | Downloaded vergen v8.3.2 |
861 | 2024-10-03T19:46:35.265Z | Downloaded publicsuffix v2.2.3 |
862 | 2024-10-03T19:46:35.268Z | Downloaded pkcs8 v0.10.2 |
863 | 2024-10-03T19:46:35.271Z | Downloaded tokio-rustls v0.26.0 |
864 | 2024-10-03T19:46:35.275Z | Downloaded ecdsa v0.16.9 |
865 | 2024-10-03T19:46:35.278Z | Downloaded subprocess v0.2.9 |
866 | 2024-10-03T19:46:35.280Z | Downloaded chrono v0.4.38 |
867 | 2024-10-03T19:46:35.286Z | Downloaded bitvec v1.0.1 |
868 | 2024-10-03T19:46:35.303Z | Downloaded reqwest v0.12.7 |
869 | 2024-10-03T19:46:35.312Z | Downloaded url v2.5.2 |
870 | 2024-10-03T19:46:35.315Z | Downloaded rand v0.8.5 |
871 | 2024-10-03T19:46:35.318Z | Downloaded flate2 v1.0.34 |
872 | 2024-10-03T19:46:35.324Z | Downloaded bindgen v0.69.4 |
873 | 2024-10-03T19:46:35.333Z | Downloaded samael v0.0.17 |
874 | 2024-10-03T19:46:35.339Z | Downloaded serde_yaml v0.9.34+deprecated |
875 | 2024-10-03T19:46:35.343Z | Downloaded unicode_categories v0.1.1 |
876 | 2024-10-03T19:46:35.345Z | Downloaded dropshot_endpoint v0.12.0 |
877 | 2024-10-03T19:46:35.348Z | Downloaded reqwest v0.11.27 |
878 | 2024-10-03T19:46:35.357Z | Downloaded num-bigint v0.4.5 |
879 | 2024-10-03T19:46:35.362Z | Downloaded reedline v0.33.0 |
880 | 2024-10-03T19:46:35.371Z | Downloaded headers v0.4.0 |
881 | 2024-10-03T19:46:35.377Z | Downloaded tokio-postgres v0.7.12 |
882 | 2024-10-03T19:46:35.382Z | Downloaded hashbrown v0.13.2 |
883 | 2024-10-03T19:46:35.390Z | Downloaded winnow v0.5.40 |
884 | 2024-10-03T19:46:35.397Z | Downloaded rayon v1.10.0 |
885 | 2024-10-03T19:46:35.407Z | Downloaded rsa v0.9.6 |
886 | 2024-10-03T19:46:35.414Z | Downloaded sqlparser v0.45.0 |
887 | 2024-10-03T19:46:35.420Z | Downloaded lalrpop v0.19.12 |
888 | 2024-10-03T19:46:35.432Z | Downloaded tough v0.17.1 |
889 | 2024-10-03T19:46:35.442Z | Downloaded h2 v0.4.6 |
890 | 2024-10-03T19:46:35.448Z | Downloaded nix v0.28.0 |
891 | 2024-10-03T19:46:35.461Z | Downloaded idna v0.4.0 |
892 | 2024-10-03T19:46:35.468Z | Downloaded num-bigint-dig v0.8.4 |
893 | 2024-10-03T19:46:35.473Z | Downloaded rustls-webpki v0.102.4 |
894 | 2024-10-03T19:46:35.493Z | Downloaded radix_trie v0.2.1 |
895 | 2024-10-03T19:46:35.499Z | Downloaded regex v1.10.6 |
896 | 2024-10-03T19:46:35.512Z | Downloaded idna v0.5.0 |
897 | 2024-10-03T19:46:35.519Z | Downloaded rusqlite v0.32.1 |
898 | 2024-10-03T19:46:35.526Z | Downloaded webpki-roots v0.26.3 |
899 | 2024-10-03T19:46:35.530Z | Downloaded quinn-proto v0.11.8 |
900 | 2024-10-03T19:46:35.537Z | Downloaded p384 v0.13.0 |
901 | 2024-10-03T19:46:35.545Z | Downloaded p521 v0.13.3 |
902 | 2024-10-03T19:46:35.548Z | Downloaded quick-xml v0.33.0 |
903 | 2024-10-03T19:46:35.555Z | Downloaded nix v0.29.0 |
904 | 2024-10-03T19:46:35.567Z | Downloaded smoltcp v0.9.1 |
905 | 2024-10-03T19:46:35.578Z | Downloaded git2 v0.19.0 |
906 | 2024-10-03T19:46:35.588Z | Downloaded salty v0.3.0 |
907 | 2024-10-03T19:46:35.595Z | Downloaded gimli v0.28.1 |
908 | 2024-10-03T19:46:35.604Z | Downloaded regex-syntax v0.6.29 |
909 | 2024-10-03T19:46:35.613Z | Downloaded vcpkg v0.2.15 |
910 | 2024-10-03T19:46:35.654Z | Downloaded object v0.30.4 |
911 | 2024-10-03T19:46:35.664Z | Downloaded dropshot v0.10.1 |
912 | 2024-10-03T19:46:35.675Z | Downloaded openssl v0.10.66 |
913 | 2024-10-03T19:46:35.685Z | Downloaded hickory-proto v0.24.1 |
914 | 2024-10-03T19:46:35.702Z | Downloaded object v0.32.2 |
915 | 2024-10-03T19:46:35.712Z | Downloaded trust-dns-proto v0.22.0 |
916 | 2024-10-03T19:46:35.725Z | Downloaded polar-core v0.27.3 |
917 | 2024-10-03T19:46:35.734Z | Downloaded diesel v2.2.4 |
918 | 2024-10-03T19:46:35.754Z | Downloaded regress v0.9.1 |
919 | 2024-10-03T19:46:35.763Z | Downloaded rustls v0.22.4 |
920 | 2024-10-03T19:46:35.777Z | Downloaded typify-impl v0.2.0 |
921 | 2024-10-03T19:46:35.794Z | Downloaded openapiv3 v2.0.0 |
922 | 2024-10-03T19:46:35.806Z | Downloaded ratatui v0.28.0 |
923 | 2024-10-03T19:46:35.828Z | Downloaded rustls v0.23.10 |
924 | 2024-10-03T19:46:35.844Z | Downloaded sled v0.34.7 |
925 | 2024-10-03T19:46:35.855Z | Downloaded regex-syntax v0.8.4 |
926 | 2024-10-03T19:46:35.864Z | Downloaded zerocopy-derive v0.6.6 |
927 | 2024-10-03T19:46:35.882Z | Downloaded regex-automata v0.4.6 |
928 | 2024-10-03T19:46:35.903Z | Downloaded petgraph v0.6.5 |
929 | 2024-10-03T19:46:35.922Z | Downloaded finl_unicode v1.2.0 |
930 | 2024-10-03T19:46:35.935Z | Downloaded csv v1.3.0 |
931 | 2024-10-03T19:46:35.956Z | Downloaded lzma-sys v0.1.20 |
932 | 2024-10-03T19:46:35.985Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
933 | 2024-10-03T19:46:35.996Z | Downloaded bstr v1.9.1 |
934 | 2024-10-03T19:46:36.005Z | Downloaded dropshot v0.12.0 |
935 | 2024-10-03T19:46:36.025Z | Downloaded smoltcp v0.11.0 |
936 | 2024-10-03T19:46:36.037Z | Downloaded tokio v1.39.3 |
937 | 2024-10-03T19:46:36.074Z | Downloaded regress v0.10.1 |
938 | 2024-10-03T19:46:36.083Z | Downloaded idna v0.3.0 |
939 | 2024-10-03T19:46:36.089Z | Downloaded rustls v0.21.12 |
940 | 2024-10-03T19:46:36.103Z | Downloaded nix v0.27.1 |
941 | 2024-10-03T19:46:36.112Z | Downloaded sha3 v0.10.8 |
942 | 2024-10-03T19:46:36.117Z | Downloaded idna v0.2.3 |
943 | 2024-10-03T19:46:36.122Z | Downloaded curve25519-dalek v4.1.3 |
944 | 2024-10-03T19:46:36.130Z | Downloaded hickory-resolver v0.24.1 |
945 | 2024-10-03T19:46:36.134Z | Downloaded hashbrown v0.12.3 |
946 | 2024-10-03T19:46:36.138Z | Downloaded time v0.3.36 |
947 | 2024-10-03T19:46:36.145Z | Downloaded h2 v0.3.26 |
948 | 2024-10-03T19:46:36.151Z | Downloaded futures-util v0.3.30 |
949 | 2024-10-03T19:46:36.165Z | Downloaded proptest v1.5.0 |
950 | 2024-10-03T19:46:36.173Z | Downloaded portable-atomic v1.6.0 |
951 | 2024-10-03T19:46:36.178Z | Downloaded pkcs1 v0.7.5 |
952 | 2024-10-03T19:46:36.181Z | Downloaded tokio-stream v0.1.16 |
953 | 2024-10-03T19:46:36.185Z | Downloaded slog-scope v4.4.0 |
954 | 2024-10-03T19:46:36.189Z | Downloaded slog-json v2.6.1 |
955 | 2024-10-03T19:46:36.189Z | Downloaded slog-envlogger v2.2.0 |
956 | 2024-10-03T19:46:36.193Z | Downloaded shell-words v1.1.0 |
957 | 2024-10-03T19:46:36.193Z | Downloaded unicode-segmentation v1.11.0 |
958 | 2024-10-03T19:46:36.195Z | Downloaded openssl-sys v0.9.103 |
959 | 2024-10-03T19:46:36.199Z | Downloaded x509-cert v0.2.5 |
960 | 2024-10-03T19:46:36.205Z | Downloaded pbkdf2 v0.11.0 |
961 | 2024-10-03T19:46:36.207Z | Downloaded rusty-fork v0.3.0 |
962 | 2024-10-03T19:46:36.211Z | Downloaded tokio-tungstenite v0.21.0 |
963 | 2024-10-03T19:46:36.211Z | Downloaded serde_with_macros v3.9.0 |
964 | 2024-10-03T19:46:36.214Z | Downloaded tracing-core v0.1.32 |
965 | 2024-10-03T19:46:36.217Z | Downloaded itertools v0.13.0 |
966 | 2024-10-03T19:46:36.223Z | Downloaded pkg-config v0.3.30 |
967 | 2024-10-03T19:46:36.225Z | Downloaded paste v1.0.15 |
968 | 2024-10-03T19:46:36.228Z | Downloaded num v0.4.3 |
969 | 2024-10-03T19:46:36.231Z | Downloaded ron v0.7.1 |
970 | 2024-10-03T19:46:36.235Z | Downloaded serde_with v3.9.0 |
971 | 2024-10-03T19:46:36.243Z | Downloaded rustls-pemfile v1.0.4 |
972 | 2024-10-03T19:46:36.246Z | Downloaded rustc_version v0.1.7 |
973 | 2024-10-03T19:46:36.247Z | Downloaded getrandom v0.2.14 |
974 | 2024-10-03T19:46:36.249Z | Downloaded slog v2.7.0 |
975 | 2024-10-03T19:46:36.253Z | Downloaded encoding_rs v0.8.34 |
976 | 2024-10-03T19:46:36.272Z | Downloaded prettyplease v0.2.22 |
977 | 2024-10-03T19:46:36.275Z | Downloaded form_urlencoded v1.2.1 |
978 | 2024-10-03T19:46:36.285Z | Downloaded zerocopy v0.6.6 |
979 | 2024-10-03T19:46:36.288Z | Downloaded time-macros v0.2.18 |
980 | 2024-10-03T19:46:36.288Z | Downloaded xz2 v0.1.7 |
981 | 2024-10-03T19:46:36.288Z | Downloaded rayon-core v1.12.1 |
982 | 2024-10-03T19:46:36.288Z | Downloaded aho-corasick v1.1.3 |
983 | 2024-10-03T19:46:36.292Z | Downloaded signal-hook-registry v1.4.2 |
984 | 2024-10-03T19:46:36.296Z | Downloaded signal-hook-mio v0.2.4 |
985 | 2024-10-03T19:46:36.296Z | Downloaded tls_codec_derive v0.4.1 |
986 | 2024-10-03T19:46:36.299Z | Downloaded diesel_derives v2.2.2 |
987 | 2024-10-03T19:46:36.302Z | Downloaded tungstenite v0.23.0 |
988 | 2024-10-03T19:46:36.305Z | Downloaded tinyvec v1.6.0 |
989 | 2024-10-03T19:46:36.310Z | Downloaded tungstenite v0.21.0 |
990 | 2024-10-03T19:46:36.314Z | Downloaded peg-runtime v0.8.3 |
991 | 2024-10-03T19:46:36.314Z | Downloaded itertools v0.12.1 |
992 | 2024-10-03T19:46:36.317Z | Downloaded zeroize v1.8.1 |
993 | 2024-10-03T19:46:36.320Z | Downloaded slog-stdlog v4.1.1 |
994 | 2024-10-03T19:46:36.320Z | Downloaded des v0.8.1 |
995 | 2024-10-03T19:46:36.323Z | Downloaded pkcs5 v0.7.1 |
996 | 2024-10-03T19:46:36.326Z | Downloaded parking_lot v0.12.2 |
997 | 2024-10-03T19:46:36.329Z | Downloaded oso v0.27.3 |
998 | 2024-10-03T19:46:36.332Z | Downloaded foreign-types v0.3.2 |
999 | 2024-10-03T19:46:36.332Z | Downloaded oso-derive v0.27.3 |
1000 | 2024-10-03T19:46:36.335Z | Downloaded typed-path v0.7.1 |
1001 | 2024-10-03T19:46:36.339Z | Downloaded libm v0.2.8 |
1002 | 2024-10-03T19:46:36.347Z | Downloaded float-ord v0.3.2 |
1003 | 2024-10-03T19:46:36.350Z | Downloaded env_logger v0.11.5 |
1004 | 2024-10-03T19:46:36.353Z | Downloaded russh-keys v0.45.0 |
1005 | 2024-10-03T19:46:36.353Z | Downloaded heapless v0.8.0 |
1006 | 2024-10-03T19:46:36.356Z | Downloaded heapless v0.7.17 |
1007 | 2024-10-03T19:46:36.360Z | Downloaded http v1.1.0 |
1008 | 2024-10-03T19:46:36.364Z | Downloaded crossterm v0.28.1 |
1009 | 2024-10-03T19:46:36.371Z | Downloaded primeorder v0.13.6 |
1010 | 2024-10-03T19:46:36.375Z | Downloaded num-complex v0.4.6 |
1011 | 2024-10-03T19:46:36.377Z | Downloaded scopeguard v1.2.0 |
1012 | 2024-10-03T19:46:36.377Z | Downloaded parking_lot_core v0.8.6 |
1013 | 2024-10-03T19:46:36.380Z | Downloaded num-traits v0.2.19 |
1014 | 2024-10-03T19:46:36.382Z | Downloaded diff v0.1.13 |
1015 | 2024-10-03T19:46:36.385Z | Downloaded aes v0.8.4 |
1016 | 2024-10-03T19:46:36.388Z | Downloaded minimal-lexical v0.2.1 |
1017 | 2024-10-03T19:46:36.392Z | Downloaded mio v1.0.2 |
1018 | 2024-10-03T19:46:36.397Z | Downloaded elliptic-curve v0.13.8 |
1019 | 2024-10-03T19:46:36.401Z | Downloaded snafu v0.8.2 |
1020 | 2024-10-03T19:46:36.410Z | Downloaded wyz v0.5.1 |
1021 | 2024-10-03T19:46:36.413Z | Downloaded float-cmp v0.9.0 |
1022 | 2024-10-03T19:46:36.413Z | Downloaded twox-hash v1.6.3 |
1023 | 2024-10-03T19:46:36.413Z | Downloaded structmeta-derive v0.2.0 |
1024 | 2024-10-03T19:46:36.415Z | Downloaded structmeta v0.3.0 |
1025 | 2024-10-03T19:46:36.415Z | Downloaded structmeta v0.2.0 |
1026 | 2024-10-03T19:46:36.420Z | Downloaded strip-ansi-escapes v0.2.0 |
1027 | 2024-10-03T19:46:36.420Z | Downloaded num-rational v0.4.2 |
1028 | 2024-10-03T19:46:36.420Z | Downloaded pin-project v1.1.5 |
1029 | 2024-10-03T19:46:36.430Z | Downloaded crossbeam-channel v0.5.12 |
1030 | 2024-10-03T19:46:36.435Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1031 | 2024-10-03T19:46:36.497Z | Downloaded pin-project-lite v0.2.14 |
1032 | 2024-10-03T19:46:36.501Z | Downloaded const_format v0.2.33 |
1033 | 2024-10-03T19:46:36.506Z | Downloaded num-iter v0.1.45 |
1034 | 2024-10-03T19:46:36.509Z | Downloaded dropshot_endpoint v0.10.1 |
1035 | 2024-10-03T19:46:36.509Z | Downloaded base64 v0.21.7 |
1036 | 2024-10-03T19:46:36.512Z | Downloaded slog-term v2.9.1 |
1037 | 2024-10-03T19:46:36.514Z | Downloaded postgres-protocol v0.6.7 |
1038 | 2024-10-03T19:46:36.517Z | Downloaded ff v0.13.0 |
1039 | 2024-10-03T19:46:36.520Z | Downloaded fallible-streaming-iterator v0.1.9 |
1040 | 2024-10-03T19:46:36.520Z | Downloaded darling_core v0.20.9 |
1041 | 2024-10-03T19:46:36.524Z | Downloaded mio v0.8.11 |
1042 | 2024-10-03T19:46:36.530Z | Downloaded miniz_oxide v0.7.2 |
1043 | 2024-10-03T19:46:36.532Z | Downloaded cookie v0.18.1 |
1044 | 2024-10-03T19:46:36.535Z | Downloaded slog-bunyan v2.5.0 |
1045 | 2024-10-03T19:46:36.537Z | Downloaded scheduled-thread-pool v0.2.7 |
1046 | 2024-10-03T19:46:36.537Z | Downloaded rfc6979 v0.4.0 |
1047 | 2024-10-03T19:46:36.540Z | Downloaded resolv-conf v0.7.0 |
1048 | 2024-10-03T19:46:36.542Z | Downloaded embedded-io v0.4.0 |
1049 | 2024-10-03T19:46:36.542Z | Downloaded indicatif v0.17.8 |
1050 | 2024-10-03T19:46:36.545Z | Downloaded allocator-api2 v0.2.18 |
1051 | 2024-10-03T19:46:36.549Z | Downloaded structmeta-derive v0.3.0 |
1052 | 2024-10-03T19:46:36.552Z | Downloaded http v0.2.12 |
1053 | 2024-10-03T19:46:36.554Z | Downloaded der_derive v0.7.2 |
1054 | 2024-10-03T19:46:36.556Z | Downloaded predicates-core v1.0.6 |
1055 | 2024-10-03T19:46:36.559Z | Downloaded derive-where v1.2.7 |
1056 | 2024-10-03T19:46:36.562Z | Downloaded compact_str v0.8.0 |
1057 | 2024-10-03T19:46:36.565Z | Downloaded num_enum_derive v0.5.11 |
1058 | 2024-10-03T19:46:36.567Z | Downloaded group v0.13.0 |
1059 | 2024-10-03T19:46:36.567Z | Downloaded futures-macro v0.3.30 |
1060 | 2024-10-03T19:46:36.570Z | Downloaded futures-io v0.3.30 |
1061 | 2024-10-03T19:46:36.570Z | Downloaded futures-executor v0.3.30 |
1062 | 2024-10-03T19:46:36.573Z | Downloaded foreign-types-macros v0.2.3 |
1063 | 2024-10-03T19:46:36.573Z | Downloaded ena v0.14.3 |
1064 | 2024-10-03T19:46:36.575Z | Downloaded either v1.13.0 |
1065 | 2024-10-03T19:46:36.575Z | Downloaded universal-hash v0.5.1 |
1066 | 2024-10-03T19:46:36.578Z | Downloaded untrusted v0.7.1 |
1067 | 2024-10-03T19:46:36.578Z | Downloaded constant_time_eq v0.3.0 |
1068 | 2024-10-03T19:46:36.578Z | Downloaded bitfield v0.14.0 |
1069 | 2024-10-03T19:46:36.580Z | Downloaded ipnet v2.10.0 |
1070 | 2024-10-03T19:46:36.583Z | Downloaded supports-color v3.0.1 |
1071 | 2024-10-03T19:46:36.583Z | Downloaded subtle v2.5.0 |
1072 | 2024-10-03T19:46:36.585Z | Downloaded const-oid v0.9.6 |
1073 | 2024-10-03T19:46:36.585Z | Downloaded thiserror-no-std v2.0.2 |
1074 | 2024-10-03T19:46:36.589Z | Downloaded bytes v1.7.2 |
1075 | 2024-10-03T19:46:36.593Z | Downloaded async-trait v0.1.83 |
1076 | 2024-10-03T19:46:36.597Z | Downloaded async-bb8-diesel v0.2.1 |
1077 | 2024-10-03T19:46:36.600Z | Downloaded signature v2.2.0 |
1078 | 2024-10-03T19:46:36.602Z | Downloaded serde_urlencoded v0.7.1 |
1079 | 2024-10-03T19:46:36.602Z | Downloaded argon2 v0.5.3 |
1080 | 2024-10-03T19:46:36.605Z | Downloaded maplit v1.0.2 |
1081 | 2024-10-03T19:46:36.605Z | Downloaded lru v0.12.3 |
1082 | 2024-10-03T19:46:36.607Z | Downloaded linked-hash-map v0.5.6 |
1083 | 2024-10-03T19:46:36.607Z | Downloaded libsw v3.3.1 |
1084 | 2024-10-03T19:46:36.617Z | Downloaded data-encoding v2.6.0 |
1085 | 2024-10-03T19:46:36.617Z | Downloaded crc-catalog v2.4.0 |
1086 | 2024-10-03T19:46:36.617Z | Downloaded buf-list v1.0.3 |
1087 | 2024-10-03T19:46:36.617Z | Downloaded base64 v0.13.1 |
1088 | 2024-10-03T19:46:36.617Z | Downloaded block-padding v0.3.3 |
1089 | 2024-10-03T19:46:36.621Z | Downloaded bitflags v1.3.2 |
1090 | 2024-10-03T19:46:36.621Z | Downloaded bit-set v0.5.3 |
1091 | 2024-10-03T19:46:36.623Z | Downloaded iana-time-zone v0.1.60 |
1092 | 2024-10-03T19:46:36.626Z | Downloaded hyper-rustls v0.27.3 |
1093 | 2024-10-03T19:46:36.628Z | Downloaded crc-any v2.5.0 |
1094 | 2024-10-03T19:46:36.631Z | Downloaded bb8 v0.8.5 |
1095 | 2024-10-03T19:46:36.631Z | Downloaded async-stream v0.3.5 |
1096 | 2024-10-03T19:46:36.633Z | Downloaded arrayref v0.3.7 |
1097 | 2024-10-03T19:46:36.633Z | Downloaded impl-trait-for-tuples v0.2.2 |
1098 | 2024-10-03T19:46:36.636Z | Downloaded hyper-staticfile v0.10.1 |
1099 | 2024-10-03T19:46:36.638Z | Downloaded httparse v1.8.0 |
1100 | 2024-10-03T19:46:36.641Z | Downloaded http-range v0.1.5 |
1101 | 2024-10-03T19:46:36.641Z | Downloaded highway v1.2.0 |
1102 | 2024-10-03T19:46:36.643Z | Downloaded csv-core v0.1.11 |
1103 | 2024-10-03T19:46:36.646Z | Downloaded cookie_store v0.21.0 |
1104 | 2024-10-03T19:46:36.648Z | Downloaded crossbeam-deque v0.8.5 |
1105 | 2024-10-03T19:46:36.648Z | Downloaded const_format_proc_macros v0.2.33 |
1106 | 2024-10-03T19:46:36.651Z | Downloaded chacha20 v0.9.1 |
1107 | 2024-10-03T19:46:36.653Z | Downloaded internet-checksum v0.2.1 |
1108 | 2024-10-03T19:46:36.653Z | Downloaded indent_write v2.2.0 |
1109 | 2024-10-03T19:46:36.657Z | Downloaded linear-map v1.2.0 |
1110 | 2024-10-03T19:46:36.657Z | Downloaded lazycell v1.3.0 |
1111 | 2024-10-03T19:46:36.657Z | Downloaded atomicwrites v0.4.4 |
1112 | 2024-10-03T19:46:36.661Z | Downloaded debug-ignore v1.0.5 |
1113 | 2024-10-03T19:46:36.661Z | Downloaded http-body v0.4.6 |
1114 | 2024-10-03T19:46:36.661Z | Downloaded hostname v0.3.1 |
1115 | 2024-10-03T19:46:37.017Z | Downloaded libz-sys v1.1.16 |
1116 | 2024-10-03T19:46:37.120Z | Downloaded ring v0.17.8 |
1117 | 2024-10-03T19:46:37.306Z | Downloaded libsqlite3-sys v0.30.1 |
1118 | 2024-10-03T19:46:37.387Z | Downloaded ring v0.16.20 |
1119 | 2024-10-03T19:46:37.558Z | Compiling serde v1.0.210 |
1120 | 2024-10-03T19:46:37.561Z | Compiling typenum v1.17.0 |
1121 | 2024-10-03T19:46:37.561Z | Compiling generic-array v0.14.7 |
1122 | 2024-10-03T19:46:37.561Z | Compiling lock_api v0.4.12 |
1123 | 2024-10-03T19:46:37.561Z | Compiling scopeguard v1.2.0 |
1124 | 2024-10-03T19:46:37.718Z | Compiling subtle v2.5.0 |
1125 | 2024-10-03T19:46:37.743Z | Compiling syn v2.0.79 |
1126 | 2024-10-03T19:46:37.746Z | Compiling getrandom v0.2.14 |
1127 | 2024-10-03T19:46:37.862Z | Compiling value-bag v1.9.0 |
1128 | 2024-10-03T19:46:38.025Z | Compiling rand_core v0.6.4 |
1129 | 2024-10-03T19:46:38.154Z | Compiling const-oid v0.9.6 |
1130 | 2024-10-03T19:46:38.241Z | Compiling jobserver v0.1.32 |
1131 | 2024-10-03T19:46:38.272Z | Compiling pin-project-lite v0.2.14 |
1132 | 2024-10-03T19:46:38.402Z | Compiling log v0.4.22 |
1133 | 2024-10-03T19:46:38.439Z | Compiling smallvec v1.13.2 |
1134 | 2024-10-03T19:46:38.542Z | Compiling parking_lot_core v0.9.10 |
1135 | 2024-10-03T19:46:38.646Z | Compiling cc v1.0.97 |
1136 | 2024-10-03T19:46:38.813Z | Compiling signal-hook-registry v1.4.2 |
1137 | 2024-10-03T19:46:39.157Z | Compiling futures-core v0.3.30 |
1138 | 2024-10-03T19:46:39.278Z | Compiling mio v1.0.2 |
1139 | 2024-10-03T19:46:39.416Z | Compiling parking_lot v0.12.2 |
1140 | 2024-10-03T19:46:39.609Z | Compiling ahash v0.8.11 |
1141 | 2024-10-03T19:46:39.647Z | Compiling cpufeatures v0.2.12 |
1142 | 2024-10-03T19:46:39.748Z | Compiling futures-sink v0.3.30 |
1143 | 2024-10-03T19:46:39.917Z | Compiling socket2 v0.5.7 |
1144 | 2024-10-03T19:46:40.030Z | Compiling slab v0.4.9 |
1145 | 2024-10-03T19:46:40.049Z | Compiling allocator-api2 v0.2.18 |
1146 | 2024-10-03T19:46:40.348Z | Compiling spin v0.9.8 |
1147 | 2024-10-03T19:46:40.403Z | Compiling tinyvec_macros v0.1.1 |
1148 | 2024-10-03T19:46:40.498Z | Compiling tinyvec v1.6.0 |
1149 | 2024-10-03T19:46:40.517Z | Compiling futures-channel v0.3.30 |
1150 | 2024-10-03T19:46:40.741Z | Compiling libm v0.2.8 |
1151 | 2024-10-03T19:46:40.794Z | Compiling futures-io v0.3.30 |
1152 | 2024-10-03T19:46:40.814Z | Compiling serde_json v1.0.128 |
1153 | 2024-10-03T19:46:40.874Z | Compiling base64ct v1.6.0 |
1154 | 2024-10-03T19:46:41.032Z | Compiling futures-task v0.3.30 |
1155 | 2024-10-03T19:46:41.153Z | Compiling pin-utils v0.1.0 |
1156 | 2024-10-03T19:46:41.245Z | Compiling num-traits v0.2.19 |
1157 | 2024-10-03T19:46:41.266Z | Compiling unicode-bidi v0.3.15 |
1158 | 2024-10-03T19:46:41.310Z | Compiling flagset v0.4.5 |
1159 | 2024-10-03T19:46:41.347Z | Compiling pem-rfc7468 v0.7.0 |
1160 | 2024-10-03T19:46:41.522Z | Compiling tracing-core v0.1.32 |
1161 | 2024-10-03T19:46:41.783Z | Compiling pkg-config v0.3.30 |
1162 | 2024-10-03T19:46:42.064Z | Compiling unicode-normalization v0.1.23 |
1163 | 2024-10-03T19:46:42.124Z | Compiling vcpkg v0.2.15 |
1164 | 2024-10-03T19:46:42.833Z | Compiling crossbeam-utils v0.8.19 |
1165 | 2024-10-03T19:46:42.972Z | Compiling ring v0.17.8 |
1166 | 2024-10-03T19:46:42.975Z | Compiling ppv-lite86 v0.2.17 |
1167 | 2024-10-03T19:46:43.217Z | Compiling percent-encoding v2.3.1 |
1168 | 2024-10-03T19:46:43.365Z | Compiling httparse v1.8.0 |
1169 | 2024-10-03T19:46:43.581Z | Compiling rustix v0.38.34 |
1170 | 2024-10-03T19:46:43.756Z | Compiling rand_chacha v0.3.1 |
1171 | 2024-10-03T19:46:43.920Z | Compiling rustls-pki-types v1.7.0 |
1172 | 2024-10-03T19:46:44.367Z | Compiling try-lock v0.2.5 |
1173 | 2024-10-03T19:46:44.410Z | Compiling openssl-sys v0.9.103 |
1174 | 2024-10-03T19:46:44.501Z | Compiling want v0.3.1 |
1175 | 2024-10-03T19:46:44.772Z | Compiling rand v0.8.5 |
1176 | 2024-10-03T19:46:44.851Z | Compiling rustversion v1.0.17 |
1177 | 2024-10-03T19:46:44.871Z | Compiling powerfmt v0.2.0 |
1178 | 2024-10-03T19:46:45.256Z | Compiling untrusted v0.9.0 |
1179 | 2024-10-03T19:46:45.433Z | Compiling foreign-types-shared v0.1.1 |
1180 | 2024-10-03T19:46:45.436Z | Compiling time-core v0.1.2 |
1181 | 2024-10-03T19:46:45.541Z | Compiling atomic-waker v1.1.2 |
1182 | 2024-10-03T19:46:45.559Z | Compiling httpdate v1.0.3 |
1183 | 2024-10-03T19:46:45.580Z | Compiling openssl v0.10.66 |
1184 | 2024-10-03T19:46:45.613Z | Compiling num-conv v0.1.0 |
1185 | 2024-10-03T19:46:45.917Z | Compiling time-macros v0.2.18 |
1186 | 2024-10-03T19:46:46.039Z | Compiling foreign-types v0.3.2 |
1187 | 2024-10-03T19:46:46.042Z | Compiling deranged v0.3.11 |
1188 | 2024-10-03T19:46:46.083Z | Compiling form_urlencoded v1.2.1 |
1189 | 2024-10-03T19:46:46.131Z | Compiling aho-corasick v1.1.3 |
1190 | 2024-10-03T19:46:46.407Z | Compiling native-tls v0.2.11 |
1191 | 2024-10-03T19:46:46.623Z | Compiling base64 v0.22.1 |
1192 | 2024-10-03T19:46:46.739Z | Compiling rustls v0.23.10 |
1193 | 2024-10-03T19:46:47.022Z | Compiling syn v1.0.109 |
1194 | 2024-10-03T19:46:47.042Z | Compiling siphasher v0.3.11 |
1195 | 2024-10-03T19:46:47.375Z | Compiling regex-syntax v0.8.4 |
1196 | 2024-10-03T19:46:47.437Z | Compiling tower-service v0.3.2 |
1197 | 2024-10-03T19:46:47.538Z | Compiling num_threads v0.1.7 |
1198 | 2024-10-03T19:46:47.727Z | Compiling crossbeam-epoch v0.9.18 |
1199 | 2024-10-03T19:46:47.930Z | Compiling idna v0.5.0 |
1200 | 2024-10-03T19:46:48.465Z | Compiling lazy_static v1.5.0 |
1201 | 2024-10-03T19:46:48.584Z | Compiling cookie v0.18.1 |
1202 | 2024-10-03T19:46:48.871Z | Compiling openssl-probe v0.1.5 |
1203 | 2024-10-03T19:46:49.030Z | Compiling either v1.13.0 |
1204 | 2024-10-03T19:46:49.073Z | Compiling time v0.3.36 |
1205 | 2024-10-03T19:46:49.214Z | Compiling rayon-core v1.12.1 |
1206 | 2024-10-03T19:46:49.401Z | Compiling iana-time-zone v0.1.60 |
1207 | 2024-10-03T19:46:49.437Z | Compiling finl_unicode v1.2.0 |
1208 | 2024-10-03T19:46:49.465Z | Compiling slog v2.7.0 |
1209 | 2024-10-03T19:46:49.923Z | Compiling url v2.5.2 |
1210 | 2024-10-03T19:46:50.022Z | Compiling stringprep v0.1.4 |
1211 | 2024-10-03T19:46:50.096Z | Compiling crossbeam-deque v0.8.5 |
1212 | 2024-10-03T19:46:51.277Z | Compiling regex-automata v0.4.6 |
1213 | 2024-10-03T19:46:51.534Z | Compiling num-integer v0.1.46 |
1214 | 2024-10-03T19:46:51.862Z | Compiling idna v0.3.0 |
1215 | 2024-10-03T19:46:51.962Z | Compiling serde_derive v1.0.210 |
1216 | 2024-10-03T19:46:52.300Z | Compiling zeroize_derive v1.4.2 |
1217 | 2024-10-03T19:46:53.459Z | Compiling zerocopy-derive v0.7.34 |
1218 | 2024-10-03T19:46:53.853Z | Compiling tokio-macros v2.4.0 |
1219 | 2024-10-03T19:46:53.925Z | Compiling futures-macro v0.3.30 |
1220 | 2024-10-03T19:46:53.965Z | Compiling zeroize v1.8.1 |
1221 | 2024-10-03T19:46:54.343Z | Compiling der_derive v0.7.2 |
1222 | 2024-10-03T19:46:55.520Z | Compiling thiserror-impl v1.0.64 |
1223 | 2024-10-03T19:46:55.681Z | Compiling crypto-common v0.1.6 |
1224 | 2024-10-03T19:46:55.799Z | Compiling block-buffer v0.10.4 |
1225 | 2024-10-03T19:46:55.950Z | Compiling zerocopy v0.7.34 |
1226 | 2024-10-03T19:46:55.952Z | Compiling block-padding v0.3.3 |
1227 | 2024-10-03T19:46:56.101Z | Compiling digest v0.10.7 |
1228 | 2024-10-03T19:46:56.216Z | Compiling inout v0.1.3 |
1229 | 2024-10-03T19:46:56.495Z | Compiling cipher v0.4.4 |
1230 | 2024-10-03T19:46:56.582Z | Compiling hmac v0.12.1 |
1231 | 2024-10-03T19:46:56.832Z | Compiling sha2 v0.10.8 |
1232 | 2024-10-03T19:46:56.902Z | Compiling futures-util v0.3.30 |
1233 | 2024-10-03T19:46:57.036Z | Compiling der v0.7.9 |
1234 | 2024-10-03T19:46:58.164Z | Compiling hashbrown v0.14.5 |
1235 | 2024-10-03T19:46:58.915Z | Compiling thiserror v1.0.64 |
1236 | 2024-10-03T19:46:59.061Z | Compiling salsa20 v0.10.2 |
1237 | 2024-10-03T19:46:59.299Z | Compiling spki v0.7.3 |
1238 | 2024-10-03T19:46:59.582Z | Compiling pbkdf2 v0.12.2 |
1239 | 2024-10-03T19:46:59.674Z | Compiling tracing-attributes v0.1.27 |
1240 | 2024-10-03T19:46:59.759Z | Compiling scrypt v0.11.0 |
1241 | 2024-10-03T19:47:00.321Z | Compiling aes v0.8.4 |
1242 | 2024-10-03T19:47:00.414Z | Compiling cbc v0.1.2 |
1243 | 2024-10-03T19:47:00.454Z | Compiling pest v2.7.10 |
1244 | 2024-10-03T19:47:00.664Z | Compiling scroll_derive v0.12.0 |
1245 | 2024-10-03T19:47:02.273Z | Compiling pkcs5 v0.7.1 |
1246 | 2024-10-03T19:47:03.070Z | Compiling pest_meta v2.7.10 |
1247 | 2024-10-03T19:47:03.139Z | Compiling pkcs8 v0.10.2 |
1248 | 2024-10-03T19:47:03.494Z | Compiling tracing v0.1.40 |
1249 | 2024-10-03T19:47:03.515Z | Compiling scroll v0.12.0 |
1250 | 2024-10-03T19:47:03.533Z | Compiling openssl-macros v0.1.1 |
1251 | 2024-10-03T19:47:03.876Z | Compiling signature v2.2.0 |
1252 | 2024-10-03T19:47:04.000Z | Compiling goblin v0.8.2 |
1253 | 2024-10-03T19:47:04.065Z | Compiling rustls-webpki v0.102.4 |
1254 | 2024-10-03T19:47:04.085Z | Compiling md-5 v0.10.6 |
1255 | 2024-10-03T19:47:04.161Z | Compiling backtrace v0.3.71 |
1256 | 2024-10-03T19:47:04.305Z | Compiling pest_generator v2.7.10 |
1257 | 2024-10-03T19:47:04.326Z | Compiling ff v0.13.0 |
1258 | 2024-10-03T19:47:04.345Z | Compiling hash32 v0.2.1 |
1259 | 2024-10-03T19:47:04.538Z | Compiling crc32fast v1.4.0 |
1260 | 2024-10-03T19:47:04.661Z | Compiling gimli v0.28.1 |
1261 | 2024-10-03T19:47:04.710Z | Compiling stable_deref_trait v1.2.0 |
1262 | 2024-10-03T19:47:04.817Z | Compiling base16ct v0.2.0 |
1263 | 2024-10-03T19:47:05.134Z | Compiling psl-types v2.0.11 |
1264 | 2024-10-03T19:47:05.332Z | Compiling smoltcp v0.9.1 |
1265 | 2024-10-03T19:47:06.083Z | Compiling bytes v1.7.2 |
1266 | 2024-10-03T19:47:06.106Z | Compiling indexmap v2.5.0 |
1267 | 2024-10-03T19:47:06.338Z | Compiling bitflags v2.6.0 |
1268 | 2024-10-03T19:47:06.794Z | Compiling semver v1.0.23 |
1269 | 2024-10-03T19:47:07.371Z | Compiling tokio v1.39.3 |
1270 | 2024-10-03T19:47:07.583Z | Compiling rustc_version v0.4.0 |
1271 | 2024-10-03T19:47:07.638Z | Compiling http v1.1.0 |
1272 | 2024-10-03T19:47:08.048Z | Compiling pest_derive v2.7.10 |
1273 | 2024-10-03T19:47:08.868Z | Compiling dtrace-parser v0.2.0 |
1274 | 2024-10-03T19:47:09.620Z | Compiling http-body v1.0.0 |
1275 | 2024-10-03T19:47:09.683Z | Compiling dof v0.3.0 |
1276 | 2024-10-03T19:47:09.870Z | Compiling heapless v0.7.17 |
1277 | 2024-10-03T19:47:10.334Z | Compiling uuid v1.10.0 |
1278 | 2024-10-03T19:47:11.060Z | Compiling usdt-impl v0.5.0 |
1279 | 2024-10-03T19:47:11.869Z | Compiling curve25519-dalek v4.1.3 |
1280 | 2024-10-03T19:47:11.896Z | Compiling http v0.2.12 |
1281 | 2024-10-03T19:47:12.507Z | Compiling toml_datetime v0.6.8 |
1282 | 2024-10-03T19:47:12.646Z | Compiling chrono v0.4.38 |
1283 | 2024-10-03T19:47:13.012Z | Compiling serde_tokenstream v0.2.2 |
1284 | 2024-10-03T19:47:13.638Z | Compiling serde_spanned v0.6.7 |
1285 | 2024-10-03T19:47:13.683Z | Compiling portable-atomic v1.6.0 |
1286 | 2024-10-03T19:47:13.878Z | Compiling num-bigint-dig v0.8.4 |
1287 | 2024-10-03T19:47:14.186Z | Compiling signal-hook v0.3.17 |
1288 | 2024-10-03T19:47:14.348Z | Compiling adler v1.0.2 |
1289 | 2024-10-03T19:47:14.394Z | Compiling fallible-iterator v0.2.0 |
1290 | 2024-10-03T19:47:14.499Z | Compiling miniz_oxide v0.7.2 |
1291 | 2024-10-03T19:47:14.715Z | Compiling terminal_size v0.3.0 |
1292 | 2024-10-03T19:47:14.926Z | Compiling http-body-util v0.1.2 |
1293 | 2024-10-03T19:47:15.074Z | Compiling postgres-protocol v0.6.7 |
1294 | 2024-10-03T19:47:15.283Z | Compiling addr2line v0.21.0 |
1295 | 2024-10-03T19:47:15.493Z | Compiling tokio-util v0.7.12 |
1296 | 2024-10-03T19:47:15.946Z | Compiling tokio-rustls v0.26.0 |
1297 | 2024-10-03T19:47:15.995Z | Compiling publicsuffix v2.2.3 |
1298 | 2024-10-03T19:47:16.417Z | Compiling sec1 v0.7.3 |
1299 | 2024-10-03T19:47:16.465Z | Compiling h2 v0.4.6 |
1300 | 2024-10-03T19:47:16.480Z | Compiling group v0.13.0 |
1301 | 2024-10-03T19:47:16.813Z | Compiling tokio-native-tls v0.3.1 |
1302 | 2024-10-03T19:47:16.871Z | Compiling hubpack_derive v0.1.1 |
1303 | 2024-10-03T19:47:16.896Z | Compiling hkdf v0.12.4 |
1304 | 2024-10-03T19:47:17.003Z | Compiling crypto-bigint v0.5.5 |
1305 | 2024-10-03T19:47:17.097Z | Compiling num-iter v0.1.45 |
1306 | 2024-10-03T19:47:17.143Z | Compiling async-trait v0.1.83 |
1307 | 2024-10-03T19:47:17.277Z | Compiling zerocopy-derive v0.6.6 |
1308 | 2024-10-03T19:47:17.772Z | Compiling curve25519-dalek-derive v0.1.1 |
1309 | 2024-10-03T19:47:19.425Z | Compiling phf_shared v0.11.2 |
1310 | 2024-10-03T19:47:19.816Z | Compiling serde_derive_internals v0.29.1 |
1311 | 2024-10-03T19:47:19.939Z | Compiling webpki-roots v0.26.3 |
1312 | 2024-10-03T19:47:19.956Z | Compiling object v0.32.2 |
1313 | 2024-10-03T19:47:20.151Z | Compiling fs-err v2.11.0 |
1314 | 2024-10-03T19:47:20.153Z | Compiling adler2 v2.0.0 |
1315 | 2024-10-03T19:47:20.386Z | Compiling schemars v0.8.21 |
1316 | 2024-10-03T19:47:20.461Z | Compiling winnow v0.5.40 |
1317 | 2024-10-03T19:47:20.700Z | Compiling rustc-demangle v0.1.24 |
1318 | 2024-10-03T19:47:20.734Z | Compiling managed v0.8.0 |
1319 | 2024-10-03T19:47:21.217Z | Compiling bitflags v1.3.2 |
1320 | 2024-10-03T19:47:21.334Z | Compiling ipnet v2.10.0 |
1321 | 2024-10-03T19:47:21.759Z | Compiling anyhow v1.0.89 |
1322 | 2024-10-03T19:47:22.566Z | Compiling clap_builder v4.5.18 |
1323 | 2024-10-03T19:47:22.658Z | Compiling schemars_derive v0.8.21 |
1324 | 2024-10-03T19:47:22.869Z | Compiling miniz_oxide v0.8.0 |
1325 | 2024-10-03T19:47:23.089Z | Compiling console v0.15.8 |
1326 | 2024-10-03T19:47:24.357Z | Compiling hyper v1.4.1 |
1327 | 2024-10-03T19:47:24.450Z | Compiling toml_edit v0.19.15 |
1328 | 2024-10-03T19:47:24.612Z | Compiling elliptic-curve v0.13.8 |
1329 | 2024-10-03T19:47:24.615Z | Compiling phf v0.11.2 |
1330 | 2024-10-03T19:47:24.900Z | Compiling rayon v1.10.0 |
1331 | 2024-10-03T19:47:25.463Z | Compiling zerocopy v0.6.6 |
1332 | 2024-10-03T19:47:26.075Z | Compiling cookie_store v0.21.0 |
1333 | 2024-10-03T19:47:27.006Z | Compiling hyper-util v0.1.9 |
1334 | 2024-10-03T19:47:27.620Z | Compiling hubpack v0.1.2 |
1335 | 2024-10-03T19:47:28.950Z | Compiling h2 v0.3.26 |
1336 | 2024-10-03T19:47:29.696Z | Compiling hyper-tls v0.6.0 |
1337 | 2024-10-03T19:47:30.114Z | Compiling hyper-rustls v0.27.3 |
1338 | 2024-10-03T19:47:30.162Z | Compiling postgres-types v0.2.8 |
1339 | 2024-10-03T19:47:31.730Z | Compiling usdt-macro v0.5.0 |
1340 | 2024-10-03T19:47:31.882Z | Compiling usdt-attr-macro v0.5.0 |
1341 | 2024-10-03T19:47:31.885Z | Compiling http-body v0.4.6 |
1342 | 2024-10-03T19:47:32.135Z | Compiling serde_urlencoded v0.7.1 |
1343 | 2024-10-03T19:47:32.361Z | Compiling serde-big-array v0.5.1 |
1344 | 2024-10-03T19:47:32.381Z | Compiling ed25519 v2.2.3 |
1345 | 2024-10-03T19:47:32.603Z | Compiling pkcs1 v0.7.5 |
1346 | 2024-10-03T19:47:32.663Z | Compiling futures-executor v0.3.30 |
1347 | 2024-10-03T19:47:33.234Z | Compiling rfc6979 v0.4.0 |
1348 | 2024-10-03T19:47:33.300Z | Compiling regex v1.10.6 |
1349 | 2024-10-03T19:47:33.419Z | Compiling bstr v1.9.1 |
1350 | 2024-10-03T19:47:33.534Z | Compiling serde_repr v0.1.19 |
1351 | 2024-10-03T19:47:33.582Z | Compiling clap_derive v4.5.18 |
1352 | 2024-10-03T19:47:34.368Z | Compiling enum-as-inner v0.6.0 |
1353 | 2024-10-03T19:47:34.404Z | Compiling strum_macros v0.25.3 |
1354 | 2024-10-03T19:47:34.424Z | Compiling phf_shared v0.10.0 |
1355 | 2024-10-03T19:47:34.747Z | Compiling rustls-pemfile v2.1.3 |
1356 | 2024-10-03T19:47:34.826Z | Compiling float-cmp v0.9.0 |
1357 | 2024-10-03T19:47:35.055Z | Compiling idna v0.4.0 |
1358 | 2024-10-03T19:47:35.210Z | Compiling sync_wrapper v1.0.1 |
1359 | 2024-10-03T19:47:35.213Z | Compiling mio v0.8.11 |
1360 | 2024-10-03T19:47:35.370Z | Compiling socket2 v0.4.10 |
1361 | 2024-10-03T19:47:35.483Z | Compiling encoding_rs v0.8.34 |
1362 | 2024-10-03T19:47:36.269Z | Compiling minimal-lexical v0.2.1 |
1363 | 2024-10-03T19:47:36.517Z | Compiling data-encoding v2.6.0 |
1364 | 2024-10-03T19:47:36.658Z | Compiling predicates-core v1.0.6 |
1365 | 2024-10-03T19:47:36.772Z | Compiling normalize-line-endings v0.3.0 |
1366 | 2024-10-03T19:47:36.901Z | Compiling unicode-segmentation v1.11.0 |
1367 | 2024-10-03T19:47:37.030Z | Compiling whoami v1.5.2 |
1368 | 2024-10-03T19:47:37.795Z | Compiling mime v0.3.17 |
1369 | 2024-10-03T19:47:37.799Z | Compiling static_assertions v1.1.0 |
1370 | 2024-10-03T19:47:37.874Z | Compiling precomputed-hash v0.1.1 |
1371 | 2024-10-03T19:47:37.997Z | Compiling dyn-clone v1.0.17 |
1372 | 2024-10-03T19:47:38.216Z | Compiling fixedbitset v0.4.2 |
1373 | 2024-10-03T19:47:38.259Z | Compiling number_prefix v0.4.0 |
1374 | 2024-10-03T19:47:38.471Z | Compiling bit-vec v0.6.3 |
1375 | 2024-10-03T19:47:38.562Z | Compiling difflib v0.4.0 |
1376 | 2024-10-03T19:47:38.676Z | Compiling new_debug_unreachable v1.0.6 |
1377 | 2024-10-03T19:47:38.697Z | Compiling clap v4.5.18 |
1378 | 2024-10-03T19:47:38.776Z | Compiling string_cache v0.8.7 |
1379 | 2024-10-03T19:47:38.821Z | Compiling bit-set v0.5.3 |
1380 | 2024-10-03T19:47:38.895Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1381 | 2024-10-03T19:47:38.945Z | Compiling petgraph v0.6.5 |
1382 | 2024-10-03T19:47:39.110Z | Compiling predicates v3.1.2 |
1383 | 2024-10-03T19:47:39.240Z | Compiling indicatif v0.17.8 |
1384 | 2024-10-03T19:47:39.885Z | Compiling reqwest v0.12.7 |
1385 | 2024-10-03T19:47:40.177Z | Compiling similar v2.6.0 |
1386 | 2024-10-03T19:47:40.847Z | Compiling tokio-postgres v0.7.12 |
1387 | 2024-10-03T19:47:41.545Z | Compiling hickory-proto v0.24.1 |
1388 | 2024-10-03T19:47:42.560Z | Compiling nom v7.1.3 |
1389 | 2024-10-03T19:47:42.693Z | Compiling toml_edit v0.22.22 |
1390 | 2024-10-03T19:47:42.973Z | Compiling signal-hook-mio v0.2.4 |
1391 | 2024-10-03T19:47:43.153Z | Compiling hyper v0.14.30 |
1392 | 2024-10-03T19:47:43.362Z | Compiling usdt v0.5.0 |
1393 | 2024-10-03T19:47:43.897Z | Compiling ecdsa v0.16.9 |
1394 | 2024-10-03T19:47:44.733Z | Compiling rsa v0.9.6 |
1395 | 2024-10-03T19:47:45.832Z | Compiling futures v0.3.30 |
1396 | 2024-10-03T19:47:45.962Z | Compiling ed25519-dalek v2.1.1 |
1397 | 2024-10-03T19:47:46.182Z | Compiling flate2 v1.0.34 |
1398 | 2024-10-03T19:47:47.134Z | Compiling toml v0.7.8 |
1399 | 2024-10-03T19:47:47.423Z | Compiling tokio-stream v0.1.16 |
1400 | 2024-10-03T19:47:48.128Z | Compiling openapiv3 v2.0.0 |
1401 | 2024-10-03T19:47:48.491Z | Compiling hex v0.4.3 |
1402 | 2024-10-03T19:47:48.871Z | Compiling x509-cert v0.2.5 |
1403 | 2024-10-03T19:47:49.089Z | Compiling sha1 v0.10.6 |
1404 | 2024-10-03T19:47:49.527Z | Compiling itertools v0.12.1 |
1405 | 2024-10-03T19:47:51.094Z | Compiling itertools v0.10.5 |
1406 | 2024-10-03T19:47:51.800Z | Compiling dirs-sys-next v0.1.2 |
1407 | 2024-10-03T19:47:52.466Z | Compiling peg-runtime v0.8.3 |
1408 | 2024-10-03T19:47:52.549Z | Compiling lalrpop-util v0.19.12 |
1409 | 2024-10-03T19:47:52.583Z | Compiling unicode-xid v0.2.4 |
1410 | 2024-10-03T19:47:52.657Z | Compiling dirs-next v2.0.0 |
1411 | 2024-10-03T19:47:52.752Z | Compiling thread_local v1.1.8 |
1412 | 2024-10-03T19:47:52.858Z | Compiling slog-async v2.8.0 |
1413 | 2024-10-03T19:47:52.908Z | Compiling term v0.7.0 |
1414 | 2024-10-03T19:47:52.930Z | Compiling xattr v1.3.1 |
1415 | 2024-10-03T19:47:53.089Z | Compiling strum_macros v0.26.4 |
1416 | 2024-10-03T19:47:53.185Z | Compiling crossbeam-channel v0.5.12 |
1417 | 2024-10-03T19:47:53.304Z | Compiling is-terminal v0.4.12 |
1418 | 2024-10-03T19:47:53.378Z | Compiling filetime v0.2.25 |
1419 | 2024-10-03T19:47:53.430Z | Compiling take_mut v0.2.2 |
1420 | 2024-10-03T19:47:53.464Z | Compiling slog-term v2.9.1 |
1421 | 2024-10-03T19:47:53.585Z | Compiling tar v0.4.42 |
1422 | 2024-10-03T19:47:53.677Z | Compiling camino v1.1.9 |
1423 | 2024-10-03T19:47:53.836Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1424 | 2024-10-03T19:47:55.893Z | Compiling strum v0.26.3 |
1425 | 2024-10-03T19:47:55.975Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1426 | 2024-10-03T19:48:01.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
1427 | 2024-10-03T19:48:01.361Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1428 | 2024-10-03T19:48:01.410Z | Oct 03 19:47:59.831 INFO Starting download, target: Cockroach |
1429 | 2024-10-03T19:48:01.410Z | Oct 03 19:47:59.831 INFO Starting download, target: DendriteStub |
1430 | 2024-10-03T19:48:01.410Z | Oct 03 19:47:59.831 INFO Starting download, target: Clickhouse |
1431 | 2024-10-03T19:48:01.410Z | Oct 03 19:47:59.831 INFO Starting download, target: DendriteOpenapi |
1432 | 2024-10-03T19:48:01.413Z | Oct 03 19:47:59.831 INFO Starting download, target: Console |
1433 | 2024-10-03T19:48:01.413Z | Oct 03 19:47:59.831 INFO Starting download, target: MaghemiteMgd |
1434 | 2024-10-03T19:48:01.413Z | Oct 03 19:47:59.831 INFO Starting download, target: TransceiverControl |
1435 | 2024-10-03T19:48:01.413Z | Oct 03 19:47:59.832 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1436 | 2024-10-03T19:48:01.413Z | Oct 03 19:47:59.832 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1437 | 2024-10-03T19:48:01.413Z | Oct 03 19:47:59.832 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1438 | 2024-10-03T19:48:01.413Z | Oct 03 19:47:59.832 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1439 | 2024-10-03T19:48:01.413Z | Oct 03 19:47:59.832 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1440 | 2024-10-03T19:48:01.413Z | Oct 03 19:47:59.832 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1441 | 2024-10-03T19:48:01.413Z | Oct 03 19:47:59.832 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1442 | 2024-10-03T19:48:01.789Z | Oct 03 19:48:00.206 INFO Download complete, target: DendriteOpenapi |
1443 | 2024-10-03T19:48:01.968Z | Oct 03 19:48:00.388 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1444 | 2024-10-03T19:48:02.273Z | Oct 03 19:48:00.690 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1445 | 2024-10-03T19:48:02.337Z | Oct 03 19:48:00.759 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1446 | 2024-10-03T19:48:02.423Z | Oct 03 19:48:00.844 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1447 | 2024-10-03T19:48:02.542Z | Oct 03 19:48:00.964 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1448 | 2024-10-03T19:48:02.542Z | Oct 03 19:48:00.964 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1449 | 2024-10-03T19:48:02.669Z | Oct 03 19:48:01.091 INFO Download complete, target: Console |
1450 | 2024-10-03T19:48:02.737Z | Oct 03 19:48:01.160 INFO Download complete, target: TransceiverControl |
1451 | 2024-10-03T19:48:03.759Z | Oct 03 19:48:02.181 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1452 | 2024-10-03T19:48:05.394Z | Oct 03 19:48:03.818 INFO Download complete, target: DendriteStub |
1453 | 2024-10-03T19:48:05.651Z | Oct 03 19:48:04.075 INFO Download complete, target: MaghemiteMgd |
1454 | 2024-10-03T19:48:10.929Z | Oct 03 19:48:09.356 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1455 | 2024-10-03T19:48:11.276Z | Oct 03 19:48:09.704 INFO Checking that binary works, target: Cockroach |
1456 | 2024-10-03T19:48:11.431Z | Oct 03 19:48:09.859 INFO Download complete, target: Cockroach |
1457 | 2024-10-03T19:48:17.551Z | Oct 03 19:48:15.980 INFO Checking that binary works, target: Clickhouse |
1458 | 2024-10-03T19:48:17.705Z | Oct 03 19:48:16.136 INFO Download complete, target: Clickhouse |
1459 | 2024-10-03T19:48:17.725Z | All builder prerequisites installed successfully, and PATH looks valid |
1460 | 2024-10-03T19:48:17.729Z | |
1461 | 2024-10-03T19:48:17.729Z | real 3:58.873838697 |
1462 | 2024-10-03T19:48:17.729Z | user 12:15.418215316 |
1463 | 2024-10-03T19:48:17.729Z | sys 2:36.012361490 |
1464 | 2024-10-03T19:48:17.729Z | trap 0.418010347 |
1465 | 2024-10-03T19:48:17.729Z | tflt 1.502073835 |
1466 | 2024-10-03T19:48:17.729Z | dflt 1.561670165 |
1467 | 2024-10-03T19:48:17.729Z | kflt 0.019264277 |
1468 | 2024-10-03T19:48:17.729Z | lock 23:29.060284537 |
1469 | 2024-10-03T19:48:17.729Z | slp 47:09.313754791 |
1470 | 2024-10-03T19:48:17.729Z | lat 45.354598246 |
1471 | 2024-10-03T19:48:17.729Z | stop 2:02.090756249 |
1472 | 2024-10-03T19:48:17.729Z | + banner hack-check |
1473 | 2024-10-03T19:48:17.729Z | |
1474 | 2024-10-03T19:48:17.729Z | # # ## #### # # #### # # ###### #### # # |
1475 | 2024-10-03T19:48:17.730Z | # # # # # # # # # # # # # # # # # |
1476 | 2024-10-03T19:48:17.730Z | ###### # # # #### ##### # ###### ##### # #### |
1477 | 2024-10-03T19:48:17.730Z | # # ###### # # # # # # # # # # |
1478 | 2024-10-03T19:48:17.730Z | # # # # # # # # # # # # # # # # # |
1479 | 2024-10-03T19:48:17.730Z | # # # # #### # # #### # # ###### #### # # |
1480 | 2024-10-03T19:48:17.730Z | |
1481 | 2024-10-03T19:48:17.730Z | + export CARGO_INCREMENTAL=0 |
1482 | 2024-10-03T19:48:17.730Z | + CARGO_INCREMENTAL=0 |
1483 | 2024-10-03T19:48:17.730Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1484 | 2024-10-03T19:48:18.289Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1485 | 2024-10-03T19:48:22.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
1486 | 2024-10-03T19:48:22.332Z | Running `target/debug/xtask check-features --ci` |
1487 | 2024-10-03T19:48:22.350Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1488 | 2024-10-03T19:48:22.353Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1489 | 2024-10-03T19:48:22.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1490 | 2024-10-03T19:48:22.868Z | Running `target/debug/xtask download cargo-hack` |
1491 | 2024-10-03T19:48:23.722Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1492 | 2024-10-03T19:48:24.096Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1493 | 2024-10-03T19:48:28.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
1494 | 2024-10-03T19:48:28.613Z | Running `target/debug/xtask-downloader cargo-hack` |
1495 | 2024-10-03T19:48:28.646Z | Oct 03 19:48:27.085 INFO Starting download, target: CargoHack |
1496 | 2024-10-03T19:48:28.649Z | Oct 03 19:48:27.085 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1497 | 2024-10-03T19:48:29.198Z | Oct 03 19:48:27.637 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1498 | 2024-10-03T19:48:29.296Z | Oct 03 19:48:27.735 INFO Download complete, target: CargoHack |
1499 | 2024-10-03T19:48:29.300Z | 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" |
1500 | 2024-10-03T19:48:29.315Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1501 | 2024-10-03T19:48:29.472Z | info: running `cargo check --bins` on api_identity (1/163) |
1502 | 2024-10-03T19:48:30.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1503 | 2024-10-03T19:48:30.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1504 | 2024-10-03T19:48:30.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1505 | 2024-10-03T19:48:30.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1506 | 2024-10-03T19:48:30.103Z | |
1507 | 2024-10-03T19:48:30.103Z | info: running `cargo check --bins` on bootstore (2/163) |
1508 | 2024-10-03T19:48:30.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1509 | 2024-10-03T19:48:30.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1510 | 2024-10-03T19:48:30.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1511 | 2024-10-03T19:48:30.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1512 | 2024-10-03T19:48:30.762Z | |
1513 | 2024-10-03T19:48:30.762Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/163) |
1514 | 2024-10-03T19:48:31.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1515 | 2024-10-03T19:48:31.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1516 | 2024-10-03T19:48:31.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1517 | 2024-10-03T19:48:31.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1518 | 2024-10-03T19:48:31.402Z | |
1519 | 2024-10-03T19:48:31.402Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/163) |
1520 | 2024-10-03T19:48:31.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1521 | 2024-10-03T19:48:31.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1522 | 2024-10-03T19:48:31.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1523 | 2024-10-03T19:48:31.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1524 | 2024-10-03T19:48:32.045Z | |
1525 | 2024-10-03T19:48:32.045Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/163) |
1526 | 2024-10-03T19:48:32.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1527 | 2024-10-03T19:48:32.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1528 | 2024-10-03T19:48:32.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1529 | 2024-10-03T19:48:32.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1530 | 2024-10-03T19:48:32.503Z | |
1531 | 2024-10-03T19:48:32.503Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/163) |
1532 | 2024-10-03T19:48:32.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1533 | 2024-10-03T19:48:32.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1534 | 2024-10-03T19:48:32.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1535 | 2024-10-03T19:48:32.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1536 | 2024-10-03T19:48:32.964Z | |
1537 | 2024-10-03T19:48:32.964Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/163) |
1538 | 2024-10-03T19:48:33.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1539 | 2024-10-03T19:48:33.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1540 | 2024-10-03T19:48:33.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1541 | 2024-10-03T19:48:33.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1542 | 2024-10-03T19:48:33.425Z | |
1543 | 2024-10-03T19:48:33.425Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/163) |
1544 | 2024-10-03T19:48:33.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1545 | 2024-10-03T19:48:33.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1546 | 2024-10-03T19:48:33.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1547 | 2024-10-03T19:48:33.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1548 | 2024-10-03T19:48:33.893Z | |
1549 | 2024-10-03T19:48:33.893Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/163) |
1550 | 2024-10-03T19:48:34.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1551 | 2024-10-03T19:48:34.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1552 | 2024-10-03T19:48:34.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1553 | 2024-10-03T19:48:34.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1554 | 2024-10-03T19:48:34.366Z | |
1555 | 2024-10-03T19:48:34.366Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/163) |
1556 | 2024-10-03T19:48:34.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1557 | 2024-10-03T19:48:34.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1558 | 2024-10-03T19:48:34.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1559 | 2024-10-03T19:48:34.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1560 | 2024-10-03T19:48:34.834Z | |
1561 | 2024-10-03T19:48:34.834Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/163) |
1562 | 2024-10-03T19:48:35.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1563 | 2024-10-03T19:48:35.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1564 | 2024-10-03T19:48:35.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1565 | 2024-10-03T19:48:35.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1566 | 2024-10-03T19:48:35.308Z | |
1567 | 2024-10-03T19:48:35.308Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/163) |
1568 | 2024-10-03T19:48:35.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1569 | 2024-10-03T19:48:35.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1570 | 2024-10-03T19:48:35.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1571 | 2024-10-03T19:48:35.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1572 | 2024-10-03T19:48:35.779Z | |
1573 | 2024-10-03T19:48:35.779Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/163) |
1574 | 2024-10-03T19:48:36.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1575 | 2024-10-03T19:48:36.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1576 | 2024-10-03T19:48:36.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1577 | 2024-10-03T19:48:36.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1578 | 2024-10-03T19:48:36.252Z | |
1579 | 2024-10-03T19:48:36.252Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/163) |
1580 | 2024-10-03T19:48:36.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1581 | 2024-10-03T19:48:36.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1582 | 2024-10-03T19:48:36.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1583 | 2024-10-03T19:48:36.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1584 | 2024-10-03T19:48:36.719Z | |
1585 | 2024-10-03T19:48:36.719Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/163) |
1586 | 2024-10-03T19:48:37.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1587 | 2024-10-03T19:48:37.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1588 | 2024-10-03T19:48:37.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1589 | 2024-10-03T19:48:37.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1590 | 2024-10-03T19:48:37.188Z | |
1591 | 2024-10-03T19:48:37.188Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/163) |
1592 | 2024-10-03T19:48:37.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1593 | 2024-10-03T19:48:37.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1594 | 2024-10-03T19:48:37.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1595 | 2024-10-03T19:48:37.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1596 | 2024-10-03T19:48:37.657Z | |
1597 | 2024-10-03T19:48:37.657Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/163) |
1598 | 2024-10-03T19:48:38.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1599 | 2024-10-03T19:48:38.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1600 | 2024-10-03T19:48:38.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1601 | 2024-10-03T19:48:38.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1602 | 2024-10-03T19:48:38.129Z | |
1603 | 2024-10-03T19:48:38.129Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/163) |
1604 | 2024-10-03T19:48:38.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1605 | 2024-10-03T19:48:38.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1606 | 2024-10-03T19:48:38.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1607 | 2024-10-03T19:48:38.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1608 | 2024-10-03T19:48:38.600Z | |
1609 | 2024-10-03T19:48:38.600Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/163) |
1610 | 2024-10-03T19:48:39.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1611 | 2024-10-03T19:48:39.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1612 | 2024-10-03T19:48:39.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1613 | 2024-10-03T19:48:39.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1614 | 2024-10-03T19:48:39.069Z | |
1615 | 2024-10-03T19:48:39.069Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/163) |
1616 | 2024-10-03T19:48:39.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1617 | 2024-10-03T19:48:39.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1618 | 2024-10-03T19:48:39.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1619 | 2024-10-03T19:48:39.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1620 | 2024-10-03T19:48:39.537Z | |
1621 | 2024-10-03T19:48:39.537Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/163) |
1622 | 2024-10-03T19:48:39.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1623 | 2024-10-03T19:48:39.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1624 | 2024-10-03T19:48:39.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1625 | 2024-10-03T19:48:39.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1626 | 2024-10-03T19:48:40.011Z | |
1627 | 2024-10-03T19:48:40.011Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/163) |
1628 | 2024-10-03T19:48:40.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1629 | 2024-10-03T19:48:40.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1630 | 2024-10-03T19:48:40.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1631 | 2024-10-03T19:48:40.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1632 | 2024-10-03T19:48:40.485Z | |
1633 | 2024-10-03T19:48:40.485Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/163) |
1634 | 2024-10-03T19:48:40.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1635 | 2024-10-03T19:48:40.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1636 | 2024-10-03T19:48:40.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1637 | 2024-10-03T19:48:40.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1638 | 2024-10-03T19:48:40.959Z | |
1639 | 2024-10-03T19:48:40.959Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/163) |
1640 | 2024-10-03T19:48:41.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2024-10-03T19:48:41.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2024-10-03T19:48:41.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2024-10-03T19:48:41.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1644 | 2024-10-03T19:48:41.427Z | |
1645 | 2024-10-03T19:48:41.427Z | info: running `cargo check --bins` on sled-hardware-types (25/163) |
1646 | 2024-10-03T19:48:42.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2024-10-03T19:48:42.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2024-10-03T19:48:42.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2024-10-03T19:48:42.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1650 | 2024-10-03T19:48:42.091Z | |
1651 | 2024-10-03T19:48:42.091Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/163) |
1652 | 2024-10-03T19:48:42.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2024-10-03T19:48:42.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2024-10-03T19:48:42.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2024-10-03T19:48:42.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1656 | 2024-10-03T19:48:42.752Z | |
1657 | 2024-10-03T19:48:42.752Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/163) |
1658 | 2024-10-03T19:48:43.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2024-10-03T19:48:43.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2024-10-03T19:48:43.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2024-10-03T19:48:43.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1662 | 2024-10-03T19:48:43.420Z | |
1663 | 2024-10-03T19:48:43.420Z | info: running `cargo check --bins` on oxlog (28/163) |
1664 | 2024-10-03T19:48:43.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2024-10-03T19:48:43.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2024-10-03T19:48:44.045Z | Checking cfg-if v1.0.0 |
1667 | 2024-10-03T19:48:44.047Z | Checking libc v0.2.159 |
1668 | 2024-10-03T19:48:44.145Z | Checking serde v1.0.210 |
1669 | 2024-10-03T19:48:44.148Z | Checking zeroize v1.8.1 |
1670 | 2024-10-03T19:48:44.159Z | Checking memchr v2.7.2 |
1671 | 2024-10-03T19:48:44.162Z | Checking typenum v1.17.0 |
1672 | 2024-10-03T19:48:44.179Z | Checking scopeguard v1.2.0 |
1673 | 2024-10-03T19:48:44.182Z | Checking byteorder v1.5.0 |
1674 | 2024-10-03T19:48:44.205Z | Checking subtle v2.5.0 |
1675 | 2024-10-03T19:48:44.314Z | Checking lock_api v0.4.12 |
1676 | 2024-10-03T19:48:44.370Z | Checking value-bag v1.9.0 |
1677 | 2024-10-03T19:48:44.443Z | Checking const-oid v0.9.6 |
1678 | 2024-10-03T19:48:44.589Z | Checking once_cell v1.19.0 |
1679 | 2024-10-03T19:48:44.697Z | Checking itoa v1.0.11 |
1680 | 2024-10-03T19:48:44.792Z | Checking log v0.4.22 |
1681 | 2024-10-03T19:48:44.897Z | Checking pin-project-lite v0.2.14 |
1682 | 2024-10-03T19:48:44.913Z | Checking smallvec v1.13.2 |
1683 | 2024-10-03T19:48:45.008Z | Checking zerocopy v0.7.34 |
1684 | 2024-10-03T19:48:45.023Z | Checking futures-core v0.3.30 |
1685 | 2024-10-03T19:48:45.215Z | Checking futures-sink v0.3.30 |
1686 | 2024-10-03T19:48:45.245Z | Checking cpufeatures v0.2.12 |
1687 | 2024-10-03T19:48:45.299Z | Checking getrandom v0.2.14 |
1688 | 2024-10-03T19:48:45.314Z | Checking signal-hook-registry v1.4.2 |
1689 | 2024-10-03T19:48:45.329Z | Checking parking_lot_core v0.9.10 |
1690 | 2024-10-03T19:48:45.349Z | Checking mio v1.0.2 |
1691 | 2024-10-03T19:48:45.376Z | Checking generic-array v0.14.7 |
1692 | 2024-10-03T19:48:45.534Z | Checking rand_core v0.6.4 |
1693 | 2024-10-03T19:48:45.548Z | Checking socket2 v0.5.7 |
1694 | 2024-10-03T19:48:45.668Z | Checking parking_lot v0.12.2 |
1695 | 2024-10-03T19:48:45.837Z | Checking allocator-api2 v0.2.18 |
1696 | 2024-10-03T19:48:45.907Z | Checking spin v0.9.8 |
1697 | 2024-10-03T19:48:46.024Z | Checking slab v0.4.9 |
1698 | 2024-10-03T19:48:46.039Z | Checking tinyvec_macros v0.1.1 |
1699 | 2024-10-03T19:48:46.122Z | Checking equivalent v1.0.1 |
1700 | 2024-10-03T19:48:46.227Z | Checking tinyvec v1.6.0 |
1701 | 2024-10-03T19:48:46.242Z | Checking futures-channel v0.3.30 |
1702 | 2024-10-03T19:48:46.254Z | Checking pin-utils v0.1.0 |
1703 | 2024-10-03T19:48:46.289Z | Checking base64ct v1.6.0 |
1704 | 2024-10-03T19:48:46.335Z | Checking futures-task v0.3.30 |
1705 | 2024-10-03T19:48:46.436Z | Checking ahash v0.8.11 |
1706 | 2024-10-03T19:48:46.450Z | Checking futures-io v0.3.30 |
1707 | 2024-10-03T19:48:46.545Z | Checking crypto-common v0.1.6 |
1708 | 2024-10-03T19:48:46.559Z | Checking block-buffer v0.10.4 |
1709 | 2024-10-03T19:48:46.582Z | Checking block-padding v0.3.3 |
1710 | 2024-10-03T19:48:46.613Z | Checking fnv v1.0.7 |
1711 | 2024-10-03T19:48:46.720Z | Checking pem-rfc7468 v0.7.0 |
1712 | 2024-10-03T19:48:46.732Z | Checking futures-util v0.3.30 |
1713 | 2024-10-03T19:48:46.747Z | Checking flagset v0.4.5 |
1714 | 2024-10-03T19:48:46.767Z | Checking digest v0.10.7 |
1715 | 2024-10-03T19:48:46.769Z | Checking inout v0.1.3 |
1716 | 2024-10-03T19:48:46.927Z | Checking unicode-bidi v0.3.15 |
1717 | 2024-10-03T19:48:46.952Z | Checking hashbrown v0.14.5 |
1718 | 2024-10-03T19:48:46.954Z | Checking der v0.7.9 |
1719 | 2024-10-03T19:48:46.980Z | Checking cipher v0.4.4 |
1720 | 2024-10-03T19:48:47.125Z | Checking hmac v0.12.1 |
1721 | 2024-10-03T19:48:47.331Z | Checking sha2 v0.10.8 |
1722 | 2024-10-03T19:48:47.353Z | Checking libm v0.2.8 |
1723 | 2024-10-03T19:48:47.489Z | Checking unicode-normalization v0.1.23 |
1724 | 2024-10-03T19:48:47.541Z | Checking ryu v1.0.18 |
1725 | 2024-10-03T19:48:47.757Z | Checking salsa20 v0.10.2 |
1726 | 2024-10-03T19:48:47.914Z | Checking pbkdf2 v0.12.2 |
1727 | 2024-10-03T19:48:47.973Z | Checking tracing-core v0.1.32 |
1728 | 2024-10-03T19:48:48.076Z | Checking scrypt v0.11.0 |
1729 | 2024-10-03T19:48:48.136Z | Checking cbc v0.1.2 |
1730 | 2024-10-03T19:48:48.260Z | Checking num-traits v0.2.19 |
1731 | 2024-10-03T19:48:48.279Z | Checking aes v0.8.4 |
1732 | 2024-10-03T19:48:48.342Z | Checking ppv-lite86 v0.2.17 |
1733 | 2024-10-03T19:48:48.391Z | Checking percent-encoding v2.3.1 |
1734 | 2024-10-03T19:48:48.586Z | Checking rustls-pki-types v1.7.0 |
1735 | 2024-10-03T19:48:48.608Z | Checking tracing v0.1.40 |
1736 | 2024-10-03T19:48:48.716Z | Checking spki v0.7.3 |
1737 | 2024-10-03T19:48:48.943Z | Checking try-lock v0.2.5 |
1738 | 2024-10-03T19:48:48.958Z | Checking bytes v1.7.2 |
1739 | 2024-10-03T19:48:48.992Z | Checking indexmap v2.5.0 |
1740 | 2024-10-03T19:48:48.995Z | Checking bitflags v2.6.0 |
1741 | 2024-10-03T19:48:49.044Z | Checking serde_json v1.0.128 |
1742 | 2024-10-03T19:48:49.079Z | Checking rand_chacha v0.3.1 |
1743 | 2024-10-03T19:48:49.164Z | Checking pkcs5 v0.7.1 |
1744 | 2024-10-03T19:48:49.301Z | Checking want v0.3.1 |
1745 | 2024-10-03T19:48:49.456Z | Checking rand v0.8.5 |
1746 | 2024-10-03T19:48:49.474Z | Checking httparse v1.8.0 |
1747 | 2024-10-03T19:48:49.658Z | Checking pkcs8 v0.10.2 |
1748 | 2024-10-03T19:48:49.755Z | Checking tokio v1.39.3 |
1749 | 2024-10-03T19:48:49.874Z | Checking http v1.1.0 |
1750 | 2024-10-03T19:48:49.947Z | Checking thiserror v1.0.64 |
1751 | 2024-10-03T19:48:49.963Z | Checking httpdate v1.0.3 |
1752 | 2024-10-03T19:48:50.081Z | Checking foreign-types-shared v0.1.1 |
1753 | 2024-10-03T19:48:50.182Z | Checking atomic-waker v1.1.2 |
1754 | 2024-10-03T19:48:50.185Z | Checking untrusted v0.9.0 |
1755 | 2024-10-03T19:48:50.285Z | Checking foreign-types v0.3.2 |
1756 | 2024-10-03T19:48:50.304Z | Checking form_urlencoded v1.2.1 |
1757 | 2024-10-03T19:48:50.343Z | Checking ring v0.17.8 |
1758 | 2024-10-03T19:48:50.368Z | Checking crossbeam-utils v0.8.19 |
1759 | 2024-10-03T19:48:50.488Z | Checking openssl-sys v0.9.103 |
1760 | 2024-10-03T19:48:50.648Z | Checking aho-corasick v1.1.3 |
1761 | 2024-10-03T19:48:50.719Z | Checking base64 v0.22.1 |
1762 | 2024-10-03T19:48:51.062Z | Checking powerfmt v0.2.0 |
1763 | 2024-10-03T19:48:51.187Z | Checking siphasher v0.3.11 |
1764 | 2024-10-03T19:48:51.202Z | Checking http-body v1.0.0 |
1765 | 2024-10-03T19:48:51.332Z | Checking regex-syntax v0.8.4 |
1766 | 2024-10-03T19:48:51.395Z | Checking unicode-ident v1.0.13 |
1767 | 2024-10-03T19:48:51.488Z | Checking tower-service v0.3.2 |
1768 | 2024-10-03T19:48:51.552Z | Checking proc-macro2 v1.0.86 |
1769 | 2024-10-03T19:48:51.603Z | Checking deranged v0.3.11 |
1770 | 2024-10-03T19:48:51.738Z | Checking openssl v0.10.66 |
1771 | 2024-10-03T19:48:51.757Z | Checking crossbeam-epoch v0.9.18 |
1772 | 2024-10-03T19:48:52.138Z | Checking rustls-webpki v0.102.4 |
1773 | 2024-10-03T19:48:52.198Z | Checking uuid v1.10.0 |
1774 | 2024-10-03T19:48:52.200Z | Checking idna v0.5.0 |
1775 | 2024-10-03T19:48:52.246Z | Checking signature v2.2.0 |
1776 | 2024-10-03T19:48:52.421Z | Checking lazy_static v1.5.0 |
1777 | 2024-10-03T19:48:52.541Z | Checking scroll v0.12.0 |
1778 | 2024-10-03T19:48:52.785Z | Checking errno v0.3.9 |
1779 | 2024-10-03T19:48:52.871Z | Checking anstyle v1.0.8 |
1780 | 2024-10-03T19:48:52.958Z | Checking either v1.13.0 |
1781 | 2024-10-03T19:48:53.020Z | Checking plain v0.2.3 |
1782 | 2024-10-03T19:48:53.061Z | Checking utf8parse v0.2.1 |
1783 | 2024-10-03T19:48:53.161Z | Checking finl_unicode v1.2.0 |
1784 | 2024-10-03T19:48:53.206Z | Checking ucd-trie v0.1.6 |
1785 | 2024-10-03T19:48:53.221Z | Checking iana-time-zone v0.1.60 |
1786 | 2024-10-03T19:48:53.304Z | Checking time-core v0.1.2 |
1787 | 2024-10-03T19:48:53.326Z | Checking num-conv v0.1.0 |
1788 | 2024-10-03T19:48:53.360Z | Checking num_threads v0.1.7 |
1789 | 2024-10-03T19:48:53.391Z | Checking openssl-probe v0.1.5 |
1790 | 2024-10-03T19:48:53.445Z | Checking pest v2.7.10 |
1791 | 2024-10-03T19:48:53.465Z | Checking chrono v0.4.38 |
1792 | 2024-10-03T19:48:53.536Z | Checking anstyle-parse v0.2.4 |
1793 | 2024-10-03T19:48:53.572Z | Checking time v0.3.36 |
1794 | 2024-10-03T19:48:53.730Z | Checking stringprep v0.1.4 |
1795 | 2024-10-03T19:48:53.814Z | Checking goblin v0.8.2 |
1796 | 2024-10-03T19:48:53.977Z | Checking url v2.5.2 |
1797 | 2024-10-03T19:48:54.569Z | Checking regex-automata v0.4.6 |
1798 | 2024-10-03T19:48:54.746Z | Checking rustix v0.38.34 |
1799 | 2024-10-03T19:48:55.562Z | Checking rustls v0.23.10 |
1800 | 2024-10-03T19:48:55.924Z | Checking crossbeam-deque v0.8.5 |
1801 | 2024-10-03T19:48:56.134Z | Checking quote v1.0.37 |
1802 | 2024-10-03T19:48:56.210Z | Checking num-integer v0.1.46 |
1803 | 2024-10-03T19:48:56.452Z | Checking http v0.2.12 |
1804 | 2024-10-03T19:48:56.609Z | Checking tokio-util v0.7.12 |
1805 | 2024-10-03T19:48:56.716Z | Checking serde_spanned v0.6.7 |
1806 | 2024-10-03T19:48:56.905Z | Checking toml_datetime v0.6.8 |
1807 | 2024-10-03T19:48:57.135Z | Checking native-tls v0.2.11 |
1808 | 2024-10-03T19:48:57.188Z | Checking idna v0.3.0 |
1809 | 2024-10-03T19:48:57.448Z | Checking md-5 v0.10.6 |
1810 | 2024-10-03T19:48:57.483Z | Checking h2 v0.4.6 |
1811 | 2024-10-03T19:48:57.656Z | Checking ff v0.13.0 |
1812 | 2024-10-03T19:48:57.773Z | Checking hash32 v0.2.1 |
1813 | 2024-10-03T19:48:57.866Z | Checking stable_deref_trait v1.2.0 |
1814 | 2024-10-03T19:48:57.959Z | Checking colorchoice v1.0.1 |
1815 | 2024-10-03T19:48:58.017Z | Checking gimli v0.28.1 |
1816 | 2024-10-03T19:48:58.080Z | Checking base16ct v0.2.0 |
1817 | 2024-10-03T19:48:58.082Z | Checking psl-types v2.0.11 |
1818 | 2024-10-03T19:48:58.178Z | Checking adler v1.0.2 |
1819 | 2024-10-03T19:48:58.254Z | Checking anstyle-query v1.0.3 |
1820 | 2024-10-03T19:48:58.268Z | Checking is_terminal_polyfill v1.70.0 |
1821 | 2024-10-03T19:48:58.324Z | Checking fallible-iterator v0.2.0 |
1822 | 2024-10-03T19:48:58.376Z | Checking pretty-hex v0.4.1 |
1823 | 2024-10-03T19:48:58.378Z | Checking anstream v0.6.14 |
1824 | 2024-10-03T19:48:58.540Z | Checking miniz_oxide v0.7.2 |
1825 | 2024-10-03T19:48:58.717Z | Checking sec1 v0.7.3 |
1826 | 2024-10-03T19:48:58.756Z | Checking dof v0.3.0 |
1827 | 2024-10-03T19:48:58.921Z | Checking postgres-protocol v0.6.7 |
1828 | 2024-10-03T19:48:58.940Z | Checking publicsuffix v2.2.3 |
1829 | 2024-10-03T19:48:59.101Z | Checking terminal_size v0.3.0 |
1830 | 2024-10-03T19:48:59.103Z | Checking heapless v0.7.17 |
1831 | 2024-10-03T19:48:59.180Z | Checking group v0.13.0 |
1832 | 2024-10-03T19:48:59.279Z | Checking tokio-native-tls v0.3.1 |
1833 | 2024-10-03T19:48:59.379Z | Checking num-iter v0.1.45 |
1834 | 2024-10-03T19:48:59.426Z | Checking syn v2.0.79 |
1835 | 2024-10-03T19:48:59.531Z | Checking rayon-core v1.12.1 |
1836 | 2024-10-03T19:48:59.547Z | Checking cookie v0.18.1 |
1837 | 2024-10-03T19:48:59.588Z | Checking dtrace-parser v0.2.0 |
1838 | 2024-10-03T19:49:00.016Z | Checking http-body-util v0.1.2 |
1839 | 2024-10-03T19:49:00.036Z | Checking phf_shared v0.11.2 |
1840 | 2024-10-03T19:49:00.155Z | Checking webpki-roots v0.26.3 |
1841 | 2024-10-03T19:49:00.169Z | Checking hkdf v0.12.4 |
1842 | 2024-10-03T19:49:00.285Z | Checking crypto-bigint v0.5.5 |
1843 | 2024-10-03T19:49:00.352Z | Checking thread-id v4.2.1 |
1844 | 2024-10-03T19:49:00.375Z | Checking object v0.32.2 |
1845 | 2024-10-03T19:49:00.440Z | Checking clap_lex v0.7.0 |
1846 | 2024-10-03T19:49:00.454Z | Checking unicode-width v0.1.13 |
1847 | 2024-10-03T19:49:00.481Z | Checking tokio-rustls v0.26.0 |
1848 | 2024-10-03T19:49:00.625Z | Checking bitflags v1.3.2 |
1849 | 2024-10-03T19:49:00.675Z | Checking managed v0.8.0 |
1850 | 2024-10-03T19:49:00.728Z | Checking winnow v0.5.40 |
1851 | 2024-10-03T19:49:00.866Z | Checking rustc-demangle v0.1.24 |
1852 | 2024-10-03T19:49:01.064Z | Checking adler2 v2.0.0 |
1853 | 2024-10-03T19:49:01.208Z | Checking strsim v0.11.1 |
1854 | 2024-10-03T19:49:01.301Z | Checking ipnet v2.10.0 |
1855 | 2024-10-03T19:49:01.487Z | Checking clap_builder v4.5.18 |
1856 | 2024-10-03T19:49:01.746Z | Checking miniz_oxide v0.8.0 |
1857 | 2024-10-03T19:49:01.922Z | Checking addr2line v0.21.0 |
1858 | 2024-10-03T19:49:02.439Z | Checking smoltcp v0.9.1 |
1859 | 2024-10-03T19:49:02.487Z | Checking console v0.15.8 |
1860 | 2024-10-03T19:49:03.067Z | Checking phf v0.11.2 |
1861 | 2024-10-03T19:49:03.084Z | Checking elliptic-curve v0.13.8 |
1862 | 2024-10-03T19:49:03.320Z | Checking rayon v1.10.0 |
1863 | 2024-10-03T19:49:03.616Z | Checking hyper v1.4.1 |
1864 | 2024-10-03T19:49:03.737Z | Checking cookie_store v0.21.0 |
1865 | 2024-10-03T19:49:03.777Z | Checking toml_edit v0.19.15 |
1866 | 2024-10-03T19:49:03.903Z | Checking postgres-types v0.2.8 |
1867 | 2024-10-03T19:49:04.363Z | Checking num-bigint-dig v0.8.4 |
1868 | 2024-10-03T19:49:04.528Z | Checking bstr v1.9.1 |
1869 | 2024-10-03T19:49:04.608Z | Checking regex v1.10.6 |
1870 | 2024-10-03T19:49:05.241Z | Checking http-body v0.4.6 |
1871 | 2024-10-03T19:49:05.439Z | Checking h2 v0.3.26 |
1872 | 2024-10-03T19:49:05.623Z | Checking ed25519 v2.2.3 |
1873 | 2024-10-03T19:49:05.652Z | Checking hyper-util v0.1.9 |
1874 | 2024-10-03T19:49:05.707Z | Checking usdt-impl v0.5.0 |
1875 | 2024-10-03T19:49:05.909Z | Checking futures-executor v0.3.30 |
1876 | 2024-10-03T19:49:06.133Z | Checking phf_shared v0.10.0 |
1877 | 2024-10-03T19:49:06.182Z | Checking rustls-pemfile v2.1.3 |
1878 | 2024-10-03T19:49:06.228Z | Checking serde_urlencoded v0.7.1 |
1879 | 2024-10-03T19:49:06.392Z | Checking zerocopy v0.6.6 |
1880 | 2024-10-03T19:49:06.414Z | Checking curve25519-dalek v4.1.3 |
1881 | 2024-10-03T19:49:06.417Z | Checking pkcs1 v0.7.5 |
1882 | 2024-10-03T19:49:06.480Z | Checking backtrace v0.3.71 |
1883 | 2024-10-03T19:49:06.619Z | Checking float-cmp v0.9.0 |
1884 | 2024-10-03T19:49:06.799Z | Checking hubpack v0.1.2 |
1885 | 2024-10-03T19:49:06.812Z | Checking crc32fast v1.4.0 |
1886 | 2024-10-03T19:49:07.029Z | Checking portable-atomic v1.6.0 |
1887 | 2024-10-03T19:49:07.031Z | Checking signal-hook v0.3.17 |
1888 | 2024-10-03T19:49:07.055Z | Checking serde-big-array v0.5.1 |
1889 | 2024-10-03T19:49:07.093Z | Checking idna v0.4.0 |
1890 | 2024-10-03T19:49:07.107Z | Checking rfc6979 v0.4.0 |
1891 | 2024-10-03T19:49:07.256Z | Checking mio v0.8.11 |
1892 | 2024-10-03T19:49:07.282Z | Checking memmap v0.7.0 |
1893 | 2024-10-03T19:49:07.343Z | Checking socket2 v0.4.10 |
1894 | 2024-10-03T19:49:07.485Z | Checking sync_wrapper v1.0.1 |
1895 | 2024-10-03T19:49:07.596Z | Checking hyper-rustls v0.27.3 |
1896 | 2024-10-03T19:49:07.613Z | Checking hyper-tls v0.6.0 |
1897 | 2024-10-03T19:49:07.749Z | Checking encoding_rs v0.8.34 |
1898 | 2024-10-03T19:49:07.885Z | Checking precomputed-hash v0.1.1 |
1899 | 2024-10-03T19:49:07.888Z | Checking data-encoding v2.6.0 |
1900 | 2024-10-03T19:49:07.933Z | Checking predicates-core v1.0.6 |
1901 | 2024-10-03T19:49:07.948Z | Checking dyn-clone v1.0.17 |
1902 | 2024-10-03T19:49:07.991Z | Checking whoami v1.5.2 |
1903 | 2024-10-03T19:49:08.006Z | Checking minimal-lexical v0.2.1 |
1904 | 2024-10-03T19:49:08.074Z | Checking unicode-segmentation v1.11.0 |
1905 | 2024-10-03T19:49:08.098Z | Checking winnow v0.6.18 |
1906 | 2024-10-03T19:49:08.182Z | Checking fixedbitset v0.4.2 |
1907 | 2024-10-03T19:49:08.287Z | Checking difflib v0.4.0 |
1908 | 2024-10-03T19:49:08.393Z | Checking mime v0.3.17 |
1909 | 2024-10-03T19:49:08.432Z | Checking new_debug_unreachable v1.0.6 |
1910 | 2024-10-03T19:49:08.524Z | Checking normalize-line-endings v0.3.0 |
1911 | 2024-10-03T19:49:08.541Z | Checking number_prefix v0.4.0 |
1912 | 2024-10-03T19:49:08.581Z | Checking bit-vec v0.6.3 |
1913 | 2024-10-03T19:49:08.637Z | Checking static_assertions v1.1.0 |
1914 | 2024-10-03T19:49:08.701Z | Checking similar v2.6.0 |
1915 | 2024-10-03T19:49:08.715Z | Checking indicatif v0.17.8 |
1916 | 2024-10-03T19:49:08.729Z | Checking predicates v3.1.2 |
1917 | 2024-10-03T19:49:08.731Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1918 | 2024-10-03T19:49:08.891Z | Checking bit-set v0.5.3 |
1919 | 2024-10-03T19:49:09.240Z | Checking hickory-proto v0.24.1 |
1920 | 2024-10-03T19:49:09.536Z | Checking string_cache v0.8.7 |
1921 | 2024-10-03T19:49:09.541Z | Checking petgraph v0.6.5 |
1922 | 2024-10-03T19:49:09.544Z | Checking nom v7.1.3 |
1923 | 2024-10-03T19:49:09.695Z | Checking tokio-postgres v0.7.12 |
1924 | 2024-10-03T19:49:10.080Z | Checking reqwest v0.12.7 |
1925 | 2024-10-03T19:49:11.004Z | Checking toml_edit v0.22.22 |
1926 | 2024-10-03T19:49:11.432Z | Checking hyper v0.14.30 |
1927 | 2024-10-03T19:49:11.859Z | Checking ed25519-dalek v2.1.1 |
1928 | 2024-10-03T19:49:12.276Z | Checking schemars v0.8.21 |
1929 | 2024-10-03T19:49:12.545Z | Checking signal-hook-mio v0.2.4 |
1930 | 2024-10-03T19:49:12.545Z | Checking usdt v0.5.0 |
1931 | 2024-10-03T19:49:12.717Z | Checking ecdsa v0.16.9 |
1932 | 2024-10-03T19:49:12.742Z | Checking anyhow v1.0.89 |
1933 | 2024-10-03T19:49:12.861Z | Checking flate2 v1.0.34 |
1934 | 2024-10-03T19:49:13.119Z | Checking rsa v0.9.6 |
1935 | 2024-10-03T19:49:13.436Z | Checking toml v0.7.8 |
1936 | 2024-10-03T19:49:13.472Z | Checking futures v0.3.30 |
1937 | 2024-10-03T19:49:13.585Z | Checking clap v4.5.18 |
1938 | 2024-10-03T19:49:13.632Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1939 | 2024-10-03T19:49:13.656Z | Checking tokio-stream v0.1.16 |
1940 | 2024-10-03T19:49:13.701Z | Checking fs-err v2.11.0 |
1941 | 2024-10-03T19:49:13.788Z | Checking itertools v0.12.1 |
1942 | 2024-10-03T19:49:13.862Z | Checking itertools v0.10.5 |
1943 | 2024-10-03T19:49:14.074Z | Checking slog v2.7.0 |
1944 | 2024-10-03T19:49:14.119Z | Checking openapiv3 v2.0.0 |
1945 | 2024-10-03T19:49:14.158Z | Checking x509-cert v0.2.5 |
1946 | 2024-10-03T19:49:14.253Z | Checking hex v0.4.3 |
1947 | 2024-10-03T19:49:14.511Z | Checking semver v1.0.23 |
1948 | 2024-10-03T19:49:14.552Z | Checking sha1 v0.10.6 |
1949 | 2024-10-03T19:49:14.780Z | Checking lalrpop-util v0.19.12 |
1950 | 2024-10-03T19:49:14.831Z | Checking peg-runtime v0.8.3 |
1951 | 2024-10-03T19:49:14.919Z | Checking camino v1.1.9 |
1952 | 2024-10-03T19:49:15.032Z | Checking sigpipe v0.1.3 |
1953 | 2024-10-03T19:49:16.814Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1954 | 2024-10-03T19:49:17.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.72s |
1955 | 2024-10-03T19:49:17.256Z | |
1956 | 2024-10-03T19:49:17.256Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/163) |
1957 | 2024-10-03T19:49:17.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1958 | 2024-10-03T19:49:17.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1959 | 2024-10-03T19:49:17.935Z | Compiling regress v0.10.1 |
1960 | 2024-10-03T19:49:18.034Z | Checking heck v0.5.0 |
1961 | 2024-10-03T19:49:18.053Z | Checking dirs-sys-next v0.1.2 |
1962 | 2024-10-03T19:49:18.055Z | Compiling unsafe-libyaml v0.2.11 |
1963 | 2024-10-03T19:49:18.076Z | Checking thread_local v1.1.8 |
1964 | 2024-10-03T19:49:18.079Z | Compiling ident_case v1.0.1 |
1965 | 2024-10-03T19:49:18.099Z | Checking progenitor-client v0.8.0 |
1966 | 2024-10-03T19:49:18.195Z | Checking crossbeam-channel v0.5.12 |
1967 | 2024-10-03T19:49:18.208Z | Checking dirs-next v2.0.0 |
1968 | 2024-10-03T19:49:18.243Z | Compiling darling_core v0.20.9 |
1969 | 2024-10-03T19:49:18.323Z | Checking is-terminal v0.4.12 |
1970 | 2024-10-03T19:49:18.343Z | Checking term v0.7.0 |
1971 | 2024-10-03T19:49:18.406Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1972 | 2024-10-03T19:49:18.435Z | Compiling paste v1.0.15 |
1973 | 2024-10-03T19:49:18.753Z | Compiling rustls v0.22.4 |
1974 | 2024-10-03T19:49:18.767Z | Checking take_mut v0.2.2 |
1975 | 2024-10-03T19:49:18.874Z | Checking slog-term v2.9.1 |
1976 | 2024-10-03T19:49:18.907Z | Checking slog-async v2.8.0 |
1977 | 2024-10-03T19:49:19.056Z | Compiling proc-macro-crate v1.3.1 |
1978 | 2024-10-03T19:49:19.118Z | Checking ipnetwork v0.20.0 |
1979 | 2024-10-03T19:49:19.188Z | Compiling structmeta-derive v0.3.0 |
1980 | 2024-10-03T19:49:19.345Z | Compiling serde_yaml v0.9.34+deprecated |
1981 | 2024-10-03T19:49:19.471Z | Compiling multer v3.1.0 |
1982 | 2024-10-03T19:49:19.802Z | Checking match_cfg v0.1.0 |
1983 | 2024-10-03T19:49:19.865Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1984 | 2024-10-03T19:49:19.982Z | Checking hostname v0.3.1 |
1985 | 2024-10-03T19:49:20.179Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1986 | 2024-10-03T19:49:20.210Z | Compiling num_enum_derive v0.5.11 |
1987 | 2024-10-03T19:49:21.499Z | Checking typify-impl v0.2.0 |
1988 | 2024-10-03T19:49:22.180Z | Compiling structmeta v0.3.0 |
1989 | 2024-10-03T19:49:22.636Z | Checking slog-json v2.6.1 |
1990 | 2024-10-03T19:49:22.878Z | Compiling lzma-sys v0.1.20 |
1991 | 2024-10-03T19:49:22.906Z | Compiling async-stream-impl v0.3.5 |
1992 | 2024-10-03T19:49:23.026Z | Compiling foreign-types-macros v0.2.3 |
1993 | 2024-10-03T19:49:23.547Z | Compiling dropshot v0.12.0 |
1994 | 2024-10-03T19:49:23.626Z | Checking arc-swap v1.7.1 |
1995 | 2024-10-03T19:49:23.824Z | Checking utf-8 v0.7.6 |
1996 | 2024-10-03T19:49:23.839Z | Checking foreign-types-shared v0.3.1 |
1997 | 2024-10-03T19:49:23.949Z | Checking tokio-rustls v0.25.0 |
1998 | 2024-10-03T19:49:24.010Z | Checking tungstenite v0.21.0 |
1999 | 2024-10-03T19:49:24.031Z | Checking slog-scope v4.4.0 |
2000 | 2024-10-03T19:49:24.065Z | Checking slog-bunyan v2.5.0 |
2001 | 2024-10-03T19:49:24.224Z | Checking num_enum v0.5.11 |
2002 | 2024-10-03T19:49:24.241Z | Compiling parse-display-derive v0.10.0 |
2003 | 2024-10-03T19:49:24.329Z | Compiling proc-macro-error v1.0.4 |
2004 | 2024-10-03T19:49:24.379Z | Checking async-stream v0.3.5 |
2005 | 2024-10-03T19:49:24.382Z | Checking foreign-types v0.5.0 |
2006 | 2024-10-03T19:49:24.566Z | Checking toml v0.8.19 |
2007 | 2024-10-03T19:49:24.682Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2008 | 2024-10-03T19:49:24.788Z | Compiling heck v0.3.3 |
2009 | 2024-10-03T19:49:24.860Z | Checking waitgroup v0.1.2 |
2010 | 2024-10-03T19:49:24.876Z | Checking newtype-uuid v1.1.0 |
2011 | 2024-10-03T19:49:24.994Z | Compiling dropshot_endpoint v0.12.0 |
2012 | 2024-10-03T19:49:25.024Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2013 | 2024-10-03T19:49:25.107Z | Checking serde_path_to_error v0.1.16 |
2014 | 2024-10-03T19:49:25.155Z | Compiling darling_macro v0.20.9 |
2015 | 2024-10-03T19:49:25.233Z | Checking cstr-argument v0.1.2 |
2016 | 2024-10-03T19:49:25.301Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2017 | 2024-10-03T19:49:25.415Z | Checking hostname v0.4.0 |
2018 | 2024-10-03T19:49:25.552Z | Checking instant v0.1.12 |
2019 | 2024-10-03T19:49:25.664Z | Checking fastrand v2.1.0 |
2020 | 2024-10-03T19:49:25.711Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2021 | 2024-10-03T19:49:25.864Z | Checking pretty-hex v0.2.1 |
2022 | 2024-10-03T19:49:25.988Z | Checking debug-ignore v1.0.5 |
2023 | 2024-10-03T19:49:25.991Z | Checking base64 v0.21.7 |
2024 | 2024-10-03T19:49:26.017Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2025 | 2024-10-03T19:49:26.058Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2026 | 2024-10-03T19:49:26.120Z | Compiling darling v0.20.9 |
2027 | 2024-10-03T19:49:26.123Z | Checking tempfile v3.10.1 |
2028 | 2024-10-03T19:49:26.218Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2029 | 2024-10-03T19:49:26.239Z | Compiling serde_with_macros v3.9.0 |
2030 | 2024-10-03T19:49:26.264Z | Checking backoff v0.4.0 |
2031 | 2024-10-03T19:49:26.369Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2032 | 2024-10-03T19:49:26.456Z | Compiling zone_cfg_derive v0.1.2 |
2033 | 2024-10-03T19:49:26.478Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2034 | 2024-10-03T19:49:26.550Z | Checking strum v0.26.3 |
2035 | 2024-10-03T19:49:26.677Z | Checking tokio-tungstenite v0.21.0 |
2036 | 2024-10-03T19:49:26.690Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2037 | 2024-10-03T19:49:26.704Z | Checking slog-stdlog v4.1.1 |
2038 | 2024-10-03T19:49:27.156Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2039 | 2024-10-03T19:49:27.171Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2040 | 2024-10-03T19:49:27.173Z | Checking colored v2.1.0 |
2041 | 2024-10-03T19:49:27.408Z | Checking regress v0.9.1 |
2042 | 2024-10-03T19:49:27.455Z | Checking macaddr v1.0.1 |
2043 | 2024-10-03T19:49:27.471Z | Checking base64 v0.13.1 |
2044 | 2024-10-03T19:49:27.852Z | Checking ron v0.7.1 |
2045 | 2024-10-03T19:49:27.957Z | Checking zone v0.1.8 |
2046 | 2024-10-03T19:49:28.655Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2047 | 2024-10-03T19:49:28.800Z | Checking parse-display v0.10.0 |
2048 | 2024-10-03T19:49:28.973Z | Checking xz2 v0.1.7 |
2049 | 2024-10-03T19:49:29.053Z | Checking slog-envlogger v2.2.0 |
2050 | 2024-10-03T19:49:29.141Z | Checking tabwriter v1.4.0 |
2051 | 2024-10-03T19:49:29.263Z | Checking serde_with v3.9.0 |
2052 | 2024-10-03T19:49:29.294Z | Checking xattr v1.3.1 |
2053 | 2024-10-03T19:49:29.313Z | Checking pem v3.0.4 |
2054 | 2024-10-03T19:49:29.370Z | Checking yasna v0.5.2 |
2055 | 2024-10-03T19:49:29.485Z | Checking headers-core v0.3.0 |
2056 | 2024-10-03T19:49:29.576Z | Checking smf v0.2.3 |
2057 | 2024-10-03T19:49:29.625Z | Checking filetime v0.2.25 |
2058 | 2024-10-03T19:49:29.666Z | Checking same-file v1.0.6 |
2059 | 2024-10-03T19:49:29.828Z | Checking tar v0.4.42 |
2060 | 2024-10-03T19:49:29.851Z | Checking walkdir v2.5.0 |
2061 | 2024-10-03T19:49:30.030Z | Checking headers v0.4.0 |
2062 | 2024-10-03T19:49:30.135Z | Checking camino-tempfile v1.1.1 |
2063 | 2024-10-03T19:49:30.201Z | Checking rcgen v0.12.1 |
2064 | 2024-10-03T19:49:30.400Z | Checking atomicwrites v0.4.4 |
2065 | 2024-10-03T19:49:30.607Z | Checking subprocess v0.2.9 |
2066 | 2024-10-03T19:49:33.749Z | Compiling typify-macro v0.2.0 |
2067 | 2024-10-03T19:49:35.665Z | Compiling typify v0.2.0 |
2068 | 2024-10-03T19:49:35.732Z | Compiling progenitor-impl v0.8.0 |
2069 | 2024-10-03T19:49:38.922Z | Compiling progenitor-macro v0.8.0 |
2070 | 2024-10-03T19:49:44.767Z | Checking progenitor v0.8.0 |
2071 | 2024-10-03T19:49:44.897Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2072 | 2024-10-03T19:49:44.900Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2073 | 2024-10-03T19:49:47.500Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2074 | 2024-10-03T19:49:47.816Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2075 | 2024-10-03T19:49:53.867Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2076 | 2024-10-03T19:49:55.397Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2077 | 2024-10-03T19:49:56.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.33s |
2078 | 2024-10-03T19:49:56.728Z | |
2079 | 2024-10-03T19:49:56.729Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/163) |
2080 | 2024-10-03T19:49:57.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2081 | 2024-10-03T19:49:57.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2082 | 2024-10-03T19:49:57.397Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2083 | 2024-10-03T19:49:58.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
2084 | 2024-10-03T19:49:58.869Z | |
2085 | 2024-10-03T19:49:58.869Z | info: running `cargo check --bins` on nexus-config (31/163) |
2086 | 2024-10-03T19:49:59.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2087 | 2024-10-03T19:49:59.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2088 | 2024-10-03T19:49:59.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2089 | 2024-10-03T19:49:59.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2090 | 2024-10-03T19:49:59.523Z | |
2091 | 2024-10-03T19:49:59.523Z | info: running `cargo check --bins` on omicron-rpaths (32/163) |
2092 | 2024-10-03T19:50:00.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2093 | 2024-10-03T19:50:00.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2094 | 2024-10-03T19:50:00.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2095 | 2024-10-03T19:50:00.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2096 | 2024-10-03T19:50:00.138Z | |
2097 | 2024-10-03T19:50:00.138Z | info: running `cargo check --bins` on omicron-certificates (33/163) |
2098 | 2024-10-03T19:50:00.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2099 | 2024-10-03T19:50:00.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2100 | 2024-10-03T19:50:00.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2101 | 2024-10-03T19:50:00.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2102 | 2024-10-03T19:50:00.793Z | |
2103 | 2024-10-03T19:50:00.793Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/163) |
2104 | 2024-10-03T19:50:01.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2105 | 2024-10-03T19:50:01.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2106 | 2024-10-03T19:50:01.489Z | Compiling heapless v0.8.0 |
2107 | 2024-10-03T19:50:01.582Z | Checking hash32 v0.3.1 |
2108 | 2024-10-03T19:50:01.590Z | Compiling smoltcp v0.11.0 |
2109 | 2024-10-03T19:50:01.599Z | Checking cobs v0.2.3 |
2110 | 2024-10-03T19:50:01.602Z | Checking embedded-io v0.4.0 |
2111 | 2024-10-03T19:50:01.618Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2112 | 2024-10-03T19:50:01.621Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2113 | 2024-10-03T19:50:01.642Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2114 | 2024-10-03T19:50:01.740Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2115 | 2024-10-03T19:50:01.755Z | Compiling crucible-workspace-hack v0.1.0 |
2116 | 2024-10-03T19:50:01.769Z | Checking newline-converter v0.3.0 |
2117 | 2024-10-03T19:50:01.783Z | Checking postcard v1.0.8 |
2118 | 2024-10-03T19:50:01.923Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2119 | 2024-10-03T19:50:01.975Z | Compiling convert_case v0.4.0 |
2120 | 2024-10-03T19:50:02.135Z | Checking expectorate v1.1.0 |
2121 | 2024-10-03T19:50:02.178Z | Compiling zone_cfg_derive v0.3.0 |
2122 | 2024-10-03T19:50:02.278Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2123 | 2024-10-03T19:50:02.312Z | Checking itertools v0.13.0 |
2124 | 2024-10-03T19:50:02.436Z | Compiling num-derive v0.4.2 |
2125 | 2024-10-03T19:50:02.521Z | Compiling slog-dtrace v0.3.0 |
2126 | 2024-10-03T19:50:02.635Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2127 | 2024-10-03T19:50:02.887Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2128 | 2024-10-03T19:50:02.940Z | Compiling derive_more v0.99.18 |
2129 | 2024-10-03T19:50:03.575Z | Checking zone v0.3.0 |
2130 | 2024-10-03T19:50:04.347Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2131 | 2024-10-03T19:50:05.621Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2132 | 2024-10-03T19:50:06.525Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2133 | 2024-10-03T19:50:06.815Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2134 | 2024-10-03T19:50:07.566Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2135 | 2024-10-03T19:50:08.034Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2136 | 2024-10-03T19:50:09.323Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2137 | 2024-10-03T19:50:10.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s |
2138 | 2024-10-03T19:50:10.307Z | |
2139 | 2024-10-03T19:50:10.307Z | info: running `cargo check --bins` on clickhouse-admin-api (35/163) |
2140 | 2024-10-03T19:50:10.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2141 | 2024-10-03T19:50:10.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2142 | 2024-10-03T19:50:10.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2143 | 2024-10-03T19:50:10.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2144 | 2024-10-03T19:50:10.962Z | |
2145 | 2024-10-03T19:50:10.962Z | info: running `cargo check --bins` on clickhouse-admin-types (36/163) |
2146 | 2024-10-03T19:50:11.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2147 | 2024-10-03T19:50:11.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2148 | 2024-10-03T19:50:11.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2149 | 2024-10-03T19:50:11.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2150 | 2024-10-03T19:50:11.617Z | |
2151 | 2024-10-03T19:50:11.618Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/163) |
2152 | 2024-10-03T19:50:12.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2153 | 2024-10-03T19:50:12.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2154 | 2024-10-03T19:50:12.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2155 | 2024-10-03T19:50:12.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2156 | 2024-10-03T19:50:12.382Z | |
2157 | 2024-10-03T19:50:12.382Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/163) |
2158 | 2024-10-03T19:50:13.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2159 | 2024-10-03T19:50:13.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2160 | 2024-10-03T19:50:13.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2161 | 2024-10-03T19:50:13.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2162 | 2024-10-03T19:50:13.135Z | |
2163 | 2024-10-03T19:50:13.135Z | info: running `cargo check --bins` on dns-server (39/163) |
2164 | 2024-10-03T19:50:13.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2165 | 2024-10-03T19:50:13.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2166 | 2024-10-03T19:50:13.792Z | Compiling parking_lot_core v0.8.6 |
2167 | 2024-10-03T19:50:13.885Z | Checking nibble_vec v0.1.0 |
2168 | 2024-10-03T19:50:13.888Z | Checking linked-hash-map v0.5.6 |
2169 | 2024-10-03T19:50:13.888Z | Checking endian-type v0.1.2 |
2170 | 2024-10-03T19:50:13.888Z | Checking quick-error v1.2.3 |
2171 | 2024-10-03T19:50:13.888Z | Checking fxhash v0.2.1 |
2172 | 2024-10-03T19:50:13.888Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2173 | 2024-10-03T19:50:13.895Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2174 | 2024-10-03T19:50:14.007Z | Checking resolv-conf v0.7.0 |
2175 | 2024-10-03T19:50:14.053Z | Checking hickory-server v0.24.1 |
2176 | 2024-10-03T19:50:14.105Z | Checking radix_trie v0.2.1 |
2177 | 2024-10-03T19:50:14.224Z | Checking lru-cache v0.1.2 |
2178 | 2024-10-03T19:50:14.387Z | Checking hickory-resolver v0.24.1 |
2179 | 2024-10-03T19:50:14.463Z | Checking hickory-client v0.24.1 |
2180 | 2024-10-03T19:50:14.582Z | Checking parking_lot v0.11.2 |
2181 | 2024-10-03T19:50:14.852Z | Checking sled v0.34.7 |
2182 | 2024-10-03T19:50:16.598Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2183 | 2024-10-03T19:50:17.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
2184 | 2024-10-03T19:50:17.807Z | |
2185 | 2024-10-03T19:50:17.807Z | info: running `cargo check --bins` on dns-server-api (40/163) |
2186 | 2024-10-03T19:50:18.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2187 | 2024-10-03T19:50:18.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2188 | 2024-10-03T19:50:18.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2189 | 2024-10-03T19:50:18.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2190 | 2024-10-03T19:50:18.442Z | |
2191 | 2024-10-03T19:50:18.442Z | info: running `cargo check --bins` on dns-service-client (41/163) |
2192 | 2024-10-03T19:50:19.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2193 | 2024-10-03T19:50:19.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2194 | 2024-10-03T19:50:19.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2195 | 2024-10-03T19:50:19.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2196 | 2024-10-03T19:50:19.080Z | |
2197 | 2024-10-03T19:50:19.080Z | info: running `cargo check --bins` on gateway-test-utils (42/163) |
2198 | 2024-10-03T19:50:19.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2199 | 2024-10-03T19:50:19.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2200 | 2024-10-03T19:50:19.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2201 | 2024-10-03T19:50:19.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2202 | 2024-10-03T19:50:19.795Z | |
2203 | 2024-10-03T19:50:19.796Z | info: running `cargo check --bins` on gateway-types (43/163) |
2204 | 2024-10-03T19:50:20.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2205 | 2024-10-03T19:50:20.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2206 | 2024-10-03T19:50:20.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2207 | 2024-10-03T19:50:20.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2208 | 2024-10-03T19:50:20.451Z | |
2209 | 2024-10-03T19:50:20.451Z | info: running `cargo check --bins` on ipcc (44/163) |
2210 | 2024-10-03T19:50:21.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2211 | 2024-10-03T19:50:21.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2212 | 2024-10-03T19:50:21.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2213 | 2024-10-03T19:50:21.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2214 | 2024-10-03T19:50:21.110Z | |
2215 | 2024-10-03T19:50:21.110Z | info: running `cargo check --bins` on omicron-gateway (45/163) |
2216 | 2024-10-03T19:50:21.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2217 | 2024-10-03T19:50:21.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2218 | 2024-10-03T19:50:21.834Z | Compiling match_cfg v0.1.0 |
2219 | 2024-10-03T19:50:21.846Z | Compiling rustls v0.22.4 |
2220 | 2024-10-03T19:50:21.846Z | Checking num-rational v0.4.2 |
2221 | 2024-10-03T19:50:21.846Z | Compiling progenitor-client v0.8.0 |
2222 | 2024-10-03T19:50:21.846Z | Compiling slog-json v2.6.1 |
2223 | 2024-10-03T19:50:21.935Z | Checking num-complex v0.4.6 |
2224 | 2024-10-03T19:50:21.958Z | Compiling prettyplease v0.2.22 |
2225 | 2024-10-03T19:50:21.996Z | Compiling hostname v0.3.1 |
2226 | 2024-10-03T19:50:22.011Z | Compiling async-stream v0.3.5 |
2227 | 2024-10-03T19:50:22.247Z | Compiling progenitor v0.8.0 |
2228 | 2024-10-03T19:50:22.288Z | Compiling slog-bunyan v2.5.0 |
2229 | 2024-10-03T19:50:22.304Z | Compiling multer v3.1.0 |
2230 | 2024-10-03T19:50:22.317Z | Compiling toml v0.8.19 |
2231 | 2024-10-03T19:50:22.360Z | Compiling waitgroup v0.1.2 |
2232 | 2024-10-03T19:50:22.461Z | Compiling ipnetwork v0.20.0 |
2233 | 2024-10-03T19:50:22.482Z | Compiling newtype-uuid v1.1.0 |
2234 | 2024-10-03T19:50:22.534Z | Compiling serde_path_to_error v0.1.16 |
2235 | 2024-10-03T19:50:22.571Z | Compiling hostname v0.4.0 |
2236 | 2024-10-03T19:50:22.752Z | Compiling instant v0.1.12 |
2237 | 2024-10-03T19:50:22.817Z | Compiling semver v0.1.20 |
2238 | 2024-10-03T19:50:22.859Z | Checking num v0.4.3 |
2239 | 2024-10-03T19:50:22.904Z | Compiling radium v0.7.0 |
2240 | 2024-10-03T19:50:22.959Z | Checking float-ord v0.3.2 |
2241 | 2024-10-03T19:50:23.102Z | Compiling debug-ignore v1.0.5 |
2242 | 2024-10-03T19:50:23.245Z | Compiling rustc_version v0.1.7 |
2243 | 2024-10-03T19:50:23.356Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2244 | 2024-10-03T19:50:23.390Z | Compiling backoff v0.4.0 |
2245 | 2024-10-03T19:50:23.393Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2246 | 2024-10-03T19:50:23.406Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2247 | 2024-10-03T19:50:23.481Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2248 | 2024-10-03T19:50:23.709Z | Compiling parse-display v0.10.0 |
2249 | 2024-10-03T19:50:23.774Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2250 | 2024-10-03T19:50:23.791Z | Compiling serde_with v3.9.0 |
2251 | 2024-10-03T19:50:23.942Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2252 | 2024-10-03T19:50:24.216Z | Compiling regress v0.9.1 |
2253 | 2024-10-03T19:50:24.421Z | Compiling macaddr v1.0.1 |
2254 | 2024-10-03T19:50:24.886Z | Checking tap v1.0.1 |
2255 | 2024-10-03T19:50:25.049Z | Compiling maybe-uninit v2.0.0 |
2256 | 2024-10-03T19:50:25.092Z | Checking wyz v0.5.1 |
2257 | 2024-10-03T19:50:25.593Z | Compiling newtype_derive v0.1.6 |
2258 | 2024-10-03T19:50:25.868Z | Checking password-hash v0.5.0 |
2259 | 2024-10-03T19:50:25.911Z | Checking blake2 v0.10.6 |
2260 | 2024-10-03T19:50:26.046Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2261 | 2024-10-03T19:50:26.311Z | Compiling tokio-rustls v0.25.0 |
2262 | 2024-10-03T19:50:26.349Z | Compiling packed_struct v0.10.1 |
2263 | 2024-10-03T19:50:26.526Z | Compiling owo-colors v4.1.0 |
2264 | 2024-10-03T19:50:26.718Z | Compiling dropshot v0.12.0 |
2265 | 2024-10-03T19:50:26.787Z | Checking crc-catalog v2.4.0 |
2266 | 2024-10-03T19:50:26.812Z | Checking funty v2.0.0 |
2267 | 2024-10-03T19:50:26.843Z | Compiling cancel-safe-futures v0.1.5 |
2268 | 2024-10-03T19:50:26.933Z | Checking crc v3.2.1 |
2269 | 2024-10-03T19:50:27.368Z | Checking argon2 v0.5.3 |
2270 | 2024-10-03T19:50:27.763Z | Checking bitvec v1.0.1 |
2271 | 2024-10-03T19:50:28.019Z | Compiling packed_struct_codegen v0.10.1 |
2272 | 2024-10-03T19:50:28.514Z | Compiling indexmap v1.9.3 |
2273 | 2024-10-03T19:50:28.829Z | Checking half v2.4.1 |
2274 | 2024-10-03T19:50:29.316Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2275 | 2024-10-03T19:50:29.347Z | Checking ciborium-io v0.2.2 |
2276 | 2024-10-03T19:50:29.465Z | Checking nodrop v0.1.14 |
2277 | 2024-10-03T19:50:29.590Z | Checking array-init v0.0.4 |
2278 | 2024-10-03T19:50:29.637Z | Checking ciborium-ll v0.2.2 |
2279 | 2024-10-03T19:50:30.096Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2280 | 2024-10-03T19:50:30.387Z | Checking smallvec v0.6.14 |
2281 | 2024-10-03T19:50:30.752Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2282 | 2024-10-03T19:50:31.279Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2283 | 2024-10-03T19:50:31.449Z | Checking libsw v3.3.1 |
2284 | 2024-10-03T19:50:31.521Z | Compiling derive-where v1.2.7 |
2285 | 2024-10-03T19:50:31.701Z | Compiling memoffset v0.9.1 |
2286 | 2024-10-03T19:50:31.963Z | Checking highway v1.2.0 |
2287 | 2024-10-03T19:50:32.036Z | Checking bitfield v0.14.0 |
2288 | 2024-10-03T19:50:32.079Z | Checking hashbrown v0.12.3 |
2289 | 2024-10-03T19:50:32.331Z | Checking linear-map v1.2.0 |
2290 | 2024-10-03T19:50:32.404Z | Checking swrite v0.1.0 |
2291 | 2024-10-03T19:50:32.522Z | Checking indent_write v2.2.0 |
2292 | 2024-10-03T19:50:32.645Z | Checking termcolor v1.4.1 |
2293 | 2024-10-03T19:50:32.667Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2294 | 2024-10-03T19:50:32.720Z | Checking ron v0.8.1 |
2295 | 2024-10-03T19:50:33.082Z | Checking env_logger v0.10.2 |
2296 | 2024-10-03T19:50:33.663Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2297 | 2024-10-03T19:50:33.812Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2298 | 2024-10-03T19:50:33.960Z | Checking serde-hex v0.1.0 |
2299 | 2024-10-03T19:50:34.123Z | Checking steno v0.4.1 |
2300 | 2024-10-03T19:50:34.435Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2301 | 2024-10-03T19:50:34.698Z | Checking bzip2 v0.4.4 |
2302 | 2024-10-03T19:50:35.016Z | Checking ciborium v0.2.2 |
2303 | 2024-10-03T19:50:35.134Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2304 | 2024-10-03T19:50:35.687Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2305 | 2024-10-03T19:50:35.945Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2306 | 2024-10-03T19:50:35.995Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2307 | 2024-10-03T19:50:36.198Z | Checking hashbrown v0.13.2 |
2308 | 2024-10-03T19:50:36.428Z | Checking crc-any v2.5.0 |
2309 | 2024-10-03T19:50:36.816Z | Checking humantime v2.1.0 |
2310 | 2024-10-03T19:50:37.090Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2311 | 2024-10-03T19:50:37.172Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2312 | 2024-10-03T19:50:37.190Z | Checking object v0.30.4 |
2313 | 2024-10-03T19:50:37.445Z | Checking zip v0.6.6 |
2314 | 2024-10-03T19:50:37.782Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2315 | 2024-10-03T19:50:37.930Z | Checking path-slash v0.1.5 |
2316 | 2024-10-03T19:50:38.085Z | Checking tungstenite v0.23.0 |
2317 | 2024-10-03T19:50:38.125Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2318 | 2024-10-03T19:50:38.130Z | Checking nix v0.27.1 |
2319 | 2024-10-03T19:50:38.175Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2320 | 2024-10-03T19:50:38.998Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2321 | 2024-10-03T19:50:39.027Z | Checking kstat-rs v0.2.4 |
2322 | 2024-10-03T19:50:39.267Z | Checking tokio-tungstenite v0.23.1 |
2323 | 2024-10-03T19:50:39.357Z | Checking signal-hook-tokio v0.3.1 |
2324 | 2024-10-03T19:50:40.508Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2325 | 2024-10-03T19:50:40.965Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2326 | 2024-10-03T19:50:44.373Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2327 | 2024-10-03T19:50:46.187Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2328 | 2024-10-03T19:50:47.135Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2329 | 2024-10-03T19:50:50.316Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2330 | 2024-10-03T19:50:50.576Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2331 | 2024-10-03T19:50:52.011Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2332 | 2024-10-03T19:50:57.538Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2333 | 2024-10-03T19:50:58.150Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2334 | 2024-10-03T19:51:00.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.71s |
2335 | 2024-10-03T19:51:00.964Z | |
2336 | 2024-10-03T19:51:00.964Z | info: running `cargo check --bins` on gateway-api (46/163) |
2337 | 2024-10-03T19:51:01.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2338 | 2024-10-03T19:51:01.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2339 | 2024-10-03T19:51:01.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2340 | 2024-10-03T19:51:01.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2341 | 2024-10-03T19:51:01.647Z | |
2342 | 2024-10-03T19:51:01.647Z | info: running `cargo check --bins` on oximeter (47/163) |
2343 | 2024-10-03T19:51:02.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2024-10-03T19:51:02.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2024-10-03T19:51:02.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2346 | 2024-10-03T19:51:02.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2347 | 2024-10-03T19:51:02.316Z | |
2348 | 2024-10-03T19:51:02.316Z | info: running `cargo check --bins` on oximeter-macro-impl (48/163) |
2349 | 2024-10-03T19:51:02.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2024-10-03T19:51:02.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2024-10-03T19:51:02.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2352 | 2024-10-03T19:51:02.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2353 | 2024-10-03T19:51:02.938Z | |
2354 | 2024-10-03T19:51:02.938Z | info: running `cargo check --bins` on oximeter-schema (49/163) |
2355 | 2024-10-03T19:51:03.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2356 | 2024-10-03T19:51:03.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2357 | 2024-10-03T19:51:03.598Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2358 | 2024-10-03T19:51:04.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2359 | 2024-10-03T19:51:04.151Z | |
2360 | 2024-10-03T19:51:04.151Z | info: running `cargo check --bins` on oximeter-types (50/163) |
2361 | 2024-10-03T19:51:04.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2024-10-03T19:51:04.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2024-10-03T19:51:04.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2364 | 2024-10-03T19:51:04.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2365 | 2024-10-03T19:51:04.813Z | |
2366 | 2024-10-03T19:51:04.813Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/163) |
2367 | 2024-10-03T19:51:05.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2024-10-03T19:51:05.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2024-10-03T19:51:05.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2370 | 2024-10-03T19:51:05.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2371 | 2024-10-03T19:51:05.470Z | |
2372 | 2024-10-03T19:51:05.470Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/163) |
2373 | 2024-10-03T19:51:06.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-10-03T19:51:06.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-10-03T19:51:06.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2376 | 2024-10-03T19:51:06.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2377 | 2024-10-03T19:51:06.099Z | |
2378 | 2024-10-03T19:51:06.099Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/163) |
2379 | 2024-10-03T19:51:06.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-10-03T19:51:06.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-10-03T19:51:06.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2382 | 2024-10-03T19:51:06.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2383 | 2024-10-03T19:51:06.759Z | |
2384 | 2024-10-03T19:51:06.759Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/163) |
2385 | 2024-10-03T19:51:07.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-10-03T19:51:07.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-10-03T19:51:07.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2388 | 2024-10-03T19:51:07.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2389 | 2024-10-03T19:51:07.421Z | |
2390 | 2024-10-03T19:51:07.421Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/163) |
2391 | 2024-10-03T19:51:08.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-10-03T19:51:08.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-10-03T19:51:08.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2394 | 2024-10-03T19:51:08.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2395 | 2024-10-03T19:51:08.079Z | |
2396 | 2024-10-03T19:51:08.079Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/163) |
2397 | 2024-10-03T19:51:08.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-10-03T19:51:08.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-10-03T19:51:08.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2400 | 2024-10-03T19:51:08.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2401 | 2024-10-03T19:51:08.736Z | |
2402 | 2024-10-03T19:51:08.736Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/163) |
2403 | 2024-10-03T19:51:09.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-10-03T19:51:09.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-10-03T19:51:09.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2406 | 2024-10-03T19:51:09.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2407 | 2024-10-03T19:51:09.391Z | |
2408 | 2024-10-03T19:51:09.391Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/163) |
2409 | 2024-10-03T19:51:09.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-10-03T19:51:09.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-10-03T19:51:09.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2412 | 2024-10-03T19:51:09.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2413 | 2024-10-03T19:51:10.050Z | |
2414 | 2024-10-03T19:51:10.050Z | info: running `cargo check --bins` on oximeter-producer (59/163) |
2415 | 2024-10-03T19:51:10.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-10-03T19:51:10.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-10-03T19:51:10.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-10-03T19:51:10.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2419 | 2024-10-03T19:51:10.742Z | |
2420 | 2024-10-03T19:51:10.742Z | info: running `cargo check --bins` on internal-dns (60/163) |
2421 | 2024-10-03T19:51:11.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-10-03T19:51:11.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-10-03T19:51:11.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-10-03T19:51:11.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2425 | 2024-10-03T19:51:11.399Z | |
2426 | 2024-10-03T19:51:11.399Z | info: running `cargo check --bins` on nexus-client (61/163) |
2427 | 2024-10-03T19:51:12.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-10-03T19:51:12.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-10-03T19:51:12.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-10-03T19:51:12.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2431 | 2024-10-03T19:51:12.080Z | |
2432 | 2024-10-03T19:51:12.080Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/163) |
2433 | 2024-10-03T19:51:12.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-10-03T19:51:12.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-10-03T19:51:12.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-10-03T19:51:12.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2437 | 2024-10-03T19:51:12.757Z | |
2438 | 2024-10-03T19:51:12.757Z | info: running `cargo check --bins` on omicron-passwords (63/163) |
2439 | 2024-10-03T19:51:13.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-10-03T19:51:13.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-10-03T19:51:13.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-10-03T19:51:13.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2443 | 2024-10-03T19:51:13.388Z | |
2444 | 2024-10-03T19:51:13.388Z | info: running `cargo check --bins` on nexus-types (64/163) |
2445 | 2024-10-03T19:51:13.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-10-03T19:51:13.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-10-03T19:51:13.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-10-03T19:51:13.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2449 | 2024-10-03T19:51:14.067Z | |
2450 | 2024-10-03T19:51:14.067Z | info: running `cargo check --bins` on gateway-client (65/163) |
2451 | 2024-10-03T19:51:14.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-10-03T19:51:14.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-10-03T19:51:14.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-10-03T19:51:14.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2455 | 2024-10-03T19:51:14.697Z | |
2456 | 2024-10-03T19:51:14.697Z | info: running `cargo check --bins` on oxql-types (66/163) |
2457 | 2024-10-03T19:51:15.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-10-03T19:51:15.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-10-03T19:51:15.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-10-03T19:51:15.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2461 | 2024-10-03T19:51:15.355Z | |
2462 | 2024-10-03T19:51:15.355Z | info: running `cargo check --bins` on update-engine (67/163) |
2463 | 2024-10-03T19:51:15.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-10-03T19:51:15.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-10-03T19:51:15.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-10-03T19:51:15.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2467 | 2024-10-03T19:51:15.993Z | |
2468 | 2024-10-03T19:51:15.993Z | info: running `cargo check --bins` on sp-sim (68/163) |
2469 | 2024-10-03T19:51:16.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-10-03T19:51:16.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-10-03T19:51:16.654Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2472 | 2024-10-03T19:51:18.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
2473 | 2024-10-03T19:51:18.547Z | |
2474 | 2024-10-03T19:51:18.547Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (69/163) |
2475 | 2024-10-03T19:51:19.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-10-03T19:51:19.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-10-03T19:51:19.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-10-03T19:51:19.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2479 | 2024-10-03T19:51:19.260Z | |
2480 | 2024-10-03T19:51:19.261Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/163) |
2481 | 2024-10-03T19:51:19.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-10-03T19:51:19.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-10-03T19:51:19.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-10-03T19:51:19.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2485 | 2024-10-03T19:51:19.983Z | |
2486 | 2024-10-03T19:51:19.983Z | info: running `cargo check --bins` on db-macros (71/163) |
2487 | 2024-10-03T19:51:20.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-10-03T19:51:20.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-10-03T19:51:20.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-10-03T19:51:20.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2491 | 2024-10-03T19:51:20.617Z | |
2492 | 2024-10-03T19:51:20.617Z | info: running `cargo check --bins` on nexus-macros-common (72/163) |
2493 | 2024-10-03T19:51:21.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-10-03T19:51:21.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-10-03T19:51:21.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-10-03T19:51:21.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2497 | 2024-10-03T19:51:21.249Z | |
2498 | 2024-10-03T19:51:21.249Z | info: running `cargo check --bins` on nexus-auth (73/163) |
2499 | 2024-10-03T19:51:21.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-10-03T19:51:21.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-10-03T19:51:21.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-10-03T19:51:21.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2503 | 2024-10-03T19:51:21.950Z | |
2504 | 2024-10-03T19:51:21.950Z | info: running `cargo check --bins` on authz-macros (74/163) |
2505 | 2024-10-03T19:51:22.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-10-03T19:51:22.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-10-03T19:51:22.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-10-03T19:51:22.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2509 | 2024-10-03T19:51:22.581Z | |
2510 | 2024-10-03T19:51:22.581Z | info: running `cargo check --bins` on nexus-db-fixed-data (75/163) |
2511 | 2024-10-03T19:51:23.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-10-03T19:51:23.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-10-03T19:51:23.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-10-03T19:51:23.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2515 | 2024-10-03T19:51:23.269Z | |
2516 | 2024-10-03T19:51:23.269Z | info: running `cargo check --bins` on nexus-db-model (76/163) |
2517 | 2024-10-03T19:51:23.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-10-03T19:51:23.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-10-03T19:51:23.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-10-03T19:51:23.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2521 | 2024-10-03T19:51:23.954Z | |
2522 | 2024-10-03T19:51:23.954Z | info: running `cargo check --bins` on nexus-defaults (77/163) |
2523 | 2024-10-03T19:51:24.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-10-03T19:51:24.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-10-03T19:51:24.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-10-03T19:51:24.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2527 | 2024-10-03T19:51:24.611Z | |
2528 | 2024-10-03T19:51:24.611Z | info: running `cargo check --bins` on sled-agent-client (78/163) |
2529 | 2024-10-03T19:51:25.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-10-03T19:51:25.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-10-03T19:51:25.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-10-03T19:51:25.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2533 | 2024-10-03T19:51:25.281Z | |
2534 | 2024-10-03T19:51:25.281Z | info: running `cargo check --bins` on nexus-inventory (79/163) |
2535 | 2024-10-03T19:51:25.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-10-03T19:51:25.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-10-03T19:51:25.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-10-03T19:51:25.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2539 | 2024-10-03T19:51:25.962Z | |
2540 | 2024-10-03T19:51:25.962Z | info: running `cargo check --bins` on typed-rng (80/163) |
2541 | 2024-10-03T19:51:26.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-10-03T19:51:26.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-10-03T19:51:26.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-10-03T19:51:26.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2545 | 2024-10-03T19:51:26.585Z | |
2546 | 2024-10-03T19:51:26.585Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/163) |
2547 | 2024-10-03T19:51:27.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-10-03T19:51:27.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-10-03T19:51:27.341Z | Checking keccak v0.1.5 |
2550 | 2024-10-03T19:51:27.444Z | Checking secrecy v0.8.0 |
2551 | 2024-10-03T19:51:27.446Z | Compiling unicase v2.7.0 |
2552 | 2024-10-03T19:51:27.446Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2553 | 2024-10-03T19:51:27.446Z | Compiling same-file v1.0.6 |
2554 | 2024-10-03T19:51:27.452Z | Compiling tempfile v3.10.1 |
2555 | 2024-10-03T19:51:27.496Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2556 | 2024-10-03T19:51:27.498Z | Compiling thiserror-impl-no-std v2.0.2 |
2557 | 2024-10-03T19:51:27.649Z | Compiling walkdir v2.5.0 |
2558 | 2024-10-03T19:51:27.706Z | Checking sha3 v0.10.8 |
2559 | 2024-10-03T19:51:27.740Z | Checking universal-hash v0.5.1 |
2560 | 2024-10-03T19:51:27.790Z | Compiling blake3 v1.5.1 |
2561 | 2024-10-03T19:51:27.910Z | Compiling ring v0.16.20 |
2562 | 2024-10-03T19:51:27.927Z | Checking opaque-debug v0.3.1 |
2563 | 2024-10-03T19:51:28.059Z | Checking poly1305 v0.8.0 |
2564 | 2024-10-03T19:51:28.105Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2565 | 2024-10-03T19:51:28.267Z | Checking chacha20 v0.9.1 |
2566 | 2024-10-03T19:51:28.299Z | Checking aead v0.5.2 |
2567 | 2024-10-03T19:51:28.382Z | Compiling memmap2 v0.9.4 |
2568 | 2024-10-03T19:51:28.420Z | Compiling constant_time_eq v0.3.0 |
2569 | 2024-10-03T19:51:28.521Z | Compiling libefi-sys v0.1.0 |
2570 | 2024-10-03T19:51:28.538Z | Compiling home v0.5.9 |
2571 | 2024-10-03T19:51:28.595Z | Compiling untrusted v0.7.1 |
2572 | 2024-10-03T19:51:28.610Z | Compiling arrayvec v0.7.4 |
2573 | 2024-10-03T19:51:28.783Z | Compiling salty v0.3.0 |
2574 | 2024-10-03T19:51:28.800Z | Compiling arrayref v0.3.7 |
2575 | 2024-10-03T19:51:28.800Z | Compiling spin v0.5.2 |
2576 | 2024-10-03T19:51:28.847Z | Compiling toolchain_find v0.4.0 |
2577 | 2024-10-03T19:51:28.894Z | Checking chacha20poly1305 v0.10.1 |
2578 | 2024-10-03T19:51:29.086Z | Compiling camino-tempfile v1.1.1 |
2579 | 2024-10-03T19:51:29.244Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2580 | 2024-10-03T19:51:29.292Z | Compiling bitfield-struct v0.6.1 |
2581 | 2024-10-03T19:51:29.454Z | Compiling topological-sort v0.2.2 |
2582 | 2024-10-03T19:51:29.522Z | Compiling mime_guess v2.0.4 |
2583 | 2024-10-03T19:51:29.662Z | Compiling rustfmt-wrapper v0.2.1 |
2584 | 2024-10-03T19:51:30.085Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2585 | 2024-10-03T19:51:30.128Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2586 | 2024-10-03T19:51:30.253Z | Checking primeorder v0.13.6 |
2587 | 2024-10-03T19:51:30.292Z | Checking env_filter v0.1.2 |
2588 | 2024-10-03T19:51:30.418Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2589 | 2024-10-03T19:51:30.505Z | Checking env_logger v0.11.5 |
2590 | 2024-10-03T19:51:30.637Z | Checking thiserror-no-std v2.0.2 |
2591 | 2024-10-03T19:51:30.701Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2592 | 2024-10-03T19:51:30.717Z | Checking p384 v0.13.0 |
2593 | 2024-10-03T19:51:30.744Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2594 | 2024-10-03T19:51:30.747Z | Checking vsss-rs v3.3.4 |
2595 | 2024-10-03T19:51:30.807Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2596 | 2024-10-03T19:51:30.970Z | Checking gethostname v0.5.0 |
2597 | 2024-10-03T19:51:31.095Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2598 | 2024-10-03T19:51:31.119Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2599 | 2024-10-03T19:51:31.272Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2600 | 2024-10-03T19:51:31.407Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2601 | 2024-10-03T19:51:31.446Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2602 | 2024-10-03T19:51:31.733Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2603 | 2024-10-03T19:51:31.777Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2604 | 2024-10-03T19:51:31.974Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2605 | 2024-10-03T19:51:31.990Z | Checking nanorand v0.7.0 |
2606 | 2024-10-03T19:51:32.009Z | Checking atty v0.2.14 |
2607 | 2024-10-03T19:51:32.053Z | Checking glob v0.3.1 |
2608 | 2024-10-03T19:51:32.134Z | Checking http-range v0.1.5 |
2609 | 2024-10-03T19:51:32.320Z | Checking hyper-staticfile v0.10.1 |
2610 | 2024-10-03T19:51:32.351Z | Checking flume v0.11.0 |
2611 | 2024-10-03T19:51:32.370Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2612 | 2024-10-03T19:51:32.864Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2613 | 2024-10-03T19:51:33.086Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2614 | 2024-10-03T19:51:33.107Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2615 | 2024-10-03T19:51:33.650Z | Compiling omicron-zone-package v0.11.1 |
2616 | 2024-10-03T19:51:33.767Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2617 | 2024-10-03T19:51:34.533Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2618 | 2024-10-03T19:51:34.914Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2619 | 2024-10-03T19:51:34.996Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2620 | 2024-10-03T19:51:35.171Z | Checking display-error-chain v0.2.1 |
2621 | 2024-10-03T19:51:36.678Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2622 | 2024-10-03T19:51:37.523Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2623 | 2024-10-03T19:51:39.350Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2624 | 2024-10-03T19:51:39.389Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2625 | 2024-10-03T19:51:49.224Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2626 | 2024-10-03T19:52:01.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.44s |
2627 | 2024-10-03T19:52:01.185Z | |
2628 | 2024-10-03T19:52:01.185Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/163) |
2629 | 2024-10-03T19:52:01.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-10-03T19:52:01.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-10-03T19:52:01.967Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2632 | 2024-10-03T19:52:14.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.00s |
2633 | 2024-10-03T19:52:14.359Z | |
2634 | 2024-10-03T19:52:14.359Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/163) |
2635 | 2024-10-03T19:52:15.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-10-03T19:52:15.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-10-03T19:52:15.118Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2638 | 2024-10-03T19:52:27.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.73s |
2639 | 2024-10-03T19:52:27.266Z | |
2640 | 2024-10-03T19:52:27.266Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/163) |
2641 | 2024-10-03T19:52:27.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-10-03T19:52:27.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-10-03T19:52:28.017Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2644 | 2024-10-03T19:52:39.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.66s |
2645 | 2024-10-03T19:52:40.094Z | |
2646 | 2024-10-03T19:52:40.094Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/163) |
2647 | 2024-10-03T19:52:40.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2024-10-03T19:52:40.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2024-10-03T19:52:40.853Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2650 | 2024-10-03T19:52:53.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s |
2651 | 2024-10-03T19:52:53.223Z | |
2652 | 2024-10-03T19:52:53.224Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/163) |
2653 | 2024-10-03T19:52:53.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-10-03T19:52:53.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-10-03T19:52:53.986Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2656 | 2024-10-03T19:53:06.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.91s |
2657 | 2024-10-03T19:53:06.305Z | |
2658 | 2024-10-03T19:53:06.305Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/163) |
2659 | 2024-10-03T19:53:06.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2024-10-03T19:53:06.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2024-10-03T19:53:07.061Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2662 | 2024-10-03T19:53:19.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.82s |
2663 | 2024-10-03T19:53:19.303Z | |
2664 | 2024-10-03T19:53:19.303Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/163) |
2665 | 2024-10-03T19:53:19.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-10-03T19:53:19.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-10-03T19:53:20.052Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2668 | 2024-10-03T19:53:32.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.70s |
2669 | 2024-10-03T19:53:32.177Z | |
2670 | 2024-10-03T19:53:32.177Z | info: running `cargo check --bins` on bootstrap-agent-api (89/163) |
2671 | 2024-10-03T19:53:32.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2024-10-03T19:53:32.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2024-10-03T19:53:32.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2674 | 2024-10-03T19:53:32.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2675 | 2024-10-03T19:53:32.866Z | |
2676 | 2024-10-03T19:53:32.866Z | info: running `cargo check --bins` on sled-agent-types (90/163) |
2677 | 2024-10-03T19:53:33.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2024-10-03T19:53:33.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2024-10-03T19:53:33.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2024-10-03T19:53:33.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2681 | 2024-10-03T19:53:33.548Z | |
2682 | 2024-10-03T19:53:33.548Z | info: running `cargo check --bins` on bootstrap-agent-client (91/163) |
2683 | 2024-10-03T19:53:34.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2024-10-03T19:53:34.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2024-10-03T19:53:34.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2024-10-03T19:53:34.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2687 | 2024-10-03T19:53:34.219Z | |
2688 | 2024-10-03T19:53:34.219Z | info: running `cargo check --bins` on dpd-client (92/163) |
2689 | 2024-10-03T19:53:34.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2024-10-03T19:53:34.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2024-10-03T19:53:34.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2692 | 2024-10-03T19:53:34.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2693 | 2024-10-03T19:53:34.862Z | |
2694 | 2024-10-03T19:53:34.862Z | info: running `cargo check --bins` on installinator-common (93/163) |
2695 | 2024-10-03T19:53:35.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2024-10-03T19:53:35.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2024-10-03T19:53:35.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2698 | 2024-10-03T19:53:35.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2699 | 2024-10-03T19:53:35.533Z | |
2700 | 2024-10-03T19:53:35.533Z | info: running `cargo check --bins` on key-manager (94/163) |
2701 | 2024-10-03T19:53:36.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2024-10-03T19:53:36.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2024-10-03T19:53:36.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2704 | 2024-10-03T19:53:36.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2705 | 2024-10-03T19:53:36.185Z | |
2706 | 2024-10-03T19:53:36.185Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/163) |
2707 | 2024-10-03T19:53:36.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2024-10-03T19:53:36.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2024-10-03T19:53:36.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2710 | 2024-10-03T19:53:36.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2711 | 2024-10-03T19:53:36.851Z | |
2712 | 2024-10-03T19:53:36.851Z | info: running `cargo check --bins` on sled-agent-api (96/163) |
2713 | 2024-10-03T19:53:37.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-10-03T19:53:37.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-10-03T19:53:37.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2716 | 2024-10-03T19:53:37.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2717 | 2024-10-03T19:53:37.529Z | |
2718 | 2024-10-03T19:53:37.529Z | info: running `cargo check --bins` on sled-hardware (97/163) |
2719 | 2024-10-03T19:53:38.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-10-03T19:53:38.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-10-03T19:53:38.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2722 | 2024-10-03T19:53:38.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2723 | 2024-10-03T19:53:38.193Z | |
2724 | 2024-10-03T19:53:38.193Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/163) |
2725 | 2024-10-03T19:53:38.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-10-03T19:53:38.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-10-03T19:53:38.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2728 | 2024-10-03T19:53:38.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2729 | 2024-10-03T19:53:38.866Z | |
2730 | 2024-10-03T19:53:38.866Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/163) |
2731 | 2024-10-03T19:53:39.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2024-10-03T19:53:39.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2024-10-03T19:53:39.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2734 | 2024-10-03T19:53:39.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2735 | 2024-10-03T19:53:39.536Z | |
2736 | 2024-10-03T19:53:39.536Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/163) |
2737 | 2024-10-03T19:53:40.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2024-10-03T19:53:40.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2024-10-03T19:53:40.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2024-10-03T19:53:40.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2741 | 2024-10-03T19:53:40.223Z | |
2742 | 2024-10-03T19:53:40.223Z | info: running `cargo check --bins` on nexus-test-interface (101/163) |
2743 | 2024-10-03T19:53:40.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2024-10-03T19:53:40.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2024-10-03T19:53:40.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2024-10-03T19:53:40.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2747 | 2024-10-03T19:53:40.901Z | |
2748 | 2024-10-03T19:53:40.901Z | info: running `cargo check --bins` on oximeter-collector (102/163) |
2749 | 2024-10-03T19:53:41.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2024-10-03T19:53:41.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2024-10-03T19:53:41.608Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2752 | 2024-10-03T19:53:41.608Z | Checking bcs v0.1.6 |
2753 | 2024-10-03T19:53:41.608Z | Compiling async-recursion v1.1.1 |
2754 | 2024-10-03T19:53:41.610Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2755 | 2024-10-03T19:53:41.610Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2756 | 2024-10-03T19:53:42.658Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2757 | 2024-10-03T19:53:45.948Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2758 | 2024-10-03T19:53:47.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s |
2759 | 2024-10-03T19:53:47.791Z | |
2760 | 2024-10-03T19:53:47.791Z | info: running `cargo check --bins` on oximeter-api (103/163) |
2761 | 2024-10-03T19:53:48.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-10-03T19:53:48.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-10-03T19:53:48.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2024-10-03T19:53:48.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2765 | 2024-10-03T19:53:48.449Z | |
2766 | 2024-10-03T19:53:48.449Z | info: running `cargo check --bins` on oximeter-client (104/163) |
2767 | 2024-10-03T19:53:49.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-10-03T19:53:49.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-10-03T19:53:49.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2024-10-03T19:53:49.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2771 | 2024-10-03T19:53:49.109Z | |
2772 | 2024-10-03T19:53:49.109Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/163) |
2773 | 2024-10-03T19:53:49.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-10-03T19:53:49.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-10-03T19:53:49.778Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2776 | 2024-10-03T19:53:50.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
2777 | 2024-10-03T19:53:50.511Z | |
2778 | 2024-10-03T19:53:50.511Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/163) |
2779 | 2024-10-03T19:53:51.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2024-10-03T19:53:51.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2024-10-03T19:53:51.200Z | Compiling cfg_aliases v0.1.1 |
2782 | 2024-10-03T19:53:51.200Z | Compiling vte_generate_state_changes v0.1.1 |
2783 | 2024-10-03T19:53:51.203Z | Checking fd-lock v4.0.2 |
2784 | 2024-10-03T19:53:51.203Z | Checking bytecount v0.6.8 |
2785 | 2024-10-03T19:53:51.203Z | Compiling tabled_derive v0.7.0 |
2786 | 2024-10-03T19:53:51.303Z | Checking crossterm v0.27.0 |
2787 | 2024-10-03T19:53:51.309Z | Compiling peg-macros v0.8.4 |
2788 | 2024-10-03T19:53:51.311Z | Compiling sqlparser_derive v0.2.2 |
2789 | 2024-10-03T19:53:51.371Z | Compiling nix v0.28.0 |
2790 | 2024-10-03T19:53:51.430Z | Checking papergrid v0.11.0 |
2791 | 2024-10-03T19:53:51.457Z | Checking nu-ansi-term v0.50.0 |
2792 | 2024-10-03T19:53:51.842Z | Checking unicode_categories v0.1.1 |
2793 | 2024-10-03T19:53:51.938Z | Checking vte v0.11.1 |
2794 | 2024-10-03T19:53:52.150Z | Checking home v0.5.9 |
2795 | 2024-10-03T19:53:52.304Z | Checking sqlformat v0.2.6 |
2796 | 2024-10-03T19:53:52.399Z | Checking sqlparser v0.45.0 |
2797 | 2024-10-03T19:53:52.887Z | Checking crossterm v0.28.1 |
2798 | 2024-10-03T19:53:53.373Z | Checking strip-ansi-escapes v0.2.0 |
2799 | 2024-10-03T19:53:53.519Z | Checking reedline v0.33.0 |
2800 | 2024-10-03T19:53:53.831Z | Checking tabled v0.15.0 |
2801 | 2024-10-03T19:53:54.440Z | Checking peg v0.8.4 |
2802 | 2024-10-03T19:53:54.746Z | Checking rustyline v14.0.0 |
2803 | 2024-10-03T19:53:58.837Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2804 | 2024-10-03T19:54:04.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s |
2805 | 2024-10-03T19:54:04.635Z | |
2806 | 2024-10-03T19:54:04.635Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/163) |
2807 | 2024-10-03T19:54:05.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-10-03T19:54:05.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-10-03T19:54:05.319Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2810 | 2024-10-03T19:54:10.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s |
2811 | 2024-10-03T19:54:11.059Z | |
2812 | 2024-10-03T19:54:11.059Z | info: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/163) |
2813 | 2024-10-03T19:54:11.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-10-03T19:54:11.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-10-03T19:54:11.748Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2816 | 2024-10-03T19:54:16.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s |
2817 | 2024-10-03T19:54:16.242Z | |
2818 | 2024-10-03T19:54:16.242Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/163) |
2819 | 2024-10-03T19:54:16.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2024-10-03T19:54:16.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2024-10-03T19:54:16.922Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2822 | 2024-10-03T19:54:21.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s |
2823 | 2024-10-03T19:54:22.062Z | |
2824 | 2024-10-03T19:54:22.062Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/163) |
2825 | 2024-10-03T19:54:22.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2024-10-03T19:54:22.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2024-10-03T19:54:22.747Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2828 | 2024-10-03T19:54:28.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
2829 | 2024-10-03T19:54:28.272Z | |
2830 | 2024-10-03T19:54:28.272Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/163) |
2831 | 2024-10-03T19:54:28.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2024-10-03T19:54:28.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2024-10-03T19:54:28.955Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2834 | 2024-10-03T19:54:33.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s |
2835 | 2024-10-03T19:54:33.297Z | |
2836 | 2024-10-03T19:54:33.297Z | info: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/163) |
2837 | 2024-10-03T19:54:33.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2024-10-03T19:54:33.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2024-10-03T19:54:33.981Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2840 | 2024-10-03T19:54:38.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s |
2841 | 2024-10-03T19:54:38.666Z | |
2842 | 2024-10-03T19:54:38.666Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/163) |
2843 | 2024-10-03T19:54:39.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2024-10-03T19:54:39.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2024-10-03T19:54:39.352Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2846 | 2024-10-03T19:54:44.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s |
2847 | 2024-10-03T19:54:44.754Z | |
2848 | 2024-10-03T19:54:44.754Z | info: running `cargo check --bins` on oximeter-test-utils (114/163) |
2849 | 2024-10-03T19:54:45.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2024-10-03T19:54:45.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2024-10-03T19:54:45.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2024-10-03T19:54:45.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2853 | 2024-10-03T19:54:45.438Z | |
2854 | 2024-10-03T19:54:45.438Z | info: running `cargo check --bins` on cockroach-admin-client (115/163) |
2855 | 2024-10-03T19:54:45.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-10-03T19:54:45.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-10-03T19:54:45.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2024-10-03T19:54:45.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2859 | 2024-10-03T19:54:46.056Z | |
2860 | 2024-10-03T19:54:46.057Z | info: running `cargo check --bins` on installinator-client (116/163) |
2861 | 2024-10-03T19:54:46.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-10-03T19:54:46.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-10-03T19:54:46.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2024-10-03T19:54:46.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2865 | 2024-10-03T19:54:46.728Z | |
2866 | 2024-10-03T19:54:46.728Z | info: running `cargo check --bins` on oxide-client (117/163) |
2867 | 2024-10-03T19:54:47.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-10-03T19:54:47.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-10-03T19:54:47.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2024-10-03T19:54:47.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2871 | 2024-10-03T19:54:47.363Z | |
2872 | 2024-10-03T19:54:47.363Z | info: running `cargo check --bins` on wicketd-client (118/163) |
2873 | 2024-10-03T19:54:47.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-10-03T19:54:47.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-10-03T19:54:47.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2024-10-03T19:54:47.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2877 | 2024-10-03T19:54:48.056Z | |
2878 | 2024-10-03T19:54:48.056Z | info: running `cargo check --bins` on wicket-common (119/163) |
2879 | 2024-10-03T19:54:48.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-10-03T19:54:48.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-10-03T19:54:48.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2024-10-03T19:54:48.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2883 | 2024-10-03T19:54:48.738Z | |
2884 | 2024-10-03T19:54:48.738Z | info: running `cargo check --bins` on omicron-cockroach-admin (120/163) |
2885 | 2024-10-03T19:54:49.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-10-03T19:54:49.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-10-03T19:54:49.426Z | Checking csv-core v0.1.11 |
2888 | 2024-10-03T19:54:49.428Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2889 | 2024-10-03T19:54:49.720Z | Checking csv v1.3.0 |
2890 | 2024-10-03T19:54:50.240Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2891 | 2024-10-03T19:54:50.568Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2892 | 2024-10-03T19:54:51.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
2893 | 2024-10-03T19:54:51.905Z | |
2894 | 2024-10-03T19:54:51.905Z | info: running `cargo check --bins` on cockroach-admin-api (121/163) |
2895 | 2024-10-03T19:54:52.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2024-10-03T19:54:52.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2024-10-03T19:54:52.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2898 | 2024-10-03T19:54:52.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2899 | 2024-10-03T19:54:52.574Z | |
2900 | 2024-10-03T19:54:52.574Z | info: running `cargo check --bins` on cockroach-admin-types (122/163) |
2901 | 2024-10-03T19:54:53.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2024-10-03T19:54:53.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2024-10-03T19:54:53.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2904 | 2024-10-03T19:54:53.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2905 | 2024-10-03T19:54:53.232Z | |
2906 | 2024-10-03T19:54:53.232Z | info: running `cargo check --bins` on cert-dev (123/163) |
2907 | 2024-10-03T19:54:53.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2908 | 2024-10-03T19:54:53.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2909 | 2024-10-03T19:54:53.858Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2910 | 2024-10-03T19:54:54.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2911 | 2024-10-03T19:54:54.256Z | |
2912 | 2024-10-03T19:54:54.256Z | info: running `cargo check --bins` on ch-dev (124/163) |
2913 | 2024-10-03T19:54:54.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2024-10-03T19:54:54.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2024-10-03T19:54:54.945Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2916 | 2024-10-03T19:54:55.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
2917 | 2024-10-03T19:54:55.790Z | |
2918 | 2024-10-03T19:54:55.790Z | info: running `cargo check --bins` on crdb-seed (125/163) |
2919 | 2024-10-03T19:54:56.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2024-10-03T19:54:56.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2024-10-03T19:54:56.467Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2922 | 2024-10-03T19:54:56.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
2923 | 2024-10-03T19:54:56.972Z | |
2924 | 2024-10-03T19:54:56.972Z | info: running `cargo check --bins` on db-dev (126/163) |
2925 | 2024-10-03T19:54:57.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2024-10-03T19:54:57.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2024-10-03T19:54:57.654Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2928 | 2024-10-03T19:54:58.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
2929 | 2024-10-03T19:54:58.505Z | |
2930 | 2024-10-03T19:54:58.505Z | info: running `cargo check --bins` on omicron-dev-lib (127/163) |
2931 | 2024-10-03T19:54:59.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2024-10-03T19:54:59.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2024-10-03T19:54:59.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2934 | 2024-10-03T19:54:59.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2935 | 2024-10-03T19:54:59.187Z | |
2936 | 2024-10-03T19:54:59.187Z | info: running `cargo check --bins` on xtask-downloader (128/163) |
2937 | 2024-10-03T19:54:59.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2938 | 2024-10-03T19:54:59.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2939 | 2024-10-03T19:54:59.818Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2940 | 2024-10-03T19:55:00.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
2941 | 2024-10-03T19:55:00.796Z | |
2942 | 2024-10-03T19:55:00.796Z | info: running `cargo check --bins` on omicron-ls-apis (129/163) |
2943 | 2024-10-03T19:55:01.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2024-10-03T19:55:01.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2024-10-03T19:55:01.449Z | Checking cargo-platform v0.1.8 |
2946 | 2024-10-03T19:55:01.710Z | Checking cargo_metadata v0.18.1 |
2947 | 2024-10-03T19:55:02.688Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2948 | 2024-10-03T19:55:03.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
2949 | 2024-10-03T19:55:03.553Z | |
2950 | 2024-10-03T19:55:03.553Z | info: running `cargo check --bins` on mgs-dev (130/163) |
2951 | 2024-10-03T19:55:04.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2952 | 2024-10-03T19:55:04.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2953 | 2024-10-03T19:55:04.295Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2954 | 2024-10-03T19:55:04.941Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2955 | 2024-10-03T19:55:05.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
2956 | 2024-10-03T19:55:05.608Z | |
2957 | 2024-10-03T19:55:05.608Z | info: running `cargo check --bins` on omicron-omdb (131/163) |
2958 | 2024-10-03T19:55:06.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2959 | 2024-10-03T19:55:06.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2960 | 2024-10-03T19:55:06.421Z | Compiling glob v0.3.1 |
2961 | 2024-10-03T19:55:06.421Z | Compiling crunchy v0.2.2 |
2962 | 2024-10-03T19:55:06.423Z | Compiling tiny-keccak v2.0.2 |
2963 | 2024-10-03T19:55:06.423Z | Compiling dsl_auto_type v0.1.2 |
2964 | 2024-10-03T19:55:06.423Z | Checking scheduled-thread-pool v0.2.7 |
2965 | 2024-10-03T19:55:06.424Z | Compiling diesel_table_macro_syntax v0.2.0 |
2966 | 2024-10-03T19:55:06.554Z | Compiling ascii-canvas v3.0.0 |
2967 | 2024-10-03T19:55:06.568Z | Compiling ena v0.14.3 |
2968 | 2024-10-03T19:55:06.725Z | Checking r2d2 v0.8.10 |
2969 | 2024-10-03T19:55:06.856Z | Compiling libloading v0.8.3 |
2970 | 2024-10-03T19:55:06.958Z | Compiling diff v0.1.13 |
2971 | 2024-10-03T19:55:06.998Z | Compiling bindgen v0.69.4 |
2972 | 2024-10-03T19:55:07.072Z | Compiling regex-syntax v0.6.29 |
2973 | 2024-10-03T19:55:07.107Z | Compiling which v4.4.2 |
2974 | 2024-10-03T19:55:07.260Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2975 | 2024-10-03T19:55:07.453Z | Compiling clang-sys v1.7.0 |
2976 | 2024-10-03T19:55:07.494Z | Compiling cexpr v0.6.0 |
2977 | 2024-10-03T19:55:07.638Z | Compiling rustc-hash v1.1.0 |
2978 | 2024-10-03T19:55:07.716Z | Compiling shlex v1.3.0 |
2979 | 2024-10-03T19:55:07.791Z | Compiling lazycell v1.3.0 |
2980 | 2024-10-03T19:55:07.794Z | Compiling ref-cast v1.0.23 |
2981 | 2024-10-03T19:55:07.828Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2982 | 2024-10-03T19:55:07.965Z | Compiling derive_builder_core v0.20.0 |
2983 | 2024-10-03T19:55:08.126Z | Compiling libxml v0.3.3 |
2984 | 2024-10-03T19:55:08.161Z | Compiling ref-cast-impl v1.0.23 |
2985 | 2024-10-03T19:55:08.182Z | Compiling diesel_derives v2.2.2 |
2986 | 2024-10-03T19:55:08.408Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2987 | 2024-10-03T19:55:08.572Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2988 | 2024-10-03T19:55:08.904Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2989 | 2024-10-03T19:55:09.221Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2990 | 2024-10-03T19:55:09.313Z | Compiling strum_macros v0.24.3 |
2991 | 2024-10-03T19:55:09.515Z | Compiling dropshot v0.10.1 |
2992 | 2024-10-03T19:55:09.587Z | Compiling indoc v1.0.9 |
2993 | 2024-10-03T19:55:10.367Z | Compiling lalrpop v0.19.12 |
2994 | 2024-10-03T19:55:10.597Z | Compiling derive_builder_macro v0.20.0 |
2995 | 2024-10-03T19:55:11.517Z | Checking derive_builder v0.20.0 |
2996 | 2024-10-03T19:55:11.730Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2997 | 2024-10-03T19:55:12.032Z | Compiling dropshot_endpoint v0.10.1 |
2998 | 2024-10-03T19:55:12.137Z | Compiling oso-derive v0.27.3 |
2999 | 2024-10-03T19:55:12.993Z | Compiling impl-trait-for-tuples v0.2.2 |
3000 | 2024-10-03T19:55:13.031Z | Checking quick-xml v0.33.0 |
3001 | 2024-10-03T19:55:13.261Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
3002 | 2024-10-03T19:55:13.585Z | Checking maplit v1.0.2 |
3003 | 2024-10-03T19:55:13.861Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3004 | 2024-10-03T19:55:15.261Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3005 | 2024-10-03T19:55:15.545Z | Checking bb8 v0.8.5 |
3006 | 2024-10-03T19:55:15.566Z | Compiling const_format_proc_macros v0.2.33 |
3007 | 2024-10-03T19:55:16.088Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3008 | 2024-10-03T19:55:16.388Z | Checking castaway v0.2.3 |
3009 | 2024-10-03T19:55:16.564Z | Checking compact_str v0.8.0 |
3010 | 2024-10-03T19:55:17.488Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3011 | 2024-10-03T19:55:17.734Z | Checking const_format v0.2.33 |
3012 | 2024-10-03T19:55:17.795Z | Checking unicode-truncate v1.0.0 |
3013 | 2024-10-03T19:55:18.027Z | Checking lru v0.12.3 |
3014 | 2024-10-03T19:55:18.090Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
3015 | 2024-10-03T19:55:18.192Z | Compiling instability v0.3.2 |
3016 | 2024-10-03T19:55:18.317Z | Checking cassowary v0.3.0 |
3017 | 2024-10-03T19:55:18.737Z | Checking unicode-linebreak v0.1.5 |
3018 | 2024-10-03T19:55:19.181Z | Checking smawk v0.3.2 |
3019 | 2024-10-03T19:55:19.289Z | Checking is_ci v1.2.0 |
3020 | 2024-10-03T19:55:19.392Z | Checking textwrap v0.16.1 |
3021 | 2024-10-03T19:55:19.432Z | Checking supports-color v3.0.1 |
3022 | 2024-10-03T19:55:19.635Z | Checking ratatui v0.28.0 |
3023 | 2024-10-03T19:55:19.818Z | Checking multimap v0.10.0 |
3024 | 2024-10-03T19:55:20.906Z | Checking diesel v2.2.4 |
3025 | 2024-10-03T19:55:39.249Z | Compiling samael v0.0.17 |
3026 | 2024-10-03T19:55:55.641Z | Compiling polar-core v0.27.3 |
3027 | 2024-10-03T19:55:56.470Z | Checking async-bb8-diesel v0.2.1 |
3028 | 2024-10-03T19:56:02.522Z | Checking oso v0.27.3 |
3029 | 2024-10-03T19:57:03.044Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3030 | 2024-10-03T19:57:08.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s |
3031 | 2024-10-03T19:57:08.672Z | |
3032 | 2024-10-03T19:57:08.672Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (132/163) |
3033 | 2024-10-03T19:57:09.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2024-10-03T19:57:09.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2024-10-03T19:57:09.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2024-10-03T19:57:09.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3037 | 2024-10-03T19:57:09.394Z | |
3038 | 2024-10-03T19:57:09.394Z | info: running `cargo check --bins` on nexus-saga-recovery (133/163) |
3039 | 2024-10-03T19:57:10.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2024-10-03T19:57:10.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2024-10-03T19:57:10.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2024-10-03T19:57:10.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3043 | 2024-10-03T19:57:10.102Z | |
3044 | 2024-10-03T19:57:10.102Z | info: running `cargo check --bins` on nexus-test-utils-macros (134/163) |
3045 | 2024-10-03T19:57:10.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2024-10-03T19:57:10.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2024-10-03T19:57:10.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2024-10-03T19:57:10.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3049 | 2024-10-03T19:57:10.734Z | |
3050 | 2024-10-03T19:57:10.734Z | info: running `cargo check --bins` on omicron-nexus (135/163) |
3051 | 2024-10-03T19:57:11.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-10-03T19:57:11.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-10-03T19:57:11.569Z | Compiling libz-sys v1.1.16 |
3054 | 2024-10-03T19:57:11.676Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3055 | 2024-10-03T19:57:11.687Z | Compiling vergen v8.3.2 |
3056 | 2024-10-03T19:57:11.689Z | Compiling cargo-platform v0.1.8 |
3057 | 2024-10-03T19:57:11.689Z | Compiling pin-project-internal v1.1.5 |
3058 | 2024-10-03T19:57:11.724Z | Compiling snafu-derive v0.8.2 |
3059 | 2024-10-03T19:57:11.727Z | Compiling libsqlite3-sys v0.30.1 |
3060 | 2024-10-03T19:57:11.727Z | Compiling buf-list v1.0.3 |
3061 | 2024-10-03T19:57:12.020Z | Compiling cargo_metadata v0.18.1 |
3062 | 2024-10-03T19:57:12.224Z | Compiling cfg_aliases v0.2.1 |
3063 | 2024-10-03T19:57:12.240Z | Compiling rustls v0.21.12 |
3064 | 2024-10-03T19:57:12.334Z | Checking sync_wrapper v0.1.2 |
3065 | 2024-10-03T19:57:12.460Z | Compiling nix v0.29.0 |
3066 | 2024-10-03T19:57:12.476Z | Checking reqwest v0.11.27 |
3067 | 2024-10-03T19:57:12.599Z | Checking globset v0.4.14 |
3068 | 2024-10-03T19:57:12.624Z | Checking sct v0.7.1 |
3069 | 2024-10-03T19:57:12.825Z | Checking rustls-webpki v0.101.7 |
3070 | 2024-10-03T19:57:13.087Z | Checking olpc-cjson v0.1.3 |
3071 | 2024-10-03T19:57:13.298Z | Checking rand_seeder v0.3.0 |
3072 | 2024-10-03T19:57:13.359Z | Checking serde_plain v1.0.2 |
3073 | 2024-10-03T19:57:13.444Z | Checking typed-path v0.7.1 |
3074 | 2024-10-03T19:57:13.522Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3075 | 2024-10-03T19:57:14.043Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3076 | 2024-10-03T19:57:14.075Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3077 | 2024-10-03T19:57:14.336Z | Checking hashlink v0.9.1 |
3078 | 2024-10-03T19:57:14.372Z | Checking fallible-streaming-iterator v0.1.9 |
3079 | 2024-10-03T19:57:14.583Z | Checking fallible-iterator v0.3.0 |
3080 | 2024-10-03T19:57:14.773Z | Checking pin-project v1.1.5 |
3081 | 2024-10-03T19:57:14.897Z | Checking parse-size v1.0.0 |
3082 | 2024-10-03T19:57:14.988Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3083 | 2024-10-03T19:57:15.142Z | Checking rusqlite v0.32.1 |
3084 | 2024-10-03T19:57:15.316Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3085 | 2024-10-03T19:57:15.531Z | Checking rustls-pemfile v1.0.4 |
3086 | 2024-10-03T19:57:15.583Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3087 | 2024-10-03T19:57:16.731Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3088 | 2024-10-03T19:57:16.734Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3089 | 2024-10-03T19:57:16.734Z | Checking twox-hash v1.6.3 |
3090 | 2024-10-03T19:57:16.734Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3091 | 2024-10-03T19:57:16.734Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3092 | 2024-10-03T19:57:16.734Z | Checking tokio-rustls v0.24.1 |
3093 | 2024-10-03T19:57:16.734Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3094 | 2024-10-03T19:57:17.047Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3095 | 2024-10-03T19:57:17.158Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3096 | 2024-10-03T19:57:17.208Z | Checking snafu v0.8.2 |
3097 | 2024-10-03T19:57:17.233Z | Checking fatfs v0.3.6 |
3098 | 2024-10-03T19:57:17.689Z | Checking tough v0.17.1 |
3099 | 2024-10-03T19:57:17.729Z | Checking assert_matches v1.5.0 |
3100 | 2024-10-03T19:57:21.693Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3101 | 2024-10-03T19:57:22.988Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3102 | 2024-10-03T19:57:24.120Z | Compiling git2 v0.19.0 |
3103 | 2024-10-03T19:57:28.787Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3104 | 2024-10-03T19:58:19.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3105 | 2024-10-03T19:58:20.089Z | |
3106 | 2024-10-03T19:58:20.089Z | info: running `cargo check --bins` on nexus-external-api (136/163) |
3107 | 2024-10-03T19:58:20.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-10-03T19:58:20.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-10-03T19:58:20.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3110 | 2024-10-03T19:58:20.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3111 | 2024-10-03T19:58:20.806Z | |
3112 | 2024-10-03T19:58:20.806Z | info: running `cargo check --bins` on openapi-manager-types (137/163) |
3113 | 2024-10-03T19:58:21.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-10-03T19:58:21.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-10-03T19:58:21.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3116 | 2024-10-03T19:58:21.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3117 | 2024-10-03T19:58:21.439Z | |
3118 | 2024-10-03T19:58:21.439Z | info: running `cargo check --bins` on nexus-internal-api (138/163) |
3119 | 2024-10-03T19:58:22.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-10-03T19:58:22.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-10-03T19:58:22.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3122 | 2024-10-03T19:58:22.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3123 | 2024-10-03T19:58:22.114Z | |
3124 | 2024-10-03T19:58:22.115Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (139/163) |
3125 | 2024-10-03T19:58:22.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2024-10-03T19:58:22.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2024-10-03T19:58:22.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3128 | 2024-10-03T19:58:22.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3129 | 2024-10-03T19:58:22.835Z | |
3130 | 2024-10-03T19:58:22.835Z | info: running `cargo check --bins` on nexus-networking (140/163) |
3131 | 2024-10-03T19:58:23.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2024-10-03T19:58:23.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2024-10-03T19:58:23.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3134 | 2024-10-03T19:58:23.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3135 | 2024-10-03T19:58:23.546Z | |
3136 | 2024-10-03T19:58:23.546Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (141/163) |
3137 | 2024-10-03T19:58:24.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2024-10-03T19:58:24.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2024-10-03T19:58:24.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3140 | 2024-10-03T19:58:24.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3141 | 2024-10-03T19:58:24.256Z | |
3142 | 2024-10-03T19:58:24.256Z | info: running `cargo check --bins` on update-common (142/163) |
3143 | 2024-10-03T19:58:24.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2024-10-03T19:58:24.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2024-10-03T19:58:24.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3146 | 2024-10-03T19:58:24.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3147 | 2024-10-03T19:58:24.938Z | |
3148 | 2024-10-03T19:58:24.938Z | info: running `cargo check --bins` on tufaceous-lib (143/163) |
3149 | 2024-10-03T19:58:25.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2024-10-03T19:58:25.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2024-10-03T19:58:25.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3152 | 2024-10-03T19:58:25.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3153 | 2024-10-03T19:58:25.622Z | |
3154 | 2024-10-03T19:58:25.622Z | info: running `cargo check --bins` on tufaceous (144/163) |
3155 | 2024-10-03T19:58:26.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-10-03T19:58:26.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-10-03T19:58:26.313Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3158 | 2024-10-03T19:58:27.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
3159 | 2024-10-03T19:58:27.384Z | |
3160 | 2024-10-03T19:58:27.384Z | info: running `cargo check --bins` on omicron-dev (145/163) |
3161 | 2024-10-03T19:58:28.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2024-10-03T19:58:28.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2024-10-03T19:58:28.257Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3164 | 2024-10-03T19:58:28.260Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3165 | 2024-10-03T19:58:28.260Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3166 | 2024-10-03T19:58:29.619Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3167 | 2024-10-03T19:58:32.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
3168 | 2024-10-03T19:58:32.262Z | |
3169 | 2024-10-03T19:58:32.262Z | info: running `cargo check --bins` on openapi-manager (146/163) |
3170 | 2024-10-03T19:58:32.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3171 | 2024-10-03T19:58:32.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3172 | 2024-10-03T19:58:32.994Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3173 | 2024-10-03T19:58:32.995Z | Checking heck v0.4.1 |
3174 | 2024-10-03T19:58:32.997Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3175 | 2024-10-03T19:58:33.221Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3176 | 2024-10-03T19:58:34.562Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3177 | 2024-10-03T19:58:35.363Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3178 | 2024-10-03T19:58:36.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
3179 | 2024-10-03T19:58:36.515Z | |
3180 | 2024-10-03T19:58:36.515Z | info: running `cargo check --bins` on installinator-api (147/163) |
3181 | 2024-10-03T19:58:37.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2024-10-03T19:58:37.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2024-10-03T19:58:37.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3184 | 2024-10-03T19:58:37.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3185 | 2024-10-03T19:58:37.195Z | |
3186 | 2024-10-03T19:58:37.195Z | info: running `cargo check --bins` on wicketd-api (148/163) |
3187 | 2024-10-03T19:58:37.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2024-10-03T19:58:37.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2024-10-03T19:58:37.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3190 | 2024-10-03T19:58:37.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3191 | 2024-10-03T19:58:37.882Z | |
3192 | 2024-10-03T19:58:37.882Z | info: running `cargo check --bins` on reconfigurator-cli (149/163) |
3193 | 2024-10-03T19:58:38.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2024-10-03T19:58:38.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2024-10-03T19:58:38.631Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3196 | 2024-10-03T19:58:39.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3197 | 2024-10-03T19:58:40.058Z | |
3198 | 2024-10-03T19:58:40.059Z | info: running `cargo check --bins` on omicron-releng (150/163) |
3199 | 2024-10-03T19:58:40.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2024-10-03T19:58:40.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2024-10-03T19:58:40.757Z | Checking memmap2 v0.9.4 |
3202 | 2024-10-03T19:58:40.757Z | Checking arrayvec v0.7.4 |
3203 | 2024-10-03T19:58:40.759Z | Checking constant_time_eq v0.3.0 |
3204 | 2024-10-03T19:58:40.759Z | Checking untrusted v0.7.1 |
3205 | 2024-10-03T19:58:40.759Z | Checking spin v0.5.2 |
3206 | 2024-10-03T19:58:40.759Z | Checking arrayref v0.3.7 |
3207 | 2024-10-03T19:58:40.854Z | Checking topological-sort v0.2.2 |
3208 | 2024-10-03T19:58:40.872Z | Checking shell-words v1.1.0 |
3209 | 2024-10-03T19:58:41.040Z | Checking ring v0.16.20 |
3210 | 2024-10-03T19:58:41.133Z | Checking blake3 v1.5.1 |
3211 | 2024-10-03T19:58:42.154Z | Checking omicron-zone-package v0.11.1 |
3212 | 2024-10-03T19:58:43.231Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3213 | 2024-10-03T19:58:44.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
3214 | 2024-10-03T19:58:44.239Z | |
3215 | 2024-10-03T19:58:44.239Z | info: running `cargo check --bins` on xtask (151/163) |
3216 | 2024-10-03T19:58:44.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3217 | 2024-10-03T19:58:44.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3218 | 2024-10-03T19:58:44.725Z | Checking bitflags v2.6.0 |
3219 | 2024-10-03T19:58:44.727Z | Checking serde v1.0.210 |
3220 | 2024-10-03T19:58:44.727Z | Checking thiserror v1.0.64 |
3221 | 2024-10-03T19:58:44.811Z | Checking scroll v0.12.0 |
3222 | 2024-10-03T19:58:44.817Z | Checking log v0.4.22 |
3223 | 2024-10-03T19:58:44.820Z | Checking hashbrown v0.14.5 |
3224 | 2024-10-03T19:58:44.827Z | Checking zerocopy v0.7.34 |
3225 | 2024-10-03T19:58:44.851Z | Checking syn v2.0.79 |
3226 | 2024-10-03T19:58:44.906Z | Checking pest v2.7.10 |
3227 | 2024-10-03T19:58:45.027Z | Checking rustix v0.38.34 |
3228 | 2024-10-03T19:58:45.063Z | Checking fs-err v2.11.0 |
3229 | 2024-10-03T19:58:45.265Z | Checking goblin v0.8.2 |
3230 | 2024-10-03T19:58:45.355Z | Checking tabled v0.15.0 |
3231 | 2024-10-03T19:58:45.922Z | Checking indexmap v2.5.0 |
3232 | 2024-10-03T19:58:46.233Z | Checking anyhow v1.0.89 |
3233 | 2024-10-03T19:58:46.949Z | Checking terminal_size v0.3.0 |
3234 | 2024-10-03T19:58:46.949Z | Checking tempfile v3.10.1 |
3235 | 2024-10-03T19:58:47.116Z | Checking clap_builder v4.5.18 |
3236 | 2024-10-03T19:58:47.301Z | Checking dtrace-parser v0.2.0 |
3237 | 2024-10-03T19:58:48.973Z | Checking serde_json v1.0.128 |
3238 | 2024-10-03T19:58:48.973Z | Checking serde_spanned v0.6.7 |
3239 | 2024-10-03T19:58:48.975Z | Checking toml_datetime v0.6.8 |
3240 | 2024-10-03T19:58:48.975Z | Checking camino v1.1.9 |
3241 | 2024-10-03T19:58:48.975Z | Checking semver v1.0.23 |
3242 | 2024-10-03T19:58:49.055Z | Checking cargo-platform v0.1.8 |
3243 | 2024-10-03T19:58:49.195Z | Checking macaddr v1.0.1 |
3244 | 2024-10-03T19:58:49.266Z | Checking toml_edit v0.22.22 |
3245 | 2024-10-03T19:58:49.517Z | Checking camino-tempfile v1.1.1 |
3246 | 2024-10-03T19:58:49.588Z | Checking clap v4.5.18 |
3247 | 2024-10-03T19:58:50.137Z | Checking dof v0.3.0 |
3248 | 2024-10-03T19:58:50.137Z | Checking cargo_metadata v0.18.1 |
3249 | 2024-10-03T19:58:50.538Z | Checking usdt-impl v0.5.0 |
3250 | 2024-10-03T19:58:50.883Z | Checking usdt v0.5.0 |
3251 | 2024-10-03T19:58:51.027Z | Checking toml v0.8.19 |
3252 | 2024-10-03T19:58:51.482Z | Checking cargo_toml v0.20.5 |
3253 | 2024-10-03T19:58:52.723Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3254 | 2024-10-03T19:58:53.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s |
3255 | 2024-10-03T19:58:53.416Z | |
3256 | 2024-10-03T19:58:53.416Z | info: running `cargo check --bins` on end-to-end-tests (152/163) |
3257 | 2024-10-03T19:58:54.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2024-10-03T19:58:54.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2024-10-03T19:58:54.206Z | Checking polyval v0.6.2 |
3260 | 2024-10-03T19:58:54.310Z | Checking ctr v0.9.2 |
3261 | 2024-10-03T19:58:54.320Z | Checking ssh-encoding v0.2.0 |
3262 | 2024-10-03T19:58:54.320Z | Checking blowfish v0.9.1 |
3263 | 2024-10-03T19:58:54.341Z | Checking password-hash v0.4.2 |
3264 | 2024-10-03T19:58:54.344Z | Checking matches v0.1.10 |
3265 | 2024-10-03T19:58:54.365Z | Checking p256 v0.13.2 |
3266 | 2024-10-03T19:58:54.368Z | Checking p521 v0.13.3 |
3267 | 2024-10-03T19:58:54.437Z | Checking idna v0.2.3 |
3268 | 2024-10-03T19:58:54.523Z | Checking ghash v0.5.1 |
3269 | 2024-10-03T19:58:54.540Z | Checking bcrypt-pbkdf v0.10.0 |
3270 | 2024-10-03T19:58:54.571Z | Compiling enum-as-inner v0.5.1 |
3271 | 2024-10-03T19:58:54.624Z | Checking russh-cryptovec v0.7.2 |
3272 | 2024-10-03T19:58:54.680Z | Checking aes-gcm v0.10.3 |
3273 | 2024-10-03T19:58:54.734Z | Checking pbkdf2 v0.11.0 |
3274 | 2024-10-03T19:58:54.783Z | Checking md5 v0.7.0 |
3275 | 2024-10-03T19:58:54.810Z | Checking num-bigint v0.4.5 |
3276 | 2024-10-03T19:58:54.849Z | Checking des v0.8.1 |
3277 | 2024-10-03T19:58:54.906Z | Checking ssh-cipher v0.2.0 |
3278 | 2024-10-03T19:58:55.007Z | Checking hex-literal v0.4.1 |
3279 | 2024-10-03T19:58:55.053Z | Compiling dhcproto-macros v0.1.0 |
3280 | 2024-10-03T19:58:55.117Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3281 | 2024-10-03T19:58:55.135Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3282 | 2024-10-03T19:58:55.200Z | Checking ssh-key v0.6.6 |
3283 | 2024-10-03T19:58:55.244Z | Checking internet-checksum v0.2.1 |
3284 | 2024-10-03T19:58:55.589Z | Checking trust-dns-proto v0.22.0 |
3285 | 2024-10-03T19:58:56.434Z | Checking russh-keys v0.45.0 |
3286 | 2024-10-03T19:58:57.325Z | Checking russh v0.45.0 |
3287 | 2024-10-03T19:58:58.027Z | Checking dhcproto v0.12.0 |
3288 | 2024-10-03T19:59:14.027Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3289 | 2024-10-03T19:59:15.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.88s |
3290 | 2024-10-03T19:59:15.485Z | |
3291 | 2024-10-03T19:59:15.485Z | info: running `cargo check --bins` on gateway-cli (153/163) |
3292 | 2024-10-03T19:59:16.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2024-10-03T19:59:16.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2024-10-03T19:59:16.158Z | Checking termios v0.3.3 |
3295 | 2024-10-03T19:59:16.368Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3296 | 2024-10-03T19:59:17.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3297 | 2024-10-03T19:59:17.275Z | |
3298 | 2024-10-03T19:59:17.275Z | info: running `cargo check --bins --no-default-features` on installinator (154/163) |
3299 | 2024-10-03T19:59:17.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2024-10-03T19:59:17.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2024-10-03T19:59:17.997Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3302 | 2024-10-03T19:59:19.945Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3303 | 2024-10-03T19:59:21.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
3304 | 2024-10-03T19:59:21.865Z | |
3305 | 2024-10-03T19:59:21.865Z | info: running `cargo check --bins` on internal-dns-cli (155/163) |
3306 | 2024-10-03T19:59:22.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2024-10-03T19:59:22.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2024-10-03T19:59:22.515Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3309 | 2024-10-03T19:59:22.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3310 | 2024-10-03T19:59:23.104Z | |
3311 | 2024-10-03T19:59:23.104Z | info: running `cargo check --bins` on omicron-live-tests (156/163) |
3312 | 2024-10-03T19:59:23.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2024-10-03T19:59:23.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2024-10-03T19:59:23.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3315 | 2024-10-03T19:59:23.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3316 | 2024-10-03T19:59:23.723Z | |
3317 | 2024-10-03T19:59:23.723Z | info: running `cargo check --bins` on live-tests-macros (157/163) |
3318 | 2024-10-03T19:59:24.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2024-10-03T19:59:24.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2024-10-03T19:59:24.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3321 | 2024-10-03T19:59:24.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3322 | 2024-10-03T19:59:24.354Z | |
3323 | 2024-10-03T19:59:24.354Z | info: running `cargo check --bins` on omicron-package (158/163) |
3324 | 2024-10-03T19:59:24.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2024-10-03T19:59:24.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2024-10-03T19:59:25.039Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3327 | 2024-10-03T19:59:26.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
3328 | 2024-10-03T19:59:26.429Z | |
3329 | 2024-10-03T19:59:26.429Z | info: running `cargo check --bins` on wicket-dbg (159/163) |
3330 | 2024-10-03T19:59:27.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2024-10-03T19:59:27.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2024-10-03T19:59:27.158Z | Checking rtoolbox v0.0.2 |
3333 | 2024-10-03T19:59:27.158Z | Checking tui-tree-widget v0.22.0 |
3334 | 2024-10-03T19:59:27.161Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3335 | 2024-10-03T19:59:27.372Z | Checking rpassword v7.3.1 |
3336 | 2024-10-03T19:59:31.305Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3337 | 2024-10-03T19:59:34.251Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3338 | 2024-10-03T19:59:35.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.95s |
3339 | 2024-10-03T19:59:35.555Z | |
3340 | 2024-10-03T19:59:35.555Z | info: running `cargo check --bins` on wicket (160/163) |
3341 | 2024-10-03T19:59:36.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2024-10-03T19:59:36.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2024-10-03T19:59:36.279Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3344 | 2024-10-03T19:59:36.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3345 | 2024-10-03T19:59:36.842Z | |
3346 | 2024-10-03T19:59:36.842Z | info: running `cargo check --bins` on wicketd (161/163) |
3347 | 2024-10-03T19:59:37.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2024-10-03T19:59:37.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2024-10-03T19:59:37.586Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3350 | 2024-10-03T19:59:41.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
3351 | 2024-10-03T19:59:41.559Z | |
3352 | 2024-10-03T19:59:41.559Z | info: running `cargo check --bins` on omicron-workspace-hack (162/163) |
3353 | 2024-10-03T19:59:42.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2024-10-03T19:59:42.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2024-10-03T19:59:42.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3356 | 2024-10-03T19:59:42.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3357 | 2024-10-03T19:59:42.191Z | |
3358 | 2024-10-03T19:59:42.191Z | info: running `cargo check --bins` on zone-setup (163/163) |
3359 | 2024-10-03T19:59:42.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2024-10-03T19:59:42.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2024-10-03T19:59:42.948Z | Checking uzers v0.11.3 |
3362 | 2024-10-03T19:59:43.249Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3363 | 2024-10-03T19:59:44.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
3364 | 2024-10-03T19:59:44.470Z | |
3365 | 2024-10-03T19:59:44.470Z | real 11:27.158067661 |
3366 | 2024-10-03T19:59:44.470Z | user 24:05.669477998 |
3367 | 2024-10-03T19:59:44.470Z | sys 5:13.421368212 |
3368 | 2024-10-03T19:59:44.470Z | trap 0.509503217 |
3369 | 2024-10-03T19:59:44.470Z | tflt 3.063262155 |
3370 | 2024-10-03T19:59:44.470Z | dflt 2.185316125 |
3371 | 2024-10-03T19:59:44.470Z | kflt 0.002405661 |
3372 | 2024-10-03T19:59:44.471Z | lock 42:27.962547923 |
3373 | 2024-10-03T19:59:44.471Z | slp 1:58:35.327585850 |
3374 | 2024-10-03T19:59:44.473Z | lat 1:00.294286819 |
3375 | 2024-10-03T19:59:44.473Z | stop 3:04.705370105 |
3376 | 2024-10-03T19:59:44.473Z | process exited: duration 926175 ms, exit code 0 |
|
3377 | 2024-10-03T19:59:44.482Z | found 0 output files |