|
|
|
1 | 2024-09-03T23:08:11.795Z | job assigned to worker 01J6X29VBBMY5XDZ0M5NJ22H84 (queued for 24 s) |
|
2 | 2024-09-03T23:08:12.455Z | starting task 0: "setup" |
3 | 2024-09-03T23:08:12.479Z | ++ uname -s |
4 | 2024-09-03T23:08:12.479Z | + kern=SunOS |
5 | 2024-09-03T23:08:12.480Z | + case "$kern" in |
6 | 2024-09-03T23:08:12.480Z | + groupadd -g 12345 build |
7 | 2024-09-03T23:08:12.480Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-03T23:08:14.488Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-03T23:08:14.527Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-03T23:08:14.551Z | + home_fs=zfs |
11 | 2024-09-03T23:08:14.551Z | + [[ zfs == autofs ]] |
12 | 2024-09-03T23:08:14.551Z | + mkdir -p /home/build |
13 | 2024-09-03T23:08:14.551Z | + chown build:build /home/build /work |
14 | 2024-09-03T23:08:16.536Z | + chmod 0700 /home/build /work |
15 | 2024-09-03T23:08:16.561Z | process exited: duration 4086 ms, exit code 0 |
|
16 | 2024-09-03T23:08:16.609Z | starting task 1: "rust-toolchain" |
17 | 2024-09-03T23:08:16.633Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-03T23:08:16.633Z | ' 1.80.1 |
19 | 2024-09-03T23:08:16.633Z | * toolchain channel = "1.80.1" |
20 | 2024-09-03T23:08:16.633Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-03T23:08:16.633Z | ' default |
22 | 2024-09-03T23:08:16.633Z | * toolchain profile = "default" |
23 | 2024-09-03T23:08:16.633Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-03T23:08:16.633Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-03T23:08:16.765Z | info: downloading installer |
26 | 2024-09-03T23:08:17.517Z | info: profile set to 'default' |
27 | 2024-09-03T23:08:17.517Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-03T23:08:17.517Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-03T23:08:17.614Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-03T23:08:17.614Z | info: downloading component 'cargo' |
31 | 2024-09-03T23:08:17.835Z | info: downloading component 'clippy' |
32 | 2024-09-03T23:08:17.916Z | info: downloading component 'rust-docs' |
33 | 2024-09-03T23:08:18.237Z | info: downloading component 'rust-std' |
34 | 2024-09-03T23:08:18.648Z | info: downloading component 'rustc' |
35 | 2024-09-03T23:08:19.513Z | info: downloading component 'rustfmt' |
36 | 2024-09-03T23:08:19.559Z | info: installing component 'cargo' |
37 | 2024-09-03T23:08:20.656Z | info: installing component 'clippy' |
38 | 2024-09-03T23:08:21.113Z | info: installing component 'rust-docs' |
39 | 2024-09-03T23:08:23.829Z | info: installing component 'rust-std' |
40 | 2024-09-03T23:08:25.714Z | info: installing component 'rustc' |
41 | 2024-09-03T23:08:30.901Z | info: installing component 'rustfmt' |
42 | 2024-09-03T23:08:31.319Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-03T23:08:31.319Z | |
44 | 2024-09-03T23:08:31.450Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-03T23:08:31.450Z | |
46 | 2024-09-03T23:08:31.450Z | |
47 | 2024-09-03T23:08:31.450Z | Rust is installed now. Great! |
48 | 2024-09-03T23:08:31.450Z | |
49 | 2024-09-03T23:08:31.450Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-03T23:08:31.450Z | environment variable. This has not been done automatically. |
51 | 2024-09-03T23:08:31.450Z | |
52 | 2024-09-03T23:08:31.451Z | To configure your current shell, you need to source |
53 | 2024-09-03T23:08:31.451Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-03T23:08:31.451Z | |
55 | 2024-09-03T23:08:31.451Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-03T23:08:31.451Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-03T23:08:31.451Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-03T23:08:31.524Z | + rustc --version |
59 | 2024-09-03T23:08:31.643Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-03T23:08:31.667Z | process exited: duration 15038 ms, exit code 0 |
|
61 | 2024-09-03T23:08:31.720Z | starting task 2: "authentication" |
62 | 2024-09-03T23:08:31.775Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-09-03T23:08:31.823Z | starting task 3: "clone repository" |
64 | 2024-09-03T23:08:31.847Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-03T23:08:31.847Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-03T23:08:31.871Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-03T23:08:37.443Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-03T23:08:37.443Z | + git fetch origin 3598a80e22e6b60b8b19649afb097be06ca84206 |
69 | 2024-09-03T23:08:37.875Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-03T23:08:37.875Z | * branch 3598a80e22e6b60b8b19649afb097be06ca84206 -> FETCH_HEAD |
71 | 2024-09-03T23:08:37.899Z | + [[ -n oximeter-test-insert-fix ]] |
72 | 2024-09-03T23:08:37.899Z | ++ git branch --show-current |
73 | 2024-09-03T23:08:37.899Z | + current=main |
74 | 2024-09-03T23:08:37.899Z | + [[ main != oximeter-test-insert-fix ]] |
75 | 2024-09-03T23:08:37.899Z | + git branch -f oximeter-test-insert-fix 3598a80e22e6b60b8b19649afb097be06ca84206 |
76 | 2024-09-03T23:08:37.923Z | + git checkout -f oximeter-test-insert-fix |
77 | 2024-09-03T23:08:38.085Z | Switched to branch 'oximeter-test-insert-fix' |
78 | 2024-09-03T23:08:38.109Z | + git reset --hard 3598a80e22e6b60b8b19649afb097be06ca84206 |
79 | 2024-09-03T23:08:38.267Z | HEAD is now at 3598a80e2 Retry sample insert after keeper cluster changes |
80 | 2024-09-03T23:08:38.291Z | process exited: duration 6446 ms, exit code 0 |
|
81 | 2024-09-03T23:08:38.338Z | starting task 4: "build" |
82 | 2024-09-03T23:08:38.362Z | + cargo --version |
83 | 2024-09-03T23:08:38.417Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-03T23:08:38.441Z | + rustc --version |
85 | 2024-09-03T23:08:38.496Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-03T23:08:38.519Z | + source ./env.sh |
87 | 2024-09-03T23:08:38.519Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-03T23:08:38.519Z | ++ set -o xtrace |
89 | 2024-09-03T23:08:38.519Z | ++++ dirname ./env.sh |
90 | 2024-09-03T23:08:38.519Z | +++ readlink -f . |
91 | 2024-09-03T23:08:38.519Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-03T23:08:38.519Z | ++ 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-09-03T23:08:38.519Z | ++ 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-09-03T23:08:38.520Z | ++ 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-09-03T23:08:38.520Z | ++ 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-09-03T23:08:38.520Z | ++ 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-09-03T23:08:38.520Z | ++ 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-09-03T23:08:38.520Z | ++ 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-09-03T23:08:38.520Z | ++ 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-09-03T23:08:38.520Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-03T23:08:38.520Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-03T23:08:38.520Z | + 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-09-03T23:08:38.520Z | + 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-09-03T23:08:38.520Z | + banner prerequisites |
105 | 2024-09-03T23:08:38.520Z | |
106 | 2024-09-03T23:08:38.520Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-09-03T23:08:38.520Z | # # # # # # # # # # # # # # # |
108 | 2024-09-03T23:08:38.520Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-09-03T23:08:38.520Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-09-03T23:08:38.520Z | # # # # # # # # # # # # # # # |
111 | 2024-09-03T23:08:38.520Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-09-03T23:08:38.520Z | |
113 | 2024-09-03T23:08:38.520Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-09-03T23:08:43.948Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-09-03T23:08:46.776Z | Startup: Caching catalogs ... Done |
116 | 2024-09-03T23:08:49.187Z | Planning: Solver setup ... Done (1.713s) |
117 | 2024-09-03T23:08:49.218Z | Planning: Running solver ... Done (0.031s) |
118 | 2024-09-03T23:08:49.257Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-09-03T23:08:49.336Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-09-03T23:08:49.781Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-09-03T23:08:49.925Z | Planning: Package planning ... Done (0.144s) |
122 | 2024-09-03T23:08:49.994Z | Planning: Merging actions ... Done (0.068s) |
123 | 2024-09-03T23:08:50.264Z | Planning: Checking for conflicting actions ... Done (0.270s) |
124 | 2024-09-03T23:08:51.398Z | Planning: Consolidating action changes ... Done (1.133s) |
125 | 2024-09-03T23:08:51.822Z | Planning: Evaluating mediators ... Done (0.424s) |
126 | 2024-09-03T23:08:51.917Z | Planning: Planning completed in 5.07 seconds |
127 | 2024-09-03T23:08:51.940Z | Packages to install: 4 |
128 | 2024-09-03T23:08:51.940Z | Packages to update: 1 |
129 | 2024-09-03T23:08:51.940Z | Mediators to change: 2 |
130 | 2024-09-03T23:08:51.940Z | Services to change: 1 |
131 | 2024-09-03T23:08:51.940Z | Estimated space available: 148.82 GB |
132 | 2024-09-03T23:08:51.940Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-09-03T23:08:51.940Z | Create boot environment: No |
134 | 2024-09-03T23:08:51.940Z | Create backup boot environment: Yes |
135 | 2024-09-03T23:08:51.940Z | Rebuild boot archive: No |
136 | 2024-09-03T23:08:51.940Z | |
137 | 2024-09-03T23:08:51.940Z | Changed mediators: |
138 | 2024-09-03T23:08:51.940Z | mediator clang: |
139 | 2024-09-03T23:08:51.940Z | version: None -> 15 (system default) |
140 | 2024-09-03T23:08:51.940Z | |
141 | 2024-09-03T23:08:51.940Z | mediator llvm: |
142 | 2024-09-03T23:08:51.941Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-09-03T23:08:51.941Z | |
144 | 2024-09-03T23:08:51.941Z | Changed packages: |
145 | 2024-09-03T23:08:51.941Z | helios-dev |
146 | 2024-09-03T23:08:51.941Z | developer/build-essential |
147 | 2024-09-03T23:08:51.941Z | None -> 11-2.0 |
148 | 2024-09-03T23:08:51.941Z | library/libxmlsec1 |
149 | 2024-09-03T23:08:51.941Z | None -> 1.2.35-2.0 |
150 | 2024-09-03T23:08:51.941Z | ooce/developer/clang-15 |
151 | 2024-09-03T23:08:51.941Z | None -> 15.0.7-2.0 |
152 | 2024-09-03T23:08:51.941Z | ooce/developer/llvm-15 |
153 | 2024-09-03T23:08:51.941Z | None -> 15.0.7-2.0 |
154 | 2024-09-03T23:08:51.941Z | package/pkg |
155 | 2024-09-03T23:08:51.941Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-09-03T23:08:51.941Z | |
157 | 2024-09-03T23:08:51.941Z | Services: |
158 | 2024-09-03T23:08:51.941Z | restart_fmri: |
159 | 2024-09-03T23:08:51.941Z | svc:/system/update-man-index:default |
160 | 2024-09-03T23:08:51.941Z | |
161 | 2024-09-03T23:08:51.941Z | Editable files to change: |
162 | 2024-09-03T23:08:51.941Z | Update: |
163 | 2024-09-03T23:08:51.941Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-09-03T23:08:52.009Z | |
165 | 2024-09-03T23:08:52.009Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-09-03T23:08:57.013Z | Download: 684/4281 items 17.8/220.6MB 8% complete (3.7M/s) |
167 | 2024-09-03T23:09:02.014Z | Download: 1195/4281 items 65.1/220.6MB 29% complete (6.5M/s) |
168 | 2024-09-03T23:09:07.014Z | Download: 1231/4281 items 90.5/220.6MB 41% complete (7.2M/s) |
169 | 2024-09-03T23:09:12.019Z | Download: 2189/4281 items 119.1/220.6MB 53% complete (5.5M/s) |
170 | 2024-09-03T23:09:17.023Z | Download: 2892/4281 items 121.1/220.6MB 54% complete (3.3M/s) |
171 | 2024-09-03T23:09:24.960Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
172 | 2024-09-03T23:09:29.963Z | Download: 4133/4281 items 219.6/220.6MB 99% complete (6.1M/s) |
173 | 2024-09-03T23:09:31.494Z | Download: Completed 220.60 MB in 39.49 seconds (5.6M/s) |
174 | 2024-09-03T23:09:32.971Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-09-03T23:09:32.995Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-09-03T23:09:38.137Z | Actions: 3616/5063 actions (Installing new actions) |
177 | 2024-09-03T23:09:38.843Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-09-03T23:09:39.200Z | Actions: Completed 5063 actions in 6.23 seconds. |
179 | 2024-09-03T23:09:39.586Z | Done (0.378s) |
180 | 2024-09-03T23:09:39.610Z | Done (0.000s) |
181 | 2024-09-03T23:09:40.040Z | Done (0.452s) |
182 | 2024-09-03T23:09:45.144Z | Done (4.957s) |
183 | 2024-09-03T23:09:45.244Z | Done (0.019s) |
184 | 2024-09-03T23:09:45.267Z | Done (0.000s) |
185 | 2024-09-03T23:09:45.429Z | Done (0.000s) |
186 | 2024-09-03T23:09:46.127Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-09-03T23:09:46.382Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-09-03T23:09:46.408Z | Planning: Consolidating action changes ... Done |
189 | 2024-09-03T23:09:46.716Z | Planning: Evaluating mediators ... Done |
190 | 2024-09-03T23:09:46.744Z | Planning: Planning completed in 0.60 seconds |
191 | 2024-09-03T23:09:46.768Z | Mediators to change: 2 |
192 | 2024-09-03T23:09:46.768Z | Create boot environment: No |
193 | 2024-09-03T23:09:46.768Z | Create backup boot environment: No |
194 | 2024-09-03T23:09:46.822Z | Done |
195 | 2024-09-03T23:09:46.822Z | Done |
196 | 2024-09-03T23:09:47.197Z | Done |
197 | 2024-09-03T23:09:51.692Z | Done |
198 | 2024-09-03T23:09:51.792Z | Done |
199 | 2024-09-03T23:09:51.816Z | Done |
200 | 2024-09-03T23:09:51.849Z | Done |
201 | 2024-09-03T23:09:52.582Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-09-03T23:09:52.606Z | Planning: Merging actions ... Done |
203 | 2024-09-03T23:09:52.826Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-09-03T23:09:52.849Z | Planning: Consolidating action changes ... Done |
205 | 2024-09-03T23:09:53.160Z | Planning: Evaluating mediators ... Done |
206 | 2024-09-03T23:09:53.223Z | Planning: Planning completed in 0.94 seconds |
207 | 2024-09-03T23:09:53.270Z | Packages to change: 1 |
208 | 2024-09-03T23:09:53.270Z | Mediators to change: 1 |
209 | 2024-09-03T23:09:53.270Z | Services to change: 1 |
210 | 2024-09-03T23:09:53.270Z | Create boot environment: No |
211 | 2024-09-03T23:09:53.295Z | Create backup boot environment: Yes |
212 | 2024-09-03T23:09:54.783Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-09-03T23:09:54.812Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-09-03T23:09:54.812Z | Done |
215 | 2024-09-03T23:09:54.812Z | Done |
216 | 2024-09-03T23:09:54.877Z | Done |
217 | 2024-09-03T23:09:59.220Z | Done |
218 | 2024-09-03T23:09:59.314Z | Done |
219 | 2024-09-03T23:09:59.337Z | Done |
220 | 2024-09-03T23:09:59.403Z | Done |
221 | 2024-09-03T23:09:59.916Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-09-03T23:09:59.916Z | clang system 15 system |
223 | 2024-09-03T23:09:59.916Z | csh system system illumos |
224 | 2024-09-03T23:09:59.916Z | ctags system system illumos |
225 | 2024-09-03T23:09:59.916Z | gcc vendor 12 vendor |
226 | 2024-09-03T23:09:59.916Z | gcc system 10 system |
227 | 2024-09-03T23:09:59.916Z | gcc system 7 system |
228 | 2024-09-03T23:09:59.916Z | go system 1.20 system |
229 | 2024-09-03T23:09:59.916Z | go system 1.19 system |
230 | 2024-09-03T23:09:59.916Z | llvm system 15 system |
231 | 2024-09-03T23:09:59.916Z | llvm system 14 system |
232 | 2024-09-03T23:09:59.916Z | mariadb system 10.6 system |
233 | 2024-09-03T23:09:59.916Z | mta vendor vendor dma |
234 | 2024-09-03T23:09:59.916Z | openjdk system 17 system |
235 | 2024-09-03T23:09:59.916Z | openjdk system 11 system |
236 | 2024-09-03T23:09:59.916Z | openjdk system 1.8 system |
237 | 2024-09-03T23:09:59.916Z | openssl vendor 3 vendor |
238 | 2024-09-03T23:09:59.916Z | perl system 5.36 system |
239 | 2024-09-03T23:09:59.916Z | postgresql system 15 system |
240 | 2024-09-03T23:09:59.916Z | postgresql system 13 system |
241 | 2024-09-03T23:09:59.916Z | python vendor 3 vendor |
242 | 2024-09-03T23:09:59.916Z | python system 2 system |
243 | 2024-09-03T23:09:59.916Z | python3 system 3.11 system |
244 | 2024-09-03T23:09:59.916Z | ruby system 3.0 system |
245 | 2024-09-03T23:09:59.916Z | words vendor vendor american-english |
246 | 2024-09-03T23:09:59.916Z | words system system australian-english |
247 | 2024-09-03T23:09:59.916Z | words system system british-english |
248 | 2024-09-03T23:09:59.916Z | words system system canadian-english |
249 | 2024-09-03T23:09:59.916Z | words system system french |
250 | 2024-09-03T23:09:59.916Z | words system system italian |
251 | 2024-09-03T23:09:59.916Z | words system system ngerman |
252 | 2024-09-03T23:09:59.916Z | words system system ogerman |
253 | 2024-09-03T23:09:59.916Z | words system system spanish |
254 | 2024-09-03T23:10:00.316Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-09-03T23:10:00.316Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-09-03T23:10:02.481Z | FMRI IFO |
257 | 2024-09-03T23:10:02.481Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-09-03T23:10:02.481Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-09-03T23:10:02.481Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-09-03T23:10:02.481Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-09-03T23:10:02.481Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-09-03T23:10:02.481Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-09-03T23:10:02.481Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-09-03T23:10:02.481Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-09-03T23:10:02.481Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-09-03T23:10:02.481Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-09-03T23:10:02.481Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-09-03T23:10:02.481Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-09-03T23:10:02.481Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-09-03T23:10:03.149Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-09-03T23:10:03.557Z | Updating crates.io index |
272 | 2024-09-03T23:10:03.621Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
273 | 2024-09-03T23:10:04.526Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-09-03T23:10:05.442Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-09-03T23:10:05.772Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
276 | 2024-09-03T23:10:07.492Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-09-03T23:10:07.882Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-09-03T23:10:08.205Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-09-03T23:10:09.375Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-09-03T23:10:11.404Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-09-03T23:10:12.510Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-09-03T23:10:13.213Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-09-03T23:10:13.706Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-09-03T23:10:14.378Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-09-03T23:10:14.872Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
286 | 2024-09-03T23:10:15.202Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
287 | 2024-09-03T23:10:15.667Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
288 | 2024-09-03T23:10:16.231Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-09-03T23:10:16.645Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-09-03T23:10:17.004Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-09-03T23:10:17.306Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-09-03T23:10:17.655Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2024-09-03T23:10:18.114Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-09-03T23:10:18.492Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-09-03T23:10:18.882Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-09-03T23:10:19.398Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-09-03T23:10:20.034Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-09-03T23:10:20.470Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-09-03T23:10:20.952Z | Updating git repository `https://github.com/oxidecomputer/typify` |
300 | 2024-09-03T23:10:23.531Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-09-03T23:10:23.855Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-09-03T23:10:24.213Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-09-03T23:10:24.630Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
304 | 2024-09-03T23:10:26.080Z | Downloading crates ... |
305 | 2024-09-03T23:10:26.142Z | Downloaded fastrand v2.1.0 |
306 | 2024-09-03T23:10:26.166Z | Downloaded crypto-common v0.1.6 |
307 | 2024-09-03T23:10:26.166Z | Downloaded autocfg v1.3.0 |
308 | 2024-09-03T23:10:26.166Z | Downloaded anstyle-query v1.0.3 |
309 | 2024-09-03T23:10:26.166Z | Downloaded anstyle-parse v0.2.4 |
310 | 2024-09-03T23:10:26.166Z | Downloaded thiserror v1.0.63 |
311 | 2024-09-03T23:10:26.167Z | Downloaded toml_datetime v0.6.8 |
312 | 2024-09-03T23:10:26.167Z | Downloaded utf8parse v0.2.1 |
313 | 2024-09-03T23:10:26.190Z | Downloaded typenum v1.17.0 |
314 | 2024-09-03T23:10:26.190Z | Downloaded unicode-ident v1.0.12 |
315 | 2024-09-03T23:10:26.190Z | Downloaded proc-macro2 v1.0.86 |
316 | 2024-09-03T23:10:26.190Z | Downloaded version_check v0.9.5 |
317 | 2024-09-03T23:10:26.190Z | Downloaded macaddr v1.0.1 |
318 | 2024-09-03T23:10:26.190Z | Downloaded swrite v0.1.0 |
319 | 2024-09-03T23:10:26.190Z | Downloaded memmap v0.7.0 |
320 | 2024-09-03T23:10:26.190Z | Downloaded usdt-macro v0.5.0 |
321 | 2024-09-03T23:10:26.190Z | Downloaded usdt v0.5.0 |
322 | 2024-09-03T23:10:26.215Z | Downloaded textwrap v0.16.1 |
323 | 2024-09-03T23:10:26.216Z | Downloaded tempfile v3.10.1 |
324 | 2024-09-03T23:10:26.216Z | Downloaded zerocopy-derive v0.7.34 |
325 | 2024-09-03T23:10:26.216Z | Downloaded zerocopy v0.7.34 |
326 | 2024-09-03T23:10:26.240Z | Downloaded winnow v0.6.18 |
327 | 2024-09-03T23:10:26.263Z | Downloaded toml_edit v0.22.20 |
328 | 2024-09-03T23:10:26.287Z | Downloaded unicode-width v0.1.13 |
329 | 2024-09-03T23:10:26.287Z | Downloaded rustix v0.38.34 |
330 | 2024-09-03T23:10:26.310Z | Downloaded libc v0.2.158 |
331 | 2024-09-03T23:10:26.340Z | Downloaded tabled v0.15.0 |
332 | 2024-09-03T23:10:26.364Z | Downloaded syn v2.0.74 |
333 | 2024-09-03T23:10:26.388Z | Downloaded syn v1.0.109 |
334 | 2024-09-03T23:10:26.388Z | Downloaded serde_json v1.0.125 |
335 | 2024-09-03T23:10:26.411Z | Downloaded goblin v0.8.2 |
336 | 2024-09-03T23:10:26.411Z | Downloaded clap_builder v4.5.15 |
337 | 2024-09-03T23:10:26.411Z | Downloaded hashbrown v0.14.5 |
338 | 2024-09-03T23:10:26.434Z | Downloaded ucd-trie v0.1.6 |
339 | 2024-09-03T23:10:26.435Z | Downloaded toml v0.8.19 |
340 | 2024-09-03T23:10:26.435Z | Downloaded ryu v1.0.18 |
341 | 2024-09-03T23:10:26.435Z | Downloaded serde v1.0.208 |
342 | 2024-09-03T23:10:26.435Z | Downloaded proc-macro-error-attr v1.0.4 |
343 | 2024-09-03T23:10:26.435Z | Downloaded pest_meta v2.7.10 |
344 | 2024-09-03T23:10:26.435Z | Downloaded pest v2.7.10 |
345 | 2024-09-03T23:10:26.435Z | Downloaded memchr v2.7.2 |
346 | 2024-09-03T23:10:26.458Z | Downloaded papergrid v0.11.0 |
347 | 2024-09-03T23:10:26.458Z | Downloaded unicode-linebreak v0.1.5 |
348 | 2024-09-03T23:10:26.458Z | Downloaded smawk v0.3.2 |
349 | 2024-09-03T23:10:26.458Z | Downloaded serde_tokenstream v0.2.2 |
350 | 2024-09-03T23:10:26.458Z | Downloaded quote v1.0.36 |
351 | 2024-09-03T23:10:26.458Z | Downloaded indexmap v2.4.0 |
352 | 2024-09-03T23:10:26.458Z | Downloaded pretty-hex v0.4.1 |
353 | 2024-09-03T23:10:26.482Z | Downloaded pest_derive v2.7.10 |
354 | 2024-09-03T23:10:26.482Z | Downloaded thiserror-impl v1.0.63 |
355 | 2024-09-03T23:10:26.482Z | Downloaded serde_derive v1.0.208 |
356 | 2024-09-03T23:10:26.482Z | Downloaded scroll_derive v0.12.0 |
357 | 2024-09-03T23:10:26.482Z | Downloaded log v0.4.21 |
358 | 2024-09-03T23:10:26.482Z | Downloaded is_terminal_polyfill v1.70.0 |
359 | 2024-09-03T23:10:26.483Z | Downloaded fnv v1.0.7 |
360 | 2024-09-03T23:10:26.483Z | Downloaded cfg-if v1.0.0 |
361 | 2024-09-03T23:10:26.483Z | Downloaded proc-macro-error v1.0.4 |
362 | 2024-09-03T23:10:26.483Z | Downloaded dtrace-parser v0.2.0 |
363 | 2024-09-03T23:10:26.483Z | Downloaded cpufeatures v0.2.12 |
364 | 2024-09-03T23:10:26.483Z | Downloaded pest_generator v2.7.10 |
365 | 2024-09-03T23:10:26.483Z | Downloaded errno v0.3.9 |
366 | 2024-09-03T23:10:26.483Z | Downloaded clap_lex v0.7.0 |
367 | 2024-09-03T23:10:26.506Z | Downloaded clap v4.5.16 |
368 | 2024-09-03T23:10:26.506Z | Downloaded cargo_metadata v0.18.1 |
369 | 2024-09-03T23:10:26.506Z | Downloaded camino-tempfile v1.1.1 |
370 | 2024-09-03T23:10:26.506Z | Downloaded usdt-impl v0.5.0 |
371 | 2024-09-03T23:10:26.506Z | Downloaded usdt-attr-macro v0.5.0 |
372 | 2024-09-03T23:10:26.506Z | Downloaded thread-id v4.2.1 |
373 | 2024-09-03T23:10:26.506Z | Downloaded terminal_size v0.3.0 |
374 | 2024-09-03T23:10:26.506Z | Downloaded strsim v0.11.1 |
375 | 2024-09-03T23:10:26.506Z | Downloaded sha2 v0.10.8 |
376 | 2024-09-03T23:10:26.506Z | Downloaded serde_spanned v0.6.7 |
377 | 2024-09-03T23:10:26.530Z | Downloaded semver v1.0.23 |
378 | 2024-09-03T23:10:26.530Z | Downloaded once_cell v1.19.0 |
379 | 2024-09-03T23:10:26.530Z | Downloaded itoa v1.0.11 |
380 | 2024-09-03T23:10:26.530Z | Downloaded heck v0.5.0 |
381 | 2024-09-03T23:10:26.530Z | Downloaded generic-array v0.14.7 |
382 | 2024-09-03T23:10:26.530Z | Downloaded digest v0.10.7 |
383 | 2024-09-03T23:10:26.530Z | Downloaded cargo_toml v0.20.4 |
384 | 2024-09-03T23:10:26.530Z | Downloaded camino v1.1.9 |
385 | 2024-09-03T23:10:26.530Z | Downloaded byteorder v1.5.0 |
386 | 2024-09-03T23:10:26.530Z | Downloaded bitflags v2.6.0 |
387 | 2024-09-03T23:10:26.530Z | Downloaded anyhow v1.0.86 |
388 | 2024-09-03T23:10:26.554Z | Downloaded tabled_derive v0.7.0 |
389 | 2024-09-03T23:10:26.554Z | Downloaded scroll v0.12.0 |
390 | 2024-09-03T23:10:26.554Z | Downloaded plain v0.2.3 |
391 | 2024-09-03T23:10:26.554Z | Downloaded heck v0.4.1 |
392 | 2024-09-03T23:10:26.554Z | Downloaded fs-err v2.11.0 |
393 | 2024-09-03T23:10:26.554Z | Downloaded dof v0.3.0 |
394 | 2024-09-03T23:10:26.554Z | Downloaded colorchoice v1.0.1 |
395 | 2024-09-03T23:10:26.554Z | Downloaded clap_derive v4.5.13 |
396 | 2024-09-03T23:10:26.554Z | Downloaded cargo-platform v0.1.8 |
397 | 2024-09-03T23:10:26.554Z | Downloaded bytecount v0.6.8 |
398 | 2024-09-03T23:10:26.554Z | Downloaded block-buffer v0.10.4 |
399 | 2024-09-03T23:10:26.554Z | Downloaded anstream v0.6.14 |
400 | 2024-09-03T23:10:26.554Z | Downloaded anstyle v1.0.8 |
401 | 2024-09-03T23:10:26.578Z | Downloaded equivalent v1.0.1 |
402 | 2024-09-03T23:10:26.684Z | Compiling proc-macro2 v1.0.86 |
403 | 2024-09-03T23:10:26.707Z | Compiling unicode-ident v1.0.12 |
404 | 2024-09-03T23:10:26.708Z | Compiling version_check v0.9.5 |
405 | 2024-09-03T23:10:26.708Z | Compiling serde v1.0.208 |
406 | 2024-09-03T23:10:26.708Z | Compiling memchr v2.7.2 |
407 | 2024-09-03T23:10:26.708Z | Compiling thiserror v1.0.63 |
408 | 2024-09-03T23:10:26.708Z | Compiling libc v0.2.158 |
409 | 2024-09-03T23:10:26.708Z | Compiling itoa v1.0.11 |
410 | 2024-09-03T23:10:26.938Z | Compiling ryu v1.0.18 |
411 | 2024-09-03T23:10:26.961Z | Compiling ucd-trie v0.1.6 |
412 | 2024-09-03T23:10:27.241Z | Compiling once_cell v1.19.0 |
413 | 2024-09-03T23:10:27.493Z | Compiling byteorder v1.5.0 |
414 | 2024-09-03T23:10:27.634Z | Compiling rustix v0.38.34 |
415 | 2024-09-03T23:10:27.657Z | Compiling serde_json v1.0.125 |
416 | 2024-09-03T23:10:27.990Z | Compiling bitflags v2.6.0 |
417 | 2024-09-03T23:10:28.211Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-09-03T23:10:28.310Z | Compiling quote v1.0.36 |
419 | 2024-09-03T23:10:28.383Z | Compiling usdt-impl v0.5.0 |
420 | 2024-09-03T23:10:28.463Z | Compiling syn v1.0.109 |
421 | 2024-09-03T23:10:28.519Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-09-03T23:10:28.570Z | Compiling plain v0.2.3 |
423 | 2024-09-03T23:10:28.716Z | Compiling syn v2.0.74 |
424 | 2024-09-03T23:10:28.750Z | Compiling errno v0.3.9 |
425 | 2024-09-03T23:10:28.937Z | Compiling log v0.4.21 |
426 | 2024-09-03T23:10:28.964Z | Compiling camino v1.1.9 |
427 | 2024-09-03T23:10:28.990Z | Compiling thread-id v4.2.1 |
428 | 2024-09-03T23:10:29.084Z | Compiling hashbrown v0.14.5 |
429 | 2024-09-03T23:10:29.112Z | Compiling utf8parse v0.2.1 |
430 | 2024-09-03T23:10:29.138Z | Compiling equivalent v1.0.1 |
431 | 2024-09-03T23:10:29.270Z | Compiling anstyle-parse v0.2.4 |
432 | 2024-09-03T23:10:29.670Z | Compiling anstyle-query v1.0.3 |
433 | 2024-09-03T23:10:29.778Z | Compiling pretty-hex v0.4.1 |
434 | 2024-09-03T23:10:29.804Z | Compiling anstyle v1.0.8 |
435 | 2024-09-03T23:10:29.894Z | Compiling semver v1.0.23 |
436 | 2024-09-03T23:10:30.000Z | Compiling winnow v0.6.18 |
437 | 2024-09-03T23:10:30.030Z | Compiling is_terminal_polyfill v1.70.0 |
438 | 2024-09-03T23:10:30.148Z | Compiling colorchoice v1.0.1 |
439 | 2024-09-03T23:10:30.221Z | Compiling autocfg v1.3.0 |
440 | 2024-09-03T23:10:30.308Z | Compiling indexmap v2.4.0 |
441 | 2024-09-03T23:10:30.358Z | Compiling unicode-width v0.1.13 |
442 | 2024-09-03T23:10:30.456Z | Compiling anstream v0.6.14 |
443 | 2024-09-03T23:10:30.866Z | Compiling terminal_size v0.3.0 |
444 | 2024-09-03T23:10:31.060Z | Compiling fs-err v2.11.0 |
445 | 2024-09-03T23:10:31.084Z | Compiling heck v0.4.1 |
446 | 2024-09-03T23:10:31.186Z | Compiling bytecount v0.6.8 |
447 | 2024-09-03T23:10:31.381Z | Compiling strsim v0.11.1 |
448 | 2024-09-03T23:10:31.414Z | Compiling fnv v1.0.7 |
449 | 2024-09-03T23:10:31.490Z | Compiling cfg-if v1.0.0 |
450 | 2024-09-03T23:10:31.543Z | Compiling fastrand v2.1.0 |
451 | 2024-09-03T23:10:31.572Z | Compiling anyhow v1.0.86 |
452 | 2024-09-03T23:10:31.572Z | Compiling clap_lex v0.7.0 |
453 | 2024-09-03T23:10:31.621Z | Compiling heck v0.5.0 |
454 | 2024-09-03T23:10:32.103Z | Compiling tempfile v3.10.1 |
455 | 2024-09-03T23:10:32.144Z | Compiling clap_builder v4.5.15 |
456 | 2024-09-03T23:10:32.292Z | Compiling papergrid v0.11.0 |
457 | 2024-09-03T23:10:32.548Z | Compiling memmap v0.7.0 |
458 | 2024-09-03T23:10:32.723Z | Compiling smawk v0.3.2 |
459 | 2024-09-03T23:10:32.891Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-09-03T23:10:33.263Z | Compiling swrite v0.1.0 |
461 | 2024-09-03T23:10:33.370Z | Compiling textwrap v0.16.1 |
462 | 2024-09-03T23:10:34.495Z | Compiling tabled_derive v0.7.0 |
463 | 2024-09-03T23:10:36.013Z | Compiling tabled v0.15.0 |
464 | 2024-09-03T23:10:36.795Z | Compiling serde_derive v1.0.208 |
465 | 2024-09-03T23:10:36.795Z | Compiling thiserror-impl v1.0.63 |
466 | 2024-09-03T23:10:36.818Z | Compiling zerocopy-derive v0.7.34 |
467 | 2024-09-03T23:10:36.863Z | Compiling scroll_derive v0.12.0 |
468 | 2024-09-03T23:10:37.023Z | Compiling clap_derive v4.5.13 |
469 | 2024-09-03T23:10:38.046Z | Compiling scroll v0.12.0 |
470 | 2024-09-03T23:10:38.460Z | Compiling goblin v0.8.2 |
471 | 2024-09-03T23:10:38.575Z | Compiling zerocopy v0.7.34 |
472 | 2024-09-03T23:10:39.131Z | Compiling pest v2.7.10 |
473 | 2024-09-03T23:10:40.111Z | Compiling clap v4.5.16 |
474 | 2024-09-03T23:10:41.151Z | Compiling pest_meta v2.7.10 |
475 | 2024-09-03T23:10:42.128Z | Compiling pest_generator v2.7.10 |
476 | 2024-09-03T23:10:43.854Z | Compiling pest_derive v2.7.10 |
477 | 2024-09-03T23:10:44.523Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-09-03T23:10:46.211Z | Compiling toml_datetime v0.6.8 |
479 | 2024-09-03T23:10:46.211Z | Compiling serde_spanned v0.6.7 |
480 | 2024-09-03T23:10:46.211Z | Compiling cargo-platform v0.1.8 |
481 | 2024-09-03T23:10:46.580Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-09-03T23:10:46.604Z | Compiling toml_edit v0.22.20 |
483 | 2024-09-03T23:10:46.727Z | Compiling macaddr v1.0.1 |
484 | 2024-09-03T23:10:46.785Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-09-03T23:10:47.605Z | Compiling dof v0.3.0 |
486 | 2024-09-03T23:10:47.605Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-09-03T23:10:49.169Z | Compiling toml v0.8.19 |
488 | 2024-09-03T23:10:49.580Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-09-03T23:10:49.671Z | Compiling usdt-macro v0.5.0 |
490 | 2024-09-03T23:10:49.952Z | Compiling cargo_toml v0.20.4 |
491 | 2024-09-03T23:10:50.776Z | Compiling usdt v0.5.0 |
492 | 2024-09-03T23:10:54.102Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-09-03T23:10:58.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.15s |
494 | 2024-09-03T23:10:59.206Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-09-03T23:10:59.994Z | Downloading crates ... |
496 | 2024-09-03T23:11:00.132Z | Downloaded atomicwrites v0.4.3 |
497 | 2024-09-03T23:11:00.157Z | Downloaded aead v0.5.2 |
498 | 2024-09-03T23:11:00.157Z | Downloaded cstr-argument v0.1.2 |
499 | 2024-09-03T23:11:00.182Z | Downloaded darling v0.20.9 |
500 | 2024-09-03T23:11:00.182Z | Downloaded is_ci v1.2.0 |
501 | 2024-09-03T23:11:00.205Z | Downloaded strum v0.26.3 |
502 | 2024-09-03T23:11:00.205Z | Downloaded subtle v2.5.0 |
503 | 2024-09-03T23:11:00.229Z | Downloaded try-lock v0.2.5 |
504 | 2024-09-03T23:11:00.229Z | Downloaded unarray v0.1.4 |
505 | 2024-09-03T23:11:00.229Z | Downloaded pretty-hex v0.2.1 |
506 | 2024-09-03T23:11:00.229Z | Downloaded predicates-core v1.0.6 |
507 | 2024-09-03T23:11:00.254Z | Downloaded tinyvec_macros v0.1.1 |
508 | 2024-09-03T23:11:00.254Z | Downloaded tokio-macros v2.4.0 |
509 | 2024-09-03T23:11:00.254Z | Downloaded openssl-probe v0.1.5 |
510 | 2024-09-03T23:11:00.254Z | Downloaded openssl-macros v0.1.1 |
511 | 2024-09-03T23:11:00.278Z | Downloaded packed_struct v0.10.1 |
512 | 2024-09-03T23:11:00.278Z | Downloaded parking_lot v0.11.2 |
513 | 2024-09-03T23:11:00.278Z | Downloaded universal-hash v0.5.1 |
514 | 2024-09-03T23:11:00.278Z | Downloaded pin-utils v0.1.0 |
515 | 2024-09-03T23:11:00.302Z | Downloaded vte_generate_state_changes v0.1.1 |
516 | 2024-09-03T23:11:00.327Z | Downloaded hex-literal v0.4.1 |
517 | 2024-09-03T23:11:00.328Z | Downloaded ssh-encoding v0.2.0 |
518 | 2024-09-03T23:11:00.328Z | Downloaded slog-stdlog v4.1.1 |
519 | 2024-09-03T23:11:00.352Z | Downloaded number_prefix v0.4.0 |
520 | 2024-09-03T23:11:00.352Z | Downloaded rpassword v7.3.1 |
521 | 2024-09-03T23:11:00.352Z | Downloaded serde_urlencoded v0.7.1 |
522 | 2024-09-03T23:11:00.352Z | Downloaded phf v0.11.2 |
523 | 2024-09-03T23:11:00.352Z | Downloaded sqlparser_derive v0.2.2 |
524 | 2024-09-03T23:11:00.352Z | Downloaded signature v2.2.0 |
525 | 2024-09-03T23:11:00.378Z | Downloaded ssh-cipher v0.2.0 |
526 | 2024-09-03T23:11:00.378Z | Downloaded opaque-debug v0.3.1 |
527 | 2024-09-03T23:11:00.378Z | Downloaded downcast v0.11.0 |
528 | 2024-09-03T23:11:00.379Z | Downloaded peg-runtime v0.8.3 |
529 | 2024-09-03T23:11:00.379Z | Downloaded parse-size v1.0.0 |
530 | 2024-09-03T23:11:00.379Z | Downloaded percent-encoding v2.3.1 |
531 | 2024-09-03T23:11:00.379Z | Downloaded num-rational v0.4.2 |
532 | 2024-09-03T23:11:00.379Z | Downloaded pem-rfc7468 v0.7.0 |
533 | 2024-09-03T23:11:00.379Z | Downloaded diff v0.1.13 |
534 | 2024-09-03T23:11:00.404Z | Downloaded dsl_auto_type v0.1.2 |
535 | 2024-09-03T23:11:00.404Z | Downloaded diesel_derives v2.2.2 |
536 | 2024-09-03T23:11:00.404Z | Downloaded yasna v0.5.2 |
537 | 2024-09-03T23:11:00.404Z | Downloaded omicron-zone-package v0.11.0 |
538 | 2024-09-03T23:11:00.404Z | Downloaded regex v1.10.6 |
539 | 2024-09-03T23:11:00.428Z | Downloaded pbkdf2 v0.11.0 |
540 | 2024-09-03T23:11:00.428Z | Downloaded paste v1.0.15 |
541 | 2024-09-03T23:11:00.428Z | Downloaded url v2.5.2 |
542 | 2024-09-03T23:11:00.453Z | Downloaded password-hash v0.4.2 |
543 | 2024-09-03T23:11:00.453Z | Downloaded des v0.8.1 |
544 | 2024-09-03T23:11:00.453Z | Downloaded parse-display-derive v0.10.0 |
545 | 2024-09-03T23:11:00.453Z | Downloaded minimal-lexical v0.2.1 |
546 | 2024-09-03T23:11:00.453Z | Downloaded pbkdf2 v0.12.2 |
547 | 2024-09-03T23:11:00.453Z | Downloaded dhcproto v0.12.0 |
548 | 2024-09-03T23:11:00.453Z | Downloaded password-hash v0.5.0 |
549 | 2024-09-03T23:11:00.477Z | Downloaded itertools v0.12.1 |
550 | 2024-09-03T23:11:00.477Z | Downloaded serde_yaml v0.9.34+deprecated |
551 | 2024-09-03T23:11:00.477Z | Downloaded object v0.32.2 |
552 | 2024-09-03T23:11:00.501Z | Downloaded smoltcp v0.11.0 |
553 | 2024-09-03T23:11:00.501Z | Downloaded finl_unicode v1.2.0 |
554 | 2024-09-03T23:11:00.525Z | Downloaded openapiv3 v2.0.0 |
555 | 2024-09-03T23:11:00.549Z | Downloaded petgraph v0.6.5 |
556 | 2024-09-03T23:11:00.573Z | Downloaded hyper v0.14.30 |
557 | 2024-09-03T23:11:00.573Z | Downloaded serde_with v3.9.0 |
558 | 2024-09-03T23:11:00.597Z | Downloaded encoding_rs v0.8.34 |
559 | 2024-09-03T23:11:00.621Z | Downloaded hkdf v0.12.4 |
560 | 2024-09-03T23:11:00.621Z | Downloaded vcpkg v0.2.15 |
561 | 2024-09-03T23:11:00.659Z | Downloaded idna v0.4.0 |
562 | 2024-09-03T23:11:00.688Z | Downloaded webpki-roots v0.25.4 |
563 | 2024-09-03T23:11:00.688Z | Downloaded regress v0.9.1 |
564 | 2024-09-03T23:11:00.689Z | Downloaded regex-syntax v0.8.4 |
565 | 2024-09-03T23:11:00.712Z | Downloaded regex-syntax v0.6.29 |
566 | 2024-09-03T23:11:00.712Z | Downloaded ratatui v0.28.0 |
567 | 2024-09-03T23:11:00.738Z | Downloaded regex-automata v0.4.6 |
568 | 2024-09-03T23:11:00.762Z | Downloaded radix_trie v0.2.1 |
569 | 2024-09-03T23:11:00.786Z | Downloaded nix v0.29.0 |
570 | 2024-09-03T23:11:00.786Z | Downloaded nix v0.28.0 |
571 | 2024-09-03T23:11:00.810Z | Downloaded idna v0.5.0 |
572 | 2024-09-03T23:11:00.810Z | Downloaded sha3 v0.10.8 |
573 | 2024-09-03T23:11:00.833Z | Downloaded ring v0.17.8 |
574 | 2024-09-03T23:11:00.904Z | Downloaded idna v0.2.3 |
575 | 2024-09-03T23:11:00.927Z | Downloaded nix v0.27.1 |
576 | 2024-09-03T23:11:00.952Z | Downloaded lalrpop v0.19.12 |
577 | 2024-09-03T23:11:00.952Z | Downloaded idna v0.3.0 |
578 | 2024-09-03T23:11:00.977Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
579 | 2024-09-03T23:11:01.025Z | Downloaded rayon v1.10.0 |
580 | 2024-09-03T23:11:01.050Z | Downloaded ring v0.16.20 |
581 | 2024-09-03T23:11:01.135Z | Downloaded diesel v2.2.3 |
582 | 2024-09-03T23:11:01.161Z | Downloaded sled v0.34.7 |
583 | 2024-09-03T23:11:01.185Z | Downloaded zerocopy-derive v0.6.6 |
584 | 2024-09-03T23:11:01.185Z | Downloaded tokio v1.39.3 |
585 | 2024-09-03T23:11:01.235Z | Downloaded itertools v0.13.0 |
586 | 2024-09-03T23:11:01.259Z | Downloaded csv v1.3.0 |
587 | 2024-09-03T23:11:01.282Z | Downloaded der v0.7.9 |
588 | 2024-09-03T23:11:01.282Z | Downloaded unicode-normalization v0.1.23 |
589 | 2024-09-03T23:11:01.282Z | Downloaded libm v0.2.8 |
590 | 2024-09-03T23:11:01.306Z | Downloaded libz-sys v1.1.16 |
591 | 2024-09-03T23:11:01.379Z | Downloaded dropshot v0.10.1 |
592 | 2024-09-03T23:11:01.402Z | Downloaded smoltcp v0.9.1 |
593 | 2024-09-03T23:11:01.426Z | Downloaded num-bigint-dig v0.8.4 |
594 | 2024-09-03T23:11:01.426Z | Downloaded expectorate v1.1.0 |
595 | 2024-09-03T23:11:01.426Z | Downloaded itertools v0.10.5 |
596 | 2024-09-03T23:11:01.426Z | Downloaded libsqlite3-sys v0.28.0 |
597 | 2024-09-03T23:11:01.514Z | Downloaded derive_builder v0.20.0 |
598 | 2024-09-03T23:11:01.538Z | Downloaded hickory-proto v0.24.1 |
599 | 2024-09-03T23:11:01.562Z | Downloaded derive_more v0.99.18 |
600 | 2024-09-03T23:11:01.562Z | Downloaded serde_with_macros v3.9.0 |
601 | 2024-09-03T23:11:01.562Z | Downloaded unicode-segmentation v1.11.0 |
602 | 2024-09-03T23:11:01.562Z | Downloaded nom v7.1.3 |
603 | 2024-09-03T23:11:01.562Z | Downloaded derive-where v1.2.7 |
604 | 2024-09-03T23:11:01.562Z | Downloaded derive_builder_core v0.20.0 |
605 | 2024-09-03T23:11:01.585Z | Downloaded object v0.30.4 |
606 | 2024-09-03T23:11:01.585Z | Downloaded rand v0.8.5 |
607 | 2024-09-03T23:11:01.585Z | Downloaded reqwest v0.11.27 |
608 | 2024-09-03T23:11:01.609Z | Downloaded gimli v0.28.1 |
609 | 2024-09-03T23:11:01.609Z | Downloaded uuid v1.10.0 |
610 | 2024-09-03T23:11:01.609Z | Downloaded mio v0.8.11 |
611 | 2024-09-03T23:11:01.609Z | Downloaded libxml v0.3.3 |
612 | 2024-09-03T23:11:01.632Z | Downloaded parse-display v0.10.0 |
613 | 2024-09-03T23:11:01.632Z | Downloaded sqlparser v0.45.0 |
614 | 2024-09-03T23:11:01.632Z | Downloaded num-traits v0.2.19 |
615 | 2024-09-03T23:11:01.632Z | Downloaded polar-core v0.27.3 |
616 | 2024-09-03T23:11:01.656Z | Downloaded env_logger v0.10.2 |
617 | 2024-09-03T23:11:01.656Z | Downloaded futures-util v0.3.30 |
618 | 2024-09-03T23:11:01.656Z | Downloaded smallvec v1.13.2 |
619 | 2024-09-03T23:11:01.656Z | Downloaded smallvec v0.6.14 |
620 | 2024-09-03T23:11:01.656Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
621 | 2024-09-03T23:11:01.680Z | Downloaded shell-words v1.1.0 |
622 | 2024-09-03T23:11:01.680Z | Downloaded serde_repr v0.1.19 |
623 | 2024-09-03T23:11:01.680Z | Downloaded defmt v0.3.8 |
624 | 2024-09-03T23:11:01.680Z | Downloaded vergen v8.3.2 |
625 | 2024-09-03T23:11:01.703Z | Downloaded mio v1.0.2 |
626 | 2024-09-03T23:11:01.704Z | Downloaded sha1 v0.10.6 |
627 | 2024-09-03T23:11:01.704Z | Downloaded der_derive v0.7.2 |
628 | 2024-09-03T23:11:01.704Z | Downloaded spki v0.7.3 |
629 | 2024-09-03T23:11:01.704Z | Downloaded snafu v0.8.2 |
630 | 2024-09-03T23:11:01.704Z | Downloaded debug-ignore v1.0.5 |
631 | 2024-09-03T23:11:01.704Z | Downloaded peg-macros v0.8.4 |
632 | 2024-09-03T23:11:01.727Z | Downloaded winnow v0.5.40 |
633 | 2024-09-03T23:11:01.728Z | Downloaded num-bigint v0.4.5 |
634 | 2024-09-03T23:11:01.728Z | Downloaded git2 v0.19.0 |
635 | 2024-09-03T23:11:01.751Z | Downloaded pem v3.0.4 |
636 | 2024-09-03T23:11:01.751Z | Downloaded peg v0.8.4 |
637 | 2024-09-03T23:11:01.751Z | Downloaded path-slash v0.1.5 |
638 | 2024-09-03T23:11:01.751Z | Downloaded parking_lot_core v0.9.10 |
639 | 2024-09-03T23:11:01.751Z | Downloaded difflib v0.4.0 |
640 | 2024-09-03T23:11:01.751Z | Downloaded socket2 v0.5.7 |
641 | 2024-09-03T23:11:01.752Z | Downloaded olpc-cjson v0.1.3 |
642 | 2024-09-03T23:11:01.752Z | Downloaded dirs-sys-next v0.1.2 |
643 | 2024-09-03T23:11:01.752Z | Downloaded derive_builder_macro v0.20.0 |
644 | 2024-09-03T23:11:01.752Z | Downloaded openssl v0.10.66 |
645 | 2024-09-03T23:11:01.777Z | Downloaded dyn-clone v1.0.17 |
646 | 2024-09-03T23:11:01.777Z | Downloaded dropshot_endpoint v0.10.1 |
647 | 2024-09-03T23:11:01.777Z | Downloaded display-error-chain v0.2.1 |
648 | 2024-09-03T23:11:01.777Z | Downloaded dirs-next v2.0.0 |
649 | 2024-09-03T23:11:01.777Z | Downloaded socket2 v0.4.10 |
650 | 2024-09-03T23:11:01.777Z | Downloaded signal-hook v0.3.17 |
651 | 2024-09-03T23:11:01.777Z | Downloaded whoami v1.5.1 |
652 | 2024-09-03T23:11:01.777Z | Downloaded futures v0.3.30 |
653 | 2024-09-03T23:11:01.801Z | Downloaded diesel_table_macro_syntax v0.2.0 |
654 | 2024-09-03T23:11:01.801Z | Downloaded snafu-derive v0.8.2 |
655 | 2024-09-03T23:11:01.801Z | Downloaded signal-hook-registry v1.4.2 |
656 | 2024-09-03T23:11:01.801Z | Downloaded ron v0.8.1 |
657 | 2024-09-03T23:11:01.801Z | Downloaded smf v0.2.3 |
658 | 2024-09-03T23:11:01.801Z | Downloaded defmt-parser v0.3.4 |
659 | 2024-09-03T23:11:01.801Z | Downloaded ssh-key v0.6.6 |
660 | 2024-09-03T23:11:01.801Z | Downloaded dhcproto-macros v0.1.0 |
661 | 2024-09-03T23:11:01.801Z | Downloaded spin v0.9.8 |
662 | 2024-09-03T23:11:01.801Z | Downloaded deranged v0.3.11 |
663 | 2024-09-03T23:11:01.825Z | Downloaded defmt-macros v0.3.9 |
664 | 2024-09-03T23:11:01.825Z | Downloaded heck v0.3.3 |
665 | 2024-09-03T23:11:01.825Z | Downloaded p384 v0.13.0 |
666 | 2024-09-03T23:11:01.825Z | Downloaded rustls v0.22.4 |
667 | 2024-09-03T23:11:01.848Z | Downloaded http v1.1.0 |
668 | 2024-09-03T23:11:01.848Z | Downloaded sqlformat v0.2.4 |
669 | 2024-09-03T23:11:01.848Z | Downloaded spin v0.5.2 |
670 | 2024-09-03T23:11:01.848Z | Downloaded shlex v1.3.0 |
671 | 2024-09-03T23:11:01.849Z | Downloaded pin-project v1.1.5 |
672 | 2024-09-03T23:11:01.872Z | Downloaded data-encoding v2.6.0 |
673 | 2024-09-03T23:11:01.872Z | Downloaded mockall_derive v0.13.0 |
674 | 2024-09-03T23:11:01.872Z | Downloaded signal-hook-tokio v0.3.1 |
675 | 2024-09-03T23:11:01.872Z | Downloaded signal-hook-mio v0.2.4 |
676 | 2024-09-03T23:11:01.872Z | Downloaded pin-project-internal v1.1.5 |
677 | 2024-09-03T23:11:01.872Z | Downloaded h2 v0.3.26 |
678 | 2024-09-03T23:11:01.872Z | Downloaded pin-project-lite v0.2.14 |
679 | 2024-09-03T23:11:01.895Z | Downloaded sigpipe v0.1.3 |
680 | 2024-09-03T23:11:01.895Z | Downloaded x509-cert v0.2.5 |
681 | 2024-09-03T23:11:01.895Z | Downloaded reedline v0.33.0 |
682 | 2024-09-03T23:11:01.895Z | Downloaded serde_derive_internals v0.29.1 |
683 | 2024-09-03T23:11:01.895Z | Downloaded parking_lot_core v0.8.6 |
684 | 2024-09-03T23:11:01.895Z | Downloaded slog-json v2.6.1 |
685 | 2024-09-03T23:11:01.895Z | Downloaded slog-envlogger v2.2.0 |
686 | 2024-09-03T23:11:01.919Z | Downloaded slog-dtrace v0.3.0 |
687 | 2024-09-03T23:11:01.919Z | Downloaded slog-bunyan v2.5.0 |
688 | 2024-09-03T23:11:01.919Z | Downloaded num_enum_derive v0.5.11 |
689 | 2024-09-03T23:11:01.919Z | Downloaded num_enum v0.5.11 |
690 | 2024-09-03T23:11:01.919Z | Downloaded rfc6979 v0.4.0 |
691 | 2024-09-03T23:11:01.919Z | Downloaded resolv-conf v0.7.0 |
692 | 2024-09-03T23:11:01.919Z | Downloaded phf_shared v0.11.2 |
693 | 2024-09-03T23:11:01.919Z | Downloaded phf_shared v0.10.0 |
694 | 2024-09-03T23:11:01.919Z | Downloaded zip v0.6.6 |
695 | 2024-09-03T23:11:01.919Z | Downloaded hickory-server v0.24.1 |
696 | 2024-09-03T23:11:01.943Z | Downloaded which v4.4.2 |
697 | 2024-09-03T23:11:01.943Z | Downloaded walkdir v2.5.0 |
698 | 2024-09-03T23:11:01.943Z | Downloaded wait-timeout v0.2.0 |
699 | 2024-09-03T23:11:01.943Z | Downloaded env_logger v0.9.3 |
700 | 2024-09-03T23:11:01.943Z | Downloaded ecdsa v0.16.9 |
701 | 2024-09-03T23:11:01.943Z | Downloaded slog-term v2.9.1 |
702 | 2024-09-03T23:11:01.943Z | Downloaded similar v2.6.0 |
703 | 2024-09-03T23:11:01.943Z | Downloaded zerocopy v0.6.6 |
704 | 2024-09-03T23:11:01.943Z | Downloaded num-iter v0.1.45 |
705 | 2024-09-03T23:11:01.966Z | Downloaded hashbrown v0.12.3 |
706 | 2024-09-03T23:11:01.966Z | Downloaded russh v0.45.0 |
707 | 2024-09-03T23:11:01.966Z | Downloaded rusqlite v0.31.0 |
708 | 2024-09-03T23:11:01.966Z | Downloaded tokio-native-tls v0.3.1 |
709 | 2024-09-03T23:11:01.966Z | Downloaded unicode-bidi v0.3.15 |
710 | 2024-09-03T23:11:01.990Z | Downloaded trust-dns-proto v0.22.0 |
711 | 2024-09-03T23:11:01.991Z | Downloaded gethostname v0.5.0 |
712 | 2024-09-03T23:11:01.991Z | Downloaded fxhash v0.2.1 |
713 | 2024-09-03T23:11:01.991Z | Downloaded ed25519 v2.2.3 |
714 | 2024-09-03T23:11:01.991Z | Downloaded hickory-client v0.24.1 |
715 | 2024-09-03T23:11:01.991Z | Downloaded heapless v0.8.0 |
716 | 2024-09-03T23:11:02.014Z | Downloaded heapless v0.7.17 |
717 | 2024-09-03T23:11:02.014Z | Downloaded getrandom v0.2.14 |
718 | 2024-09-03T23:11:02.014Z | Downloaded steno v0.4.1 |
719 | 2024-09-03T23:11:02.014Z | Downloaded uzers v0.11.3 |
720 | 2024-09-03T23:11:02.014Z | Downloaded utf-8 v0.7.6 |
721 | 2024-09-03T23:11:02.014Z | Downloaded serde_arrays v0.1.0 |
722 | 2024-09-03T23:11:02.014Z | Downloaded p521 v0.13.3 |
723 | 2024-09-03T23:11:02.039Z | Downloaded indicatif v0.17.8 |
724 | 2024-09-03T23:11:02.039Z | Downloaded indexmap v1.9.3 |
725 | 2024-09-03T23:11:02.039Z | Downloaded slog-scope v4.4.0 |
726 | 2024-09-03T23:11:02.039Z | Downloaded slab v0.4.9 |
727 | 2024-09-03T23:11:02.039Z | Downloaded siphasher v0.3.11 |
728 | 2024-09-03T23:11:02.039Z | Downloaded darling_macro v0.20.9 |
729 | 2024-09-03T23:11:02.039Z | Downloaded zone_cfg_derive v0.3.0 |
730 | 2024-09-03T23:11:02.039Z | Downloaded zone_cfg_derive v0.1.2 |
731 | 2024-09-03T23:11:02.039Z | Downloaded zone v0.3.0 |
732 | 2024-09-03T23:11:02.039Z | Downloaded zone v0.1.8 |
733 | 2024-09-03T23:11:02.039Z | Downloaded zeroize_derive v1.4.2 |
734 | 2024-09-03T23:11:02.039Z | Downloaded zeroize v1.7.0 |
735 | 2024-09-03T23:11:02.039Z | Downloaded xattr v1.3.1 |
736 | 2024-09-03T23:11:02.039Z | Downloaded wyz v0.5.1 |
737 | 2024-09-03T23:11:02.039Z | Downloaded slog v2.7.0 |
738 | 2024-09-03T23:11:02.063Z | Downloaded highway v1.2.0 |
739 | 2024-09-03T23:11:02.063Z | Downloaded rcgen v0.12.1 |
740 | 2024-09-03T23:11:02.063Z | Downloaded pkcs8 v0.10.2 |
741 | 2024-09-03T23:11:02.063Z | Downloaded headers v0.3.9 |
742 | 2024-09-03T23:11:02.063Z | Downloaded hashbrown v0.13.2 |
743 | 2024-09-03T23:11:02.063Z | Downloaded unicode_categories v0.1.1 |
744 | 2024-09-03T23:11:02.087Z | Downloaded serde_plain v1.0.2 |
745 | 2024-09-03T23:11:02.087Z | Downloaded serde_path_to_error v0.1.16 |
746 | 2024-09-03T23:11:02.087Z | Downloaded fallible-iterator v0.2.0 |
747 | 2024-09-03T23:11:02.087Z | Downloaded erased-serde v0.3.31 |
748 | 2024-09-03T23:11:02.087Z | Downloaded rand_seeder v0.3.0 |
749 | 2024-09-03T23:11:02.087Z | Downloaded futures-macro v0.3.30 |
750 | 2024-09-03T23:11:02.087Z | Downloaded futures-channel v0.3.30 |
751 | 2024-09-03T23:11:02.087Z | Downloaded native-tls v0.2.11 |
752 | 2024-09-03T23:11:02.087Z | Downloaded memmap2 v0.9.4 |
753 | 2024-09-03T23:11:02.087Z | Downloaded slog-async v2.8.0 |
754 | 2024-09-03T23:11:02.087Z | Downloaded num_threads v0.1.7 |
755 | 2024-09-03T23:11:02.087Z | Downloaded waitgroup v0.1.2 |
756 | 2024-09-03T23:11:02.087Z | Downloaded vte v0.11.1 |
757 | 2024-09-03T23:11:02.087Z | Downloaded vsss-rs v3.3.4 |
758 | 2024-09-03T23:11:02.111Z | Downloaded strip-ansi-escapes v0.2.0 |
759 | 2024-09-03T23:11:02.111Z | Downloaded stringprep v0.1.4 |
760 | 2024-09-03T23:11:02.111Z | Downloaded string_cache v0.8.7 |
761 | 2024-09-03T23:11:02.111Z | Downloaded rayon-core v1.12.1 |
762 | 2024-09-03T23:11:02.111Z | Downloaded pkg-config v0.3.30 |
763 | 2024-09-03T23:11:02.111Z | Downloaded hashlink v0.9.1 |
764 | 2024-09-03T23:11:02.111Z | Downloaded hash32 v0.3.1 |
765 | 2024-09-03T23:11:02.111Z | Downloaded half v2.4.1 |
766 | 2024-09-03T23:11:02.111Z | Downloaded group v0.13.0 |
767 | 2024-09-03T23:11:02.111Z | Downloaded globset v0.4.14 |
768 | 2024-09-03T23:11:02.111Z | Downloaded glob v0.3.1 |
769 | 2024-09-03T23:11:02.111Z | Downloaded serde-hex v0.1.0 |
770 | 2024-09-03T23:11:02.135Z | Downloaded rsa v0.9.6 |
771 | 2024-09-03T23:11:02.135Z | Downloaded enum-as-inner v0.6.0 |
772 | 2024-09-03T23:11:02.135Z | Downloaded enum-as-inner v0.5.1 |
773 | 2024-09-03T23:11:02.135Z | Downloaded unicode-xid v0.2.4 |
774 | 2024-09-03T23:11:02.135Z | Downloaded time v0.3.36 |
775 | 2024-09-03T23:11:02.135Z | Downloaded rand_core v0.6.4 |
776 | 2024-09-03T23:11:02.135Z | Downloaded quick-xml v0.31.0 |
777 | 2024-09-03T23:11:02.158Z | Downloaded proptest v1.5.0 |
778 | 2024-09-03T23:11:02.158Z | Downloaded portable-atomic v1.6.0 |
779 | 2024-09-03T23:11:02.158Z | Downloaded hex v0.4.3 |
780 | 2024-09-03T23:11:02.182Z | Downloaded getopts v0.2.21 |
781 | 2024-09-03T23:11:02.182Z | Downloaded want v0.3.1 |
782 | 2024-09-03T23:11:02.182Z | Downloaded static_assertions v1.1.0 |
783 | 2024-09-03T23:11:02.182Z | Downloaded stable_deref_trait v1.2.0 |
784 | 2024-09-03T23:11:02.182Z | Downloaded ref-cast-impl v1.0.23 |
785 | 2024-09-03T23:11:02.182Z | Downloaded ref-cast v1.0.23 |
786 | 2024-09-03T23:11:02.182Z | Downloaded poly1305 v0.8.0 |
787 | 2024-09-03T23:11:02.182Z | Downloaded pkcs5 v0.7.1 |
788 | 2024-09-03T23:11:02.182Z | Downloaded pkcs1 v0.7.5 |
789 | 2024-09-03T23:11:02.182Z | Downloaded headers-core v0.2.0 |
790 | 2024-09-03T23:11:02.182Z | Downloaded unsafe-libyaml v0.2.11 |
791 | 2024-09-03T23:11:02.205Z | Downloaded term v0.7.0 |
792 | 2024-09-03T23:11:02.205Z | Downloaded tar v0.4.41 |
793 | 2024-09-03T23:11:02.205Z | Downloaded mockall v0.13.0 |
794 | 2024-09-03T23:11:02.205Z | Downloaded mime v0.3.17 |
795 | 2024-09-03T23:11:02.206Z | Downloaded lazy_static v1.5.0 |
796 | 2024-09-03T23:11:02.206Z | Downloaded ipnet v2.9.0 |
797 | 2024-09-03T23:11:02.206Z | Downloaded http v0.2.12 |
798 | 2024-09-03T23:11:02.206Z | Downloaded ghash v0.5.1 |
799 | 2024-09-03T23:11:02.206Z | Downloaded untrusted v0.9.0 |
800 | 2024-09-03T23:11:02.206Z | Downloaded sct v0.7.1 |
801 | 2024-09-03T23:11:02.229Z | Downloaded oso v0.27.3 |
802 | 2024-09-03T23:11:02.229Z | Downloaded openssl-sys v0.9.103 |
803 | 2024-09-03T23:11:02.229Z | Downloaded rustls v0.21.12 |
804 | 2024-09-03T23:11:02.253Z | Downloaded hash32 v0.2.1 |
805 | 2024-09-03T23:11:02.253Z | Downloaded untrusted v0.7.1 |
806 | 2024-09-03T23:11:02.253Z | Downloaded supports-color v3.0.0 |
807 | 2024-09-03T23:11:02.253Z | Downloaded structmeta v0.3.0 |
808 | 2024-09-03T23:11:02.253Z | Downloaded parking_lot v0.12.2 |
809 | 2024-09-03T23:11:02.253Z | Downloaded p256 v0.13.2 |
810 | 2024-09-03T23:11:02.253Z | Downloaded ed25519-dalek v2.1.1 |
811 | 2024-09-03T23:11:02.253Z | Downloaded rand_xorshift v0.3.0 |
812 | 2024-09-03T23:11:02.253Z | Downloaded rand_chacha v0.3.1 |
813 | 2024-09-03T23:11:02.253Z | Downloaded nu-ansi-term v0.50.0 |
814 | 2024-09-03T23:11:02.253Z | Downloaded tap v1.0.1 |
815 | 2024-09-03T23:11:02.253Z | Downloaded take_mut v0.2.2 |
816 | 2024-09-03T23:11:02.254Z | Downloaded tabwriter v1.4.0 |
817 | 2024-09-03T23:11:02.254Z | Downloaded sync_wrapper v0.1.2 |
818 | 2024-09-03T23:11:02.277Z | Downloaded structmeta v0.2.0 |
819 | 2024-09-03T23:11:02.277Z | Downloaded serde-big-array v0.5.1 |
820 | 2024-09-03T23:11:02.277Z | Downloaded semver v0.1.20 |
821 | 2024-09-03T23:11:02.277Z | Downloaded secrecy v0.8.0 |
822 | 2024-09-03T23:11:02.277Z | Downloaded sec1 v0.7.3 |
823 | 2024-09-03T23:11:02.277Z | Downloaded scrypt v0.11.0 |
824 | 2024-09-03T23:11:02.277Z | Downloaded scopeguard v1.2.0 |
825 | 2024-09-03T23:11:02.277Z | Downloaded schemars_derive v0.8.21 |
826 | 2024-09-03T23:11:02.277Z | Downloaded rtoolbox v0.0.2 |
827 | 2024-09-03T23:11:02.277Z | Downloaded owo-colors v4.0.0 |
828 | 2024-09-03T23:11:02.277Z | Downloaded elliptic-curve v0.13.8 |
829 | 2024-09-03T23:11:02.277Z | Downloaded futures-task v0.3.30 |
830 | 2024-09-03T23:11:02.277Z | Downloaded futures-sink v0.3.30 |
831 | 2024-09-03T23:11:02.277Z | Downloaded futures-io v0.3.30 |
832 | 2024-09-03T23:11:02.277Z | Downloaded futures-executor v0.3.30 |
833 | 2024-09-03T23:11:02.301Z | Downloaded futures-core v0.3.30 |
834 | 2024-09-03T23:11:02.301Z | Downloaded funty v2.0.0 |
835 | 2024-09-03T23:11:02.301Z | Downloaded fragile v2.0.0 |
836 | 2024-09-03T23:11:02.301Z | Downloaded rustyline v14.0.0 |
837 | 2024-09-03T23:11:02.301Z | Downloaded hyper-staticfile v0.9.5 |
838 | 2024-09-03T23:11:02.301Z | Downloaded packed_struct_codegen v0.10.1 |
839 | 2024-09-03T23:11:02.301Z | Downloaded endian-type v0.1.2 |
840 | 2024-09-03T23:11:02.301Z | Downloaded unicode-truncate v1.0.0 |
841 | 2024-09-03T23:11:02.301Z | Downloaded miniz_oxide v0.7.2 |
842 | 2024-09-03T23:11:02.301Z | Downloaded hubpack_derive v0.1.1 |
843 | 2024-09-03T23:11:02.301Z | Downloaded oso-derive v0.27.3 |
844 | 2024-09-03T23:11:02.301Z | Downloaded embedded-io v0.4.0 |
845 | 2024-09-03T23:11:02.301Z | Downloaded tinyvec v1.6.0 |
846 | 2024-09-03T23:11:02.325Z | Downloaded test-strategy v0.3.1 |
847 | 2024-09-03T23:11:02.325Z | Downloaded termios v0.3.3 |
848 | 2024-09-03T23:11:02.325Z | Downloaded publicsuffix v2.2.3 |
849 | 2024-09-03T23:11:02.325Z | Downloaded prettyplease v0.2.20 |
850 | 2024-09-03T23:11:02.325Z | Downloaded flate2 v1.0.31 |
851 | 2024-09-03T23:11:02.325Z | Downloaded tokio-util v0.7.11 |
852 | 2024-09-03T23:11:02.348Z | Downloaded rustls-webpki v0.102.4 |
853 | 2024-09-03T23:11:02.372Z | Downloaded num v0.4.3 |
854 | 2024-09-03T23:11:02.372Z | Downloaded nodrop v0.1.14 |
855 | 2024-09-03T23:11:02.372Z | Downloaded nibble_vec v0.1.0 |
856 | 2024-09-03T23:11:02.372Z | Downloaded md-5 v0.10.6 |
857 | 2024-09-03T23:11:02.372Z | Downloaded maplit v1.0.2 |
858 | 2024-09-03T23:11:02.372Z | Downloaded lru-cache v0.1.2 |
859 | 2024-09-03T23:11:02.372Z | Downloaded darling_core v0.20.9 |
860 | 2024-09-03T23:11:02.372Z | Downloaded either v1.13.0 |
861 | 2024-09-03T23:11:02.372Z | Downloaded tls_codec_derive v0.4.1 |
862 | 2024-09-03T23:11:02.372Z | Downloaded tls_codec v0.4.1 |
863 | 2024-09-03T23:11:02.372Z | Downloaded time-macros v0.2.18 |
864 | 2024-09-03T23:11:02.396Z | Downloaded thiserror-no-std v2.0.2 |
865 | 2024-09-03T23:11:02.396Z | Downloaded tough v0.17.1 |
866 | 2024-09-03T23:11:02.396Z | Downloaded toml_edit v0.19.15 |
867 | 2024-09-03T23:11:02.419Z | Downloaded num-integer v0.1.46 |
868 | 2024-09-03T23:11:02.419Z | Downloaded multimap v0.10.0 |
869 | 2024-09-03T23:11:02.419Z | Downloaded lru v0.12.3 |
870 | 2024-09-03T23:11:02.419Z | Downloaded libsw v3.3.1 |
871 | 2024-09-03T23:11:02.419Z | Downloaded libefi-sys v0.1.0 |
872 | 2024-09-03T23:11:02.419Z | Downloaded keccak v0.1.5 |
873 | 2024-09-03T23:11:02.420Z | Downloaded indoc v1.0.9 |
874 | 2024-09-03T23:11:02.420Z | Downloaded bstr v1.9.1 |
875 | 2024-09-03T23:11:02.443Z | Downloaded ena v0.14.3 |
876 | 2024-09-03T23:11:02.443Z | Downloaded tiny-keccak v2.0.2 |
877 | 2024-09-03T23:11:02.443Z | Downloaded thiserror-impl-no-std v2.0.2 |
878 | 2024-09-03T23:11:02.443Z | Downloaded predicates-tree v1.0.9 |
879 | 2024-09-03T23:11:02.443Z | Downloaded predicates v3.1.2 |
880 | 2024-09-03T23:11:02.443Z | Downloaded postgres-types v0.2.7 |
881 | 2024-09-03T23:11:02.443Z | Downloaded postgres-protocol v0.6.7 |
882 | 2024-09-03T23:11:02.491Z | Downloaded postcard v1.0.8 |
883 | 2024-09-03T23:11:02.491Z | Downloaded flume v0.11.0 |
884 | 2024-09-03T23:11:02.491Z | Downloaded tokio-postgres v0.7.11 |
885 | 2024-09-03T23:11:02.517Z | Downloaded linked-hash-map v0.5.6 |
886 | 2024-09-03T23:11:02.517Z | Downloaded is-terminal v0.4.12 |
887 | 2024-09-03T23:11:02.517Z | Downloaded inout v0.1.3 |
888 | 2024-09-03T23:11:02.517Z | Downloaded impl-trait-for-tuples v0.2.2 |
889 | 2024-09-03T23:11:02.517Z | Downloaded bitvec v1.0.1 |
890 | 2024-09-03T23:11:02.517Z | Downloaded bindgen v0.69.4 |
891 | 2024-09-03T23:11:02.517Z | Downloaded thread_local v1.1.8 |
892 | 2024-09-03T23:11:02.517Z | Downloaded termtree v0.4.1 |
893 | 2024-09-03T23:11:02.517Z | Downloaded termcolor v1.4.1 |
894 | 2024-09-03T23:11:02.517Z | Downloaded radium v0.7.0 |
895 | 2024-09-03T23:11:02.517Z | Downloaded r2d2 v0.8.10 |
896 | 2024-09-03T23:11:02.517Z | Downloaded quick-error v1.2.3 |
897 | 2024-09-03T23:11:02.517Z | Downloaded psl-types v2.0.11 |
898 | 2024-09-03T23:11:02.517Z | Downloaded proc-macro-crate v1.3.1 |
899 | 2024-09-03T23:11:02.517Z | Downloaded primeorder v0.13.6 |
900 | 2024-09-03T23:11:02.517Z | Downloaded powerfmt v0.2.0 |
901 | 2024-09-03T23:11:02.517Z | Downloaded typed-path v0.7.1 |
902 | 2024-09-03T23:11:02.517Z | Downloaded tracing v0.1.40 |
903 | 2024-09-03T23:11:02.541Z | Downloaded curve25519-dalek v4.1.3 |
904 | 2024-09-03T23:11:02.541Z | Downloaded blake3 v1.5.1 |
905 | 2024-09-03T23:11:02.541Z | Downloaded time-core v0.1.2 |
906 | 2024-09-03T23:11:02.541Z | Downloaded portpicker v0.1.1 |
907 | 2024-09-03T23:11:02.541Z | Downloaded foreign-types-macros v0.2.3 |
908 | 2024-09-03T23:11:02.541Z | Downloaded foreign-types v0.5.0 |
909 | 2024-09-03T23:11:02.541Z | Downloaded filetime v0.2.25 |
910 | 2024-09-03T23:11:02.541Z | Downloaded fatfs v0.3.6 |
911 | 2024-09-03T23:11:02.565Z | Downloaded unicase v2.7.0 |
912 | 2024-09-03T23:11:02.565Z | Downloaded tungstenite v0.23.0 |
913 | 2024-09-03T23:11:02.565Z | Downloaded tungstenite v0.21.0 |
914 | 2024-09-03T23:11:02.565Z | Downloaded tungstenite v0.20.1 |
915 | 2024-09-03T23:11:02.565Z | Downloaded tracing-core v0.1.32 |
916 | 2024-09-03T23:11:02.565Z | Downloaded toml v0.7.8 |
917 | 2024-09-03T23:11:02.565Z | Downloaded rustls-webpki v0.101.7 |
918 | 2024-09-03T23:11:02.588Z | Downloaded multer v3.1.0 |
919 | 2024-09-03T23:11:02.588Z | Downloaded mime_guess v2.0.4 |
920 | 2024-09-03T23:11:02.588Z | Downloaded memoffset v0.9.1 |
921 | 2024-09-03T23:11:02.588Z | Downloaded jobserver v0.1.32 |
922 | 2024-09-03T23:11:02.588Z | Downloaded iana-time-zone v0.1.60 |
923 | 2024-09-03T23:11:02.612Z | Downloaded hmac v0.12.1 |
924 | 2024-09-03T23:11:02.612Z | Downloaded precomputed-hash v0.1.1 |
925 | 2024-09-03T23:11:02.612Z | Downloaded ppv-lite86 v0.2.17 |
926 | 2024-09-03T23:11:02.612Z | Downloaded polyval v0.6.2 |
927 | 2024-09-03T23:11:02.612Z | Downloaded form_urlencoded v1.2.1 |
928 | 2024-09-03T23:11:02.612Z | Downloaded foreign-types-shared v0.1.1 |
929 | 2024-09-03T23:11:02.612Z | Downloaded float-ord v0.3.2 |
930 | 2024-09-03T23:11:02.612Z | Downloaded float-cmp v0.9.0 |
931 | 2024-09-03T23:11:02.612Z | Downloaded fixedbitset v0.4.2 |
932 | 2024-09-03T23:11:02.612Z | Downloaded ff v0.13.0 |
933 | 2024-09-03T23:11:02.612Z | Downloaded fd-lock v4.0.2 |
934 | 2024-09-03T23:11:02.612Z | Downloaded tui-tree-widget v0.22.0 |
935 | 2024-09-03T23:11:02.612Z | Downloaded num-conv v0.1.0 |
936 | 2024-09-03T23:11:02.612Z | Downloaded num-complex v0.4.6 |
937 | 2024-09-03T23:11:02.612Z | Downloaded normalize-line-endings v0.3.0 |
938 | 2024-09-03T23:11:02.612Z | Downloaded newline-converter v0.3.0 |
939 | 2024-09-03T23:11:02.612Z | Downloaded matches v0.1.10 |
940 | 2024-09-03T23:11:02.636Z | Downloaded foreign-types-shared v0.3.1 |
941 | 2024-09-03T23:11:02.636Z | Downloaded foreign-types v0.3.2 |
942 | 2024-09-03T23:11:02.636Z | Downloaded flagset v0.4.5 |
943 | 2024-09-03T23:11:02.636Z | Downloaded fallible-streaming-iterator v0.1.9 |
944 | 2024-09-03T23:11:02.636Z | Downloaded fallible-iterator v0.3.0 |
945 | 2024-09-03T23:11:02.636Z | Downloaded tracing-attributes v0.1.27 |
946 | 2024-09-03T23:11:02.636Z | Downloaded topological-sort v0.2.2 |
947 | 2024-09-03T23:11:02.636Z | Downloaded tokio-tungstenite v0.23.1 |
948 | 2024-09-03T23:11:02.636Z | Downloaded tokio-tungstenite v0.21.0 |
949 | 2024-09-03T23:11:02.636Z | Downloaded tokio-tungstenite v0.20.1 |
950 | 2024-09-03T23:11:02.636Z | Downloaded tokio-rustls v0.25.0 |
951 | 2024-09-03T23:11:02.636Z | Downloaded tokio-rustls v0.24.1 |
952 | 2024-09-03T23:11:02.636Z | Downloaded libloading v0.8.3 |
953 | 2024-09-03T23:11:02.636Z | Downloaded crossterm v0.27.0 |
954 | 2024-09-03T23:11:02.660Z | Downloaded twox-hash v1.6.3 |
955 | 2024-09-03T23:11:02.660Z | Downloaded tower-service v0.3.2 |
956 | 2024-09-03T23:11:02.660Z | Downloaded toolchain_find v0.4.0 |
957 | 2024-09-03T23:11:02.660Z | Downloaded tokio-stream v0.1.15 |
958 | 2024-09-03T23:11:02.660Z | Downloaded russh-keys v0.45.0 |
959 | 2024-09-03T23:11:02.660Z | Downloaded num-derive v0.4.2 |
960 | 2024-09-03T23:11:02.660Z | Downloaded newtype-uuid v1.1.0 |
961 | 2024-09-03T23:11:02.660Z | Downloaded maybe-uninit v2.0.0 |
962 | 2024-09-03T23:11:02.660Z | Downloaded lock_api v0.4.12 |
963 | 2024-09-03T23:11:02.683Z | Downloaded linear-map v1.2.0 |
964 | 2024-09-03T23:11:02.683Z | Downloaded instant v0.1.12 |
965 | 2024-09-03T23:11:02.683Z | Downloaded hyper-rustls v0.24.2 |
966 | 2024-09-03T23:11:02.684Z | Downloaded httparse v1.8.0 |
967 | 2024-09-03T23:11:02.684Z | Downloaded subprocess v0.2.9 |
968 | 2024-09-03T23:11:02.684Z | Downloaded structmeta-derive v0.2.0 |
969 | 2024-09-03T23:11:02.684Z | Downloaded schemars v0.8.21 |
970 | 2024-09-03T23:11:02.707Z | Downloaded same-file v1.0.6 |
971 | 2024-09-03T23:11:02.707Z | Downloaded samael v0.0.15 |
972 | 2024-09-03T23:11:02.708Z | Downloaded rustls-pki-types v1.7.0 |
973 | 2024-09-03T23:11:02.708Z | Downloaded rustls-pemfile v2.1.3 |
974 | 2024-09-03T23:11:02.708Z | Downloaded rustc-demangle v0.1.24 |
975 | 2024-09-03T23:11:02.708Z | Downloaded nanorand v0.7.0 |
976 | 2024-09-03T23:11:02.708Z | Downloaded managed v0.8.0 |
977 | 2024-09-03T23:11:02.708Z | Downloaded lazycell v1.3.0 |
978 | 2024-09-03T23:11:02.731Z | Downloaded lalrpop-util v0.19.12 |
979 | 2024-09-03T23:11:02.731Z | Downloaded httpdate v1.0.3 |
980 | 2024-09-03T23:11:02.731Z | Downloaded hickory-resolver v0.24.1 |
981 | 2024-09-03T23:11:02.731Z | Downloaded crypto-bigint v0.5.5 |
982 | 2024-09-03T23:11:02.731Z | Downloaded crossbeam-epoch v0.9.18 |
983 | 2024-09-03T23:11:02.731Z | Downloaded crossbeam-channel v0.5.12 |
984 | 2024-09-03T23:11:02.731Z | Downloaded chrono v0.4.38 |
985 | 2024-09-03T23:11:02.755Z | Downloaded base64 v0.21.7 |
986 | 2024-09-03T23:11:02.755Z | Downloaded aho-corasick v1.1.3 |
987 | 2024-09-03T23:11:02.755Z | Downloaded aes-gcm v0.10.3 |
988 | 2024-09-03T23:11:02.755Z | Downloaded strum_macros v0.26.4 |
989 | 2024-09-03T23:11:02.778Z | Downloaded strum_macros v0.25.3 |
990 | 2024-09-03T23:11:02.778Z | Downloaded strum_macros v0.24.3 |
991 | 2024-09-03T23:11:02.778Z | Downloaded structmeta-derive v0.3.0 |
992 | 2024-09-03T23:11:02.778Z | Downloaded salsa20 v0.10.2 |
993 | 2024-09-03T23:11:02.778Z | Downloaded rustversion v1.0.17 |
994 | 2024-09-03T23:11:02.778Z | Downloaded rustfmt-wrapper v0.2.1 |
995 | 2024-09-03T23:11:02.778Z | Downloaded rustc_version v0.4.0 |
996 | 2024-09-03T23:11:02.778Z | Downloaded rustc_version v0.1.7 |
997 | 2024-09-03T23:11:02.778Z | Downloaded rustc-hash v1.1.0 |
998 | 2024-09-03T23:11:02.778Z | Downloaded russh-cryptovec v0.7.2 |
999 | 2024-09-03T23:11:02.778Z | Downloaded ron v0.7.1 |
1000 | 2024-09-03T23:11:02.801Z | Downloaded kstat-rs v0.2.4 |
1001 | 2024-09-03T23:11:02.801Z | Downloaded ipnetwork v0.20.0 |
1002 | 2024-09-03T23:11:02.801Z | Downloaded internet-checksum v0.2.1 |
1003 | 2024-09-03T23:11:02.801Z | Downloaded instability v0.3.2 |
1004 | 2024-09-03T23:11:02.801Z | Downloaded hyper-tls v0.5.0 |
1005 | 2024-09-03T23:11:02.801Z | Downloaded hubpack v0.1.2 |
1006 | 2024-09-03T23:11:02.802Z | Downloaded hostname v0.4.0 |
1007 | 2024-09-03T23:11:02.802Z | Downloaded home v0.5.9 |
1008 | 2024-09-03T23:11:02.802Z | Downloaded cookie v0.18.1 |
1009 | 2024-09-03T23:11:02.802Z | Downloaded const_format_proc_macros v0.2.32 |
1010 | 2024-09-03T23:11:02.802Z | Downloaded const-oid v0.9.6 |
1011 | 2024-09-03T23:11:02.802Z | Downloaded compact_str v0.8.0 |
1012 | 2024-09-03T23:11:02.802Z | Downloaded chacha20poly1305 v0.10.1 |
1013 | 2024-09-03T23:11:02.825Z | Downloaded cexpr v0.6.0 |
1014 | 2024-09-03T23:11:02.825Z | Downloaded cancel-safe-futures v0.1.5 |
1015 | 2024-09-03T23:11:02.825Z | Downloaded bzip2 v0.4.4 |
1016 | 2024-09-03T23:11:02.825Z | Downloaded blowfish v0.9.1 |
1017 | 2024-09-03T23:11:02.826Z | Downloaded base64ct v1.6.0 |
1018 | 2024-09-03T23:11:02.826Z | Downloaded scheduled-thread-pool v0.2.7 |
1019 | 2024-09-03T23:11:02.826Z | Downloaded rusty-fork v0.3.0 |
1020 | 2024-09-03T23:11:02.826Z | Downloaded rustls-pemfile v1.0.4 |
1021 | 2024-09-03T23:11:02.826Z | Downloaded newtype_derive v0.1.6 |
1022 | 2024-09-03T23:11:02.826Z | Downloaded new_debug_unreachable v1.0.6 |
1023 | 2024-09-03T23:11:02.826Z | Downloaded md5 v0.7.0 |
1024 | 2024-09-03T23:11:02.826Z | Downloaded match_cfg v0.1.0 |
1025 | 2024-09-03T23:11:02.826Z | Downloaded indent_write v2.2.0 |
1026 | 2024-09-03T23:11:02.826Z | Downloaded ident_case v1.0.1 |
1027 | 2024-09-03T23:11:02.850Z | Downloaded humantime v2.1.0 |
1028 | 2024-09-03T23:11:02.850Z | Downloaded http-range v0.1.5 |
1029 | 2024-09-03T23:11:02.850Z | Downloaded http-body v0.4.6 |
1030 | 2024-09-03T23:11:02.850Z | Downloaded hostname v0.3.1 |
1031 | 2024-09-03T23:11:02.850Z | Downloaded curve25519-dalek-derive v0.1.1 |
1032 | 2024-09-03T23:11:02.850Z | Downloaded ctr v0.9.2 |
1033 | 2024-09-03T23:11:02.850Z | Downloaded crucible-workspace-hack v0.1.0 |
1034 | 2024-09-03T23:11:02.850Z | Downloaded crossterm v0.28.1 |
1035 | 2024-09-03T23:11:02.850Z | Downloaded crossbeam-utils v0.8.19 |
1036 | 2024-09-03T23:11:02.850Z | Downloaded crc-catalog v2.4.0 |
1037 | 2024-09-03T23:11:02.850Z | Downloaded crc v3.2.1 |
1038 | 2024-09-03T23:11:02.883Z | Downloaded convert_case v0.4.0 |
1039 | 2024-09-03T23:11:02.883Z | Downloaded cobs v0.2.3 |
1040 | 2024-09-03T23:11:02.883Z | Downloaded clang-sys v1.7.0 |
1041 | 2024-09-03T23:11:02.883Z | Downloaded ciborium-ll v0.2.2 |
1042 | 2024-09-03T23:11:02.883Z | Downloaded ciborium v0.2.2 |
1043 | 2024-09-03T23:11:02.884Z | Downloaded backoff v0.4.0 |
1044 | 2024-09-03T23:11:02.884Z | Downloaded async-bb8-diesel v0.2.1 |
1045 | 2024-09-03T23:11:02.884Z | Downloaded aes v0.8.4 |
1046 | 2024-09-03T23:11:02.884Z | Downloaded crossbeam-deque v0.8.5 |
1047 | 2024-09-03T23:11:02.884Z | Downloaded crc-any v2.5.0 |
1048 | 2024-09-03T23:11:02.884Z | Downloaded cookie v0.17.0 |
1049 | 2024-09-03T23:11:02.884Z | Downloaded const_format v0.2.32 |
1050 | 2024-09-03T23:11:02.884Z | Downloaded console v0.15.8 |
1051 | 2024-09-03T23:11:02.907Z | Downloaded cfg_aliases v0.2.1 |
1052 | 2024-09-03T23:11:02.907Z | Downloaded cc v1.0.97 |
1053 | 2024-09-03T23:11:02.907Z | Downloaded castaway v0.2.3 |
1054 | 2024-09-03T23:11:02.907Z | Downloaded bytes v1.7.1 |
1055 | 2024-09-03T23:11:02.907Z | Downloaded buf-list v1.0.3 |
1056 | 2024-09-03T23:11:02.907Z | Downloaded blake2 v0.10.6 |
1057 | 2024-09-03T23:11:02.907Z | Downloaded bitstruct v0.1.1 |
1058 | 2024-09-03T23:11:02.907Z | Downloaded bitfield-struct v0.6.1 |
1059 | 2024-09-03T23:11:02.907Z | Downloaded bit-vec v0.6.3 |
1060 | 2024-09-03T23:11:02.907Z | Downloaded bcs v0.1.6 |
1061 | 2024-09-03T23:11:02.931Z | Downloaded bcrypt-pbkdf v0.10.0 |
1062 | 2024-09-03T23:11:02.931Z | Downloaded base64 v0.22.1 |
1063 | 2024-09-03T23:11:02.931Z | Downloaded base64 v0.13.1 |
1064 | 2024-09-03T23:11:02.931Z | Downloaded base16ct v0.2.0 |
1065 | 2024-09-03T23:11:02.931Z | Downloaded backtrace v0.3.71 |
1066 | 2024-09-03T23:11:02.931Z | Downloaded assert_matches v1.5.0 |
1067 | 2024-09-03T23:11:02.931Z | Downloaded ascii v1.1.0 |
1068 | 2024-09-03T23:11:02.931Z | Downloaded arrayref v0.3.7 |
1069 | 2024-09-03T23:11:02.932Z | Downloaded argon2 v0.5.3 |
1070 | 2024-09-03T23:11:02.955Z | Downloaded arc-swap v1.7.1 |
1071 | 2024-09-03T23:11:02.955Z | Downloaded allocator-api2 v0.2.18 |
1072 | 2024-09-03T23:11:02.955Z | Downloaded ahash v0.8.11 |
1073 | 2024-09-03T23:11:02.955Z | Downloaded csv-core v0.1.11 |
1074 | 2024-09-03T23:11:02.955Z | Downloaded crc32fast v1.4.0 |
1075 | 2024-09-03T23:11:02.955Z | Downloaded cookie_store v0.20.0 |
1076 | 2024-09-03T23:11:02.955Z | Downloaded constant_time_eq v0.3.0 |
1077 | 2024-09-03T23:11:02.955Z | Downloaded colored v2.1.0 |
1078 | 2024-09-03T23:11:02.979Z | Downloaded atomic-waker v1.1.2 |
1079 | 2024-09-03T23:11:02.979Z | Downloaded async-recursion v1.1.1 |
1080 | 2024-09-03T23:11:02.979Z | Downloaded crunchy v0.2.2 |
1081 | 2024-09-03T23:11:02.979Z | Downloaded cipher v0.4.4 |
1082 | 2024-09-03T23:11:02.979Z | Downloaded ciborium-io v0.2.2 |
1083 | 2024-09-03T23:11:02.979Z | Downloaded chacha20 v0.9.1 |
1084 | 2024-09-03T23:11:02.979Z | Downloaded cfg_aliases v0.1.1 |
1085 | 2024-09-03T23:11:02.979Z | Downloaded cbc v0.1.2 |
1086 | 2024-09-03T23:11:02.979Z | Downloaded cassowary v0.3.0 |
1087 | 2024-09-03T23:11:02.979Z | Downloaded block-padding v0.3.3 |
1088 | 2024-09-03T23:11:02.979Z | Downloaded bitstruct_derive v0.1.0 |
1089 | 2024-09-03T23:11:02.979Z | Downloaded bitflags v1.3.2 |
1090 | 2024-09-03T23:11:02.979Z | Downloaded bitfield v0.14.0 |
1091 | 2024-09-03T23:11:03.003Z | Downloaded bit-set v0.5.3 |
1092 | 2024-09-03T23:11:03.003Z | Downloaded bb8 v0.8.5 |
1093 | 2024-09-03T23:11:03.003Z | Downloaded atty v0.2.14 |
1094 | 2024-09-03T23:11:03.003Z | Downloaded async-trait v0.1.81 |
1095 | 2024-09-03T23:11:03.003Z | Downloaded async-stream-impl v0.3.5 |
1096 | 2024-09-03T23:11:03.003Z | Downloaded async-stream v0.3.5 |
1097 | 2024-09-03T23:11:03.003Z | Downloaded ascii-canvas v3.0.0 |
1098 | 2024-09-03T23:11:03.003Z | Downloaded arrayvec v0.7.4 |
1099 | 2024-09-03T23:11:03.004Z | Downloaded array-init v0.0.4 |
1100 | 2024-09-03T23:11:03.004Z | Downloaded addr2line v0.21.0 |
1101 | 2024-09-03T23:11:03.004Z | Downloaded adler v1.0.2 |
1102 | 2024-09-03T23:11:03.115Z | Compiling serde v1.0.208 |
1103 | 2024-09-03T23:11:03.138Z | Compiling typenum v1.17.0 |
1104 | 2024-09-03T23:11:03.138Z | Compiling lock_api v0.4.12 |
1105 | 2024-09-03T23:11:03.138Z | Compiling generic-array v0.14.7 |
1106 | 2024-09-03T23:11:03.138Z | Compiling scopeguard v1.2.0 |
1107 | 2024-09-03T23:11:03.138Z | Compiling log v0.4.21 |
1108 | 2024-09-03T23:11:03.138Z | Compiling syn v2.0.74 |
1109 | 2024-09-03T23:11:03.139Z | Compiling getrandom v0.2.14 |
1110 | 2024-09-03T23:11:03.348Z | Compiling jobserver v0.1.32 |
1111 | 2024-09-03T23:11:03.515Z | Compiling rand_core v0.6.4 |
1112 | 2024-09-03T23:11:03.617Z | Compiling subtle v2.5.0 |
1113 | 2024-09-03T23:11:03.667Z | Compiling cc v1.0.97 |
1114 | 2024-09-03T23:11:03.691Z | Compiling const-oid v0.9.6 |
1115 | 2024-09-03T23:11:03.936Z | Compiling smallvec v1.13.2 |
1116 | 2024-09-03T23:11:03.984Z | Compiling pin-project-lite v0.2.14 |
1117 | 2024-09-03T23:11:04.105Z | Compiling parking_lot_core v0.9.10 |
1118 | 2024-09-03T23:11:04.152Z | Compiling signal-hook-registry v1.4.2 |
1119 | 2024-09-03T23:11:04.287Z | Compiling mio v1.0.2 |
1120 | 2024-09-03T23:11:04.929Z | Compiling spin v0.9.8 |
1121 | 2024-09-03T23:11:05.198Z | Compiling parking_lot v0.12.2 |
1122 | 2024-09-03T23:11:05.274Z | Compiling ahash v0.8.11 |
1123 | 2024-09-03T23:11:05.380Z | Compiling tinyvec_macros v0.1.1 |
1124 | 2024-09-03T23:11:05.507Z | Compiling tinyvec v1.6.0 |
1125 | 2024-09-03T23:11:05.586Z | Compiling socket2 v0.5.7 |
1126 | 2024-09-03T23:11:05.784Z | Compiling serde_json v1.0.125 |
1127 | 2024-09-03T23:11:05.827Z | Compiling cpufeatures v0.2.12 |
1128 | 2024-09-03T23:11:05.867Z | Compiling futures-sink v0.3.30 |
1129 | 2024-09-03T23:11:05.962Z | Compiling libm v0.2.8 |
1130 | 2024-09-03T23:11:06.079Z | Compiling futures-core v0.3.30 |
1131 | 2024-09-03T23:11:06.181Z | Compiling num-traits v0.2.19 |
1132 | 2024-09-03T23:11:06.356Z | Compiling slab v0.4.9 |
1133 | 2024-09-03T23:11:06.381Z | Compiling unicode-bidi v0.3.15 |
1134 | 2024-09-03T23:11:06.420Z | Compiling allocator-api2 v0.2.18 |
1135 | 2024-09-03T23:11:06.817Z | Compiling futures-channel v0.3.30 |
1136 | 2024-09-03T23:11:06.977Z | Compiling unicode-normalization v0.1.23 |
1137 | 2024-09-03T23:11:07.046Z | Compiling pin-utils v0.1.0 |
1138 | 2024-09-03T23:11:07.140Z | Compiling futures-task v0.3.30 |
1139 | 2024-09-03T23:11:07.185Z | Compiling futures-io v0.3.30 |
1140 | 2024-09-03T23:11:07.208Z | Compiling vcpkg v0.2.15 |
1141 | 2024-09-03T23:11:07.418Z | Compiling pkg-config v0.3.30 |
1142 | 2024-09-03T23:11:07.739Z | Compiling base64ct v1.6.0 |
1143 | 2024-09-03T23:11:07.770Z | Compiling ring v0.17.8 |
1144 | 2024-09-03T23:11:07.893Z | Compiling flagset v0.4.5 |
1145 | 2024-09-03T23:11:07.951Z | Compiling percent-encoding v2.3.1 |
1146 | 2024-09-03T23:11:08.127Z | Compiling ppv-lite86 v0.2.17 |
1147 | 2024-09-03T23:11:08.348Z | Compiling pem-rfc7468 v0.7.0 |
1148 | 2024-09-03T23:11:08.380Z | Compiling tracing-core v0.1.32 |
1149 | 2024-09-03T23:11:08.935Z | Compiling rand_chacha v0.3.1 |
1150 | 2024-09-03T23:11:08.991Z | Compiling rustix v0.38.34 |
1151 | 2024-09-03T23:11:09.111Z | Compiling untrusted v0.9.0 |
1152 | 2024-09-03T23:11:09.282Z | Compiling powerfmt v0.2.0 |
1153 | 2024-09-03T23:11:09.348Z | Compiling openssl-sys v0.9.103 |
1154 | 2024-09-03T23:11:09.534Z | Compiling rand v0.8.5 |
1155 | 2024-09-03T23:11:09.701Z | Compiling httparse v1.8.0 |
1156 | 2024-09-03T23:11:09.797Z | Compiling openssl v0.10.66 |
1157 | 2024-09-03T23:11:09.900Z | Compiling foreign-types-shared v0.1.1 |
1158 | 2024-09-03T23:11:10.009Z | Compiling rustversion v1.0.17 |
1159 | 2024-09-03T23:11:10.121Z | Compiling num-conv v0.1.0 |
1160 | 2024-09-03T23:11:10.178Z | Compiling time-core v0.1.2 |
1161 | 2024-09-03T23:11:10.373Z | Compiling foreign-types v0.3.2 |
1162 | 2024-09-03T23:11:10.412Z | Compiling time-macros v0.2.18 |
1163 | 2024-09-03T23:11:10.509Z | Compiling deranged v0.3.11 |
1164 | 2024-09-03T23:11:10.755Z | Compiling form_urlencoded v1.2.1 |
1165 | 2024-09-03T23:11:10.937Z | Compiling aho-corasick v1.1.3 |
1166 | 2024-09-03T23:11:11.045Z | Compiling crossbeam-utils v0.8.19 |
1167 | 2024-09-03T23:11:11.253Z | Compiling rustls v0.21.12 |
1168 | 2024-09-03T23:11:11.480Z | Compiling try-lock v0.2.5 |
1169 | 2024-09-03T23:11:11.590Z | Compiling native-tls v0.2.11 |
1170 | 2024-09-03T23:11:11.615Z | Compiling regex-syntax v0.8.4 |
1171 | 2024-09-03T23:11:11.638Z | Compiling siphasher v0.3.11 |
1172 | 2024-09-03T23:11:11.887Z | Compiling syn v1.0.109 |
1173 | 2024-09-03T23:11:11.967Z | Compiling num_threads v0.1.7 |
1174 | 2024-09-03T23:11:12.157Z | Compiling want v0.3.1 |
1175 | 2024-09-03T23:11:12.523Z | Compiling idna v0.5.0 |
1176 | 2024-09-03T23:11:13.080Z | Compiling cookie v0.17.0 |
1177 | 2024-09-03T23:11:13.148Z | Compiling time v0.3.36 |
1178 | 2024-09-03T23:11:13.344Z | Compiling iana-time-zone v0.1.60 |
1179 | 2024-09-03T23:11:13.422Z | Compiling finl_unicode v1.2.0 |
1180 | 2024-09-03T23:11:13.763Z | Compiling adler v1.0.2 |
1181 | 2024-09-03T23:11:13.870Z | Compiling slog v2.7.0 |
1182 | 2024-09-03T23:11:13.952Z | Compiling tower-service v0.3.2 |
1183 | 2024-09-03T23:11:13.975Z | Compiling openssl-probe v0.1.5 |
1184 | 2024-09-03T23:11:14.071Z | Compiling httpdate v1.0.3 |
1185 | 2024-09-03T23:11:14.300Z | Compiling miniz_oxide v0.7.2 |
1186 | 2024-09-03T23:11:14.499Z | Compiling stringprep v0.1.4 |
1187 | 2024-09-03T23:11:14.610Z | Compiling url v2.5.2 |
1188 | 2024-09-03T23:11:15.495Z | Compiling regex-automata v0.4.6 |
1189 | 2024-09-03T23:11:16.170Z | Compiling rustls-webpki v0.101.7 |
1190 | 2024-09-03T23:11:16.275Z | Compiling serde_derive v1.0.208 |
1191 | 2024-09-03T23:11:16.748Z | Compiling zeroize_derive v1.4.2 |
1192 | 2024-09-03T23:11:17.289Z | Compiling zerocopy-derive v0.7.34 |
1193 | 2024-09-03T23:11:17.624Z | Compiling tokio-macros v2.4.0 |
1194 | 2024-09-03T23:11:17.667Z | Compiling thiserror-impl v1.0.63 |
1195 | 2024-09-03T23:11:17.783Z | Compiling futures-macro v0.3.30 |
1196 | 2024-09-03T23:11:18.105Z | Compiling zeroize v1.7.0 |
1197 | 2024-09-03T23:11:19.032Z | Compiling der_derive v0.7.2 |
1198 | 2024-09-03T23:11:19.249Z | Compiling zerocopy v0.7.34 |
1199 | 2024-09-03T23:11:19.485Z | Compiling futures-util v0.3.30 |
1200 | 2024-09-03T23:11:19.724Z | Compiling crypto-common v0.1.6 |
1201 | 2024-09-03T23:11:19.936Z | Compiling block-buffer v0.10.4 |
1202 | 2024-09-03T23:11:20.170Z | Compiling digest v0.10.7 |
1203 | 2024-09-03T23:11:20.587Z | Compiling hmac v0.12.1 |
1204 | 2024-09-03T23:11:20.618Z | Compiling block-padding v0.3.3 |
1205 | 2024-09-03T23:11:20.794Z | Compiling inout v0.1.3 |
1206 | 2024-09-03T23:11:20.843Z | Compiling thiserror v1.0.63 |
1207 | 2024-09-03T23:11:20.976Z | Compiling hashbrown v0.14.5 |
1208 | 2024-09-03T23:11:21.041Z | Compiling cipher v0.4.4 |
1209 | 2024-09-03T23:11:21.064Z | Compiling sha2 v0.10.8 |
1210 | 2024-09-03T23:11:21.175Z | Compiling pest v2.7.10 |
1211 | 2024-09-03T23:11:21.501Z | Compiling salsa20 v0.10.2 |
1212 | 2024-09-03T23:11:21.693Z | Compiling der v0.7.9 |
1213 | 2024-09-03T23:11:22.141Z | Compiling pbkdf2 v0.12.2 |
1214 | 2024-09-03T23:11:22.294Z | Compiling scroll_derive v0.12.0 |
1215 | 2024-09-03T23:11:23.701Z | Compiling pest_meta v2.7.10 |
1216 | 2024-09-03T23:11:23.724Z | Compiling tracing-attributes v0.1.27 |
1217 | 2024-09-03T23:11:23.868Z | Compiling scroll v0.12.0 |
1218 | 2024-09-03T23:11:24.455Z | Compiling spki v0.7.3 |
1219 | 2024-09-03T23:11:24.766Z | Compiling scrypt v0.11.0 |
1220 | 2024-09-03T23:11:24.797Z | Compiling cbc v0.1.2 |
1221 | 2024-09-03T23:11:24.950Z | Compiling pest_generator v2.7.10 |
1222 | 2024-09-03T23:11:25.021Z | Compiling aes v0.8.4 |
1223 | 2024-09-03T23:11:25.293Z | Compiling goblin v0.8.2 |
1224 | 2024-09-03T23:11:26.512Z | Compiling pkcs5 v0.7.1 |
1225 | 2024-09-03T23:11:26.635Z | Compiling openssl-macros v0.1.1 |
1226 | 2024-09-03T23:11:27.015Z | Compiling tracing v0.1.40 |
1227 | 2024-09-03T23:11:27.193Z | Compiling pkcs8 v0.10.2 |
1228 | 2024-09-03T23:11:27.278Z | Compiling sct v0.7.1 |
1229 | 2024-09-03T23:11:27.528Z | Compiling md-5 v0.10.6 |
1230 | 2024-09-03T23:11:27.551Z | Compiling num-integer v0.1.46 |
1231 | 2024-09-03T23:11:27.697Z | Compiling backtrace v0.3.71 |
1232 | 2024-09-03T23:11:27.769Z | Compiling idna v0.3.0 |
1233 | 2024-09-03T23:11:27.830Z | Compiling lazy_static v1.5.0 |
1234 | 2024-09-03T23:11:27.949Z | Compiling hash32 v0.2.1 |
1235 | 2024-09-03T23:11:28.032Z | Compiling pest_derive v2.7.10 |
1236 | 2024-09-03T23:11:28.137Z | Compiling bytes v1.7.1 |
1237 | 2024-09-03T23:11:28.286Z | Compiling bitflags v2.6.0 |
1238 | 2024-09-03T23:11:28.451Z | Compiling indexmap v2.4.0 |
1239 | 2024-09-03T23:11:28.699Z | Compiling semver v1.0.23 |
1240 | 2024-09-03T23:11:29.120Z | Compiling tokio v1.39.3 |
1241 | 2024-09-03T23:11:29.260Z | Compiling http v0.2.12 |
1242 | 2024-09-03T23:11:29.354Z | Compiling rustc_version v0.4.0 |
1243 | 2024-09-03T23:11:29.762Z | Compiling dtrace-parser v0.2.0 |
1244 | 2024-09-03T23:11:30.084Z | Compiling heapless v0.7.17 |
1245 | 2024-09-03T23:11:30.475Z | Compiling dof v0.3.0 |
1246 | 2024-09-03T23:11:31.039Z | Compiling http-body v0.4.6 |
1247 | 2024-09-03T23:11:31.456Z | Compiling uuid v1.10.0 |
1248 | 2024-09-03T23:11:31.479Z | Compiling usdt-impl v0.5.0 |
1249 | 2024-09-03T23:11:31.647Z | Compiling chrono v0.4.38 |
1250 | 2024-09-03T23:11:32.480Z | Compiling toml_datetime v0.6.8 |
1251 | 2024-09-03T23:11:32.751Z | Compiling serde_spanned v0.6.7 |
1252 | 2024-09-03T23:11:32.933Z | Compiling serde_tokenstream v0.2.2 |
1253 | 2024-09-03T23:11:32.970Z | Compiling stable_deref_trait v1.2.0 |
1254 | 2024-09-03T23:11:33.003Z | Compiling fallible-iterator v0.2.0 |
1255 | 2024-09-03T23:11:33.087Z | Compiling num-bigint-dig v0.8.4 |
1256 | 2024-09-03T23:11:33.372Z | Compiling crc32fast v1.4.0 |
1257 | 2024-09-03T23:11:33.553Z | Compiling base64 v0.22.1 |
1258 | 2024-09-03T23:11:33.671Z | Compiling psl-types v2.0.11 |
1259 | 2024-09-03T23:11:33.853Z | Compiling gimli v0.28.1 |
1260 | 2024-09-03T23:11:33.877Z | Compiling smoltcp v0.9.1 |
1261 | 2024-09-03T23:11:34.290Z | Compiling signal-hook v0.3.17 |
1262 | 2024-09-03T23:11:34.322Z | Compiling postgres-protocol v0.6.7 |
1263 | 2024-09-03T23:11:34.642Z | Compiling publicsuffix v2.2.3 |
1264 | 2024-09-03T23:11:34.883Z | Compiling terminal_size v0.3.0 |
1265 | 2024-09-03T23:11:35.109Z | Compiling num-iter v0.1.45 |
1266 | 2024-09-03T23:11:35.133Z | Compiling hubpack_derive v0.1.1 |
1267 | 2024-09-03T23:11:35.278Z | Compiling async-trait v0.1.81 |
1268 | 2024-09-03T23:11:35.413Z | Compiling zerocopy-derive v0.6.6 |
1269 | 2024-09-03T23:11:35.966Z | Compiling phf_shared v0.11.2 |
1270 | 2024-09-03T23:11:36.308Z | Compiling serde_derive_internals v0.29.1 |
1271 | 2024-09-03T23:11:36.608Z | Compiling ff v0.13.0 |
1272 | 2024-09-03T23:11:36.655Z | Compiling object v0.32.2 |
1273 | 2024-09-03T23:11:36.822Z | Compiling tokio-util v0.7.11 |
1274 | 2024-09-03T23:11:37.719Z | Compiling h2 v0.3.26 |
1275 | 2024-09-03T23:11:37.913Z | Compiling tokio-native-tls v0.3.1 |
1276 | 2024-09-03T23:11:38.129Z | Compiling addr2line v0.21.0 |
1277 | 2024-09-03T23:11:38.195Z | Compiling tokio-rustls v0.24.1 |
1278 | 2024-09-03T23:11:38.304Z | Compiling fs-err v2.11.0 |
1279 | 2024-09-03T23:11:38.553Z | Compiling base64 v0.21.7 |
1280 | 2024-09-03T23:11:38.576Z | Compiling ipnet v2.9.0 |
1281 | 2024-09-03T23:11:38.758Z | Compiling anyhow v1.0.86 |
1282 | 2024-09-03T23:11:38.861Z | Compiling base16ct v0.2.0 |
1283 | 2024-09-03T23:11:39.128Z | Compiling either v1.13.0 |
1284 | 2024-09-03T23:11:39.159Z | Compiling bitflags v1.3.2 |
1285 | 2024-09-03T23:11:39.226Z | Compiling schemars v0.8.21 |
1286 | 2024-09-03T23:11:39.257Z | Compiling managed v0.8.0 |
1287 | 2024-09-03T23:11:39.284Z | Compiling winnow v0.5.40 |
1288 | 2024-09-03T23:11:39.568Z | Compiling rustc-demangle v0.1.24 |
1289 | 2024-09-03T23:11:39.668Z | Compiling clap_builder v4.5.15 |
1290 | 2024-09-03T23:11:39.783Z | Compiling sec1 v0.7.3 |
1291 | 2024-09-03T23:11:40.278Z | Compiling rustls-pemfile v1.0.4 |
1292 | 2024-09-03T23:11:40.410Z | Compiling schemars_derive v0.8.21 |
1293 | 2024-09-03T23:11:40.788Z | Compiling zerocopy v0.6.6 |
1294 | 2024-09-03T23:11:41.492Z | Compiling group v0.13.0 |
1295 | 2024-09-03T23:11:41.583Z | Compiling phf v0.11.2 |
1296 | 2024-09-03T23:11:41.776Z | Compiling cookie_store v0.20.0 |
1297 | 2024-09-03T23:11:41.840Z | Compiling hubpack v0.1.2 |
1298 | 2024-09-03T23:11:42.848Z | Compiling toml_edit v0.19.15 |
1299 | 2024-09-03T23:11:43.167Z | Compiling postgres-types v0.2.7 |
1300 | 2024-09-03T23:11:43.535Z | Compiling usdt-macro v0.5.0 |
1301 | 2024-09-03T23:11:44.217Z | Compiling hyper v0.14.30 |
1302 | 2024-09-03T23:11:44.605Z | Compiling usdt-attr-macro v0.5.0 |
1303 | 2024-09-03T23:11:44.891Z | Compiling serde_urlencoded v0.7.1 |
1304 | 2024-09-03T23:11:45.358Z | Compiling pkcs1 v0.7.5 |
1305 | 2024-09-03T23:11:45.928Z | Compiling futures-executor v0.3.30 |
1306 | 2024-09-03T23:11:46.119Z | Compiling hkdf v0.12.4 |
1307 | 2024-09-03T23:11:46.250Z | Compiling signature v2.2.0 |
1308 | 2024-09-03T23:11:46.355Z | Compiling bstr v1.9.1 |
1309 | 2024-09-03T23:11:46.438Z | Compiling regex v1.10.6 |
1310 | 2024-09-03T23:11:46.525Z | Compiling crypto-bigint v0.5.5 |
1311 | 2024-09-03T23:11:46.880Z | Compiling serde_repr v0.1.19 |
1312 | 2024-09-03T23:11:47.409Z | Compiling clap_derive v4.5.13 |
1313 | 2024-09-03T23:11:47.865Z | Compiling enum-as-inner v0.6.0 |
1314 | 2024-09-03T23:11:47.944Z | Compiling strum_macros v0.25.3 |
1315 | 2024-09-03T23:11:47.967Z | Compiling phf_shared v0.10.0 |
1316 | 2024-09-03T23:11:48.343Z | Compiling float-cmp v0.9.0 |
1317 | 2024-09-03T23:11:48.555Z | Compiling idna v0.4.0 |
1318 | 2024-09-03T23:11:48.840Z | Compiling mio v0.8.11 |
1319 | 2024-09-03T23:11:49.877Z | Compiling encoding_rs v0.8.34 |
1320 | 2024-09-03T23:11:50.048Z | Compiling whoami v1.5.1 |
1321 | 2024-09-03T23:11:50.077Z | Compiling minimal-lexical v0.2.1 |
1322 | 2024-09-03T23:11:50.539Z | Compiling hyper-tls v0.5.0 |
1323 | 2024-09-03T23:11:50.627Z | Compiling hyper-rustls v0.24.2 |
1324 | 2024-09-03T23:11:50.855Z | Compiling mime v0.3.17 |
1325 | 2024-09-03T23:11:50.952Z | Compiling unicode-segmentation v1.11.0 |
1326 | 2024-09-03T23:11:51.405Z | Compiling new_debug_unreachable v1.0.6 |
1327 | 2024-09-03T23:11:51.428Z | Compiling difflib v0.4.0 |
1328 | 2024-09-03T23:11:51.501Z | Compiling precomputed-hash v0.1.1 |
1329 | 2024-09-03T23:11:51.624Z | Compiling fixedbitset v0.4.2 |
1330 | 2024-09-03T23:11:51.665Z | Compiling predicates-core v1.0.6 |
1331 | 2024-09-03T23:11:51.761Z | Compiling bit-vec v0.6.3 |
1332 | 2024-09-03T23:11:51.789Z | Compiling normalize-line-endings v0.3.0 |
1333 | 2024-09-03T23:11:51.917Z | Compiling sync_wrapper v0.1.2 |
1334 | 2024-09-03T23:11:52.001Z | Compiling webpki-roots v0.25.4 |
1335 | 2024-09-03T23:11:52.045Z | Compiling dyn-clone v1.0.17 |
1336 | 2024-09-03T23:11:52.075Z | Compiling static_assertions v1.1.0 |
1337 | 2024-09-03T23:11:52.159Z | Compiling data-encoding v2.6.0 |
1338 | 2024-09-03T23:11:52.182Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1339 | 2024-09-03T23:11:52.249Z | Compiling reqwest v0.11.27 |
1340 | 2024-09-03T23:11:52.873Z | Compiling hickory-proto v0.24.1 |
1341 | 2024-09-03T23:11:53.137Z | Compiling bit-set v0.5.3 |
1342 | 2024-09-03T23:11:53.393Z | Compiling predicates v3.1.2 |
1343 | 2024-09-03T23:11:53.794Z | Compiling petgraph v0.6.5 |
1344 | 2024-09-03T23:11:54.377Z | Compiling clap v4.5.16 |
1345 | 2024-09-03T23:11:54.502Z | Compiling toml_edit v0.22.20 |
1346 | 2024-09-03T23:11:55.059Z | Compiling string_cache v0.8.7 |
1347 | 2024-09-03T23:11:55.188Z | Compiling console v0.15.8 |
1348 | 2024-09-03T23:11:55.484Z | Compiling similar v2.6.0 |
1349 | 2024-09-03T23:11:55.634Z | Compiling nom v7.1.3 |
1350 | 2024-09-03T23:11:56.583Z | Compiling tokio-postgres v0.7.11 |
1351 | 2024-09-03T23:11:57.358Z | Compiling usdt v0.5.0 |
1352 | 2024-09-03T23:11:57.656Z | Compiling signal-hook-mio v0.2.4 |
1353 | 2024-09-03T23:11:57.824Z | Compiling elliptic-curve v0.13.8 |
1354 | 2024-09-03T23:11:57.848Z | Compiling rsa v0.9.6 |
1355 | 2024-09-03T23:11:57.877Z | Compiling futures v0.3.30 |
1356 | 2024-09-03T23:11:57.998Z | Compiling toml v0.7.8 |
1357 | 2024-09-03T23:11:58.628Z | Compiling flate2 v1.0.31 |
1358 | 2024-09-03T23:11:59.546Z | Compiling itertools v0.12.1 |
1359 | 2024-09-03T23:11:59.725Z | Compiling itertools v0.10.5 |
1360 | 2024-09-03T23:12:00.226Z | Compiling tokio-stream v0.1.15 |
1361 | 2024-09-03T23:12:01.061Z | Compiling openapiv3 v2.0.0 |
1362 | 2024-09-03T23:12:01.514Z | Compiling hex v0.4.3 |
1363 | 2024-09-03T23:12:01.852Z | Compiling sha1 v0.10.6 |
1364 | 2024-09-03T23:12:02.011Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2024-09-03T23:12:02.100Z | Compiling dirs-sys-next v0.1.2 |
1366 | 2024-09-03T23:12:02.178Z | Compiling peg-runtime v0.8.3 |
1367 | 2024-09-03T23:12:02.265Z | Compiling unicode-xid v0.2.4 |
1368 | 2024-09-03T23:12:02.298Z | Compiling lalrpop-util v0.19.12 |
1369 | 2024-09-03T23:12:02.428Z | Compiling dirs-next v2.0.0 |
1370 | 2024-09-03T23:12:02.618Z | Compiling thread_local v1.1.8 |
1371 | 2024-09-03T23:12:02.642Z | Compiling slog-async v2.8.0 |
1372 | 2024-09-03T23:12:02.729Z | Compiling term v0.7.0 |
1373 | 2024-09-03T23:12:02.753Z | Compiling xattr v1.3.1 |
1374 | 2024-09-03T23:12:02.792Z | Compiling crossbeam-channel v0.5.12 |
1375 | 2024-09-03T23:12:03.053Z | Compiling strum_macros v0.26.4 |
1376 | 2024-09-03T23:12:03.213Z | Compiling is-terminal v0.4.12 |
1377 | 2024-09-03T23:12:03.264Z | Compiling filetime v0.2.25 |
1378 | 2024-09-03T23:12:03.345Z | Compiling take_mut v0.2.2 |
1379 | 2024-09-03T23:12:03.498Z | Compiling tar v0.4.41 |
1380 | 2024-09-03T23:12:03.823Z | Compiling slog-term v2.9.1 |
1381 | 2024-09-03T23:12:04.233Z | Compiling camino v1.1.9 |
1382 | 2024-09-03T23:12:05.515Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1383 | 2024-09-03T23:12:06.581Z | Compiling strum v0.26.3 |
1384 | 2024-09-03T23:12:06.696Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1385 | 2024-09-03T23:12:13.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
1386 | 2024-09-03T23:12:13.478Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1387 | 2024-09-03T23:12:13.531Z | Sep 03 23:12:13.441 INFO Starting download, target: Cockroach |
1388 | 2024-09-03T23:12:13.531Z | Sep 03 23:12:13.442 INFO Starting download, target: Clickhouse |
1389 | 2024-09-03T23:12:13.531Z | Sep 03 23:12:13.442 INFO Starting download, target: Console |
1390 | 2024-09-03T23:12:13.531Z | Sep 03 23:12:13.442 INFO Starting download, target: DendriteOpenapi |
1391 | 2024-09-03T23:12:13.532Z | Sep 03 23:12:13.442 INFO Starting download, target: MaghemiteMgd |
1392 | 2024-09-03T23:12:13.532Z | Sep 03 23:12:13.442 INFO Starting download, target: DendriteStub |
1393 | 2024-09-03T23:12:13.557Z | Sep 03 23:12:13.442 INFO Starting download, target: TransceiverControl |
1394 | 2024-09-03T23:12:13.558Z | Sep 03 23:12:13.443 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1395 | 2024-09-03T23:12:13.558Z | Sep 03 23:12:13.443 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1396 | 2024-09-03T23:12:13.558Z | Sep 03 23:12:13.443 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1397 | 2024-09-03T23:12:13.558Z | Sep 03 23:12:13.443 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1398 | 2024-09-03T23:12:13.558Z | Sep 03 23:12:13.443 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1399 | 2024-09-03T23:12:13.559Z | Sep 03 23:12:13.443 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1400 | 2024-09-03T23:12:13.559Z | Sep 03 23:12:13.444 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1401 | 2024-09-03T23:12:13.928Z | Sep 03 23:12:13.806 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1402 | 2024-09-03T23:12:14.232Z | Sep 03 23:12:14.137 INFO Download complete, target: Console |
1403 | 2024-09-03T23:12:14.559Z | Sep 03 23:12:14.426 INFO Download complete, target: DendriteOpenapi |
1404 | 2024-09-03T23:12:15.940Z | Sep 03 23:12:15.853 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1405 | 2024-09-03T23:12:16.809Z | Sep 03 23:12:16.722 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1406 | 2024-09-03T23:12:17.506Z | Sep 03 23:12:17.420 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1407 | 2024-09-03T23:12:17.577Z | Sep 03 23:12:17.490 INFO Download complete, target: TransceiverControl |
1408 | 2024-09-03T23:12:19.736Z | Sep 03 23:12:19.648 INFO Download complete, target: MaghemiteMgd |
1409 | 2024-09-03T23:12:20.861Z | Sep 03 23:12:20.775 INFO Download complete, target: DendriteStub |
1410 | 2024-09-03T23:12:27.990Z | Sep 03 23:12:27.903 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1411 | 2024-09-03T23:12:27.990Z | Sep 03 23:12:27.903 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1412 | 2024-09-03T23:12:30.967Z | Sep 03 23:12:30.880 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1413 | 2024-09-03T23:12:37.425Z | Sep 03 23:12:37.339 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1414 | 2024-09-03T23:12:38.006Z | Sep 03 23:12:37.919 INFO Checking that binary works, target: Cockroach |
1415 | 2024-09-03T23:12:38.330Z | Sep 03 23:12:38.244 INFO Download complete, target: Cockroach |
1416 | 2024-09-03T23:12:47.454Z | Sep 03 23:12:47.368 INFO Checking that binary works, target: Clickhouse |
1417 | 2024-09-03T23:12:47.710Z | Sep 03 23:12:47.623 INFO Download complete, target: Clickhouse |
1418 | 2024-09-03T23:12:47.742Z | All builder prerequisites installed successfully, and PATH looks valid |
1419 | 2024-09-03T23:12:47.766Z | |
1420 | 2024-09-03T23:12:47.766Z | real 4:09.226837892 |
1421 | 2024-09-03T23:12:47.766Z | user 10:28.786914681 |
1422 | 2024-09-03T23:12:47.766Z | sys 2:25.908772999 |
1423 | 2024-09-03T23:12:47.766Z | trap 0.358941093 |
1424 | 2024-09-03T23:12:47.766Z | tflt 0.680165750 |
1425 | 2024-09-03T23:12:47.766Z | dflt 1.534490377 |
1426 | 2024-09-03T23:12:47.766Z | kflt 0.007995941 |
1427 | 2024-09-03T23:12:47.766Z | lock 25:13.375904786 |
1428 | 2024-09-03T23:12:47.766Z | slp 40:19.563399437 |
1429 | 2024-09-03T23:12:47.766Z | lat 44.927835956 |
1430 | 2024-09-03T23:12:47.766Z | stop 1:44.915283174 |
1431 | 2024-09-03T23:12:47.766Z | + banner hack-check |
1432 | 2024-09-03T23:12:47.766Z | |
1433 | 2024-09-03T23:12:47.766Z | # # ## #### # # #### # # ###### #### # # |
1434 | 2024-09-03T23:12:47.766Z | # # # # # # # # # # # # # # # # # |
1435 | 2024-09-03T23:12:47.766Z | ###### # # # #### ##### # ###### ##### # #### |
1436 | 2024-09-03T23:12:47.766Z | # # ###### # # # # # # # # # # |
1437 | 2024-09-03T23:12:47.766Z | # # # # # # # # # # # # # # # # # |
1438 | 2024-09-03T23:12:47.766Z | # # # # #### # # #### # # ###### #### # # |
1439 | 2024-09-03T23:12:47.767Z | |
1440 | 2024-09-03T23:12:47.767Z | + export CARGO_INCREMENTAL=0 |
1441 | 2024-09-03T23:12:47.767Z | + CARGO_INCREMENTAL=0 |
1442 | 2024-09-03T23:12:47.767Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1443 | 2024-09-03T23:12:48.750Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1444 | 2024-09-03T23:12:53.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
1445 | 2024-09-03T23:12:54.033Z | Running `target/debug/xtask check-features --ci` |
1446 | 2024-09-03T23:12:54.065Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1447 | 2024-09-03T23:12:54.065Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1448 | 2024-09-03T23:12:54.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1449 | 2024-09-03T23:12:54.823Z | Running `target/debug/xtask download cargo-hack` |
1450 | 2024-09-03T23:12:56.040Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1451 | 2024-09-03T23:12:56.375Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1452 | 2024-09-03T23:13:02.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.55s |
1453 | 2024-09-03T23:13:02.539Z | Running `target/debug/xtask-downloader cargo-hack` |
1454 | 2024-09-03T23:13:02.592Z | Sep 03 23:13:02.505 INFO Starting download, target: CargoHack |
1455 | 2024-09-03T23:13:02.615Z | Sep 03 23:13:02.506 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1456 | 2024-09-03T23:13:08.187Z | Sep 03 23:13:08.101 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1457 | 2024-09-03T23:13:08.324Z | Sep 03 23:13:08.237 INFO Download complete, target: CargoHack |
1458 | 2024-09-03T23:13:08.347Z | 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" |
1459 | 2024-09-03T23:13:08.371Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1460 | 2024-09-03T23:13:08.651Z | info: running `cargo check --bins` on api_identity (1/158) |
1461 | 2024-09-03T23:13:09.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1462 | 2024-09-03T23:13:09.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1463 | 2024-09-03T23:13:09.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1464 | 2024-09-03T23:13:09.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
1465 | 2024-09-03T23:13:09.687Z | |
1466 | 2024-09-03T23:13:09.687Z | info: running `cargo check --bins` on bootstore (2/158) |
1467 | 2024-09-03T23:13:10.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1468 | 2024-09-03T23:13:10.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1469 | 2024-09-03T23:13:10.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1470 | 2024-09-03T23:13:10.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
1471 | 2024-09-03T23:13:10.786Z | |
1472 | 2024-09-03T23:13:10.786Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1473 | 2024-09-03T23:13:11.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1474 | 2024-09-03T23:13:11.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1475 | 2024-09-03T23:13:11.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1476 | 2024-09-03T23:13:11.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
1477 | 2024-09-03T23:13:11.899Z | |
1478 | 2024-09-03T23:13:11.899Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1479 | 2024-09-03T23:13:12.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1480 | 2024-09-03T23:13:12.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1481 | 2024-09-03T23:13:12.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1482 | 2024-09-03T23:13:12.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
1483 | 2024-09-03T23:13:13.017Z | |
1484 | 2024-09-03T23:13:13.017Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1485 | 2024-09-03T23:13:13.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1486 | 2024-09-03T23:13:13.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1487 | 2024-09-03T23:13:13.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1488 | 2024-09-03T23:13:13.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1489 | 2024-09-03T23:13:13.901Z | |
1490 | 2024-09-03T23:13:13.901Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1491 | 2024-09-03T23:13:14.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1492 | 2024-09-03T23:13:14.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1493 | 2024-09-03T23:13:14.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1494 | 2024-09-03T23:13:14.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1495 | 2024-09-03T23:13:14.748Z | |
1496 | 2024-09-03T23:13:14.748Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1497 | 2024-09-03T23:13:15.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1498 | 2024-09-03T23:13:15.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1499 | 2024-09-03T23:13:15.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1500 | 2024-09-03T23:13:15.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1501 | 2024-09-03T23:13:15.646Z | |
1502 | 2024-09-03T23:13:15.646Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1503 | 2024-09-03T23:13:16.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1504 | 2024-09-03T23:13:16.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1505 | 2024-09-03T23:13:16.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1506 | 2024-09-03T23:13:16.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1507 | 2024-09-03T23:13:16.432Z | |
1508 | 2024-09-03T23:13:16.432Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1509 | 2024-09-03T23:13:17.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1510 | 2024-09-03T23:13:17.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1511 | 2024-09-03T23:13:17.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1512 | 2024-09-03T23:13:17.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1513 | 2024-09-03T23:13:17.268Z | |
1514 | 2024-09-03T23:13:17.268Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1515 | 2024-09-03T23:13:17.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1516 | 2024-09-03T23:13:17.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1517 | 2024-09-03T23:13:17.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1518 | 2024-09-03T23:13:17.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1519 | 2024-09-03T23:13:17.970Z | |
1520 | 2024-09-03T23:13:17.970Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1521 | 2024-09-03T23:13:18.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1522 | 2024-09-03T23:13:18.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1523 | 2024-09-03T23:13:18.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1524 | 2024-09-03T23:13:18.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1525 | 2024-09-03T23:13:18.753Z | |
1526 | 2024-09-03T23:13:18.753Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1527 | 2024-09-03T23:13:19.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1528 | 2024-09-03T23:13:19.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1529 | 2024-09-03T23:13:19.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1530 | 2024-09-03T23:13:19.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1531 | 2024-09-03T23:13:19.512Z | |
1532 | 2024-09-03T23:13:19.513Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1533 | 2024-09-03T23:13:20.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1534 | 2024-09-03T23:13:20.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1535 | 2024-09-03T23:13:20.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1536 | 2024-09-03T23:13:20.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1537 | 2024-09-03T23:13:20.305Z | |
1538 | 2024-09-03T23:13:20.305Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1539 | 2024-09-03T23:13:21.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1540 | 2024-09-03T23:13:21.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1541 | 2024-09-03T23:13:21.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1542 | 2024-09-03T23:13:21.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1543 | 2024-09-03T23:13:21.084Z | |
1544 | 2024-09-03T23:13:21.084Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1545 | 2024-09-03T23:13:21.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1546 | 2024-09-03T23:13:21.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1547 | 2024-09-03T23:13:21.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1548 | 2024-09-03T23:13:21.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1549 | 2024-09-03T23:13:21.830Z | |
1550 | 2024-09-03T23:13:21.830Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1551 | 2024-09-03T23:13:22.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1552 | 2024-09-03T23:13:22.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1553 | 2024-09-03T23:13:22.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1554 | 2024-09-03T23:13:22.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1555 | 2024-09-03T23:13:22.582Z | |
1556 | 2024-09-03T23:13:22.582Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1557 | 2024-09-03T23:13:23.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1558 | 2024-09-03T23:13:23.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1559 | 2024-09-03T23:13:23.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1560 | 2024-09-03T23:13:23.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1561 | 2024-09-03T23:13:23.364Z | |
1562 | 2024-09-03T23:13:23.364Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1563 | 2024-09-03T23:13:24.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1564 | 2024-09-03T23:13:24.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1565 | 2024-09-03T23:13:24.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1566 | 2024-09-03T23:13:24.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1567 | 2024-09-03T23:13:24.135Z | |
1568 | 2024-09-03T23:13:24.135Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1569 | 2024-09-03T23:13:24.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1570 | 2024-09-03T23:13:24.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1571 | 2024-09-03T23:13:24.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1572 | 2024-09-03T23:13:24.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1573 | 2024-09-03T23:13:24.901Z | |
1574 | 2024-09-03T23:13:24.901Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1575 | 2024-09-03T23:13:25.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1576 | 2024-09-03T23:13:25.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1577 | 2024-09-03T23:13:25.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1578 | 2024-09-03T23:13:25.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1579 | 2024-09-03T23:13:25.683Z | |
1580 | 2024-09-03T23:13:25.683Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1581 | 2024-09-03T23:13:26.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1582 | 2024-09-03T23:13:26.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1583 | 2024-09-03T23:13:26.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1584 | 2024-09-03T23:13:26.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1585 | 2024-09-03T23:13:26.420Z | |
1586 | 2024-09-03T23:13:26.420Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1587 | 2024-09-03T23:13:27.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1588 | 2024-09-03T23:13:27.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1589 | 2024-09-03T23:13:27.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1590 | 2024-09-03T23:13:27.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1591 | 2024-09-03T23:13:27.148Z | |
1592 | 2024-09-03T23:13:27.148Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1593 | 2024-09-03T23:13:27.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1594 | 2024-09-03T23:13:27.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1595 | 2024-09-03T23:13:27.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1596 | 2024-09-03T23:13:27.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1597 | 2024-09-03T23:13:27.872Z | |
1598 | 2024-09-03T23:13:27.872Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1599 | 2024-09-03T23:13:28.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1600 | 2024-09-03T23:13:28.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1601 | 2024-09-03T23:13:28.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1602 | 2024-09-03T23:13:28.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1603 | 2024-09-03T23:13:28.639Z | |
1604 | 2024-09-03T23:13:28.639Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1605 | 2024-09-03T23:13:29.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1606 | 2024-09-03T23:13:29.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1607 | 2024-09-03T23:13:29.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1608 | 2024-09-03T23:13:29.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
1609 | 2024-09-03T23:13:29.590Z | |
1610 | 2024-09-03T23:13:29.590Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1611 | 2024-09-03T23:13:30.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1612 | 2024-09-03T23:13:30.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1613 | 2024-09-03T23:13:30.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1614 | 2024-09-03T23:13:30.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
1615 | 2024-09-03T23:13:30.567Z | |
1616 | 2024-09-03T23:13:30.567Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1617 | 2024-09-03T23:13:31.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-09-03T23:13:31.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-09-03T23:13:31.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-09-03T23:13:31.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
1621 | 2024-09-03T23:13:31.587Z | |
1622 | 2024-09-03T23:13:31.588Z | info: running `cargo check --bins` on oxlog (28/158) |
1623 | 2024-09-03T23:13:32.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-09-03T23:13:32.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-09-03T23:13:32.563Z | Checking cfg-if v1.0.0 |
1626 | 2024-09-03T23:13:32.587Z | Checking libc v0.2.158 |
1627 | 2024-09-03T23:13:32.610Z | Checking memchr v2.7.2 |
1628 | 2024-09-03T23:13:32.610Z | Checking serde v1.0.208 |
1629 | 2024-09-03T23:13:32.610Z | Checking zeroize v1.7.0 |
1630 | 2024-09-03T23:13:32.634Z | Checking typenum v1.17.0 |
1631 | 2024-09-03T23:13:32.634Z | Checking scopeguard v1.2.0 |
1632 | 2024-09-03T23:13:32.634Z | Checking byteorder v1.5.0 |
1633 | 2024-09-03T23:13:32.701Z | Checking log v0.4.21 |
1634 | 2024-09-03T23:13:32.851Z | Checking lock_api v0.4.12 |
1635 | 2024-09-03T23:13:32.921Z | Checking subtle v2.5.0 |
1636 | 2024-09-03T23:13:33.007Z | Checking once_cell v1.19.0 |
1637 | 2024-09-03T23:13:33.072Z | Checking const-oid v0.9.6 |
1638 | 2024-09-03T23:13:33.194Z | Checking itoa v1.0.11 |
1639 | 2024-09-03T23:13:33.258Z | Checking smallvec v1.13.2 |
1640 | 2024-09-03T23:13:33.303Z | Checking pin-project-lite v0.2.14 |
1641 | 2024-09-03T23:13:33.394Z | Checking zerocopy v0.7.34 |
1642 | 2024-09-03T23:13:33.417Z | Checking spin v0.9.8 |
1643 | 2024-09-03T23:13:33.520Z | Checking tinyvec_macros v0.1.1 |
1644 | 2024-09-03T23:13:33.598Z | Checking futures-core v0.3.30 |
1645 | 2024-09-03T23:13:33.621Z | Checking tinyvec v1.6.0 |
1646 | 2024-09-03T23:13:33.729Z | Checking getrandom v0.2.14 |
1647 | 2024-09-03T23:13:33.764Z | Checking parking_lot_core v0.9.10 |
1648 | 2024-09-03T23:13:33.788Z | Checking signal-hook-registry v1.4.2 |
1649 | 2024-09-03T23:13:33.829Z | Checking generic-array v0.14.7 |
1650 | 2024-09-03T23:13:33.969Z | Checking rand_core v0.6.4 |
1651 | 2024-09-03T23:13:34.011Z | Checking mio v1.0.2 |
1652 | 2024-09-03T23:13:34.066Z | Checking parking_lot v0.12.2 |
1653 | 2024-09-03T23:13:34.246Z | Checking socket2 v0.5.7 |
1654 | 2024-09-03T23:13:34.372Z | Checking cpufeatures v0.2.12 |
1655 | 2024-09-03T23:13:34.485Z | Checking futures-sink v0.3.30 |
1656 | 2024-09-03T23:13:34.565Z | Checking allocator-api2 v0.2.18 |
1657 | 2024-09-03T23:13:34.599Z | Checking unicode-bidi v0.3.15 |
1658 | 2024-09-03T23:13:34.623Z | Checking libm v0.2.8 |
1659 | 2024-09-03T23:13:34.689Z | Checking equivalent v1.0.1 |
1660 | 2024-09-03T23:13:34.713Z | Checking ahash v0.8.11 |
1661 | 2024-09-03T23:13:34.790Z | Checking ryu v1.0.18 |
1662 | 2024-09-03T23:13:34.824Z | Checking unicode-normalization v0.1.23 |
1663 | 2024-09-03T23:13:34.855Z | Checking crypto-common v0.1.6 |
1664 | 2024-09-03T23:13:35.006Z | Checking block-buffer v0.10.4 |
1665 | 2024-09-03T23:13:35.029Z | Checking block-padding v0.3.3 |
1666 | 2024-09-03T23:13:35.169Z | Checking futures-channel v0.3.30 |
1667 | 2024-09-03T23:13:35.193Z | Checking slab v0.4.9 |
1668 | 2024-09-03T23:13:35.217Z | Checking inout v0.1.3 |
1669 | 2024-09-03T23:13:35.240Z | Checking hashbrown v0.14.5 |
1670 | 2024-09-03T23:13:35.264Z | Checking digest v0.10.7 |
1671 | 2024-09-03T23:13:35.422Z | Checking cipher v0.4.4 |
1672 | 2024-09-03T23:13:35.459Z | Checking pin-utils v0.1.0 |
1673 | 2024-09-03T23:13:35.483Z | Checking num-traits v0.2.19 |
1674 | 2024-09-03T23:13:35.512Z | Checking futures-io v0.3.30 |
1675 | 2024-09-03T23:13:35.549Z | Checking futures-task v0.3.30 |
1676 | 2024-09-03T23:13:35.585Z | Checking hmac v0.12.1 |
1677 | 2024-09-03T23:13:35.677Z | Checking sha2 v0.10.8 |
1678 | 2024-09-03T23:13:35.701Z | Checking base64ct v1.6.0 |
1679 | 2024-09-03T23:13:35.768Z | Checking futures-util v0.3.30 |
1680 | 2024-09-03T23:13:35.791Z | Checking flagset v0.4.5 |
1681 | 2024-09-03T23:13:35.814Z | Checking percent-encoding v2.3.1 |
1682 | 2024-09-03T23:13:35.959Z | Checking ppv-lite86 v0.2.17 |
1683 | 2024-09-03T23:13:36.002Z | Checking salsa20 v0.10.2 |
1684 | 2024-09-03T23:13:36.097Z | Checking pem-rfc7468 v0.7.0 |
1685 | 2024-09-03T23:13:36.202Z | Checking pbkdf2 v0.12.2 |
1686 | 2024-09-03T23:13:36.227Z | Checking tracing-core v0.1.32 |
1687 | 2024-09-03T23:13:36.338Z | Checking der v0.7.9 |
1688 | 2024-09-03T23:13:36.362Z | Checking untrusted v0.9.0 |
1689 | 2024-09-03T23:13:36.385Z | Checking fnv v1.0.7 |
1690 | 2024-09-03T23:13:36.483Z | Checking scrypt v0.11.0 |
1691 | 2024-09-03T23:13:36.506Z | Checking ring v0.17.8 |
1692 | 2024-09-03T23:13:36.571Z | Checking rand_chacha v0.3.1 |
1693 | 2024-09-03T23:13:36.676Z | Checking cbc v0.1.2 |
1694 | 2024-09-03T23:13:36.833Z | Checking tracing v0.1.40 |
1695 | 2024-09-03T23:13:36.856Z | Checking aes v0.8.4 |
1696 | 2024-09-03T23:13:36.916Z | Checking rand v0.8.5 |
1697 | 2024-09-03T23:13:37.026Z | Checking thiserror v1.0.63 |
1698 | 2024-09-03T23:13:37.152Z | Checking foreign-types-shared v0.1.1 |
1699 | 2024-09-03T23:13:37.184Z | Checking form_urlencoded v1.2.1 |
1700 | 2024-09-03T23:13:37.249Z | Checking foreign-types v0.3.2 |
1701 | 2024-09-03T23:13:37.336Z | Checking openssl-sys v0.9.103 |
1702 | 2024-09-03T23:13:37.375Z | Checking aho-corasick v1.1.3 |
1703 | 2024-09-03T23:13:37.430Z | Checking bytes v1.7.1 |
1704 | 2024-09-03T23:13:37.687Z | Checking bitflags v2.6.0 |
1705 | 2024-09-03T23:13:37.965Z | Checking indexmap v2.4.0 |
1706 | 2024-09-03T23:13:38.021Z | Checking serde_json v1.0.125 |
1707 | 2024-09-03T23:13:38.052Z | Checking spki v0.7.3 |
1708 | 2024-09-03T23:13:38.215Z | Checking regex-syntax v0.8.4 |
1709 | 2024-09-03T23:13:38.239Z | Checking tokio v1.39.3 |
1710 | 2024-09-03T23:13:38.320Z | Checking http v0.2.12 |
1711 | 2024-09-03T23:13:38.535Z | Checking pkcs5 v0.7.1 |
1712 | 2024-09-03T23:13:38.951Z | Checking unicode-ident v1.0.12 |
1713 | 2024-09-03T23:13:39.002Z | Checking siphasher v0.3.11 |
1714 | 2024-09-03T23:13:39.109Z | Checking try-lock v0.2.5 |
1715 | 2024-09-03T23:13:39.188Z | Checking powerfmt v0.2.0 |
1716 | 2024-09-03T23:13:39.236Z | Checking want v0.3.1 |
1717 | 2024-09-03T23:13:39.274Z | Checking proc-macro2 v1.0.86 |
1718 | 2024-09-03T23:13:39.404Z | Checking pkcs8 v0.10.2 |
1719 | 2024-09-03T23:13:39.429Z | Checking deranged v0.3.11 |
1720 | 2024-09-03T23:13:39.580Z | Checking openssl v0.10.66 |
1721 | 2024-09-03T23:13:39.640Z | Checking http-body v0.4.6 |
1722 | 2024-09-03T23:13:39.734Z | Checking sct v0.7.1 |
1723 | 2024-09-03T23:13:39.884Z | Checking rustls-webpki v0.101.7 |
1724 | 2024-09-03T23:13:39.909Z | Checking uuid v1.10.0 |
1725 | 2024-09-03T23:13:40.076Z | Checking idna v0.5.0 |
1726 | 2024-09-03T23:13:40.469Z | Checking httparse v1.8.0 |
1727 | 2024-09-03T23:13:40.519Z | Checking errno v0.3.9 |
1728 | 2024-09-03T23:13:40.557Z | Checking scroll v0.12.0 |
1729 | 2024-09-03T23:13:40.682Z | Checking num-conv v0.1.0 |
1730 | 2024-09-03T23:13:40.801Z | Checking adler v1.0.2 |
1731 | 2024-09-03T23:13:40.862Z | Checking anstyle v1.0.8 |
1732 | 2024-09-03T23:13:40.916Z | Checking finl_unicode v1.2.0 |
1733 | 2024-09-03T23:13:40.948Z | Checking tower-service v0.3.2 |
1734 | 2024-09-03T23:13:40.989Z | Checking time-core v0.1.2 |
1735 | 2024-09-03T23:13:41.013Z | Checking plain v0.2.3 |
1736 | 2024-09-03T23:13:41.068Z | Checking httpdate v1.0.3 |
1737 | 2024-09-03T23:13:41.135Z | Checking iana-time-zone v0.1.60 |
1738 | 2024-09-03T23:13:41.160Z | Checking num_threads v0.1.7 |
1739 | 2024-09-03T23:13:41.189Z | Checking ucd-trie v0.1.6 |
1740 | 2024-09-03T23:13:41.257Z | Checking regex-automata v0.4.6 |
1741 | 2024-09-03T23:13:41.280Z | Checking openssl-probe v0.1.5 |
1742 | 2024-09-03T23:13:41.280Z | Checking utf8parse v0.2.1 |
1743 | 2024-09-03T23:13:41.303Z | Checking chrono v0.4.38 |
1744 | 2024-09-03T23:13:41.376Z | Checking pest v2.7.10 |
1745 | 2024-09-03T23:13:41.419Z | Checking time v0.3.36 |
1746 | 2024-09-03T23:13:41.443Z | Checking anstyle-parse v0.2.4 |
1747 | 2024-09-03T23:13:41.474Z | Checking stringprep v0.1.4 |
1748 | 2024-09-03T23:13:41.669Z | Checking goblin v0.8.2 |
1749 | 2024-09-03T23:13:41.712Z | Checking miniz_oxide v0.7.2 |
1750 | 2024-09-03T23:13:42.373Z | Checking url v2.5.2 |
1751 | 2024-09-03T23:13:43.104Z | Checking rustix v0.38.34 |
1752 | 2024-09-03T23:13:43.187Z | Checking rustls v0.21.12 |
1753 | 2024-09-03T23:13:43.793Z | Checking quote v1.0.36 |
1754 | 2024-09-03T23:13:43.943Z | Checking serde_spanned v0.6.7 |
1755 | 2024-09-03T23:13:44.104Z | Checking toml_datetime v0.6.8 |
1756 | 2024-09-03T23:13:44.127Z | Checking num-integer v0.1.46 |
1757 | 2024-09-03T23:13:44.363Z | Checking idna v0.3.0 |
1758 | 2024-09-03T23:13:44.578Z | Checking md-5 v0.10.6 |
1759 | 2024-09-03T23:13:44.602Z | Checking native-tls v0.2.11 |
1760 | 2024-09-03T23:13:44.778Z | Checking lazy_static v1.5.0 |
1761 | 2024-09-03T23:13:44.877Z | Checking hash32 v0.2.1 |
1762 | 2024-09-03T23:13:44.901Z | Checking fallible-iterator v0.2.0 |
1763 | 2024-09-03T23:13:44.901Z | Checking stable_deref_trait v1.2.0 |
1764 | 2024-09-03T23:13:44.977Z | Checking tokio-util v0.7.11 |
1765 | 2024-09-03T23:13:45.010Z | Checking psl-types v2.0.11 |
1766 | 2024-09-03T23:13:45.114Z | Checking pretty-hex v0.4.1 |
1767 | 2024-09-03T23:13:45.158Z | Checking gimli v0.28.1 |
1768 | 2024-09-03T23:13:45.181Z | Checking anstyle-query v1.0.3 |
1769 | 2024-09-03T23:13:45.280Z | Checking colorchoice v1.0.1 |
1770 | 2024-09-03T23:13:45.303Z | Checking base64 v0.22.1 |
1771 | 2024-09-03T23:13:45.405Z | Checking is_terminal_polyfill v1.70.0 |
1772 | 2024-09-03T23:13:45.461Z | Checking publicsuffix v2.2.3 |
1773 | 2024-09-03T23:13:45.514Z | Checking heapless v0.7.17 |
1774 | 2024-09-03T23:13:45.537Z | Checking anstream v0.6.14 |
1775 | 2024-09-03T23:13:45.670Z | Checking tokio-native-tls v0.3.1 |
1776 | 2024-09-03T23:13:45.753Z | Checking postgres-protocol v0.6.7 |
1777 | 2024-09-03T23:13:45.811Z | Checking h2 v0.3.26 |
1778 | 2024-09-03T23:13:45.860Z | Checking terminal_size v0.3.0 |
1779 | 2024-09-03T23:13:45.908Z | Checking num-iter v0.1.45 |
1780 | 2024-09-03T23:13:46.017Z | Checking syn v2.0.74 |
1781 | 2024-09-03T23:13:46.065Z | Checking cookie v0.17.0 |
1782 | 2024-09-03T23:13:46.203Z | Checking tokio-rustls v0.24.1 |
1783 | 2024-09-03T23:13:46.327Z | Checking dof v0.3.0 |
1784 | 2024-09-03T23:13:46.367Z | Checking dtrace-parser v0.2.0 |
1785 | 2024-09-03T23:13:46.447Z | Checking phf_shared v0.11.2 |
1786 | 2024-09-03T23:13:46.478Z | Checking ff v0.13.0 |
1787 | 2024-09-03T23:13:46.516Z | Checking thread-id v4.2.1 |
1788 | 2024-09-03T23:13:46.639Z | Checking object v0.32.2 |
1789 | 2024-09-03T23:13:46.671Z | Checking winnow v0.5.40 |
1790 | 2024-09-03T23:13:46.703Z | Checking either v1.13.0 |
1791 | 2024-09-03T23:13:46.804Z | Checking strsim v0.11.1 |
1792 | 2024-09-03T23:13:46.888Z | Checking bitflags v1.3.2 |
1793 | 2024-09-03T23:13:46.978Z | Checking rustc-demangle v0.1.24 |
1794 | 2024-09-03T23:13:47.042Z | Checking managed v0.8.0 |
1795 | 2024-09-03T23:13:47.065Z | Checking clap_lex v0.7.0 |
1796 | 2024-09-03T23:13:47.291Z | Checking base64 v0.21.7 |
1797 | 2024-09-03T23:13:47.374Z | Checking ipnet v2.9.0 |
1798 | 2024-09-03T23:13:47.398Z | Checking base16ct v0.2.0 |
1799 | 2024-09-03T23:13:47.565Z | Checking sec1 v0.7.3 |
1800 | 2024-09-03T23:13:47.718Z | Checking rustls-pemfile v1.0.4 |
1801 | 2024-09-03T23:13:47.792Z | Checking smoltcp v0.9.1 |
1802 | 2024-09-03T23:13:47.898Z | Checking clap_builder v4.5.15 |
1803 | 2024-09-03T23:13:47.922Z | Checking phf v0.11.2 |
1804 | 2024-09-03T23:13:48.230Z | Checking group v0.13.0 |
1805 | 2024-09-03T23:13:48.454Z | Checking cookie_store v0.20.0 |
1806 | 2024-09-03T23:13:48.742Z | Checking addr2line v0.21.0 |
1807 | 2024-09-03T23:13:49.044Z | Checking postgres-types v0.2.7 |
1808 | 2024-09-03T23:13:49.213Z | Checking num-bigint-dig v0.8.4 |
1809 | 2024-09-03T23:13:49.242Z | Checking regex v1.10.6 |
1810 | 2024-09-03T23:13:49.502Z | Checking toml_edit v0.19.15 |
1811 | 2024-09-03T23:13:49.667Z | Checking bstr v1.9.1 |
1812 | 2024-09-03T23:13:49.784Z | Checking futures-executor v0.3.30 |
1813 | 2024-09-03T23:13:49.988Z | Checking pkcs1 v0.7.5 |
1814 | 2024-09-03T23:13:50.336Z | Checking phf_shared v0.10.0 |
1815 | 2024-09-03T23:13:50.501Z | Checking serde_urlencoded v0.7.1 |
1816 | 2024-09-03T23:13:50.581Z | Checking hubpack v0.1.2 |
1817 | 2024-09-03T23:13:50.749Z | Checking zerocopy v0.6.6 |
1818 | 2024-09-03T23:13:50.858Z | Checking float-cmp v0.9.0 |
1819 | 2024-09-03T23:13:50.882Z | Checking crossbeam-utils v0.8.19 |
1820 | 2024-09-03T23:13:51.019Z | Checking crc32fast v1.4.0 |
1821 | 2024-09-03T23:13:51.122Z | Checking signal-hook v0.3.17 |
1822 | 2024-09-03T23:13:51.222Z | Checking hkdf v0.12.4 |
1823 | 2024-09-03T23:13:51.405Z | Checking idna v0.4.0 |
1824 | 2024-09-03T23:13:51.428Z | Checking signature v2.2.0 |
1825 | 2024-09-03T23:13:51.452Z | Checking crypto-bigint v0.5.5 |
1826 | 2024-09-03T23:13:51.506Z | Checking hyper v0.14.30 |
1827 | 2024-09-03T23:13:51.575Z | Checking mio v0.8.11 |
1828 | 2024-09-03T23:13:51.611Z | Checking memmap v0.7.0 |
1829 | 2024-09-03T23:13:51.775Z | Checking encoding_rs v0.8.34 |
1830 | 2024-09-03T23:13:51.801Z | Checking whoami v1.5.1 |
1831 | 2024-09-03T23:13:51.891Z | Checking usdt-impl v0.5.0 |
1832 | 2024-09-03T23:13:52.098Z | Checking static_assertions v1.1.0 |
1833 | 2024-09-03T23:13:52.166Z | Checking difflib v0.4.0 |
1834 | 2024-09-03T23:13:52.191Z | Checking precomputed-hash v0.1.1 |
1835 | 2024-09-03T23:13:52.214Z | Checking data-encoding v2.6.0 |
1836 | 2024-09-03T23:13:52.294Z | Checking bit-vec v0.6.3 |
1837 | 2024-09-03T23:13:52.397Z | Checking dyn-clone v1.0.17 |
1838 | 2024-09-03T23:13:52.445Z | Checking backtrace v0.3.71 |
1839 | 2024-09-03T23:13:52.492Z | Checking fixedbitset v0.4.2 |
1840 | 2024-09-03T23:13:52.531Z | Checking unicode-width v0.1.13 |
1841 | 2024-09-03T23:13:52.596Z | Checking predicates-core v1.0.6 |
1842 | 2024-09-03T23:13:52.705Z | Checking minimal-lexical v0.2.1 |
1843 | 2024-09-03T23:13:52.732Z | Checking mime v0.3.17 |
1844 | 2024-09-03T23:13:52.768Z | Checking webpki-roots v0.25.4 |
1845 | 2024-09-03T23:13:52.792Z | Checking unicode-segmentation v1.11.0 |
1846 | 2024-09-03T23:13:52.923Z | Checking sync_wrapper v0.1.2 |
1847 | 2024-09-03T23:13:53.010Z | Checking new_debug_unreachable v1.0.6 |
1848 | 2024-09-03T23:13:53.056Z | Checking winnow v0.6.18 |
1849 | 2024-09-03T23:13:53.093Z | Checking normalize-line-endings v0.3.0 |
1850 | 2024-09-03T23:13:53.116Z | Checking nom v7.1.3 |
1851 | 2024-09-03T23:13:53.140Z | Checking string_cache v0.8.7 |
1852 | 2024-09-03T23:13:53.202Z | Checking predicates v3.1.2 |
1853 | 2024-09-03T23:13:53.392Z | Checking similar v2.6.0 |
1854 | 2024-09-03T23:13:53.415Z | Checking anyhow v1.0.86 |
1855 | 2024-09-03T23:13:53.764Z | Checking hickory-proto v0.24.1 |
1856 | 2024-09-03T23:13:53.848Z | Checking console v0.15.8 |
1857 | 2024-09-03T23:13:54.004Z | Checking petgraph v0.6.5 |
1858 | 2024-09-03T23:13:54.073Z | Checking elliptic-curve v0.13.8 |
1859 | 2024-09-03T23:13:54.171Z | Checking bit-set v0.5.3 |
1860 | 2024-09-03T23:13:54.356Z | Checking schemars v0.8.21 |
1861 | 2024-09-03T23:13:54.415Z | Checking usdt v0.5.0 |
1862 | 2024-09-03T23:13:54.646Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1863 | 2024-09-03T23:13:54.669Z | Checking signal-hook-mio v0.2.4 |
1864 | 2024-09-03T23:13:54.817Z | Checking tokio-postgres v0.7.11 |
1865 | 2024-09-03T23:13:55.722Z | Checking toml v0.7.8 |
1866 | 2024-09-03T23:13:55.775Z | Checking toml_edit v0.22.20 |
1867 | 2024-09-03T23:13:55.830Z | Checking rsa v0.9.6 |
1868 | 2024-09-03T23:13:56.408Z | Checking crossbeam-epoch v0.9.18 |
1869 | 2024-09-03T23:13:56.716Z | Checking flate2 v1.0.31 |
1870 | 2024-09-03T23:13:56.809Z | Checking clap v4.5.16 |
1871 | 2024-09-03T23:13:56.916Z | Checking futures v0.3.30 |
1872 | 2024-09-03T23:13:56.961Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1873 | 2024-09-03T23:13:56.984Z | Checking itertools v0.10.5 |
1874 | 2024-09-03T23:13:57.019Z | Checking itertools v0.12.1 |
1875 | 2024-09-03T23:13:57.144Z | Checking hyper-tls v0.5.0 |
1876 | 2024-09-03T23:13:57.322Z | Checking hyper-rustls v0.24.2 |
1877 | 2024-09-03T23:13:57.403Z | Checking tokio-stream v0.1.15 |
1878 | 2024-09-03T23:13:57.479Z | Checking fs-err v2.11.0 |
1879 | 2024-09-03T23:13:57.605Z | Checking reqwest v0.11.27 |
1880 | 2024-09-03T23:13:57.987Z | Checking openapiv3 v2.0.0 |
1881 | 2024-09-03T23:13:58.014Z | Checking slog v2.7.0 |
1882 | 2024-09-03T23:13:58.158Z | Checking semver v1.0.23 |
1883 | 2024-09-03T23:13:58.221Z | Checking hex v0.4.3 |
1884 | 2024-09-03T23:13:58.478Z | Checking sha1 v0.10.6 |
1885 | 2024-09-03T23:13:58.530Z | Checking lalrpop-util v0.19.12 |
1886 | 2024-09-03T23:13:58.680Z | Checking peg-runtime v0.8.3 |
1887 | 2024-09-03T23:13:58.739Z | Checking camino v1.1.9 |
1888 | 2024-09-03T23:13:58.797Z | Checking sigpipe v0.1.3 |
1889 | 2024-09-03T23:14:00.971Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1890 | 2024-09-03T23:14:01.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.83s |
1891 | 2024-09-03T23:14:01.578Z | |
1892 | 2024-09-03T23:14:01.579Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1893 | 2024-09-03T23:14:02.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2024-09-03T23:14:02.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2024-09-03T23:14:02.671Z | Compiling regress v0.9.1 |
1896 | 2024-09-03T23:14:02.700Z | Checking strum v0.26.3 |
1897 | 2024-09-03T23:14:02.723Z | Checking heck v0.5.0 |
1898 | 2024-09-03T23:14:02.755Z | Compiling getopts v0.2.21 |
1899 | 2024-09-03T23:14:02.778Z | Checking dirs-sys-next v0.1.2 |
1900 | 2024-09-03T23:14:02.802Z | Compiling unsafe-libyaml v0.2.11 |
1901 | 2024-09-03T23:14:02.867Z | Checking http v1.1.0 |
1902 | 2024-09-03T23:14:02.919Z | Checking thread_local v1.1.8 |
1903 | 2024-09-03T23:14:02.948Z | Checking dirs-next v2.0.0 |
1904 | 2024-09-03T23:14:03.075Z | Compiling ident_case v1.0.1 |
1905 | 2024-09-03T23:14:03.132Z | Checking rustls-pki-types v1.7.0 |
1906 | 2024-09-03T23:14:03.209Z | Compiling darling_core v0.20.9 |
1907 | 2024-09-03T23:14:03.253Z | Checking term v0.7.0 |
1908 | 2024-09-03T23:14:03.533Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1909 | 2024-09-03T23:14:03.671Z | Checking crossbeam-channel v0.5.12 |
1910 | 2024-09-03T23:14:03.695Z | Checking is-terminal v0.4.12 |
1911 | 2024-09-03T23:14:03.800Z | Checking atty v0.2.14 |
1912 | 2024-09-03T23:14:03.833Z | Checking humantime v2.1.0 |
1913 | 2024-09-03T23:14:03.911Z | Checking termcolor v1.4.1 |
1914 | 2024-09-03T23:14:04.101Z | Compiling serde_yaml v0.9.34+deprecated |
1915 | 2024-09-03T23:14:04.205Z | Checking take_mut v0.2.2 |
1916 | 2024-09-03T23:14:04.341Z | Compiling rustls v0.22.4 |
1917 | 2024-09-03T23:14:04.365Z | Compiling paste v1.0.15 |
1918 | 2024-09-03T23:14:04.388Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1919 | 2024-09-03T23:14:04.566Z | Checking utf-8 v0.7.6 |
1920 | 2024-09-03T23:14:04.661Z | Checking slog-async v2.8.0 |
1921 | 2024-09-03T23:14:04.718Z | Checking env_logger v0.9.3 |
1922 | 2024-09-03T23:14:04.762Z | Checking slog-term v2.9.1 |
1923 | 2024-09-03T23:14:04.901Z | Checking rustls-webpki v0.102.4 |
1924 | 2024-09-03T23:14:04.936Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1925 | 2024-09-03T23:14:05.134Z | Compiling proc-macro-crate v1.3.1 |
1926 | 2024-09-03T23:14:05.217Z | Compiling bitstruct_derive v0.1.0 |
1927 | 2024-09-03T23:14:05.244Z | Compiling structmeta-derive v0.3.0 |
1928 | 2024-09-03T23:14:05.630Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1929 | 2024-09-03T23:14:05.746Z | Compiling multer v3.1.0 |
1930 | 2024-09-03T23:14:05.880Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1931 | 2024-09-03T23:14:06.123Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1932 | 2024-09-03T23:14:06.378Z | Checking ascii v1.1.0 |
1933 | 2024-09-03T23:14:06.454Z | Checking match_cfg v0.1.0 |
1934 | 2024-09-03T23:14:06.539Z | Checking hostname v0.3.1 |
1935 | 2024-09-03T23:14:06.659Z | Checking bitstruct v0.1.1 |
1936 | 2024-09-03T23:14:06.737Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1937 | 2024-09-03T23:14:06.790Z | Compiling num_enum_derive v0.5.11 |
1938 | 2024-09-03T23:14:07.394Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1939 | 2024-09-03T23:14:07.560Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1940 | 2024-09-03T23:14:07.911Z | Compiling structmeta v0.3.0 |
1941 | 2024-09-03T23:14:07.939Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1942 | 2024-09-03T23:14:08.107Z | Checking slog-json v2.6.1 |
1943 | 2024-09-03T23:14:08.241Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1944 | 2024-09-03T23:14:08.335Z | Checking erased-serde v0.3.31 |
1945 | 2024-09-03T23:14:08.359Z | Checking serde_arrays v0.1.0 |
1946 | 2024-09-03T23:14:08.478Z | Compiling async-stream-impl v0.3.5 |
1947 | 2024-09-03T23:14:08.502Z | Compiling foreign-types-macros v0.2.3 |
1948 | 2024-09-03T23:14:09.002Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1949 | 2024-09-03T23:14:09.293Z | Checking atomic-waker v1.1.2 |
1950 | 2024-09-03T23:14:09.318Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1951 | 2024-09-03T23:14:09.341Z | Checking arc-swap v1.7.1 |
1952 | 2024-09-03T23:14:09.428Z | Checking foreign-types-shared v0.3.1 |
1953 | 2024-09-03T23:14:09.534Z | Checking waitgroup v0.1.2 |
1954 | 2024-09-03T23:14:09.614Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1955 | 2024-09-03T23:14:09.668Z | Checking num_enum v0.5.11 |
1956 | 2024-09-03T23:14:09.692Z | Compiling darling_macro v0.20.9 |
1957 | 2024-09-03T23:14:09.716Z | Checking foreign-types v0.5.0 |
1958 | 2024-09-03T23:14:09.772Z | Checking slog-scope v4.4.0 |
1959 | 2024-09-03T23:14:09.795Z | Checking async-stream v0.3.5 |
1960 | 2024-09-03T23:14:09.830Z | Checking slog-bunyan v2.5.0 |
1961 | 2024-09-03T23:14:09.883Z | Compiling parse-display-derive v0.10.0 |
1962 | 2024-09-03T23:14:09.958Z | Compiling proc-macro-error v1.0.4 |
1963 | 2024-09-03T23:14:10.122Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1964 | 2024-09-03T23:14:10.226Z | Checking toml v0.8.19 |
1965 | 2024-09-03T23:14:10.347Z | Checking tungstenite v0.20.1 |
1966 | 2024-09-03T23:14:10.570Z | Compiling darling v0.20.9 |
1967 | 2024-09-03T23:14:10.681Z | Compiling serde_with_macros v3.9.0 |
1968 | 2024-09-03T23:14:10.781Z | Checking rustls-pemfile v2.1.3 |
1969 | 2024-09-03T23:14:10.891Z | Compiling heck v0.3.3 |
1970 | 2024-09-03T23:14:11.017Z | Checking newtype-uuid v1.1.0 |
1971 | 2024-09-03T23:14:11.074Z | Checking tokio-rustls v0.25.0 |
1972 | 2024-09-03T23:14:11.187Z | Checking ipnetwork v0.20.0 |
1973 | 2024-09-03T23:14:11.240Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1974 | 2024-09-03T23:14:11.318Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1975 | 2024-09-03T23:14:11.415Z | Checking serde_path_to_error v0.1.16 |
1976 | 2024-09-03T23:14:11.523Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1977 | 2024-09-03T23:14:11.988Z | Checking cstr-argument v0.1.2 |
1978 | 2024-09-03T23:14:12.041Z | Checking hostname v0.4.0 |
1979 | 2024-09-03T23:14:12.170Z | Checking instant v0.1.12 |
1980 | 2024-09-03T23:14:12.193Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1981 | 2024-09-03T23:14:12.242Z | Checking pretty-hex v0.2.1 |
1982 | 2024-09-03T23:14:12.283Z | Checking debug-ignore v1.0.5 |
1983 | 2024-09-03T23:14:12.395Z | Checking fastrand v2.1.0 |
1984 | 2024-09-03T23:14:12.419Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1985 | 2024-09-03T23:14:12.483Z | Checking backoff v0.4.0 |
1986 | 2024-09-03T23:14:12.680Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1987 | 2024-09-03T23:14:12.711Z | Checking tempfile v3.10.1 |
1988 | 2024-09-03T23:14:12.757Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1989 | 2024-09-03T23:14:12.953Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1990 | 2024-09-03T23:14:13.067Z | Compiling zone_cfg_derive v0.1.2 |
1991 | 2024-09-03T23:14:13.093Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1992 | 2024-09-03T23:14:13.300Z | Checking tokio-tungstenite v0.20.1 |
1993 | 2024-09-03T23:14:13.324Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1994 | 2024-09-03T23:14:13.445Z | Checking serde_with v3.9.0 |
1995 | 2024-09-03T23:14:13.800Z | Checking slog-stdlog v4.1.1 |
1996 | 2024-09-03T23:14:13.952Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1997 | 2024-09-03T23:14:14.045Z | Checking tungstenite v0.21.0 |
1998 | 2024-09-03T23:14:14.111Z | Checking colored v2.1.0 |
1999 | 2024-09-03T23:14:14.212Z | Checking parse-display v0.10.0 |
2000 | 2024-09-03T23:14:14.387Z | Checking macaddr v1.0.1 |
2001 | 2024-09-03T23:14:14.416Z | Checking socket2 v0.4.10 |
2002 | 2024-09-03T23:14:14.541Z | Checking base64 v0.13.1 |
2003 | 2024-09-03T23:14:14.701Z | Checking zone v0.1.8 |
2004 | 2024-09-03T23:14:14.864Z | Checking tokio-tungstenite v0.21.0 |
2005 | 2024-09-03T23:14:14.913Z | Checking ron v0.7.1 |
2006 | 2024-09-03T23:14:15.309Z | Checking slog-envlogger v2.2.0 |
2007 | 2024-09-03T23:14:15.387Z | Checking pem v3.0.4 |
2008 | 2024-09-03T23:14:15.518Z | Checking tabwriter v1.4.0 |
2009 | 2024-09-03T23:14:15.642Z | Checking xattr v1.3.1 |
2010 | 2024-09-03T23:14:15.738Z | Checking portpicker v0.1.1 |
2011 | 2024-09-03T23:14:15.832Z | Checking yasna v0.5.2 |
2012 | 2024-09-03T23:14:15.876Z | Checking headers-core v0.2.0 |
2013 | 2024-09-03T23:14:15.936Z | Checking smf v0.2.3 |
2014 | 2024-09-03T23:14:16.007Z | Checking filetime v0.2.25 |
2015 | 2024-09-03T23:14:16.197Z | Checking same-file v1.0.6 |
2016 | 2024-09-03T23:14:16.357Z | Checking walkdir v2.5.0 |
2017 | 2024-09-03T23:14:16.385Z | Checking tar v0.4.41 |
2018 | 2024-09-03T23:14:16.425Z | Checking headers v0.3.9 |
2019 | 2024-09-03T23:14:16.489Z | Checking camino-tempfile v1.1.1 |
2020 | 2024-09-03T23:14:16.616Z | Checking atomicwrites v0.4.3 |
2021 | 2024-09-03T23:14:16.644Z | Checking rcgen v0.12.1 |
2022 | 2024-09-03T23:14:16.747Z | Checking subprocess v0.2.9 |
2023 | 2024-09-03T23:14:17.873Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2024 | 2024-09-03T23:14:18.201Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2025 | 2024-09-03T23:14:20.456Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2026 | 2024-09-03T23:14:23.090Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2027 | 2024-09-03T23:14:23.206Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2028 | 2024-09-03T23:14:27.885Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2029 | 2024-09-03T23:14:37.077Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2030 | 2024-09-03T23:14:37.261Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2031 | 2024-09-03T23:14:37.261Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2032 | 2024-09-03T23:14:40.864Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2033 | 2024-09-03T23:14:41.359Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2034 | 2024-09-03T23:14:49.917Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2035 | 2024-09-03T23:14:51.983Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2036 | 2024-09-03T23:14:53.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.95s |
2037 | 2024-09-03T23:14:53.694Z | |
2038 | 2024-09-03T23:14:53.694Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2039 | 2024-09-03T23:14:54.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2040 | 2024-09-03T23:14:54.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2041 | 2024-09-03T23:14:54.791Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2042 | 2024-09-03T23:14:56.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s |
2043 | 2024-09-03T23:14:56.584Z | |
2044 | 2024-09-03T23:14:56.584Z | info: running `cargo check --bins` on nexus-config (31/158) |
2045 | 2024-09-03T23:14:57.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2046 | 2024-09-03T23:14:57.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2047 | 2024-09-03T23:14:57.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2048 | 2024-09-03T23:14:57.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2049 | 2024-09-03T23:14:57.597Z | |
2050 | 2024-09-03T23:14:57.597Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2051 | 2024-09-03T23:14:58.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2052 | 2024-09-03T23:14:58.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2053 | 2024-09-03T23:14:58.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2054 | 2024-09-03T23:14:58.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2055 | 2024-09-03T23:14:58.623Z | |
2056 | 2024-09-03T23:14:58.623Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2057 | 2024-09-03T23:14:59.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2058 | 2024-09-03T23:14:59.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2059 | 2024-09-03T23:14:59.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2060 | 2024-09-03T23:14:59.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2061 | 2024-09-03T23:14:59.648Z | |
2062 | 2024-09-03T23:14:59.649Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2063 | 2024-09-03T23:15:00.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2064 | 2024-09-03T23:15:00.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2065 | 2024-09-03T23:15:00.735Z | Compiling heapless v0.8.0 |
2066 | 2024-09-03T23:15:00.758Z | Checking hash32 v0.3.1 |
2067 | 2024-09-03T23:15:00.782Z | Compiling smoltcp v0.11.0 |
2068 | 2024-09-03T23:15:00.806Z | Checking embedded-io v0.4.0 |
2069 | 2024-09-03T23:15:00.806Z | Checking cobs v0.2.3 |
2070 | 2024-09-03T23:15:00.829Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2071 | 2024-09-03T23:15:00.829Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2072 | 2024-09-03T23:15:00.862Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2073 | 2024-09-03T23:15:00.968Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2074 | 2024-09-03T23:15:00.999Z | Compiling crucible-workspace-hack v0.1.0 |
2075 | 2024-09-03T23:15:01.022Z | Checking postcard v1.0.8 |
2076 | 2024-09-03T23:15:01.046Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2077 | 2024-09-03T23:15:01.205Z | Compiling zone_cfg_derive v0.3.0 |
2078 | 2024-09-03T23:15:01.254Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2079 | 2024-09-03T23:15:01.474Z | Checking newline-converter v0.3.0 |
2080 | 2024-09-03T23:15:01.533Z | Compiling num-derive v0.4.2 |
2081 | 2024-09-03T23:15:01.588Z | Compiling slog-dtrace v0.3.0 |
2082 | 2024-09-03T23:15:01.641Z | Compiling convert_case v0.4.0 |
2083 | 2024-09-03T23:15:01.682Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2084 | 2024-09-03T23:15:01.705Z | Checking expectorate v1.1.0 |
2085 | 2024-09-03T23:15:01.853Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2086 | 2024-09-03T23:15:01.984Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2087 | 2024-09-03T23:15:02.480Z | Compiling derive_more v0.99.18 |
2088 | 2024-09-03T23:15:02.575Z | Checking zone v0.3.0 |
2089 | 2024-09-03T23:15:03.342Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2090 | 2024-09-03T23:15:05.378Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2091 | 2024-09-03T23:15:06.610Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2092 | 2024-09-03T23:15:07.434Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2093 | 2024-09-03T23:15:08.140Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2094 | 2024-09-03T23:15:10.617Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2095 | 2024-09-03T23:15:11.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.92s |
2096 | 2024-09-03T23:15:11.744Z | |
2097 | 2024-09-03T23:15:11.744Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2098 | 2024-09-03T23:15:12.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2099 | 2024-09-03T23:15:12.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2100 | 2024-09-03T23:15:12.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2101 | 2024-09-03T23:15:12.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2102 | 2024-09-03T23:15:12.793Z | |
2103 | 2024-09-03T23:15:12.793Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2104 | 2024-09-03T23:15:13.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2105 | 2024-09-03T23:15:13.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2106 | 2024-09-03T23:15:13.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2107 | 2024-09-03T23:15:13.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2108 | 2024-09-03T23:15:13.849Z | |
2109 | 2024-09-03T23:15:13.849Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2110 | 2024-09-03T23:15:14.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2111 | 2024-09-03T23:15:15.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2112 | 2024-09-03T23:15:15.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2113 | 2024-09-03T23:15:15.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
2114 | 2024-09-03T23:15:15.094Z | |
2115 | 2024-09-03T23:15:15.094Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2116 | 2024-09-03T23:15:16.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2117 | 2024-09-03T23:15:16.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2118 | 2024-09-03T23:15:16.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2119 | 2024-09-03T23:15:16.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2120 | 2024-09-03T23:15:16.284Z | |
2121 | 2024-09-03T23:15:16.284Z | info: running `cargo check --bins` on dns-server (39/158) |
2122 | 2024-09-03T23:15:17.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-09-03T23:15:17.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-09-03T23:15:17.251Z | Compiling parking_lot_core v0.8.6 |
2125 | 2024-09-03T23:15:17.278Z | Checking nibble_vec v0.1.0 |
2126 | 2024-09-03T23:15:17.303Z | Checking endian-type v0.1.2 |
2127 | 2024-09-03T23:15:17.303Z | Checking linked-hash-map v0.5.6 |
2128 | 2024-09-03T23:15:17.303Z | Checking quick-error v1.2.3 |
2129 | 2024-09-03T23:15:17.303Z | Checking fxhash v0.2.1 |
2130 | 2024-09-03T23:15:17.303Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2131 | 2024-09-03T23:15:17.303Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2132 | 2024-09-03T23:15:17.487Z | Checking hickory-server v0.24.1 |
2133 | 2024-09-03T23:15:17.525Z | Checking resolv-conf v0.7.0 |
2134 | 2024-09-03T23:15:17.549Z | Checking radix_trie v0.2.1 |
2135 | 2024-09-03T23:15:17.703Z | Checking lru-cache v0.1.2 |
2136 | 2024-09-03T23:15:17.878Z | Checking hickory-resolver v0.24.1 |
2137 | 2024-09-03T23:15:17.935Z | Checking hickory-client v0.24.1 |
2138 | 2024-09-03T23:15:18.145Z | Checking parking_lot v0.11.2 |
2139 | 2024-09-03T23:15:18.465Z | Checking sled v0.34.7 |
2140 | 2024-09-03T23:15:20.955Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2141 | 2024-09-03T23:15:22.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s |
2142 | 2024-09-03T23:15:22.650Z | |
2143 | 2024-09-03T23:15:22.650Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2144 | 2024-09-03T23:15:23.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2145 | 2024-09-03T23:15:23.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2146 | 2024-09-03T23:15:23.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2147 | 2024-09-03T23:15:23.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2148 | 2024-09-03T23:15:23.726Z | |
2149 | 2024-09-03T23:15:23.726Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2150 | 2024-09-03T23:15:24.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2151 | 2024-09-03T23:15:24.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2152 | 2024-09-03T23:15:24.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2153 | 2024-09-03T23:15:24.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2154 | 2024-09-03T23:15:24.672Z | |
2155 | 2024-09-03T23:15:24.672Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2156 | 2024-09-03T23:15:25.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2157 | 2024-09-03T23:15:25.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2158 | 2024-09-03T23:15:25.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2159 | 2024-09-03T23:15:25.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
2160 | 2024-09-03T23:15:25.777Z | |
2161 | 2024-09-03T23:15:25.777Z | info: running `cargo check --bins` on gateway-types (43/158) |
2162 | 2024-09-03T23:15:26.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2163 | 2024-09-03T23:15:26.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2164 | 2024-09-03T23:15:26.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2165 | 2024-09-03T23:15:26.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2166 | 2024-09-03T23:15:26.777Z | |
2167 | 2024-09-03T23:15:26.777Z | info: running `cargo check --bins` on ipcc (44/158) |
2168 | 2024-09-03T23:15:27.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2169 | 2024-09-03T23:15:27.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2170 | 2024-09-03T23:15:27.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2171 | 2024-09-03T23:15:27.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2172 | 2024-09-03T23:15:27.773Z | |
2173 | 2024-09-03T23:15:27.773Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2174 | 2024-09-03T23:15:28.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2175 | 2024-09-03T23:15:28.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2176 | 2024-09-03T23:15:28.973Z | Compiling rustls-pki-types v1.7.0 |
2177 | 2024-09-03T23:15:28.998Z | Compiling match_cfg v0.1.0 |
2178 | 2024-09-03T23:15:28.998Z | Checking num-rational v0.4.2 |
2179 | 2024-09-03T23:15:29.022Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2180 | 2024-09-03T23:15:29.022Z | Compiling slog-json v2.6.1 |
2181 | 2024-09-03T23:15:29.047Z | Compiling http v1.1.0 |
2182 | 2024-09-03T23:15:29.047Z | Checking num-complex v0.4.6 |
2183 | 2024-09-03T23:15:29.072Z | Compiling prettyplease v0.2.20 |
2184 | 2024-09-03T23:15:29.133Z | Compiling hostname v0.3.1 |
2185 | 2024-09-03T23:15:29.379Z | Compiling atomic-waker v1.1.2 |
2186 | 2024-09-03T23:15:29.423Z | Compiling rustls-webpki v0.102.4 |
2187 | 2024-09-03T23:15:29.447Z | Compiling rustls-pemfile v2.1.3 |
2188 | 2024-09-03T23:15:29.476Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2189 | 2024-09-03T23:15:29.556Z | Compiling waitgroup v0.1.2 |
2190 | 2024-09-03T23:15:29.593Z | Compiling slog-bunyan v2.5.0 |
2191 | 2024-09-03T23:15:29.676Z | Compiling async-stream v0.3.5 |
2192 | 2024-09-03T23:15:29.763Z | Compiling toml v0.8.19 |
2193 | 2024-09-03T23:15:29.787Z | Compiling newtype-uuid v1.1.0 |
2194 | 2024-09-03T23:15:29.812Z | Compiling ipnetwork v0.20.0 |
2195 | 2024-09-03T23:15:29.887Z | Compiling serde_path_to_error v0.1.16 |
2196 | 2024-09-03T23:15:29.951Z | Checking num v0.4.3 |
2197 | 2024-09-03T23:15:29.975Z | Compiling hostname v0.4.0 |
2198 | 2024-09-03T23:15:30.050Z | Compiling instant v0.1.12 |
2199 | 2024-09-03T23:15:30.075Z | Checking float-ord v0.3.2 |
2200 | 2024-09-03T23:15:30.195Z | Compiling semver v0.1.20 |
2201 | 2024-09-03T23:15:30.219Z | Compiling rustls v0.22.4 |
2202 | 2024-09-03T23:15:30.243Z | Compiling debug-ignore v1.0.5 |
2203 | 2024-09-03T23:15:30.377Z | Compiling radium v0.7.0 |
2204 | 2024-09-03T23:15:30.627Z | Compiling multer v3.1.0 |
2205 | 2024-09-03T23:15:30.670Z | Compiling rustc_version v0.1.7 |
2206 | 2024-09-03T23:15:30.824Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2207 | 2024-09-03T23:15:30.848Z | Compiling backoff v0.4.0 |
2208 | 2024-09-03T23:15:31.148Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2209 | 2024-09-03T23:15:31.172Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2210 | 2024-09-03T23:15:31.338Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2211 | 2024-09-03T23:15:31.365Z | Compiling parse-display v0.10.0 |
2212 | 2024-09-03T23:15:31.398Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2213 | 2024-09-03T23:15:31.480Z | Compiling serde_with v3.9.0 |
2214 | 2024-09-03T23:15:31.567Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2215 | 2024-09-03T23:15:31.862Z | Compiling macaddr v1.0.1 |
2216 | 2024-09-03T23:15:32.003Z | Checking tap v1.0.1 |
2217 | 2024-09-03T23:15:32.149Z | Compiling maybe-uninit v2.0.0 |
2218 | 2024-09-03T23:15:32.265Z | Checking wyz v0.5.1 |
2219 | 2024-09-03T23:15:32.671Z | Compiling newtype_derive v0.1.6 |
2220 | 2024-09-03T23:15:32.727Z | Checking password-hash v0.5.0 |
2221 | 2024-09-03T23:15:32.954Z | Checking blake2 v0.10.6 |
2222 | 2024-09-03T23:15:33.081Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2223 | 2024-09-03T23:15:33.201Z | Checking funty v2.0.0 |
2224 | 2024-09-03T23:15:33.253Z | Compiling packed_struct v0.10.1 |
2225 | 2024-09-03T23:15:33.406Z | Checking crc-catalog v2.4.0 |
2226 | 2024-09-03T23:15:33.784Z | Checking crc v3.2.1 |
2227 | 2024-09-03T23:15:33.833Z | Checking argon2 v0.5.3 |
2228 | 2024-09-03T23:15:34.165Z | Checking bitvec v1.0.1 |
2229 | 2024-09-03T23:15:34.252Z | Compiling packed_struct_codegen v0.10.1 |
2230 | 2024-09-03T23:15:34.492Z | Compiling tokio-rustls v0.25.0 |
2231 | 2024-09-03T23:15:34.905Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2232 | 2024-09-03T23:15:35.137Z | Checking half v2.4.1 |
2233 | 2024-09-03T23:15:35.283Z | Compiling indexmap v1.9.3 |
2234 | 2024-09-03T23:15:35.583Z | Compiling cookie v0.18.1 |
2235 | 2024-09-03T23:15:35.607Z | Checking nodrop v0.1.14 |
2236 | 2024-09-03T23:15:35.724Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2237 | 2024-09-03T23:15:35.879Z | Checking ciborium-io v0.2.2 |
2238 | 2024-09-03T23:15:35.994Z | Checking ciborium-ll v0.2.2 |
2239 | 2024-09-03T23:15:36.102Z | Checking array-init v0.0.4 |
2240 | 2024-09-03T23:15:36.419Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2241 | 2024-09-03T23:15:36.696Z | Checking smallvec v0.6.14 |
2242 | 2024-09-03T23:15:36.956Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2243 | 2024-09-03T23:15:37.077Z | Compiling memoffset v0.9.1 |
2244 | 2024-09-03T23:15:37.116Z | Checking bitfield v0.14.0 |
2245 | 2024-09-03T23:15:37.369Z | Checking highway v1.2.0 |
2246 | 2024-09-03T23:15:37.393Z | Checking hashbrown v0.12.3 |
2247 | 2024-09-03T23:15:37.580Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2248 | 2024-09-03T23:15:37.742Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2249 | 2024-09-03T23:15:38.007Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2250 | 2024-09-03T23:15:38.670Z | Checking env_logger v0.10.2 |
2251 | 2024-09-03T23:15:38.953Z | Checking serde-hex v0.1.0 |
2252 | 2024-09-03T23:15:38.980Z | Checking steno v0.4.1 |
2253 | 2024-09-03T23:15:39.035Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2254 | 2024-09-03T23:15:39.098Z | Checking bzip2 v0.4.4 |
2255 | 2024-09-03T23:15:39.138Z | Checking ciborium v0.2.2 |
2256 | 2024-09-03T23:15:39.786Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2257 | 2024-09-03T23:15:39.896Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2258 | 2024-09-03T23:15:40.015Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2259 | 2024-09-03T23:15:40.040Z | Checking ron v0.8.1 |
2260 | 2024-09-03T23:15:40.201Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2261 | 2024-09-03T23:15:41.030Z | Checking x509-cert v0.2.5 |
2262 | 2024-09-03T23:15:41.105Z | Checking hashbrown v0.13.2 |
2263 | 2024-09-03T23:15:41.178Z | Compiling derive-where v1.2.7 |
2264 | 2024-09-03T23:15:42.013Z | Checking crc-any v2.5.0 |
2265 | 2024-09-03T23:15:42.364Z | Checking object v0.30.4 |
2266 | 2024-09-03T23:15:42.511Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2267 | 2024-09-03T23:15:42.552Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2268 | 2024-09-03T23:15:42.762Z | Checking zip v0.6.6 |
2269 | 2024-09-03T23:15:43.122Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2270 | 2024-09-03T23:15:43.146Z | Checking path-slash v0.1.5 |
2271 | 2024-09-03T23:15:43.287Z | Checking nix v0.27.1 |
2272 | 2024-09-03T23:15:43.438Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2273 | 2024-09-03T23:15:43.473Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2274 | 2024-09-03T23:15:44.052Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2275 | 2024-09-03T23:15:44.285Z | Checking kstat-rs v0.2.4 |
2276 | 2024-09-03T23:15:44.337Z | Checking serde-big-array v0.5.1 |
2277 | 2024-09-03T23:15:44.475Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2278 | 2024-09-03T23:15:44.499Z | Checking signal-hook-tokio v0.3.1 |
2279 | 2024-09-03T23:15:46.057Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2280 | 2024-09-03T23:15:51.435Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2281 | 2024-09-03T23:15:53.277Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2282 | 2024-09-03T23:15:55.167Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2283 | 2024-09-03T23:15:57.842Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2284 | 2024-09-03T23:15:59.939Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2285 | 2024-09-03T23:16:00.295Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2286 | 2024-09-03T23:16:05.566Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2287 | 2024-09-03T23:16:06.442Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2288 | 2024-09-03T23:16:10.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.45s |
2289 | 2024-09-03T23:16:10.406Z | |
2290 | 2024-09-03T23:16:10.407Z | info: running `cargo check --bins` on gateway-api (46/158) |
2291 | 2024-09-03T23:16:11.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2292 | 2024-09-03T23:16:11.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2293 | 2024-09-03T23:16:11.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2294 | 2024-09-03T23:16:11.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2295 | 2024-09-03T23:16:11.424Z | |
2296 | 2024-09-03T23:16:11.424Z | info: running `cargo check --bins` on oximeter (47/158) |
2297 | 2024-09-03T23:16:12.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2298 | 2024-09-03T23:16:12.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2299 | 2024-09-03T23:16:12.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2300 | 2024-09-03T23:16:12.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2301 | 2024-09-03T23:16:12.407Z | |
2302 | 2024-09-03T23:16:12.408Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2303 | 2024-09-03T23:16:13.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2304 | 2024-09-03T23:16:13.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2305 | 2024-09-03T23:16:13.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2306 | 2024-09-03T23:16:13.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2307 | 2024-09-03T23:16:13.445Z | |
2308 | 2024-09-03T23:16:13.446Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2309 | 2024-09-03T23:16:14.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2310 | 2024-09-03T23:16:14.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2311 | 2024-09-03T23:16:14.508Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2312 | 2024-09-03T23:16:14.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
2313 | 2024-09-03T23:16:15.072Z | |
2314 | 2024-09-03T23:16:15.072Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2315 | 2024-09-03T23:16:16.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2316 | 2024-09-03T23:16:16.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2317 | 2024-09-03T23:16:16.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2318 | 2024-09-03T23:16:16.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2319 | 2024-09-03T23:16:16.111Z | |
2320 | 2024-09-03T23:16:16.111Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2321 | 2024-09-03T23:16:16.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2322 | 2024-09-03T23:16:16.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2323 | 2024-09-03T23:16:16.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2324 | 2024-09-03T23:16:16.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2325 | 2024-09-03T23:16:17.052Z | |
2326 | 2024-09-03T23:16:17.052Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2327 | 2024-09-03T23:16:17.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2328 | 2024-09-03T23:16:17.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2329 | 2024-09-03T23:16:17.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2330 | 2024-09-03T23:16:17.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2331 | 2024-09-03T23:16:17.969Z | |
2332 | 2024-09-03T23:16:17.969Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2333 | 2024-09-03T23:16:18.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-09-03T23:16:18.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-09-03T23:16:18.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-09-03T23:16:18.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2337 | 2024-09-03T23:16:18.983Z | |
2338 | 2024-09-03T23:16:18.983Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2339 | 2024-09-03T23:16:19.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-09-03T23:16:19.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-09-03T23:16:19.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2024-09-03T23:16:19.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2343 | 2024-09-03T23:16:19.999Z | |
2344 | 2024-09-03T23:16:19.999Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2345 | 2024-09-03T23:16:20.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-09-03T23:16:20.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-09-03T23:16:20.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2348 | 2024-09-03T23:16:20.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2349 | 2024-09-03T23:16:21.008Z | |
2350 | 2024-09-03T23:16:21.008Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2351 | 2024-09-03T23:16:21.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2024-09-03T23:16:21.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2024-09-03T23:16:21.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2354 | 2024-09-03T23:16:21.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2355 | 2024-09-03T23:16:21.916Z | |
2356 | 2024-09-03T23:16:21.916Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2357 | 2024-09-03T23:16:22.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2024-09-03T23:16:22.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2024-09-03T23:16:22.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2360 | 2024-09-03T23:16:22.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2361 | 2024-09-03T23:16:22.863Z | |
2362 | 2024-09-03T23:16:22.864Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2363 | 2024-09-03T23:16:23.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2024-09-03T23:16:23.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2024-09-03T23:16:23.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2366 | 2024-09-03T23:16:23.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2367 | 2024-09-03T23:16:23.867Z | |
2368 | 2024-09-03T23:16:23.867Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2369 | 2024-09-03T23:16:24.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2024-09-03T23:16:24.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2024-09-03T23:16:24.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2372 | 2024-09-03T23:16:24.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2373 | 2024-09-03T23:16:24.865Z | |
2374 | 2024-09-03T23:16:24.865Z | info: running `cargo check --bins` on internal-dns (60/158) |
2375 | 2024-09-03T23:16:25.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-09-03T23:16:25.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-09-03T23:16:25.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2378 | 2024-09-03T23:16:25.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2379 | 2024-09-03T23:16:25.888Z | |
2380 | 2024-09-03T23:16:25.888Z | info: running `cargo check --bins` on nexus-client (61/158) |
2381 | 2024-09-03T23:16:26.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-09-03T23:16:26.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-09-03T23:16:26.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2384 | 2024-09-03T23:16:26.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2385 | 2024-09-03T23:16:26.909Z | |
2386 | 2024-09-03T23:16:26.909Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2387 | 2024-09-03T23:16:27.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-09-03T23:16:27.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-09-03T23:16:27.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2390 | 2024-09-03T23:16:27.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2391 | 2024-09-03T23:16:27.876Z | |
2392 | 2024-09-03T23:16:27.876Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2393 | 2024-09-03T23:16:28.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-09-03T23:16:28.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-09-03T23:16:28.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2396 | 2024-09-03T23:16:28.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2397 | 2024-09-03T23:16:28.903Z | |
2398 | 2024-09-03T23:16:28.903Z | info: running `cargo check --bins` on nexus-types (64/158) |
2399 | 2024-09-03T23:16:29.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-09-03T23:16:29.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-09-03T23:16:29.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2402 | 2024-09-03T23:16:29.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2403 | 2024-09-03T23:16:29.918Z | |
2404 | 2024-09-03T23:16:29.918Z | info: running `cargo check --bins` on gateway-client (65/158) |
2405 | 2024-09-03T23:16:30.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-09-03T23:16:30.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-09-03T23:16:30.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2408 | 2024-09-03T23:16:30.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2409 | 2024-09-03T23:16:30.858Z | |
2410 | 2024-09-03T23:16:30.858Z | info: running `cargo check --bins` on oxql-types (66/158) |
2411 | 2024-09-03T23:16:31.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-09-03T23:16:31.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-09-03T23:16:31.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2414 | 2024-09-03T23:16:31.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2415 | 2024-09-03T23:16:31.816Z | |
2416 | 2024-09-03T23:16:31.816Z | info: running `cargo check --bins` on sp-sim (67/158) |
2417 | 2024-09-03T23:16:32.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-09-03T23:16:32.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-09-03T23:16:32.814Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2420 | 2024-09-03T23:16:35.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
2421 | 2024-09-03T23:16:35.292Z | |
2422 | 2024-09-03T23:16:35.292Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158) |
2423 | 2024-09-03T23:16:36.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-09-03T23:16:36.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-09-03T23:16:36.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2024-09-03T23:16:36.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2427 | 2024-09-03T23:16:36.328Z | |
2428 | 2024-09-03T23:16:36.328Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158) |
2429 | 2024-09-03T23:16:37.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-09-03T23:16:37.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-09-03T23:16:37.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2024-09-03T23:16:37.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2433 | 2024-09-03T23:16:37.380Z | |
2434 | 2024-09-03T23:16:37.380Z | info: running `cargo check --bins` on db-macros (70/158) |
2435 | 2024-09-03T23:16:38.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-09-03T23:16:38.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-09-03T23:16:38.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2024-09-03T23:16:38.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2439 | 2024-09-03T23:16:38.316Z | |
2440 | 2024-09-03T23:16:38.316Z | info: running `cargo check --bins` on nexus-macros-common (71/158) |
2441 | 2024-09-03T23:16:39.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-09-03T23:16:39.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-09-03T23:16:39.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2024-09-03T23:16:39.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2445 | 2024-09-03T23:16:39.291Z | |
2446 | 2024-09-03T23:16:39.291Z | info: running `cargo check --bins` on nexus-auth (72/158) |
2447 | 2024-09-03T23:16:40.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2024-09-03T23:16:40.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2024-09-03T23:16:40.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2024-09-03T23:16:40.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2451 | 2024-09-03T23:16:40.350Z | |
2452 | 2024-09-03T23:16:40.350Z | info: running `cargo check --bins` on authz-macros (73/158) |
2453 | 2024-09-03T23:16:41.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2024-09-03T23:16:41.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2024-09-03T23:16:41.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2024-09-03T23:16:41.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2457 | 2024-09-03T23:16:41.295Z | |
2458 | 2024-09-03T23:16:41.295Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/158) |
2459 | 2024-09-03T23:16:42.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2024-09-03T23:16:42.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2024-09-03T23:16:42.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2024-09-03T23:16:42.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2463 | 2024-09-03T23:16:42.310Z | |
2464 | 2024-09-03T23:16:42.310Z | info: running `cargo check --bins` on nexus-db-model (75/158) |
2465 | 2024-09-03T23:16:43.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-09-03T23:16:43.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-09-03T23:16:43.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2024-09-03T23:16:43.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2469 | 2024-09-03T23:16:43.356Z | |
2470 | 2024-09-03T23:16:43.356Z | info: running `cargo check --bins` on nexus-defaults (76/158) |
2471 | 2024-09-03T23:16:44.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-09-03T23:16:44.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-09-03T23:16:44.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2024-09-03T23:16:44.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2475 | 2024-09-03T23:16:44.319Z | |
2476 | 2024-09-03T23:16:44.319Z | info: running `cargo check --bins` on sled-agent-client (77/158) |
2477 | 2024-09-03T23:16:45.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-09-03T23:16:45.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-09-03T23:16:45.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2024-09-03T23:16:45.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2481 | 2024-09-03T23:16:45.326Z | |
2482 | 2024-09-03T23:16:45.326Z | info: running `cargo check --bins` on nexus-inventory (78/158) |
2483 | 2024-09-03T23:16:46.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-09-03T23:16:46.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-09-03T23:16:46.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2024-09-03T23:16:46.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2487 | 2024-09-03T23:16:46.307Z | |
2488 | 2024-09-03T23:16:46.307Z | info: running `cargo check --bins` on typed-rng (79/158) |
2489 | 2024-09-03T23:16:47.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-09-03T23:16:47.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-09-03T23:16:47.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2024-09-03T23:16:47.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2493 | 2024-09-03T23:16:47.228Z | |
2494 | 2024-09-03T23:16:47.228Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158) |
2495 | 2024-09-03T23:16:48.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-09-03T23:16:48.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-09-03T23:16:48.380Z | Compiling rayon-core v1.12.1 |
2498 | 2024-09-03T23:16:48.404Z | Compiling crossbeam-deque v0.8.5 |
2499 | 2024-09-03T23:16:48.404Z | Compiling curve25519-dalek v4.1.3 |
2500 | 2024-09-03T23:16:48.405Z | Compiling unicase v2.7.0 |
2501 | 2024-09-03T23:16:48.405Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2502 | 2024-09-03T23:16:48.405Z | Compiling same-file v1.0.6 |
2503 | 2024-09-03T23:16:48.405Z | Checking keccak v0.1.5 |
2504 | 2024-09-03T23:16:48.405Z | Compiling tempfile v3.10.1 |
2505 | 2024-09-03T23:16:48.682Z | Compiling walkdir v2.5.0 |
2506 | 2024-09-03T23:16:48.748Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2507 | 2024-09-03T23:16:48.790Z | Checking sha3 v0.10.8 |
2508 | 2024-09-03T23:16:48.994Z | Compiling thiserror-impl-no-std v2.0.2 |
2509 | 2024-09-03T23:16:49.081Z | Checking universal-hash v0.5.1 |
2510 | 2024-09-03T23:16:49.150Z | Checking secrecy v0.8.0 |
2511 | 2024-09-03T23:16:49.191Z | Compiling blake3 v1.5.1 |
2512 | 2024-09-03T23:16:49.290Z | Compiling ring v0.16.20 |
2513 | 2024-09-03T23:16:49.314Z | Compiling curve25519-dalek-derive v0.1.1 |
2514 | 2024-09-03T23:16:49.338Z | Checking opaque-debug v0.3.1 |
2515 | 2024-09-03T23:16:49.362Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2516 | 2024-09-03T23:16:49.427Z | Checking poly1305 v0.8.0 |
2517 | 2024-09-03T23:16:49.451Z | Checking chacha20 v0.9.1 |
2518 | 2024-09-03T23:16:49.639Z | Compiling rayon v1.10.0 |
2519 | 2024-09-03T23:16:49.778Z | Checking aead v0.5.2 |
2520 | 2024-09-03T23:16:49.892Z | Compiling memmap2 v0.9.4 |
2521 | 2024-09-03T23:16:49.999Z | Compiling arrayref v0.3.7 |
2522 | 2024-09-03T23:16:50.106Z | Compiling untrusted v0.7.1 |
2523 | 2024-09-03T23:16:50.286Z | Compiling home v0.5.9 |
2524 | 2024-09-03T23:16:50.354Z | Compiling spin v0.5.2 |
2525 | 2024-09-03T23:16:50.415Z | Compiling arrayvec v0.7.4 |
2526 | 2024-09-03T23:16:50.439Z | Compiling libefi-sys v0.1.0 |
2527 | 2024-09-03T23:16:50.578Z | Compiling constant_time_eq v0.3.0 |
2528 | 2024-09-03T23:16:50.602Z | Compiling toolchain_find v0.4.0 |
2529 | 2024-09-03T23:16:50.742Z | Checking chacha20poly1305 v0.10.1 |
2530 | 2024-09-03T23:16:50.940Z | Compiling camino-tempfile v1.1.1 |
2531 | 2024-09-03T23:16:51.041Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2532 | 2024-09-03T23:16:51.186Z | Compiling bitfield-struct v0.6.1 |
2533 | 2024-09-03T23:16:51.281Z | Compiling cancel-safe-futures v0.1.5 |
2534 | 2024-09-03T23:16:51.405Z | Compiling topological-sort v0.2.2 |
2535 | 2024-09-03T23:16:51.532Z | Compiling mime_guess v2.0.4 |
2536 | 2024-09-03T23:16:51.607Z | Compiling rustfmt-wrapper v0.2.1 |
2537 | 2024-09-03T23:16:51.889Z | Checking thiserror-no-std v2.0.2 |
2538 | 2024-09-03T23:16:51.966Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2539 | 2024-09-03T23:16:51.993Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2540 | 2024-09-03T23:16:52.130Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2541 | 2024-09-03T23:16:52.242Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2542 | 2024-09-03T23:16:52.400Z | Checking vsss-rs v3.3.4 |
2543 | 2024-09-03T23:16:52.487Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2544 | 2024-09-03T23:16:52.755Z | Checking gethostname v0.5.0 |
2545 | 2024-09-03T23:16:52.779Z | Checking libsw v3.3.1 |
2546 | 2024-09-03T23:16:52.875Z | Checking linear-map v1.2.0 |
2547 | 2024-09-03T23:16:52.900Z | Checking owo-colors v4.0.0 |
2548 | 2024-09-03T23:16:53.006Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2549 | 2024-09-03T23:16:53.030Z | Checking swrite v0.1.0 |
2550 | 2024-09-03T23:16:53.216Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2551 | 2024-09-03T23:16:53.457Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2552 | 2024-09-03T23:16:53.815Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2553 | 2024-09-03T23:16:54.053Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2554 | 2024-09-03T23:16:54.292Z | Checking nanorand v0.7.0 |
2555 | 2024-09-03T23:16:54.496Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2556 | 2024-09-03T23:16:54.635Z | Checking http-range v0.1.5 |
2557 | 2024-09-03T23:16:54.811Z | Compiling omicron-zone-package v0.11.0 |
2558 | 2024-09-03T23:16:54.863Z | Checking glob v0.3.1 |
2559 | 2024-09-03T23:16:54.888Z | Checking hyper-staticfile v0.9.5 |
2560 | 2024-09-03T23:16:54.912Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2561 | 2024-09-03T23:16:55.169Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2562 | 2024-09-03T23:16:55.311Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2563 | 2024-09-03T23:16:55.537Z | Checking flume v0.11.0 |
2564 | 2024-09-03T23:16:55.948Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2565 | 2024-09-03T23:16:56.004Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2566 | 2024-09-03T23:16:56.373Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2567 | 2024-09-03T23:16:56.856Z | Checking itertools v0.13.0 |
2568 | 2024-09-03T23:16:57.223Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2569 | 2024-09-03T23:16:57.318Z | Checking display-error-chain v0.2.1 |
2570 | 2024-09-03T23:16:57.902Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2571 | 2024-09-03T23:16:59.450Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2572 | 2024-09-03T23:17:01.139Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2573 | 2024-09-03T23:17:01.139Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2574 | 2024-09-03T23:17:16.443Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2575 | 2024-09-03T23:17:32.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.63s |
2576 | 2024-09-03T23:17:33.053Z | |
2577 | 2024-09-03T23:17:33.053Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158) |
2578 | 2024-09-03T23:17:33.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-09-03T23:17:34.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-09-03T23:17:34.155Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2581 | 2024-09-03T23:17:50.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.09s |
2582 | 2024-09-03T23:17:50.320Z | |
2583 | 2024-09-03T23:17:50.320Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158) |
2584 | 2024-09-03T23:17:51.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-09-03T23:17:51.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-09-03T23:17:51.331Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2587 | 2024-09-03T23:18:06.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.55s |
2588 | 2024-09-03T23:18:07.042Z | |
2589 | 2024-09-03T23:18:07.042Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158) |
2590 | 2024-09-03T23:18:07.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-09-03T23:18:07.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-09-03T23:18:08.137Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2593 | 2024-09-03T23:18:23.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.48s |
2594 | 2024-09-03T23:18:23.700Z | |
2595 | 2024-09-03T23:18:23.700Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158) |
2596 | 2024-09-03T23:18:24.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-09-03T23:18:24.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-09-03T23:18:24.778Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2599 | 2024-09-03T23:18:40.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.55s |
2600 | 2024-09-03T23:18:40.430Z | |
2601 | 2024-09-03T23:18:40.430Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158) |
2602 | 2024-09-03T23:18:41.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-09-03T23:18:41.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-09-03T23:18:41.534Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2605 | 2024-09-03T23:18:57.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.91s |
2606 | 2024-09-03T23:18:57.522Z | |
2607 | 2024-09-03T23:18:57.523Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158) |
2608 | 2024-09-03T23:18:58.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-09-03T23:18:58.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-09-03T23:18:58.590Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2611 | 2024-09-03T23:19:13.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.09s |
2612 | 2024-09-03T23:19:13.787Z | |
2613 | 2024-09-03T23:19:13.787Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158) |
2614 | 2024-09-03T23:19:14.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-09-03T23:19:14.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-09-03T23:19:14.832Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2617 | 2024-09-03T23:19:30.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.77s |
2618 | 2024-09-03T23:19:30.747Z | |
2619 | 2024-09-03T23:19:30.747Z | info: running `cargo check --bins` on bootstrap-agent-api (88/158) |
2620 | 2024-09-03T23:19:31.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-09-03T23:19:31.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-09-03T23:19:31.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2024-09-03T23:19:31.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2624 | 2024-09-03T23:19:31.792Z | |
2625 | 2024-09-03T23:19:31.792Z | info: running `cargo check --bins` on sled-agent-types (89/158) |
2626 | 2024-09-03T23:19:32.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-09-03T23:19:32.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-09-03T23:19:32.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-09-03T23:19:32.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2630 | 2024-09-03T23:19:32.776Z | |
2631 | 2024-09-03T23:19:32.776Z | info: running `cargo check --bins` on bootstrap-agent-client (90/158) |
2632 | 2024-09-03T23:19:33.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-09-03T23:19:33.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-09-03T23:19:33.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-09-03T23:19:33.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2636 | 2024-09-03T23:19:33.732Z | |
2637 | 2024-09-03T23:19:33.732Z | info: running `cargo check --bins` on dpd-client (91/158) |
2638 | 2024-09-03T23:19:34.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-09-03T23:19:34.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-09-03T23:19:34.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-09-03T23:19:34.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2642 | 2024-09-03T23:19:34.664Z | |
2643 | 2024-09-03T23:19:34.664Z | info: running `cargo check --bins` on installinator-common (92/158) |
2644 | 2024-09-03T23:19:35.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-09-03T23:19:35.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-09-03T23:19:35.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2024-09-03T23:19:35.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2648 | 2024-09-03T23:19:35.608Z | |
2649 | 2024-09-03T23:19:35.608Z | info: running `cargo check --bins` on update-engine (93/158) |
2650 | 2024-09-03T23:19:36.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-09-03T23:19:36.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-09-03T23:19:36.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2024-09-03T23:19:36.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2654 | 2024-09-03T23:19:36.600Z | |
2655 | 2024-09-03T23:19:36.600Z | info: running `cargo check --bins` on key-manager (94/158) |
2656 | 2024-09-03T23:19:37.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-09-03T23:19:37.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-09-03T23:19:37.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2024-09-03T23:19:37.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2660 | 2024-09-03T23:19:37.557Z | |
2661 | 2024-09-03T23:19:37.557Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2662 | 2024-09-03T23:19:38.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-09-03T23:19:38.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-09-03T23:19:38.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2024-09-03T23:19:38.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2666 | 2024-09-03T23:19:38.541Z | |
2667 | 2024-09-03T23:19:38.541Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2668 | 2024-09-03T23:19:39.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-09-03T23:19:39.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-09-03T23:19:39.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2024-09-03T23:19:39.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2672 | 2024-09-03T23:19:39.534Z | |
2673 | 2024-09-03T23:19:39.534Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2674 | 2024-09-03T23:19:40.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-09-03T23:19:40.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-09-03T23:19:40.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2024-09-03T23:19:40.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2678 | 2024-09-03T23:19:40.457Z | |
2679 | 2024-09-03T23:19:40.457Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2680 | 2024-09-03T23:19:41.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-09-03T23:19:41.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-09-03T23:19:41.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2024-09-03T23:19:41.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2684 | 2024-09-03T23:19:41.419Z | |
2685 | 2024-09-03T23:19:41.419Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2686 | 2024-09-03T23:19:42.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-09-03T23:19:42.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-09-03T23:19:42.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2024-09-03T23:19:42.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2690 | 2024-09-03T23:19:42.393Z | |
2691 | 2024-09-03T23:19:42.393Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2692 | 2024-09-03T23:19:43.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2024-09-03T23:19:43.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2024-09-03T23:19:43.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2024-09-03T23:19:43.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2696 | 2024-09-03T23:19:43.362Z | |
2697 | 2024-09-03T23:19:43.362Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2698 | 2024-09-03T23:19:44.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2024-09-03T23:19:44.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2024-09-03T23:19:44.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2024-09-03T23:19:44.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2702 | 2024-09-03T23:19:44.317Z | |
2703 | 2024-09-03T23:19:44.317Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2704 | 2024-09-03T23:19:45.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2024-09-03T23:19:45.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2024-09-03T23:19:45.330Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2707 | 2024-09-03T23:19:45.331Z | Checking bcs v0.1.6 |
2708 | 2024-09-03T23:19:45.331Z | Compiling async-recursion v1.1.1 |
2709 | 2024-09-03T23:19:45.355Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2710 | 2024-09-03T23:19:45.355Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2711 | 2024-09-03T23:19:46.614Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2712 | 2024-09-03T23:19:50.634Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2713 | 2024-09-03T23:19:52.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.48s |
2714 | 2024-09-03T23:19:52.974Z | |
2715 | 2024-09-03T23:19:52.974Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2716 | 2024-09-03T23:19:53.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2024-09-03T23:19:53.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2024-09-03T23:19:53.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2024-09-03T23:19:53.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2720 | 2024-09-03T23:19:53.876Z | |
2721 | 2024-09-03T23:19:53.876Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2722 | 2024-09-03T23:19:54.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2024-09-03T23:19:54.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2024-09-03T23:19:54.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2024-09-03T23:19:54.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2726 | 2024-09-03T23:19:54.764Z | |
2727 | 2024-09-03T23:19:54.764Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2728 | 2024-09-03T23:19:55.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2024-09-03T23:19:55.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2024-09-03T23:19:55.679Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2731 | 2024-09-03T23:19:56.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
2732 | 2024-09-03T23:19:56.529Z | |
2733 | 2024-09-03T23:19:56.529Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2734 | 2024-09-03T23:19:57.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2024-09-03T23:19:57.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2024-09-03T23:19:57.569Z | Compiling cfg_aliases v0.1.1 |
2737 | 2024-09-03T23:19:57.569Z | Compiling vte_generate_state_changes v0.1.1 |
2738 | 2024-09-03T23:19:57.593Z | Checking fd-lock v4.0.2 |
2739 | 2024-09-03T23:19:57.593Z | Checking bytecount v0.6.8 |
2740 | 2024-09-03T23:19:57.593Z | Compiling tabled_derive v0.7.0 |
2741 | 2024-09-03T23:19:57.593Z | Checking crossterm v0.27.0 |
2742 | 2024-09-03T23:19:57.617Z | Compiling peg-macros v0.8.4 |
2743 | 2024-09-03T23:19:57.641Z | Compiling sqlparser_derive v0.2.2 |
2744 | 2024-09-03T23:19:57.714Z | Compiling nix v0.28.0 |
2745 | 2024-09-03T23:19:57.771Z | Checking unicode_categories v0.1.1 |
2746 | 2024-09-03T23:19:57.795Z | Checking papergrid v0.11.0 |
2747 | 2024-09-03T23:19:58.013Z | Checking nu-ansi-term v0.50.0 |
2748 | 2024-09-03T23:19:58.210Z | Checking vte v0.11.1 |
2749 | 2024-09-03T23:19:58.366Z | Checking home v0.5.9 |
2750 | 2024-09-03T23:19:58.499Z | Checking sqlformat v0.2.4 |
2751 | 2024-09-03T23:19:58.581Z | Checking sqlparser v0.45.0 |
2752 | 2024-09-03T23:19:59.034Z | Checking crossterm v0.28.1 |
2753 | 2024-09-03T23:19:59.264Z | Checking strip-ansi-escapes v0.2.0 |
2754 | 2024-09-03T23:19:59.396Z | Checking reedline v0.33.0 |
2755 | 2024-09-03T23:19:59.783Z | Checking tabled v0.15.0 |
2756 | 2024-09-03T23:20:00.338Z | Checking peg v0.8.4 |
2757 | 2024-09-03T23:20:00.484Z | Checking rustyline v14.0.0 |
2758 | 2024-09-03T23:20:05.971Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2759 | 2024-09-03T23:20:12.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.91s |
2760 | 2024-09-03T23:20:12.605Z | |
2761 | 2024-09-03T23:20:12.606Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2762 | 2024-09-03T23:20:13.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-09-03T23:20:13.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-09-03T23:20:13.554Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2765 | 2024-09-03T23:20:20.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.52s |
2766 | 2024-09-03T23:20:20.293Z | |
2767 | 2024-09-03T23:20:20.293Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2768 | 2024-09-03T23:20:21.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-09-03T23:20:21.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-09-03T23:20:21.224Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2771 | 2024-09-03T23:20:27.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.10s |
2772 | 2024-09-03T23:20:27.569Z | |
2773 | 2024-09-03T23:20:27.569Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2774 | 2024-09-03T23:20:28.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-09-03T23:20:28.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-09-03T23:20:28.597Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2777 | 2024-09-03T23:20:34.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.79s |
2778 | 2024-09-03T23:20:34.536Z | |
2779 | 2024-09-03T23:20:34.536Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2780 | 2024-09-03T23:20:35.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-09-03T23:20:35.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-09-03T23:20:35.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-09-03T23:20:35.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2784 | 2024-09-03T23:20:35.556Z | |
2785 | 2024-09-03T23:20:35.556Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2786 | 2024-09-03T23:20:36.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-09-03T23:20:36.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-09-03T23:20:36.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-09-03T23:20:36.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2790 | 2024-09-03T23:20:36.564Z | |
2791 | 2024-09-03T23:20:36.564Z | info: running `cargo check --bins` on installinator-client (112/158) |
2792 | 2024-09-03T23:20:37.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-09-03T23:20:37.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-09-03T23:20:37.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-09-03T23:20:37.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2796 | 2024-09-03T23:20:37.643Z | |
2797 | 2024-09-03T23:20:37.643Z | info: running `cargo check --bins` on oxide-client (113/158) |
2798 | 2024-09-03T23:20:38.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-09-03T23:20:38.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-09-03T23:20:38.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-09-03T23:20:38.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2802 | 2024-09-03T23:20:38.668Z | |
2803 | 2024-09-03T23:20:38.668Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2804 | 2024-09-03T23:20:39.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-09-03T23:20:39.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-09-03T23:20:39.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-09-03T23:20:39.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2808 | 2024-09-03T23:20:39.730Z | |
2809 | 2024-09-03T23:20:39.730Z | info: running `cargo check --bins` on wicket-common (115/158) |
2810 | 2024-09-03T23:20:40.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-09-03T23:20:40.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-09-03T23:20:40.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-09-03T23:20:40.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2814 | 2024-09-03T23:20:40.806Z | |
2815 | 2024-09-03T23:20:40.806Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2816 | 2024-09-03T23:20:41.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-09-03T23:20:41.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-09-03T23:20:41.865Z | Checking csv-core v0.1.11 |
2819 | 2024-09-03T23:20:41.889Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2820 | 2024-09-03T23:20:42.189Z | Checking csv v1.3.0 |
2821 | 2024-09-03T23:20:42.926Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2822 | 2024-09-03T23:20:43.389Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2823 | 2024-09-03T23:20:45.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
2824 | 2024-09-03T23:20:45.182Z | |
2825 | 2024-09-03T23:20:45.182Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2826 | 2024-09-03T23:20:46.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-09-03T23:20:46.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-09-03T23:20:46.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2829 | 2024-09-03T23:20:46.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2830 | 2024-09-03T23:20:46.265Z | |
2831 | 2024-09-03T23:20:46.265Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2832 | 2024-09-03T23:20:47.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-09-03T23:20:47.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-09-03T23:20:47.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-09-03T23:20:47.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2836 | 2024-09-03T23:20:47.299Z | |
2837 | 2024-09-03T23:20:47.299Z | info: running `cargo check --bins` on cert-dev (119/158) |
2838 | 2024-09-03T23:20:48.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-09-03T23:20:48.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-09-03T23:20:48.256Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2841 | 2024-09-03T23:20:48.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
2842 | 2024-09-03T23:20:48.685Z | |
2843 | 2024-09-03T23:20:48.685Z | info: running `cargo check --bins` on ch-dev (120/158) |
2844 | 2024-09-03T23:20:49.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-09-03T23:20:49.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-09-03T23:20:49.787Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2847 | 2024-09-03T23:20:50.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
2848 | 2024-09-03T23:20:50.773Z | |
2849 | 2024-09-03T23:20:50.773Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2850 | 2024-09-03T23:20:51.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-09-03T23:20:51.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-09-03T23:20:51.908Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2853 | 2024-09-03T23:20:52.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
2854 | 2024-09-03T23:20:52.439Z | |
2855 | 2024-09-03T23:20:52.439Z | info: running `cargo check --bins` on db-dev (122/158) |
2856 | 2024-09-03T23:20:53.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-09-03T23:20:53.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-09-03T23:20:53.506Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2859 | 2024-09-03T23:20:54.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
2860 | 2024-09-03T23:20:54.543Z | |
2861 | 2024-09-03T23:20:54.543Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2862 | 2024-09-03T23:20:55.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-09-03T23:20:55.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-09-03T23:20:55.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-09-03T23:20:55.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2866 | 2024-09-03T23:20:55.563Z | |
2867 | 2024-09-03T23:20:55.563Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2868 | 2024-09-03T23:20:56.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-09-03T23:20:56.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-09-03T23:20:56.600Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2871 | 2024-09-03T23:20:57.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
2872 | 2024-09-03T23:20:57.811Z | |
2873 | 2024-09-03T23:20:57.811Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2874 | 2024-09-03T23:20:58.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-09-03T23:20:58.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-09-03T23:20:58.919Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2877 | 2024-09-03T23:20:59.644Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2878 | 2024-09-03T23:21:00.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
2879 | 2024-09-03T23:21:00.445Z | |
2880 | 2024-09-03T23:21:00.445Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2881 | 2024-09-03T23:21:01.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-09-03T23:21:01.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-09-03T23:21:01.659Z | Compiling glob v0.3.1 |
2884 | 2024-09-03T23:21:01.659Z | Compiling crunchy v0.2.2 |
2885 | 2024-09-03T23:21:01.683Z | Compiling tiny-keccak v2.0.2 |
2886 | 2024-09-03T23:21:01.683Z | Compiling dsl_auto_type v0.1.2 |
2887 | 2024-09-03T23:21:01.683Z | Checking scheduled-thread-pool v0.2.7 |
2888 | 2024-09-03T23:21:01.683Z | Compiling diesel_table_macro_syntax v0.2.0 |
2889 | 2024-09-03T23:21:01.707Z | Compiling ascii-canvas v3.0.0 |
2890 | 2024-09-03T23:21:01.707Z | Compiling ena v0.14.3 |
2891 | 2024-09-03T23:21:01.954Z | Checking r2d2 v0.8.10 |
2892 | 2024-09-03T23:21:01.978Z | Compiling libloading v0.8.3 |
2893 | 2024-09-03T23:21:02.159Z | Compiling regex-syntax v0.6.29 |
2894 | 2024-09-03T23:21:02.183Z | Compiling bindgen v0.69.4 |
2895 | 2024-09-03T23:21:02.249Z | Compiling diff v0.1.13 |
2896 | 2024-09-03T23:21:02.276Z | Compiling which v4.4.2 |
2897 | 2024-09-03T23:21:02.386Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2898 | 2024-09-03T23:21:02.594Z | Compiling cexpr v0.6.0 |
2899 | 2024-09-03T23:21:02.618Z | Compiling clang-sys v1.7.0 |
2900 | 2024-09-03T23:21:02.849Z | Compiling ref-cast v1.0.23 |
2901 | 2024-09-03T23:21:02.874Z | Compiling lazycell v1.3.0 |
2902 | 2024-09-03T23:21:02.874Z | Compiling shlex v1.3.0 |
2903 | 2024-09-03T23:21:02.906Z | Compiling rustc-hash v1.1.0 |
2904 | 2024-09-03T23:21:03.040Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2905 | 2024-09-03T23:21:03.064Z | Compiling derive_builder_core v0.20.0 |
2906 | 2024-09-03T23:21:03.222Z | Compiling diesel_derives v2.2.2 |
2907 | 2024-09-03T23:21:03.311Z | Compiling libxml v0.3.3 |
2908 | 2024-09-03T23:21:03.335Z | Compiling ref-cast-impl v1.0.23 |
2909 | 2024-09-03T23:21:03.415Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2910 | 2024-09-03T23:21:03.727Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2911 | 2024-09-03T23:21:03.892Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2912 | 2024-09-03T23:21:04.152Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2913 | 2024-09-03T23:21:04.217Z | Compiling strum_macros v0.24.3 |
2914 | 2024-09-03T23:21:04.480Z | Compiling dropshot v0.10.1 |
2915 | 2024-09-03T23:21:04.504Z | Compiling indoc v1.0.9 |
2916 | 2024-09-03T23:21:05.240Z | Compiling lalrpop v0.19.12 |
2917 | 2024-09-03T23:21:05.374Z | Compiling derive_builder_macro v0.20.0 |
2918 | 2024-09-03T23:21:06.159Z | Checking derive_builder v0.20.0 |
2919 | 2024-09-03T23:21:06.320Z | Checking tungstenite v0.23.0 |
2920 | 2024-09-03T23:21:06.513Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2921 | 2024-09-03T23:21:06.761Z | Compiling dropshot_endpoint v0.10.1 |
2922 | 2024-09-03T23:21:07.088Z | Compiling impl-trait-for-tuples v0.2.2 |
2923 | 2024-09-03T23:21:07.249Z | Compiling oso-derive v0.27.3 |
2924 | 2024-09-03T23:21:07.360Z | Checking quick-xml v0.31.0 |
2925 | 2024-09-03T23:21:08.238Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2926 | 2024-09-03T23:21:08.430Z | Checking maplit v1.0.2 |
2927 | 2024-09-03T23:21:08.644Z | Checking tokio-tungstenite v0.23.1 |
2928 | 2024-09-03T23:21:09.059Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2929 | 2024-09-03T23:21:09.203Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2930 | 2024-09-03T23:21:09.442Z | Checking bb8 v0.8.5 |
2931 | 2024-09-03T23:21:09.836Z | Compiling const_format_proc_macros v0.2.32 |
2932 | 2024-09-03T23:21:10.562Z | Checking crossbeam-deque v0.8.5 |
2933 | 2024-09-03T23:21:10.875Z | Compiling portable-atomic v1.6.0 |
2934 | 2024-09-03T23:21:11.832Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2935 | 2024-09-03T23:21:11.928Z | Checking const_format v0.2.32 |
2936 | 2024-09-03T23:21:12.064Z | Checking rayon-core v1.12.1 |
2937 | 2024-09-03T23:21:12.494Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2938 | 2024-09-03T23:21:12.766Z | Checking castaway v0.2.3 |
2939 | 2024-09-03T23:21:12.822Z | Checking rayon v1.10.0 |
2940 | 2024-09-03T23:21:12.952Z | Checking compact_str v0.8.0 |
2941 | 2024-09-03T23:21:13.707Z | Checking diesel v2.2.3 |
2942 | 2024-09-03T23:21:14.211Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2943 | 2024-09-03T23:21:14.369Z | Checking unicode-truncate v1.0.0 |
2944 | 2024-09-03T23:21:14.498Z | Checking lru v0.12.3 |
2945 | 2024-09-03T23:21:14.592Z | Compiling instability v0.3.2 |
2946 | 2024-09-03T23:21:14.659Z | Checking number_prefix v0.4.0 |
2947 | 2024-09-03T23:21:14.786Z | Checking smawk v0.3.2 |
2948 | 2024-09-03T23:21:14.818Z | Checking unicode-linebreak v0.1.5 |
2949 | 2024-09-03T23:21:14.848Z | Checking cassowary v0.3.0 |
2950 | 2024-09-03T23:21:15.038Z | Checking multimap v0.10.0 |
2951 | 2024-09-03T23:21:15.221Z | Checking textwrap v0.16.1 |
2952 | 2024-09-03T23:21:15.567Z | Checking ratatui v0.28.0 |
2953 | 2024-09-03T23:21:16.624Z | Checking indicatif v0.17.8 |
2954 | 2024-09-03T23:21:35.718Z | Compiling samael v0.0.15 |
2955 | 2024-09-03T23:21:46.806Z | Checking async-bb8-diesel v0.2.1 |
2956 | 2024-09-03T23:21:49.326Z | Compiling polar-core v0.27.3 |
2957 | 2024-09-03T23:21:58.358Z | Checking oso v0.27.3 |
2958 | 2024-09-03T23:23:16.274Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2959 | 2024-09-03T23:23:23.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
2960 | 2024-09-03T23:23:23.358Z | |
2961 | 2024-09-03T23:23:23.358Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2962 | 2024-09-03T23:23:24.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-09-03T23:23:24.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-09-03T23:23:24.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2965 | 2024-09-03T23:23:24.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2966 | 2024-09-03T23:23:24.316Z | |
2967 | 2024-09-03T23:23:24.316Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
2968 | 2024-09-03T23:23:25.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-09-03T23:23:25.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-09-03T23:23:25.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2971 | 2024-09-03T23:23:25.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2972 | 2024-09-03T23:23:25.254Z | |
2973 | 2024-09-03T23:23:25.254Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
2974 | 2024-09-03T23:23:26.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-09-03T23:23:26.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-09-03T23:23:26.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2977 | 2024-09-03T23:23:26.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2978 | 2024-09-03T23:23:26.087Z | |
2979 | 2024-09-03T23:23:26.088Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
2980 | 2024-09-03T23:23:27.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-09-03T23:23:27.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-09-03T23:23:27.233Z | Compiling libz-sys v1.1.16 |
2983 | 2024-09-03T23:23:27.259Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2984 | 2024-09-03T23:23:27.282Z | Compiling vergen v8.3.2 |
2985 | 2024-09-03T23:23:27.282Z | Compiling cargo-platform v0.1.8 |
2986 | 2024-09-03T23:23:27.282Z | Compiling pin-project-internal v1.1.5 |
2987 | 2024-09-03T23:23:27.340Z | Compiling snafu-derive v0.8.2 |
2988 | 2024-09-03T23:23:27.340Z | Compiling libsqlite3-sys v0.28.0 |
2989 | 2024-09-03T23:23:27.364Z | Compiling cfg_aliases v0.2.1 |
2990 | 2024-09-03T23:23:27.573Z | Compiling buf-list v1.0.3 |
2991 | 2024-09-03T23:23:27.784Z | Compiling cargo_metadata v0.18.1 |
2992 | 2024-09-03T23:23:27.841Z | Compiling nix v0.29.0 |
2993 | 2024-09-03T23:23:28.091Z | Checking globset v0.4.14 |
2994 | 2024-09-03T23:23:28.203Z | Checking olpc-cjson v0.1.3 |
2995 | 2024-09-03T23:23:28.396Z | Checking rand_seeder v0.3.0 |
2996 | 2024-09-03T23:23:28.514Z | Checking serde_plain v1.0.2 |
2997 | 2024-09-03T23:23:28.622Z | Checking typed-path v0.7.1 |
2998 | 2024-09-03T23:23:28.680Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2999 | 2024-09-03T23:23:28.851Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3000 | 2024-09-03T23:23:29.000Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3001 | 2024-09-03T23:23:29.103Z | Checking hashlink v0.9.1 |
3002 | 2024-09-03T23:23:29.275Z | Checking fallible-streaming-iterator v0.1.9 |
3003 | 2024-09-03T23:23:29.503Z | Checking parse-size v1.0.0 |
3004 | 2024-09-03T23:23:29.641Z | Checking fallible-iterator v0.3.0 |
3005 | 2024-09-03T23:23:29.715Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3006 | 2024-09-03T23:23:29.905Z | Checking pin-project v1.1.5 |
3007 | 2024-09-03T23:23:30.181Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3008 | 2024-09-03T23:23:30.272Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3009 | 2024-09-03T23:23:30.489Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3010 | 2024-09-03T23:23:30.513Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3011 | 2024-09-03T23:23:30.537Z | Checking twox-hash v1.6.3 |
3012 | 2024-09-03T23:23:30.650Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3013 | 2024-09-03T23:23:30.971Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3014 | 2024-09-03T23:23:31.067Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3015 | 2024-09-03T23:23:31.483Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3016 | 2024-09-03T23:23:31.792Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3017 | 2024-09-03T23:23:32.115Z | Checking fatfs v0.3.6 |
3018 | 2024-09-03T23:23:32.151Z | Checking snafu v0.8.2 |
3019 | 2024-09-03T23:23:32.175Z | Checking assert_matches v1.5.0 |
3020 | 2024-09-03T23:23:32.500Z | Checking rusqlite v0.31.0 |
3021 | 2024-09-03T23:23:32.595Z | Checking tough v0.17.1 |
3022 | 2024-09-03T23:23:36.542Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3023 | 2024-09-03T23:23:38.005Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3024 | 2024-09-03T23:23:39.050Z | Compiling git2 v0.19.0 |
3025 | 2024-09-03T23:23:45.083Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3026 | 2024-09-03T23:24:48.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
3027 | 2024-09-03T23:24:48.509Z | |
3028 | 2024-09-03T23:24:48.509Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
3029 | 2024-09-03T23:24:49.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2024-09-03T23:24:49.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2024-09-03T23:24:49.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2024-09-03T23:24:49.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3033 | 2024-09-03T23:24:49.529Z | |
3034 | 2024-09-03T23:24:49.529Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
3035 | 2024-09-03T23:24:50.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-09-03T23:24:50.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-09-03T23:24:50.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2024-09-03T23:24:50.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3039 | 2024-09-03T23:24:50.383Z | |
3040 | 2024-09-03T23:24:50.383Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
3041 | 2024-09-03T23:24:51.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-09-03T23:24:51.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-09-03T23:24:51.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-09-03T23:24:51.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3045 | 2024-09-03T23:24:51.326Z | |
3046 | 2024-09-03T23:24:51.326Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3047 | 2024-09-03T23:24:52.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-09-03T23:24:52.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-09-03T23:24:52.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-09-03T23:24:52.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3051 | 2024-09-03T23:24:52.253Z | |
3052 | 2024-09-03T23:24:52.253Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3053 | 2024-09-03T23:24:53.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-09-03T23:24:53.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-09-03T23:24:53.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-09-03T23:24:53.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3057 | 2024-09-03T23:24:53.207Z | |
3058 | 2024-09-03T23:24:53.207Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3059 | 2024-09-03T23:24:54.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-09-03T23:24:54.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-09-03T23:24:54.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-09-03T23:24:54.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3063 | 2024-09-03T23:24:54.189Z | |
3064 | 2024-09-03T23:24:54.189Z | info: running `cargo check --bins` on update-common (137/158) |
3065 | 2024-09-03T23:24:55.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-09-03T23:24:55.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-09-03T23:24:55.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2024-09-03T23:24:55.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3069 | 2024-09-03T23:24:55.104Z | |
3070 | 2024-09-03T23:24:55.104Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3071 | 2024-09-03T23:24:55.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-09-03T23:24:55.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-09-03T23:24:55.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2024-09-03T23:24:55.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3075 | 2024-09-03T23:24:56.021Z | |
3076 | 2024-09-03T23:24:56.021Z | info: running `cargo check --bins` on tufaceous (139/158) |
3077 | 2024-09-03T23:24:56.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-09-03T23:24:56.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-09-03T23:24:56.934Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3080 | 2024-09-03T23:24:57.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
3081 | 2024-09-03T23:24:58.113Z | |
3082 | 2024-09-03T23:24:58.113Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3083 | 2024-09-03T23:24:59.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-09-03T23:24:59.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-09-03T23:24:59.339Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3086 | 2024-09-03T23:24:59.339Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3087 | 2024-09-03T23:24:59.363Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3088 | 2024-09-03T23:25:00.939Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3089 | 2024-09-03T23:25:03.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
3090 | 2024-09-03T23:25:04.153Z | |
3091 | 2024-09-03T23:25:04.153Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3092 | 2024-09-03T23:25:05.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-09-03T23:25:05.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-09-03T23:25:05.166Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3095 | 2024-09-03T23:25:05.166Z | Checking heck v0.4.1 |
3096 | 2024-09-03T23:25:05.166Z | Checking is_ci v1.2.0 |
3097 | 2024-09-03T23:25:05.190Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3098 | 2024-09-03T23:25:05.190Z | Checking indent_write v2.2.0 |
3099 | 2024-09-03T23:25:05.295Z | Checking supports-color v3.0.0 |
3100 | 2024-09-03T23:25:05.425Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3101 | 2024-09-03T23:25:07.139Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3102 | 2024-09-03T23:25:08.165Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3103 | 2024-09-03T23:25:09.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s |
3104 | 2024-09-03T23:25:09.577Z | |
3105 | 2024-09-03T23:25:09.577Z | info: running `cargo check --bins` on installinator-api (142/158) |
3106 | 2024-09-03T23:25:10.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-09-03T23:25:10.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-09-03T23:25:10.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3109 | 2024-09-03T23:25:10.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3110 | 2024-09-03T23:25:10.491Z | |
3111 | 2024-09-03T23:25:10.491Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3112 | 2024-09-03T23:25:11.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-09-03T23:25:11.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-09-03T23:25:11.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3115 | 2024-09-03T23:25:11.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3116 | 2024-09-03T23:25:11.411Z | |
3117 | 2024-09-03T23:25:11.411Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3118 | 2024-09-03T23:25:12.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-09-03T23:25:12.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-09-03T23:25:12.391Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3121 | 2024-09-03T23:25:13.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
3122 | 2024-09-03T23:25:14.001Z | |
3123 | 2024-09-03T23:25:14.001Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3124 | 2024-09-03T23:25:14.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2024-09-03T23:25:14.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2024-09-03T23:25:14.962Z | Checking memmap2 v0.9.4 |
3127 | 2024-09-03T23:25:14.962Z | Checking arrayref v0.3.7 |
3128 | 2024-09-03T23:25:14.986Z | Checking constant_time_eq v0.3.0 |
3129 | 2024-09-03T23:25:14.986Z | Checking untrusted v0.7.1 |
3130 | 2024-09-03T23:25:14.986Z | Checking arrayvec v0.7.4 |
3131 | 2024-09-03T23:25:14.986Z | Checking spin v0.5.2 |
3132 | 2024-09-03T23:25:14.986Z | Checking cargo-platform v0.1.8 |
3133 | 2024-09-03T23:25:14.986Z | Checking topological-sort v0.2.2 |
3134 | 2024-09-03T23:25:15.120Z | Checking shell-words v1.1.0 |
3135 | 2024-09-03T23:25:15.236Z | Checking ring v0.16.20 |
3136 | 2024-09-03T23:25:15.284Z | Checking cargo_metadata v0.18.1 |
3137 | 2024-09-03T23:25:15.328Z | Checking blake3 v1.5.1 |
3138 | 2024-09-03T23:25:16.665Z | Checking omicron-zone-package v0.11.0 |
3139 | 2024-09-03T23:25:17.978Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3140 | 2024-09-03T23:25:19.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s |
3141 | 2024-09-03T23:25:19.252Z | |
3142 | 2024-09-03T23:25:19.253Z | info: running `cargo check --bins` on xtask (146/158) |
3143 | 2024-09-03T23:25:19.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2024-09-03T23:25:19.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2024-09-03T23:25:19.964Z | Checking bitflags v2.6.0 |
3146 | 2024-09-03T23:25:19.964Z | Checking serde v1.0.208 |
3147 | 2024-09-03T23:25:19.964Z | Checking thiserror v1.0.63 |
3148 | 2024-09-03T23:25:19.991Z | Checking scroll v0.12.0 |
3149 | 2024-09-03T23:25:20.016Z | Checking log v0.4.21 |
3150 | 2024-09-03T23:25:20.016Z | Checking hashbrown v0.14.5 |
3151 | 2024-09-03T23:25:20.016Z | Checking zerocopy v0.7.34 |
3152 | 2024-09-03T23:25:20.046Z | Checking syn v2.0.74 |
3153 | 2024-09-03T23:25:20.093Z | Checking pest v2.7.10 |
3154 | 2024-09-03T23:25:20.197Z | Checking rustix v0.38.34 |
3155 | 2024-09-03T23:25:20.240Z | Checking fs-err v2.11.0 |
3156 | 2024-09-03T23:25:20.404Z | Checking goblin v0.8.2 |
3157 | 2024-09-03T23:25:20.504Z | Checking tabled v0.15.0 |
3158 | 2024-09-03T23:25:20.964Z | Checking indexmap v2.4.0 |
3159 | 2024-09-03T23:25:21.139Z | Checking anyhow v1.0.86 |
3160 | 2024-09-03T23:25:21.743Z | Checking terminal_size v0.3.0 |
3161 | 2024-09-03T23:25:21.743Z | Checking tempfile v3.10.1 |
3162 | 2024-09-03T23:25:21.887Z | Checking clap_builder v4.5.15 |
3163 | 2024-09-03T23:25:22.105Z | Checking dtrace-parser v0.2.0 |
3164 | 2024-09-03T23:25:24.019Z | Checking serde_json v1.0.125 |
3165 | 2024-09-03T23:25:24.019Z | Checking serde_spanned v0.6.7 |
3166 | 2024-09-03T23:25:24.043Z | Checking toml_datetime v0.6.8 |
3167 | 2024-09-03T23:25:24.043Z | Checking camino v1.1.9 |
3168 | 2024-09-03T23:25:24.043Z | Checking cargo-platform v0.1.8 |
3169 | 2024-09-03T23:25:24.152Z | Checking semver v1.0.23 |
3170 | 2024-09-03T23:25:24.261Z | Checking macaddr v1.0.1 |
3171 | 2024-09-03T23:25:24.286Z | Checking toml_edit v0.22.20 |
3172 | 2024-09-03T23:25:24.401Z | Checking clap v4.5.16 |
3173 | 2024-09-03T23:25:24.548Z | Checking camino-tempfile v1.1.1 |
3174 | 2024-09-03T23:25:25.221Z | Checking dof v0.3.0 |
3175 | 2024-09-03T23:25:25.221Z | Checking cargo_metadata v0.18.1 |
3176 | 2024-09-03T23:25:25.735Z | Checking usdt-impl v0.5.0 |
3177 | 2024-09-03T23:25:26.178Z | Checking usdt v0.5.0 |
3178 | 2024-09-03T23:25:26.368Z | Checking toml v0.8.19 |
3179 | 2024-09-03T23:25:26.939Z | Checking cargo_toml v0.20.4 |
3180 | 2024-09-03T23:25:28.494Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3181 | 2024-09-03T23:25:29.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.02s |
3182 | 2024-09-03T23:25:29.384Z | |
3183 | 2024-09-03T23:25:29.384Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3184 | 2024-09-03T23:25:30.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2024-09-03T23:25:30.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2024-09-03T23:25:30.486Z | Checking polyval v0.6.2 |
3187 | 2024-09-03T23:25:30.486Z | Checking rfc6979 v0.4.0 |
3188 | 2024-09-03T23:25:30.514Z | Checking primeorder v0.13.6 |
3189 | 2024-09-03T23:25:30.538Z | Checking ctr v0.9.2 |
3190 | 2024-09-03T23:25:30.569Z | Checking ed25519 v2.2.3 |
3191 | 2024-09-03T23:25:30.593Z | Checking ssh-encoding v0.2.0 |
3192 | 2024-09-03T23:25:30.593Z | Checking blowfish v0.9.1 |
3193 | 2024-09-03T23:25:30.619Z | Checking password-hash v0.4.2 |
3194 | 2024-09-03T23:25:30.664Z | Checking ecdsa v0.16.9 |
3195 | 2024-09-03T23:25:30.756Z | Checking ghash v0.5.1 |
3196 | 2024-09-03T23:25:30.804Z | Checking matches v0.1.10 |
3197 | 2024-09-03T23:25:30.828Z | Checking bcrypt-pbkdf v0.10.0 |
3198 | 2024-09-03T23:25:30.868Z | Checking ed25519-dalek v2.1.1 |
3199 | 2024-09-03T23:25:30.892Z | Compiling enum-as-inner v0.5.1 |
3200 | 2024-09-03T23:25:30.917Z | Checking idna v0.2.3 |
3201 | 2024-09-03T23:25:30.941Z | Checking aes-gcm v0.10.3 |
3202 | 2024-09-03T23:25:30.965Z | Checking russh-cryptovec v0.7.2 |
3203 | 2024-09-03T23:25:31.021Z | Checking pbkdf2 v0.11.0 |
3204 | 2024-09-03T23:25:31.059Z | Checking md5 v0.7.0 |
3205 | 2024-09-03T23:25:31.142Z | Checking ssh-cipher v0.2.0 |
3206 | 2024-09-03T23:25:31.165Z | Checking num-bigint v0.4.5 |
3207 | 2024-09-03T23:25:31.209Z | Checking des v0.8.1 |
3208 | 2024-09-03T23:25:31.265Z | Checking hex-literal v0.4.1 |
3209 | 2024-09-03T23:25:31.294Z | Checking p256 v0.13.2 |
3210 | 2024-09-03T23:25:31.318Z | Checking p384 v0.13.0 |
3211 | 2024-09-03T23:25:31.383Z | Checking p521 v0.13.3 |
3212 | 2024-09-03T23:25:31.407Z | Checking ssh-key v0.6.6 |
3213 | 2024-09-03T23:25:31.449Z | Compiling dhcproto-macros v0.1.0 |
3214 | 2024-09-03T23:25:31.592Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3215 | 2024-09-03T23:25:31.732Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3216 | 2024-09-03T23:25:31.825Z | Checking trust-dns-proto v0.22.0 |
3217 | 2024-09-03T23:25:32.067Z | Checking internet-checksum v0.2.1 |
3218 | 2024-09-03T23:25:32.808Z | Checking russh-keys v0.45.0 |
3219 | 2024-09-03T23:25:33.929Z | Checking russh v0.45.0 |
3220 | 2024-09-03T23:25:34.902Z | Checking dhcproto v0.12.0 |
3221 | 2024-09-03T23:25:55.610Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3222 | 2024-09-03T23:25:57.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.83s |
3223 | 2024-09-03T23:25:57.407Z | |
3224 | 2024-09-03T23:25:57.407Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3225 | 2024-09-03T23:25:58.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2024-09-03T23:25:58.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2024-09-03T23:25:58.296Z | Checking termios v0.3.3 |
3228 | 2024-09-03T23:25:58.474Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3229 | 2024-09-03T23:25:59.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3230 | 2024-09-03T23:25:59.556Z | |
3231 | 2024-09-03T23:25:59.556Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3232 | 2024-09-03T23:26:00.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2024-09-03T23:26:00.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2024-09-03T23:26:00.507Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3235 | 2024-09-03T23:26:02.893Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3236 | 2024-09-03T23:26:05.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
3237 | 2024-09-03T23:26:05.214Z | |
3238 | 2024-09-03T23:26:05.214Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3239 | 2024-09-03T23:26:06.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2024-09-03T23:26:06.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2024-09-03T23:26:06.091Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3242 | 2024-09-03T23:26:06.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
3243 | 2024-09-03T23:26:06.672Z | |
3244 | 2024-09-03T23:26:06.672Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3245 | 2024-09-03T23:26:07.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2024-09-03T23:26:07.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2024-09-03T23:26:07.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3248 | 2024-09-03T23:26:07.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3249 | 2024-09-03T23:26:07.510Z | |
3250 | 2024-09-03T23:26:07.510Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3251 | 2024-09-03T23:26:08.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2024-09-03T23:26:08.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2024-09-03T23:26:08.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3254 | 2024-09-03T23:26:08.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3255 | 2024-09-03T23:26:08.339Z | |
3256 | 2024-09-03T23:26:08.339Z | info: running `cargo check --bins` on omicron-package (153/158) |
3257 | 2024-09-03T23:26:09.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2024-09-03T23:26:09.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2024-09-03T23:26:09.232Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3260 | 2024-09-03T23:26:10.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
3261 | 2024-09-03T23:26:10.799Z | |
3262 | 2024-09-03T23:26:10.799Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3263 | 2024-09-03T23:26:11.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2024-09-03T23:26:11.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2024-09-03T23:26:11.746Z | Checking rtoolbox v0.0.2 |
3266 | 2024-09-03T23:26:11.746Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3267 | 2024-09-03T23:26:11.746Z | Checking tui-tree-widget v0.22.0 |
3268 | 2024-09-03T23:26:11.929Z | Checking rpassword v7.3.1 |
3269 | 2024-09-03T23:26:16.796Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3270 | 2024-09-03T23:26:20.270Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3271 | 2024-09-03T23:26:21.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.88s |
3272 | 2024-09-03T23:26:21.840Z | |
3273 | 2024-09-03T23:26:21.841Z | info: running `cargo check --bins` on wicket (155/158) |
3274 | 2024-09-03T23:26:22.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2024-09-03T23:26:22.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2024-09-03T23:26:22.778Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3277 | 2024-09-03T23:26:23.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
3278 | 2024-09-03T23:26:23.303Z | |
3279 | 2024-09-03T23:26:23.303Z | info: running `cargo check --bins` on wicketd (156/158) |
3280 | 2024-09-03T23:26:24.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2024-09-03T23:26:24.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2024-09-03T23:26:24.259Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3283 | 2024-09-03T23:26:28.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
3284 | 2024-09-03T23:26:28.966Z | |
3285 | 2024-09-03T23:26:28.966Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3286 | 2024-09-03T23:26:29.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2024-09-03T23:26:29.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2024-09-03T23:26:29.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3289 | 2024-09-03T23:26:29.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3290 | 2024-09-03T23:26:29.837Z | |
3291 | 2024-09-03T23:26:29.837Z | info: running `cargo check --bins` on zone-setup (158/158) |
3292 | 2024-09-03T23:26:30.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2024-09-03T23:26:30.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2024-09-03T23:26:30.881Z | Checking uzers v0.11.3 |
3295 | 2024-09-03T23:26:31.179Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3296 | 2024-09-03T23:26:32.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
3297 | 2024-09-03T23:26:32.597Z | |
3298 | 2024-09-03T23:26:32.597Z | real 13:44.846769443 |
3299 | 2024-09-03T23:26:32.597Z | user 25:08.556511967 |
3300 | 2024-09-03T23:26:32.597Z | sys 5:48.001737559 |
3301 | 2024-09-03T23:26:32.597Z | trap 0.661382234 |
3302 | 2024-09-03T23:26:32.597Z | tflt 1.586166944 |
3303 | 2024-09-03T23:26:32.597Z | dflt 2.493662113 |
3304 | 2024-09-03T23:26:32.597Z | kflt 0.001172918 |
3305 | 2024-09-03T23:26:32.597Z | lock 46:52.989356314 |
3306 | 2024-09-03T23:26:32.597Z | slp 2:10:34.888368061 |
3307 | 2024-09-03T23:26:32.621Z | lat 1:02.509722351 |
3308 | 2024-09-03T23:26:32.621Z | stop 2:48.933884410 |
3309 | 2024-09-03T23:26:32.621Z | process exited: duration 1074263 ms, exit code 0 |
|
3310 | 2024-09-03T23:26:32.670Z | found 0 output files |