|
|
|
1 | 2024-08-30T18:23:03.542Z | job assigned to worker 01J6J8BYTZRN06ZPA65068B1CB (queued for 58 s) |
|
2 | 2024-08-30T18:23:10.468Z | starting task 0: "setup" |
3 | 2024-08-30T18:23:10.477Z | ++ uname -s |
4 | 2024-08-30T18:23:10.480Z | + kern=SunOS |
5 | 2024-08-30T18:23:10.480Z | + case "$kern" in |
6 | 2024-08-30T18:23:10.480Z | + groupadd -g 12345 build |
7 | 2024-08-30T18:23:10.483Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-30T18:23:12.495Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-30T18:23:12.653Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-30T18:23:12.656Z | + home_fs=zfs |
11 | 2024-08-30T18:23:12.656Z | + [[ zfs == autofs ]] |
12 | 2024-08-30T18:23:12.656Z | + mkdir -p /home/build |
13 | 2024-08-30T18:23:12.659Z | + chown build:build /home/build /work |
14 | 2024-08-30T18:23:14.661Z | + chmod 0700 /home/build /work |
15 | 2024-08-30T18:23:14.663Z | process exited: duration 4196 ms, exit code 0 |
|
16 | 2024-08-30T18:23:14.669Z | starting task 1: "rust-toolchain" |
17 | 2024-08-30T18:23:14.674Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-30T18:23:14.674Z | * toolchain channel = "1.80.1" |
19 | 2024-08-30T18:23:14.675Z | ' 1.80.1 |
20 | 2024-08-30T18:23:14.675Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-30T18:23:14.675Z | ' default |
22 | 2024-08-30T18:23:14.675Z | * toolchain profile = "default" |
23 | 2024-08-30T18:23:14.677Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-30T18:23:14.677Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-30T18:23:14.794Z | info: downloading installer |
26 | 2024-08-30T18:23:16.331Z | info: profile set to 'default' |
27 | 2024-08-30T18:23:16.331Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-30T18:23:16.338Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-30T18:23:16.474Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-30T18:23:16.474Z | info: downloading component 'cargo' |
31 | 2024-08-30T18:23:17.272Z | info: downloading component 'clippy' |
32 | 2024-08-30T18:23:17.554Z | info: downloading component 'rust-docs' |
33 | 2024-08-30T18:23:18.669Z | info: downloading component 'rust-std' |
34 | 2024-08-30T18:23:20.223Z | info: downloading component 'rustc' |
35 | 2024-08-30T18:23:24.585Z | info: downloading component 'rustfmt' |
36 | 2024-08-30T18:23:24.818Z | info: installing component 'cargo' |
37 | 2024-08-30T18:23:25.827Z | info: installing component 'clippy' |
38 | 2024-08-30T18:23:26.013Z | info: installing component 'rust-docs' |
39 | 2024-08-30T18:23:27.677Z | info: installing component 'rust-std' |
40 | 2024-08-30T18:23:29.324Z | info: installing component 'rustc' |
41 | 2024-08-30T18:23:33.507Z | info: installing component 'rustfmt' |
42 | 2024-08-30T18:23:33.848Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-30T18:23:33.848Z | |
44 | 2024-08-30T18:23:34.128Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-30T18:23:34.129Z | |
46 | 2024-08-30T18:23:34.134Z | |
47 | 2024-08-30T18:23:34.134Z | Rust is installed now. Great! |
48 | 2024-08-30T18:23:34.134Z | |
49 | 2024-08-30T18:23:34.134Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-30T18:23:34.134Z | environment variable. This has not been done automatically. |
51 | 2024-08-30T18:23:34.134Z | |
52 | 2024-08-30T18:23:34.134Z | To configure your current shell, you need to source |
53 | 2024-08-30T18:23:34.134Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-30T18:23:34.135Z | |
55 | 2024-08-30T18:23:34.135Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-30T18:23:34.135Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-30T18:23:34.135Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-30T18:23:34.181Z | + rustc --version |
59 | 2024-08-30T18:23:34.245Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-30T18:23:34.248Z | process exited: duration 19572 ms, exit code 0 |
|
61 | 2024-08-30T18:23:34.254Z | starting task 2: "authentication" |
62 | 2024-08-30T18:23:34.276Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-30T18:23:34.280Z | starting task 3: "clone repository" |
64 | 2024-08-30T18:23:34.286Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-30T18:23:34.288Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-30T18:23:34.320Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-30T18:23:39.115Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-30T18:23:39.115Z | + git fetch origin dc10290f4b6fff0470463be318bb91adfbf383a6 |
69 | 2024-08-30T18:23:39.455Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-30T18:23:39.455Z | * branch dc10290f4b6fff0470463be318bb91adfbf383a6 -> FETCH_HEAD |
71 | 2024-08-30T18:23:39.465Z | + [[ -n hubris-support-keys ]] |
72 | 2024-08-30T18:23:39.468Z | ++ git branch --show-current |
73 | 2024-08-30T18:23:39.470Z | + current=main |
74 | 2024-08-30T18:23:39.470Z | + [[ main != hubris-support-keys ]] |
75 | 2024-08-30T18:23:39.470Z | + git branch -f hubris-support-keys dc10290f4b6fff0470463be318bb91adfbf383a6 |
76 | 2024-08-30T18:23:39.474Z | + git checkout -f hubris-support-keys |
77 | 2024-08-30T18:23:39.630Z | Switched to branch 'hubris-support-keys' |
78 | 2024-08-30T18:23:39.633Z | + git reset --hard dc10290f4b6fff0470463be318bb91adfbf383a6 |
79 | 2024-08-30T18:23:39.644Z | HEAD is now at dc10290f4 Add details on support keys |
80 | 2024-08-30T18:23:39.647Z | process exited: duration 5362 ms, exit code 0 |
|
81 | 2024-08-30T18:23:39.653Z | starting task 4: "build" |
82 | 2024-08-30T18:23:39.659Z | + cargo --version |
83 | 2024-08-30T18:23:39.715Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-30T18:23:39.718Z | + rustc --version |
85 | 2024-08-30T18:23:39.776Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-30T18:23:39.779Z | + source ./env.sh |
87 | 2024-08-30T18:23:39.779Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-30T18:23:39.779Z | ++ set -o xtrace |
89 | 2024-08-30T18:23:39.782Z | ++++ dirname ./env.sh |
90 | 2024-08-30T18:23:39.784Z | +++ readlink -f . |
91 | 2024-08-30T18:23:39.787Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-30T18:23:39.787Z | ++ 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-08-30T18:23:39.787Z | ++ 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-08-30T18:23:39.787Z | ++ 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-08-30T18:23:39.787Z | ++ 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-08-30T18:23:39.787Z | ++ 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-08-30T18:23:39.787Z | ++ 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-08-30T18:23:39.787Z | ++ 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-08-30T18:23:39.787Z | ++ 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-08-30T18:23:39.787Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-30T18:23:39.787Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-30T18:23:39.787Z | + 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-08-30T18:23:39.787Z | + 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-08-30T18:23:39.787Z | + banner prerequisites |
105 | 2024-08-30T18:23:39.790Z | |
106 | 2024-08-30T18:23:39.790Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-30T18:23:39.790Z | # # # # # # # # # # # # # # # |
108 | 2024-08-30T18:23:39.790Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-30T18:23:39.790Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-30T18:23:39.790Z | # # # # # # # # # # # # # # # |
111 | 2024-08-30T18:23:39.790Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-30T18:23:39.790Z | |
113 | 2024-08-30T18:23:39.790Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-30T18:23:44.363Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-30T18:23:46.715Z | Startup: Caching catalogs ... Done |
116 | 2024-08-30T18:23:48.688Z | Planning: Solver setup ... Done (1.403s) |
117 | 2024-08-30T18:23:48.712Z | Planning: Running solver ... Done (0.023s) |
118 | 2024-08-30T18:23:48.753Z | Planning: Finding local manifests ... Done (0.004s) |
119 | 2024-08-30T18:23:48.768Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-08-30T18:23:49.387Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-08-30T18:23:49.488Z | Planning: Package planning ... Done (0.103s) |
122 | 2024-08-30T18:23:49.545Z | Planning: Merging actions ... Done (0.057s) |
123 | 2024-08-30T18:23:49.780Z | Planning: Checking for conflicting actions ... Done (0.209s) |
124 | 2024-08-30T18:23:51.711Z | Planning: Consolidating action changes ... Done (1.955s) |
125 | 2024-08-30T18:23:52.138Z | Planning: Evaluating mediators ... Done (0.427s) |
126 | 2024-08-30T18:23:52.218Z | Planning: Planning completed in 5.43 seconds |
127 | 2024-08-30T18:23:52.235Z | Packages to install: 4 |
128 | 2024-08-30T18:23:52.235Z | Packages to update: 1 |
129 | 2024-08-30T18:23:52.238Z | Mediators to change: 2 |
130 | 2024-08-30T18:23:52.238Z | Services to change: 1 |
131 | 2024-08-30T18:23:52.238Z | Estimated space available: 155.72 GB |
132 | 2024-08-30T18:23:52.238Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-08-30T18:23:52.238Z | Create boot environment: No |
134 | 2024-08-30T18:23:52.238Z | Create backup boot environment: Yes |
135 | 2024-08-30T18:23:52.238Z | Rebuild boot archive: No |
136 | 2024-08-30T18:23:52.239Z | |
137 | 2024-08-30T18:23:52.239Z | Changed mediators: |
138 | 2024-08-30T18:23:52.239Z | mediator clang: |
139 | 2024-08-30T18:23:52.239Z | version: None -> 15 (system default) |
140 | 2024-08-30T18:23:52.239Z | |
141 | 2024-08-30T18:23:52.239Z | mediator llvm: |
142 | 2024-08-30T18:23:52.239Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-08-30T18:23:52.239Z | |
144 | 2024-08-30T18:23:52.239Z | Changed packages: |
145 | 2024-08-30T18:23:52.239Z | helios-dev |
146 | 2024-08-30T18:23:52.239Z | developer/build-essential |
147 | 2024-08-30T18:23:52.239Z | None -> 11-2.0 |
148 | 2024-08-30T18:23:52.239Z | library/libxmlsec1 |
149 | 2024-08-30T18:23:52.239Z | None -> 1.2.35-2.0 |
150 | 2024-08-30T18:23:52.239Z | ooce/developer/clang-15 |
151 | 2024-08-30T18:23:52.239Z | None -> 15.0.7-2.0 |
152 | 2024-08-30T18:23:52.239Z | ooce/developer/llvm-15 |
153 | 2024-08-30T18:23:52.239Z | None -> 15.0.7-2.0 |
154 | 2024-08-30T18:23:52.239Z | package/pkg |
155 | 2024-08-30T18:23:52.239Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-08-30T18:23:52.239Z | |
157 | 2024-08-30T18:23:52.239Z | Services: |
158 | 2024-08-30T18:23:52.240Z | restart_fmri: |
159 | 2024-08-30T18:23:52.240Z | svc:/system/update-man-index:default |
160 | 2024-08-30T18:23:52.240Z | |
161 | 2024-08-30T18:23:52.240Z | Editable files to change: |
162 | 2024-08-30T18:23:52.240Z | Update: |
163 | 2024-08-30T18:23:52.240Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-08-30T18:23:52.313Z | |
165 | 2024-08-30T18:23:52.313Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-08-30T18:23:57.315Z | Download: 912/4281 items 18.9/220.6MB 8% complete (3.9M/s) |
167 | 2024-08-30T18:24:02.370Z | Download: 1230/4281 items 89.0/220.6MB 40% complete (9.0M/s) |
168 | 2024-08-30T18:24:07.377Z | Download: 1794/4281 items 118.4/220.6MB 53% complete (9.9M/s) |
169 | 2024-08-30T18:24:13.187Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (3.6M/s) |
170 | 2024-08-30T18:24:18.197Z | Download: 2574/4281 items 120.5/220.6MB 54% complete (196k/s) |
171 | 2024-08-30T18:24:23.199Z | Download: 3092/4281 items 125.3/220.6MB 56% complete (542k/s) |
172 | 2024-08-30T18:24:28.210Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
173 | 2024-08-30T18:24:33.230Z | Download: 3506/4281 items 215.5/220.6MB 97% complete (9.4M/s) |
174 | 2024-08-30T18:24:38.245Z | Download: 3964/4281 items 218.8/220.6MB 99% complete (1.6M/s) |
175 | 2024-08-30T18:24:47.724Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (855k/s) |
176 | 2024-08-30T18:24:48.229Z | Download: Completed 220.60 MB in 55.90 seconds (4.0M/s) |
177 | 2024-08-30T18:24:50.320Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-08-30T18:24:50.339Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-08-30T18:24:55.080Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-08-30T18:24:55.397Z | Actions: Completed 5063 actions in 5.08 seconds. |
181 | 2024-08-30T18:24:55.688Z | Done (0.283s) |
182 | 2024-08-30T18:24:55.690Z | Done (0.000s) |
183 | 2024-08-30T18:24:56.071Z | Done (0.382s) |
184 | 2024-08-30T18:25:00.572Z | Done (4.323s) |
185 | 2024-08-30T18:25:00.668Z | Done (0.017s) |
186 | 2024-08-30T18:25:00.672Z | Done (0.000s) |
187 | 2024-08-30T18:25:00.841Z | Done (0.000s) |
188 | 2024-08-30T18:25:01.440Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-08-30T18:25:01.605Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-08-30T18:25:01.608Z | Planning: Consolidating action changes ... Done |
191 | 2024-08-30T18:25:01.878Z | Planning: Evaluating mediators ... Done |
192 | 2024-08-30T18:25:01.880Z | Planning: Planning completed in 0.44 seconds |
193 | 2024-08-30T18:25:01.918Z | Mediators to change: 2 |
194 | 2024-08-30T18:25:01.918Z | Create boot environment: No |
195 | 2024-08-30T18:25:01.918Z | Create backup boot environment: No |
196 | 2024-08-30T18:25:02.018Z | Done |
197 | 2024-08-30T18:25:02.018Z | Done |
198 | 2024-08-30T18:25:02.256Z | Done |
199 | 2024-08-30T18:25:06.086Z | Done |
200 | 2024-08-30T18:25:06.183Z | Done |
201 | 2024-08-30T18:25:06.186Z | Done |
202 | 2024-08-30T18:25:06.286Z | Done |
203 | 2024-08-30T18:25:06.914Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-08-30T18:25:06.916Z | Planning: Merging actions ... Done |
205 | 2024-08-30T18:25:07.112Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-08-30T18:25:07.114Z | Planning: Consolidating action changes ... Done |
207 | 2024-08-30T18:25:07.382Z | Planning: Evaluating mediators ... Done |
208 | 2024-08-30T18:25:07.439Z | Planning: Planning completed in 0.77 seconds |
209 | 2024-08-30T18:25:07.481Z | Packages to change: 1 |
210 | 2024-08-30T18:25:07.481Z | Mediators to change: 1 |
211 | 2024-08-30T18:25:07.483Z | Services to change: 1 |
212 | 2024-08-30T18:25:07.483Z | Create boot environment: No |
213 | 2024-08-30T18:25:07.483Z | Create backup boot environment: Yes |
214 | 2024-08-30T18:25:09.621Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-08-30T18:25:09.623Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-08-30T18:25:09.623Z | Done |
217 | 2024-08-30T18:25:09.623Z | Done |
218 | 2024-08-30T18:25:09.703Z | Done |
219 | 2024-08-30T18:25:13.515Z | Done |
220 | 2024-08-30T18:25:13.613Z | Done |
221 | 2024-08-30T18:25:13.615Z | Done |
222 | 2024-08-30T18:25:13.725Z | Done |
223 | 2024-08-30T18:25:14.172Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-08-30T18:25:14.172Z | clang system 15 system |
225 | 2024-08-30T18:25:14.172Z | csh system system illumos |
226 | 2024-08-30T18:25:14.172Z | ctags system system illumos |
227 | 2024-08-30T18:25:14.172Z | gcc vendor 12 vendor |
228 | 2024-08-30T18:25:14.172Z | gcc system 10 system |
229 | 2024-08-30T18:25:14.172Z | gcc system 7 system |
230 | 2024-08-30T18:25:14.172Z | go system 1.20 system |
231 | 2024-08-30T18:25:14.172Z | go system 1.19 system |
232 | 2024-08-30T18:25:14.173Z | llvm system 15 system |
233 | 2024-08-30T18:25:14.173Z | llvm system 14 system |
234 | 2024-08-30T18:25:14.173Z | mariadb system 10.6 system |
235 | 2024-08-30T18:25:14.173Z | mta vendor vendor dma |
236 | 2024-08-30T18:25:14.173Z | openjdk system 17 system |
237 | 2024-08-30T18:25:14.173Z | openjdk system 11 system |
238 | 2024-08-30T18:25:14.173Z | openjdk system 1.8 system |
239 | 2024-08-30T18:25:14.173Z | openssl vendor 3 vendor |
240 | 2024-08-30T18:25:14.173Z | perl system 5.36 system |
241 | 2024-08-30T18:25:14.173Z | postgresql system 15 system |
242 | 2024-08-30T18:25:14.173Z | postgresql system 13 system |
243 | 2024-08-30T18:25:14.173Z | python vendor 3 vendor |
244 | 2024-08-30T18:25:14.173Z | python system 2 system |
245 | 2024-08-30T18:25:14.173Z | python3 system 3.11 system |
246 | 2024-08-30T18:25:14.173Z | ruby system 3.0 system |
247 | 2024-08-30T18:25:14.173Z | words vendor vendor american-english |
248 | 2024-08-30T18:25:14.173Z | words system system australian-english |
249 | 2024-08-30T18:25:14.173Z | words system system british-english |
250 | 2024-08-30T18:25:14.173Z | words system system canadian-english |
251 | 2024-08-30T18:25:14.173Z | words system system french |
252 | 2024-08-30T18:25:14.173Z | words system system italian |
253 | 2024-08-30T18:25:14.173Z | words system system ngerman |
254 | 2024-08-30T18:25:14.173Z | words system system ogerman |
255 | 2024-08-30T18:25:14.173Z | words system system spanish |
256 | 2024-08-30T18:25:14.518Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-08-30T18:25:14.518Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-08-30T18:25:16.327Z | FMRI IFO |
259 | 2024-08-30T18:25:16.327Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-08-30T18:25:16.327Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-08-30T18:25:16.327Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-08-30T18:25:16.328Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-08-30T18:25:16.328Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-08-30T18:25:16.328Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-08-30T18:25:16.328Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-08-30T18:25:16.328Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-08-30T18:25:16.328Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-08-30T18:25:16.328Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-08-30T18:25:16.328Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-08-30T18:25:16.328Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-08-30T18:25:16.328Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-08-30T18:25:16.962Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
273 | 2024-08-30T18:25:17.262Z | Updating crates.io index |
274 | 2024-08-30T18:25:17.307Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
275 | 2024-08-30T18:25:18.013Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-08-30T18:25:18.740Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-08-30T18:25:19.033Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
278 | 2024-08-30T18:25:20.495Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-08-30T18:25:20.753Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-08-30T18:25:21.125Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-08-30T18:25:22.365Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-08-30T18:25:24.306Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-08-30T18:25:25.218Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-08-30T18:25:25.845Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-08-30T18:25:26.095Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-08-30T18:25:26.718Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-08-30T18:25:27.137Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
288 | 2024-08-30T18:25:27.389Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
289 | 2024-08-30T18:25:27.818Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-08-30T18:25:28.212Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-08-30T18:25:28.482Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-08-30T18:25:28.727Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-08-30T18:25:29.007Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2024-08-30T18:25:29.322Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-08-30T18:25:29.725Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-08-30T18:25:30.212Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-08-30T18:25:30.601Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-08-30T18:25:31.059Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-08-30T18:25:31.463Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-08-30T18:25:31.857Z | Updating git repository `https://github.com/oxidecomputer/typify` |
301 | 2024-08-30T18:25:34.095Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-08-30T18:25:34.330Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-08-30T18:25:34.626Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-08-30T18:25:35.065Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
305 | 2024-08-30T18:25:36.583Z | Downloading crates ... |
306 | 2024-08-30T18:25:36.637Z | Downloaded is_terminal_polyfill v1.70.0 |
307 | 2024-08-30T18:25:36.642Z | Downloaded equivalent v1.0.1 |
308 | 2024-08-30T18:25:36.658Z | Downloaded swrite v0.1.0 |
309 | 2024-08-30T18:25:36.662Z | Downloaded scroll_derive v0.12.0 |
310 | 2024-08-30T18:25:36.662Z | Downloaded usdt-attr-macro v0.5.0 |
311 | 2024-08-30T18:25:36.662Z | Downloaded usdt-macro v0.5.0 |
312 | 2024-08-30T18:25:36.666Z | Downloaded heck v0.5.0 |
313 | 2024-08-30T18:25:36.666Z | Downloaded block-buffer v0.10.4 |
314 | 2024-08-30T18:25:36.666Z | Downloaded fnv v1.0.7 |
315 | 2024-08-30T18:25:36.669Z | Downloaded clap_lex v0.7.0 |
316 | 2024-08-30T18:25:36.669Z | Downloaded crypto-common v0.1.6 |
317 | 2024-08-30T18:25:36.669Z | Downloaded camino-tempfile v1.1.1 |
318 | 2024-08-30T18:25:36.669Z | Downloaded anstyle-parse v0.2.4 |
319 | 2024-08-30T18:25:36.672Z | Downloaded anstyle v1.0.8 |
320 | 2024-08-30T18:25:36.676Z | Downloaded thiserror-impl v1.0.63 |
321 | 2024-08-30T18:25:36.676Z | Downloaded smawk v0.3.2 |
322 | 2024-08-30T18:25:36.676Z | Downloaded memmap v0.7.0 |
323 | 2024-08-30T18:25:36.679Z | Downloaded generic-array v0.14.7 |
324 | 2024-08-30T18:25:36.679Z | Downloaded macaddr v1.0.1 |
325 | 2024-08-30T18:25:36.679Z | Downloaded dof v0.3.0 |
326 | 2024-08-30T18:25:36.681Z | Downloaded tabled_derive v0.7.0 |
327 | 2024-08-30T18:25:36.681Z | Downloaded serde_tokenstream v0.2.2 |
328 | 2024-08-30T18:25:36.684Z | Downloaded colorchoice v1.0.1 |
329 | 2024-08-30T18:25:36.684Z | Downloaded terminal_size v0.3.0 |
330 | 2024-08-30T18:25:36.686Z | Downloaded cfg-if v1.0.0 |
331 | 2024-08-30T18:25:36.686Z | Downloaded plain v0.2.3 |
332 | 2024-08-30T18:25:36.686Z | Downloaded cargo_metadata v0.18.1 |
333 | 2024-08-30T18:25:36.689Z | Downloaded pest_generator v2.7.10 |
334 | 2024-08-30T18:25:36.689Z | Downloaded bytecount v0.6.8 |
335 | 2024-08-30T18:25:36.692Z | Downloaded anstream v0.6.14 |
336 | 2024-08-30T18:25:36.695Z | Downloaded proc-macro-error v1.0.4 |
337 | 2024-08-30T18:25:36.697Z | Downloaded scroll v0.12.0 |
338 | 2024-08-30T18:25:36.697Z | Downloaded quote v1.0.36 |
339 | 2024-08-30T18:25:36.700Z | Downloaded anyhow v1.0.86 |
340 | 2024-08-30T18:25:36.705Z | Downloaded dtrace-parser v0.2.0 |
341 | 2024-08-30T18:25:36.710Z | Downloaded ucd-trie v0.1.6 |
342 | 2024-08-30T18:25:36.713Z | Downloaded version_check v0.9.5 |
343 | 2024-08-30T18:25:36.716Z | Downloaded proc-macro-error-attr v1.0.4 |
344 | 2024-08-30T18:25:36.720Z | Downloaded pretty-hex v0.4.1 |
345 | 2024-08-30T18:25:36.723Z | Downloaded byteorder v1.5.0 |
346 | 2024-08-30T18:25:36.725Z | Downloaded autocfg v1.3.0 |
347 | 2024-08-30T18:25:36.728Z | Downloaded anstyle-query v1.0.3 |
348 | 2024-08-30T18:25:36.728Z | Downloaded fastrand v2.1.0 |
349 | 2024-08-30T18:25:36.733Z | Downloaded toml v0.8.19 |
350 | 2024-08-30T18:25:36.737Z | Downloaded textwrap v0.16.1 |
351 | 2024-08-30T18:25:36.740Z | Downloaded cpufeatures v0.2.12 |
352 | 2024-08-30T18:25:36.743Z | Downloaded cargo-platform v0.1.8 |
353 | 2024-08-30T18:25:36.743Z | Downloaded itoa v1.0.11 |
354 | 2024-08-30T18:25:36.745Z | Downloaded heck v0.4.1 |
355 | 2024-08-30T18:25:36.745Z | Downloaded fs-err v2.11.0 |
356 | 2024-08-30T18:25:36.745Z | Downloaded errno v0.3.9 |
357 | 2024-08-30T18:25:36.750Z | Downloaded unicode-linebreak v0.1.5 |
358 | 2024-08-30T18:25:36.753Z | Downloaded serde_spanned v0.6.7 |
359 | 2024-08-30T18:25:36.757Z | Downloaded strsim v0.11.1 |
360 | 2024-08-30T18:25:36.759Z | Downloaded cargo_toml v0.20.4 |
361 | 2024-08-30T18:25:36.759Z | Downloaded camino v1.1.9 |
362 | 2024-08-30T18:25:36.761Z | Downloaded usdt v0.5.0 |
363 | 2024-08-30T18:25:36.764Z | Downloaded digest v0.10.7 |
364 | 2024-08-30T18:25:36.764Z | Downloaded thiserror v1.0.63 |
365 | 2024-08-30T18:25:36.768Z | Downloaded utf8parse v0.2.1 |
366 | 2024-08-30T18:25:36.771Z | Downloaded usdt-impl v0.5.0 |
367 | 2024-08-30T18:25:36.771Z | Downloaded toml_datetime v0.6.8 |
368 | 2024-08-30T18:25:36.773Z | Downloaded thread-id v4.2.1 |
369 | 2024-08-30T18:25:36.773Z | Downloaded serde v1.0.208 |
370 | 2024-08-30T18:25:36.777Z | Downloaded once_cell v1.19.0 |
371 | 2024-08-30T18:25:36.784Z | Downloaded pest_derive v2.7.10 |
372 | 2024-08-30T18:25:36.786Z | Downloaded clap_derive v4.5.13 |
373 | 2024-08-30T18:25:36.789Z | Downloaded bitflags v2.6.0 |
374 | 2024-08-30T18:25:36.792Z | Downloaded sha2 v0.10.8 |
375 | 2024-08-30T18:25:36.795Z | Downloaded semver v1.0.23 |
376 | 2024-08-30T18:25:36.801Z | Downloaded log v0.4.21 |
377 | 2024-08-30T18:25:36.804Z | Downloaded proc-macro2 v1.0.86 |
378 | 2024-08-30T18:25:36.806Z | Downloaded typenum v1.17.0 |
379 | 2024-08-30T18:25:36.809Z | Downloaded pest_meta v2.7.10 |
380 | 2024-08-30T18:25:36.812Z | Downloaded zerocopy-derive v0.7.34 |
381 | 2024-08-30T18:25:36.814Z | Downloaded unicode-ident v1.0.12 |
382 | 2024-08-30T18:25:36.821Z | Downloaded toml_edit v0.22.20 |
383 | 2024-08-30T18:25:36.837Z | Downloaded papergrid v0.11.0 |
384 | 2024-08-30T18:25:36.841Z | Downloaded pest v2.7.10 |
385 | 2024-08-30T18:25:36.846Z | Downloaded indexmap v2.4.0 |
386 | 2024-08-30T18:25:36.849Z | Downloaded hashbrown v0.14.5 |
387 | 2024-08-30T18:25:36.854Z | Downloaded clap v4.5.16 |
388 | 2024-08-30T18:25:36.864Z | Downloaded serde_json v1.0.125 |
389 | 2024-08-30T18:25:36.870Z | Downloaded memchr v2.7.2 |
390 | 2024-08-30T18:25:36.875Z | Downloaded clap_builder v4.5.15 |
391 | 2024-08-30T18:25:36.881Z | Downloaded serde_derive v1.0.208 |
392 | 2024-08-30T18:25:36.883Z | Downloaded winnow v0.6.18 |
393 | 2024-08-30T18:25:36.892Z | Downloaded ryu v1.0.18 |
394 | 2024-08-30T18:25:36.896Z | Downloaded zerocopy v0.7.34 |
395 | 2024-08-30T18:25:36.910Z | Downloaded goblin v0.8.2 |
396 | 2024-08-30T18:25:36.915Z | Downloaded tabled v0.15.0 |
397 | 2024-08-30T18:25:36.930Z | Downloaded syn v2.0.74 |
398 | 2024-08-30T18:25:36.940Z | Downloaded syn v1.0.109 |
399 | 2024-08-30T18:25:36.950Z | Downloaded rustix v0.38.34 |
400 | 2024-08-30T18:25:36.971Z | Downloaded unicode-width v0.1.13 |
401 | 2024-08-30T18:25:36.978Z | Downloaded tempfile v3.10.1 |
402 | 2024-08-30T18:25:36.980Z | Downloaded libc v0.2.158 |
403 | 2024-08-30T18:25:37.281Z | Compiling proc-macro2 v1.0.86 |
404 | 2024-08-30T18:25:37.281Z | Compiling unicode-ident v1.0.12 |
405 | 2024-08-30T18:25:37.283Z | Compiling version_check v0.9.5 |
406 | 2024-08-30T18:25:37.283Z | Compiling serde v1.0.208 |
407 | 2024-08-30T18:25:37.283Z | Compiling memchr v2.7.2 |
408 | 2024-08-30T18:25:37.283Z | Compiling thiserror v1.0.63 |
409 | 2024-08-30T18:25:37.283Z | Compiling libc v0.2.158 |
410 | 2024-08-30T18:25:37.283Z | Compiling itoa v1.0.11 |
411 | 2024-08-30T18:25:37.525Z | Compiling ryu v1.0.18 |
412 | 2024-08-30T18:25:37.602Z | Compiling ucd-trie v0.1.6 |
413 | 2024-08-30T18:25:37.876Z | Compiling once_cell v1.19.0 |
414 | 2024-08-30T18:25:38.138Z | Compiling byteorder v1.5.0 |
415 | 2024-08-30T18:25:38.233Z | Compiling rustix v0.38.34 |
416 | 2024-08-30T18:25:38.280Z | Compiling serde_json v1.0.125 |
417 | 2024-08-30T18:25:38.592Z | Compiling bitflags v2.6.0 |
418 | 2024-08-30T18:25:38.741Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-08-30T18:25:39.032Z | Compiling quote v1.0.36 |
420 | 2024-08-30T18:25:39.079Z | Compiling usdt-impl v0.5.0 |
421 | 2024-08-30T18:25:39.143Z | Compiling syn v1.0.109 |
422 | 2024-08-30T18:25:39.237Z | Compiling proc-macro-error v1.0.4 |
423 | 2024-08-30T18:25:39.261Z | Compiling log v0.4.21 |
424 | 2024-08-30T18:25:39.457Z | Compiling syn v2.0.74 |
425 | 2024-08-30T18:25:39.661Z | Compiling errno v0.3.9 |
426 | 2024-08-30T18:25:39.710Z | Compiling hashbrown v0.14.5 |
427 | 2024-08-30T18:25:39.762Z | Compiling camino v1.1.9 |
428 | 2024-08-30T18:25:39.885Z | Compiling thread-id v4.2.1 |
429 | 2024-08-30T18:25:39.913Z | Compiling plain v0.2.3 |
430 | 2024-08-30T18:25:39.936Z | Compiling equivalent v1.0.1 |
431 | 2024-08-30T18:25:40.006Z | Compiling utf8parse v0.2.1 |
432 | 2024-08-30T18:25:40.178Z | Compiling anstyle-parse v0.2.4 |
433 | 2024-08-30T18:25:40.491Z | Compiling semver v1.0.23 |
434 | 2024-08-30T18:25:40.519Z | Compiling anstyle-query v1.0.3 |
435 | 2024-08-30T18:25:40.601Z | Compiling autocfg v1.3.0 |
436 | 2024-08-30T18:25:40.668Z | Compiling colorchoice v1.0.1 |
437 | 2024-08-30T18:25:40.849Z | Compiling is_terminal_polyfill v1.70.0 |
438 | 2024-08-30T18:25:40.903Z | Compiling winnow v0.6.18 |
439 | 2024-08-30T18:25:40.980Z | Compiling indexmap v2.4.0 |
440 | 2024-08-30T18:25:41.029Z | Compiling unicode-width v0.1.13 |
441 | 2024-08-30T18:25:41.060Z | Compiling pretty-hex v0.4.1 |
442 | 2024-08-30T18:25:41.273Z | Compiling anstyle v1.0.8 |
443 | 2024-08-30T18:25:41.591Z | Compiling fs-err v2.11.0 |
444 | 2024-08-30T18:25:41.652Z | Compiling anstream v0.6.14 |
445 | 2024-08-30T18:25:41.760Z | Compiling fnv v1.0.7 |
446 | 2024-08-30T18:25:41.899Z | Compiling fastrand v2.1.0 |
447 | 2024-08-30T18:25:41.902Z | Compiling bytecount v0.6.8 |
448 | 2024-08-30T18:25:42.149Z | Compiling terminal_size v0.3.0 |
449 | 2024-08-30T18:25:42.336Z | Compiling heck v0.5.0 |
450 | 2024-08-30T18:25:42.361Z | Compiling strsim v0.11.1 |
451 | 2024-08-30T18:25:42.438Z | Compiling clap_lex v0.7.0 |
452 | 2024-08-30T18:25:42.476Z | Compiling anyhow v1.0.86 |
453 | 2024-08-30T18:25:42.704Z | Compiling heck v0.4.1 |
454 | 2024-08-30T18:25:42.864Z | Compiling cfg-if v1.0.0 |
455 | 2024-08-30T18:25:42.995Z | Compiling tempfile v3.10.1 |
456 | 2024-08-30T18:25:43.213Z | Compiling clap_builder v4.5.15 |
457 | 2024-08-30T18:25:43.298Z | Compiling papergrid v0.11.0 |
458 | 2024-08-30T18:25:43.492Z | Compiling memmap v0.7.0 |
459 | 2024-08-30T18:25:43.672Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-08-30T18:25:43.861Z | Compiling smawk v0.3.2 |
461 | 2024-08-30T18:25:44.103Z | Compiling textwrap v0.16.1 |
462 | 2024-08-30T18:25:44.525Z | Compiling swrite v0.1.0 |
463 | 2024-08-30T18:25:45.751Z | Compiling tabled_derive v0.7.0 |
464 | 2024-08-30T18:25:47.712Z | Compiling tabled v0.15.0 |
465 | 2024-08-30T18:25:48.282Z | Compiling serde_derive v1.0.208 |
466 | 2024-08-30T18:25:48.284Z | Compiling thiserror-impl v1.0.63 |
467 | 2024-08-30T18:25:48.284Z | Compiling zerocopy-derive v0.7.34 |
468 | 2024-08-30T18:25:48.284Z | Compiling scroll_derive v0.12.0 |
469 | 2024-08-30T18:25:48.610Z | Compiling clap_derive v4.5.13 |
470 | 2024-08-30T18:25:49.810Z | Compiling scroll v0.12.0 |
471 | 2024-08-30T18:25:50.303Z | Compiling goblin v0.8.2 |
472 | 2024-08-30T18:25:50.390Z | Compiling zerocopy v0.7.34 |
473 | 2024-08-30T18:25:51.150Z | Compiling pest v2.7.10 |
474 | 2024-08-30T18:25:52.351Z | Compiling clap v4.5.16 |
475 | 2024-08-30T18:25:53.418Z | Compiling pest_meta v2.7.10 |
476 | 2024-08-30T18:25:54.311Z | Compiling pest_generator v2.7.10 |
477 | 2024-08-30T18:25:56.160Z | Compiling pest_derive v2.7.10 |
478 | 2024-08-30T18:25:56.957Z | Compiling dtrace-parser v0.2.0 |
479 | 2024-08-30T18:25:58.780Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-08-30T18:25:58.861Z | Compiling toml_datetime v0.6.8 |
481 | 2024-08-30T18:25:58.861Z | Compiling serde_spanned v0.6.7 |
482 | 2024-08-30T18:25:59.157Z | Compiling toml_edit v0.22.20 |
483 | 2024-08-30T18:25:59.262Z | Compiling cargo-platform v0.1.8 |
484 | 2024-08-30T18:25:59.383Z | Compiling macaddr v1.0.1 |
485 | 2024-08-30T18:25:59.521Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-08-30T18:26:00.255Z | Compiling dof v0.3.0 |
487 | 2024-08-30T18:26:00.319Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-08-30T18:26:02.011Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-08-30T18:26:02.011Z | Compiling usdt-macro v0.5.0 |
490 | 2024-08-30T18:26:02.100Z | Compiling toml v0.8.19 |
491 | 2024-08-30T18:26:03.019Z | Compiling cargo_toml v0.20.4 |
492 | 2024-08-30T18:26:03.399Z | Compiling usdt v0.5.0 |
493 | 2024-08-30T18:26:06.854Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2024-08-30T18:26:11.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.47s |
495 | 2024-08-30T18:26:11.469Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2024-08-30T18:26:12.052Z | Downloading crates ... |
497 | 2024-08-30T18:26:12.198Z | Downloaded atomicwrites v0.4.3 |
498 | 2024-08-30T18:26:12.204Z | Downloaded bitstruct v0.1.1 |
499 | 2024-08-30T18:26:12.207Z | Downloaded hubpack_derive v0.1.1 |
500 | 2024-08-30T18:26:12.210Z | Downloaded ciborium-io v0.2.2 |
501 | 2024-08-30T18:26:12.210Z | Downloaded http-range v0.1.5 |
502 | 2024-08-30T18:26:12.210Z | Downloaded cfg_aliases v0.1.1 |
503 | 2024-08-30T18:26:12.213Z | Downloaded async-stream-impl v0.3.5 |
504 | 2024-08-30T18:26:12.216Z | Downloaded adler v1.0.2 |
505 | 2024-08-30T18:26:12.219Z | Downloaded httpdate v1.0.3 |
506 | 2024-08-30T18:26:12.220Z | Downloaded home v0.5.9 |
507 | 2024-08-30T18:26:12.222Z | Downloaded assert_matches v1.5.0 |
508 | 2024-08-30T18:26:12.225Z | Downloaded is-terminal v0.4.12 |
509 | 2024-08-30T18:26:12.228Z | Downloaded crunchy v0.2.2 |
510 | 2024-08-30T18:26:12.230Z | Downloaded bitfield-struct v0.6.1 |
511 | 2024-08-30T18:26:12.230Z | Downloaded matches v0.1.10 |
512 | 2024-08-30T18:26:12.230Z | Downloaded bit-vec v0.6.3 |
513 | 2024-08-30T18:26:12.236Z | Downloaded castaway v0.2.3 |
514 | 2024-08-30T18:26:12.236Z | Downloaded bcrypt-pbkdf v0.10.0 |
515 | 2024-08-30T18:26:12.240Z | Downloaded async-recursion v1.1.1 |
516 | 2024-08-30T18:26:12.243Z | Downloaded atty v0.2.14 |
517 | 2024-08-30T18:26:12.246Z | Downloaded num-conv v0.1.0 |
518 | 2024-08-30T18:26:12.246Z | Downloaded aead v0.5.2 |
519 | 2024-08-30T18:26:12.250Z | Downloaded newline-converter v0.3.0 |
520 | 2024-08-30T18:26:12.250Z | Downloaded new_debug_unreachable v1.0.6 |
521 | 2024-08-30T18:26:12.253Z | Downloaded darling_macro v0.20.9 |
522 | 2024-08-30T18:26:12.253Z | Downloaded arrayref v0.3.7 |
523 | 2024-08-30T18:26:12.253Z | Downloaded instant v0.1.12 |
524 | 2024-08-30T18:26:12.256Z | Downloaded crc v3.2.1 |
525 | 2024-08-30T18:26:12.258Z | Downloaded base16ct v0.2.0 |
526 | 2024-08-30T18:26:12.261Z | Downloaded lru-cache v0.1.2 |
527 | 2024-08-30T18:26:12.261Z | Downloaded maplit v1.0.2 |
528 | 2024-08-30T18:26:12.264Z | Downloaded linear-map v1.2.0 |
529 | 2024-08-30T18:26:12.264Z | Downloaded kstat-rs v0.2.4 |
530 | 2024-08-30T18:26:12.267Z | Downloaded hyper-staticfile v0.9.5 |
531 | 2024-08-30T18:26:12.270Z | Downloaded newtype_derive v0.1.6 |
532 | 2024-08-30T18:26:12.270Z | Downloaded lalrpop-util v0.19.12 |
533 | 2024-08-30T18:26:12.273Z | Downloaded instability v0.3.2 |
534 | 2024-08-30T18:26:12.273Z | Downloaded multimap v0.10.0 |
535 | 2024-08-30T18:26:12.276Z | Downloaded lazycell v1.3.0 |
536 | 2024-08-30T18:26:12.276Z | Downloaded crc-catalog v2.4.0 |
537 | 2024-08-30T18:26:12.279Z | Downloaded bitstruct_derive v0.1.0 |
538 | 2024-08-30T18:26:12.279Z | Downloaded md-5 v0.10.6 |
539 | 2024-08-30T18:26:12.282Z | Downloaded cancel-safe-futures v0.1.5 |
540 | 2024-08-30T18:26:12.285Z | Downloaded argon2 v0.5.3 |
541 | 2024-08-30T18:26:12.288Z | Downloaded ctr v0.9.2 |
542 | 2024-08-30T18:26:12.292Z | Downloaded curve25519-dalek-derive v0.1.1 |
543 | 2024-08-30T18:26:12.292Z | Downloaded bzip2 v0.4.4 |
544 | 2024-08-30T18:26:12.295Z | Downloaded base64ct v1.6.0 |
545 | 2024-08-30T18:26:12.298Z | Downloaded serde-big-array v0.5.1 |
546 | 2024-08-30T18:26:12.302Z | Downloaded ident_case v1.0.1 |
547 | 2024-08-30T18:26:12.302Z | Downloaded ahash v0.8.11 |
548 | 2024-08-30T18:26:12.305Z | Downloaded atomic-waker v1.1.2 |
549 | 2024-08-30T18:26:12.305Z | Downloaded normalize-line-endings v0.3.0 |
550 | 2024-08-30T18:26:12.308Z | Downloaded async-trait v0.1.81 |
551 | 2024-08-30T18:26:12.310Z | Downloaded hostname v0.3.1 |
552 | 2024-08-30T18:26:12.313Z | Downloaded mime_guess v2.0.4 |
553 | 2024-08-30T18:26:12.315Z | Downloaded ipnet v2.9.0 |
554 | 2024-08-30T18:26:12.319Z | Downloaded bitfield v0.14.0 |
555 | 2024-08-30T18:26:12.322Z | Downloaded bit-set v0.5.3 |
556 | 2024-08-30T18:26:12.322Z | Downloaded native-tls v0.2.11 |
557 | 2024-08-30T18:26:12.324Z | Downloaded memmap2 v0.9.4 |
558 | 2024-08-30T18:26:12.327Z | Downloaded cassowary v0.3.0 |
559 | 2024-08-30T18:26:12.327Z | Downloaded cbc v0.1.2 |
560 | 2024-08-30T18:26:12.329Z | Downloaded blowfish v0.9.1 |
561 | 2024-08-30T18:26:12.331Z | Downloaded block-padding v0.3.3 |
562 | 2024-08-30T18:26:12.331Z | Downloaded lock_api v0.4.12 |
563 | 2024-08-30T18:26:12.334Z | Downloaded colored v2.1.0 |
564 | 2024-08-30T18:26:12.337Z | Downloaded jobserver v0.1.32 |
565 | 2024-08-30T18:26:12.339Z | Downloaded strum v0.26.3 |
566 | 2024-08-30T18:26:12.342Z | Downloaded nu-ansi-term v0.50.0 |
567 | 2024-08-30T18:26:12.345Z | Downloaded humantime v2.1.0 |
568 | 2024-08-30T18:26:12.345Z | Downloaded hubpack v0.1.2 |
569 | 2024-08-30T18:26:12.347Z | Downloaded semver v0.1.20 |
570 | 2024-08-30T18:26:12.350Z | Downloaded ipnetwork v0.20.0 |
571 | 2024-08-30T18:26:12.350Z | Downloaded highway v1.2.0 |
572 | 2024-08-30T18:26:12.353Z | Downloaded ciborium-ll v0.2.2 |
573 | 2024-08-30T18:26:12.355Z | Downloaded signal-hook-mio v0.2.4 |
574 | 2024-08-30T18:26:12.357Z | Downloaded memoffset v0.9.1 |
575 | 2024-08-30T18:26:12.360Z | Downloaded lru v0.12.3 |
576 | 2024-08-30T18:26:12.360Z | Downloaded nanorand v0.7.0 |
577 | 2024-08-30T18:26:12.362Z | Downloaded resolv-conf v0.7.0 |
578 | 2024-08-30T18:26:12.365Z | Downloaded nodrop v0.1.14 |
579 | 2024-08-30T18:26:12.367Z | Downloaded rustls-pemfile v1.0.4 |
580 | 2024-08-30T18:26:12.370Z | Downloaded rustc-hash v1.1.0 |
581 | 2024-08-30T18:26:12.372Z | Downloaded num v0.4.3 |
582 | 2024-08-30T18:26:12.372Z | Downloaded maybe-uninit v2.0.0 |
583 | 2024-08-30T18:26:12.375Z | Downloaded indoc v1.0.9 |
584 | 2024-08-30T18:26:12.377Z | Downloaded miniz_oxide v0.7.2 |
585 | 2024-08-30T18:26:12.380Z | Downloaded scrypt v0.11.0 |
586 | 2024-08-30T18:26:12.382Z | Downloaded mockall_derive v0.13.0 |
587 | 2024-08-30T18:26:12.384Z | Downloaded crossbeam-epoch v0.9.18 |
588 | 2024-08-30T18:26:12.387Z | Downloaded waitgroup v0.1.2 |
589 | 2024-08-30T18:26:12.390Z | Downloaded managed v0.8.0 |
590 | 2024-08-30T18:26:12.392Z | Downloaded endian-type v0.1.2 |
591 | 2024-08-30T18:26:12.392Z | Downloaded foreign-types v0.3.2 |
592 | 2024-08-30T18:26:12.394Z | Downloaded downcast v0.11.0 |
593 | 2024-08-30T18:26:12.397Z | Downloaded nibble_vec v0.1.0 |
594 | 2024-08-30T18:26:12.397Z | Downloaded newtype-uuid v1.1.0 |
595 | 2024-08-30T18:26:12.399Z | Downloaded ssh-cipher v0.2.0 |
596 | 2024-08-30T18:26:12.400Z | Downloaded console v0.15.8 |
597 | 2024-08-30T18:26:12.403Z | Downloaded string_cache v0.8.7 |
598 | 2024-08-30T18:26:12.406Z | Downloaded tls_codec_derive v0.4.1 |
599 | 2024-08-30T18:26:12.408Z | Downloaded structmeta-derive v0.3.0 |
600 | 2024-08-30T18:26:12.411Z | Downloaded openssl-macros v0.1.1 |
601 | 2024-08-30T18:26:12.411Z | Downloaded num-complex v0.4.6 |
602 | 2024-08-30T18:26:12.418Z | Downloaded multer v3.1.0 |
603 | 2024-08-30T18:26:12.418Z | Downloaded allocator-api2 v0.2.18 |
604 | 2024-08-30T18:26:12.420Z | Downloaded termios v0.3.3 |
605 | 2024-08-30T18:26:12.423Z | Downloaded unicode-truncate v1.0.0 |
606 | 2024-08-30T18:26:12.425Z | Downloaded darling v0.20.9 |
607 | 2024-08-30T18:26:12.429Z | Downloaded hmac v0.12.1 |
608 | 2024-08-30T18:26:12.431Z | Downloaded indexmap v1.9.3 |
609 | 2024-08-30T18:26:12.436Z | Downloaded phf_shared v0.10.0 |
610 | 2024-08-30T18:26:12.438Z | Downloaded russh-cryptovec v0.7.2 |
611 | 2024-08-30T18:26:12.438Z | Downloaded zeroize_derive v1.4.2 |
612 | 2024-08-30T18:26:12.440Z | Downloaded arc-swap v1.7.1 |
613 | 2024-08-30T18:26:12.444Z | Downloaded wait-timeout v0.2.0 |
614 | 2024-08-30T18:26:12.447Z | Downloaded sqlparser_derive v0.2.2 |
615 | 2024-08-30T18:26:12.449Z | Downloaded sigpipe v0.1.3 |
616 | 2024-08-30T18:26:12.449Z | Downloaded compact_str v0.8.0 |
617 | 2024-08-30T18:26:12.453Z | Downloaded clang-sys v1.7.0 |
618 | 2024-08-30T18:26:12.457Z | Downloaded structmeta-derive v0.2.0 |
619 | 2024-08-30T18:26:12.459Z | Downloaded futures-task v0.3.30 |
620 | 2024-08-30T18:26:12.459Z | Downloaded float-cmp v0.9.0 |
621 | 2024-08-30T18:26:12.462Z | Downloaded snafu-derive v0.8.2 |
622 | 2024-08-30T18:26:12.464Z | Downloaded impl-trait-for-tuples v0.2.2 |
623 | 2024-08-30T18:26:12.467Z | Downloaded cookie v0.17.0 |
624 | 2024-08-30T18:26:12.469Z | Downloaded base64 v0.21.7 |
625 | 2024-08-30T18:26:12.473Z | Downloaded pin-utils v0.1.0 |
626 | 2024-08-30T18:26:12.476Z | Downloaded hash32 v0.3.1 |
627 | 2024-08-30T18:26:12.478Z | Downloaded pbkdf2 v0.12.2 |
628 | 2024-08-30T18:26:12.480Z | Downloaded pbkdf2 v0.11.0 |
629 | 2024-08-30T18:26:12.483Z | Downloaded crc-any v2.5.0 |
630 | 2024-08-30T18:26:12.486Z | Downloaded tokio-rustls v0.25.0 |
631 | 2024-08-30T18:26:12.489Z | Downloaded cc v1.0.97 |
632 | 2024-08-30T18:26:12.492Z | Downloaded radium v0.7.0 |
633 | 2024-08-30T18:26:12.494Z | Downloaded debug-ignore v1.0.5 |
634 | 2024-08-30T18:26:12.497Z | Downloaded hashlink v0.9.1 |
635 | 2024-08-30T18:26:12.500Z | Downloaded derive_builder_core v0.20.0 |
636 | 2024-08-30T18:26:12.502Z | Downloaded oso-derive v0.27.3 |
637 | 2024-08-30T18:26:12.504Z | Downloaded scopeguard v1.2.0 |
638 | 2024-08-30T18:26:12.504Z | Downloaded peg-runtime v0.8.3 |
639 | 2024-08-30T18:26:12.507Z | Downloaded derive_builder v0.20.0 |
640 | 2024-08-30T18:26:12.510Z | Downloaded schemars_derive v0.8.21 |
641 | 2024-08-30T18:26:12.513Z | Downloaded spki v0.7.3 |
642 | 2024-08-30T18:26:12.515Z | Downloaded float-ord v0.3.2 |
643 | 2024-08-30T18:26:12.518Z | Downloaded path-slash v0.1.5 |
644 | 2024-08-30T18:26:12.520Z | Downloaded socket2 v0.4.10 |
645 | 2024-08-30T18:26:12.522Z | Downloaded indicatif v0.17.8 |
646 | 2024-08-30T18:26:12.525Z | Downloaded time-core v0.1.2 |
647 | 2024-08-30T18:26:12.528Z | Downloaded untrusted v0.7.1 |
648 | 2024-08-30T18:26:12.530Z | Downloaded tokio-native-tls v0.3.1 |
649 | 2024-08-30T18:26:12.541Z | Downloaded sqlformat v0.2.4 |
650 | 2024-08-30T18:26:12.544Z | Downloaded termtree v0.4.1 |
651 | 2024-08-30T18:26:12.546Z | Downloaded pin-project-internal v1.1.5 |
652 | 2024-08-30T18:26:12.549Z | Downloaded data-encoding v2.6.0 |
653 | 2024-08-30T18:26:12.551Z | Downloaded utf-8 v0.7.6 |
654 | 2024-08-30T18:26:12.551Z | Downloaded dsl_auto_type v0.1.2 |
655 | 2024-08-30T18:26:12.553Z | Downloaded dhcproto-macros v0.1.0 |
656 | 2024-08-30T18:26:12.556Z | Downloaded mio v1.0.2 |
657 | 2024-08-30T18:26:12.561Z | Downloaded try-lock v0.2.5 |
658 | 2024-08-30T18:26:12.564Z | Downloaded tinyvec_macros v0.1.1 |
659 | 2024-08-30T18:26:12.564Z | Downloaded parse-display-derive v0.10.0 |
660 | 2024-08-30T18:26:12.566Z | Downloaded num-iter v0.1.45 |
661 | 2024-08-30T18:26:12.568Z | Downloaded hex-literal v0.4.1 |
662 | 2024-08-30T18:26:12.568Z | Downloaded getopts v0.2.21 |
663 | 2024-08-30T18:26:12.571Z | Downloaded rustc-demangle v0.1.24 |
664 | 2024-08-30T18:26:12.574Z | Downloaded funty v2.0.0 |
665 | 2024-08-30T18:26:12.574Z | Downloaded form_urlencoded v1.2.1 |
666 | 2024-08-30T18:26:12.577Z | Downloaded fallible-streaming-iterator v0.1.9 |
667 | 2024-08-30T18:26:12.577Z | Downloaded openssl-probe v0.1.5 |
668 | 2024-08-30T18:26:12.579Z | Downloaded foreign-types v0.5.0 |
669 | 2024-08-30T18:26:12.579Z | Downloaded hkdf v0.12.4 |
670 | 2024-08-30T18:26:12.581Z | Downloaded opaque-debug v0.3.1 |
671 | 2024-08-30T18:26:12.584Z | Downloaded scheduled-thread-pool v0.2.7 |
672 | 2024-08-30T18:26:12.586Z | Downloaded crossbeam-channel v0.5.12 |
673 | 2024-08-30T18:26:12.589Z | Downloaded spin v0.9.8 |
674 | 2024-08-30T18:26:12.593Z | Downloaded fxhash v0.2.1 |
675 | 2024-08-30T18:26:12.596Z | Downloaded precomputed-hash v0.1.1 |
676 | 2024-08-30T18:26:12.596Z | Downloaded serde_derive_internals v0.29.1 |
677 | 2024-08-30T18:26:12.599Z | Downloaded portpicker v0.1.1 |
678 | 2024-08-30T18:26:12.599Z | Downloaded slab v0.4.9 |
679 | 2024-08-30T18:26:12.604Z | Downloaded structmeta v0.2.0 |
680 | 2024-08-30T18:26:12.607Z | Downloaded pin-project v1.1.5 |
681 | 2024-08-30T18:26:12.615Z | Downloaded rpassword v7.3.1 |
682 | 2024-08-30T18:26:12.619Z | Downloaded tiny-keccak v2.0.2 |
683 | 2024-08-30T18:26:12.621Z | Downloaded which v4.4.2 |
684 | 2024-08-30T18:26:12.623Z | Downloaded shell-words v1.1.0 |
685 | 2024-08-30T18:26:12.626Z | Downloaded fragile v2.0.0 |
686 | 2024-08-30T18:26:12.628Z | Downloaded libm v0.2.8 |
687 | 2024-08-30T18:26:12.636Z | Downloaded universal-hash v0.5.1 |
688 | 2024-08-30T18:26:12.638Z | Downloaded tabwriter v1.4.0 |
689 | 2024-08-30T18:26:12.640Z | Downloaded gethostname v0.5.0 |
690 | 2024-08-30T18:26:12.640Z | Downloaded num-rational v0.4.2 |
691 | 2024-08-30T18:26:12.643Z | Downloaded glob v0.3.1 |
692 | 2024-08-30T18:26:12.646Z | Downloaded rusty-fork v0.3.0 |
693 | 2024-08-30T18:26:12.649Z | Downloaded flagset v0.4.5 |
694 | 2024-08-30T18:26:12.649Z | Downloaded pkcs8 v0.10.2 |
695 | 2024-08-30T18:26:12.653Z | Downloaded pem-rfc7468 v0.7.0 |
696 | 2024-08-30T18:26:12.655Z | Downloaded want v0.3.1 |
697 | 2024-08-30T18:26:12.657Z | Downloaded mio v0.8.11 |
698 | 2024-08-30T18:26:12.662Z | Downloaded group v0.13.0 |
699 | 2024-08-30T18:26:12.664Z | Downloaded serde_path_to_error v0.1.16 |
700 | 2024-08-30T18:26:12.667Z | Downloaded aes v0.8.4 |
701 | 2024-08-30T18:26:12.670Z | Downloaded ppv-lite86 v0.2.17 |
702 | 2024-08-30T18:26:12.672Z | Downloaded strum_macros v0.25.3 |
703 | 2024-08-30T18:26:12.675Z | Downloaded uuid v1.10.0 |
704 | 2024-08-30T18:26:12.679Z | Downloaded ref-cast v1.0.23 |
705 | 2024-08-30T18:26:12.682Z | Downloaded take_mut v0.2.2 |
706 | 2024-08-30T18:26:12.686Z | Downloaded smf v0.2.3 |
707 | 2024-08-30T18:26:12.689Z | Downloaded termcolor v1.4.1 |
708 | 2024-08-30T18:26:12.689Z | Downloaded shlex v1.3.0 |
709 | 2024-08-30T18:26:12.689Z | Downloaded num-traits v0.2.19 |
710 | 2024-08-30T18:26:12.692Z | Downloaded tower-service v0.3.2 |
711 | 2024-08-30T18:26:12.694Z | Downloaded env_logger v0.10.2 |
712 | 2024-08-30T18:26:12.697Z | Downloaded globset v0.4.14 |
713 | 2024-08-30T18:26:12.699Z | Downloaded derive_builder_macro v0.20.0 |
714 | 2024-08-30T18:26:12.702Z | Downloaded password-hash v0.5.0 |
715 | 2024-08-30T18:26:12.704Z | Downloaded topological-sort v0.2.2 |
716 | 2024-08-30T18:26:12.707Z | Downloaded zone v0.1.8 |
717 | 2024-08-30T18:26:12.707Z | Downloaded unsafe-libyaml v0.2.11 |
718 | 2024-08-30T18:26:12.710Z | Downloaded tungstenite v0.23.0 |
719 | 2024-08-30T18:26:12.714Z | Downloaded zone_cfg_derive v0.3.0 |
720 | 2024-08-30T18:26:12.717Z | Downloaded r2d2 v0.8.10 |
721 | 2024-08-30T18:26:12.728Z | Downloaded ron v0.7.1 |
722 | 2024-08-30T18:26:12.728Z | Downloaded futures-core v0.3.30 |
723 | 2024-08-30T18:26:12.728Z | Downloaded derive_more v0.99.18 |
724 | 2024-08-30T18:26:12.731Z | Downloaded num-integer v0.1.46 |
725 | 2024-08-30T18:26:12.734Z | Downloaded predicates-tree v1.0.9 |
726 | 2024-08-30T18:26:12.736Z | Downloaded difflib v0.4.0 |
727 | 2024-08-30T18:26:12.738Z | Downloaded libxml v0.3.3 |
728 | 2024-08-30T18:26:12.745Z | Downloaded diesel_table_macro_syntax v0.2.0 |
729 | 2024-08-30T18:26:12.747Z | Downloaded smallvec v0.6.14 |
730 | 2024-08-30T18:26:12.749Z | Downloaded slog-json v2.6.1 |
731 | 2024-08-30T18:26:12.752Z | Downloaded hashbrown v0.13.2 |
732 | 2024-08-30T18:26:12.755Z | Downloaded strum_macros v0.26.4 |
733 | 2024-08-30T18:26:12.758Z | Downloaded number_prefix v0.4.0 |
734 | 2024-08-30T18:26:12.760Z | Downloaded num_threads v0.1.7 |
735 | 2024-08-30T18:26:12.762Z | Downloaded tokio-tungstenite v0.23.1 |
736 | 2024-08-30T18:26:12.765Z | Downloaded num_enum v0.5.11 |
737 | 2024-08-30T18:26:12.770Z | Downloaded crossterm v0.28.1 |
738 | 2024-08-30T18:26:12.778Z | Downloaded tungstenite v0.21.0 |
739 | 2024-08-30T18:26:12.782Z | Downloaded thiserror-impl-no-std v2.0.2 |
740 | 2024-08-30T18:26:12.784Z | Downloaded salsa20 v0.10.2 |
741 | 2024-08-30T18:26:12.787Z | Downloaded primeorder v0.13.6 |
742 | 2024-08-30T18:26:12.789Z | Downloaded static_assertions v1.1.0 |
743 | 2024-08-30T18:26:12.792Z | Downloaded ssh-encoding v0.2.0 |
744 | 2024-08-30T18:26:12.792Z | Downloaded tokio-postgres v0.7.11 |
745 | 2024-08-30T18:26:12.798Z | Downloaded slog-async v2.8.0 |
746 | 2024-08-30T18:26:12.801Z | Downloaded parse-size v1.0.0 |
747 | 2024-08-30T18:26:12.803Z | Downloaded thread_local v1.1.8 |
748 | 2024-08-30T18:26:12.803Z | Downloaded aes-gcm v0.10.3 |
749 | 2024-08-30T18:26:12.807Z | Downloaded futures-macro v0.3.30 |
750 | 2024-08-30T18:26:12.809Z | Downloaded dirs-next v2.0.0 |
751 | 2024-08-30T18:26:12.812Z | Downloaded smallvec v1.13.2 |
752 | 2024-08-30T18:26:12.814Z | Downloaded postgres-protocol v0.6.7 |
753 | 2024-08-30T18:26:12.817Z | Downloaded num_enum_derive v0.5.11 |
754 | 2024-08-30T18:26:12.817Z | Downloaded hashbrown v0.12.3 |
755 | 2024-08-30T18:26:12.821Z | Downloaded test-strategy v0.3.1 |
756 | 2024-08-30T18:26:12.825Z | Downloaded signal-hook-registry v1.4.2 |
757 | 2024-08-30T18:26:12.828Z | Downloaded quick-error v1.2.3 |
758 | 2024-08-30T18:26:12.830Z | Downloaded diesel_derives v2.2.2 |
759 | 2024-08-30T18:26:12.833Z | Downloaded russh v0.45.0 |
760 | 2024-08-30T18:26:12.839Z | Downloaded headers-core v0.2.0 |
761 | 2024-08-30T18:26:12.841Z | Downloaded pretty-hex v0.2.1 |
762 | 2024-08-30T18:26:12.844Z | Downloaded foreign-types-shared v0.1.1 |
763 | 2024-08-30T18:26:12.844Z | Downloaded serde_urlencoded v0.7.1 |
764 | 2024-08-30T18:26:12.846Z | Downloaded signal-hook-tokio v0.3.1 |
765 | 2024-08-30T18:26:12.846Z | Downloaded erased-serde v0.3.31 |
766 | 2024-08-30T18:26:12.849Z | Downloaded zerocopy v0.6.6 |
767 | 2024-08-30T18:26:12.851Z | Downloaded fallible-iterator v0.2.0 |
768 | 2024-08-30T18:26:12.854Z | Downloaded twox-hash v1.6.3 |
769 | 2024-08-30T18:26:12.856Z | Downloaded psl-types v2.0.11 |
770 | 2024-08-30T18:26:12.856Z | Downloaded unicode-normalization v0.1.23 |
771 | 2024-08-30T18:26:12.862Z | Downloaded rustversion v1.0.17 |
772 | 2024-08-30T18:26:12.864Z | Downloaded foreign-types-shared v0.3.1 |
773 | 2024-08-30T18:26:12.864Z | Downloaded rustfmt-wrapper v0.2.1 |
774 | 2024-08-30T18:26:12.867Z | Downloaded rustc_version v0.4.0 |
775 | 2024-08-30T18:26:12.869Z | Downloaded hex v0.4.3 |
776 | 2024-08-30T18:26:12.872Z | Downloaded slog-envlogger v2.2.0 |
777 | 2024-08-30T18:26:12.872Z | Downloaded either v1.13.0 |
778 | 2024-08-30T18:26:12.874Z | Downloaded tls_codec v0.4.1 |
779 | 2024-08-30T18:26:12.877Z | Downloaded ecdsa v0.16.9 |
780 | 2024-08-30T18:26:12.880Z | Downloaded samael v0.0.15 |
781 | 2024-08-30T18:26:12.883Z | Downloaded toolchain_find v0.4.0 |
782 | 2024-08-30T18:26:12.886Z | Downloaded secrecy v0.8.0 |
783 | 2024-08-30T18:26:12.888Z | Downloaded sec1 v0.7.3 |
784 | 2024-08-30T18:26:12.891Z | Downloaded aho-corasick v1.1.3 |
785 | 2024-08-30T18:26:12.895Z | Downloaded thiserror-no-std v2.0.2 |
786 | 2024-08-30T18:26:12.900Z | Downloaded serde_plain v1.0.2 |
787 | 2024-08-30T18:26:12.902Z | Downloaded embedded-io v0.4.0 |
788 | 2024-08-30T18:26:12.904Z | Downloaded rand v0.8.5 |
789 | 2024-08-30T18:26:12.908Z | Downloaded rtoolbox v0.0.2 |
790 | 2024-08-30T18:26:12.910Z | Downloaded futures-sink v0.3.30 |
791 | 2024-08-30T18:26:12.920Z | Downloaded toml v0.7.8 |
792 | 2024-08-30T18:26:12.920Z | Downloaded foreign-types-macros v0.2.3 |
793 | 2024-08-30T18:26:12.920Z | Downloaded filetime v0.2.25 |
794 | 2024-08-30T18:26:12.920Z | Downloaded heck v0.3.3 |
795 | 2024-08-30T18:26:12.922Z | Downloaded fixedbitset v0.4.2 |
796 | 2024-08-30T18:26:12.922Z | Downloaded fd-lock v4.0.2 |
797 | 2024-08-30T18:26:12.922Z | Downloaded hyper v0.14.30 |
798 | 2024-08-30T18:26:12.931Z | Downloaded unicase v2.7.0 |
799 | 2024-08-30T18:26:12.934Z | Downloaded olpc-cjson v0.1.3 |
800 | 2024-08-30T18:26:12.936Z | Downloaded ref-cast-impl v1.0.23 |
801 | 2024-08-30T18:26:12.936Z | Downloaded strip-ansi-escapes v0.2.0 |
802 | 2024-08-30T18:26:12.938Z | Downloaded sct v0.7.1 |
803 | 2024-08-30T18:26:12.941Z | Downloaded hickory-client v0.24.1 |
804 | 2024-08-30T18:26:12.945Z | Downloaded postcard v1.0.8 |
805 | 2024-08-30T18:26:12.949Z | Downloaded slog-bunyan v2.5.0 |
806 | 2024-08-30T18:26:12.953Z | Downloaded signature v2.2.0 |
807 | 2024-08-30T18:26:12.953Z | Downloaded rustc_version v0.1.7 |
808 | 2024-08-30T18:26:12.953Z | Downloaded p521 v0.13.3 |
809 | 2024-08-30T18:26:12.957Z | Downloaded x509-cert v0.2.5 |
810 | 2024-08-30T18:26:12.964Z | Downloaded tap v1.0.1 |
811 | 2024-08-30T18:26:12.966Z | Downloaded ed25519 v2.2.3 |
812 | 2024-08-30T18:26:12.969Z | Downloaded p256 v0.13.2 |
813 | 2024-08-30T18:26:12.971Z | Downloaded password-hash v0.4.2 |
814 | 2024-08-30T18:26:12.974Z | Downloaded tokio-tungstenite v0.20.1 |
815 | 2024-08-30T18:26:12.977Z | Downloaded uzers v0.11.3 |
816 | 2024-08-30T18:26:12.979Z | Downloaded subprocess v0.2.9 |
817 | 2024-08-30T18:26:12.982Z | Downloaded flate2 v1.0.31 |
818 | 2024-08-30T18:26:12.987Z | Downloaded der v0.7.9 |
819 | 2024-08-30T18:26:12.992Z | Downloaded slog-dtrace v0.3.0 |
820 | 2024-08-30T18:26:12.995Z | Downloaded stringprep v0.1.4 |
821 | 2024-08-30T18:26:12.997Z | Downloaded futures-channel v0.3.30 |
822 | 2024-08-30T18:26:13.000Z | Downloaded parking_lot_core v0.9.10 |
823 | 2024-08-30T18:26:13.002Z | Downloaded omicron-zone-package v0.11.0 |
824 | 2024-08-30T18:26:13.004Z | Downloaded dhcproto v0.12.0 |
825 | 2024-08-30T18:26:13.007Z | Downloaded parking_lot v0.12.2 |
826 | 2024-08-30T18:26:13.010Z | Downloaded elliptic-curve v0.13.8 |
827 | 2024-08-30T18:26:13.019Z | Downloaded rcgen v0.12.1 |
828 | 2024-08-30T18:26:13.022Z | Downloaded steno v0.4.1 |
829 | 2024-08-30T18:26:13.024Z | Downloaded subtle v2.5.0 |
830 | 2024-08-30T18:26:13.024Z | Downloaded half v2.4.1 |
831 | 2024-08-30T18:26:13.027Z | Downloaded openssl-sys v0.9.103 |
832 | 2024-08-30T18:26:13.032Z | Downloaded ed25519-dalek v2.1.1 |
833 | 2024-08-30T18:26:13.036Z | Downloaded vergen v8.3.2 |
834 | 2024-08-30T18:26:13.040Z | Downloaded prettyplease v0.2.20 |
835 | 2024-08-30T18:26:13.044Z | Downloaded parking_lot v0.11.2 |
836 | 2024-08-30T18:26:13.046Z | Downloaded futures v0.3.30 |
837 | 2024-08-30T18:26:13.052Z | Downloaded tungstenite v0.20.1 |
838 | 2024-08-30T18:26:13.056Z | Downloaded heapless v0.7.17 |
839 | 2024-08-30T18:26:13.061Z | Downloaded hickory-resolver v0.24.1 |
840 | 2024-08-30T18:26:13.066Z | Downloaded sqlparser v0.45.0 |
841 | 2024-08-30T18:26:13.073Z | Downloaded lalrpop v0.19.12 |
842 | 2024-08-30T18:26:13.085Z | Downloaded ssh-key v0.6.6 |
843 | 2024-08-30T18:26:13.093Z | Downloaded toml_edit v0.19.15 |
844 | 2024-08-30T18:26:13.111Z | Downloaded rustyline v14.0.0 |
845 | 2024-08-30T18:26:13.116Z | Downloaded tar v0.4.41 |
846 | 2024-08-30T18:26:13.119Z | Downloaded heapless v0.8.0 |
847 | 2024-08-30T18:26:13.123Z | Downloaded rsa v0.9.6 |
848 | 2024-08-30T18:26:13.129Z | Downloaded nix v0.27.1 |
849 | 2024-08-30T18:26:13.140Z | Downloaded reedline v0.33.0 |
850 | 2024-08-30T18:26:13.148Z | Downloaded idna v0.4.0 |
851 | 2024-08-30T18:26:13.156Z | Downloaded time v0.3.36 |
852 | 2024-08-30T18:26:13.163Z | Downloaded quick-xml v0.31.0 |
853 | 2024-08-30T18:26:13.170Z | Downloaded proptest v1.5.0 |
854 | 2024-08-30T18:26:13.180Z | Downloaded publicsuffix v2.2.3 |
855 | 2024-08-30T18:26:13.182Z | Downloaded tokio-util v0.7.11 |
856 | 2024-08-30T18:26:13.190Z | Downloaded portable-atomic v1.6.0 |
857 | 2024-08-30T18:26:13.197Z | Downloaded reqwest v0.11.27 |
858 | 2024-08-30T18:26:13.205Z | Downloaded rusqlite v0.31.0 |
859 | 2024-08-30T18:26:13.213Z | Downloaded trust-dns-proto v0.22.0 |
860 | 2024-08-30T18:26:13.227Z | Downloaded futures-util v0.3.30 |
861 | 2024-08-30T18:26:13.239Z | Downloaded p384 v0.13.0 |
862 | 2024-08-30T18:26:13.245Z | Downloaded object v0.30.4 |
863 | 2024-08-30T18:26:13.255Z | Downloaded nix v0.28.0 |
864 | 2024-08-30T18:26:13.268Z | Downloaded chrono v0.4.38 |
865 | 2024-08-30T18:26:13.276Z | Downloaded winnow v0.5.40 |
866 | 2024-08-30T18:26:13.286Z | Downloaded git2 v0.19.0 |
867 | 2024-08-30T18:26:13.296Z | Downloaded regex-syntax v0.8.4 |
868 | 2024-08-30T18:26:13.305Z | Downloaded radix_trie v0.2.1 |
869 | 2024-08-30T18:26:13.319Z | Downloaded h2 v0.3.26 |
870 | 2024-08-30T18:26:13.319Z | Downloaded rayon v1.10.0 |
871 | 2024-08-30T18:26:13.330Z | Downloaded openssl v0.10.66 |
872 | 2024-08-30T18:26:13.341Z | Downloaded regex v1.10.6 |
873 | 2024-08-30T18:26:13.355Z | Downloaded zerocopy-derive v0.6.6 |
874 | 2024-08-30T18:26:13.365Z | Downloaded curve25519-dalek v4.1.3 |
875 | 2024-08-30T18:26:13.375Z | Downloaded dropshot v0.10.1 |
876 | 2024-08-30T18:26:13.386Z | Downloaded regex-automata v0.4.6 |
877 | 2024-08-30T18:26:13.405Z | Downloaded gimli v0.28.1 |
878 | 2024-08-30T18:26:13.414Z | Downloaded rustls-webpki v0.102.4 |
879 | 2024-08-30T18:26:13.434Z | Downloaded object v0.32.2 |
880 | 2024-08-30T18:26:13.443Z | Downloaded smoltcp v0.9.1 |
881 | 2024-08-30T18:26:13.456Z | Downloaded webpki-roots v0.25.4 |
882 | 2024-08-30T18:26:13.460Z | Downloaded polar-core v0.27.3 |
883 | 2024-08-30T18:26:13.468Z | Downloaded bstr v1.9.1 |
884 | 2024-08-30T18:26:13.481Z | Downloaded vcpkg v0.2.15 |
885 | 2024-08-30T18:26:13.521Z | Downloaded petgraph v0.6.5 |
886 | 2024-08-30T18:26:13.540Z | Downloaded rustls v0.21.12 |
887 | 2024-08-30T18:26:13.552Z | Downloaded regex-syntax v0.6.29 |
888 | 2024-08-30T18:26:13.560Z | Downloaded openapiv3 v2.0.0 |
889 | 2024-08-30T18:26:13.573Z | Downloaded diesel v2.2.3 |
890 | 2024-08-30T18:26:13.593Z | Downloaded smoltcp v0.11.0 |
891 | 2024-08-30T18:26:13.607Z | Downloaded regress v0.9.1 |
892 | 2024-08-30T18:26:13.616Z | Downloaded sled v0.34.7 |
893 | 2024-08-30T18:26:13.627Z | Downloaded hickory-proto v0.24.1 |
894 | 2024-08-30T18:26:13.644Z | Downloaded rustls v0.22.4 |
895 | 2024-08-30T18:26:13.657Z | Downloaded idna v0.3.0 |
896 | 2024-08-30T18:26:13.664Z | Downloaded typed-path v0.7.1 |
897 | 2024-08-30T18:26:13.675Z | Downloaded idna v0.5.0 |
898 | 2024-08-30T18:26:13.684Z | Downloaded serde_with v3.9.0 |
899 | 2024-08-30T18:26:13.697Z | Downloaded idna v0.2.3 |
900 | 2024-08-30T18:26:13.705Z | Downloaded ratatui v0.28.0 |
901 | 2024-08-30T18:26:13.732Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
902 | 2024-08-30T18:26:13.747Z | Downloaded expectorate v1.1.0 |
903 | 2024-08-30T18:26:13.750Z | Downloaded rustls-webpki v0.101.7 |
904 | 2024-08-30T18:26:13.763Z | Downloaded finl_unicode v1.2.0 |
905 | 2024-08-30T18:26:13.777Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
906 | 2024-08-30T18:26:13.834Z | Downloaded tokio v1.39.3 |
907 | 2024-08-30T18:26:13.876Z | Downloaded csv v1.3.0 |
908 | 2024-08-30T18:26:13.898Z | Downloaded sha3 v0.10.8 |
909 | 2024-08-30T18:26:13.901Z | Downloaded bitvec v1.0.1 |
910 | 2024-08-30T18:26:13.916Z | Downloaded bindgen v0.69.4 |
911 | 2024-08-30T18:26:13.924Z | Downloaded tough v0.17.1 |
912 | 2024-08-30T18:26:13.932Z | Downloaded encoding_rs v0.8.34 |
913 | 2024-08-30T18:26:13.954Z | Downloaded rustls-pki-types v1.7.0 |
914 | 2024-08-30T18:26:13.957Z | Downloaded paste v1.0.15 |
915 | 2024-08-30T18:26:13.960Z | Downloaded diff v0.1.13 |
916 | 2024-08-30T18:26:13.962Z | Downloaded tui-tree-widget v0.22.0 |
917 | 2024-08-30T18:26:13.965Z | Downloaded supports-color v3.0.0 |
918 | 2024-08-30T18:26:13.967Z | Downloaded proc-macro-crate v1.3.1 |
919 | 2024-08-30T18:26:13.967Z | Downloaded ena v0.14.3 |
920 | 2024-08-30T18:26:13.969Z | Downloaded term v0.7.0 |
921 | 2024-08-30T18:26:13.972Z | Downloaded unicode-bidi v0.3.15 |
922 | 2024-08-30T18:26:13.975Z | Downloaded tracing v0.1.40 |
923 | 2024-08-30T18:26:13.978Z | Downloaded unicode_categories v0.1.1 |
924 | 2024-08-30T18:26:13.981Z | Downloaded serde_repr v0.1.19 |
925 | 2024-08-30T18:26:13.983Z | Downloaded parse-display v0.10.0 |
926 | 2024-08-30T18:26:13.983Z | Downloaded unicode-xid v0.2.4 |
927 | 2024-08-30T18:26:13.986Z | Downloaded poly1305 v0.8.0 |
928 | 2024-08-30T18:26:13.989Z | Downloaded blake3 v1.5.1 |
929 | 2024-08-30T18:26:14.001Z | Downloaded owo-colors v4.0.0 |
930 | 2024-08-30T18:26:14.006Z | Downloaded enum-as-inner v0.6.0 |
931 | 2024-08-30T18:26:14.008Z | Downloaded defmt v0.3.8 |
932 | 2024-08-30T18:26:14.014Z | Downloaded vsss-rs v3.3.4 |
933 | 2024-08-30T18:26:14.023Z | Downloaded tokio-tungstenite v0.21.0 |
934 | 2024-08-30T18:26:14.025Z | Downloaded itertools v0.12.1 |
935 | 2024-08-30T18:26:14.028Z | Downloaded snafu v0.8.2 |
936 | 2024-08-30T18:26:14.033Z | Downloaded same-file v1.0.6 |
937 | 2024-08-30T18:26:14.036Z | Downloaded der_derive v0.7.2 |
938 | 2024-08-30T18:26:14.039Z | Downloaded url v2.5.2 |
939 | 2024-08-30T18:26:14.041Z | Downloaded itertools v0.13.0 |
940 | 2024-08-30T18:26:14.047Z | Downloaded postgres-types v0.2.7 |
941 | 2024-08-30T18:26:14.049Z | Downloaded parking_lot_core v0.8.6 |
942 | 2024-08-30T18:26:14.052Z | Downloaded rand_xorshift v0.3.0 |
943 | 2024-08-30T18:26:14.054Z | Downloaded rand_seeder v0.3.0 |
944 | 2024-08-30T18:26:14.054Z | Downloaded rand_core v0.6.4 |
945 | 2024-08-30T18:26:14.057Z | Downloaded rand_chacha v0.3.1 |
946 | 2024-08-30T18:26:14.057Z | Downloaded zone v0.3.0 |
947 | 2024-08-30T18:26:14.057Z | Downloaded yasna v0.5.2 |
948 | 2024-08-30T18:26:14.059Z | Downloaded walkdir v2.5.0 |
949 | 2024-08-30T18:26:14.062Z | Downloaded crossterm v0.27.0 |
950 | 2024-08-30T18:26:14.066Z | Downloaded deranged v0.3.11 |
951 | 2024-08-30T18:26:14.069Z | Downloaded defmt-parser v0.3.4 |
952 | 2024-08-30T18:26:14.069Z | Downloaded defmt-macros v0.3.9 |
953 | 2024-08-30T18:26:14.072Z | Downloaded unarray v0.1.4 |
954 | 2024-08-30T18:26:14.075Z | Downloaded zeroize v1.7.0 |
955 | 2024-08-30T18:26:14.075Z | Downloaded serde_yaml v0.9.34+deprecated |
956 | 2024-08-30T18:26:14.078Z | Downloaded serde-hex v0.1.0 |
957 | 2024-08-30T18:26:14.081Z | Downloaded tinyvec v1.6.0 |
958 | 2024-08-30T18:26:14.083Z | Downloaded nom v7.1.3 |
959 | 2024-08-30T18:26:14.089Z | Downloaded polyval v0.6.2 |
960 | 2024-08-30T18:26:14.091Z | Downloaded unicode-segmentation v1.11.0 |
961 | 2024-08-30T18:26:14.093Z | Downloaded predicates-core v1.0.6 |
962 | 2024-08-30T18:26:14.096Z | Downloaded predicates v3.1.2 |
963 | 2024-08-30T18:26:14.099Z | Downloaded powerfmt v0.2.0 |
964 | 2024-08-30T18:26:14.101Z | Downloaded num-derive v0.4.2 |
965 | 2024-08-30T18:26:14.101Z | Downloaded futures-io v0.3.30 |
966 | 2024-08-30T18:26:14.104Z | Downloaded futures-executor v0.3.30 |
967 | 2024-08-30T18:26:14.104Z | Downloaded rayon-core v1.12.1 |
968 | 2024-08-30T18:26:14.109Z | Downloaded zone_cfg_derive v0.1.2 |
969 | 2024-08-30T18:26:14.111Z | Downloaded xattr v1.3.1 |
970 | 2024-08-30T18:26:14.111Z | Downloaded socket2 v0.5.7 |
971 | 2024-08-30T18:26:14.113Z | Downloaded num-bigint v0.4.5 |
972 | 2024-08-30T18:26:14.118Z | Downloaded minimal-lexical v0.2.1 |
973 | 2024-08-30T18:26:14.122Z | Downloaded russh-keys v0.45.0 |
974 | 2024-08-30T18:26:14.128Z | Downloaded headers v0.3.9 |
975 | 2024-08-30T18:26:14.133Z | Downloaded env_logger v0.9.3 |
976 | 2024-08-30T18:26:14.136Z | Downloaded fatfs v0.3.6 |
977 | 2024-08-30T18:26:14.139Z | Downloaded oso v0.27.3 |
978 | 2024-08-30T18:26:14.141Z | Downloaded schemars v0.8.21 |
979 | 2024-08-30T18:26:14.154Z | Downloaded sync_wrapper v0.1.2 |
980 | 2024-08-30T18:26:14.156Z | Downloaded sha1 v0.10.6 |
981 | 2024-08-30T18:26:14.165Z | Downloaded num-bigint-dig v0.8.4 |
982 | 2024-08-30T18:26:14.183Z | Downloaded itertools v0.10.5 |
983 | 2024-08-30T18:26:14.183Z | Downloaded wyz v0.5.1 |
984 | 2024-08-30T18:26:14.183Z | Downloaded whoami v1.5.1 |
985 | 2024-08-30T18:26:14.183Z | Downloaded similar v2.6.0 |
986 | 2024-08-30T18:26:14.186Z | Downloaded backtrace v0.3.71 |
987 | 2024-08-30T18:26:14.186Z | Downloaded peg-macros v0.8.4 |
988 | 2024-08-30T18:26:14.186Z | Downloaded ring v0.16.20 |
989 | 2024-08-30T18:26:14.265Z | Downloaded flume v0.11.0 |
990 | 2024-08-30T18:26:14.269Z | Downloaded crypto-bigint v0.5.5 |
991 | 2024-08-30T18:26:14.276Z | Downloaded const_format v0.2.32 |
992 | 2024-08-30T18:26:14.281Z | Downloaded des v0.8.1 |
993 | 2024-08-30T18:26:14.283Z | Downloaded zip v0.6.6 |
994 | 2024-08-30T18:26:14.287Z | Downloaded pkcs5 v0.7.1 |
995 | 2024-08-30T18:26:14.291Z | Downloaded http v0.2.12 |
996 | 2024-08-30T18:26:14.294Z | Downloaded strum_macros v0.24.3 |
997 | 2024-08-30T18:26:14.297Z | Downloaded slog-stdlog v4.1.1 |
998 | 2024-08-30T18:26:14.300Z | Downloaded pkcs1 v0.7.5 |
999 | 2024-08-30T18:26:14.302Z | Downloaded tracing-core v0.1.32 |
1000 | 2024-08-30T18:26:14.305Z | Downloaded stable_deref_trait v1.2.0 |
1001 | 2024-08-30T18:26:14.305Z | Downloaded slog-scope v4.4.0 |
1002 | 2024-08-30T18:26:14.305Z | Downloaded serde_arrays v0.1.0 |
1003 | 2024-08-30T18:26:14.308Z | Downloaded rfc6979 v0.4.0 |
1004 | 2024-08-30T18:26:14.308Z | Downloaded pkg-config v0.3.30 |
1005 | 2024-08-30T18:26:14.310Z | Downloaded phf v0.11.2 |
1006 | 2024-08-30T18:26:14.312Z | Downloaded percent-encoding v2.3.1 |
1007 | 2024-08-30T18:26:14.312Z | Downloaded pem v3.0.4 |
1008 | 2024-08-30T18:26:14.312Z | Downloaded peg v0.8.4 |
1009 | 2024-08-30T18:26:14.316Z | Downloaded getrandom v0.2.14 |
1010 | 2024-08-30T18:26:14.319Z | Downloaded derive-where v1.2.7 |
1011 | 2024-08-30T18:26:14.323Z | Downloaded vte v0.11.1 |
1012 | 2024-08-30T18:26:14.325Z | Downloaded chacha20poly1305 v0.10.1 |
1013 | 2024-08-30T18:26:14.328Z | Downloaded fallible-iterator v0.3.0 |
1014 | 2024-08-30T18:26:14.330Z | Downloaded dyn-clone v1.0.17 |
1015 | 2024-08-30T18:26:14.330Z | Downloaded dropshot_endpoint v0.10.1 |
1016 | 2024-08-30T18:26:14.332Z | Downloaded dirs-sys-next v0.1.2 |
1017 | 2024-08-30T18:26:14.332Z | Downloaded untrusted v0.9.0 |
1018 | 2024-08-30T18:26:14.334Z | Downloaded tokio-macros v2.4.0 |
1019 | 2024-08-30T18:26:14.334Z | Downloaded pin-project-lite v0.2.14 |
1020 | 2024-08-30T18:26:14.338Z | Downloaded tracing-attributes v0.1.27 |
1021 | 2024-08-30T18:26:14.341Z | Downloaded ron v0.8.1 |
1022 | 2024-08-30T18:26:14.346Z | Downloaded libz-sys v1.1.16 |
1023 | 2024-08-30T18:26:14.416Z | Downloaded base64 v0.22.1 |
1024 | 2024-08-30T18:26:14.420Z | Downloaded spin v0.5.2 |
1025 | 2024-08-30T18:26:14.422Z | Downloaded hostname v0.4.0 |
1026 | 2024-08-30T18:26:14.424Z | Downloaded hickory-server v0.24.1 |
1027 | 2024-08-30T18:26:14.428Z | Downloaded slog v2.7.0 |
1028 | 2024-08-30T18:26:14.431Z | Downloaded siphasher v0.3.11 |
1029 | 2024-08-30T18:26:14.433Z | Downloaded signal-hook v0.3.17 |
1030 | 2024-08-30T18:26:14.435Z | Downloaded darling_core v0.20.9 |
1031 | 2024-08-30T18:26:14.440Z | Downloaded phf_shared v0.11.2 |
1032 | 2024-08-30T18:26:14.442Z | Downloaded hash32 v0.2.1 |
1033 | 2024-08-30T18:26:14.444Z | Downloaded ring v0.17.8 |
1034 | 2024-08-30T18:26:14.514Z | Downloaded ghash v0.5.1 |
1035 | 2024-08-30T18:26:14.517Z | Downloaded tokio-stream v0.1.15 |
1036 | 2024-08-30T18:26:14.520Z | Downloaded tokio-rustls v0.24.1 |
1037 | 2024-08-30T18:26:14.522Z | Downloaded time-macros v0.2.18 |
1038 | 2024-08-30T18:26:14.524Z | Downloaded packed_struct_codegen v0.10.1 |
1039 | 2024-08-30T18:26:14.527Z | Downloaded packed_struct v0.10.1 |
1040 | 2024-08-30T18:26:14.527Z | Downloaded base64 v0.13.1 |
1041 | 2024-08-30T18:26:14.529Z | Downloaded ff v0.13.0 |
1042 | 2024-08-30T18:26:14.532Z | Downloaded enum-as-inner v0.5.1 |
1043 | 2024-08-30T18:26:14.534Z | Downloaded bytes v1.7.1 |
1044 | 2024-08-30T18:26:14.537Z | Downloaded slog-term v2.9.1 |
1045 | 2024-08-30T18:26:14.539Z | Downloaded serde_with_macros v3.9.0 |
1046 | 2024-08-30T18:26:14.541Z | Downloaded blake2 v0.10.6 |
1047 | 2024-08-30T18:26:14.544Z | Downloaded libsqlite3-sys v0.28.0 |
1048 | 2024-08-30T18:26:14.620Z | Downloaded cookie_store v0.20.0 |
1049 | 2024-08-30T18:26:14.623Z | Downloaded mockall v0.13.0 |
1050 | 2024-08-30T18:26:14.625Z | Downloaded structmeta v0.3.0 |
1051 | 2024-08-30T18:26:14.625Z | Downloaded rustls-pemfile v2.1.3 |
1052 | 2024-08-30T18:26:14.627Z | Downloaded libloading v0.8.3 |
1053 | 2024-08-30T18:26:14.630Z | Downloaded lazy_static v1.5.0 |
1054 | 2024-08-30T18:26:14.632Z | Downloaded keccak v0.1.5 |
1055 | 2024-08-30T18:26:14.632Z | Downloaded iana-time-zone v0.1.60 |
1056 | 2024-08-30T18:26:14.635Z | Downloaded hyper-rustls v0.24.2 |
1057 | 2024-08-30T18:26:14.637Z | Downloaded httparse v1.8.0 |
1058 | 2024-08-30T18:26:14.640Z | Downloaded csv-core v0.1.11 |
1059 | 2024-08-30T18:26:14.640Z | Downloaded crc32fast v1.4.0 |
1060 | 2024-08-30T18:26:14.642Z | Downloaded display-error-chain v0.2.1 |
1061 | 2024-08-30T18:26:14.642Z | Downloaded libsw v3.3.1 |
1062 | 2024-08-30T18:26:14.644Z | Downloaded http v1.1.0 |
1063 | 2024-08-30T18:26:14.647Z | Downloaded vte_generate_state_changes v0.1.1 |
1064 | 2024-08-30T18:26:14.649Z | Downloaded ciborium v0.2.2 |
1065 | 2024-08-30T18:26:14.651Z | Downloaded cookie v0.18.1 |
1066 | 2024-08-30T18:26:14.653Z | Downloaded buf-list v1.0.3 |
1067 | 2024-08-30T18:26:14.656Z | Downloaded async-bb8-diesel v0.2.1 |
1068 | 2024-08-30T18:26:14.658Z | Downloaded crossbeam-utils v0.8.19 |
1069 | 2024-08-30T18:26:14.660Z | Downloaded indent_write v2.2.0 |
1070 | 2024-08-30T18:26:14.663Z | Downloaded const-oid v0.9.6 |
1071 | 2024-08-30T18:26:14.665Z | Downloaded bcs v0.1.6 |
1072 | 2024-08-30T18:26:14.667Z | Downloaded mime v0.3.17 |
1073 | 2024-08-30T18:26:14.667Z | Downloaded libefi-sys v0.1.0 |
1074 | 2024-08-30T18:26:14.670Z | Downloaded linked-hash-map v0.5.6 |
1075 | 2024-08-30T18:26:14.671Z | Downloaded internet-checksum v0.2.1 |
1076 | 2024-08-30T18:26:14.671Z | Downloaded inout v0.1.3 |
1077 | 2024-08-30T18:26:14.673Z | Downloaded hyper-tls v0.5.0 |
1078 | 2024-08-30T18:26:14.673Z | Downloaded arrayvec v0.7.4 |
1079 | 2024-08-30T18:26:14.673Z | Downloaded crossbeam-deque v0.8.5 |
1080 | 2024-08-30T18:26:14.676Z | Downloaded constant_time_eq v0.3.0 |
1081 | 2024-08-30T18:26:14.676Z | Downloaded cobs v0.2.3 |
1082 | 2024-08-30T18:26:14.678Z | Downloaded cipher v0.4.4 |
1083 | 2024-08-30T18:26:14.678Z | Downloaded chacha20 v0.9.1 |
1084 | 2024-08-30T18:26:14.681Z | Downloaded cexpr v0.6.0 |
1085 | 2024-08-30T18:26:14.681Z | Downloaded bitflags v1.3.2 |
1086 | 2024-08-30T18:26:14.684Z | Downloaded ascii-canvas v3.0.0 |
1087 | 2024-08-30T18:26:14.687Z | Downloaded http-body v0.4.6 |
1088 | 2024-08-30T18:26:14.687Z | Downloaded ascii v1.1.0 |
1089 | 2024-08-30T18:26:14.696Z | Downloaded md5 v0.7.0 |
1090 | 2024-08-30T18:26:14.696Z | Downloaded match_cfg v0.1.0 |
1091 | 2024-08-30T18:26:14.696Z | Downloaded is_ci v1.2.0 |
1092 | 2024-08-30T18:26:14.696Z | Downloaded bb8 v0.8.5 |
1093 | 2024-08-30T18:26:14.696Z | Downloaded array-init v0.0.4 |
1094 | 2024-08-30T18:26:14.699Z | Downloaded async-stream v0.3.5 |
1095 | 2024-08-30T18:26:14.699Z | Downloaded cstr-argument v0.1.2 |
1096 | 2024-08-30T18:26:14.700Z | Downloaded crucible-workspace-hack v0.1.0 |
1097 | 2024-08-30T18:26:14.700Z | Downloaded backoff v0.4.0 |
1098 | 2024-08-30T18:26:14.700Z | Downloaded convert_case v0.4.0 |
1099 | 2024-08-30T18:26:14.700Z | Downloaded const_format_proc_macros v0.2.32 |
1100 | 2024-08-30T18:26:14.703Z | Downloaded addr2line v0.21.0 |
1101 | 2024-08-30T18:26:14.798Z | Compiling serde v1.0.208 |
1102 | 2024-08-30T18:26:14.801Z | Compiling typenum v1.17.0 |
1103 | 2024-08-30T18:26:14.801Z | Compiling generic-array v0.14.7 |
1104 | 2024-08-30T18:26:14.801Z | Compiling lock_api v0.4.12 |
1105 | 2024-08-30T18:26:14.801Z | Compiling scopeguard v1.2.0 |
1106 | 2024-08-30T18:26:14.944Z | Compiling log v0.4.21 |
1107 | 2024-08-30T18:26:14.974Z | Compiling syn v2.0.74 |
1108 | 2024-08-30T18:26:14.987Z | Compiling getrandom v0.2.14 |
1109 | 2024-08-30T18:26:15.150Z | Compiling jobserver v0.1.32 |
1110 | 2024-08-30T18:26:15.247Z | Compiling rand_core v0.6.4 |
1111 | 2024-08-30T18:26:15.429Z | Compiling subtle v2.5.0 |
1112 | 2024-08-30T18:26:15.486Z | Compiling const-oid v0.9.6 |
1113 | 2024-08-30T18:26:15.551Z | Compiling cc v1.0.97 |
1114 | 2024-08-30T18:26:15.795Z | Compiling pin-project-lite v0.2.14 |
1115 | 2024-08-30T18:26:15.811Z | Compiling smallvec v1.13.2 |
1116 | 2024-08-30T18:26:15.917Z | Compiling parking_lot_core v0.9.10 |
1117 | 2024-08-30T18:26:15.986Z | Compiling signal-hook-registry v1.4.2 |
1118 | 2024-08-30T18:26:16.093Z | Compiling spin v0.9.8 |
1119 | 2024-08-30T18:26:16.218Z | Compiling mio v1.0.2 |
1120 | 2024-08-30T18:26:16.469Z | Compiling ahash v0.8.11 |
1121 | 2024-08-30T18:26:16.850Z | Compiling parking_lot v0.12.2 |
1122 | 2024-08-30T18:26:16.864Z | Compiling tinyvec_macros v0.1.1 |
1123 | 2024-08-30T18:26:16.920Z | Compiling tinyvec v1.6.0 |
1124 | 2024-08-30T18:26:17.135Z | Compiling socket2 v0.5.7 |
1125 | 2024-08-30T18:26:17.413Z | Compiling serde_json v1.0.125 |
1126 | 2024-08-30T18:26:17.449Z | Compiling futures-sink v0.3.30 |
1127 | 2024-08-30T18:26:17.607Z | Compiling futures-core v0.3.30 |
1128 | 2024-08-30T18:26:17.650Z | Compiling cpufeatures v0.2.12 |
1129 | 2024-08-30T18:26:17.718Z | Compiling libm v0.2.8 |
1130 | 2024-08-30T18:26:17.744Z | Compiling slab v0.4.9 |
1131 | 2024-08-30T18:26:17.791Z | Compiling num-traits v0.2.19 |
1132 | 2024-08-30T18:26:17.829Z | Compiling unicode-bidi v0.3.15 |
1133 | 2024-08-30T18:26:18.099Z | Compiling allocator-api2 v0.2.18 |
1134 | 2024-08-30T18:26:18.350Z | Compiling futures-channel v0.3.30 |
1135 | 2024-08-30T18:26:18.418Z | Compiling unicode-normalization v0.1.23 |
1136 | 2024-08-30T18:26:18.544Z | Compiling futures-task v0.3.30 |
1137 | 2024-08-30T18:26:18.870Z | Compiling futures-io v0.3.30 |
1138 | 2024-08-30T18:26:18.945Z | Compiling pin-utils v0.1.0 |
1139 | 2024-08-30T18:26:18.971Z | Compiling vcpkg v0.2.15 |
1140 | 2024-08-30T18:26:19.053Z | Compiling pkg-config v0.3.30 |
1141 | 2024-08-30T18:26:19.352Z | Compiling base64ct v1.6.0 |
1142 | 2024-08-30T18:26:19.584Z | Compiling percent-encoding v2.3.1 |
1143 | 2024-08-30T18:26:19.619Z | Compiling flagset v0.4.5 |
1144 | 2024-08-30T18:26:19.756Z | Compiling ring v0.17.8 |
1145 | 2024-08-30T18:26:19.836Z | Compiling pem-rfc7468 v0.7.0 |
1146 | 2024-08-30T18:26:19.964Z | Compiling ppv-lite86 v0.2.17 |
1147 | 2024-08-30T18:26:19.984Z | Compiling tracing-core v0.1.32 |
1148 | 2024-08-30T18:26:20.638Z | Compiling rustix v0.38.34 |
1149 | 2024-08-30T18:26:20.680Z | Compiling untrusted v0.9.0 |
1150 | 2024-08-30T18:26:20.817Z | Compiling rand_chacha v0.3.1 |
1151 | 2024-08-30T18:26:20.852Z | Compiling time-core v0.1.2 |
1152 | 2024-08-30T18:26:21.032Z | Compiling num-conv v0.1.0 |
1153 | 2024-08-30T18:26:21.230Z | Compiling openssl-sys v0.9.103 |
1154 | 2024-08-30T18:26:21.311Z | Compiling rand v0.8.5 |
1155 | 2024-08-30T18:26:21.318Z | Compiling httparse v1.8.0 |
1156 | 2024-08-30T18:26:21.403Z | Compiling rustversion v1.0.17 |
1157 | 2024-08-30T18:26:21.541Z | Compiling powerfmt v0.2.0 |
1158 | 2024-08-30T18:26:21.778Z | Compiling foreign-types-shared v0.1.1 |
1159 | 2024-08-30T18:26:21.895Z | Compiling openssl v0.10.66 |
1160 | 2024-08-30T18:26:21.967Z | Compiling foreign-types v0.3.2 |
1161 | 2024-08-30T18:26:22.057Z | Compiling deranged v0.3.11 |
1162 | 2024-08-30T18:26:22.259Z | Compiling time-macros v0.2.18 |
1163 | 2024-08-30T18:26:22.313Z | Compiling form_urlencoded v1.2.1 |
1164 | 2024-08-30T18:26:22.607Z | Compiling aho-corasick v1.1.3 |
1165 | 2024-08-30T18:26:23.113Z | Compiling syn v1.0.109 |
1166 | 2024-08-30T18:26:23.191Z | Compiling num_threads v0.1.7 |
1167 | 2024-08-30T18:26:23.299Z | Compiling siphasher v0.3.11 |
1168 | 2024-08-30T18:26:23.708Z | Compiling regex-syntax v0.8.4 |
1169 | 2024-08-30T18:26:23.793Z | Compiling rustls v0.21.12 |
1170 | 2024-08-30T18:26:23.821Z | Compiling native-tls v0.2.11 |
1171 | 2024-08-30T18:26:24.027Z | Compiling crossbeam-utils v0.8.19 |
1172 | 2024-08-30T18:26:24.113Z | Compiling try-lock v0.2.5 |
1173 | 2024-08-30T18:26:24.191Z | Compiling want v0.3.1 |
1174 | 2024-08-30T18:26:24.639Z | Compiling idna v0.5.0 |
1175 | 2024-08-30T18:26:24.946Z | Compiling cookie v0.17.0 |
1176 | 2024-08-30T18:26:25.229Z | Compiling adler v1.0.2 |
1177 | 2024-08-30T18:26:25.449Z | Compiling finl_unicode v1.2.0 |
1178 | 2024-08-30T18:26:25.561Z | Compiling time v0.3.36 |
1179 | 2024-08-30T18:26:25.825Z | Compiling tower-service v0.3.2 |
1180 | 2024-08-30T18:26:25.954Z | Compiling slog v2.7.0 |
1181 | 2024-08-30T18:26:25.993Z | Compiling iana-time-zone v0.1.60 |
1182 | 2024-08-30T18:26:26.115Z | Compiling openssl-probe v0.1.5 |
1183 | 2024-08-30T18:26:26.406Z | Compiling httpdate v1.0.3 |
1184 | 2024-08-30T18:26:26.426Z | Compiling stringprep v0.1.4 |
1185 | 2024-08-30T18:26:26.543Z | Compiling url v2.5.2 |
1186 | 2024-08-30T18:26:26.878Z | Compiling miniz_oxide v0.7.2 |
1187 | 2024-08-30T18:26:27.614Z | Compiling regex-automata v0.4.6 |
1188 | 2024-08-30T18:26:28.446Z | Compiling num-integer v0.1.46 |
1189 | 2024-08-30T18:26:29.290Z | Compiling rustls-webpki v0.101.7 |
1190 | 2024-08-30T18:26:29.409Z | Compiling sct v0.7.1 |
1191 | 2024-08-30T18:26:29.438Z | Compiling serde_derive v1.0.208 |
1192 | 2024-08-30T18:26:29.727Z | Compiling zeroize_derive v1.4.2 |
1193 | 2024-08-30T18:26:30.320Z | Compiling zerocopy-derive v0.7.34 |
1194 | 2024-08-30T18:26:30.695Z | Compiling tokio-macros v2.4.0 |
1195 | 2024-08-30T18:26:30.912Z | Compiling thiserror-impl v1.0.63 |
1196 | 2024-08-30T18:26:31.235Z | Compiling futures-macro v0.3.30 |
1197 | 2024-08-30T18:26:31.374Z | Compiling zeroize v1.7.0 |
1198 | 2024-08-30T18:26:32.381Z | Compiling der_derive v0.7.2 |
1199 | 2024-08-30T18:26:32.656Z | Compiling zerocopy v0.7.34 |
1200 | 2024-08-30T18:26:33.178Z | Compiling crypto-common v0.1.6 |
1201 | 2024-08-30T18:26:33.285Z | Compiling block-buffer v0.10.4 |
1202 | 2024-08-30T18:26:33.402Z | Compiling block-padding v0.3.3 |
1203 | 2024-08-30T18:26:33.562Z | Compiling digest v0.10.7 |
1204 | 2024-08-30T18:26:33.660Z | Compiling inout v0.1.3 |
1205 | 2024-08-30T18:26:33.992Z | Compiling cipher v0.4.4 |
1206 | 2024-08-30T18:26:34.124Z | Compiling hmac v0.12.1 |
1207 | 2024-08-30T18:26:34.349Z | Compiling thiserror v1.0.63 |
1208 | 2024-08-30T18:26:34.367Z | Compiling sha2 v0.10.8 |
1209 | 2024-08-30T18:26:34.494Z | Compiling futures-util v0.3.30 |
1210 | 2024-08-30T18:26:34.513Z | Compiling pest v2.7.10 |
1211 | 2024-08-30T18:26:35.014Z | Compiling hashbrown v0.14.5 |
1212 | 2024-08-30T18:26:35.025Z | Compiling der v0.7.9 |
1213 | 2024-08-30T18:26:36.316Z | Compiling salsa20 v0.10.2 |
1214 | 2024-08-30T18:26:36.552Z | Compiling pbkdf2 v0.12.2 |
1215 | 2024-08-30T18:26:36.731Z | Compiling tracing-attributes v0.1.27 |
1216 | 2024-08-30T18:26:37.512Z | Compiling pest_meta v2.7.10 |
1217 | 2024-08-30T18:26:38.021Z | Compiling scroll_derive v0.12.0 |
1218 | 2024-08-30T18:26:38.311Z | Compiling spki v0.7.3 |
1219 | 2024-08-30T18:26:38.739Z | Compiling scrypt v0.11.0 |
1220 | 2024-08-30T18:26:39.330Z | Compiling pest_generator v2.7.10 |
1221 | 2024-08-30T18:26:39.541Z | Compiling scroll v0.12.0 |
1222 | 2024-08-30T18:26:40.116Z | Compiling aes v0.8.4 |
1223 | 2024-08-30T18:26:40.645Z | Compiling tracing v0.1.40 |
1224 | 2024-08-30T18:26:40.716Z | Compiling cbc v0.1.2 |
1225 | 2024-08-30T18:26:40.757Z | Compiling goblin v0.8.2 |
1226 | 2024-08-30T18:26:40.962Z | Compiling openssl-macros v0.1.1 |
1227 | 2024-08-30T18:26:41.165Z | Compiling pkcs5 v0.7.1 |
1228 | 2024-08-30T18:26:41.316Z | Compiling md-5 v0.10.6 |
1229 | 2024-08-30T18:26:41.749Z | Compiling backtrace v0.3.71 |
1230 | 2024-08-30T18:26:42.247Z | Compiling pkcs8 v0.10.2 |
1231 | 2024-08-30T18:26:42.372Z | Compiling idna v0.3.0 |
1232 | 2024-08-30T18:26:42.704Z | Compiling pest_derive v2.7.10 |
1233 | 2024-08-30T18:26:42.774Z | Compiling lazy_static v1.5.0 |
1234 | 2024-08-30T18:26:42.904Z | Compiling hash32 v0.2.1 |
1235 | 2024-08-30T18:26:42.941Z | Compiling fallible-iterator v0.2.0 |
1236 | 2024-08-30T18:26:42.976Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2024-08-30T18:26:43.075Z | Compiling gimli v0.28.1 |
1238 | 2024-08-30T18:26:43.303Z | Compiling smoltcp v0.9.1 |
1239 | 2024-08-30T18:26:43.527Z | Compiling dtrace-parser v0.2.0 |
1240 | 2024-08-30T18:26:43.613Z | Compiling crc32fast v1.4.0 |
1241 | 2024-08-30T18:26:43.974Z | Compiling signal-hook v0.3.17 |
1242 | 2024-08-30T18:26:44.083Z | Compiling bytes v1.7.1 |
1243 | 2024-08-30T18:26:44.184Z | Compiling bitflags v2.6.0 |
1244 | 2024-08-30T18:26:44.423Z | Compiling indexmap v2.4.0 |
1245 | 2024-08-30T18:26:44.602Z | Compiling semver v1.0.23 |
1246 | 2024-08-30T18:26:45.373Z | Compiling tokio v1.39.3 |
1247 | 2024-08-30T18:26:45.421Z | Compiling http v0.2.12 |
1248 | 2024-08-30T18:26:45.759Z | Compiling rustc_version v0.4.0 |
1249 | 2024-08-30T18:26:46.505Z | Compiling heapless v0.7.17 |
1250 | 2024-08-30T18:26:46.974Z | Compiling http-body v0.4.6 |
1251 | 2024-08-30T18:26:47.405Z | Compiling dof v0.3.0 |
1252 | 2024-08-30T18:26:47.897Z | Compiling uuid v1.10.0 |
1253 | 2024-08-30T18:26:48.155Z | Compiling usdt-impl v0.5.0 |
1254 | 2024-08-30T18:26:49.043Z | Compiling serde_spanned v0.6.7 |
1255 | 2024-08-30T18:26:49.278Z | Compiling toml_datetime v0.6.8 |
1256 | 2024-08-30T18:26:49.415Z | Compiling chrono v0.4.38 |
1257 | 2024-08-30T18:26:49.651Z | Compiling serde_tokenstream v0.2.2 |
1258 | 2024-08-30T18:26:49.798Z | Compiling psl-types v2.0.11 |
1259 | 2024-08-30T18:26:49.817Z | Compiling cfg_aliases v0.1.1 |
1260 | 2024-08-30T18:26:49.925Z | Compiling num-bigint-dig v0.8.4 |
1261 | 2024-08-30T18:26:50.006Z | Compiling base64 v0.22.1 |
1262 | 2024-08-30T18:26:50.275Z | Compiling publicsuffix v2.2.3 |
1263 | 2024-08-30T18:26:50.294Z | Compiling nix v0.28.0 |
1264 | 2024-08-30T18:26:50.562Z | Compiling postgres-protocol v0.6.7 |
1265 | 2024-08-30T18:26:50.805Z | Compiling terminal_size v0.3.0 |
1266 | 2024-08-30T18:26:51.013Z | Compiling addr2line v0.21.0 |
1267 | 2024-08-30T18:26:51.249Z | Compiling hubpack_derive v0.1.1 |
1268 | 2024-08-30T18:26:51.400Z | Compiling async-trait v0.1.81 |
1269 | 2024-08-30T18:26:51.696Z | Compiling zerocopy-derive v0.6.6 |
1270 | 2024-08-30T18:26:51.876Z | Compiling num-iter v0.1.45 |
1271 | 2024-08-30T18:26:52.203Z | Compiling phf_shared v0.11.2 |
1272 | 2024-08-30T18:26:52.576Z | Compiling serde_derive_internals v0.29.1 |
1273 | 2024-08-30T18:26:52.891Z | Compiling ff v0.13.0 |
1274 | 2024-08-30T18:26:53.040Z | Compiling object v0.32.2 |
1275 | 2024-08-30T18:26:53.107Z | Compiling fs-err v2.11.0 |
1276 | 2024-08-30T18:26:53.149Z | Compiling schemars v0.8.21 |
1277 | 2024-08-30T18:26:53.410Z | Compiling base64 v0.21.7 |
1278 | 2024-08-30T18:26:53.529Z | Compiling tokio-util v0.7.11 |
1279 | 2024-08-30T18:26:54.212Z | Compiling tokio-rustls v0.24.1 |
1280 | 2024-08-30T18:26:54.234Z | Compiling base16ct v0.2.0 |
1281 | 2024-08-30T18:26:54.574Z | Compiling h2 v0.3.26 |
1282 | 2024-08-30T18:26:54.612Z | Compiling tokio-native-tls v0.3.1 |
1283 | 2024-08-30T18:26:54.632Z | Compiling bitflags v1.3.2 |
1284 | 2024-08-30T18:26:54.734Z | Compiling anyhow v1.0.86 |
1285 | 2024-08-30T18:26:54.892Z | Compiling ipnet v2.9.0 |
1286 | 2024-08-30T18:26:54.969Z | Compiling either v1.13.0 |
1287 | 2024-08-30T18:26:55.324Z | Compiling rustc-demangle v0.1.24 |
1288 | 2024-08-30T18:26:55.373Z | Compiling winnow v0.5.40 |
1289 | 2024-08-30T18:26:55.408Z | Compiling managed v0.8.0 |
1290 | 2024-08-30T18:26:56.117Z | Compiling clap_builder v4.5.15 |
1291 | 2024-08-30T18:26:56.327Z | Compiling schemars_derive v0.8.21 |
1292 | 2024-08-30T18:26:56.353Z | Compiling sec1 v0.7.3 |
1293 | 2024-08-30T18:26:56.966Z | Compiling zerocopy v0.6.6 |
1294 | 2024-08-30T18:26:57.833Z | Compiling rustls-pemfile v1.0.4 |
1295 | 2024-08-30T18:26:58.150Z | Compiling group v0.13.0 |
1296 | 2024-08-30T18:26:58.262Z | Compiling phf v0.11.2 |
1297 | 2024-08-30T18:26:58.488Z | Compiling cookie_store v0.20.0 |
1298 | 2024-08-30T18:26:58.558Z | Compiling hubpack v0.1.2 |
1299 | 2024-08-30T18:26:59.039Z | Compiling toml_edit v0.19.15 |
1300 | 2024-08-30T18:27:00.090Z | Compiling postgres-types v0.2.7 |
1301 | 2024-08-30T18:27:00.315Z | Compiling usdt-macro v0.5.0 |
1302 | 2024-08-30T18:27:00.723Z | Compiling usdt-attr-macro v0.5.0 |
1303 | 2024-08-30T18:27:01.803Z | Compiling hyper v0.14.30 |
1304 | 2024-08-30T18:27:02.422Z | Compiling serde_urlencoded v0.7.1 |
1305 | 2024-08-30T18:27:02.929Z | Compiling pkcs1 v0.7.5 |
1306 | 2024-08-30T18:27:02.969Z | Compiling futures-executor v0.3.30 |
1307 | 2024-08-30T18:27:03.336Z | Compiling hkdf v0.12.4 |
1308 | 2024-08-30T18:27:03.541Z | Compiling signature v2.2.0 |
1309 | 2024-08-30T18:27:03.596Z | Compiling crypto-bigint v0.5.5 |
1310 | 2024-08-30T18:27:03.883Z | Compiling bstr v1.9.1 |
1311 | 2024-08-30T18:27:04.003Z | Compiling regex v1.10.6 |
1312 | 2024-08-30T18:27:05.150Z | Compiling clap_derive v4.5.13 |
1313 | 2024-08-30T18:27:05.441Z | Compiling enum-as-inner v0.6.0 |
1314 | 2024-08-30T18:27:05.513Z | Compiling strum_macros v0.25.3 |
1315 | 2024-08-30T18:27:05.744Z | Compiling serde_repr v0.1.19 |
1316 | 2024-08-30T18:27:06.559Z | Compiling phf_shared v0.10.0 |
1317 | 2024-08-30T18:27:06.960Z | Compiling float-cmp v0.9.0 |
1318 | 2024-08-30T18:27:06.987Z | Compiling idna v0.4.0 |
1319 | 2024-08-30T18:27:07.163Z | Compiling mio v0.8.11 |
1320 | 2024-08-30T18:27:07.184Z | Compiling encoding_rs v0.8.34 |
1321 | 2024-08-30T18:27:08.451Z | Compiling fixedbitset v0.4.2 |
1322 | 2024-08-30T18:27:08.617Z | Compiling data-encoding v2.6.0 |
1323 | 2024-08-30T18:27:08.947Z | Compiling hyper-rustls v0.24.2 |
1324 | 2024-08-30T18:27:09.330Z | Compiling hyper-tls v0.5.0 |
1325 | 2024-08-30T18:27:09.690Z | Compiling whoami v1.5.1 |
1326 | 2024-08-30T18:27:09.693Z | Compiling static_assertions v1.1.0 |
1327 | 2024-08-30T18:27:09.805Z | Compiling mime v0.3.17 |
1328 | 2024-08-30T18:27:09.925Z | Compiling sync_wrapper v0.1.2 |
1329 | 2024-08-30T18:27:10.051Z | Compiling webpki-roots v0.25.4 |
1330 | 2024-08-30T18:27:10.155Z | Compiling difflib v0.4.0 |
1331 | 2024-08-30T18:27:10.215Z | Compiling bit-vec v0.6.3 |
1332 | 2024-08-30T18:27:10.322Z | Compiling precomputed-hash v0.1.1 |
1333 | 2024-08-30T18:27:10.436Z | Compiling new_debug_unreachable v1.0.6 |
1334 | 2024-08-30T18:27:10.454Z | Compiling dyn-clone v1.0.17 |
1335 | 2024-08-30T18:27:10.535Z | Compiling minimal-lexical v0.2.1 |
1336 | 2024-08-30T18:27:10.666Z | Compiling normalize-line-endings v0.3.0 |
1337 | 2024-08-30T18:27:10.691Z | Compiling unicode-segmentation v1.11.0 |
1338 | 2024-08-30T18:27:10.797Z | Compiling predicates-core v1.0.6 |
1339 | 2024-08-30T18:27:11.052Z | Compiling predicates v3.1.2 |
1340 | 2024-08-30T18:27:11.071Z | Compiling nom v7.1.3 |
1341 | 2024-08-30T18:27:11.560Z | Compiling similar v2.6.0 |
1342 | 2024-08-30T18:27:11.663Z | Compiling bit-set v0.5.3 |
1343 | 2024-08-30T18:27:11.749Z | Compiling string_cache v0.8.7 |
1344 | 2024-08-30T18:27:11.943Z | Compiling toml_edit v0.22.20 |
1345 | 2024-08-30T18:27:11.964Z | Compiling reqwest v0.11.27 |
1346 | 2024-08-30T18:27:12.252Z | Compiling clap v4.5.16 |
1347 | 2024-08-30T18:27:12.381Z | Compiling tokio-postgres v0.7.11 |
1348 | 2024-08-30T18:27:12.808Z | Compiling console v0.15.8 |
1349 | 2024-08-30T18:27:14.097Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1350 | 2024-08-30T18:27:14.387Z | Compiling hickory-proto v0.24.1 |
1351 | 2024-08-30T18:27:14.433Z | Compiling petgraph v0.6.5 |
1352 | 2024-08-30T18:27:14.782Z | Compiling signal-hook-mio v0.2.4 |
1353 | 2024-08-30T18:27:14.959Z | Compiling usdt v0.5.0 |
1354 | 2024-08-30T18:27:15.059Z | Compiling elliptic-curve v0.13.8 |
1355 | 2024-08-30T18:27:15.485Z | Compiling rsa v0.9.6 |
1356 | 2024-08-30T18:27:15.933Z | Compiling futures v0.3.30 |
1357 | 2024-08-30T18:27:18.186Z | Compiling toml v0.7.8 |
1358 | 2024-08-30T18:27:18.507Z | Compiling flate2 v1.0.31 |
1359 | 2024-08-30T18:27:20.237Z | Compiling itertools v0.12.1 |
1360 | 2024-08-30T18:27:20.420Z | Compiling itertools v0.10.5 |
1361 | 2024-08-30T18:27:20.459Z | Compiling tokio-stream v0.1.15 |
1362 | 2024-08-30T18:27:20.597Z | Compiling openapiv3 v2.0.0 |
1363 | 2024-08-30T18:27:20.804Z | Compiling hex v0.4.3 |
1364 | 2024-08-30T18:27:21.443Z | Compiling sha1 v0.10.6 |
1365 | 2024-08-30T18:27:21.518Z | Compiling crossbeam-epoch v0.9.18 |
1366 | 2024-08-30T18:27:21.890Z | Compiling dirs-sys-next v0.1.2 |
1367 | 2024-08-30T18:27:22.343Z | Compiling lalrpop-util v0.19.12 |
1368 | 2024-08-30T18:27:22.588Z | Compiling peg-runtime v0.8.3 |
1369 | 2024-08-30T18:27:22.674Z | Compiling unicode-xid v0.2.4 |
1370 | 2024-08-30T18:27:22.851Z | Compiling dirs-next v2.0.0 |
1371 | 2024-08-30T18:27:23.056Z | Compiling thread_local v1.1.8 |
1372 | 2024-08-30T18:27:23.232Z | Compiling slog-async v2.8.0 |
1373 | 2024-08-30T18:27:23.296Z | Compiling term v0.7.0 |
1374 | 2024-08-30T18:27:23.424Z | Compiling xattr v1.3.1 |
1375 | 2024-08-30T18:27:23.593Z | Compiling strum_macros v0.26.4 |
1376 | 2024-08-30T18:27:23.703Z | Compiling crossbeam-channel v0.5.12 |
1377 | 2024-08-30T18:27:23.904Z | Compiling is-terminal v0.4.12 |
1378 | 2024-08-30T18:27:23.950Z | Compiling filetime v0.2.25 |
1379 | 2024-08-30T18:27:24.037Z | Compiling take_mut v0.2.2 |
1380 | 2024-08-30T18:27:24.205Z | Compiling tar v0.4.41 |
1381 | 2024-08-30T18:27:24.262Z | Compiling slog-term v2.9.1 |
1382 | 2024-08-30T18:27:24.864Z | Compiling camino v1.1.9 |
1383 | 2024-08-30T18:27:26.287Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1384 | 2024-08-30T18:27:26.881Z | Compiling strum v0.26.3 |
1385 | 2024-08-30T18:27:26.963Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1386 | 2024-08-30T18:27:32.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1387 | 2024-08-30T18:27:32.526Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1388 | 2024-08-30T18:27:32.572Z | Aug 30 18:27:31.065 INFO Starting download, target: Clickhouse |
1389 | 2024-08-30T18:27:32.572Z | Aug 30 18:27:31.065 INFO Starting download, target: DendriteOpenapi |
1390 | 2024-08-30T18:27:32.572Z | Aug 30 18:27:31.065 INFO Starting download, target: Cockroach |
1391 | 2024-08-30T18:27:32.574Z | Aug 30 18:27:31.065 INFO Starting download, target: Console |
1392 | 2024-08-30T18:27:32.574Z | Aug 30 18:27:31.065 INFO Starting download, target: DendriteStub |
1393 | 2024-08-30T18:27:32.574Z | Aug 30 18:27:31.065 INFO Starting download, target: MaghemiteMgd |
1394 | 2024-08-30T18:27:32.574Z | Aug 30 18:27:31.065 INFO Starting download, target: TransceiverControl |
1395 | 2024-08-30T18:27:32.574Z | Aug 30 18:27:31.066 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1396 | 2024-08-30T18:27:32.574Z | Aug 30 18:27:31.066 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1397 | 2024-08-30T18:27:32.574Z | Aug 30 18:27:31.066 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1398 | 2024-08-30T18:27:32.574Z | Aug 30 18:27:31.066 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1399 | 2024-08-30T18:27:32.574Z | Aug 30 18:27:31.066 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1400 | 2024-08-30T18:27:32.574Z | Aug 30 18:27:31.066 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1401 | 2024-08-30T18:27:32.575Z | Aug 30 18:27:31.066 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1402 | 2024-08-30T18:27:32.758Z | Aug 30 18:27:31.249 INFO Download complete, target: DendriteOpenapi |
1403 | 2024-08-30T18:27:32.878Z | Aug 30 18:27:31.362 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1404 | 2024-08-30T18:27:33.112Z | Aug 30 18:27:31.599 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1405 | 2024-08-30T18:27:33.268Z | Aug 30 18:27:31.760 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1406 | 2024-08-30T18:27:33.485Z | Aug 30 18:27:31.978 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1407 | 2024-08-30T18:27:33.526Z | Aug 30 18:27:32.018 INFO Download complete, target: Console |
1408 | 2024-08-30T18:27:33.667Z | Aug 30 18:27:32.160 INFO Download complete, target: TransceiverControl |
1409 | 2024-08-30T18:27:33.986Z | Aug 30 18:27:32.479 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1410 | 2024-08-30T18:27:33.986Z | Aug 30 18:27:32.479 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1411 | 2024-08-30T18:27:34.588Z | Aug 30 18:27:33.081 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1412 | 2024-08-30T18:27:36.397Z | Aug 30 18:27:34.888 INFO Download complete, target: DendriteStub |
1413 | 2024-08-30T18:27:36.835Z | Aug 30 18:27:35.327 INFO Download complete, target: MaghemiteMgd |
1414 | 2024-08-30T18:27:42.356Z | Aug 30 18:27:40.846 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1415 | 2024-08-30T18:27:42.691Z | Aug 30 18:27:41.180 INFO Checking that binary works, target: Cockroach |
1416 | 2024-08-30T18:27:42.852Z | Aug 30 18:27:41.341 INFO Download complete, target: Cockroach |
1417 | 2024-08-30T18:27:48.678Z | Aug 30 18:27:47.162 INFO Checking that binary works, target: Clickhouse |
1418 | 2024-08-30T18:27:48.809Z | Aug 30 18:27:47.296 INFO Download complete, target: Clickhouse |
1419 | 2024-08-30T18:27:48.830Z | All builder prerequisites installed successfully, and PATH looks valid |
1420 | 2024-08-30T18:27:48.834Z | |
1421 | 2024-08-30T18:27:48.834Z | real 4:08.951046028 |
1422 | 2024-08-30T18:27:48.834Z | user 11:36.394942279 |
1423 | 2024-08-30T18:27:48.834Z | sys 2:28.589104119 |
1424 | 2024-08-30T18:27:48.834Z | trap 0.426850297 |
1425 | 2024-08-30T18:27:48.834Z | tflt 1.418805282 |
1426 | 2024-08-30T18:27:48.834Z | dflt 1.465276415 |
1427 | 2024-08-30T18:27:48.834Z | kflt 0.020077411 |
1428 | 2024-08-30T18:27:48.834Z | lock 23:51.841037016 |
1429 | 2024-08-30T18:27:48.834Z | slp 45:18.343911144 |
1430 | 2024-08-30T18:27:48.834Z | lat 42.137384919 |
1431 | 2024-08-30T18:27:48.834Z | stop 1:49.240999962 |
1432 | 2024-08-30T18:27:48.834Z | + banner hack-check |
1433 | 2024-08-30T18:27:48.834Z | |
1434 | 2024-08-30T18:27:48.834Z | # # ## #### # # #### # # ###### #### # # |
1435 | 2024-08-30T18:27:48.834Z | # # # # # # # # # # # # # # # # # |
1436 | 2024-08-30T18:27:48.834Z | ###### # # # #### ##### # ###### ##### # #### |
1437 | 2024-08-30T18:27:48.834Z | # # ###### # # # # # # # # # # |
1438 | 2024-08-30T18:27:48.834Z | # # # # # # # # # # # # # # # # # |
1439 | 2024-08-30T18:27:48.834Z | # # # # #### # # #### # # ###### #### # # |
1440 | 2024-08-30T18:27:48.834Z | |
1441 | 2024-08-30T18:27:48.837Z | + export CARGO_INCREMENTAL=0 |
1442 | 2024-08-30T18:27:48.837Z | + CARGO_INCREMENTAL=0 |
1443 | 2024-08-30T18:27:48.837Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1444 | 2024-08-30T18:27:49.407Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1445 | 2024-08-30T18:27:53.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
1446 | 2024-08-30T18:27:53.476Z | Running `target/debug/xtask check-features --ci` |
1447 | 2024-08-30T18:27:53.497Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1448 | 2024-08-30T18:27:53.497Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1449 | 2024-08-30T18:27:54.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1450 | 2024-08-30T18:27:54.019Z | Running `target/debug/xtask download cargo-hack` |
1451 | 2024-08-30T18:27:54.858Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1452 | 2024-08-30T18:27:55.227Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1453 | 2024-08-30T18:27:59.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
1454 | 2024-08-30T18:27:59.730Z | Running `target/debug/xtask-downloader cargo-hack` |
1455 | 2024-08-30T18:27:59.763Z | Aug 30 18:27:58.247 INFO Starting download, target: CargoHack |
1456 | 2024-08-30T18:27:59.771Z | Aug 30 18:27:58.247 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1457 | 2024-08-30T18:28:00.218Z | Aug 30 18:27:58.698 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1458 | 2024-08-30T18:28:00.315Z | Aug 30 18:27:58.798 INFO Download complete, target: CargoHack |
1459 | 2024-08-30T18:28:00.319Z | 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" |
1460 | 2024-08-30T18:28:00.336Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1461 | 2024-08-30T18:28:00.498Z | info: running `cargo check --bins` on api_identity (1/158) |
1462 | 2024-08-30T18:28:01.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1463 | 2024-08-30T18:28:01.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1464 | 2024-08-30T18:28:01.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1465 | 2024-08-30T18:28:01.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1466 | 2024-08-30T18:28:01.116Z | |
1467 | 2024-08-30T18:28:01.116Z | info: running `cargo check --bins` on bootstore (2/158) |
1468 | 2024-08-30T18:28:01.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1469 | 2024-08-30T18:28:01.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1470 | 2024-08-30T18:28:01.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1471 | 2024-08-30T18:28:01.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1472 | 2024-08-30T18:28:01.783Z | |
1473 | 2024-08-30T18:28:01.783Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1474 | 2024-08-30T18:28:02.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1475 | 2024-08-30T18:28:02.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1476 | 2024-08-30T18:28:02.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1477 | 2024-08-30T18:28:02.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1478 | 2024-08-30T18:28:02.440Z | |
1479 | 2024-08-30T18:28:02.440Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1480 | 2024-08-30T18:28:03.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1481 | 2024-08-30T18:28:04.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1482 | 2024-08-30T18:28:04.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1483 | 2024-08-30T18:28:04.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1484 | 2024-08-30T18:28:04.033Z | |
1485 | 2024-08-30T18:28:04.033Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1486 | 2024-08-30T18:28:04.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1487 | 2024-08-30T18:28:04.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1488 | 2024-08-30T18:28:04.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1489 | 2024-08-30T18:28:04.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1490 | 2024-08-30T18:28:04.033Z | |
1491 | 2024-08-30T18:28:04.033Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1492 | 2024-08-30T18:28:04.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1493 | 2024-08-30T18:28:04.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1494 | 2024-08-30T18:28:04.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1495 | 2024-08-30T18:28:04.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1496 | 2024-08-30T18:28:04.056Z | |
1497 | 2024-08-30T18:28:04.056Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1498 | 2024-08-30T18:28:04.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1499 | 2024-08-30T18:28:04.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1500 | 2024-08-30T18:28:04.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1501 | 2024-08-30T18:28:04.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1502 | 2024-08-30T18:28:04.530Z | |
1503 | 2024-08-30T18:28:04.531Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1504 | 2024-08-30T18:28:04.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1505 | 2024-08-30T18:28:04.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1506 | 2024-08-30T18:28:04.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1507 | 2024-08-30T18:28:04.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1508 | 2024-08-30T18:28:05.015Z | |
1509 | 2024-08-30T18:28:05.015Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1510 | 2024-08-30T18:28:05.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1511 | 2024-08-30T18:28:05.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1512 | 2024-08-30T18:28:05.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1513 | 2024-08-30T18:28:05.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1514 | 2024-08-30T18:28:05.493Z | |
1515 | 2024-08-30T18:28:05.493Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1516 | 2024-08-30T18:28:05.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1517 | 2024-08-30T18:28:05.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1518 | 2024-08-30T18:28:05.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1519 | 2024-08-30T18:28:05.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1520 | 2024-08-30T18:28:05.976Z | |
1521 | 2024-08-30T18:28:05.977Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1522 | 2024-08-30T18:28:06.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1523 | 2024-08-30T18:28:06.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1524 | 2024-08-30T18:28:06.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1525 | 2024-08-30T18:28:06.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1526 | 2024-08-30T18:28:06.455Z | |
1527 | 2024-08-30T18:28:06.455Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1528 | 2024-08-30T18:28:06.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1529 | 2024-08-30T18:28:06.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1530 | 2024-08-30T18:28:06.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1531 | 2024-08-30T18:28:06.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1532 | 2024-08-30T18:28:06.945Z | |
1533 | 2024-08-30T18:28:06.945Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1534 | 2024-08-30T18:28:07.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1535 | 2024-08-30T18:28:07.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1536 | 2024-08-30T18:28:07.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1537 | 2024-08-30T18:28:07.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1538 | 2024-08-30T18:28:07.426Z | |
1539 | 2024-08-30T18:28:07.426Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1540 | 2024-08-30T18:28:07.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1541 | 2024-08-30T18:28:07.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1542 | 2024-08-30T18:28:07.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1543 | 2024-08-30T18:28:07.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1544 | 2024-08-30T18:28:07.906Z | |
1545 | 2024-08-30T18:28:07.906Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1546 | 2024-08-30T18:28:08.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1547 | 2024-08-30T18:28:08.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1548 | 2024-08-30T18:28:08.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1549 | 2024-08-30T18:28:08.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1550 | 2024-08-30T18:28:08.383Z | |
1551 | 2024-08-30T18:28:08.383Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1552 | 2024-08-30T18:28:08.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1553 | 2024-08-30T18:28:08.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1554 | 2024-08-30T18:28:08.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1555 | 2024-08-30T18:28:08.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1556 | 2024-08-30T18:28:08.865Z | |
1557 | 2024-08-30T18:28:08.865Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1558 | 2024-08-30T18:28:09.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1559 | 2024-08-30T18:28:09.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1560 | 2024-08-30T18:28:09.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1561 | 2024-08-30T18:28:09.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1562 | 2024-08-30T18:28:09.477Z | |
1563 | 2024-08-30T18:28:09.477Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1564 | 2024-08-30T18:28:09.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1565 | 2024-08-30T18:28:09.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1566 | 2024-08-30T18:28:09.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1567 | 2024-08-30T18:28:09.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1568 | 2024-08-30T18:28:09.909Z | |
1569 | 2024-08-30T18:28:09.909Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1570 | 2024-08-30T18:28:10.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1571 | 2024-08-30T18:28:10.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1572 | 2024-08-30T18:28:10.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1573 | 2024-08-30T18:28:10.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1574 | 2024-08-30T18:28:10.327Z | |
1575 | 2024-08-30T18:28:10.327Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1576 | 2024-08-30T18:28:10.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1577 | 2024-08-30T18:28:15.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1578 | 2024-08-30T18:28:15.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1579 | 2024-08-30T18:28:15.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1580 | 2024-08-30T18:28:15.377Z | |
1581 | 2024-08-30T18:28:15.377Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1582 | 2024-08-30T18:28:15.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1583 | 2024-08-30T18:28:15.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1584 | 2024-08-30T18:28:15.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1585 | 2024-08-30T18:28:15.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1586 | 2024-08-30T18:28:15.377Z | |
1587 | 2024-08-30T18:28:15.377Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1588 | 2024-08-30T18:28:15.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1589 | 2024-08-30T18:28:15.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1590 | 2024-08-30T18:28:15.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1591 | 2024-08-30T18:28:15.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1592 | 2024-08-30T18:28:15.377Z | |
1593 | 2024-08-30T18:28:15.377Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1594 | 2024-08-30T18:28:15.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1595 | 2024-08-30T18:28:15.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1596 | 2024-08-30T18:28:15.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1597 | 2024-08-30T18:28:15.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1598 | 2024-08-30T18:28:15.377Z | |
1599 | 2024-08-30T18:28:15.377Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1600 | 2024-08-30T18:28:15.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1601 | 2024-08-30T18:28:15.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1602 | 2024-08-30T18:28:15.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1603 | 2024-08-30T18:28:15.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1604 | 2024-08-30T18:28:15.378Z | |
1605 | 2024-08-30T18:28:15.378Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1606 | 2024-08-30T18:28:15.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1607 | 2024-08-30T18:28:15.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1608 | 2024-08-30T18:28:15.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1609 | 2024-08-30T18:28:15.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1610 | 2024-08-30T18:28:15.378Z | |
1611 | 2024-08-30T18:28:15.378Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1612 | 2024-08-30T18:28:15.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1613 | 2024-08-30T18:28:15.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1614 | 2024-08-30T18:28:15.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1615 | 2024-08-30T18:28:15.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1616 | 2024-08-30T18:28:15.378Z | |
1617 | 2024-08-30T18:28:15.378Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1618 | 2024-08-30T18:28:15.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-08-30T18:28:15.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-08-30T18:28:15.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-08-30T18:28:15.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1622 | 2024-08-30T18:28:15.378Z | |
1623 | 2024-08-30T18:28:15.378Z | info: running `cargo check --bins` on oxlog (28/158) |
1624 | 2024-08-30T18:28:15.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-08-30T18:28:15.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-08-30T18:28:15.521Z | Checking cfg-if v1.0.0 |
1627 | 2024-08-30T18:28:15.521Z | Checking libc v0.2.158 |
1628 | 2024-08-30T18:28:15.593Z | Checking memchr v2.7.2 |
1629 | 2024-08-30T18:28:15.593Z | Checking serde v1.0.208 |
1630 | 2024-08-30T18:28:15.593Z | Checking zeroize v1.7.0 |
1631 | 2024-08-30T18:28:15.593Z | Checking typenum v1.17.0 |
1632 | 2024-08-30T18:28:15.593Z | Checking scopeguard v1.2.0 |
1633 | 2024-08-30T18:28:15.593Z | Checking byteorder v1.5.0 |
1634 | 2024-08-30T18:28:15.593Z | Checking log v0.4.21 |
1635 | 2024-08-30T18:28:15.631Z | Checking lock_api v0.4.12 |
1636 | 2024-08-30T18:28:15.799Z | Checking subtle v2.5.0 |
1637 | 2024-08-30T18:28:15.827Z | Checking const-oid v0.9.6 |
1638 | 2024-08-30T18:28:15.950Z | Checking once_cell v1.19.0 |
1639 | 2024-08-30T18:28:15.968Z | Checking itoa v1.0.11 |
1640 | 2024-08-30T18:28:16.063Z | Checking pin-project-lite v0.2.14 |
1641 | 2024-08-30T18:28:16.169Z | Checking smallvec v1.13.2 |
1642 | 2024-08-30T18:28:16.215Z | Checking zerocopy v0.7.34 |
1643 | 2024-08-30T18:28:16.216Z | Checking spin v0.9.8 |
1644 | 2024-08-30T18:28:16.295Z | Checking tinyvec_macros v0.1.1 |
1645 | 2024-08-30T18:28:16.351Z | Checking tinyvec v1.6.0 |
1646 | 2024-08-30T18:28:16.506Z | Checking futures-core v0.3.30 |
1647 | 2024-08-30T18:28:16.570Z | Checking futures-sink v0.3.30 |
1648 | 2024-08-30T18:28:16.612Z | Checking getrandom v0.2.14 |
1649 | 2024-08-30T18:28:16.643Z | Checking parking_lot_core v0.9.10 |
1650 | 2024-08-30T18:28:16.676Z | Checking signal-hook-registry v1.4.2 |
1651 | 2024-08-30T18:28:16.760Z | Checking generic-array v0.14.7 |
1652 | 2024-08-30T18:28:16.824Z | Checking rand_core v0.6.4 |
1653 | 2024-08-30T18:28:16.930Z | Checking mio v1.0.2 |
1654 | 2024-08-30T18:28:16.963Z | Checking parking_lot v0.12.2 |
1655 | 2024-08-30T18:28:17.118Z | Checking socket2 v0.5.7 |
1656 | 2024-08-30T18:28:17.320Z | Checking cpufeatures v0.2.12 |
1657 | 2024-08-30T18:28:17.415Z | Checking unicode-bidi v0.3.15 |
1658 | 2024-08-30T18:28:17.499Z | Checking allocator-api2 v0.2.18 |
1659 | 2024-08-30T18:28:17.605Z | Checking libm v0.2.8 |
1660 | 2024-08-30T18:28:17.619Z | Checking ahash v0.8.11 |
1661 | 2024-08-30T18:28:17.644Z | Checking ryu v1.0.18 |
1662 | 2024-08-30T18:28:17.722Z | Checking unicode-normalization v0.1.23 |
1663 | 2024-08-30T18:28:17.865Z | Checking equivalent v1.0.1 |
1664 | 2024-08-30T18:28:17.903Z | Checking crypto-common v0.1.6 |
1665 | 2024-08-30T18:28:17.964Z | Checking block-buffer v0.10.4 |
1666 | 2024-08-30T18:28:18.001Z | Checking block-padding v0.3.3 |
1667 | 2024-08-30T18:28:18.075Z | Checking futures-channel v0.3.30 |
1668 | 2024-08-30T18:28:18.133Z | Checking slab v0.4.9 |
1669 | 2024-08-30T18:28:18.147Z | Checking hashbrown v0.14.5 |
1670 | 2024-08-30T18:28:18.173Z | Checking digest v0.10.7 |
1671 | 2024-08-30T18:28:18.196Z | Checking inout v0.1.3 |
1672 | 2024-08-30T18:28:18.383Z | Checking futures-io v0.3.30 |
1673 | 2024-08-30T18:28:18.420Z | Checking cipher v0.4.4 |
1674 | 2024-08-30T18:28:18.423Z | Checking pin-utils v0.1.0 |
1675 | 2024-08-30T18:28:18.491Z | Checking num-traits v0.2.19 |
1676 | 2024-08-30T18:28:18.514Z | Checking futures-task v0.3.30 |
1677 | 2024-08-30T18:28:18.538Z | Checking hmac v0.12.1 |
1678 | 2024-08-30T18:28:18.552Z | Checking sha2 v0.10.8 |
1679 | 2024-08-30T18:28:18.605Z | Checking base64ct v1.6.0 |
1680 | 2024-08-30T18:28:18.744Z | Checking futures-util v0.3.30 |
1681 | 2024-08-30T18:28:18.751Z | Checking percent-encoding v2.3.1 |
1682 | 2024-08-30T18:28:18.815Z | Checking flagset v0.4.5 |
1683 | 2024-08-30T18:28:18.952Z | Checking ppv-lite86 v0.2.17 |
1684 | 2024-08-30T18:28:18.997Z | Checking salsa20 v0.10.2 |
1685 | 2024-08-30T18:28:19.026Z | Checking pem-rfc7468 v0.7.0 |
1686 | 2024-08-30T18:28:19.115Z | Checking pbkdf2 v0.12.2 |
1687 | 2024-08-30T18:28:19.205Z | Checking tracing-core v0.1.32 |
1688 | 2024-08-30T18:28:19.267Z | Checking untrusted v0.9.0 |
1689 | 2024-08-30T18:28:19.288Z | Checking der v0.7.9 |
1690 | 2024-08-30T18:28:19.338Z | Checking fnv v1.0.7 |
1691 | 2024-08-30T18:28:19.417Z | Checking ring v0.17.8 |
1692 | 2024-08-30T18:28:19.460Z | Checking scrypt v0.11.0 |
1693 | 2024-08-30T18:28:19.628Z | Checking rand_chacha v0.3.1 |
1694 | 2024-08-30T18:28:19.669Z | Checking aes v0.8.4 |
1695 | 2024-08-30T18:28:19.851Z | Checking tracing v0.1.40 |
1696 | 2024-08-30T18:28:19.997Z | Checking rand v0.8.5 |
1697 | 2024-08-30T18:28:20.195Z | Checking cbc v0.1.2 |
1698 | 2024-08-30T18:28:20.237Z | Checking thiserror v1.0.63 |
1699 | 2024-08-30T18:28:20.370Z | Checking foreign-types-shared v0.1.1 |
1700 | 2024-08-30T18:28:20.402Z | Checking form_urlencoded v1.2.1 |
1701 | 2024-08-30T18:28:20.476Z | Checking foreign-types v0.3.2 |
1702 | 2024-08-30T18:28:20.566Z | Checking openssl-sys v0.9.103 |
1703 | 2024-08-30T18:28:20.580Z | Checking aho-corasick v1.1.3 |
1704 | 2024-08-30T18:28:20.582Z | Checking bytes v1.7.1 |
1705 | 2024-08-30T18:28:20.608Z | Checking bitflags v2.6.0 |
1706 | 2024-08-30T18:28:20.903Z | Checking indexmap v2.4.0 |
1707 | 2024-08-30T18:28:21.147Z | Checking serde_json v1.0.125 |
1708 | 2024-08-30T18:28:21.181Z | Checking spki v0.7.3 |
1709 | 2024-08-30T18:28:21.207Z | Checking try-lock v0.2.5 |
1710 | 2024-08-30T18:28:21.335Z | Checking unicode-ident v1.0.12 |
1711 | 2024-08-30T18:28:21.353Z | Checking tokio v1.39.3 |
1712 | 2024-08-30T18:28:21.465Z | Checking http v0.2.12 |
1713 | 2024-08-30T18:28:21.501Z | Checking pkcs5 v0.7.1 |
1714 | 2024-08-30T18:28:21.925Z | Checking regex-syntax v0.8.4 |
1715 | 2024-08-30T18:28:22.042Z | Checking powerfmt v0.2.0 |
1716 | 2024-08-30T18:28:22.221Z | Checking siphasher v0.3.11 |
1717 | 2024-08-30T18:28:22.263Z | Checking pkcs8 v0.10.2 |
1718 | 2024-08-30T18:28:22.298Z | Checking deranged v0.3.11 |
1719 | 2024-08-30T18:28:22.537Z | Checking openssl v0.10.66 |
1720 | 2024-08-30T18:28:22.559Z | Checking proc-macro2 v1.0.86 |
1721 | 2024-08-30T18:28:22.843Z | Checking want v0.3.1 |
1722 | 2024-08-30T18:28:22.867Z | Checking http-body v0.4.6 |
1723 | 2024-08-30T18:28:23.019Z | Checking rustls-webpki v0.101.7 |
1724 | 2024-08-30T18:28:23.229Z | Checking sct v0.7.1 |
1725 | 2024-08-30T18:28:23.267Z | Checking uuid v1.10.0 |
1726 | 2024-08-30T18:28:23.429Z | Checking idna v0.5.0 |
1727 | 2024-08-30T18:28:23.727Z | Checking httparse v1.8.0 |
1728 | 2024-08-30T18:28:23.856Z | Checking errno v0.3.9 |
1729 | 2024-08-30T18:28:23.891Z | Checking scroll v0.12.0 |
1730 | 2024-08-30T18:28:24.002Z | Checking openssl-probe v0.1.5 |
1731 | 2024-08-30T18:28:24.017Z | Checking num-conv v0.1.0 |
1732 | 2024-08-30T18:28:24.139Z | Checking httpdate v1.0.3 |
1733 | 2024-08-30T18:28:24.141Z | Checking num_threads v0.1.7 |
1734 | 2024-08-30T18:28:24.255Z | Checking time-core v0.1.2 |
1735 | 2024-08-30T18:28:24.271Z | Checking adler v1.0.2 |
1736 | 2024-08-30T18:28:24.300Z | Checking iana-time-zone v0.1.60 |
1737 | 2024-08-30T18:28:24.346Z | Checking anstyle v1.0.8 |
1738 | 2024-08-30T18:28:24.364Z | Checking ucd-trie v0.1.6 |
1739 | 2024-08-30T18:28:24.399Z | Checking plain v0.2.3 |
1740 | 2024-08-30T18:28:24.414Z | Checking utf8parse v0.2.1 |
1741 | 2024-08-30T18:28:24.438Z | Checking finl_unicode v1.2.0 |
1742 | 2024-08-30T18:28:24.535Z | Checking tower-service v0.3.2 |
1743 | 2024-08-30T18:28:24.551Z | Checking anstyle-parse v0.2.4 |
1744 | 2024-08-30T18:28:24.564Z | Checking pest v2.7.10 |
1745 | 2024-08-30T18:28:24.652Z | Checking goblin v0.8.2 |
1746 | 2024-08-30T18:28:24.686Z | Checking chrono v0.4.38 |
1747 | 2024-08-30T18:28:24.803Z | Checking miniz_oxide v0.7.2 |
1748 | 2024-08-30T18:28:25.010Z | Checking stringprep v0.1.4 |
1749 | 2024-08-30T18:28:25.149Z | Checking regex-automata v0.4.6 |
1750 | 2024-08-30T18:28:25.291Z | Checking time v0.3.36 |
1751 | 2024-08-30T18:28:25.503Z | Checking url v2.5.2 |
1752 | 2024-08-30T18:28:26.312Z | Checking rustix v0.38.34 |
1753 | 2024-08-30T18:28:26.851Z | Checking rustls v0.21.12 |
1754 | 2024-08-30T18:28:27.077Z | Checking quote v1.0.36 |
1755 | 2024-08-30T18:28:27.434Z | Checking toml_datetime v0.6.8 |
1756 | 2024-08-30T18:28:27.723Z | Checking serde_spanned v0.6.7 |
1757 | 2024-08-30T18:28:27.861Z | Checking num-integer v0.1.46 |
1758 | 2024-08-30T18:28:27.894Z | Checking idna v0.3.0 |
1759 | 2024-08-30T18:28:27.976Z | Checking native-tls v0.2.11 |
1760 | 2024-08-30T18:28:28.293Z | Checking md-5 v0.10.6 |
1761 | 2024-08-30T18:28:28.321Z | Checking lazy_static v1.5.0 |
1762 | 2024-08-30T18:28:28.387Z | Checking hash32 v0.2.1 |
1763 | 2024-08-30T18:28:28.424Z | Checking base64 v0.22.1 |
1764 | 2024-08-30T18:28:28.450Z | Checking tokio-util v0.7.11 |
1765 | 2024-08-30T18:28:28.524Z | Checking is_terminal_polyfill v1.70.0 |
1766 | 2024-08-30T18:28:28.652Z | Checking psl-types v2.0.11 |
1767 | 2024-08-30T18:28:28.708Z | Checking anstyle-query v1.0.3 |
1768 | 2024-08-30T18:28:28.746Z | Checking stable_deref_trait v1.2.0 |
1769 | 2024-08-30T18:28:28.830Z | Checking gimli v0.28.1 |
1770 | 2024-08-30T18:28:28.847Z | Checking fallible-iterator v0.2.0 |
1771 | 2024-08-30T18:28:28.850Z | Checking colorchoice v1.0.1 |
1772 | 2024-08-30T18:28:28.877Z | Checking pretty-hex v0.4.1 |
1773 | 2024-08-30T18:28:28.987Z | Checking anstream v0.6.14 |
1774 | 2024-08-30T18:28:29.042Z | Checking heapless v0.7.17 |
1775 | 2024-08-30T18:28:29.282Z | Checking h2 v0.3.26 |
1776 | 2024-08-30T18:28:29.349Z | Checking publicsuffix v2.2.3 |
1777 | 2024-08-30T18:28:29.439Z | Checking postgres-protocol v0.6.7 |
1778 | 2024-08-30T18:28:29.576Z | Checking tokio-native-tls v0.3.1 |
1779 | 2024-08-30T18:28:29.700Z | Checking dof v0.3.0 |
1780 | 2024-08-30T18:28:29.703Z | Checking terminal_size v0.3.0 |
1781 | 2024-08-30T18:28:29.829Z | Checking num-iter v0.1.45 |
1782 | 2024-08-30T18:28:29.869Z | Checking cookie v0.17.0 |
1783 | 2024-08-30T18:28:29.995Z | Checking tokio-rustls v0.24.1 |
1784 | 2024-08-30T18:28:30.010Z | Checking syn v2.0.74 |
1785 | 2024-08-30T18:28:30.032Z | Checking dtrace-parser v0.2.0 |
1786 | 2024-08-30T18:28:30.090Z | Checking phf_shared v0.11.2 |
1787 | 2024-08-30T18:28:30.266Z | Checking ff v0.13.0 |
1788 | 2024-08-30T18:28:30.284Z | Checking thread-id v4.2.1 |
1789 | 2024-08-30T18:28:30.349Z | Checking object v0.32.2 |
1790 | 2024-08-30T18:28:30.361Z | Checking base16ct v0.2.0 |
1791 | 2024-08-30T18:28:30.383Z | Checking strsim v0.11.1 |
1792 | 2024-08-30T18:28:30.472Z | Checking clap_lex v0.7.0 |
1793 | 2024-08-30T18:28:30.488Z | Checking bitflags v1.3.2 |
1794 | 2024-08-30T18:28:30.542Z | Checking ipnet v2.9.0 |
1795 | 2024-08-30T18:28:30.576Z | Checking base64 v0.21.7 |
1796 | 2024-08-30T18:28:30.661Z | Checking rustc-demangle v0.1.24 |
1797 | 2024-08-30T18:28:30.704Z | Checking winnow v0.5.40 |
1798 | 2024-08-30T18:28:30.989Z | Checking managed v0.8.0 |
1799 | 2024-08-30T18:28:31.049Z | Checking either v1.13.0 |
1800 | 2024-08-30T18:28:31.092Z | Checking rustls-pemfile v1.0.4 |
1801 | 2024-08-30T18:28:31.282Z | Checking clap_builder v4.5.15 |
1802 | 2024-08-30T18:28:31.346Z | Checking smoltcp v0.9.1 |
1803 | 2024-08-30T18:28:31.412Z | Checking sec1 v0.7.3 |
1804 | 2024-08-30T18:28:31.801Z | Checking group v0.13.0 |
1805 | 2024-08-30T18:28:32.070Z | Checking phf v0.11.2 |
1806 | 2024-08-30T18:28:32.325Z | Checking cookie_store v0.20.0 |
1807 | 2024-08-30T18:28:32.707Z | Checking addr2line v0.21.0 |
1808 | 2024-08-30T18:28:32.839Z | Checking postgres-types v0.2.7 |
1809 | 2024-08-30T18:28:32.969Z | Checking num-bigint-dig v0.8.4 |
1810 | 2024-08-30T18:28:33.230Z | Checking regex v1.10.6 |
1811 | 2024-08-30T18:28:33.553Z | Checking bstr v1.9.1 |
1812 | 2024-08-30T18:28:33.819Z | Checking futures-executor v0.3.30 |
1813 | 2024-08-30T18:28:33.864Z | Checking toml_edit v0.19.15 |
1814 | 2024-08-30T18:28:34.052Z | Checking pkcs1 v0.7.5 |
1815 | 2024-08-30T18:28:34.408Z | Checking phf_shared v0.10.0 |
1816 | 2024-08-30T18:28:34.452Z | Checking serde_urlencoded v0.7.1 |
1817 | 2024-08-30T18:28:34.479Z | Checking hubpack v0.1.2 |
1818 | 2024-08-30T18:28:34.669Z | Checking zerocopy v0.6.6 |
1819 | 2024-08-30T18:28:34.789Z | Checking float-cmp v0.9.0 |
1820 | 2024-08-30T18:28:34.873Z | Checking crc32fast v1.4.0 |
1821 | 2024-08-30T18:28:34.972Z | Checking signal-hook v0.3.17 |
1822 | 2024-08-30T18:28:35.104Z | Checking crossbeam-utils v0.8.19 |
1823 | 2024-08-30T18:28:35.123Z | Checking hkdf v0.12.4 |
1824 | 2024-08-30T18:28:35.291Z | Checking idna v0.4.0 |
1825 | 2024-08-30T18:28:35.318Z | Checking signature v2.2.0 |
1826 | 2024-08-30T18:28:35.422Z | Checking crypto-bigint v0.5.5 |
1827 | 2024-08-30T18:28:35.503Z | Checking hyper v0.14.30 |
1828 | 2024-08-30T18:28:35.506Z | Checking mio v0.8.11 |
1829 | 2024-08-30T18:28:35.772Z | Checking memmap v0.7.0 |
1830 | 2024-08-30T18:28:35.982Z | Checking encoding_rs v0.8.34 |
1831 | 2024-08-30T18:28:36.138Z | Checking dyn-clone v1.0.17 |
1832 | 2024-08-30T18:28:36.166Z | Checking normalize-line-endings v0.3.0 |
1833 | 2024-08-30T18:28:36.272Z | Checking minimal-lexical v0.2.1 |
1834 | 2024-08-30T18:28:36.286Z | Checking webpki-roots v0.25.4 |
1835 | 2024-08-30T18:28:36.300Z | Checking unicode-width v0.1.13 |
1836 | 2024-08-30T18:28:36.346Z | Checking usdt-impl v0.5.0 |
1837 | 2024-08-30T18:28:36.426Z | Checking sync_wrapper v0.1.2 |
1838 | 2024-08-30T18:28:36.449Z | Checking backtrace v0.3.71 |
1839 | 2024-08-30T18:28:36.483Z | Checking fixedbitset v0.4.2 |
1840 | 2024-08-30T18:28:36.536Z | Checking bit-vec v0.6.3 |
1841 | 2024-08-30T18:28:36.640Z | Checking data-encoding v2.6.0 |
1842 | 2024-08-30T18:28:36.741Z | Checking predicates-core v1.0.6 |
1843 | 2024-08-30T18:28:36.856Z | Checking winnow v0.6.18 |
1844 | 2024-08-30T18:28:36.871Z | Checking whoami v1.5.1 |
1845 | 2024-08-30T18:28:36.918Z | Checking unicode-segmentation v1.11.0 |
1846 | 2024-08-30T18:28:37.022Z | Checking new_debug_unreachable v1.0.6 |
1847 | 2024-08-30T18:28:37.112Z | Checking precomputed-hash v0.1.1 |
1848 | 2024-08-30T18:28:37.169Z | Checking difflib v0.4.0 |
1849 | 2024-08-30T18:28:37.217Z | Checking mime v0.3.17 |
1850 | 2024-08-30T18:28:37.319Z | Checking static_assertions v1.1.0 |
1851 | 2024-08-30T18:28:37.413Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1852 | 2024-08-30T18:28:37.495Z | Checking predicates v3.1.2 |
1853 | 2024-08-30T18:28:37.521Z | Checking hickory-proto v0.24.1 |
1854 | 2024-08-30T18:28:37.556Z | Checking similar v2.6.0 |
1855 | 2024-08-30T18:28:38.154Z | Checking string_cache v0.8.7 |
1856 | 2024-08-30T18:28:38.305Z | Checking elliptic-curve v0.13.8 |
1857 | 2024-08-30T18:28:38.351Z | Checking tokio-postgres v0.7.11 |
1858 | 2024-08-30T18:28:38.411Z | Checking anyhow v1.0.86 |
1859 | 2024-08-30T18:28:38.428Z | Checking usdt v0.5.0 |
1860 | 2024-08-30T18:28:38.682Z | Checking bit-set v0.5.3 |
1861 | 2024-08-30T18:28:38.799Z | Checking petgraph v0.6.5 |
1862 | 2024-08-30T18:28:38.925Z | Checking nom v7.1.3 |
1863 | 2024-08-30T18:28:38.943Z | Checking console v0.15.8 |
1864 | 2024-08-30T18:28:39.544Z | Checking toml v0.7.8 |
1865 | 2024-08-30T18:28:39.829Z | Checking toml_edit v0.22.20 |
1866 | 2024-08-30T18:28:40.317Z | Checking schemars v0.8.21 |
1867 | 2024-08-30T18:28:41.432Z | Checking signal-hook-mio v0.2.4 |
1868 | 2024-08-30T18:28:41.575Z | Checking crossbeam-epoch v0.9.18 |
1869 | 2024-08-30T18:28:41.668Z | Checking hyper-rustls v0.24.2 |
1870 | 2024-08-30T18:28:41.884Z | Checking hyper-tls v0.5.0 |
1871 | 2024-08-30T18:28:41.914Z | Checking rsa v0.9.6 |
1872 | 2024-08-30T18:28:41.966Z | Checking flate2 v1.0.31 |
1873 | 2024-08-30T18:28:41.998Z | Checking clap v4.5.16 |
1874 | 2024-08-30T18:28:42.110Z | Checking futures v0.3.30 |
1875 | 2024-08-30T18:28:42.158Z | Checking itertools v0.12.1 |
1876 | 2024-08-30T18:28:42.160Z | Checking reqwest v0.11.27 |
1877 | 2024-08-30T18:28:42.214Z | Checking itertools v0.10.5 |
1878 | 2024-08-30T18:28:42.378Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1879 | 2024-08-30T18:28:42.404Z | Checking tokio-stream v0.1.15 |
1880 | 2024-08-30T18:28:42.442Z | Checking fs-err v2.11.0 |
1881 | 2024-08-30T18:28:42.539Z | Checking nix v0.28.0 |
1882 | 2024-08-30T18:28:42.569Z | Checking slog v2.7.0 |
1883 | 2024-08-30T18:28:42.920Z | Checking openapiv3 v2.0.0 |
1884 | 2024-08-30T18:28:42.977Z | Checking semver v1.0.23 |
1885 | 2024-08-30T18:28:43.038Z | Checking hex v0.4.3 |
1886 | 2024-08-30T18:28:43.222Z | Checking sha1 v0.10.6 |
1887 | 2024-08-30T18:28:43.385Z | Checking lalrpop-util v0.19.12 |
1888 | 2024-08-30T18:28:43.510Z | Checking peg-runtime v0.8.3 |
1889 | 2024-08-30T18:28:43.545Z | Checking camino v1.1.9 |
1890 | 2024-08-30T18:28:43.688Z | Checking sigpipe v0.1.3 |
1891 | 2024-08-30T18:28:45.564Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1892 | 2024-08-30T18:28:45.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.14s |
1893 | 2024-08-30T18:28:46.009Z | |
1894 | 2024-08-30T18:28:46.009Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1895 | 2024-08-30T18:28:46.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1896 | 2024-08-30T18:28:46.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1897 | 2024-08-30T18:28:46.691Z | Compiling regress v0.9.1 |
1898 | 2024-08-30T18:28:46.788Z | Checking strum v0.26.3 |
1899 | 2024-08-30T18:28:46.810Z | Checking heck v0.5.0 |
1900 | 2024-08-30T18:28:46.824Z | Compiling getopts v0.2.21 |
1901 | 2024-08-30T18:28:46.834Z | Checking dirs-sys-next v0.1.2 |
1902 | 2024-08-30T18:28:46.846Z | Compiling unsafe-libyaml v0.2.11 |
1903 | 2024-08-30T18:28:46.925Z | Checking http v1.1.0 |
1904 | 2024-08-30T18:28:46.978Z | Checking thread_local v1.1.8 |
1905 | 2024-08-30T18:28:47.003Z | Checking dirs-next v2.0.0 |
1906 | 2024-08-30T18:28:47.136Z | Checking rustls-pki-types v1.7.0 |
1907 | 2024-08-30T18:28:47.175Z | Compiling ident_case v1.0.1 |
1908 | 2024-08-30T18:28:47.241Z | Checking term v0.7.0 |
1909 | 2024-08-30T18:28:47.349Z | Compiling darling_core v0.20.9 |
1910 | 2024-08-30T18:28:47.552Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1911 | 2024-08-30T18:28:47.665Z | Checking crossbeam-channel v0.5.12 |
1912 | 2024-08-30T18:28:47.730Z | Checking atty v0.2.14 |
1913 | 2024-08-30T18:28:47.834Z | Checking is-terminal v0.4.12 |
1914 | 2024-08-30T18:28:47.884Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1915 | 2024-08-30T18:28:47.951Z | Compiling rustls v0.22.4 |
1916 | 2024-08-30T18:28:48.230Z | Compiling serde_yaml v0.9.34+deprecated |
1917 | 2024-08-30T18:28:48.244Z | Checking humantime v2.1.0 |
1918 | 2024-08-30T18:28:48.278Z | Checking take_mut v0.2.2 |
1919 | 2024-08-30T18:28:48.377Z | Compiling paste v1.0.15 |
1920 | 2024-08-30T18:28:48.427Z | Checking termcolor v1.4.1 |
1921 | 2024-08-30T18:28:48.517Z | Checking utf-8 v0.7.6 |
1922 | 2024-08-30T18:28:48.720Z | Checking slog-async v2.8.0 |
1923 | 2024-08-30T18:28:48.834Z | Checking env_logger v0.9.3 |
1924 | 2024-08-30T18:28:48.895Z | Checking slog-term v2.9.1 |
1925 | 2024-08-30T18:28:48.979Z | Checking rustls-webpki v0.102.4 |
1926 | 2024-08-30T18:28:49.003Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1927 | 2024-08-30T18:28:49.277Z | Compiling proc-macro-crate v1.3.1 |
1928 | 2024-08-30T18:28:49.345Z | Compiling bitstruct_derive v0.1.0 |
1929 | 2024-08-30T18:28:49.385Z | Compiling structmeta-derive v0.3.0 |
1930 | 2024-08-30T18:28:49.758Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1931 | 2024-08-30T18:28:49.882Z | Compiling multer v3.1.0 |
1932 | 2024-08-30T18:28:50.191Z | Checking match_cfg v0.1.0 |
1933 | 2024-08-30T18:28:50.274Z | Checking ascii v1.1.0 |
1934 | 2024-08-30T18:28:50.321Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1935 | 2024-08-30T18:28:50.354Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1936 | 2024-08-30T18:28:50.677Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1937 | 2024-08-30T18:28:50.759Z | Checking bitstruct v0.1.1 |
1938 | 2024-08-30T18:28:50.868Z | Compiling num_enum_derive v0.5.11 |
1939 | 2024-08-30T18:28:51.603Z | Checking hostname v0.3.1 |
1940 | 2024-08-30T18:28:51.841Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1941 | 2024-08-30T18:28:51.998Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1942 | 2024-08-30T18:28:52.453Z | Compiling structmeta v0.3.0 |
1943 | 2024-08-30T18:28:52.519Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1944 | 2024-08-30T18:28:52.793Z | Checking slog-json v2.6.1 |
1945 | 2024-08-30T18:28:52.820Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1946 | 2024-08-30T18:28:52.892Z | Checking serde_arrays v0.1.0 |
1947 | 2024-08-30T18:28:53.048Z | Checking erased-serde v0.3.31 |
1948 | 2024-08-30T18:28:53.063Z | Compiling async-stream-impl v0.3.5 |
1949 | 2024-08-30T18:28:53.069Z | Compiling foreign-types-macros v0.2.3 |
1950 | 2024-08-30T18:28:53.510Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1951 | 2024-08-30T18:28:53.560Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1952 | 2024-08-30T18:28:53.799Z | Checking atomic-waker v1.1.2 |
1953 | 2024-08-30T18:28:53.851Z | Checking arc-swap v1.7.1 |
1954 | 2024-08-30T18:28:53.933Z | Checking foreign-types-shared v0.3.1 |
1955 | 2024-08-30T18:28:54.040Z | Checking waitgroup v0.1.2 |
1956 | 2024-08-30T18:28:54.145Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1957 | 2024-08-30T18:28:54.261Z | Checking num_enum v0.5.11 |
1958 | 2024-08-30T18:28:54.276Z | Checking slog-scope v4.4.0 |
1959 | 2024-08-30T18:28:54.364Z | Compiling darling_macro v0.20.9 |
1960 | 2024-08-30T18:28:54.400Z | Checking foreign-types v0.5.0 |
1961 | 2024-08-30T18:28:54.403Z | Checking slog-bunyan v2.5.0 |
1962 | 2024-08-30T18:28:54.448Z | Compiling parse-display-derive v0.10.0 |
1963 | 2024-08-30T18:28:54.494Z | Checking async-stream v0.3.5 |
1964 | 2024-08-30T18:28:54.508Z | Compiling proc-macro-error v1.0.4 |
1965 | 2024-08-30T18:28:54.822Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1966 | 2024-08-30T18:28:54.929Z | Checking toml v0.8.19 |
1967 | 2024-08-30T18:28:55.139Z | Checking tungstenite v0.20.1 |
1968 | 2024-08-30T18:28:55.193Z | Checking rustls-pemfile v2.1.3 |
1969 | 2024-08-30T18:28:55.347Z | Compiling darling v0.20.9 |
1970 | 2024-08-30T18:28:55.433Z | Compiling heck v0.3.3 |
1971 | 2024-08-30T18:28:55.465Z | Compiling serde_with_macros v3.9.0 |
1972 | 2024-08-30T18:28:55.600Z | Checking tokio-rustls v0.25.0 |
1973 | 2024-08-30T18:28:55.629Z | Checking ipnetwork v0.20.0 |
1974 | 2024-08-30T18:28:55.873Z | Checking newtype-uuid v1.1.0 |
1975 | 2024-08-30T18:28:55.971Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1976 | 2024-08-30T18:28:55.986Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1977 | 2024-08-30T18:28:56.009Z | Checking serde_path_to_error v0.1.16 |
1978 | 2024-08-30T18:28:56.105Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1979 | 2024-08-30T18:28:56.646Z | Checking hostname v0.4.0 |
1980 | 2024-08-30T18:28:56.789Z | Checking cstr-argument v0.1.2 |
1981 | 2024-08-30T18:28:56.875Z | Checking instant v0.1.12 |
1982 | 2024-08-30T18:28:56.949Z | Checking fastrand v2.1.0 |
1983 | 2024-08-30T18:28:56.987Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1984 | 2024-08-30T18:28:57.003Z | Checking debug-ignore v1.0.5 |
1985 | 2024-08-30T18:28:57.144Z | Checking pretty-hex v0.2.1 |
1986 | 2024-08-30T18:28:57.302Z | Checking tempfile v3.10.1 |
1987 | 2024-08-30T18:28:57.317Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1988 | 2024-08-30T18:28:57.330Z | Checking backoff v0.4.0 |
1989 | 2024-08-30T18:28:57.595Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1990 | 2024-08-30T18:28:57.628Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1991 | 2024-08-30T18:28:57.767Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1992 | 2024-08-30T18:28:57.810Z | Checking tokio-tungstenite v0.20.1 |
1993 | 2024-08-30T18:28:57.910Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1994 | 2024-08-30T18:28:57.988Z | Compiling zone_cfg_derive v0.1.2 |
1995 | 2024-08-30T18:28:58.252Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1996 | 2024-08-30T18:28:58.285Z | Checking slog-stdlog v4.1.1 |
1997 | 2024-08-30T18:28:58.439Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1998 | 2024-08-30T18:28:58.575Z | Checking serde_with v3.9.0 |
1999 | 2024-08-30T18:28:58.597Z | Checking tungstenite v0.21.0 |
2000 | 2024-08-30T18:28:59.065Z | Checking colored v2.1.0 |
2001 | 2024-08-30T18:28:59.182Z | Checking parse-display v0.10.0 |
2002 | 2024-08-30T18:28:59.334Z | Checking macaddr v1.0.1 |
2003 | 2024-08-30T18:28:59.408Z | Checking socket2 v0.4.10 |
2004 | 2024-08-30T18:28:59.468Z | Checking base64 v0.13.1 |
2005 | 2024-08-30T18:28:59.526Z | Checking zone v0.1.8 |
2006 | 2024-08-30T18:28:59.651Z | Checking tokio-tungstenite v0.21.0 |
2007 | 2024-08-30T18:28:59.866Z | Checking ron v0.7.1 |
2008 | 2024-08-30T18:29:00.119Z | Checking slog-envlogger v2.2.0 |
2009 | 2024-08-30T18:29:00.203Z | Checking pem v3.0.4 |
2010 | 2024-08-30T18:29:00.349Z | Checking tabwriter v1.4.0 |
2011 | 2024-08-30T18:29:00.477Z | Checking xattr v1.3.1 |
2012 | 2024-08-30T18:29:00.563Z | Checking portpicker v0.1.1 |
2013 | 2024-08-30T18:29:00.677Z | Checking yasna v0.5.2 |
2014 | 2024-08-30T18:29:00.710Z | Checking headers-core v0.2.0 |
2015 | 2024-08-30T18:29:00.855Z | Checking smf v0.2.3 |
2016 | 2024-08-30T18:29:00.992Z | Checking filetime v0.2.25 |
2017 | 2024-08-30T18:29:01.201Z | Checking same-file v1.0.6 |
2018 | 2024-08-30T18:29:01.313Z | Checking tar v0.4.41 |
2019 | 2024-08-30T18:29:01.361Z | Checking walkdir v2.5.0 |
2020 | 2024-08-30T18:29:01.549Z | Checking rcgen v0.12.1 |
2021 | 2024-08-30T18:29:01.582Z | Checking headers v0.3.9 |
2022 | 2024-08-30T18:29:01.638Z | Checking atomicwrites v0.4.3 |
2023 | 2024-08-30T18:29:01.815Z | Checking camino-tempfile v1.1.1 |
2024 | 2024-08-30T18:29:01.878Z | Checking subprocess v0.2.9 |
2025 | 2024-08-30T18:29:03.057Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2026 | 2024-08-30T18:29:03.288Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2027 | 2024-08-30T18:29:05.157Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2028 | 2024-08-30T18:29:07.100Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2029 | 2024-08-30T18:29:07.167Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2030 | 2024-08-30T18:29:10.420Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2031 | 2024-08-30T18:29:16.436Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2032 | 2024-08-30T18:29:16.570Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2033 | 2024-08-30T18:29:16.570Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2034 | 2024-08-30T18:29:19.163Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2035 | 2024-08-30T18:29:19.679Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2036 | 2024-08-30T18:29:26.018Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2037 | 2024-08-30T18:29:27.566Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2038 | 2024-08-30T18:29:28.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.66s |
2039 | 2024-08-30T18:29:28.842Z | |
2040 | 2024-08-30T18:29:28.842Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2041 | 2024-08-30T18:29:29.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2042 | 2024-08-30T18:29:29.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2043 | 2024-08-30T18:29:29.518Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2044 | 2024-08-30T18:29:30.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
2045 | 2024-08-30T18:29:30.934Z | |
2046 | 2024-08-30T18:29:30.934Z | info: running `cargo check --bins` on nexus-config (31/158) |
2047 | 2024-08-30T18:29:31.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2048 | 2024-08-30T18:29:31.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2049 | 2024-08-30T18:29:31.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2050 | 2024-08-30T18:29:31.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2051 | 2024-08-30T18:29:31.587Z | |
2052 | 2024-08-30T18:29:31.587Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2053 | 2024-08-30T18:29:32.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2054 | 2024-08-30T18:29:32.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2055 | 2024-08-30T18:29:32.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2056 | 2024-08-30T18:29:32.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2057 | 2024-08-30T18:29:32.213Z | |
2058 | 2024-08-30T18:29:32.214Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2059 | 2024-08-30T18:29:32.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2060 | 2024-08-30T18:29:32.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2061 | 2024-08-30T18:29:32.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2062 | 2024-08-30T18:29:32.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2063 | 2024-08-30T18:29:32.860Z | |
2064 | 2024-08-30T18:29:32.860Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2065 | 2024-08-30T18:29:33.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2066 | 2024-08-30T18:29:33.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2067 | 2024-08-30T18:29:33.538Z | Compiling heapless v0.8.0 |
2068 | 2024-08-30T18:29:33.540Z | Checking hash32 v0.3.1 |
2069 | 2024-08-30T18:29:33.639Z | Compiling smoltcp v0.11.0 |
2070 | 2024-08-30T18:29:33.651Z | Checking cobs v0.2.3 |
2071 | 2024-08-30T18:29:33.651Z | Checking embedded-io v0.4.0 |
2072 | 2024-08-30T18:29:33.672Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2073 | 2024-08-30T18:29:33.674Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2074 | 2024-08-30T18:29:33.699Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2075 | 2024-08-30T18:29:33.782Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2076 | 2024-08-30T18:29:33.821Z | Compiling crucible-workspace-hack v0.1.0 |
2077 | 2024-08-30T18:29:33.836Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2078 | 2024-08-30T18:29:33.850Z | Checking postcard v1.0.8 |
2079 | 2024-08-30T18:29:34.025Z | Compiling zone_cfg_derive v0.3.0 |
2080 | 2024-08-30T18:29:34.048Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2081 | 2024-08-30T18:29:34.227Z | Checking newline-converter v0.3.0 |
2082 | 2024-08-30T18:29:34.361Z | Compiling num-derive v0.4.2 |
2083 | 2024-08-30T18:29:34.377Z | Compiling slog-dtrace v0.3.0 |
2084 | 2024-08-30T18:29:34.379Z | Compiling convert_case v0.4.0 |
2085 | 2024-08-30T18:29:34.523Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2086 | 2024-08-30T18:29:34.554Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2087 | 2024-08-30T18:29:34.735Z | Checking expectorate v1.1.0 |
2088 | 2024-08-30T18:29:34.844Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2089 | 2024-08-30T18:29:35.205Z | Compiling derive_more v0.99.18 |
2090 | 2024-08-30T18:29:35.451Z | Checking zone v0.3.0 |
2091 | 2024-08-30T18:29:36.194Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2092 | 2024-08-30T18:29:37.437Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2093 | 2024-08-30T18:29:38.393Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2094 | 2024-08-30T18:29:38.999Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2095 | 2024-08-30T18:29:39.502Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2096 | 2024-08-30T18:29:41.278Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2097 | 2024-08-30T18:29:41.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s |
2098 | 2024-08-30T18:29:42.124Z | |
2099 | 2024-08-30T18:29:42.124Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2100 | 2024-08-30T18:29:42.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2101 | 2024-08-30T18:29:42.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2102 | 2024-08-30T18:29:42.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2103 | 2024-08-30T18:29:42.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2104 | 2024-08-30T18:29:42.771Z | |
2105 | 2024-08-30T18:29:42.771Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2106 | 2024-08-30T18:29:43.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2107 | 2024-08-30T18:29:43.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2108 | 2024-08-30T18:29:43.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2109 | 2024-08-30T18:29:43.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2110 | 2024-08-30T18:29:43.427Z | |
2111 | 2024-08-30T18:29:43.427Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2112 | 2024-08-30T18:29:44.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2113 | 2024-08-30T18:29:44.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2114 | 2024-08-30T18:29:44.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2115 | 2024-08-30T18:29:44.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2116 | 2024-08-30T18:29:44.188Z | |
2117 | 2024-08-30T18:29:44.188Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2118 | 2024-08-30T18:29:44.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2119 | 2024-08-30T18:29:44.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2120 | 2024-08-30T18:29:44.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2121 | 2024-08-30T18:29:44.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2122 | 2024-08-30T18:29:44.948Z | |
2123 | 2024-08-30T18:29:44.948Z | info: running `cargo check --bins` on dns-server (39/158) |
2124 | 2024-08-30T18:29:45.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-08-30T18:29:45.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-08-30T18:29:45.603Z | Compiling parking_lot_core v0.8.6 |
2127 | 2024-08-30T18:29:45.693Z | Checking nibble_vec v0.1.0 |
2128 | 2024-08-30T18:29:45.696Z | Checking quick-error v1.2.3 |
2129 | 2024-08-30T18:29:45.696Z | Checking endian-type v0.1.2 |
2130 | 2024-08-30T18:29:45.696Z | Checking linked-hash-map v0.5.6 |
2131 | 2024-08-30T18:29:45.696Z | Checking fxhash v0.2.1 |
2132 | 2024-08-30T18:29:45.696Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2133 | 2024-08-30T18:29:45.696Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2134 | 2024-08-30T18:29:45.801Z | Checking resolv-conf v0.7.0 |
2135 | 2024-08-30T18:29:45.885Z | Checking hickory-server v0.24.1 |
2136 | 2024-08-30T18:29:45.887Z | Checking radix_trie v0.2.1 |
2137 | 2024-08-30T18:29:46.017Z | Checking lru-cache v0.1.2 |
2138 | 2024-08-30T18:29:46.183Z | Checking hickory-resolver v0.24.1 |
2139 | 2024-08-30T18:29:46.248Z | Checking hickory-client v0.24.1 |
2140 | 2024-08-30T18:29:46.430Z | Checking parking_lot v0.11.2 |
2141 | 2024-08-30T18:29:46.688Z | Checking sled v0.34.7 |
2142 | 2024-08-30T18:29:48.524Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2143 | 2024-08-30T18:29:49.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
2144 | 2024-08-30T18:29:49.826Z | |
2145 | 2024-08-30T18:29:49.826Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2146 | 2024-08-30T18:29:50.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2147 | 2024-08-30T18:29:50.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2148 | 2024-08-30T18:29:50.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2149 | 2024-08-30T18:29:50.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2150 | 2024-08-30T18:29:50.403Z | |
2151 | 2024-08-30T18:29:50.403Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2152 | 2024-08-30T18:29:50.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2153 | 2024-08-30T18:29:50.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2154 | 2024-08-30T18:29:50.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2155 | 2024-08-30T18:29:50.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2156 | 2024-08-30T18:29:51.029Z | |
2157 | 2024-08-30T18:29:51.029Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2158 | 2024-08-30T18:29:51.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2159 | 2024-08-30T18:29:51.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2160 | 2024-08-30T18:29:51.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2161 | 2024-08-30T18:29:51.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2162 | 2024-08-30T18:29:51.745Z | |
2163 | 2024-08-30T18:29:51.745Z | info: running `cargo check --bins` on gateway-types (43/158) |
2164 | 2024-08-30T18:29:52.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2165 | 2024-08-30T18:29:52.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2166 | 2024-08-30T18:29:52.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2167 | 2024-08-30T18:29:52.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2168 | 2024-08-30T18:29:52.406Z | |
2169 | 2024-08-30T18:29:52.406Z | info: running `cargo check --bins` on ipcc (44/158) |
2170 | 2024-08-30T18:29:52.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2171 | 2024-08-30T18:29:52.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2172 | 2024-08-30T18:29:52.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2173 | 2024-08-30T18:29:52.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2174 | 2024-08-30T18:29:53.055Z | |
2175 | 2024-08-30T18:29:53.055Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2176 | 2024-08-30T18:29:53.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2177 | 2024-08-30T18:29:53.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2178 | 2024-08-30T18:29:53.780Z | Compiling rustls-pki-types v1.7.0 |
2179 | 2024-08-30T18:29:53.783Z | Compiling match_cfg v0.1.0 |
2180 | 2024-08-30T18:29:53.886Z | Checking num-rational v0.4.2 |
2181 | 2024-08-30T18:29:53.889Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2182 | 2024-08-30T18:29:53.889Z | Compiling slog-json v2.6.1 |
2183 | 2024-08-30T18:29:53.889Z | Compiling http v1.1.0 |
2184 | 2024-08-30T18:29:53.889Z | Checking num-complex v0.4.6 |
2185 | 2024-08-30T18:29:53.922Z | Compiling atomic-waker v1.1.2 |
2186 | 2024-08-30T18:29:53.961Z | Compiling hostname v0.3.1 |
2187 | 2024-08-30T18:29:54.120Z | Compiling prettyplease v0.2.20 |
2188 | 2024-08-30T18:29:54.209Z | Compiling slog-bunyan v2.5.0 |
2189 | 2024-08-30T18:29:54.287Z | Compiling rustls-webpki v0.102.4 |
2190 | 2024-08-30T18:29:54.339Z | Compiling rustls-pemfile v2.1.3 |
2191 | 2024-08-30T18:29:54.404Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2192 | 2024-08-30T18:29:54.445Z | Compiling waitgroup v0.1.2 |
2193 | 2024-08-30T18:29:54.502Z | Compiling async-stream v0.3.5 |
2194 | 2024-08-30T18:29:54.610Z | Compiling toml v0.8.19 |
2195 | 2024-08-30T18:29:54.648Z | Compiling newtype-uuid v1.1.0 |
2196 | 2024-08-30T18:29:54.665Z | Compiling ipnetwork v0.20.0 |
2197 | 2024-08-30T18:29:54.783Z | Checking num v0.4.3 |
2198 | 2024-08-30T18:29:54.799Z | Compiling serde_path_to_error v0.1.16 |
2199 | 2024-08-30T18:29:54.815Z | Compiling hostname v0.4.0 |
2200 | 2024-08-30T18:29:54.891Z | Compiling instant v0.1.12 |
2201 | 2024-08-30T18:29:54.939Z | Compiling debug-ignore v1.0.5 |
2202 | 2024-08-30T18:29:55.039Z | Compiling semver v0.1.20 |
2203 | 2024-08-30T18:29:55.068Z | Checking float-ord v0.3.2 |
2204 | 2024-08-30T18:29:55.085Z | Compiling radium v0.7.0 |
2205 | 2024-08-30T18:29:55.214Z | Compiling rustls v0.22.4 |
2206 | 2024-08-30T18:29:55.551Z | Compiling multer v3.1.0 |
2207 | 2024-08-30T18:29:55.595Z | Compiling rustc_version v0.1.7 |
2208 | 2024-08-30T18:29:55.648Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2209 | 2024-08-30T18:29:55.682Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2210 | 2024-08-30T18:29:56.095Z | Compiling backoff v0.4.0 |
2211 | 2024-08-30T18:29:56.384Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2212 | 2024-08-30T18:29:56.438Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2213 | 2024-08-30T18:29:56.454Z | Compiling parse-display v0.10.0 |
2214 | 2024-08-30T18:29:56.456Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2215 | 2024-08-30T18:29:56.500Z | Compiling serde_with v3.9.0 |
2216 | 2024-08-30T18:29:56.633Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2217 | 2024-08-30T18:29:56.796Z | Compiling macaddr v1.0.1 |
2218 | 2024-08-30T18:29:57.195Z | Checking tap v1.0.1 |
2219 | 2024-08-30T18:29:57.234Z | Compiling maybe-uninit v2.0.0 |
2220 | 2024-08-30T18:29:57.355Z | Checking wyz v0.5.1 |
2221 | 2024-08-30T18:29:57.808Z | Compiling newtype_derive v0.1.6 |
2222 | 2024-08-30T18:29:57.863Z | Checking password-hash v0.5.0 |
2223 | 2024-08-30T18:29:58.100Z | Checking blake2 v0.10.6 |
2224 | 2024-08-30T18:29:58.236Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2225 | 2024-08-30T18:29:58.458Z | Compiling packed_struct v0.10.1 |
2226 | 2024-08-30T18:29:58.493Z | Checking crc-catalog v2.4.0 |
2227 | 2024-08-30T18:29:58.544Z | Checking funty v2.0.0 |
2228 | 2024-08-30T18:29:58.632Z | Checking crc v3.2.1 |
2229 | 2024-08-30T18:29:58.952Z | Checking argon2 v0.5.3 |
2230 | 2024-08-30T18:29:59.201Z | Compiling packed_struct_codegen v0.10.1 |
2231 | 2024-08-30T18:29:59.511Z | Compiling tokio-rustls v0.25.0 |
2232 | 2024-08-30T18:29:59.591Z | Checking bitvec v1.0.1 |
2233 | 2024-08-30T18:29:59.928Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2234 | 2024-08-30T18:30:00.185Z | Checking half v2.4.1 |
2235 | 2024-08-30T18:30:00.299Z | Compiling indexmap v1.9.3 |
2236 | 2024-08-30T18:30:00.623Z | Compiling cookie v0.18.1 |
2237 | 2024-08-30T18:30:00.672Z | Checking nodrop v0.1.14 |
2238 | 2024-08-30T18:30:00.797Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2239 | 2024-08-30T18:30:00.937Z | Checking ciborium-io v0.2.2 |
2240 | 2024-08-30T18:30:01.062Z | Checking ciborium-ll v0.2.2 |
2241 | 2024-08-30T18:30:01.203Z | Checking array-init v0.0.4 |
2242 | 2024-08-30T18:30:01.511Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2243 | 2024-08-30T18:30:01.818Z | Checking smallvec v0.6.14 |
2244 | 2024-08-30T18:30:02.120Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2245 | 2024-08-30T18:30:02.260Z | Compiling memoffset v0.9.1 |
2246 | 2024-08-30T18:30:02.296Z | Checking highway v1.2.0 |
2247 | 2024-08-30T18:30:02.590Z | Checking bitfield v0.14.0 |
2248 | 2024-08-30T18:30:02.722Z | Checking hashbrown v0.12.3 |
2249 | 2024-08-30T18:30:02.784Z | Checking env_logger v0.10.2 |
2250 | 2024-08-30T18:30:02.878Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2251 | 2024-08-30T18:30:03.214Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2252 | 2024-08-30T18:30:03.337Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2253 | 2024-08-30T18:30:04.373Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2254 | 2024-08-30T18:30:04.438Z | Checking serde-hex v0.1.0 |
2255 | 2024-08-30T18:30:04.522Z | Checking steno v0.4.1 |
2256 | 2024-08-30T18:30:04.564Z | Checking bzip2 v0.4.4 |
2257 | 2024-08-30T18:30:04.703Z | Checking ciborium v0.2.2 |
2258 | 2024-08-30T18:30:05.378Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2259 | 2024-08-30T18:30:05.503Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2260 | 2024-08-30T18:30:05.630Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2261 | 2024-08-30T18:30:05.718Z | Checking ron v0.8.1 |
2262 | 2024-08-30T18:30:06.283Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2263 | 2024-08-30T18:30:06.813Z | Checking x509-cert v0.2.5 |
2264 | 2024-08-30T18:30:06.963Z | Checking hashbrown v0.13.2 |
2265 | 2024-08-30T18:30:06.977Z | Compiling derive-where v1.2.7 |
2266 | 2024-08-30T18:30:08.023Z | Checking crc-any v2.5.0 |
2267 | 2024-08-30T18:30:08.387Z | Checking object v0.30.4 |
2268 | 2024-08-30T18:30:08.441Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2269 | 2024-08-30T18:30:08.599Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2270 | 2024-08-30T18:30:08.698Z | Checking zip v0.6.6 |
2271 | 2024-08-30T18:30:09.014Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2272 | 2024-08-30T18:30:09.185Z | Checking path-slash v0.1.5 |
2273 | 2024-08-30T18:30:09.318Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2274 | 2024-08-30T18:30:09.397Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2275 | 2024-08-30T18:30:09.412Z | Checking nix v0.27.1 |
2276 | 2024-08-30T18:30:10.057Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2277 | 2024-08-30T18:30:10.207Z | Checking kstat-rs v0.2.4 |
2278 | 2024-08-30T18:30:10.305Z | Checking serde-big-array v0.5.1 |
2279 | 2024-08-30T18:30:10.511Z | Checking signal-hook-tokio v0.3.1 |
2280 | 2024-08-30T18:30:10.706Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2281 | 2024-08-30T18:30:12.231Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2282 | 2024-08-30T18:30:16.422Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2283 | 2024-08-30T18:30:17.814Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2284 | 2024-08-30T18:30:19.711Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2285 | 2024-08-30T18:30:21.743Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2286 | 2024-08-30T18:30:22.884Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2287 | 2024-08-30T18:30:23.144Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2288 | 2024-08-30T18:30:27.342Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2289 | 2024-08-30T18:30:27.970Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2290 | 2024-08-30T18:30:30.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.62s |
2291 | 2024-08-30T18:30:30.853Z | |
2292 | 2024-08-30T18:30:30.853Z | info: running `cargo check --bins` on gateway-api (46/158) |
2293 | 2024-08-30T18:30:31.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2294 | 2024-08-30T18:30:31.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2295 | 2024-08-30T18:30:31.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2296 | 2024-08-30T18:30:31.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2297 | 2024-08-30T18:30:31.511Z | |
2298 | 2024-08-30T18:30:31.511Z | info: running `cargo check --bins` on oximeter (47/158) |
2299 | 2024-08-30T18:30:32.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2300 | 2024-08-30T18:30:32.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2301 | 2024-08-30T18:30:32.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2302 | 2024-08-30T18:30:32.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2303 | 2024-08-30T18:30:32.173Z | |
2304 | 2024-08-30T18:30:32.173Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2305 | 2024-08-30T18:30:32.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2306 | 2024-08-30T18:30:32.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2307 | 2024-08-30T18:30:32.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2308 | 2024-08-30T18:30:32.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2309 | 2024-08-30T18:30:32.792Z | |
2310 | 2024-08-30T18:30:32.792Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2311 | 2024-08-30T18:30:33.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2312 | 2024-08-30T18:30:33.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2313 | 2024-08-30T18:30:33.441Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2314 | 2024-08-30T18:30:33.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
2315 | 2024-08-30T18:30:33.986Z | |
2316 | 2024-08-30T18:30:33.986Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2317 | 2024-08-30T18:30:34.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2318 | 2024-08-30T18:30:34.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2319 | 2024-08-30T18:30:34.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2320 | 2024-08-30T18:30:34.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2321 | 2024-08-30T18:30:34.638Z | |
2322 | 2024-08-30T18:30:34.638Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2323 | 2024-08-30T18:30:35.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2324 | 2024-08-30T18:30:35.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2325 | 2024-08-30T18:30:35.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2326 | 2024-08-30T18:30:35.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2327 | 2024-08-30T18:30:35.295Z | |
2328 | 2024-08-30T18:30:35.295Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2329 | 2024-08-30T18:30:35.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-08-30T18:30:35.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-08-30T18:30:35.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-08-30T18:30:35.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2333 | 2024-08-30T18:30:35.931Z | |
2334 | 2024-08-30T18:30:35.931Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2335 | 2024-08-30T18:30:36.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-08-30T18:30:36.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-08-30T18:30:36.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-08-30T18:30:36.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2339 | 2024-08-30T18:30:36.580Z | |
2340 | 2024-08-30T18:30:36.580Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2341 | 2024-08-30T18:30:37.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-08-30T18:30:37.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-08-30T18:30:37.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2344 | 2024-08-30T18:30:37.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2345 | 2024-08-30T18:30:37.240Z | |
2346 | 2024-08-30T18:30:37.240Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2347 | 2024-08-30T18:30:37.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-08-30T18:30:37.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-08-30T18:30:37.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2350 | 2024-08-30T18:30:37.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2351 | 2024-08-30T18:30:37.898Z | |
2352 | 2024-08-30T18:30:37.898Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2353 | 2024-08-30T18:30:38.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2354 | 2024-08-30T18:30:38.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2355 | 2024-08-30T18:30:38.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2356 | 2024-08-30T18:30:38.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2357 | 2024-08-30T18:30:38.560Z | |
2358 | 2024-08-30T18:30:38.560Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2359 | 2024-08-30T18:30:39.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2360 | 2024-08-30T18:30:39.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2361 | 2024-08-30T18:30:39.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2362 | 2024-08-30T18:30:39.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2363 | 2024-08-30T18:30:39.211Z | |
2364 | 2024-08-30T18:30:39.211Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2365 | 2024-08-30T18:30:39.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2366 | 2024-08-30T18:30:39.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2367 | 2024-08-30T18:30:39.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2368 | 2024-08-30T18:30:39.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2369 | 2024-08-30T18:30:39.864Z | |
2370 | 2024-08-30T18:30:39.864Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2371 | 2024-08-30T18:30:40.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2372 | 2024-08-30T18:30:40.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2373 | 2024-08-30T18:30:40.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2374 | 2024-08-30T18:30:40.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2375 | 2024-08-30T18:30:40.542Z | |
2376 | 2024-08-30T18:30:40.542Z | info: running `cargo check --bins` on internal-dns (60/158) |
2377 | 2024-08-30T18:30:41.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-08-30T18:30:41.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-08-30T18:30:41.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2380 | 2024-08-30T18:30:41.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2381 | 2024-08-30T18:30:41.194Z | |
2382 | 2024-08-30T18:30:41.194Z | info: running `cargo check --bins` on nexus-client (61/158) |
2383 | 2024-08-30T18:30:41.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-08-30T18:30:41.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-08-30T18:30:41.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2386 | 2024-08-30T18:30:41.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2387 | 2024-08-30T18:30:41.869Z | |
2388 | 2024-08-30T18:30:41.869Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2389 | 2024-08-30T18:30:42.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-08-30T18:30:42.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-08-30T18:30:42.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2392 | 2024-08-30T18:30:42.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2393 | 2024-08-30T18:30:42.533Z | |
2394 | 2024-08-30T18:30:42.533Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2395 | 2024-08-30T18:30:43.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-08-30T18:30:43.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-08-30T18:30:43.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2398 | 2024-08-30T18:30:43.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2399 | 2024-08-30T18:30:43.159Z | |
2400 | 2024-08-30T18:30:43.159Z | info: running `cargo check --bins` on nexus-types (64/158) |
2401 | 2024-08-30T18:30:43.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-08-30T18:30:43.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-08-30T18:30:43.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2404 | 2024-08-30T18:30:43.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2405 | 2024-08-30T18:30:43.825Z | |
2406 | 2024-08-30T18:30:43.825Z | info: running `cargo check --bins` on gateway-client (65/158) |
2407 | 2024-08-30T18:30:44.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-08-30T18:30:44.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-08-30T18:30:44.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2410 | 2024-08-30T18:30:44.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2411 | 2024-08-30T18:30:44.448Z | |
2412 | 2024-08-30T18:30:44.448Z | info: running `cargo check --bins` on oxql-types (66/158) |
2413 | 2024-08-30T18:30:45.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-08-30T18:30:45.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-08-30T18:30:45.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2416 | 2024-08-30T18:30:45.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2417 | 2024-08-30T18:30:45.105Z | |
2418 | 2024-08-30T18:30:45.105Z | info: running `cargo check --bins` on sp-sim (67/158) |
2419 | 2024-08-30T18:30:45.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-08-30T18:30:45.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-08-30T18:30:45.766Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2422 | 2024-08-30T18:30:47.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
2423 | 2024-08-30T18:30:47.760Z | |
2424 | 2024-08-30T18:30:47.760Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158) |
2425 | 2024-08-30T18:30:48.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-08-30T18:30:48.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-08-30T18:30:48.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2024-08-30T18:30:48.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2429 | 2024-08-30T18:30:48.482Z | |
2430 | 2024-08-30T18:30:48.482Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158) |
2431 | 2024-08-30T18:30:49.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-08-30T18:30:49.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-08-30T18:30:49.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2434 | 2024-08-30T18:30:49.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2435 | 2024-08-30T18:30:49.212Z | |
2436 | 2024-08-30T18:30:49.212Z | info: running `cargo check --bins` on db-macros (70/158) |
2437 | 2024-08-30T18:30:49.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-08-30T18:30:49.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-08-30T18:30:49.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-08-30T18:30:49.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2441 | 2024-08-30T18:30:49.841Z | |
2442 | 2024-08-30T18:30:49.841Z | info: running `cargo check --bins` on nexus-macros-common (71/158) |
2443 | 2024-08-30T18:30:50.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-08-30T18:30:50.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-08-30T18:30:50.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-08-30T18:30:50.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2447 | 2024-08-30T18:30:50.481Z | |
2448 | 2024-08-30T18:30:50.481Z | info: running `cargo check --bins` on nexus-auth (72/158) |
2449 | 2024-08-30T18:30:51.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-08-30T18:30:51.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-08-30T18:30:51.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-08-30T18:30:51.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2453 | 2024-08-30T18:30:51.198Z | |
2454 | 2024-08-30T18:30:51.198Z | info: running `cargo check --bins` on authz-macros (73/158) |
2455 | 2024-08-30T18:30:51.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-08-30T18:30:51.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-08-30T18:30:51.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-08-30T18:30:51.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2459 | 2024-08-30T18:30:51.840Z | |
2460 | 2024-08-30T18:30:51.840Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/158) |
2461 | 2024-08-30T18:30:52.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-08-30T18:30:52.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-08-30T18:30:52.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-08-30T18:30:52.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2465 | 2024-08-30T18:30:52.530Z | |
2466 | 2024-08-30T18:30:52.530Z | info: running `cargo check --bins` on nexus-db-model (75/158) |
2467 | 2024-08-30T18:30:53.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-08-30T18:30:53.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-08-30T18:30:53.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-08-30T18:30:53.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2471 | 2024-08-30T18:30:53.217Z | |
2472 | 2024-08-30T18:30:53.217Z | info: running `cargo check --bins` on nexus-defaults (76/158) |
2473 | 2024-08-30T18:30:53.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-08-30T18:30:53.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-08-30T18:30:53.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-08-30T18:30:53.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2477 | 2024-08-30T18:30:53.893Z | |
2478 | 2024-08-30T18:30:53.893Z | info: running `cargo check --bins` on sled-agent-client (77/158) |
2479 | 2024-08-30T18:30:54.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-08-30T18:30:54.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-08-30T18:30:54.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-08-30T18:30:54.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2483 | 2024-08-30T18:30:54.563Z | |
2484 | 2024-08-30T18:30:54.563Z | info: running `cargo check --bins` on nexus-inventory (78/158) |
2485 | 2024-08-30T18:30:55.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-08-30T18:30:55.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-08-30T18:30:55.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-08-30T18:30:55.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2489 | 2024-08-30T18:30:55.248Z | |
2490 | 2024-08-30T18:30:55.248Z | info: running `cargo check --bins` on typed-rng (79/158) |
2491 | 2024-08-30T18:30:55.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-08-30T18:30:55.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-08-30T18:30:55.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-08-30T18:30:55.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2495 | 2024-08-30T18:30:55.874Z | |
2496 | 2024-08-30T18:30:55.874Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158) |
2497 | 2024-08-30T18:30:56.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-08-30T18:30:56.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-08-30T18:30:56.640Z | Compiling rayon-core v1.12.1 |
2500 | 2024-08-30T18:30:56.642Z | Compiling crossbeam-deque v0.8.5 |
2501 | 2024-08-30T18:30:56.642Z | Compiling curve25519-dalek v4.1.3 |
2502 | 2024-08-30T18:30:56.642Z | Compiling unicase v2.7.0 |
2503 | 2024-08-30T18:30:56.738Z | Compiling same-file v1.0.6 |
2504 | 2024-08-30T18:30:56.749Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2505 | 2024-08-30T18:30:56.760Z | Checking keccak v0.1.5 |
2506 | 2024-08-30T18:30:56.763Z | Compiling tempfile v3.10.1 |
2507 | 2024-08-30T18:30:57.022Z | Compiling walkdir v2.5.0 |
2508 | 2024-08-30T18:30:57.079Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2509 | 2024-08-30T18:30:57.124Z | Checking sha3 v0.10.8 |
2510 | 2024-08-30T18:30:57.259Z | Compiling thiserror-impl-no-std v2.0.2 |
2511 | 2024-08-30T18:30:57.403Z | Checking universal-hash v0.5.1 |
2512 | 2024-08-30T18:30:57.494Z | Checking secrecy v0.8.0 |
2513 | 2024-08-30T18:30:57.511Z | Compiling blake3 v1.5.1 |
2514 | 2024-08-30T18:30:57.575Z | Compiling ring v0.16.20 |
2515 | 2024-08-30T18:30:57.662Z | Compiling curve25519-dalek-derive v0.1.1 |
2516 | 2024-08-30T18:30:57.693Z | Checking opaque-debug v0.3.1 |
2517 | 2024-08-30T18:30:57.718Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2518 | 2024-08-30T18:30:57.788Z | Checking poly1305 v0.8.0 |
2519 | 2024-08-30T18:30:57.791Z | Checking chacha20 v0.9.1 |
2520 | 2024-08-30T18:30:58.038Z | Compiling rayon v1.10.0 |
2521 | 2024-08-30T18:30:58.143Z | Checking aead v0.5.2 |
2522 | 2024-08-30T18:30:58.314Z | Compiling memmap2 v0.9.4 |
2523 | 2024-08-30T18:30:58.364Z | Compiling home v0.5.9 |
2524 | 2024-08-30T18:30:58.612Z | Compiling arrayref v0.3.7 |
2525 | 2024-08-30T18:30:58.719Z | Compiling arrayvec v0.7.4 |
2526 | 2024-08-30T18:30:58.746Z | Compiling untrusted v0.7.1 |
2527 | 2024-08-30T18:30:58.811Z | Compiling spin v0.5.2 |
2528 | 2024-08-30T18:30:58.832Z | Compiling constant_time_eq v0.3.0 |
2529 | 2024-08-30T18:30:58.925Z | Compiling libefi-sys v0.1.0 |
2530 | 2024-08-30T18:30:59.008Z | Compiling toolchain_find v0.4.0 |
2531 | 2024-08-30T18:30:59.064Z | Checking chacha20poly1305 v0.10.1 |
2532 | 2024-08-30T18:30:59.275Z | Compiling camino-tempfile v1.1.1 |
2533 | 2024-08-30T18:30:59.381Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2534 | 2024-08-30T18:30:59.652Z | Compiling bitfield-struct v0.6.1 |
2535 | 2024-08-30T18:30:59.669Z | Compiling cancel-safe-futures v0.1.5 |
2536 | 2024-08-30T18:30:59.731Z | Compiling topological-sort v0.2.2 |
2537 | 2024-08-30T18:30:59.932Z | Compiling mime_guess v2.0.4 |
2538 | 2024-08-30T18:31:00.065Z | Compiling rustfmt-wrapper v0.2.1 |
2539 | 2024-08-30T18:31:00.373Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2540 | 2024-08-30T18:31:00.443Z | Checking thiserror-no-std v2.0.2 |
2541 | 2024-08-30T18:31:00.562Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2542 | 2024-08-30T18:31:00.680Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2543 | 2024-08-30T18:31:00.800Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2544 | 2024-08-30T18:31:01.107Z | Checking vsss-rs v3.3.4 |
2545 | 2024-08-30T18:31:01.141Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2546 | 2024-08-30T18:31:01.371Z | Checking gethostname v0.5.0 |
2547 | 2024-08-30T18:31:01.392Z | Checking libsw v3.3.1 |
2548 | 2024-08-30T18:31:01.478Z | Checking owo-colors v4.0.0 |
2549 | 2024-08-30T18:31:01.505Z | Checking linear-map v1.2.0 |
2550 | 2024-08-30T18:31:01.660Z | Checking swrite v0.1.0 |
2551 | 2024-08-30T18:31:01.717Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2552 | 2024-08-30T18:31:01.834Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2553 | 2024-08-30T18:31:02.242Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2554 | 2024-08-30T18:31:02.535Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2555 | 2024-08-30T18:31:02.870Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2556 | 2024-08-30T18:31:03.153Z | Checking nanorand v0.7.0 |
2557 | 2024-08-30T18:31:03.423Z | Compiling omicron-zone-package v0.11.0 |
2558 | 2024-08-30T18:31:03.544Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2559 | 2024-08-30T18:31:03.696Z | Checking glob v0.3.1 |
2560 | 2024-08-30T18:31:03.713Z | Checking http-range v0.1.5 |
2561 | 2024-08-30T18:31:03.750Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2562 | 2024-08-30T18:31:03.897Z | Checking hyper-staticfile v0.9.5 |
2563 | 2024-08-30T18:31:04.003Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2564 | 2024-08-30T18:31:04.319Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2565 | 2024-08-30T18:31:04.471Z | Checking flume v0.11.0 |
2566 | 2024-08-30T18:31:04.761Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2567 | 2024-08-30T18:31:04.967Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2568 | 2024-08-30T18:31:05.002Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2569 | 2024-08-30T18:31:05.833Z | Checking itertools v0.13.0 |
2570 | 2024-08-30T18:31:06.063Z | Checking display-error-chain v0.2.1 |
2571 | 2024-08-30T18:31:06.572Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2572 | 2024-08-30T18:31:07.204Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2573 | 2024-08-30T18:31:08.383Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2574 | 2024-08-30T18:31:09.989Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2575 | 2024-08-30T18:31:10.170Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2576 | 2024-08-30T18:31:20.444Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2577 | 2024-08-30T18:31:32.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.47s |
2578 | 2024-08-30T18:31:32.528Z | |
2579 | 2024-08-30T18:31:32.528Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158) |
2580 | 2024-08-30T18:31:33.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-08-30T18:31:33.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-08-30T18:31:33.287Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2583 | 2024-08-30T18:31:48.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s |
2584 | 2024-08-30T18:31:48.052Z | |
2585 | 2024-08-30T18:31:48.052Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158) |
2586 | 2024-08-30T18:31:48.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-08-30T18:31:48.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-08-30T18:31:48.052Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2589 | 2024-08-30T18:31:58.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.73s |
2590 | 2024-08-30T18:31:58.585Z | |
2591 | 2024-08-30T18:31:58.585Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158) |
2592 | 2024-08-30T18:31:59.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-08-30T18:31:59.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-08-30T18:31:59.332Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2595 | 2024-08-30T18:32:11.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.83s |
2596 | 2024-08-30T18:32:11.598Z | |
2597 | 2024-08-30T18:32:11.598Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158) |
2598 | 2024-08-30T18:32:12.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-08-30T18:32:12.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-08-30T18:32:12.355Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2601 | 2024-08-30T18:32:24.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.65s |
2602 | 2024-08-30T18:32:24.426Z | |
2603 | 2024-08-30T18:32:24.426Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158) |
2604 | 2024-08-30T18:32:25.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-08-30T18:32:25.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-08-30T18:32:25.181Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2607 | 2024-08-30T18:32:36.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.52s |
2608 | 2024-08-30T18:32:37.124Z | |
2609 | 2024-08-30T18:32:37.124Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158) |
2610 | 2024-08-30T18:32:37.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-08-30T18:32:37.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-08-30T18:32:37.872Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2613 | 2024-08-30T18:32:49.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.62s |
2614 | 2024-08-30T18:32:49.926Z | |
2615 | 2024-08-30T18:32:49.926Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158) |
2616 | 2024-08-30T18:32:50.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-08-30T18:32:50.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-08-30T18:32:50.690Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2619 | 2024-08-30T18:33:02.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s |
2620 | 2024-08-30T18:33:02.600Z | |
2621 | 2024-08-30T18:33:02.600Z | info: running `cargo check --bins` on bootstrap-agent-api (88/158) |
2622 | 2024-08-30T18:33:03.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-08-30T18:33:03.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-08-30T18:33:03.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2024-08-30T18:33:03.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2626 | 2024-08-30T18:33:03.294Z | |
2627 | 2024-08-30T18:33:03.294Z | info: running `cargo check --bins` on sled-agent-types (89/158) |
2628 | 2024-08-30T18:33:03.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2024-08-30T18:33:03.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2024-08-30T18:33:03.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2024-08-30T18:33:03.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2632 | 2024-08-30T18:33:03.980Z | |
2633 | 2024-08-30T18:33:03.980Z | info: running `cargo check --bins` on bootstrap-agent-client (90/158) |
2634 | 2024-08-30T18:33:04.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-08-30T18:33:04.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-08-30T18:33:04.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-08-30T18:33:04.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2638 | 2024-08-30T18:33:04.645Z | |
2639 | 2024-08-30T18:33:04.645Z | info: running `cargo check --bins` on dpd-client (91/158) |
2640 | 2024-08-30T18:33:05.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-08-30T18:33:05.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-08-30T18:33:05.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2024-08-30T18:33:05.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2644 | 2024-08-30T18:33:05.289Z | |
2645 | 2024-08-30T18:33:05.289Z | info: running `cargo check --bins` on installinator-common (92/158) |
2646 | 2024-08-30T18:33:05.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-08-30T18:33:05.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-08-30T18:33:05.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2024-08-30T18:33:05.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2650 | 2024-08-30T18:33:05.957Z | |
2651 | 2024-08-30T18:33:05.957Z | info: running `cargo check --bins` on update-engine (93/158) |
2652 | 2024-08-30T18:33:06.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2024-08-30T18:33:06.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2024-08-30T18:33:06.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2024-08-30T18:33:06.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2656 | 2024-08-30T18:33:06.588Z | |
2657 | 2024-08-30T18:33:06.588Z | info: running `cargo check --bins` on key-manager (94/158) |
2658 | 2024-08-30T18:33:07.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2024-08-30T18:33:07.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2024-08-30T18:33:07.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2024-08-30T18:33:07.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2662 | 2024-08-30T18:33:07.246Z | |
2663 | 2024-08-30T18:33:07.246Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2664 | 2024-08-30T18:33:07.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2024-08-30T18:33:07.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2024-08-30T18:33:07.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2024-08-30T18:33:07.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2668 | 2024-08-30T18:33:07.921Z | |
2669 | 2024-08-30T18:33:07.921Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2670 | 2024-08-30T18:33:08.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-08-30T18:33:08.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-08-30T18:33:08.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2024-08-30T18:33:08.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2674 | 2024-08-30T18:33:08.607Z | |
2675 | 2024-08-30T18:33:08.607Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2676 | 2024-08-30T18:33:09.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-08-30T18:33:09.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-08-30T18:33:09.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2024-08-30T18:33:09.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2680 | 2024-08-30T18:33:09.280Z | |
2681 | 2024-08-30T18:33:09.280Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2682 | 2024-08-30T18:33:09.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-08-30T18:33:09.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-08-30T18:33:09.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2024-08-30T18:33:09.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2686 | 2024-08-30T18:33:09.953Z | |
2687 | 2024-08-30T18:33:09.953Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2688 | 2024-08-30T18:33:10.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-08-30T18:33:10.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-08-30T18:33:10.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2024-08-30T18:33:10.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2692 | 2024-08-30T18:33:10.629Z | |
2693 | 2024-08-30T18:33:10.629Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2694 | 2024-08-30T18:33:11.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-08-30T18:33:11.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-08-30T18:33:11.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2697 | 2024-08-30T18:33:11.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2698 | 2024-08-30T18:33:11.310Z | |
2699 | 2024-08-30T18:33:11.310Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2700 | 2024-08-30T18:33:11.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-08-30T18:33:11.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-08-30T18:33:11.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2024-08-30T18:33:11.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2704 | 2024-08-30T18:33:11.989Z | |
2705 | 2024-08-30T18:33:11.989Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2706 | 2024-08-30T18:33:12.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-08-30T18:33:12.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-08-30T18:33:12.691Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2709 | 2024-08-30T18:33:12.691Z | Checking bcs v0.1.6 |
2710 | 2024-08-30T18:33:12.691Z | Compiling async-recursion v1.1.1 |
2711 | 2024-08-30T18:33:12.693Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2712 | 2024-08-30T18:33:12.693Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2713 | 2024-08-30T18:33:13.841Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2714 | 2024-08-30T18:33:17.096Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2715 | 2024-08-30T18:33:18.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.86s |
2716 | 2024-08-30T18:33:19.012Z | |
2717 | 2024-08-30T18:33:19.012Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2718 | 2024-08-30T18:33:19.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2024-08-30T18:33:19.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2024-08-30T18:33:19.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2024-08-30T18:33:19.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2722 | 2024-08-30T18:33:19.661Z | |
2723 | 2024-08-30T18:33:19.661Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2724 | 2024-08-30T18:33:20.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2024-08-30T18:33:20.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2024-08-30T18:33:20.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2024-08-30T18:33:20.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2728 | 2024-08-30T18:33:20.316Z | |
2729 | 2024-08-30T18:33:20.316Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2730 | 2024-08-30T18:33:20.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2024-08-30T18:33:20.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2024-08-30T18:33:20.976Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2733 | 2024-08-30T18:33:21.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
2734 | 2024-08-30T18:33:21.718Z | |
2735 | 2024-08-30T18:33:21.718Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2736 | 2024-08-30T18:33:22.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2024-08-30T18:33:22.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2024-08-30T18:33:22.400Z | Compiling vte_generate_state_changes v0.1.1 |
2739 | 2024-08-30T18:33:22.400Z | Checking fd-lock v4.0.2 |
2740 | 2024-08-30T18:33:22.403Z | Checking bytecount v0.6.8 |
2741 | 2024-08-30T18:33:22.403Z | Compiling tabled_derive v0.7.0 |
2742 | 2024-08-30T18:33:22.491Z | Checking crossterm v0.27.0 |
2743 | 2024-08-30T18:33:22.502Z | Compiling peg-macros v0.8.4 |
2744 | 2024-08-30T18:33:22.512Z | Compiling sqlparser_derive v0.2.2 |
2745 | 2024-08-30T18:33:22.514Z | Checking nu-ansi-term v0.50.0 |
2746 | 2024-08-30T18:33:22.624Z | Checking papergrid v0.11.0 |
2747 | 2024-08-30T18:33:22.648Z | Checking unicode_categories v0.1.1 |
2748 | 2024-08-30T18:33:22.924Z | Checking home v0.5.9 |
2749 | 2024-08-30T18:33:22.943Z | Checking sqlformat v0.2.4 |
2750 | 2024-08-30T18:33:23.064Z | Checking rustyline v14.0.0 |
2751 | 2024-08-30T18:33:23.108Z | Checking vte v0.11.1 |
2752 | 2024-08-30T18:33:23.616Z | Checking sqlparser v0.45.0 |
2753 | 2024-08-30T18:33:24.121Z | Checking crossterm v0.28.1 |
2754 | 2024-08-30T18:33:24.568Z | Checking strip-ansi-escapes v0.2.0 |
2755 | 2024-08-30T18:33:24.713Z | Checking reedline v0.33.0 |
2756 | 2024-08-30T18:33:25.025Z | Checking tabled v0.15.0 |
2757 | 2024-08-30T18:33:25.634Z | Checking peg v0.8.4 |
2758 | 2024-08-30T18:33:30.054Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2759 | 2024-08-30T18:33:35.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.44s |
2760 | 2024-08-30T18:33:35.330Z | |
2761 | 2024-08-30T18:33:35.330Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2762 | 2024-08-30T18:33:35.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-08-30T18:33:35.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-08-30T18:33:36.005Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2765 | 2024-08-30T18:33:41.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s |
2766 | 2024-08-30T18:33:41.427Z | |
2767 | 2024-08-30T18:33:41.427Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2768 | 2024-08-30T18:33:42.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-08-30T18:33:42.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-08-30T18:33:42.107Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2771 | 2024-08-30T18:33:47.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
2772 | 2024-08-30T18:33:47.330Z | |
2773 | 2024-08-30T18:33:47.330Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2774 | 2024-08-30T18:33:47.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-08-30T18:33:47.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-08-30T18:33:48.003Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2777 | 2024-08-30T18:33:52.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s |
2778 | 2024-08-30T18:33:52.395Z | |
2779 | 2024-08-30T18:33:52.395Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2780 | 2024-08-30T18:33:52.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-08-30T18:33:52.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-08-30T18:33:52.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-08-30T18:33:52.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2784 | 2024-08-30T18:33:53.047Z | |
2785 | 2024-08-30T18:33:53.047Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2786 | 2024-08-30T18:33:53.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-08-30T18:33:53.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-08-30T18:33:53.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-08-30T18:33:53.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2790 | 2024-08-30T18:33:53.676Z | |
2791 | 2024-08-30T18:33:53.676Z | info: running `cargo check --bins` on installinator-client (112/158) |
2792 | 2024-08-30T18:33:54.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-08-30T18:33:54.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-08-30T18:33:54.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-08-30T18:33:54.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2796 | 2024-08-30T18:33:54.339Z | |
2797 | 2024-08-30T18:33:54.339Z | info: running `cargo check --bins` on oxide-client (113/158) |
2798 | 2024-08-30T18:33:54.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-08-30T18:33:54.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-08-30T18:33:54.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-08-30T18:33:54.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2802 | 2024-08-30T18:33:54.971Z | |
2803 | 2024-08-30T18:33:54.971Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2804 | 2024-08-30T18:33:55.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-08-30T18:33:55.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-08-30T18:33:55.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-08-30T18:33:55.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2808 | 2024-08-30T18:33:55.654Z | |
2809 | 2024-08-30T18:33:55.654Z | info: running `cargo check --bins` on wicket-common (115/158) |
2810 | 2024-08-30T18:33:56.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-08-30T18:33:56.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-08-30T18:33:56.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-08-30T18:33:56.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2814 | 2024-08-30T18:33:56.334Z | |
2815 | 2024-08-30T18:33:56.334Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2816 | 2024-08-30T18:33:56.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-08-30T18:33:56.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-08-30T18:33:57.015Z | Checking csv-core v0.1.11 |
2819 | 2024-08-30T18:33:57.018Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2820 | 2024-08-30T18:33:57.312Z | Checking csv v1.3.0 |
2821 | 2024-08-30T18:33:57.858Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2822 | 2024-08-30T18:33:58.211Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2823 | 2024-08-30T18:33:59.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
2824 | 2024-08-30T18:33:59.557Z | |
2825 | 2024-08-30T18:33:59.557Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2826 | 2024-08-30T18:34:00.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-08-30T18:34:00.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-08-30T18:34:00.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2829 | 2024-08-30T18:34:00.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2830 | 2024-08-30T18:34:00.220Z | |
2831 | 2024-08-30T18:34:00.220Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2832 | 2024-08-30T18:34:00.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-08-30T18:34:00.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-08-30T18:34:00.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-08-30T18:34:00.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2836 | 2024-08-30T18:34:00.879Z | |
2837 | 2024-08-30T18:34:00.879Z | info: running `cargo check --bins` on cert-dev (119/158) |
2838 | 2024-08-30T18:34:01.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-08-30T18:34:01.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-08-30T18:34:01.509Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2841 | 2024-08-30T18:34:01.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2842 | 2024-08-30T18:34:01.906Z | |
2843 | 2024-08-30T18:34:01.907Z | info: running `cargo check --bins` on ch-dev (120/158) |
2844 | 2024-08-30T18:34:02.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-08-30T18:34:02.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-08-30T18:34:02.596Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2847 | 2024-08-30T18:34:03.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
2848 | 2024-08-30T18:34:03.459Z | |
2849 | 2024-08-30T18:34:03.459Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2850 | 2024-08-30T18:34:04.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-08-30T18:34:04.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-08-30T18:34:04.135Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2853 | 2024-08-30T18:34:04.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
2854 | 2024-08-30T18:34:04.619Z | |
2855 | 2024-08-30T18:34:04.619Z | info: running `cargo check --bins` on db-dev (122/158) |
2856 | 2024-08-30T18:34:05.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-08-30T18:34:05.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-08-30T18:34:05.303Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2859 | 2024-08-30T18:34:06.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
2860 | 2024-08-30T18:34:06.165Z | |
2861 | 2024-08-30T18:34:06.166Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2862 | 2024-08-30T18:34:06.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-08-30T18:34:06.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-08-30T18:34:06.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-08-30T18:34:06.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2866 | 2024-08-30T18:34:06.836Z | |
2867 | 2024-08-30T18:34:06.836Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2868 | 2024-08-30T18:34:07.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-08-30T18:34:07.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-08-30T18:34:07.465Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2871 | 2024-08-30T18:34:08.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
2872 | 2024-08-30T18:34:08.455Z | |
2873 | 2024-08-30T18:34:08.455Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2874 | 2024-08-30T18:34:09.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-08-30T18:34:09.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-08-30T18:34:09.201Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2877 | 2024-08-30T18:34:09.848Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2878 | 2024-08-30T18:34:10.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
2879 | 2024-08-30T18:34:10.515Z | |
2880 | 2024-08-30T18:34:10.515Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2881 | 2024-08-30T18:34:11.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-08-30T18:34:11.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-08-30T18:34:11.337Z | Compiling glob v0.3.1 |
2884 | 2024-08-30T18:34:11.337Z | Compiling crunchy v0.2.2 |
2885 | 2024-08-30T18:34:11.340Z | Compiling tiny-keccak v2.0.2 |
2886 | 2024-08-30T18:34:11.450Z | Compiling dsl_auto_type v0.1.2 |
2887 | 2024-08-30T18:34:11.462Z | Checking scheduled-thread-pool v0.2.7 |
2888 | 2024-08-30T18:34:11.464Z | Compiling diesel_table_macro_syntax v0.2.0 |
2889 | 2024-08-30T18:34:11.485Z | Compiling ascii-canvas v3.0.0 |
2890 | 2024-08-30T18:34:11.498Z | Compiling ena v0.14.3 |
2891 | 2024-08-30T18:34:11.707Z | Checking r2d2 v0.8.10 |
2892 | 2024-08-30T18:34:11.753Z | Compiling libloading v0.8.3 |
2893 | 2024-08-30T18:34:11.903Z | Compiling diff v0.1.13 |
2894 | 2024-08-30T18:34:11.920Z | Compiling regex-syntax v0.6.29 |
2895 | 2024-08-30T18:34:12.033Z | Compiling bindgen v0.69.4 |
2896 | 2024-08-30T18:34:12.050Z | Compiling which v4.4.2 |
2897 | 2024-08-30T18:34:12.181Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2898 | 2024-08-30T18:34:12.384Z | Compiling clang-sys v1.7.0 |
2899 | 2024-08-30T18:34:12.418Z | Compiling cexpr v0.6.0 |
2900 | 2024-08-30T18:34:12.562Z | Compiling rustc-hash v1.1.0 |
2901 | 2024-08-30T18:34:12.672Z | Compiling lazycell v1.3.0 |
2902 | 2024-08-30T18:34:12.727Z | Compiling ref-cast v1.0.23 |
2903 | 2024-08-30T18:34:12.768Z | Compiling shlex v1.3.0 |
2904 | 2024-08-30T18:34:12.839Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2905 | 2024-08-30T18:34:12.856Z | Compiling derive_builder_core v0.20.0 |
2906 | 2024-08-30T18:34:13.117Z | Compiling diesel_derives v2.2.2 |
2907 | 2024-08-30T18:34:13.151Z | Compiling libxml v0.3.3 |
2908 | 2024-08-30T18:34:13.194Z | Compiling ref-cast-impl v1.0.23 |
2909 | 2024-08-30T18:34:13.358Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2910 | 2024-08-30T18:34:13.609Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2911 | 2024-08-30T18:34:13.877Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2912 | 2024-08-30T18:34:14.190Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2913 | 2024-08-30T18:34:14.256Z | Compiling strum_macros v0.24.3 |
2914 | 2024-08-30T18:34:14.552Z | Compiling dropshot v0.10.1 |
2915 | 2024-08-30T18:34:14.571Z | Compiling indoc v1.0.9 |
2916 | 2024-08-30T18:34:15.375Z | Compiling lalrpop v0.19.12 |
2917 | 2024-08-30T18:34:15.621Z | Compiling derive_builder_macro v0.20.0 |
2918 | 2024-08-30T18:34:16.558Z | Checking derive_builder v0.20.0 |
2919 | 2024-08-30T18:34:16.713Z | Checking tungstenite v0.23.0 |
2920 | 2024-08-30T18:34:17.072Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2921 | 2024-08-30T18:34:17.386Z | Compiling dropshot_endpoint v0.10.1 |
2922 | 2024-08-30T18:34:17.662Z | Compiling oso-derive v0.27.3 |
2923 | 2024-08-30T18:34:17.905Z | Compiling impl-trait-for-tuples v0.2.2 |
2924 | 2024-08-30T18:34:17.985Z | Checking quick-xml v0.31.0 |
2925 | 2024-08-30T18:34:18.809Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2926 | 2024-08-30T18:34:19.146Z | Checking maplit v1.0.2 |
2927 | 2024-08-30T18:34:19.345Z | Checking tokio-tungstenite v0.23.1 |
2928 | 2024-08-30T18:34:19.875Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2929 | 2024-08-30T18:34:20.032Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2930 | 2024-08-30T18:34:20.359Z | Checking bb8 v0.8.5 |
2931 | 2024-08-30T18:34:20.859Z | Compiling const_format_proc_macros v0.2.32 |
2932 | 2024-08-30T18:34:21.627Z | Checking crossbeam-deque v0.8.5 |
2933 | 2024-08-30T18:34:22.008Z | Compiling portable-atomic v1.6.0 |
2934 | 2024-08-30T18:34:23.094Z | Checking const_format v0.2.32 |
2935 | 2024-08-30T18:34:23.186Z | Checking rayon-core v1.12.1 |
2936 | 2024-08-30T18:34:23.412Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2937 | 2024-08-30T18:34:23.598Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2938 | 2024-08-30T18:34:23.880Z | Checking castaway v0.2.3 |
2939 | 2024-08-30T18:34:23.948Z | Checking rayon v1.10.0 |
2940 | 2024-08-30T18:34:24.064Z | Checking compact_str v0.8.0 |
2941 | 2024-08-30T18:34:25.671Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2942 | 2024-08-30T18:34:25.788Z | Checking unicode-truncate v1.0.0 |
2943 | 2024-08-30T18:34:25.990Z | Checking lru v0.12.3 |
2944 | 2024-08-30T18:34:26.024Z | Compiling instability v0.3.2 |
2945 | 2024-08-30T18:34:26.041Z | Checking unicode-linebreak v0.1.5 |
2946 | 2024-08-30T18:34:26.193Z | Checking diesel v2.2.3 |
2947 | 2024-08-30T18:34:26.310Z | Checking cassowary v0.3.0 |
2948 | 2024-08-30T18:34:26.442Z | Checking smawk v0.3.2 |
2949 | 2024-08-30T18:34:26.462Z | Checking number_prefix v0.4.0 |
2950 | 2024-08-30T18:34:26.664Z | Checking textwrap v0.16.1 |
2951 | 2024-08-30T18:34:26.711Z | Checking multimap v0.10.0 |
2952 | 2024-08-30T18:34:27.134Z | Checking ratatui v0.28.0 |
2953 | 2024-08-30T18:34:27.860Z | Checking indicatif v0.17.8 |
2954 | 2024-08-30T18:34:47.574Z | Compiling samael v0.0.15 |
2955 | 2024-08-30T18:35:01.984Z | Compiling polar-core v0.27.3 |
2956 | 2024-08-30T18:35:02.439Z | Checking async-bb8-diesel v0.2.1 |
2957 | 2024-08-30T18:35:09.176Z | Checking oso v0.27.3 |
2958 | 2024-08-30T18:36:10.435Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2959 | 2024-08-30T18:36:15.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s |
2960 | 2024-08-30T18:36:16.073Z | |
2961 | 2024-08-30T18:36:16.073Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2962 | 2024-08-30T18:36:16.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-08-30T18:36:16.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-08-30T18:36:16.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2965 | 2024-08-30T18:36:16.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2966 | 2024-08-30T18:36:16.790Z | |
2967 | 2024-08-30T18:36:16.790Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
2968 | 2024-08-30T18:36:17.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-08-30T18:36:17.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-08-30T18:36:17.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2971 | 2024-08-30T18:36:17.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2972 | 2024-08-30T18:36:17.490Z | |
2973 | 2024-08-30T18:36:17.490Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
2974 | 2024-08-30T18:36:18.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-08-30T18:36:18.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-08-30T18:36:18.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2977 | 2024-08-30T18:36:18.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2978 | 2024-08-30T18:36:18.122Z | |
2979 | 2024-08-30T18:36:18.122Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
2980 | 2024-08-30T18:36:18.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-08-30T18:36:18.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-08-30T18:36:18.942Z | Compiling libz-sys v1.1.16 |
2983 | 2024-08-30T18:36:19.045Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2984 | 2024-08-30T18:36:19.057Z | Compiling vergen v8.3.2 |
2985 | 2024-08-30T18:36:19.057Z | Compiling cargo-platform v0.1.8 |
2986 | 2024-08-30T18:36:19.060Z | Compiling pin-project-internal v1.1.5 |
2987 | 2024-08-30T18:36:19.098Z | Compiling snafu-derive v0.8.2 |
2988 | 2024-08-30T18:36:19.098Z | Compiling libsqlite3-sys v0.28.0 |
2989 | 2024-08-30T18:36:19.101Z | Compiling buf-list v1.0.3 |
2990 | 2024-08-30T18:36:19.391Z | Compiling cargo_metadata v0.18.1 |
2991 | 2024-08-30T18:36:19.593Z | Checking globset v0.4.14 |
2992 | 2024-08-30T18:36:19.837Z | Checking olpc-cjson v0.1.3 |
2993 | 2024-08-30T18:36:19.954Z | Checking rand_seeder v0.3.0 |
2994 | 2024-08-30T18:36:20.046Z | Checking serde_plain v1.0.2 |
2995 | 2024-08-30T18:36:20.149Z | Checking typed-path v0.7.1 |
2996 | 2024-08-30T18:36:20.165Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2997 | 2024-08-30T18:36:20.352Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2998 | 2024-08-30T18:36:20.533Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2999 | 2024-08-30T18:36:20.625Z | Checking hashlink v0.9.1 |
3000 | 2024-08-30T18:36:20.824Z | Checking fallible-iterator v0.3.0 |
3001 | 2024-08-30T18:36:21.216Z | Checking parse-size v1.0.0 |
3002 | 2024-08-30T18:36:21.392Z | Checking fallible-streaming-iterator v0.1.9 |
3003 | 2024-08-30T18:36:21.494Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3004 | 2024-08-30T18:36:21.627Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3005 | 2024-08-30T18:36:21.795Z | Checking pin-project v1.1.5 |
3006 | 2024-08-30T18:36:21.875Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3007 | 2024-08-30T18:36:21.924Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3008 | 2024-08-30T18:36:22.202Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3009 | 2024-08-30T18:36:22.318Z | Checking twox-hash v1.6.3 |
3010 | 2024-08-30T18:36:22.338Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3011 | 2024-08-30T18:36:22.553Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3012 | 2024-08-30T18:36:22.832Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3013 | 2024-08-30T18:36:23.292Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3014 | 2024-08-30T18:36:23.574Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3015 | 2024-08-30T18:36:23.636Z | Checking fatfs v0.3.6 |
3016 | 2024-08-30T18:36:23.976Z | Checking assert_matches v1.5.0 |
3017 | 2024-08-30T18:36:24.350Z | Checking snafu v0.8.2 |
3018 | 2024-08-30T18:36:24.711Z | Checking rusqlite v0.31.0 |
3019 | 2024-08-30T18:36:24.782Z | Checking tough v0.17.1 |
3020 | 2024-08-30T18:36:28.967Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3021 | 2024-08-30T18:36:30.231Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3022 | 2024-08-30T18:36:30.523Z | Compiling git2 v0.19.0 |
3023 | 2024-08-30T18:36:35.455Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3024 | 2024-08-30T18:37:25.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
3025 | 2024-08-30T18:37:26.108Z | |
3026 | 2024-08-30T18:37:26.108Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
3027 | 2024-08-30T18:37:26.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-08-30T18:37:26.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-08-30T18:37:26.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2024-08-30T18:37:26.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3031 | 2024-08-30T18:37:26.818Z | |
3032 | 2024-08-30T18:37:26.818Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
3033 | 2024-08-30T18:37:27.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2024-08-30T18:37:27.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2024-08-30T18:37:27.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2024-08-30T18:37:27.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3037 | 2024-08-30T18:37:27.456Z | |
3038 | 2024-08-30T18:37:27.456Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
3039 | 2024-08-30T18:37:28.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2024-08-30T18:37:28.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2024-08-30T18:37:28.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2024-08-30T18:37:28.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3043 | 2024-08-30T18:37:28.129Z | |
3044 | 2024-08-30T18:37:28.129Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3045 | 2024-08-30T18:37:28.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2024-08-30T18:37:28.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2024-08-30T18:37:28.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2024-08-30T18:37:28.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3049 | 2024-08-30T18:37:28.843Z | |
3050 | 2024-08-30T18:37:28.843Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3051 | 2024-08-30T18:37:29.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-08-30T18:37:29.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-08-30T18:37:29.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2024-08-30T18:37:29.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3055 | 2024-08-30T18:37:29.544Z | |
3056 | 2024-08-30T18:37:29.544Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3057 | 2024-08-30T18:37:30.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-08-30T18:37:30.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-08-30T18:37:30.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2024-08-30T18:37:30.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3061 | 2024-08-30T18:37:30.260Z | |
3062 | 2024-08-30T18:37:30.261Z | info: running `cargo check --bins` on update-common (137/158) |
3063 | 2024-08-30T18:37:30.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-08-30T18:37:30.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-08-30T18:37:30.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2024-08-30T18:37:30.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3067 | 2024-08-30T18:37:30.947Z | |
3068 | 2024-08-30T18:37:30.947Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3069 | 2024-08-30T18:37:31.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-08-30T18:37:31.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-08-30T18:37:31.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2024-08-30T18:37:31.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3073 | 2024-08-30T18:37:31.635Z | |
3074 | 2024-08-30T18:37:31.635Z | info: running `cargo check --bins` on tufaceous (139/158) |
3075 | 2024-08-30T18:37:32.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-08-30T18:37:32.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-08-30T18:37:32.327Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3078 | 2024-08-30T18:37:33.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3079 | 2024-08-30T18:37:33.387Z | |
3080 | 2024-08-30T18:37:33.387Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3081 | 2024-08-30T18:37:34.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-08-30T18:37:34.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-08-30T18:37:34.273Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3084 | 2024-08-30T18:37:34.276Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3085 | 2024-08-30T18:37:34.276Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3086 | 2024-08-30T18:37:35.688Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3087 | 2024-08-30T18:37:38.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
3088 | 2024-08-30T18:37:38.339Z | |
3089 | 2024-08-30T18:37:38.339Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3090 | 2024-08-30T18:37:38.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-08-30T18:37:38.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-08-30T18:37:39.075Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3093 | 2024-08-30T18:37:39.075Z | Checking heck v0.4.1 |
3094 | 2024-08-30T18:37:39.078Z | Checking is_ci v1.2.0 |
3095 | 2024-08-30T18:37:39.078Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3096 | 2024-08-30T18:37:39.078Z | Checking indent_write v2.2.0 |
3097 | 2024-08-30T18:37:39.282Z | Checking supports-color v3.0.0 |
3098 | 2024-08-30T18:37:39.328Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3099 | 2024-08-30T18:37:40.716Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3100 | 2024-08-30T18:37:41.534Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3101 | 2024-08-30T18:37:42.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
3102 | 2024-08-30T18:37:42.715Z | |
3103 | 2024-08-30T18:37:42.715Z | info: running `cargo check --bins` on installinator-api (142/158) |
3104 | 2024-08-30T18:37:43.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3105 | 2024-08-30T18:37:43.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3106 | 2024-08-30T18:37:43.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3107 | 2024-08-30T18:37:43.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3108 | 2024-08-30T18:37:43.585Z | |
3109 | 2024-08-30T18:37:43.585Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3110 | 2024-08-30T18:37:43.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3111 | 2024-08-30T18:37:43.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3112 | 2024-08-30T18:37:43.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3113 | 2024-08-30T18:37:43.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3114 | 2024-08-30T18:37:44.060Z | |
3115 | 2024-08-30T18:37:44.060Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3116 | 2024-08-30T18:37:44.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3117 | 2024-08-30T18:37:44.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3118 | 2024-08-30T18:37:44.806Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3119 | 2024-08-30T18:37:46.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3120 | 2024-08-30T18:37:46.208Z | |
3121 | 2024-08-30T18:37:46.208Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3122 | 2024-08-30T18:37:46.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3123 | 2024-08-30T18:37:46.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3124 | 2024-08-30T18:37:46.902Z | Checking memmap2 v0.9.4 |
3125 | 2024-08-30T18:37:46.902Z | Checking arrayvec v0.7.4 |
3126 | 2024-08-30T18:37:46.905Z | Checking arrayref v0.3.7 |
3127 | 2024-08-30T18:37:46.905Z | Checking spin v0.5.2 |
3128 | 2024-08-30T18:37:46.905Z | Checking constant_time_eq v0.3.0 |
3129 | 2024-08-30T18:37:46.905Z | Checking untrusted v0.7.1 |
3130 | 2024-08-30T18:37:46.905Z | Checking cargo-platform v0.1.8 |
3131 | 2024-08-30T18:37:46.905Z | Checking topological-sort v0.2.2 |
3132 | 2024-08-30T18:37:47.101Z | Checking shell-words v1.1.0 |
3133 | 2024-08-30T18:37:47.192Z | Checking ring v0.16.20 |
3134 | 2024-08-30T18:37:47.306Z | Checking cargo_metadata v0.18.1 |
3135 | 2024-08-30T18:37:47.353Z | Checking blake3 v1.5.1 |
3136 | 2024-08-30T18:37:48.384Z | Checking omicron-zone-package v0.11.0 |
3137 | 2024-08-30T18:37:49.481Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3138 | 2024-08-30T18:37:50.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
3139 | 2024-08-30T18:37:50.535Z | |
3140 | 2024-08-30T18:37:50.535Z | info: running `cargo check --bins` on xtask (146/158) |
3141 | 2024-08-30T18:37:51.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2024-08-30T18:37:51.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2024-08-30T18:37:51.030Z | Checking bitflags v2.6.0 |
3144 | 2024-08-30T18:37:51.033Z | Checking serde v1.0.208 |
3145 | 2024-08-30T18:37:51.033Z | Checking thiserror v1.0.63 |
3146 | 2024-08-30T18:37:51.123Z | Checking scroll v0.12.0 |
3147 | 2024-08-30T18:37:51.126Z | Checking log v0.4.21 |
3148 | 2024-08-30T18:37:51.142Z | Checking hashbrown v0.14.5 |
3149 | 2024-08-30T18:37:51.144Z | Checking zerocopy v0.7.34 |
3150 | 2024-08-30T18:37:51.167Z | Checking syn v2.0.74 |
3151 | 2024-08-30T18:37:51.217Z | Checking pest v2.7.10 |
3152 | 2024-08-30T18:37:51.341Z | Checking rustix v0.38.34 |
3153 | 2024-08-30T18:37:51.378Z | Checking fs-err v2.11.0 |
3154 | 2024-08-30T18:37:51.589Z | Checking goblin v0.8.2 |
3155 | 2024-08-30T18:37:51.679Z | Checking tabled v0.15.0 |
3156 | 2024-08-30T18:37:52.321Z | Checking indexmap v2.4.0 |
3157 | 2024-08-30T18:37:52.589Z | Checking anyhow v1.0.86 |
3158 | 2024-08-30T18:37:53.490Z | Checking terminal_size v0.3.0 |
3159 | 2024-08-30T18:37:53.492Z | Checking tempfile v3.10.1 |
3160 | 2024-08-30T18:37:53.671Z | Checking clap_builder v4.5.15 |
3161 | 2024-08-30T18:37:53.687Z | Checking dtrace-parser v0.2.0 |
3162 | 2024-08-30T18:37:55.274Z | Checking serde_json v1.0.125 |
3163 | 2024-08-30T18:37:55.274Z | Checking serde_spanned v0.6.7 |
3164 | 2024-08-30T18:37:55.274Z | Checking toml_datetime v0.6.8 |
3165 | 2024-08-30T18:37:55.277Z | Checking camino v1.1.9 |
3166 | 2024-08-30T18:37:55.277Z | Checking cargo-platform v0.1.8 |
3167 | 2024-08-30T18:37:55.483Z | Checking semver v1.0.23 |
3168 | 2024-08-30T18:37:55.581Z | Checking macaddr v1.0.1 |
3169 | 2024-08-30T18:37:55.583Z | Checking toml_edit v0.22.20 |
3170 | 2024-08-30T18:37:55.885Z | Checking camino-tempfile v1.1.1 |
3171 | 2024-08-30T18:37:55.944Z | Checking clap v4.5.16 |
3172 | 2024-08-30T18:37:56.474Z | Checking dof v0.3.0 |
3173 | 2024-08-30T18:37:56.474Z | Checking cargo_metadata v0.18.1 |
3174 | 2024-08-30T18:37:56.885Z | Checking usdt-impl v0.5.0 |
3175 | 2024-08-30T18:37:57.297Z | Checking usdt v0.5.0 |
3176 | 2024-08-30T18:37:57.463Z | Checking toml v0.8.19 |
3177 | 2024-08-30T18:37:57.934Z | Checking cargo_toml v0.20.4 |
3178 | 2024-08-30T18:37:59.179Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3179 | 2024-08-30T18:37:59.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
3180 | 2024-08-30T18:37:59.902Z | |
3181 | 2024-08-30T18:37:59.902Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3182 | 2024-08-30T18:38:00.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3183 | 2024-08-30T18:38:00.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3184 | 2024-08-30T18:38:00.710Z | Checking polyval v0.6.2 |
3185 | 2024-08-30T18:38:00.710Z | Checking rfc6979 v0.4.0 |
3186 | 2024-08-30T18:38:00.824Z | Checking primeorder v0.13.6 |
3187 | 2024-08-30T18:38:00.827Z | Checking ctr v0.9.2 |
3188 | 2024-08-30T18:38:00.849Z | Checking ed25519 v2.2.3 |
3189 | 2024-08-30T18:38:00.851Z | Checking ssh-encoding v0.2.0 |
3190 | 2024-08-30T18:38:00.851Z | Checking blowfish v0.9.1 |
3191 | 2024-08-30T18:38:00.889Z | Checking password-hash v0.4.2 |
3192 | 2024-08-30T18:38:00.960Z | Checking ecdsa v0.16.9 |
3193 | 2024-08-30T18:38:01.040Z | Checking ghash v0.5.1 |
3194 | 2024-08-30T18:38:01.072Z | Checking bcrypt-pbkdf v0.10.0 |
3195 | 2024-08-30T18:38:01.090Z | Checking matches v0.1.10 |
3196 | 2024-08-30T18:38:01.144Z | Checking ed25519-dalek v2.1.1 |
3197 | 2024-08-30T18:38:01.188Z | Checking idna v0.2.3 |
3198 | 2024-08-30T18:38:01.205Z | Compiling enum-as-inner v0.5.1 |
3199 | 2024-08-30T18:38:01.208Z | Checking aes-gcm v0.10.3 |
3200 | 2024-08-30T18:38:01.280Z | Checking pbkdf2 v0.11.0 |
3201 | 2024-08-30T18:38:01.298Z | Checking russh-cryptovec v0.7.2 |
3202 | 2024-08-30T18:38:01.314Z | Checking md5 v0.7.0 |
3203 | 2024-08-30T18:38:01.462Z | Checking ssh-cipher v0.2.0 |
3204 | 2024-08-30T18:38:01.490Z | Checking num-bigint v0.4.5 |
3205 | 2024-08-30T18:38:01.508Z | Checking des v0.8.1 |
3206 | 2024-08-30T18:38:01.549Z | Compiling dhcproto-macros v0.1.0 |
3207 | 2024-08-30T18:38:01.585Z | Checking hex-literal v0.4.1 |
3208 | 2024-08-30T18:38:01.679Z | Checking p521 v0.13.3 |
3209 | 2024-08-30T18:38:01.720Z | Checking p384 v0.13.0 |
3210 | 2024-08-30T18:38:01.752Z | Checking ssh-key v0.6.6 |
3211 | 2024-08-30T18:38:01.784Z | Checking p256 v0.13.2 |
3212 | 2024-08-30T18:38:02.069Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3213 | 2024-08-30T18:38:02.296Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3214 | 2024-08-30T18:38:02.314Z | Checking trust-dns-proto v0.22.0 |
3215 | 2024-08-30T18:38:02.496Z | Checking internet-checksum v0.2.1 |
3216 | 2024-08-30T18:38:03.267Z | Checking russh-keys v0.45.0 |
3217 | 2024-08-30T18:38:04.198Z | Checking russh v0.45.0 |
3218 | 2024-08-30T18:38:04.992Z | Checking dhcproto v0.12.0 |
3219 | 2024-08-30T18:38:22.252Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3220 | 2024-08-30T18:38:23.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.68s |
3221 | 2024-08-30T18:38:23.787Z | |
3222 | 2024-08-30T18:38:23.787Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3223 | 2024-08-30T18:38:24.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3224 | 2024-08-30T18:38:24.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3225 | 2024-08-30T18:38:24.452Z | Checking termios v0.3.3 |
3226 | 2024-08-30T18:38:24.660Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3227 | 2024-08-30T18:38:25.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3228 | 2024-08-30T18:38:25.585Z | |
3229 | 2024-08-30T18:38:25.585Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3230 | 2024-08-30T18:38:26.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2024-08-30T18:38:26.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2024-08-30T18:38:26.311Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3233 | 2024-08-30T18:38:28.348Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3234 | 2024-08-30T18:38:30.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
3235 | 2024-08-30T18:38:30.314Z | |
3236 | 2024-08-30T18:38:30.314Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3237 | 2024-08-30T18:38:30.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2024-08-30T18:38:30.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2024-08-30T18:38:30.972Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3240 | 2024-08-30T18:38:31.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3241 | 2024-08-30T18:38:31.561Z | |
3242 | 2024-08-30T18:38:31.561Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3243 | 2024-08-30T18:38:32.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3244 | 2024-08-30T18:38:32.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3245 | 2024-08-30T18:38:32.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3246 | 2024-08-30T18:38:32.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3247 | 2024-08-30T18:38:32.196Z | |
3248 | 2024-08-30T18:38:32.196Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3249 | 2024-08-30T18:38:32.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2024-08-30T18:38:32.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2024-08-30T18:38:32.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3252 | 2024-08-30T18:38:32.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3253 | 2024-08-30T18:38:32.824Z | |
3254 | 2024-08-30T18:38:32.824Z | info: running `cargo check --bins` on omicron-package (153/158) |
3255 | 2024-08-30T18:38:33.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3256 | 2024-08-30T18:38:33.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3257 | 2024-08-30T18:38:33.523Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3258 | 2024-08-30T18:38:34.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
3259 | 2024-08-30T18:38:34.923Z | |
3260 | 2024-08-30T18:38:34.924Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3261 | 2024-08-30T18:38:35.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3262 | 2024-08-30T18:38:35.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3263 | 2024-08-30T18:38:35.649Z | Checking rtoolbox v0.0.2 |
3264 | 2024-08-30T18:38:35.649Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3265 | 2024-08-30T18:38:35.653Z | Checking tui-tree-widget v0.22.0 |
3266 | 2024-08-30T18:38:35.860Z | Checking rpassword v7.3.1 |
3267 | 2024-08-30T18:38:39.906Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3268 | 2024-08-30T18:38:42.825Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3269 | 2024-08-30T18:38:43.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s |
3270 | 2024-08-30T18:38:44.078Z | |
3271 | 2024-08-30T18:38:44.078Z | info: running `cargo check --bins` on wicket (155/158) |
3272 | 2024-08-30T18:38:44.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3273 | 2024-08-30T18:38:44.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3274 | 2024-08-30T18:38:44.795Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3275 | 2024-08-30T18:38:45.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3276 | 2024-08-30T18:38:45.327Z | |
3277 | 2024-08-30T18:38:45.328Z | info: running `cargo check --bins` on wicketd (156/158) |
3278 | 2024-08-30T18:38:45.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3279 | 2024-08-30T18:38:45.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3280 | 2024-08-30T18:38:46.056Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3281 | 2024-08-30T18:38:49.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
3282 | 2024-08-30T18:38:49.970Z | |
3283 | 2024-08-30T18:38:49.970Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3284 | 2024-08-30T18:38:50.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3285 | 2024-08-30T18:38:50.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3286 | 2024-08-30T18:38:50.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3287 | 2024-08-30T18:38:50.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3288 | 2024-08-30T18:38:50.610Z | |
3289 | 2024-08-30T18:38:50.610Z | info: running `cargo check --bins` on zone-setup (158/158) |
3290 | 2024-08-30T18:38:51.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3291 | 2024-08-30T18:38:51.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3292 | 2024-08-30T18:38:51.374Z | Checking uzers v0.11.3 |
3293 | 2024-08-30T18:38:51.676Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3294 | 2024-08-30T18:38:52.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3295 | 2024-08-30T18:38:52.905Z | |
3296 | 2024-08-30T18:38:52.908Z | real 11:03.835322880 |
3297 | 2024-08-30T18:38:52.908Z | user 23:54.756338609 |
3298 | 2024-08-30T18:38:52.908Z | sys 5:09.729671854 |
3299 | 2024-08-30T18:38:52.908Z | trap 0.531820739 |
3300 | 2024-08-30T18:38:52.908Z | tflt 3.209838231 |
3301 | 2024-08-30T18:38:52.908Z | dflt 1.999013998 |
3302 | 2024-08-30T18:38:52.908Z | kflt 0.002485745 |
3303 | 2024-08-30T18:38:52.908Z | lock 42:25.376537585 |
3304 | 2024-08-30T18:38:52.908Z | slp 1:57:01.922215626 |
3305 | 2024-08-30T18:38:52.908Z | lat 1:03.242284756 |
3306 | 2024-08-30T18:38:52.908Z | stop 3:06.797700183 |
3307 | 2024-08-30T18:38:52.908Z | process exited: duration 912932 ms, exit code 0 |
|
3308 | 2024-08-30T18:38:52.914Z | found 0 output files |