|
|
|
1 | 2024-08-06T07:31:25.248Z | job assigned to worker 01J4K9HQ8YEXGFJBTJC4D88CQ0 (queued for 59 s) |
|
2 | 2024-08-06T07:31:32.531Z | starting task 0: "setup" |
3 | 2024-08-06T07:31:32.540Z | ++ uname -s |
4 | 2024-08-06T07:31:32.543Z | + kern=SunOS |
5 | 2024-08-06T07:31:32.543Z | + case "$kern" in |
6 | 2024-08-06T07:31:32.543Z | + groupadd -g 12345 build |
7 | 2024-08-06T07:31:32.546Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-06T07:31:34.559Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-06T07:31:34.634Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-06T07:31:34.637Z | + home_fs=zfs |
11 | 2024-08-06T07:31:34.637Z | + [[ zfs == autofs ]] |
12 | 2024-08-06T07:31:34.637Z | + mkdir -p /home/build |
13 | 2024-08-06T07:31:34.640Z | + chown build:build /home/build /work |
14 | 2024-08-06T07:31:36.641Z | + chmod 0700 /home/build /work |
15 | 2024-08-06T07:31:36.644Z | process exited: duration 4114 ms, exit code 0 |
|
16 | 2024-08-06T07:31:36.650Z | starting task 1: "rust-toolchain" |
17 | 2024-08-06T07:31:36.656Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-06T07:31:36.656Z | * toolchain channel = "1.80.0" |
19 | 2024-08-06T07:31:36.656Z | * toolchain profile = "default" |
20 | 2024-08-06T07:31:36.656Z | ' 1.80.0 |
21 | 2024-08-06T07:31:36.656Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-06T07:31:36.656Z | ' default |
23 | 2024-08-06T07:31:36.659Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-06T07:31:36.659Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-06T07:31:36.774Z | info: downloading installer |
26 | 2024-08-06T07:31:37.841Z | info: profile set to 'default' |
27 | 2024-08-06T07:31:37.841Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-06T07:31:37.844Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-06T07:31:37.963Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-06T07:31:37.963Z | info: downloading component 'cargo' |
31 | 2024-08-06T07:31:38.563Z | info: downloading component 'clippy' |
32 | 2024-08-06T07:31:38.777Z | info: downloading component 'rust-docs' |
33 | 2024-08-06T07:31:39.612Z | info: downloading component 'rust-std' |
34 | 2024-08-06T07:31:40.798Z | info: downloading component 'rustc' |
35 | 2024-08-06T07:31:44.018Z | info: downloading component 'rustfmt' |
36 | 2024-08-06T07:31:44.192Z | info: installing component 'cargo' |
37 | 2024-08-06T07:31:45.043Z | info: installing component 'clippy' |
38 | 2024-08-06T07:31:45.422Z | info: installing component 'rust-docs' |
39 | 2024-08-06T07:31:47.065Z | info: installing component 'rust-std' |
40 | 2024-08-06T07:31:48.752Z | info: installing component 'rustc' |
41 | 2024-08-06T07:31:53.175Z | info: installing component 'rustfmt' |
42 | 2024-08-06T07:31:53.518Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-06T07:31:53.518Z | |
44 | 2024-08-06T07:31:53.786Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-06T07:31:53.786Z | |
46 | 2024-08-06T07:31:53.790Z | |
47 | 2024-08-06T07:31:53.790Z | Rust is installed now. Great! |
48 | 2024-08-06T07:31:53.790Z | |
49 | 2024-08-06T07:31:53.790Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-06T07:31:53.790Z | environment variable. This has not been done automatically. |
51 | 2024-08-06T07:31:53.790Z | |
52 | 2024-08-06T07:31:53.790Z | To configure your current shell, you need to source |
53 | 2024-08-06T07:31:53.790Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-06T07:31:53.790Z | |
55 | 2024-08-06T07:31:53.790Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-06T07:31:53.790Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-06T07:31:53.790Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-06T07:31:53.843Z | + rustc --version |
59 | 2024-08-06T07:31:53.907Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-06T07:31:53.910Z | process exited: duration 17257 ms, exit code 0 |
|
61 | 2024-08-06T07:31:53.921Z | starting task 2: "authentication" |
62 | 2024-08-06T07:31:53.940Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-06T07:31:53.946Z | starting task 3: "clone repository" |
64 | 2024-08-06T07:31:53.951Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-06T07:31:53.953Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-06T07:31:53.994Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-06T07:31:59.334Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-06T07:31:59.334Z | + git fetch origin 2f13344f33968ce6d853e220265cbd57f005596f |
69 | 2024-08-06T07:31:59.633Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-06T07:31:59.633Z | * branch 2f13344f33968ce6d853e220265cbd57f005596f -> FETCH_HEAD |
71 | 2024-08-06T07:31:59.643Z | + [[ -n '' ]] |
72 | 2024-08-06T07:31:59.643Z | + git reset --hard 2f13344f33968ce6d853e220265cbd57f005596f |
73 | 2024-08-06T07:31:59.781Z | HEAD is now at 2f13344f3 Update Rust crate regex to 1.10.6 |
74 | 2024-08-06T07:31:59.784Z | process exited: duration 5836 ms, exit code 0 |
|
75 | 2024-08-06T07:31:59.790Z | starting task 4: "build" |
76 | 2024-08-06T07:31:59.796Z | + cargo --version |
77 | 2024-08-06T07:31:59.851Z | cargo 1.80.0 (376290515 2024-07-16) |
78 | 2024-08-06T07:31:59.854Z | + rustc --version |
79 | 2024-08-06T07:31:59.913Z | rustc 1.80.0 (051478957 2024-07-21) |
80 | 2024-08-06T07:31:59.916Z | + source ./env.sh |
81 | 2024-08-06T07:31:59.918Z | ++ OLD_SHELL_OPTS=ehxB |
82 | 2024-08-06T07:31:59.918Z | ++ set -o xtrace |
83 | 2024-08-06T07:31:59.921Z | ++++ dirname ./env.sh |
84 | 2024-08-06T07:31:59.921Z | +++ readlink -f . |
85 | 2024-08-06T07:31:59.924Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
86 | 2024-08-06T07:31:59.924Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2024-08-06T07:31:59.924Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2024-08-06T07:31:59.924Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-08-06T07:31:59.924Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-08-06T07:31:59.924Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-08-06T07:31:59.924Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-08-06T07:31:59.924Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-06T07:31:59.924Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-06T07:31:59.924Z | ++ case $OLD_SHELL_OPTS in |
95 | 2024-08-06T07:31:59.924Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
96 | 2024-08-06T07:31:59.924Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
97 | 2024-08-06T07:31:59.924Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
98 | 2024-08-06T07:31:59.924Z | + banner prerequisites |
99 | 2024-08-06T07:31:59.927Z | |
100 | 2024-08-06T07:31:59.927Z | ##### ##### ###### ##### ###### #### # # # #### # |
101 | 2024-08-06T07:31:59.927Z | # # # # # # # # # # # # # # # |
102 | 2024-08-06T07:31:59.927Z | # # # # ##### # # ##### # # # # # #### # |
103 | 2024-08-06T07:31:59.927Z | ##### ##### # ##### # # # # # # # # # |
104 | 2024-08-06T07:31:59.927Z | # # # # # # # # # # # # # # # |
105 | 2024-08-06T07:31:59.927Z | # # # ###### # # ###### ### # #### # #### # |
106 | 2024-08-06T07:31:59.928Z | |
107 | 2024-08-06T07:31:59.928Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
108 | 2024-08-06T07:32:05.677Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-08-06T07:32:07.760Z | Startup: Caching catalogs ... Done |
110 | 2024-08-06T07:32:11.616Z | Planning: Solver setup ... Done (3.263s) |
111 | 2024-08-06T07:32:11.677Z | Planning: Running solver ... Done (0.061s) |
112 | 2024-08-06T07:32:11.732Z | Planning: Finding local manifests ... Done (0.003s) |
113 | 2024-08-06T07:32:11.744Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-08-06T07:32:11.888Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-08-06T07:32:11.940Z | Planning: Package planning ... Done (0.051s) |
116 | 2024-08-06T07:32:11.990Z | Planning: Merging actions ... Done (0.050s) |
117 | 2024-08-06T07:32:12.283Z | Planning: Checking for conflicting actions ... Done (0.293s) |
118 | 2024-08-06T07:32:12.295Z | Planning: Consolidating action changes ... Done (0.011s) |
119 | 2024-08-06T07:32:13.286Z | Planning: Evaluating mediators ... Done (0.991s) |
120 | 2024-08-06T07:32:13.296Z | Planning: Planning completed in 5.47 seconds |
121 | 2024-08-06T07:32:13.311Z | Packages to install: 4 |
122 | 2024-08-06T07:32:13.311Z | Mediators to change: 2 |
123 | 2024-08-06T07:32:13.315Z | Services to change: 1 |
124 | 2024-08-06T07:32:13.315Z | Estimated space available: 155.76 GB |
125 | 2024-08-06T07:32:13.315Z | Estimated space to be consumed: 1.47 GB |
126 | 2024-08-06T07:32:13.315Z | Create boot environment: No |
127 | 2024-08-06T07:32:13.315Z | Create backup boot environment: No |
128 | 2024-08-06T07:32:13.315Z | Rebuild boot archive: No |
129 | 2024-08-06T07:32:13.315Z | |
130 | 2024-08-06T07:32:13.315Z | Changed mediators: |
131 | 2024-08-06T07:32:13.315Z | mediator clang: |
132 | 2024-08-06T07:32:13.315Z | version: None -> 15 (system default) |
133 | 2024-08-06T07:32:13.315Z | |
134 | 2024-08-06T07:32:13.315Z | mediator llvm: |
135 | 2024-08-06T07:32:13.315Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-08-06T07:32:13.315Z | |
137 | 2024-08-06T07:32:13.315Z | Changed packages: |
138 | 2024-08-06T07:32:13.315Z | helios-dev |
139 | 2024-08-06T07:32:13.315Z | developer/build-essential |
140 | 2024-08-06T07:32:13.315Z | None -> 11-2.0 |
141 | 2024-08-06T07:32:13.315Z | library/libxmlsec1 |
142 | 2024-08-06T07:32:13.315Z | None -> 1.2.35-2.0 |
143 | 2024-08-06T07:32:13.315Z | ooce/developer/clang-15 |
144 | 2024-08-06T07:32:13.315Z | None -> 15.0.7-2.0 |
145 | 2024-08-06T07:32:13.315Z | ooce/developer/llvm-15 |
146 | 2024-08-06T07:32:13.315Z | None -> 15.0.7-2.0 |
147 | 2024-08-06T07:32:13.315Z | |
148 | 2024-08-06T07:32:13.315Z | Services: |
149 | 2024-08-06T07:32:13.315Z | restart_fmri: |
150 | 2024-08-06T07:32:13.315Z | svc:/system/update-man-index:default |
151 | 2024-08-06T07:32:13.358Z | |
152 | 2024-08-06T07:32:13.358Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-08-06T07:32:18.360Z | Download: 1445/3290 items 117.2/212.6MB 55% complete (23.9M/s) |
154 | 2024-08-06T07:32:23.365Z | Download: 3098/3290 items 130.7/212.6MB 61% complete (13.1M/s) |
155 | 2024-08-06T07:32:28.380Z | Download: 3287/3290 items 212.6/212.6MB 99% complete (14.1M/s) |
156 | 2024-08-06T07:32:28.412Z | Download: Completed 212.60 MB in 15.05 seconds (14.1M/s) |
157 | 2024-08-06T07:32:28.668Z | Actions: 1/3689 actions (Installing new actions) |
158 | 2024-08-06T07:32:33.285Z | Actions: Completed 3689 actions in 4.62 seconds. |
159 | 2024-08-06T07:32:33.553Z | Done (0.262s) |
160 | 2024-08-06T07:32:33.553Z | Done (0.000s) |
161 | 2024-08-06T07:32:33.899Z | Done (0.346s) |
162 | 2024-08-06T07:32:38.283Z | Done (4.220s) |
163 | 2024-08-06T07:32:38.370Z | Done (0.019s) |
164 | 2024-08-06T07:32:38.373Z | Done (0.000s) |
165 | 2024-08-06T07:32:38.501Z | Done (0.000s) |
166 | 2024-08-06T07:32:39.134Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-08-06T07:32:39.271Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-08-06T07:32:39.287Z | Planning: Consolidating action changes ... Done |
169 | 2024-08-06T07:32:39.532Z | Planning: Evaluating mediators ... Done |
170 | 2024-08-06T07:32:39.536Z | Planning: Planning completed in 0.44 seconds |
171 | 2024-08-06T07:32:39.566Z | Mediators to change: 2 |
172 | 2024-08-06T07:32:39.567Z | Create boot environment: No |
173 | 2024-08-06T07:32:39.569Z | Create backup boot environment: No |
174 | 2024-08-06T07:32:39.640Z | Done |
175 | 2024-08-06T07:32:39.641Z | Done |
176 | 2024-08-06T07:32:39.860Z | Done |
177 | 2024-08-06T07:32:43.482Z | Done |
178 | 2024-08-06T07:32:43.565Z | Done |
179 | 2024-08-06T07:32:43.575Z | Done |
180 | 2024-08-06T07:32:43.671Z | Done |
181 | 2024-08-06T07:32:44.300Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-08-06T07:32:44.304Z | Planning: Merging actions ... Done |
183 | 2024-08-06T07:32:44.496Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-08-06T07:32:44.498Z | Planning: Consolidating action changes ... Done |
185 | 2024-08-06T07:32:44.774Z | Planning: Evaluating mediators ... Done |
186 | 2024-08-06T07:32:44.834Z | Planning: Planning completed in 0.78 seconds |
187 | 2024-08-06T07:32:44.872Z | Packages to change: 1 |
188 | 2024-08-06T07:32:44.872Z | Mediators to change: 1 |
189 | 2024-08-06T07:32:44.877Z | Services to change: 1 |
190 | 2024-08-06T07:32:44.877Z | Create boot environment: No |
191 | 2024-08-06T07:32:44.877Z | Create backup boot environment: Yes |
192 | 2024-08-06T07:32:46.910Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2024-08-06T07:32:46.913Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2024-08-06T07:32:46.913Z | Done |
195 | 2024-08-06T07:32:46.913Z | Done |
196 | 2024-08-06T07:32:46.988Z | Done |
197 | 2024-08-06T07:32:50.755Z | Done |
198 | 2024-08-06T07:32:50.841Z | Done |
199 | 2024-08-06T07:32:50.853Z | Done |
200 | 2024-08-06T07:32:50.943Z | Done |
201 | 2024-08-06T07:32:51.387Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2024-08-06T07:32:51.387Z | clang system 15 system |
203 | 2024-08-06T07:32:51.387Z | csh system system illumos |
204 | 2024-08-06T07:32:51.387Z | ctags system system illumos |
205 | 2024-08-06T07:32:51.387Z | gcc vendor 12 vendor |
206 | 2024-08-06T07:32:51.387Z | gcc system 10 system |
207 | 2024-08-06T07:32:51.387Z | gcc system 7 system |
208 | 2024-08-06T07:32:51.387Z | go system 1.20 system |
209 | 2024-08-06T07:32:51.387Z | go system 1.19 system |
210 | 2024-08-06T07:32:51.387Z | llvm system 15 system |
211 | 2024-08-06T07:32:51.387Z | llvm system 14 system |
212 | 2024-08-06T07:32:51.387Z | mariadb system 10.6 system |
213 | 2024-08-06T07:32:51.387Z | mta vendor vendor dma |
214 | 2024-08-06T07:32:51.388Z | openjdk system 17 system |
215 | 2024-08-06T07:32:51.388Z | openjdk system 11 system |
216 | 2024-08-06T07:32:51.388Z | openjdk system 1.8 system |
217 | 2024-08-06T07:32:51.388Z | openssl vendor 3 vendor |
218 | 2024-08-06T07:32:51.388Z | perl system 5.36 system |
219 | 2024-08-06T07:32:51.388Z | postgresql system 15 system |
220 | 2024-08-06T07:32:51.388Z | postgresql system 13 system |
221 | 2024-08-06T07:32:51.388Z | python vendor 3 vendor |
222 | 2024-08-06T07:32:51.388Z | python system 2 system |
223 | 2024-08-06T07:32:51.388Z | python3 system 3.11 system |
224 | 2024-08-06T07:32:51.388Z | ruby system 3.0 system |
225 | 2024-08-06T07:32:51.388Z | words vendor vendor american-english |
226 | 2024-08-06T07:32:51.388Z | words system system australian-english |
227 | 2024-08-06T07:32:51.388Z | words system system british-english |
228 | 2024-08-06T07:32:51.388Z | words system system canadian-english |
229 | 2024-08-06T07:32:51.388Z | words system system french |
230 | 2024-08-06T07:32:51.388Z | words system system italian |
231 | 2024-08-06T07:32:51.388Z | words system system ngerman |
232 | 2024-08-06T07:32:51.388Z | words system system ogerman |
233 | 2024-08-06T07:32:51.388Z | words system system spanish |
234 | 2024-08-06T07:32:51.721Z | PUBLISHER TYPE STATUS P LOCATION |
235 | 2024-08-06T07:32:51.721Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
236 | 2024-08-06T07:32:53.415Z | FMRI IFO |
237 | 2024-08-06T07:32:53.415Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
238 | 2024-08-06T07:32:53.415Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
239 | 2024-08-06T07:32:53.415Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
240 | 2024-08-06T07:32:53.415Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
241 | 2024-08-06T07:32:53.415Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
242 | 2024-08-06T07:32:53.415Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2024-08-06T07:32:53.415Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
244 | 2024-08-06T07:32:53.415Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
245 | 2024-08-06T07:32:53.415Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-08-06T07:32:53.415Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-08-06T07:32:53.415Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-08-06T07:32:53.415Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-08-06T07:32:54.004Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
250 | 2024-08-06T07:32:54.256Z | Updating git repository `https://github.com/oxidecomputer/zone` |
251 | 2024-08-06T07:32:54.540Z | Updating crates.io index |
252 | 2024-08-06T07:32:54.544Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
253 | 2024-08-06T07:32:55.315Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
254 | 2024-08-06T07:32:56.051Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
255 | 2024-08-06T07:32:56.289Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
256 | 2024-08-06T07:32:57.754Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
257 | 2024-08-06T07:32:57.992Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
258 | 2024-08-06T07:32:58.233Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
259 | 2024-08-06T07:32:59.326Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
260 | 2024-08-06T07:33:01.255Z | Updating git repository `https://github.com/oxidecomputer/opte` |
261 | 2024-08-06T07:33:02.226Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
262 | 2024-08-06T07:33:02.914Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-08-06T07:33:03.535Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
264 | 2024-08-06T07:33:03.901Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
265 | 2024-08-06T07:33:04.369Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
266 | 2024-08-06T07:33:04.610Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
267 | 2024-08-06T07:33:04.867Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
268 | 2024-08-06T07:33:05.086Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
269 | 2024-08-06T07:33:05.310Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
270 | 2024-08-06T07:33:05.534Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
271 | 2024-08-06T07:33:05.831Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
272 | 2024-08-06T07:33:06.138Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
273 | 2024-08-06T07:33:06.494Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
274 | 2024-08-06T07:33:06.795Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
275 | 2024-08-06T07:33:07.172Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
276 | 2024-08-06T07:33:07.479Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
277 | 2024-08-06T07:33:07.882Z | Updating git repository `https://github.com/oxidecomputer/typify` |
278 | 2024-08-06T07:33:09.979Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
279 | 2024-08-06T07:33:10.201Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
280 | 2024-08-06T07:33:10.457Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
281 | 2024-08-06T07:33:10.770Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
282 | 2024-08-06T07:33:12.085Z | Downloading crates ... |
283 | 2024-08-06T07:33:12.173Z | Downloaded colorchoice v1.0.1 |
284 | 2024-08-06T07:33:12.188Z | Downloaded block-buffer v0.10.4 |
285 | 2024-08-06T07:33:12.188Z | Downloaded byteorder v1.5.0 |
286 | 2024-08-06T07:33:12.188Z | Downloaded anstyle v1.0.8 |
287 | 2024-08-06T07:33:12.196Z | Downloaded equivalent v1.0.1 |
288 | 2024-08-06T07:33:12.196Z | Downloaded usdt-macro v0.5.0 |
289 | 2024-08-06T07:33:12.209Z | Downloaded crypto-common v0.1.6 |
290 | 2024-08-06T07:33:12.214Z | Downloaded cargo-platform v0.1.8 |
291 | 2024-08-06T07:33:12.214Z | Downloaded bytecount v0.6.8 |
292 | 2024-08-06T07:33:12.214Z | Downloaded autocfg v1.3.0 |
293 | 2024-08-06T07:33:12.214Z | Downloaded anstyle-query v1.0.3 |
294 | 2024-08-06T07:33:12.223Z | Downloaded cpufeatures v0.2.12 |
295 | 2024-08-06T07:33:12.223Z | Downloaded clap_lex v0.7.0 |
296 | 2024-08-06T07:33:12.223Z | Downloaded anstream v0.6.14 |
297 | 2024-08-06T07:33:12.223Z | Downloaded cfg-if v1.0.0 |
298 | 2024-08-06T07:33:12.227Z | Downloaded anstyle-parse v0.2.4 |
299 | 2024-08-06T07:33:12.227Z | Downloaded is_terminal_polyfill v1.70.0 |
300 | 2024-08-06T07:33:12.228Z | Downloaded heck v0.4.1 |
301 | 2024-08-06T07:33:12.228Z | Downloaded plain v0.2.3 |
302 | 2024-08-06T07:33:12.233Z | Downloaded pest_generator v2.7.10 |
303 | 2024-08-06T07:33:12.233Z | Downloaded usdt-attr-macro v0.5.0 |
304 | 2024-08-06T07:33:12.240Z | Downloaded terminal_size v0.3.0 |
305 | 2024-08-06T07:33:12.240Z | Downloaded version_check v0.9.5 |
306 | 2024-08-06T07:33:12.245Z | Downloaded itoa v1.0.11 |
307 | 2024-08-06T07:33:12.245Z | Downloaded strsim v0.11.1 |
308 | 2024-08-06T07:33:12.246Z | Downloaded dof v0.3.0 |
309 | 2024-08-06T07:33:12.246Z | Downloaded swrite v0.1.0 |
310 | 2024-08-06T07:33:12.246Z | Downloaded scroll_derive v0.12.0 |
311 | 2024-08-06T07:33:12.249Z | Downloaded scroll v0.12.0 |
312 | 2024-08-06T07:33:12.250Z | Downloaded dtrace-parser v0.2.0 |
313 | 2024-08-06T07:33:12.261Z | Downloaded pretty-hex v0.4.1 |
314 | 2024-08-06T07:33:12.261Z | Downloaded fnv v1.0.7 |
315 | 2024-08-06T07:33:12.261Z | Downloaded anyhow v1.0.86 |
316 | 2024-08-06T07:33:12.261Z | Downloaded thiserror-impl v1.0.63 |
317 | 2024-08-06T07:33:12.264Z | Downloaded serde_tokenstream v0.2.1 |
318 | 2024-08-06T07:33:12.264Z | Downloaded errno v0.3.9 |
319 | 2024-08-06T07:33:12.269Z | Downloaded cargo_metadata v0.18.1 |
320 | 2024-08-06T07:33:12.269Z | Downloaded bitflags v2.6.0 |
321 | 2024-08-06T07:33:12.273Z | Downloaded macaddr v1.0.1 |
322 | 2024-08-06T07:33:12.273Z | Downloaded usdt v0.5.0 |
323 | 2024-08-06T07:33:12.273Z | Downloaded tabled_derive v0.7.0 |
324 | 2024-08-06T07:33:12.277Z | Downloaded once_cell v1.19.0 |
325 | 2024-08-06T07:33:12.277Z | Downloaded memmap v0.7.0 |
326 | 2024-08-06T07:33:12.297Z | Downloaded thiserror v1.0.63 |
327 | 2024-08-06T07:33:12.297Z | Downloaded generic-array v0.14.7 |
328 | 2024-08-06T07:33:12.297Z | Downloaded digest v0.10.7 |
329 | 2024-08-06T07:33:12.297Z | Downloaded proc-macro-error v1.0.4 |
330 | 2024-08-06T07:33:12.302Z | Downloaded proc-macro-error-attr v1.0.4 |
331 | 2024-08-06T07:33:12.302Z | Downloaded cargo_toml v0.20.4 |
332 | 2024-08-06T07:33:12.302Z | Downloaded fs-err v2.11.0 |
333 | 2024-08-06T07:33:12.302Z | Downloaded utf8parse v0.2.1 |
334 | 2024-08-06T07:33:12.302Z | Downloaded usdt-impl v0.5.0 |
335 | 2024-08-06T07:33:12.302Z | Downloaded toml_datetime v0.6.8 |
336 | 2024-08-06T07:33:12.303Z | Downloaded thread-id v4.2.1 |
337 | 2024-08-06T07:33:12.312Z | Downloaded zerocopy-derive v0.7.34 |
338 | 2024-08-06T07:33:12.312Z | Downloaded camino v1.1.7 |
339 | 2024-08-06T07:33:12.316Z | Downloaded semver v1.0.23 |
340 | 2024-08-06T07:33:12.316Z | Downloaded pest_derive v2.7.10 |
341 | 2024-08-06T07:33:12.316Z | Downloaded heck v0.5.0 |
342 | 2024-08-06T07:33:12.326Z | Downloaded clap_derive v4.5.13 |
343 | 2024-08-06T07:33:12.326Z | Downloaded toml v0.8.19 |
344 | 2024-08-06T07:33:12.337Z | Downloaded ucd-trie v0.1.6 |
345 | 2024-08-06T07:33:12.342Z | Downloaded sha2 v0.10.8 |
346 | 2024-08-06T07:33:12.343Z | Downloaded serde_spanned v0.6.7 |
347 | 2024-08-06T07:33:12.343Z | Downloaded log v0.4.21 |
348 | 2024-08-06T07:33:12.343Z | Downloaded typenum v1.17.0 |
349 | 2024-08-06T07:33:12.350Z | Downloaded serde_derive v1.0.204 |
350 | 2024-08-06T07:33:12.350Z | Downloaded quote v1.0.36 |
351 | 2024-08-06T07:33:12.353Z | Downloaded ryu v1.0.18 |
352 | 2024-08-06T07:33:12.353Z | Downloaded papergrid v0.11.0 |
353 | 2024-08-06T07:33:12.360Z | Downloaded clap v4.5.13 |
354 | 2024-08-06T07:33:12.365Z | Downloaded proc-macro2 v1.0.86 |
355 | 2024-08-06T07:33:12.372Z | Downloaded unicode-ident v1.0.12 |
356 | 2024-08-06T07:33:12.372Z | Downloaded pest_meta v2.7.10 |
357 | 2024-08-06T07:33:12.376Z | Downloaded serde v1.0.204 |
358 | 2024-08-06T07:33:12.376Z | Downloaded indexmap v2.3.0 |
359 | 2024-08-06T07:33:12.400Z | Downloaded memchr v2.7.2 |
360 | 2024-08-06T07:33:12.406Z | Downloaded toml_edit v0.22.20 |
361 | 2024-08-06T07:33:12.430Z | Downloaded pest v2.7.10 |
362 | 2024-08-06T07:33:12.434Z | Downloaded serde_json v1.0.122 |
363 | 2024-08-06T07:33:12.444Z | Downloaded zerocopy v0.7.34 |
364 | 2024-08-06T07:33:12.459Z | Downloaded clap_builder v4.5.13 |
365 | 2024-08-06T07:33:12.465Z | Downloaded hashbrown v0.14.5 |
366 | 2024-08-06T07:33:12.471Z | Downloaded goblin v0.8.2 |
367 | 2024-08-06T07:33:12.476Z | Downloaded winnow v0.6.18 |
368 | 2024-08-06T07:33:12.484Z | Downloaded tabled v0.15.0 |
369 | 2024-08-06T07:33:12.499Z | Downloaded syn v2.0.72 |
370 | 2024-08-06T07:33:12.509Z | Downloaded syn v1.0.109 |
371 | 2024-08-06T07:33:12.528Z | Downloaded rustix v0.38.34 |
372 | 2024-08-06T07:33:12.566Z | Downloaded unicode-width v0.1.13 |
373 | 2024-08-06T07:33:12.572Z | Downloaded libc v0.2.155 |
374 | 2024-08-06T07:33:12.856Z | Compiling proc-macro2 v1.0.86 |
375 | 2024-08-06T07:33:12.856Z | Compiling unicode-ident v1.0.12 |
376 | 2024-08-06T07:33:12.856Z | Compiling version_check v0.9.5 |
377 | 2024-08-06T07:33:12.856Z | Compiling serde v1.0.204 |
378 | 2024-08-06T07:33:12.860Z | Compiling memchr v2.7.2 |
379 | 2024-08-06T07:33:12.860Z | Compiling thiserror v1.0.63 |
380 | 2024-08-06T07:33:12.890Z | Compiling libc v0.2.155 |
381 | 2024-08-06T07:33:12.894Z | Compiling itoa v1.0.11 |
382 | 2024-08-06T07:33:13.194Z | Compiling ucd-trie v0.1.6 |
383 | 2024-08-06T07:33:13.240Z | Compiling ryu v1.0.18 |
384 | 2024-08-06T07:33:13.698Z | Compiling once_cell v1.19.0 |
385 | 2024-08-06T07:33:13.738Z | Compiling byteorder v1.5.0 |
386 | 2024-08-06T07:33:13.760Z | Compiling serde_json v1.0.122 |
387 | 2024-08-06T07:33:14.156Z | Compiling usdt-impl v0.5.0 |
388 | 2024-08-06T07:33:14.185Z | Compiling proc-macro-error-attr v1.0.4 |
389 | 2024-08-06T07:33:14.207Z | Compiling syn v1.0.109 |
390 | 2024-08-06T07:33:14.491Z | Compiling rustix v0.38.34 |
391 | 2024-08-06T07:33:14.586Z | Compiling quote v1.0.36 |
392 | 2024-08-06T07:33:14.611Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-08-06T07:33:14.663Z | Compiling log v0.4.21 |
394 | 2024-08-06T07:33:14.904Z | Compiling hashbrown v0.14.5 |
395 | 2024-08-06T07:33:14.925Z | Compiling equivalent v1.0.1 |
396 | 2024-08-06T07:33:15.047Z | Compiling syn v2.0.72 |
397 | 2024-08-06T07:33:15.072Z | Compiling plain v0.2.3 |
398 | 2024-08-06T07:33:15.232Z | Compiling errno v0.3.9 |
399 | 2024-08-06T07:33:15.303Z | Compiling thread-id v4.2.1 |
400 | 2024-08-06T07:33:15.373Z | Compiling utf8parse v0.2.1 |
401 | 2024-08-06T07:33:15.398Z | Compiling bitflags v2.6.0 |
402 | 2024-08-06T07:33:15.527Z | Compiling anstyle-parse v0.2.4 |
403 | 2024-08-06T07:33:15.603Z | Compiling is_terminal_polyfill v1.70.0 |
404 | 2024-08-06T07:33:15.824Z | Compiling pretty-hex v0.4.1 |
405 | 2024-08-06T07:33:15.856Z | Compiling anstyle-query v1.0.3 |
406 | 2024-08-06T07:33:15.856Z | Compiling anstyle v1.0.8 |
407 | 2024-08-06T07:33:16.085Z | Compiling autocfg v1.3.0 |
408 | 2024-08-06T07:33:16.105Z | Compiling winnow v0.6.18 |
409 | 2024-08-06T07:33:16.284Z | Compiling indexmap v2.3.0 |
410 | 2024-08-06T07:33:16.367Z | Compiling camino v1.1.7 |
411 | 2024-08-06T07:33:16.429Z | Compiling colorchoice v1.0.1 |
412 | 2024-08-06T07:33:16.615Z | Compiling semver v1.0.23 |
413 | 2024-08-06T07:33:17.143Z | Compiling fs-err v2.11.0 |
414 | 2024-08-06T07:33:17.169Z | Compiling terminal_size v0.3.0 |
415 | 2024-08-06T07:33:17.301Z | Compiling anstream v0.6.14 |
416 | 2024-08-06T07:33:17.464Z | Compiling clap_lex v0.7.0 |
417 | 2024-08-06T07:33:17.489Z | Compiling strsim v0.11.1 |
418 | 2024-08-06T07:33:17.519Z | Compiling anyhow v1.0.86 |
419 | 2024-08-06T07:33:17.704Z | Compiling bytecount v0.6.8 |
420 | 2024-08-06T07:33:17.943Z | Compiling heck v0.5.0 |
421 | 2024-08-06T07:33:17.992Z | Compiling fnv v1.0.7 |
422 | 2024-08-06T07:33:18.053Z | Compiling unicode-width v0.1.13 |
423 | 2024-08-06T07:33:18.129Z | Compiling heck v0.4.1 |
424 | 2024-08-06T07:33:18.297Z | Compiling papergrid v0.11.0 |
425 | 2024-08-06T07:33:18.461Z | Compiling clap_builder v4.5.13 |
426 | 2024-08-06T07:33:18.628Z | Compiling memmap v0.7.0 |
427 | 2024-08-06T07:33:19.047Z | Compiling swrite v0.1.0 |
428 | 2024-08-06T07:33:20.608Z | Compiling tabled_derive v0.7.0 |
429 | 2024-08-06T07:33:22.200Z | Compiling tabled v0.15.0 |
430 | 2024-08-06T07:33:23.886Z | Compiling serde_derive v1.0.204 |
431 | 2024-08-06T07:33:23.889Z | Compiling thiserror-impl v1.0.63 |
432 | 2024-08-06T07:33:23.889Z | Compiling zerocopy-derive v0.7.34 |
433 | 2024-08-06T07:33:23.910Z | Compiling scroll_derive v0.12.0 |
434 | 2024-08-06T07:33:23.983Z | Compiling clap_derive v4.5.13 |
435 | 2024-08-06T07:33:25.417Z | Compiling scroll v0.12.0 |
436 | 2024-08-06T07:33:25.857Z | Compiling zerocopy v0.7.34 |
437 | 2024-08-06T07:33:26.017Z | Compiling goblin v0.8.2 |
438 | 2024-08-06T07:33:26.535Z | Compiling pest v2.7.10 |
439 | 2024-08-06T07:33:27.902Z | Compiling clap v4.5.13 |
440 | 2024-08-06T07:33:28.768Z | Compiling pest_meta v2.7.10 |
441 | 2024-08-06T07:33:29.622Z | Compiling pest_generator v2.7.10 |
442 | 2024-08-06T07:33:31.275Z | Compiling pest_derive v2.7.10 |
443 | 2024-08-06T07:33:32.030Z | Compiling dtrace-parser v0.2.0 |
444 | 2024-08-06T07:33:34.302Z | Compiling serde_spanned v0.6.7 |
445 | 2024-08-06T07:33:34.302Z | Compiling toml_datetime v0.6.8 |
446 | 2024-08-06T07:33:34.310Z | Compiling cargo-platform v0.1.8 |
447 | 2024-08-06T07:33:34.678Z | Compiling serde_tokenstream v0.2.1 |
448 | 2024-08-06T07:33:34.719Z | Compiling toml_edit v0.22.20 |
449 | 2024-08-06T07:33:34.859Z | Compiling macaddr v1.0.1 |
450 | 2024-08-06T07:33:35.722Z | Compiling dof v0.3.0 |
451 | 2024-08-06T07:33:35.722Z | Compiling cargo_metadata v0.18.1 |
452 | 2024-08-06T07:33:37.575Z | Compiling toml v0.8.19 |
453 | 2024-08-06T07:33:37.727Z | Compiling usdt-attr-macro v0.5.0 |
454 | 2024-08-06T07:33:37.730Z | Compiling usdt-macro v0.5.0 |
455 | 2024-08-06T07:33:38.396Z | Compiling cargo_toml v0.20.4 |
456 | 2024-08-06T07:33:39.138Z | Compiling usdt v0.5.0 |
457 | 2024-08-06T07:33:42.273Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
458 | 2024-08-06T07:33:46.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.36s |
459 | 2024-08-06T07:33:46.394Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
460 | 2024-08-06T07:33:46.931Z | Downloading crates ... |
461 | 2024-08-06T07:33:47.056Z | Downloaded assert_matches v1.5.0 |
462 | 2024-08-06T07:33:47.058Z | Downloaded atty v0.2.14 |
463 | 2024-08-06T07:33:47.063Z | Downloaded bitstruct_derive v0.1.0 |
464 | 2024-08-06T07:33:47.067Z | Downloaded aead v0.5.2 |
465 | 2024-08-06T07:33:47.070Z | Downloaded adler v1.0.2 |
466 | 2024-08-06T07:33:47.073Z | Downloaded crunchy v0.2.2 |
467 | 2024-08-06T07:33:47.076Z | Downloaded cstr-argument v0.1.2 |
468 | 2024-08-06T07:33:47.079Z | Downloaded ciborium-io v0.2.2 |
469 | 2024-08-06T07:33:47.085Z | Downloaded async-stream-impl v0.3.5 |
470 | 2024-08-06T07:33:47.089Z | Downloaded atomic-waker v1.1.2 |
471 | 2024-08-06T07:33:47.092Z | Downloaded arrayref v0.3.7 |
472 | 2024-08-06T07:33:47.094Z | Downloaded matches v0.1.10 |
473 | 2024-08-06T07:33:47.094Z | Downloaded is-terminal v0.4.12 |
474 | 2024-08-06T07:33:47.097Z | Downloaded async-stream v0.3.5 |
475 | 2024-08-06T07:33:47.100Z | Downloaded bit-set v0.5.3 |
476 | 2024-08-06T07:33:47.100Z | Downloaded bitflags v1.3.2 |
477 | 2024-08-06T07:33:47.105Z | Downloaded openssl-probe v0.1.5 |
478 | 2024-08-06T07:33:47.108Z | Downloaded num_threads v0.1.7 |
479 | 2024-08-06T07:33:47.111Z | Downloaded bitstruct v0.1.1 |
480 | 2024-08-06T07:33:47.111Z | Downloaded opaque-debug v0.3.1 |
481 | 2024-08-06T07:33:47.115Z | Downloaded atomicwrites v0.4.3 |
482 | 2024-08-06T07:33:47.115Z | Downloaded addr2line v0.21.0 |
483 | 2024-08-06T07:33:47.117Z | Downloaded cipher v0.4.4 |
484 | 2024-08-06T07:33:47.120Z | Downloaded block-padding v0.3.3 |
485 | 2024-08-06T07:33:47.123Z | Downloaded crc v3.2.1 |
486 | 2024-08-06T07:33:47.125Z | Downloaded crc-catalog v2.4.0 |
487 | 2024-08-06T07:33:47.128Z | Downloaded instant v0.1.12 |
488 | 2024-08-06T07:33:47.128Z | Downloaded argon2 v0.5.3 |
489 | 2024-08-06T07:33:47.131Z | Downloaded parse-size v1.0.0 |
490 | 2024-08-06T07:33:47.134Z | Downloaded maplit v1.0.2 |
491 | 2024-08-06T07:33:47.134Z | Downloaded lru-cache v0.1.2 |
492 | 2024-08-06T07:33:47.137Z | Downloaded lazycell v1.3.0 |
493 | 2024-08-06T07:33:47.137Z | Downloaded lalrpop-util v0.19.12 |
494 | 2024-08-06T07:33:47.137Z | Downloaded libsw v3.3.1 |
495 | 2024-08-06T07:33:47.140Z | Downloaded defmt-parser v0.3.4 |
496 | 2024-08-06T07:33:47.144Z | Downloaded indent_write v2.2.0 |
497 | 2024-08-06T07:33:47.144Z | Downloaded bcs v0.1.6 |
498 | 2024-08-06T07:33:47.146Z | Downloaded multimap v0.10.0 |
499 | 2024-08-06T07:33:47.146Z | Downloaded indoc v1.0.9 |
500 | 2024-08-06T07:33:47.149Z | Downloaded cfg_aliases v0.1.1 |
501 | 2024-08-06T07:33:47.152Z | Downloaded normalize-line-endings v0.3.0 |
502 | 2024-08-06T07:33:47.152Z | Downloaded newtype_derive v0.1.6 |
503 | 2024-08-06T07:33:47.155Z | Downloaded new_debug_unreachable v1.0.6 |
504 | 2024-08-06T07:33:47.155Z | Downloaded openssl-macros v0.1.1 |
505 | 2024-08-06T07:33:47.157Z | Downloaded impl-trait-for-tuples v0.2.2 |
506 | 2024-08-06T07:33:47.160Z | Downloaded ahash v0.8.11 |
507 | 2024-08-06T07:33:47.163Z | Downloaded darling_macro v0.20.9 |
508 | 2024-08-06T07:33:47.163Z | Downloaded num-integer v0.1.46 |
509 | 2024-08-06T07:33:47.165Z | Downloaded num_enum_derive v0.5.11 |
510 | 2024-08-06T07:33:47.168Z | Downloaded signal-hook-tokio v0.3.1 |
511 | 2024-08-06T07:33:47.168Z | Downloaded buf-list v1.0.3 |
512 | 2024-08-06T07:33:47.171Z | Downloaded mime v0.3.17 |
513 | 2024-08-06T07:33:47.174Z | Downloaded crossbeam-deque v0.8.5 |
514 | 2024-08-06T07:33:47.174Z | Downloaded base16ct v0.2.0 |
515 | 2024-08-06T07:33:47.177Z | Downloaded nibble_vec v0.1.0 |
516 | 2024-08-06T07:33:47.179Z | Downloaded match_cfg v0.1.0 |
517 | 2024-08-06T07:33:47.179Z | Downloaded cancel-safe-futures v0.1.5 |
518 | 2024-08-06T07:33:47.182Z | Downloaded managed v0.8.0 |
519 | 2024-08-06T07:33:47.185Z | Downloaded oso-derive v0.27.3 |
520 | 2024-08-06T07:33:47.185Z | Downloaded number_prefix v0.4.0 |
521 | 2024-08-06T07:33:47.187Z | Downloaded newtype-uuid v1.1.0 |
522 | 2024-08-06T07:33:47.187Z | Downloaded defmt v0.3.8 |
523 | 2024-08-06T07:33:47.191Z | Downloaded data-encoding v2.6.0 |
524 | 2024-08-06T07:33:47.194Z | Downloaded kstat-rs v0.2.4 |
525 | 2024-08-06T07:33:47.198Z | Downloaded parse-display v0.9.1 |
526 | 2024-08-06T07:33:47.198Z | Downloaded termtree v0.4.1 |
527 | 2024-08-06T07:33:47.201Z | Downloaded ciborium-ll v0.2.2 |
528 | 2024-08-06T07:33:47.201Z | Downloaded cassowary v0.3.0 |
529 | 2024-08-06T07:33:47.204Z | Downloaded libloading v0.8.3 |
530 | 2024-08-06T07:33:47.206Z | Downloaded libefi-sys v0.1.0 |
531 | 2024-08-06T07:33:47.209Z | Downloaded num-conv v0.1.0 |
532 | 2024-08-06T07:33:47.209Z | Downloaded constant_time_eq v0.3.0 |
533 | 2024-08-06T07:33:47.212Z | Downloaded md-5 v0.10.6 |
534 | 2024-08-06T07:33:47.212Z | Downloaded tinyvec_macros v0.1.1 |
535 | 2024-08-06T07:33:47.215Z | Downloaded num-iter v0.1.45 |
536 | 2024-08-06T07:33:47.215Z | Downloaded num v0.4.3 |
537 | 2024-08-06T07:33:47.217Z | Downloaded nodrop v0.1.14 |
538 | 2024-08-06T07:33:47.217Z | Downloaded nanorand v0.7.0 |
539 | 2024-08-06T07:33:47.220Z | Downloaded newline-converter v0.3.0 |
540 | 2024-08-06T07:33:47.223Z | Downloaded downcast v0.11.0 |
541 | 2024-08-06T07:33:47.223Z | Downloaded defmt-macros v0.3.9 |
542 | 2024-08-06T07:33:47.226Z | Downloaded display-error-chain v0.2.0 |
543 | 2024-08-06T07:33:47.229Z | Downloaded want v0.3.1 |
544 | 2024-08-06T07:33:47.229Z | Downloaded blake2 v0.10.6 |
545 | 2024-08-06T07:33:47.232Z | Downloaded unarray v0.1.4 |
546 | 2024-08-06T07:33:47.234Z | Downloaded shell-words v1.1.0 |
547 | 2024-08-06T07:33:47.237Z | Downloaded olpc-cjson v0.1.3 |
548 | 2024-08-06T07:33:47.237Z | Downloaded slab v0.4.9 |
549 | 2024-08-06T07:33:47.240Z | Downloaded cookie v0.18.1 |
550 | 2024-08-06T07:33:47.242Z | Downloaded owo-colors v4.0.0 |
551 | 2024-08-06T07:33:47.245Z | Downloaded slog-dtrace v0.3.0 |
552 | 2024-08-06T07:33:47.248Z | Downloaded foreign-types-shared v0.3.1 |
553 | 2024-08-06T07:33:47.248Z | Downloaded num_enum v0.5.11 |
554 | 2024-08-06T07:33:47.253Z | Downloaded num-complex v0.4.6 |
555 | 2024-08-06T07:33:47.256Z | Downloaded path-slash v0.1.5 |
556 | 2024-08-06T07:33:47.258Z | Downloaded parse-display-derive v0.9.1 |
557 | 2024-08-06T07:33:47.258Z | Downloaded packed_struct v0.10.1 |
558 | 2024-08-06T07:33:47.261Z | Downloaded num-derive v0.4.2 |
559 | 2024-08-06T07:33:47.264Z | Downloaded strum_macros v0.25.3 |
560 | 2024-08-06T07:33:47.266Z | Downloaded parking_lot_core v0.9.10 |
561 | 2024-08-06T07:33:47.269Z | Downloaded thread_local v1.1.8 |
562 | 2024-08-06T07:33:47.272Z | Downloaded indexmap v1.9.3 |
563 | 2024-08-06T07:33:47.275Z | Downloaded cookie v0.17.0 |
564 | 2024-08-06T07:33:47.278Z | Downloaded precomputed-hash v0.1.1 |
565 | 2024-08-06T07:33:47.278Z | Downloaded rpassword v7.3.1 |
566 | 2024-08-06T07:33:47.280Z | Downloaded multer v3.1.0 |
567 | 2024-08-06T07:33:47.283Z | Downloaded mime_guess v2.0.4 |
568 | 2024-08-06T07:33:47.286Z | Downloaded serde-big-array v0.5.1 |
569 | 2024-08-06T07:33:47.288Z | Downloaded debug-ignore v1.0.5 |
570 | 2024-08-06T07:33:47.288Z | Downloaded cookie_store v0.20.0 |
571 | 2024-08-06T07:33:47.292Z | Downloaded tls_codec_derive v0.4.1 |
572 | 2024-08-06T07:33:47.295Z | Downloaded dyn-clone v1.0.17 |
573 | 2024-08-06T07:33:47.297Z | Downloaded strum v0.26.3 |
574 | 2024-08-06T07:33:47.297Z | Downloaded scheduled-thread-pool v0.2.7 |
575 | 2024-08-06T07:33:47.297Z | Downloaded untrusted v0.9.0 |
576 | 2024-08-06T07:33:47.300Z | Downloaded oso v0.27.3 |
577 | 2024-08-06T07:33:47.314Z | Downloaded untrusted v0.7.1 |
578 | 2024-08-06T07:33:47.314Z | Downloaded dirs-sys-next v0.1.2 |
579 | 2024-08-06T07:33:47.314Z | Downloaded parking_lot v0.11.2 |
580 | 2024-08-06T07:33:47.314Z | Downloaded slog-term v2.9.1 |
581 | 2024-08-06T07:33:47.314Z | Downloaded dirs-next v2.0.0 |
582 | 2024-08-06T07:33:47.318Z | Downloaded form_urlencoded v1.2.1 |
583 | 2024-08-06T07:33:47.318Z | Downloaded foreign-types-shared v0.1.1 |
584 | 2024-08-06T07:33:47.318Z | Downloaded vte_generate_state_changes v0.1.1 |
585 | 2024-08-06T07:33:47.320Z | Downloaded glob v0.3.1 |
586 | 2024-08-06T07:33:47.320Z | Downloaded home v0.5.9 |
587 | 2024-08-06T07:33:47.323Z | Downloaded base64 v0.22.1 |
588 | 2024-08-06T07:33:47.326Z | Downloaded zone_cfg_derive v0.1.2 |
589 | 2024-08-06T07:33:47.329Z | Downloaded hostname v0.4.0 |
590 | 2024-08-06T07:33:47.332Z | Downloaded backtrace v0.3.71 |
591 | 2024-08-06T07:33:47.335Z | Downloaded arc-swap v1.7.1 |
592 | 2024-08-06T07:33:47.339Z | Downloaded predicates-core v1.0.6 |
593 | 2024-08-06T07:33:47.342Z | Downloaded psl-types v2.0.11 |
594 | 2024-08-06T07:33:47.345Z | Downloaded strum_macros v0.26.4 |
595 | 2024-08-06T07:33:47.347Z | Downloaded omicron-zone-package v0.11.0 |
596 | 2024-08-06T07:33:47.350Z | Downloaded quick-error v1.2.3 |
597 | 2024-08-06T07:33:47.350Z | Downloaded predicates v3.1.2 |
598 | 2024-08-06T07:33:47.353Z | Downloaded pkg-config v0.3.30 |
599 | 2024-08-06T07:33:47.356Z | Downloaded crc-any v2.5.0 |
600 | 2024-08-06T07:33:47.359Z | Downloaded sigpipe v0.1.3 |
601 | 2024-08-06T07:33:47.359Z | Downloaded radium v0.7.0 |
602 | 2024-08-06T07:33:47.362Z | Downloaded wyz v0.5.1 |
603 | 2024-08-06T07:33:47.365Z | Downloaded crossbeam-utils v0.8.19 |
604 | 2024-08-06T07:33:47.368Z | Downloaded strum_macros v0.24.3 |
605 | 2024-08-06T07:33:47.368Z | Downloaded structmeta-derive v0.3.0 |
606 | 2024-08-06T07:33:47.370Z | Downloaded unicase v2.7.0 |
607 | 2024-08-06T07:33:47.373Z | Downloaded smf v0.2.3 |
608 | 2024-08-06T07:33:47.373Z | Downloaded socket2 v0.4.10 |
609 | 2024-08-06T07:33:47.376Z | Downloaded smawk v0.3.2 |
610 | 2024-08-06T07:33:47.379Z | Downloaded mockall_derive v0.12.1 |
611 | 2024-08-06T07:33:47.379Z | Downloaded num-traits v0.2.19 |
612 | 2024-08-06T07:33:47.382Z | Downloaded structmeta-derive v0.2.0 |
613 | 2024-08-06T07:33:47.385Z | Downloaded unicode-linebreak v0.1.5 |
614 | 2024-08-06T07:33:47.385Z | Downloaded tokio-native-tls v0.3.1 |
615 | 2024-08-06T07:33:47.387Z | Downloaded thiserror-no-std v2.0.2 |
616 | 2024-08-06T07:33:47.393Z | Downloaded tokio-macros v2.3.0 |
617 | 2024-08-06T07:33:47.396Z | Downloaded toolchain_find v0.4.0 |
618 | 2024-08-06T07:33:47.396Z | Downloaded filetime v0.2.23 |
619 | 2024-08-06T07:33:47.399Z | Downloaded clang-sys v1.7.0 |
620 | 2024-08-06T07:33:47.401Z | Downloaded chacha20poly1305 v0.10.1 |
621 | 2024-08-06T07:33:47.405Z | Downloaded ff v0.13.0 |
622 | 2024-08-06T07:33:47.405Z | Downloaded indicatif v0.17.8 |
623 | 2024-08-06T07:33:47.408Z | Downloaded hubpack_derive v0.1.1 |
624 | 2024-08-06T07:33:47.411Z | Downloaded float-ord v0.3.2 |
625 | 2024-08-06T07:33:47.411Z | Downloaded futures-task v0.3.30 |
626 | 2024-08-06T07:33:47.415Z | Downloaded futures-sink v0.3.30 |
627 | 2024-08-06T07:33:47.415Z | Downloaded rustversion v1.0.17 |
628 | 2024-08-06T07:33:47.418Z | Downloaded pin-utils v0.1.0 |
629 | 2024-08-06T07:33:47.421Z | Downloaded rand_core v0.6.4 |
630 | 2024-08-06T07:33:47.421Z | Downloaded rand_xorshift v0.3.0 |
631 | 2024-08-06T07:33:47.424Z | Downloaded rand_chacha v0.3.1 |
632 | 2024-08-06T07:33:47.424Z | Downloaded pretty-hex v0.2.1 |
633 | 2024-08-06T07:33:47.427Z | Downloaded phf_shared v0.10.0 |
634 | 2024-08-06T07:33:47.427Z | Downloaded hyper-tls v0.5.0 |
635 | 2024-08-06T07:33:47.429Z | Downloaded hyper-staticfile v0.9.5 |
636 | 2024-08-06T07:33:47.429Z | Downloaded scopeguard v1.2.0 |
637 | 2024-08-06T07:33:47.433Z | Downloaded signature v2.2.0 |
638 | 2024-08-06T07:33:47.436Z | Downloaded siphasher v0.3.11 |
639 | 2024-08-06T07:33:47.436Z | Downloaded termcolor v1.4.1 |
640 | 2024-08-06T07:33:47.436Z | Downloaded structmeta v0.2.0 |
641 | 2024-08-06T07:33:47.439Z | Downloaded strip-ansi-escapes v0.2.0 |
642 | 2024-08-06T07:33:47.439Z | Downloaded smallvec v1.13.2 |
643 | 2024-08-06T07:33:47.441Z | Downloaded schemars_derive v0.8.21 |
644 | 2024-08-06T07:33:47.444Z | Downloaded derive-where v1.2.7 |
645 | 2024-08-06T07:33:47.447Z | Downloaded tar v0.4.41 |
646 | 2024-08-06T07:33:47.450Z | Downloaded openssl-sys v0.9.103 |
647 | 2024-08-06T07:33:47.453Z | Downloaded erased-serde v0.3.31 |
648 | 2024-08-06T07:33:47.463Z | Downloaded difflib v0.4.0 |
649 | 2024-08-06T07:33:47.466Z | Downloaded stability v0.2.0 |
650 | 2024-08-06T07:33:47.466Z | Downloaded sqlparser_derive v0.2.2 |
651 | 2024-08-06T07:33:47.469Z | Downloaded ident_case v1.0.1 |
652 | 2024-08-06T07:33:47.469Z | Downloaded fxhash v0.2.1 |
653 | 2024-08-06T07:33:47.472Z | Downloaded peg-runtime v0.8.3 |
654 | 2024-08-06T07:33:47.472Z | Downloaded endian-type v0.1.2 |
655 | 2024-08-06T07:33:47.472Z | Downloaded either v1.12.0 |
656 | 2024-08-06T07:33:47.475Z | Downloaded deranged v0.3.11 |
657 | 2024-08-06T07:33:47.475Z | Downloaded zeroize_derive v1.4.2 |
658 | 2024-08-06T07:33:47.475Z | Downloaded futures-macro v0.3.30 |
659 | 2024-08-06T07:33:47.479Z | Downloaded futures-io v0.3.30 |
660 | 2024-08-06T07:33:47.480Z | Downloaded futures-executor v0.3.30 |
661 | 2024-08-06T07:33:47.482Z | Downloaded humantime v2.1.0 |
662 | 2024-08-06T07:33:47.482Z | Downloaded hyper-rustls v0.24.2 |
663 | 2024-08-06T07:33:47.485Z | Downloaded hubpack v0.1.2 |
664 | 2024-08-06T07:33:47.486Z | Downloaded float-cmp v0.9.0 |
665 | 2024-08-06T07:33:47.491Z | Downloaded embedded-io v0.4.0 |
666 | 2024-08-06T07:33:47.491Z | Downloaded sync_wrapper v0.1.2 |
667 | 2024-08-06T07:33:47.495Z | Downloaded tungstenite v0.21.0 |
668 | 2024-08-06T07:33:47.495Z | Downloaded spki v0.7.3 |
669 | 2024-08-06T07:33:47.495Z | Downloaded predicates-tree v1.0.9 |
670 | 2024-08-06T07:33:47.498Z | Downloaded waitgroup v0.1.2 |
671 | 2024-08-06T07:33:47.498Z | Downloaded take_mut v0.2.2 |
672 | 2024-08-06T07:33:47.498Z | Downloaded powerfmt v0.2.0 |
673 | 2024-08-06T07:33:47.501Z | Downloaded spin v0.5.2 |
674 | 2024-08-06T07:33:47.501Z | Downloaded rustc-demangle v0.1.24 |
675 | 2024-08-06T07:33:47.503Z | Downloaded rand_seeder v0.3.0 |
676 | 2024-08-06T07:33:47.503Z | Downloaded mio v0.8.11 |
677 | 2024-08-06T07:33:47.508Z | Downloaded minimal-lexical v0.2.1 |
678 | 2024-08-06T07:33:47.513Z | Downloaded futures-core v0.3.30 |
679 | 2024-08-06T07:33:47.516Z | Downloaded tempfile v3.10.1 |
680 | 2024-08-06T07:33:47.518Z | Downloaded vte v0.11.1 |
681 | 2024-08-06T07:33:47.521Z | Downloaded signal-hook-mio v0.2.3 |
682 | 2024-08-06T07:33:47.521Z | Downloaded tokio-rustls v0.24.1 |
683 | 2024-08-06T07:33:47.524Z | Downloaded tinyvec v1.6.0 |
684 | 2024-08-06T07:33:47.527Z | Downloaded pin-project-internal v1.1.5 |
685 | 2024-08-06T07:33:47.529Z | Downloaded tui-tree-widget v0.21.0 |
686 | 2024-08-06T07:33:47.534Z | Downloaded utf-8 v0.7.6 |
687 | 2024-08-06T07:33:47.534Z | Downloaded walkdir v2.5.0 |
688 | 2024-08-06T07:33:47.536Z | Downloaded crossbeam-channel v0.5.12 |
689 | 2024-08-06T07:33:47.539Z | Downloaded der_derive v0.7.2 |
690 | 2024-08-06T07:33:47.539Z | Downloaded const_format v0.2.32 |
691 | 2024-08-06T07:33:47.544Z | Downloaded derive_builder_macro v0.20.0 |
692 | 2024-08-06T07:33:47.546Z | Downloaded peg v0.8.4 |
693 | 2024-08-06T07:33:47.552Z | Downloaded httparse v1.8.0 |
694 | 2024-08-06T07:33:47.552Z | Downloaded percent-encoding v2.3.1 |
695 | 2024-08-06T07:33:47.552Z | Downloaded pem v3.0.4 |
696 | 2024-08-06T07:33:47.556Z | Downloaded phf v0.11.2 |
697 | 2024-08-06T07:33:47.558Z | Downloaded rusty-fork v0.3.0 |
698 | 2024-08-06T07:33:47.558Z | Downloaded url v2.5.2 |
699 | 2024-08-06T07:33:47.562Z | Downloaded tabwriter v1.4.0 |
700 | 2024-08-06T07:33:47.565Z | Downloaded serde_with_macros v3.8.3 |
701 | 2024-08-06T07:33:47.565Z | Downloaded serde_derive_internals v0.29.1 |
702 | 2024-08-06T07:33:47.568Z | Downloaded signal-hook-registry v1.4.2 |
703 | 2024-08-06T07:33:47.568Z | Downloaded unicode-bidi v0.3.15 |
704 | 2024-08-06T07:33:47.571Z | Downloaded ppv-lite86 v0.2.17 |
705 | 2024-08-06T07:33:47.571Z | Downloaded num-bigint v0.4.5 |
706 | 2024-08-06T07:33:47.576Z | Downloaded poly1305 v0.8.0 |
707 | 2024-08-06T07:33:47.578Z | Downloaded funty v2.0.0 |
708 | 2024-08-06T07:33:47.581Z | Downloaded foreign-types-macros v0.2.3 |
709 | 2024-08-06T07:33:47.581Z | Downloaded spin v0.9.8 |
710 | 2024-08-06T07:33:47.584Z | Downloaded zip v0.6.6 |
711 | 2024-08-06T07:33:47.587Z | Downloaded uzers v0.11.3 |
712 | 2024-08-06T07:33:47.590Z | Downloaded which v4.4.2 |
713 | 2024-08-06T07:33:47.592Z | Downloaded vsss-rs v3.3.4 |
714 | 2024-08-06T07:33:47.595Z | Downloaded termios v0.3.3 |
715 | 2024-08-06T07:33:47.595Z | Downloaded same-file v1.0.6 |
716 | 2024-08-06T07:33:47.598Z | Downloaded diesel_table_macro_syntax v0.1.0 |
717 | 2024-08-06T07:33:47.598Z | Downloaded ena v0.14.3 |
718 | 2024-08-06T07:33:47.601Z | Downloaded sqlformat v0.2.4 |
719 | 2024-08-06T07:33:47.603Z | Downloaded itertools v0.10.5 |
720 | 2024-08-06T07:33:47.610Z | Downloaded foreign-types v0.3.2 |
721 | 2024-08-06T07:33:47.610Z | Downloaded yasna v0.5.2 |
722 | 2024-08-06T07:33:47.612Z | Downloaded slog-json v2.6.1 |
723 | 2024-08-06T07:33:47.612Z | Downloaded peg-macros v0.8.4 |
724 | 2024-08-06T07:33:47.615Z | Downloaded foreign-types v0.5.0 |
725 | 2024-08-06T07:33:47.615Z | Downloaded tap v1.0.1 |
726 | 2024-08-06T07:33:47.618Z | Downloaded tiny-keccak v2.0.2 |
727 | 2024-08-06T07:33:47.621Z | Downloaded slog-stdlog v4.1.1 |
728 | 2024-08-06T07:33:47.621Z | Downloaded trust-dns-client v0.22.0 |
729 | 2024-08-06T07:33:47.627Z | Downloaded sha1 v0.10.6 |
730 | 2024-08-06T07:33:47.631Z | Downloaded smallvec v0.6.14 |
731 | 2024-08-06T07:33:47.631Z | Downloaded serde_yaml v0.9.34+deprecated |
732 | 2024-08-06T07:33:47.633Z | Downloaded x509-cert v0.2.5 |
733 | 2024-08-06T07:33:47.638Z | Downloaded httpdate v1.0.3 |
734 | 2024-08-06T07:33:47.641Z | Downloaded structmeta v0.3.0 |
735 | 2024-08-06T07:33:47.641Z | Downloaded proc-macro-crate v1.3.1 |
736 | 2024-08-06T07:33:47.644Z | Downloaded pem-rfc7468 v0.7.0 |
737 | 2024-08-06T07:33:47.644Z | Downloaded zeroize v1.7.0 |
738 | 2024-08-06T07:33:47.647Z | Downloaded steno v0.4.1 |
739 | 2024-08-06T07:33:47.650Z | Downloaded slog-envlogger v2.2.0 |
740 | 2024-08-06T07:33:47.652Z | Downloaded rustc_version v0.1.7 |
741 | 2024-08-06T07:33:47.652Z | Downloaded subtle v2.5.0 |
742 | 2024-08-06T07:33:47.655Z | Downloaded whoami v1.5.1 |
743 | 2024-08-06T07:33:47.655Z | Downloaded diff v0.1.13 |
744 | 2024-08-06T07:33:47.658Z | Downloaded fallible-iterator v0.2.0 |
745 | 2024-08-06T07:33:47.661Z | Downloaded fastrand v2.1.0 |
746 | 2024-08-06T07:33:47.661Z | Downloaded supports-color v3.0.0 |
747 | 2024-08-06T07:33:47.664Z | Downloaded rustls-pemfile v1.0.4 |
748 | 2024-08-06T07:33:47.666Z | Downloaded tokio-postgres v0.7.11 |
749 | 2024-08-06T07:33:47.669Z | Downloaded unsafe-libyaml v0.2.11 |
750 | 2024-08-06T07:33:47.672Z | Downloaded pkcs1 v0.7.5 |
751 | 2024-08-06T07:33:47.675Z | Downloaded rustc_version v0.4.0 |
752 | 2024-08-06T07:33:47.678Z | Downloaded portpicker v0.1.1 |
753 | 2024-08-06T07:33:47.678Z | Downloaded uuid v1.10.0 |
754 | 2024-08-06T07:33:47.680Z | Downloaded publicsuffix v2.2.3 |
755 | 2024-08-06T07:33:47.683Z | Downloaded enum-as-inner v0.5.1 |
756 | 2024-08-06T07:33:47.686Z | Downloaded headers-core v0.2.0 |
757 | 2024-08-06T07:33:47.686Z | Downloaded time-core v0.1.2 |
758 | 2024-08-06T07:33:47.686Z | Downloaded highway v1.1.0 |
759 | 2024-08-06T07:33:47.688Z | Downloaded http-body v0.4.6 |
760 | 2024-08-06T07:33:47.691Z | Downloaded hash32 v0.3.1 |
761 | 2024-08-06T07:33:47.691Z | Downloaded sct v0.7.1 |
762 | 2024-08-06T07:33:47.694Z | Downloaded tower-service v0.3.2 |
763 | 2024-08-06T07:33:47.696Z | Downloaded rustfmt-wrapper v0.2.1 |
764 | 2024-08-06T07:33:47.696Z | Downloaded http-range v0.1.5 |
765 | 2024-08-06T07:33:47.699Z | Downloaded universal-hash v0.5.1 |
766 | 2024-08-06T07:33:47.699Z | Downloaded time-macros v0.2.18 |
767 | 2024-08-06T07:33:47.702Z | Downloaded typed-path v0.7.1 |
768 | 2024-08-06T07:33:47.705Z | Downloaded futures-channel v0.3.30 |
769 | 2024-08-06T07:33:47.708Z | Downloaded postgres-types v0.2.7 |
770 | 2024-08-06T07:33:47.711Z | Downloaded half v2.4.1 |
771 | 2024-08-06T07:33:47.714Z | Downloaded tracing-attributes v0.1.27 |
772 | 2024-08-06T07:33:47.716Z | Downloaded elliptic-curve v0.13.8 |
773 | 2024-08-06T07:33:47.719Z | Downloaded num-bigint-dig v0.8.4 |
774 | 2024-08-06T07:33:47.723Z | Downloaded serde_repr v0.1.19 |
775 | 2024-08-06T07:33:47.726Z | Downloaded env_logger v0.9.3 |
776 | 2024-08-06T07:33:47.729Z | Downloaded snafu-derive v0.8.2 |
777 | 2024-08-06T07:33:47.729Z | Downloaded gethostname v0.5.0 |
778 | 2024-08-06T07:33:47.731Z | Downloaded thiserror-impl-no-std v2.0.2 |
779 | 2024-08-06T07:33:47.732Z | Downloaded rustc-hash v1.1.0 |
780 | 2024-08-06T07:33:47.734Z | Downloaded unicode-truncate v1.0.0 |
781 | 2024-08-06T07:33:47.734Z | Downloaded nom v7.1.3 |
782 | 2024-08-06T07:33:47.738Z | Downloaded serde_plain v1.0.2 |
783 | 2024-08-06T07:33:47.741Z | Downloaded slog-async v2.8.0 |
784 | 2024-08-06T07:33:47.744Z | Downloaded rand v0.8.5 |
785 | 2024-08-06T07:33:47.747Z | Downloaded rsa v0.9.6 |
786 | 2024-08-06T07:33:47.750Z | Downloaded serde_urlencoded v0.7.1 |
787 | 2024-08-06T07:33:47.752Z | Downloaded futures v0.3.30 |
788 | 2024-08-06T07:33:47.756Z | Downloaded unicode-xid v0.2.4 |
789 | 2024-08-06T07:33:47.759Z | Downloaded shlex v1.3.0 |
790 | 2024-08-06T07:33:47.759Z | Downloaded getopts v0.2.21 |
791 | 2024-08-06T07:33:47.761Z | Downloaded rtoolbox v0.0.2 |
792 | 2024-08-06T07:33:47.761Z | Downloaded zerocopy v0.6.6 |
793 | 2024-08-06T07:33:47.764Z | Downloaded aho-corasick v1.1.3 |
794 | 2024-08-06T07:33:47.769Z | Downloaded env_logger v0.10.2 |
795 | 2024-08-06T07:33:47.771Z | Downloaded serde_with v3.8.3 |
796 | 2024-08-06T07:33:47.779Z | Downloaded ref-cast-impl v1.0.23 |
797 | 2024-08-06T07:33:47.782Z | Downloaded hex v0.4.3 |
798 | 2024-08-06T07:33:47.782Z | Downloaded ref-cast v1.0.23 |
799 | 2024-08-06T07:33:47.785Z | Downloaded serde_path_to_error v0.1.16 |
800 | 2024-08-06T07:33:47.788Z | Downloaded samael v0.0.15 |
801 | 2024-08-06T07:33:47.791Z | Downloaded getrandom v0.2.14 |
802 | 2024-08-06T07:33:47.795Z | Downloaded toml_edit v0.19.15 |
803 | 2024-08-06T07:33:47.809Z | Downloaded schemars v0.8.21 |
804 | 2024-08-06T07:33:47.821Z | Downloaded iana-time-zone v0.1.60 |
805 | 2024-08-06T07:33:47.823Z | Downloaded tokio-rustls v0.25.0 |
806 | 2024-08-06T07:33:47.827Z | Downloaded prettyplease v0.2.20 |
807 | 2024-08-06T07:33:47.830Z | Downloaded diesel_derives v2.1.4 |
808 | 2024-08-06T07:33:47.833Z | Downloaded tracing-core v0.1.32 |
809 | 2024-08-06T07:33:47.835Z | Downloaded subprocess v0.2.9 |
810 | 2024-08-06T07:33:47.838Z | Downloaded tokio-tungstenite v0.21.0 |
811 | 2024-08-06T07:33:47.840Z | Downloaded rcgen v0.12.1 |
812 | 2024-08-06T07:33:47.843Z | Downloaded tokio-util v0.7.11 |
813 | 2024-08-06T07:33:47.849Z | Downloaded textwrap v0.16.1 |
814 | 2024-08-06T07:33:47.851Z | Downloaded socket2 v0.5.7 |
815 | 2024-08-06T07:33:47.854Z | Downloaded pin-project v1.1.5 |
816 | 2024-08-06T07:33:47.864Z | Downloaded trust-dns-server v0.22.1 |
817 | 2024-08-06T07:33:47.869Z | Downloaded http v0.2.12 |
818 | 2024-08-06T07:33:47.872Z | Downloaded signal-hook v0.3.17 |
819 | 2024-08-06T07:33:47.875Z | Downloaded test-strategy v0.3.1 |
820 | 2024-08-06T07:33:47.879Z | Downloaded fatfs v0.3.6 |
821 | 2024-08-06T07:33:47.882Z | Downloaded ron v0.7.1 |
822 | 2024-08-06T07:33:47.887Z | Downloaded unicode-segmentation v1.11.0 |
823 | 2024-08-06T07:33:47.890Z | Downloaded snafu v0.8.2 |
824 | 2024-08-06T07:33:47.895Z | Downloaded rayon-core v1.12.1 |
825 | 2024-08-06T07:33:47.899Z | Downloaded ron v0.8.1 |
826 | 2024-08-06T07:33:47.906Z | Downloaded unicode_categories v0.1.1 |
827 | 2024-08-06T07:33:47.908Z | Downloaded tough v0.17.1 |
828 | 2024-08-06T07:33:47.915Z | Downloaded derive_more v0.99.18 |
829 | 2024-08-06T07:33:47.920Z | Downloaded flume v0.11.0 |
830 | 2024-08-06T07:33:47.924Z | Downloaded heapless v0.7.17 |
831 | 2024-08-06T07:33:47.927Z | Downloaded sqlparser v0.45.0 |
832 | 2024-08-06T07:33:47.931Z | Downloaded tungstenite v0.20.1 |
833 | 2024-08-06T07:33:47.935Z | Downloaded itertools v0.13.0 |
834 | 2024-08-06T07:33:47.943Z | Downloaded itertools v0.12.1 |
835 | 2024-08-06T07:33:47.949Z | Downloaded tracing v0.1.40 |
836 | 2024-08-06T07:33:47.952Z | Downloaded trust-dns-resolver v0.22.0 |
837 | 2024-08-06T07:33:47.957Z | Downloaded quick-xml v0.31.0 |
838 | 2024-08-06T07:33:47.962Z | Downloaded http v1.1.0 |
839 | 2024-08-06T07:33:47.966Z | Downloaded postcard v1.0.8 |
840 | 2024-08-06T07:33:47.969Z | Downloaded regex-automata v0.1.10 |
841 | 2024-08-06T07:33:47.975Z | Downloaded bindgen v0.69.4 |
842 | 2024-08-06T07:33:47.981Z | Downloaded rustyline v14.0.0 |
843 | 2024-08-06T07:33:47.988Z | Downloaded chrono v0.4.38 |
844 | 2024-08-06T07:33:47.993Z | Downloaded expectorate v1.1.0 |
845 | 2024-08-06T07:33:47.996Z | Downloaded hashbrown v0.12.3 |
846 | 2024-08-06T07:33:47.999Z | Downloaded blake3 v1.5.1 |
847 | 2024-08-06T07:33:48.007Z | Downloaded headers v0.3.9 |
848 | 2024-08-06T07:33:48.013Z | Downloaded reqwest v0.11.27 |
849 | 2024-08-06T07:33:48.019Z | Downloaded hashbrown v0.13.2 |
850 | 2024-08-06T07:33:48.022Z | Downloaded lalrpop v0.19.12 |
851 | 2024-08-06T07:33:48.034Z | Downloaded bitvec v1.0.1 |
852 | 2024-08-06T07:33:48.050Z | Downloaded winnow v0.5.40 |
853 | 2024-08-06T07:33:48.056Z | Downloaded flate2 v1.0.31 |
854 | 2024-08-06T07:33:48.062Z | Downloaded reedline v0.31.0 |
855 | 2024-08-06T07:33:48.069Z | Downloaded unicode-normalization v0.1.23 |
856 | 2024-08-06T07:33:48.078Z | Downloaded rustls-webpki v0.102.4 |
857 | 2024-08-06T07:33:48.093Z | Downloaded time v0.3.36 |
858 | 2024-08-06T07:33:48.098Z | Downloaded rustls-webpki v0.101.7 |
859 | 2024-08-06T07:33:48.110Z | Downloaded portable-atomic v1.6.0 |
860 | 2024-08-06T07:33:48.117Z | Downloaded idna v0.2.3 |
861 | 2024-08-06T07:33:48.122Z | Downloaded gimli v0.28.1 |
862 | 2024-08-06T07:33:48.129Z | Downloaded openssl v0.10.66 |
863 | 2024-08-06T07:33:48.138Z | Downloaded smoltcp v0.9.1 |
864 | 2024-08-06T07:33:48.151Z | Downloaded rayon v1.10.0 |
865 | 2024-08-06T07:33:48.158Z | Downloaded idna v0.5.0 |
866 | 2024-08-06T07:33:48.165Z | Downloaded proptest v1.4.0 |
867 | 2024-08-06T07:33:48.174Z | Downloaded nix v0.28.0 |
868 | 2024-08-06T07:33:48.185Z | Downloaded webpki-roots v0.25.4 |
869 | 2024-08-06T07:33:48.189Z | Downloaded rustls v0.21.12 |
870 | 2024-08-06T07:33:48.202Z | Downloaded bstr v1.9.1 |
871 | 2024-08-06T07:33:48.211Z | Downloaded curve25519-dalek v4.1.3 |
872 | 2024-08-06T07:33:48.223Z | Downloaded regex v1.10.6 |
873 | 2024-08-06T07:33:48.233Z | Downloaded diesel v2.1.6 |
874 | 2024-08-06T07:33:48.252Z | Downloaded trust-dns-proto v0.22.0 |
875 | 2024-08-06T07:33:48.264Z | Downloaded rustls v0.22.4 |
876 | 2024-08-06T07:33:48.278Z | Downloaded polar-core v0.27.3 |
877 | 2024-08-06T07:33:48.287Z | Downloaded smoltcp v0.11.0 |
878 | 2024-08-06T07:33:48.299Z | Downloaded openapiv3 v2.0.0 |
879 | 2024-08-06T07:33:48.312Z | Downloaded regex-syntax v0.6.29 |
880 | 2024-08-06T07:33:48.322Z | Downloaded regress v0.9.1 |
881 | 2024-08-06T07:33:48.328Z | Downloaded sled v0.34.7 |
882 | 2024-08-06T07:33:48.339Z | Downloaded regex-syntax v0.8.3 |
883 | 2024-08-06T07:33:48.347Z | Downloaded vcpkg v0.2.15 |
884 | 2024-08-06T07:33:48.386Z | Downloaded ratatui v0.27.0 |
885 | 2024-08-06T07:33:48.405Z | Downloaded zerocopy-derive v0.6.6 |
886 | 2024-08-06T07:33:48.414Z | Downloaded regex-automata v0.4.6 |
887 | 2024-08-06T07:33:48.432Z | Downloaded finl_unicode v1.2.0 |
888 | 2024-08-06T07:33:48.445Z | Downloaded petgraph v0.6.5 |
889 | 2024-08-06T07:33:48.463Z | Downloaded tokio v1.38.1 |
890 | 2024-08-06T07:33:48.501Z | Downloaded csv v1.3.0 |
891 | 2024-08-06T07:33:48.521Z | Downloaded sha3 v0.10.8 |
892 | 2024-08-06T07:33:48.525Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
893 | 2024-08-06T07:33:48.538Z | Downloaded bstr v0.2.17 |
894 | 2024-08-06T07:33:48.547Z | Downloaded idna v0.3.0 |
895 | 2024-08-06T07:33:48.554Z | Downloaded h2 v0.3.26 |
896 | 2024-08-06T07:33:48.561Z | Downloaded radix_trie v0.2.1 |
897 | 2024-08-06T07:33:48.566Z | Downloaded object v0.32.2 |
898 | 2024-08-06T07:33:48.576Z | Downloaded nix v0.27.1 |
899 | 2024-08-06T07:33:48.588Z | Downloaded encoding_rs v0.8.34 |
900 | 2024-08-06T07:33:48.609Z | Downloaded hkdf v0.12.4 |
901 | 2024-08-06T07:33:48.613Z | Downloaded hyper v0.14.30 |
902 | 2024-08-06T07:33:48.619Z | Downloaded object v0.30.4 |
903 | 2024-08-06T07:33:48.629Z | Downloaded futures-util v0.3.30 |
904 | 2024-08-06T07:33:48.644Z | Downloaded postgres-protocol v0.6.7 |
905 | 2024-08-06T07:33:48.649Z | Downloaded derive_builder v0.20.0 |
906 | 2024-08-06T07:33:48.650Z | Downloaded derive_builder_core v0.20.0 |
907 | 2024-08-06T07:33:48.652Z | Downloaded slog v2.7.0 |
908 | 2024-08-06T07:33:48.652Z | Downloaded libxml v0.3.3 |
909 | 2024-08-06T07:33:48.658Z | Downloaded libm v0.2.8 |
910 | 2024-08-06T07:33:48.667Z | Downloaded heapless v0.8.0 |
911 | 2024-08-06T07:33:48.670Z | Downloaded stringprep v0.1.4 |
912 | 2024-08-06T07:33:48.670Z | Downloaded toml v0.7.8 |
913 | 2024-08-06T07:33:48.674Z | Downloaded similar v2.5.0 |
914 | 2024-08-06T07:33:48.677Z | Downloaded slog-scope v4.4.0 |
915 | 2024-08-06T07:33:48.681Z | Downloaded static_assertions v1.1.0 |
916 | 2024-08-06T07:33:48.682Z | Downloaded tokio-tungstenite v0.20.1 |
917 | 2024-08-06T07:33:48.685Z | Downloaded tokio-stream v0.1.15 |
918 | 2024-08-06T07:33:48.689Z | Downloaded term v0.7.0 |
919 | 2024-08-06T07:33:48.692Z | Downloaded crossterm v0.27.0 |
920 | 2024-08-06T07:33:48.695Z | Downloaded phf_shared v0.11.2 |
921 | 2024-08-06T07:33:48.698Z | Downloaded hash32 v0.2.1 |
922 | 2024-08-06T07:33:48.698Z | Downloaded topological-sort v0.2.2 |
923 | 2024-08-06T07:33:48.698Z | Downloaded pin-project-lite v0.2.14 |
924 | 2024-08-06T07:33:48.705Z | Downloaded hmac v0.12.1 |
925 | 2024-08-06T07:33:48.707Z | Downloaded try-lock v0.2.5 |
926 | 2024-08-06T07:33:48.707Z | Downloaded crypto-bigint v0.5.5 |
927 | 2024-08-06T07:33:48.713Z | Downloaded cc v1.0.97 |
928 | 2024-08-06T07:33:48.716Z | Downloaded slog-bunyan v2.5.0 |
929 | 2024-08-06T07:33:48.720Z | Downloaded base64 v0.21.7 |
930 | 2024-08-06T07:33:48.723Z | Downloaded semver v0.1.20 |
931 | 2024-08-06T07:33:48.723Z | Downloaded der v0.7.9 |
932 | 2024-08-06T07:33:48.727Z | Downloaded toml v0.5.11 |
933 | 2024-08-06T07:33:48.730Z | Downloaded rustls-pki-types v1.7.0 |
934 | 2024-08-06T07:33:48.732Z | Downloaded rustls-pemfile v2.1.3 |
935 | 2024-08-06T07:33:48.735Z | Downloaded heck v0.3.3 |
936 | 2024-08-06T07:33:48.735Z | Downloaded pkcs8 v0.10.2 |
937 | 2024-08-06T07:33:48.738Z | Downloaded flagset v0.4.5 |
938 | 2024-08-06T07:33:48.740Z | Downloaded fd-lock v4.0.2 |
939 | 2024-08-06T07:33:48.741Z | Downloaded zone v0.1.8 |
940 | 2024-08-06T07:33:48.743Z | Downloaded wait-timeout v0.2.0 |
941 | 2024-08-06T07:33:48.743Z | Downloaded globset v0.4.14 |
942 | 2024-08-06T07:33:48.746Z | Downloaded parking_lot_core v0.8.6 |
943 | 2024-08-06T07:33:48.748Z | Downloaded stable_deref_trait v1.2.0 |
944 | 2024-08-06T07:33:48.748Z | Downloaded serde_arrays v0.1.0 |
945 | 2024-08-06T07:33:48.748Z | Downloaded serde-hex v0.1.0 |
946 | 2024-08-06T07:33:48.751Z | Downloaded secrecy v0.8.0 |
947 | 2024-08-06T07:33:48.751Z | Downloaded sec1 v0.7.3 |
948 | 2024-08-06T07:33:48.754Z | Downloaded resolv-conf v0.7.0 |
949 | 2024-08-06T07:33:48.754Z | Downloaded r2d2 v0.8.10 |
950 | 2024-08-06T07:33:48.756Z | Downloaded ring v0.17.8 |
951 | 2024-08-06T07:33:48.825Z | Downloaded miniz_oxide v0.7.2 |
952 | 2024-08-06T07:33:48.829Z | Downloaded crossbeam-epoch v0.9.18 |
953 | 2024-08-06T07:33:48.831Z | Downloaded hostname v0.3.1 |
954 | 2024-08-06T07:33:48.831Z | Downloaded group v0.13.0 |
955 | 2024-08-06T07:33:48.834Z | Downloaded fragile v2.0.0 |
956 | 2024-08-06T07:33:48.834Z | Downloaded fixedbitset v0.4.2 |
957 | 2024-08-06T07:33:48.837Z | Downloaded password-hash v0.5.0 |
958 | 2024-08-06T07:33:48.837Z | Downloaded paste v1.0.15 |
959 | 2024-08-06T07:33:48.840Z | Downloaded parking_lot v0.12.2 |
960 | 2024-08-06T07:33:48.843Z | Downloaded darling_core v0.20.9 |
961 | 2024-08-06T07:33:48.846Z | Downloaded base64 v0.13.1 |
962 | 2024-08-06T07:33:48.848Z | Downloaded allocator-api2 v0.2.18 |
963 | 2024-08-06T07:33:48.851Z | Downloaded string_cache v0.8.7 |
964 | 2024-08-06T07:33:48.854Z | Downloaded bytes v1.7.1 |
965 | 2024-08-06T07:33:48.857Z | Downloaded compact_str v0.7.1 |
966 | 2024-08-06T07:33:48.860Z | Downloaded xattr v1.3.1 |
967 | 2024-08-06T07:33:48.862Z | Downloaded tls_codec v0.4.1 |
968 | 2024-08-06T07:33:48.865Z | Downloaded darling v0.20.9 |
969 | 2024-08-06T07:33:48.868Z | Downloaded console v0.15.8 |
970 | 2024-08-06T07:33:48.871Z | Downloaded ciborium v0.2.2 |
971 | 2024-08-06T07:33:48.873Z | Downloaded camino-tempfile v1.1.1 |
972 | 2024-08-06T07:33:48.873Z | Downloaded const-oid v0.9.6 |
973 | 2024-08-06T07:33:48.876Z | Downloaded nu-ansi-term v0.50.0 |
974 | 2024-08-06T07:33:48.879Z | Downloaded native-tls v0.2.11 |
975 | 2024-08-06T07:33:48.882Z | Downloaded bit-vec v0.6.3 |
976 | 2024-08-06T07:33:48.882Z | Downloaded mockall v0.12.1 |
977 | 2024-08-06T07:33:48.882Z | Downloaded num-rational v0.4.2 |
978 | 2024-08-06T07:33:48.886Z | Downloaded memmap2 v0.9.4 |
979 | 2024-08-06T07:33:48.886Z | Downloaded ipnet v2.9.0 |
980 | 2024-08-06T07:33:48.889Z | Downloaded backoff v0.4.0 |
981 | 2024-08-06T07:33:48.889Z | Downloaded bzip2 v0.4.4 |
982 | 2024-08-06T07:33:48.892Z | Downloaded memoffset v0.9.1 |
983 | 2024-08-06T07:33:48.892Z | Downloaded lock_api v0.4.12 |
984 | 2024-08-06T07:33:48.894Z | Downloaded colored v2.1.0 |
985 | 2024-08-06T07:33:48.894Z | Downloaded inout v0.1.3 |
986 | 2024-08-06T07:33:48.898Z | Downloaded packed_struct_codegen v0.10.1 |
987 | 2024-08-06T07:33:48.898Z | Downloaded num_cpus v1.16.0 |
988 | 2024-08-06T07:33:48.901Z | Downloaded maybe-uninit v2.0.0 |
989 | 2024-08-06T07:33:48.901Z | Downloaded linked-hash-map v0.5.6 |
990 | 2024-08-06T07:33:48.901Z | Downloaded ring v0.16.20 |
991 | 2024-08-06T07:33:48.982Z | Downloaded lazy_static v1.5.0 |
992 | 2024-08-06T07:33:48.986Z | Downloaded csv-core v0.1.11 |
993 | 2024-08-06T07:33:48.986Z | Downloaded arrayvec v0.7.4 |
994 | 2024-08-06T07:33:48.989Z | Downloaded ipnetwork v0.20.0 |
995 | 2024-08-06T07:33:48.989Z | Downloaded lru v0.12.3 |
996 | 2024-08-06T07:33:48.989Z | Downloaded keccak v0.1.5 |
997 | 2024-08-06T07:33:48.992Z | Downloaded cexpr v0.6.0 |
998 | 2024-08-06T07:33:48.992Z | Downloaded crc32fast v1.4.0 |
999 | 2024-08-06T07:33:48.994Z | Downloaded linear-map v1.2.0 |
1000 | 2024-08-06T07:33:48.994Z | Downloaded bitfield-struct v0.6.1 |
1001 | 2024-08-06T07:33:48.997Z | Downloaded async-recursion v1.1.1 |
1002 | 2024-08-06T07:33:49.000Z | Downloaded ascii-canvas v3.0.0 |
1003 | 2024-08-06T07:33:49.000Z | Downloaded crucible-workspace-hack v0.1.0 |
1004 | 2024-08-06T07:33:49.000Z | Downloaded ascii v1.1.0 |
1005 | 2024-08-06T07:33:49.003Z | Downloaded base64ct v1.6.0 |
1006 | 2024-08-06T07:33:49.005Z | Downloaded async-trait v0.1.81 |
1007 | 2024-08-06T07:33:49.022Z | Downloaded bb8 v0.8.5 |
1008 | 2024-08-06T07:33:49.022Z | Downloaded array-init v0.0.4 |
1009 | 2024-08-06T07:33:49.022Z | Downloaded is_ci v1.2.0 |
1010 | 2024-08-06T07:33:49.042Z | Downloaded curve25519-dalek-derive v0.1.1 |
1011 | 2024-08-06T07:33:49.042Z | Downloaded convert_case v0.4.0 |
1012 | 2024-08-06T07:33:49.042Z | Downloaded cobs v0.2.3 |
1013 | 2024-08-06T07:33:49.042Z | Downloaded chacha20 v0.9.1 |
1014 | 2024-08-06T07:33:49.042Z | Downloaded const_format_proc_macros v0.2.32 |
1015 | 2024-08-06T07:33:49.042Z | Downloaded castaway v0.2.2 |
1016 | 2024-08-06T07:33:49.042Z | Downloaded bitfield v0.14.0 |
1017 | 2024-08-06T07:33:49.104Z | Compiling cfg-if v1.0.0 |
1018 | 2024-08-06T07:33:49.104Z | Compiling serde v1.0.204 |
1019 | 2024-08-06T07:33:49.115Z | Compiling lock_api v0.4.12 |
1020 | 2024-08-06T07:33:49.115Z | Compiling scopeguard v1.2.0 |
1021 | 2024-08-06T07:33:49.116Z | Compiling log v0.4.21 |
1022 | 2024-08-06T07:33:49.253Z | Compiling syn v2.0.72 |
1023 | 2024-08-06T07:33:49.256Z | Compiling cc v1.0.97 |
1024 | 2024-08-06T07:33:49.267Z | Compiling parking_lot_core v0.9.10 |
1025 | 2024-08-06T07:33:49.321Z | Compiling getrandom v0.2.14 |
1026 | 2024-08-06T07:33:49.359Z | Compiling smallvec v1.13.2 |
1027 | 2024-08-06T07:33:49.671Z | Compiling rand_core v0.6.4 |
1028 | 2024-08-06T07:33:49.731Z | Compiling typenum v1.17.0 |
1029 | 2024-08-06T07:33:49.795Z | Compiling generic-array v0.14.7 |
1030 | 2024-08-06T07:33:49.830Z | Compiling pin-project-lite v0.2.14 |
1031 | 2024-08-06T07:33:49.954Z | Compiling signal-hook-registry v1.4.2 |
1032 | 2024-08-06T07:33:50.158Z | Compiling parking_lot v0.12.2 |
1033 | 2024-08-06T07:33:50.181Z | Compiling spin v0.9.8 |
1034 | 2024-08-06T07:33:50.202Z | Compiling mio v0.8.11 |
1035 | 2024-08-06T07:33:50.420Z | Compiling libm v0.2.8 |
1036 | 2024-08-06T07:33:50.564Z | Compiling serde_json v1.0.122 |
1037 | 2024-08-06T07:33:50.759Z | Compiling num-traits v0.2.19 |
1038 | 2024-08-06T07:33:50.814Z | Compiling ahash v0.8.11 |
1039 | 2024-08-06T07:33:51.049Z | Compiling tinyvec_macros v0.1.1 |
1040 | 2024-08-06T07:33:51.141Z | Compiling futures-core v0.3.30 |
1041 | 2024-08-06T07:33:51.178Z | Compiling tinyvec v1.6.0 |
1042 | 2024-08-06T07:33:51.378Z | Compiling num_cpus v1.16.0 |
1043 | 2024-08-06T07:33:51.416Z | Compiling socket2 v0.5.7 |
1044 | 2024-08-06T07:33:51.555Z | Compiling subtle v2.5.0 |
1045 | 2024-08-06T07:33:51.631Z | Compiling const-oid v0.9.6 |
1046 | 2024-08-06T07:33:51.929Z | Compiling slab v0.4.9 |
1047 | 2024-08-06T07:33:52.259Z | Compiling unicode-bidi v0.3.15 |
1048 | 2024-08-06T07:33:52.612Z | Compiling futures-sink v0.3.30 |
1049 | 2024-08-06T07:33:52.763Z | Compiling unicode-normalization v0.1.23 |
1050 | 2024-08-06T07:33:52.781Z | Compiling allocator-api2 v0.2.18 |
1051 | 2024-08-06T07:33:53.004Z | Compiling futures-channel v0.3.30 |
1052 | 2024-08-06T07:33:53.269Z | Compiling pkg-config v0.3.30 |
1053 | 2024-08-06T07:33:53.455Z | Compiling vcpkg v0.2.15 |
1054 | 2024-08-06T07:33:53.646Z | Compiling pin-utils v0.1.0 |
1055 | 2024-08-06T07:33:53.674Z | Compiling futures-io v0.3.30 |
1056 | 2024-08-06T07:33:53.741Z | Compiling futures-task v0.3.30 |
1057 | 2024-08-06T07:33:53.869Z | Compiling ring v0.17.8 |
1058 | 2024-08-06T07:33:53.913Z | Compiling ppv-lite86 v0.2.17 |
1059 | 2024-08-06T07:33:54.008Z | Compiling percent-encoding v2.3.1 |
1060 | 2024-08-06T07:33:54.038Z | Compiling tracing-core v0.1.32 |
1061 | 2024-08-06T07:33:54.370Z | Compiling syn v1.0.109 |
1062 | 2024-08-06T07:33:54.618Z | Compiling rustix v0.38.34 |
1063 | 2024-08-06T07:33:54.729Z | Compiling rand_chacha v0.3.1 |
1064 | 2024-08-06T07:33:54.883Z | Compiling num-conv v0.1.0 |
1065 | 2024-08-06T07:33:55.102Z | Compiling time-core v0.1.2 |
1066 | 2024-08-06T07:33:55.163Z | Compiling powerfmt v0.2.0 |
1067 | 2024-08-06T07:33:55.272Z | Compiling untrusted v0.9.0 |
1068 | 2024-08-06T07:33:55.441Z | Compiling deranged v0.3.11 |
1069 | 2024-08-06T07:33:55.473Z | Compiling time-macros v0.2.18 |
1070 | 2024-08-06T07:33:55.537Z | Compiling rand v0.8.5 |
1071 | 2024-08-06T07:33:55.633Z | Compiling rustversion v1.0.17 |
1072 | 2024-08-06T07:33:55.675Z | Compiling openssl-sys v0.9.103 |
1073 | 2024-08-06T07:33:56.429Z | Compiling openssl v0.10.66 |
1074 | 2024-08-06T07:33:56.892Z | Compiling num_threads v0.1.7 |
1075 | 2024-08-06T07:33:56.912Z | Compiling base64ct v1.6.0 |
1076 | 2024-08-06T07:33:57.015Z | Compiling foreign-types-shared v0.1.1 |
1077 | 2024-08-06T07:33:57.031Z | Compiling iana-time-zone v0.1.60 |
1078 | 2024-08-06T07:33:57.121Z | Compiling httparse v1.8.0 |
1079 | 2024-08-06T07:33:57.388Z | Compiling pem-rfc7468 v0.7.0 |
1080 | 2024-08-06T07:33:57.464Z | Compiling foreign-types v0.3.2 |
1081 | 2024-08-06T07:33:57.631Z | Compiling form_urlencoded v1.2.1 |
1082 | 2024-08-06T07:33:57.649Z | Compiling rustls v0.21.12 |
1083 | 2024-08-06T07:33:57.930Z | Compiling crossbeam-utils v0.8.19 |
1084 | 2024-08-06T07:33:57.953Z | Compiling flagset v0.4.5 |
1085 | 2024-08-06T07:33:58.131Z | Compiling try-lock v0.2.5 |
1086 | 2024-08-06T07:33:58.156Z | Compiling siphasher v0.3.11 |
1087 | 2024-08-06T07:33:58.279Z | Compiling native-tls v0.2.11 |
1088 | 2024-08-06T07:33:58.516Z | Compiling want v0.3.1 |
1089 | 2024-08-06T07:33:58.783Z | Compiling serde_derive_internals v0.29.1 |
1090 | 2024-08-06T07:33:58.804Z | Compiling time v0.3.36 |
1091 | 2024-08-06T07:33:58.831Z | Compiling idna v0.5.0 |
1092 | 2024-08-06T07:33:59.337Z | Compiling lazy_static v1.5.0 |
1093 | 2024-08-06T07:33:59.451Z | Compiling cookie v0.17.0 |
1094 | 2024-08-06T07:33:59.757Z | Compiling aho-corasick v1.1.3 |
1095 | 2024-08-06T07:34:00.043Z | Compiling schemars v0.8.21 |
1096 | 2024-08-06T07:34:00.410Z | Compiling rustls-webpki v0.101.7 |
1097 | 2024-08-06T07:34:00.477Z | Compiling sct v0.7.1 |
1098 | 2024-08-06T07:34:00.791Z | Compiling signal-hook v0.3.17 |
1099 | 2024-08-06T07:34:01.125Z | Compiling finl_unicode v1.2.0 |
1100 | 2024-08-06T07:34:01.590Z | Compiling tower-service v0.3.2 |
1101 | 2024-08-06T07:34:01.718Z | Compiling httpdate v1.0.3 |
1102 | 2024-08-06T07:34:01.738Z | Compiling regex-syntax v0.8.3 |
1103 | 2024-08-06T07:34:02.012Z | Compiling adler v1.0.2 |
1104 | 2024-08-06T07:34:02.192Z | Compiling openssl-probe v0.1.5 |
1105 | 2024-08-06T07:34:02.232Z | Compiling cpufeatures v0.2.12 |
1106 | 2024-08-06T07:34:02.333Z | Compiling slog v2.7.0 |
1107 | 2024-08-06T07:34:02.368Z | Compiling miniz_oxide v0.7.2 |
1108 | 2024-08-06T07:34:02.527Z | Compiling stringprep v0.1.4 |
1109 | 2024-08-06T07:34:03.858Z | Compiling url v2.5.2 |
1110 | 2024-08-06T07:34:04.000Z | Compiling serde_derive v1.0.204 |
1111 | 2024-08-06T07:34:04.196Z | Compiling zeroize_derive v1.4.2 |
1112 | 2024-08-06T07:34:05.160Z | Compiling zerocopy-derive v0.7.34 |
1113 | 2024-08-06T07:34:05.318Z | Compiling tokio-macros v2.3.0 |
1114 | 2024-08-06T07:34:05.793Z | Compiling thiserror-impl v1.0.63 |
1115 | 2024-08-06T07:34:05.864Z | Compiling zeroize v1.7.0 |
1116 | 2024-08-06T07:34:07.000Z | Compiling futures-macro v0.3.30 |
1117 | 2024-08-06T07:34:07.503Z | Compiling zerocopy v0.7.34 |
1118 | 2024-08-06T07:34:07.756Z | Compiling crypto-common v0.1.6 |
1119 | 2024-08-06T07:34:07.995Z | Compiling block-buffer v0.10.4 |
1120 | 2024-08-06T07:34:08.273Z | Compiling digest v0.10.7 |
1121 | 2024-08-06T07:34:08.342Z | Compiling tracing-attributes v0.1.27 |
1122 | 2024-08-06T07:34:08.771Z | Compiling scroll_derive v0.12.0 |
1123 | 2024-08-06T07:34:09.187Z | Compiling futures-util v0.3.30 |
1124 | 2024-08-06T07:34:09.206Z | Compiling thiserror v1.0.63 |
1125 | 2024-08-06T07:34:09.338Z | Compiling pest v2.7.10 |
1126 | 2024-08-06T07:34:09.716Z | Compiling hashbrown v0.14.5 |
1127 | 2024-08-06T07:34:10.252Z | Compiling scroll v0.12.0 |
1128 | 2024-08-06T07:34:10.833Z | Compiling goblin v0.8.2 |
1129 | 2024-08-06T07:34:11.206Z | Compiling hmac v0.12.1 |
1130 | 2024-08-06T07:34:11.466Z | Compiling openssl-macros v0.1.1 |
1131 | 2024-08-06T07:34:11.841Z | Compiling der_derive v0.7.2 |
1132 | 2024-08-06T07:34:11.906Z | Compiling pest_meta v2.7.10 |
1133 | 2024-08-06T07:34:12.186Z | Compiling tracing v0.1.40 |
1134 | 2024-08-06T07:34:12.215Z | Compiling sha2 v0.10.8 |
1135 | 2024-08-06T07:34:12.428Z | Compiling md-5 v0.10.6 |
1136 | 2024-08-06T07:34:12.692Z | Compiling regex-automata v0.4.6 |
1137 | 2024-08-06T07:34:12.729Z | Compiling schemars_derive v0.8.21 |
1138 | 2024-08-06T07:34:14.382Z | Compiling pest_generator v2.7.10 |
1139 | 2024-08-06T07:34:15.439Z | Compiling der v0.7.9 |
1140 | 2024-08-06T07:34:15.842Z | Compiling num-integer v0.1.46 |
1141 | 2024-08-06T07:34:16.169Z | Compiling idna v0.3.0 |
1142 | 2024-08-06T07:34:16.409Z | Compiling backtrace v0.3.71 |
1143 | 2024-08-06T07:34:16.679Z | Compiling hash32 v0.2.1 |
1144 | 2024-08-06T07:34:16.875Z | Compiling stable_deref_trait v1.2.0 |
1145 | 2024-08-06T07:34:16.964Z | Compiling pest_derive v2.7.10 |
1146 | 2024-08-06T07:34:16.980Z | Compiling base64 v0.22.1 |
1147 | 2024-08-06T07:34:17.041Z | Compiling dyn-clone v1.0.17 |
1148 | 2024-08-06T07:34:17.256Z | Compiling crc32fast v1.4.0 |
1149 | 2024-08-06T07:34:17.727Z | Compiling spki v0.7.3 |
1150 | 2024-08-06T07:34:17.768Z | Compiling dtrace-parser v0.2.0 |
1151 | 2024-08-06T07:34:17.787Z | Compiling fallible-iterator v0.2.0 |
1152 | 2024-08-06T07:34:17.789Z | Compiling gimli v0.28.1 |
1153 | 2024-08-06T07:34:18.102Z | Compiling psl-types v2.0.11 |
1154 | 2024-08-06T07:34:18.300Z | Compiling smoltcp v0.9.1 |
1155 | 2024-08-06T07:34:18.511Z | Compiling bytes v1.7.1 |
1156 | 2024-08-06T07:34:18.745Z | Compiling bitflags v2.6.0 |
1157 | 2024-08-06T07:34:19.072Z | Compiling indexmap v2.3.0 |
1158 | 2024-08-06T07:34:19.193Z | Compiling semver v1.0.23 |
1159 | 2024-08-06T07:34:19.766Z | Compiling tokio v1.38.1 |
1160 | 2024-08-06T07:34:19.947Z | Compiling http v0.2.12 |
1161 | 2024-08-06T07:34:19.988Z | Compiling uuid v1.10.0 |
1162 | 2024-08-06T07:34:20.560Z | Compiling rustc_version v0.4.0 |
1163 | 2024-08-06T07:34:21.368Z | Compiling chrono v0.4.38 |
1164 | 2024-08-06T07:34:21.474Z | Compiling heapless v0.7.17 |
1165 | 2024-08-06T07:34:21.912Z | Compiling http-body v0.4.6 |
1166 | 2024-08-06T07:34:22.069Z | Compiling dof v0.3.0 |
1167 | 2024-08-06T07:34:22.582Z | Compiling serde_tokenstream v0.2.1 |
1168 | 2024-08-06T07:34:22.841Z | Compiling usdt-impl v0.5.0 |
1169 | 2024-08-06T07:34:23.141Z | Compiling serde_spanned v0.6.7 |
1170 | 2024-08-06T07:34:23.379Z | Compiling toml_datetime v0.6.8 |
1171 | 2024-08-06T07:34:23.900Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1172 | 2024-08-06T07:34:24.375Z | Compiling terminal_size v0.3.0 |
1173 | 2024-08-06T07:34:24.567Z | Compiling addr2line v0.21.0 |
1174 | 2024-08-06T07:34:24.789Z | Compiling postgres-protocol v0.6.7 |
1175 | 2024-08-06T07:34:25.184Z | Compiling publicsuffix v2.2.3 |
1176 | 2024-08-06T07:34:25.236Z | Compiling pkcs8 v0.10.2 |
1177 | 2024-08-06T07:34:25.543Z | Compiling hubpack_derive v0.1.1 |
1178 | 2024-08-06T07:34:25.661Z | Compiling block-padding v0.3.3 |
1179 | 2024-08-06T07:34:25.827Z | Compiling async-trait v0.1.81 |
1180 | 2024-08-06T07:34:25.907Z | Compiling zerocopy-derive v0.6.6 |
1181 | 2024-08-06T07:34:27.050Z | Compiling phf_shared v0.11.2 |
1182 | 2024-08-06T07:34:27.108Z | Compiling diesel_table_macro_syntax v0.1.0 |
1183 | 2024-08-06T07:34:27.362Z | Compiling ff v0.13.0 |
1184 | 2024-08-06T07:34:27.445Z | Compiling scheduled-thread-pool v0.2.7 |
1185 | 2024-08-06T07:34:27.509Z | Compiling fs-err v2.11.0 |
1186 | 2024-08-06T07:34:27.585Z | Compiling object v0.32.2 |
1187 | 2024-08-06T07:34:27.809Z | Compiling matches v0.1.10 |
1188 | 2024-08-06T07:34:27.903Z | Compiling either v1.12.0 |
1189 | 2024-08-06T07:34:28.058Z | Compiling tokio-util v0.7.11 |
1190 | 2024-08-06T07:34:28.076Z | Compiling tokio-rustls v0.24.1 |
1191 | 2024-08-06T07:34:28.146Z | Compiling rustc-demangle v0.1.24 |
1192 | 2024-08-06T07:34:28.308Z | Compiling winnow v0.5.40 |
1193 | 2024-08-06T07:34:28.455Z | Compiling bitflags v1.3.2 |
1194 | 2024-08-06T07:34:28.691Z | Compiling bit-vec v0.6.3 |
1195 | 2024-08-06T07:34:29.143Z | Compiling h2 v0.3.26 |
1196 | 2024-08-06T07:34:29.143Z | Compiling tokio-native-tls v0.3.1 |
1197 | 2024-08-06T07:34:29.184Z | Compiling managed v0.8.0 |
1198 | 2024-08-06T07:34:29.418Z | Compiling regex-automata v0.1.10 |
1199 | 2024-08-06T07:34:29.422Z | Compiling base64 v0.21.7 |
1200 | 2024-08-06T07:34:29.616Z | Compiling anyhow v1.0.86 |
1201 | 2024-08-06T07:34:29.931Z | Compiling base16ct v0.2.0 |
1202 | 2024-08-06T07:34:30.168Z | Compiling ipnet v2.9.0 |
1203 | 2024-08-06T07:34:30.248Z | Compiling sec1 v0.7.3 |
1204 | 2024-08-06T07:34:30.406Z | Compiling rustls-pemfile v1.0.4 |
1205 | 2024-08-06T07:34:30.858Z | Compiling bstr v0.2.17 |
1206 | 2024-08-06T07:34:30.872Z | Compiling clap_builder v4.5.13 |
1207 | 2024-08-06T07:34:31.439Z | Compiling zerocopy v0.6.6 |
1208 | 2024-08-06T07:34:32.222Z | Compiling toml_edit v0.19.15 |
1209 | 2024-08-06T07:34:32.307Z | Compiling idna v0.2.3 |
1210 | 2024-08-06T07:34:32.596Z | Compiling r2d2 v0.8.10 |
1211 | 2024-08-06T07:34:32.953Z | Compiling group v0.13.0 |
1212 | 2024-08-06T07:34:33.291Z | Compiling diesel_derives v2.1.4 |
1213 | 2024-08-06T07:34:33.447Z | Compiling phf v0.11.2 |
1214 | 2024-08-06T07:34:33.749Z | Compiling signal-hook-mio v0.2.3 |
1215 | 2024-08-06T07:34:33.908Z | Compiling hubpack v0.1.2 |
1216 | 2024-08-06T07:34:34.069Z | Compiling cookie_store v0.20.0 |
1217 | 2024-08-06T07:34:37.759Z | Compiling ipnetwork v0.20.0 |
1218 | 2024-08-06T07:34:37.970Z | Compiling inout v0.1.3 |
1219 | 2024-08-06T07:34:37.970Z | Compiling postgres-types v0.2.7 |
1220 | 2024-08-06T07:34:37.970Z | Compiling usdt-attr-macro v0.5.0 |
1221 | 2024-08-06T07:34:37.970Z | Compiling hyper v0.14.30 |
1222 | 2024-08-06T07:34:37.970Z | Compiling usdt-macro v0.5.0 |
1223 | 2024-08-06T07:34:37.991Z | Compiling serde_urlencoded v0.7.1 |
1224 | 2024-08-06T07:34:37.991Z | Compiling regex v1.10.6 |
1225 | 2024-08-06T07:34:38.199Z | Compiling num-bigint v0.4.5 |
1226 | 2024-08-06T07:34:38.526Z | Compiling futures-executor v0.3.30 |
1227 | 2024-08-06T07:34:38.914Z | Compiling enum-as-inner v0.5.1 |
1228 | 2024-08-06T07:34:39.115Z | Compiling hkdf v0.12.4 |
1229 | 2024-08-06T07:34:39.385Z | Compiling crypto-bigint v0.5.5 |
1230 | 2024-08-06T07:34:39.804Z | Compiling clap_derive v4.5.13 |
1231 | 2024-08-06T07:34:39.993Z | Compiling serde_repr v0.1.19 |
1232 | 2024-08-06T07:34:40.206Z | Compiling strum_macros v0.25.3 |
1233 | 2024-08-06T07:34:40.226Z | Compiling phf_shared v0.10.0 |
1234 | 2024-08-06T07:34:40.624Z | Compiling float-cmp v0.9.0 |
1235 | 2024-08-06T07:34:40.850Z | Compiling encoding_rs v0.8.34 |
1236 | 2024-08-06T07:34:41.243Z | Compiling new_debug_unreachable v1.0.6 |
1237 | 2024-08-06T07:34:41.346Z | Compiling whoami v1.5.1 |
1238 | 2024-08-06T07:34:41.964Z | Compiling unicode-segmentation v1.11.0 |
1239 | 2024-08-06T07:34:42.832Z | Compiling webpki-roots v0.25.4 |
1240 | 2024-08-06T07:34:43.000Z | Compiling static_assertions v1.1.0 |
1241 | 2024-08-06T07:34:43.101Z | Compiling precomputed-hash v0.1.1 |
1242 | 2024-08-06T07:34:43.218Z | Compiling hyper-rustls v0.24.2 |
1243 | 2024-08-06T07:34:43.589Z | Compiling hyper-tls v0.5.0 |
1244 | 2024-08-06T07:34:43.948Z | Compiling minimal-lexical v0.2.1 |
1245 | 2024-08-06T07:34:44.276Z | Compiling data-encoding v2.6.0 |
1246 | 2024-08-06T07:34:44.465Z | Compiling fixedbitset v0.4.2 |
1247 | 2024-08-06T07:34:44.862Z | Compiling mime v0.3.17 |
1248 | 2024-08-06T07:34:44.934Z | Compiling normalize-line-endings v0.3.0 |
1249 | 2024-08-06T07:34:45.067Z | Compiling predicates-core v1.0.6 |
1250 | 2024-08-06T07:34:45.402Z | Compiling difflib v0.4.0 |
1251 | 2024-08-06T07:34:45.417Z | Compiling sync_wrapper v0.1.2 |
1252 | 2024-08-06T07:34:45.476Z | Compiling trust-dns-proto v0.22.0 |
1253 | 2024-08-06T07:34:45.487Z | Compiling clap v4.5.13 |
1254 | 2024-08-06T07:34:45.535Z | Compiling reqwest v0.11.27 |
1255 | 2024-08-06T07:34:45.609Z | Compiling petgraph v0.6.5 |
1256 | 2024-08-06T07:34:45.848Z | Compiling diesel v2.1.6 |
1257 | 2024-08-06T07:34:46.239Z | Compiling predicates v3.1.2 |
1258 | 2024-08-06T07:34:46.718Z | Compiling nom v7.1.3 |
1259 | 2024-08-06T07:34:47.054Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1260 | 2024-08-06T07:34:48.030Z | Compiling string_cache v0.8.7 |
1261 | 2024-08-06T07:34:48.515Z | Compiling toml_edit v0.22.20 |
1262 | 2024-08-06T07:34:49.219Z | Compiling console v0.15.8 |
1263 | 2024-08-06T07:34:49.709Z | Compiling similar v2.5.0 |
1264 | 2024-08-06T07:34:50.412Z | Compiling elliptic-curve v0.13.8 |
1265 | 2024-08-06T07:34:50.682Z | Compiling tokio-postgres v0.7.11 |
1266 | 2024-08-06T07:34:51.294Z | Compiling yasna v0.5.2 |
1267 | 2024-08-06T07:34:52.218Z | Compiling usdt v0.5.0 |
1268 | 2024-08-06T07:34:52.723Z | Compiling futures v0.3.30 |
1269 | 2024-08-06T07:34:52.842Z | Compiling flate2 v1.0.31 |
1270 | 2024-08-06T07:34:53.215Z | Compiling cipher v0.4.4 |
1271 | 2024-08-06T07:34:53.496Z | Compiling toml v0.7.8 |
1272 | 2024-08-06T07:34:53.812Z | Compiling crossterm v0.27.0 |
1273 | 2024-08-06T07:34:54.647Z | Compiling bit-set v0.5.3 |
1274 | 2024-08-06T07:34:54.852Z | Compiling itertools v0.10.5 |
1275 | 2024-08-06T07:34:54.932Z | Compiling itertools v0.12.1 |
1276 | 2024-08-06T07:34:55.177Z | Compiling tokio-stream v0.1.15 |
1277 | 2024-08-06T07:34:56.236Z | Compiling openapiv3 v2.0.0 |
1278 | 2024-08-06T07:34:56.333Z | Compiling hex v0.4.3 |
1279 | 2024-08-06T07:34:56.900Z | Compiling bstr v1.9.1 |
1280 | 2024-08-06T07:34:56.956Z | Compiling num-iter v0.1.45 |
1281 | 2024-08-06T07:34:57.146Z | Compiling crossbeam-epoch v0.9.18 |
1282 | 2024-08-06T07:34:57.580Z | Compiling dirs-sys-next v0.1.2 |
1283 | 2024-08-06T07:34:57.660Z | Compiling peg-runtime v0.8.3 |
1284 | 2024-08-06T07:34:57.916Z | Compiling unicode-xid v0.2.4 |
1285 | 2024-08-06T07:34:58.096Z | Compiling lalrpop-util v0.19.12 |
1286 | 2024-08-06T07:34:58.123Z | Compiling dirs-next v2.0.0 |
1287 | 2024-08-06T07:34:58.220Z | Compiling thread_local v1.1.8 |
1288 | 2024-08-06T07:34:58.307Z | Compiling slog-async v2.8.0 |
1289 | 2024-08-06T07:34:58.330Z | Compiling term v0.7.0 |
1290 | 2024-08-06T07:34:58.458Z | Compiling xattr v1.3.1 |
1291 | 2024-08-06T07:34:58.675Z | Compiling crossbeam-channel v0.5.12 |
1292 | 2024-08-06T07:34:58.735Z | Compiling strum_macros v0.26.4 |
1293 | 2024-08-06T07:34:58.762Z | Compiling filetime v0.2.23 |
1294 | 2024-08-06T07:34:58.919Z | Compiling is-terminal v0.4.12 |
1295 | 2024-08-06T07:34:59.053Z | Compiling take_mut v0.2.2 |
1296 | 2024-08-06T07:34:59.081Z | Compiling slog-term v2.9.1 |
1297 | 2024-08-06T07:34:59.210Z | Compiling tar v0.4.41 |
1298 | 2024-08-06T07:34:59.895Z | Compiling camino v1.1.7 |
1299 | 2024-08-06T07:35:01.914Z | Compiling strum v0.26.3 |
1300 | 2024-08-06T07:35:12.905Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1301 | 2024-08-06T07:35:13.154Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1302 | 2024-08-06T07:35:18.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
1303 | 2024-08-06T07:35:18.696Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1304 | 2024-08-06T07:35:18.740Z | Aug 06 07:35:17.536 INFO Starting download, target: Clickhouse |
1305 | 2024-08-06T07:35:18.741Z | Aug 06 07:35:17.537 INFO Starting download, target: Cockroach |
1306 | 2024-08-06T07:35:18.741Z | Aug 06 07:35:17.537 INFO Starting download, target: Console |
1307 | 2024-08-06T07:35:18.741Z | Aug 06 07:35:17.537 INFO Starting download, target: DendriteOpenapi |
1308 | 2024-08-06T07:35:18.743Z | Aug 06 07:35:17.537 INFO Starting download, target: DendriteStub |
1309 | 2024-08-06T07:35:18.744Z | Aug 06 07:35:17.537 INFO Starting download, target: MaghemiteMgd |
1310 | 2024-08-06T07:35:18.744Z | Aug 06 07:35:17.537 INFO Starting download, target: TransceiverControl |
1311 | 2024-08-06T07:35:18.744Z | Aug 06 07:35:17.537 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1312 | 2024-08-06T07:35:18.744Z | Aug 06 07:35:17.537 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1313 | 2024-08-06T07:35:18.744Z | Aug 06 07:35:17.538 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1314 | 2024-08-06T07:35:18.744Z | Aug 06 07:35:17.538 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1315 | 2024-08-06T07:35:18.744Z | Aug 06 07:35:17.538 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1316 | 2024-08-06T07:35:18.744Z | Aug 06 07:35:17.538 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1317 | 2024-08-06T07:35:18.744Z | Aug 06 07:35:17.538 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1318 | 2024-08-06T07:35:18.903Z | Aug 06 07:35:17.694 INFO Download complete, target: DendriteOpenapi |
1319 | 2024-08-06T07:35:19.048Z | Aug 06 07:35:17.842 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1320 | 2024-08-06T07:35:19.409Z | Aug 06 07:35:18.203 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1321 | 2024-08-06T07:35:19.417Z | Aug 06 07:35:18.211 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1322 | 2024-08-06T07:35:19.574Z | Aug 06 07:35:18.370 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1323 | 2024-08-06T07:35:19.821Z | Aug 06 07:35:18.617 INFO Download complete, target: Console |
1324 | 2024-08-06T07:35:19.828Z | Aug 06 07:35:18.624 INFO Download complete, target: TransceiverControl |
1325 | 2024-08-06T07:35:20.795Z | Aug 06 07:35:19.591 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1326 | 2024-08-06T07:35:21.450Z | Aug 06 07:35:20.246 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1327 | 2024-08-06T07:35:21.450Z | Aug 06 07:35:20.246 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1328 | 2024-08-06T07:35:22.759Z | Aug 06 07:35:21.555 INFO Download complete, target: DendriteStub |
1329 | 2024-08-06T07:35:22.838Z | Aug 06 07:35:21.634 INFO Download complete, target: MaghemiteMgd |
1330 | 2024-08-06T07:35:29.850Z | Aug 06 07:35:28.644 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1331 | 2024-08-06T07:35:30.141Z | Aug 06 07:35:28.934 INFO Checking that binary works, target: Cockroach |
1332 | 2024-08-06T07:35:30.298Z | Aug 06 07:35:29.093 INFO Download complete, target: Cockroach |
1333 | 2024-08-06T07:35:35.251Z | Aug 06 07:35:34.043 INFO Checking that binary works, target: Clickhouse |
1334 | 2024-08-06T07:35:35.411Z | Aug 06 07:35:34.205 INFO Download complete, target: Clickhouse |
1335 | 2024-08-06T07:35:35.431Z | All builder prerequisites installed successfully, and PATH looks valid |
1336 | 2024-08-06T07:35:35.434Z | |
1337 | 2024-08-06T07:35:35.434Z | real 3:35.473285621 |
1338 | 2024-08-06T07:35:35.434Z | user 11:50.100331267 |
1339 | 2024-08-06T07:35:35.434Z | sys 2:27.817218400 |
1340 | 2024-08-06T07:35:35.434Z | trap 0.445447359 |
1341 | 2024-08-06T07:35:35.434Z | tflt 1.419499511 |
1342 | 2024-08-06T07:35:35.434Z | dflt 1.604275925 |
1343 | 2024-08-06T07:35:35.434Z | kflt 0.031537691 |
1344 | 2024-08-06T07:35:35.434Z | lock 23:27.992883078 |
1345 | 2024-08-06T07:35:35.434Z | slp 44:29.382588394 |
1346 | 2024-08-06T07:35:35.434Z | lat 42.948514800 |
1347 | 2024-08-06T07:35:35.434Z | stop 1:42.681802323 |
1348 | 2024-08-06T07:35:35.434Z | + banner hack-check |
1349 | 2024-08-06T07:35:35.438Z | |
1350 | 2024-08-06T07:35:35.438Z | # # ## #### # # #### # # ###### #### # # |
1351 | 2024-08-06T07:35:35.438Z | # # # # # # # # # # # # # # # # # |
1352 | 2024-08-06T07:35:35.438Z | ###### # # # #### ##### # ###### ##### # #### |
1353 | 2024-08-06T07:35:35.438Z | # # ###### # # # # # # # # # # |
1354 | 2024-08-06T07:35:35.438Z | # # # # # # # # # # # # # # # # # |
1355 | 2024-08-06T07:35:35.438Z | # # # # #### # # #### # # ###### #### # # |
1356 | 2024-08-06T07:35:35.438Z | |
1357 | 2024-08-06T07:35:35.438Z | + export CARGO_INCREMENTAL=0 |
1358 | 2024-08-06T07:35:35.438Z | + CARGO_INCREMENTAL=0 |
1359 | 2024-08-06T07:35:35.438Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1360 | 2024-08-06T07:35:35.990Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1361 | 2024-08-06T07:35:39.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1362 | 2024-08-06T07:35:39.518Z | Running `target/debug/xtask check-features --ci` |
1363 | 2024-08-06T07:35:39.537Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1364 | 2024-08-06T07:35:39.540Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1365 | 2024-08-06T07:35:40.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1366 | 2024-08-06T07:35:40.034Z | Running `target/debug/xtask download cargo-hack` |
1367 | 2024-08-06T07:35:40.811Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1368 | 2024-08-06T07:35:41.163Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1369 | 2024-08-06T07:35:45.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
1370 | 2024-08-06T07:35:45.938Z | Running `target/debug/xtask-downloader cargo-hack` |
1371 | 2024-08-06T07:35:45.972Z | Aug 06 07:35:44.764 INFO Starting download, target: CargoHack |
1372 | 2024-08-06T07:35:45.975Z | Aug 06 07:35:44.765 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1373 | 2024-08-06T07:35:46.582Z | Aug 06 07:35:45.374 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1374 | 2024-08-06T07:35:46.691Z | Aug 06 07:35:45.482 INFO Download complete, target: CargoHack |
1375 | 2024-08-06T07:35:46.694Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1376 | 2024-08-06T07:35:46.711Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1377 | 2024-08-06T07:35:46.857Z | info: running `cargo check --bins` on api_identity (1/142) |
1378 | 2024-08-06T07:35:47.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1379 | 2024-08-06T07:35:47.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1380 | 2024-08-06T07:35:47.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1381 | 2024-08-06T07:35:47.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1382 | 2024-08-06T07:35:47.440Z | |
1383 | 2024-08-06T07:35:47.440Z | info: running `cargo check --bins` on bootstore (2/142) |
1384 | 2024-08-06T07:35:47.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1385 | 2024-08-06T07:35:48.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1386 | 2024-08-06T07:35:48.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1387 | 2024-08-06T07:35:48.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1388 | 2024-08-06T07:35:48.062Z | |
1389 | 2024-08-06T07:35:48.062Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/142) |
1390 | 2024-08-06T07:35:48.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1391 | 2024-08-06T07:35:48.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1392 | 2024-08-06T07:35:48.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1393 | 2024-08-06T07:35:48.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1394 | 2024-08-06T07:35:48.667Z | |
1395 | 2024-08-06T07:35:48.667Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142) |
1396 | 2024-08-06T07:35:49.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1397 | 2024-08-06T07:35:49.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1398 | 2024-08-06T07:35:49.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1399 | 2024-08-06T07:35:49.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1400 | 2024-08-06T07:35:49.279Z | |
1401 | 2024-08-06T07:35:49.279Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142) |
1402 | 2024-08-06T07:35:49.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1403 | 2024-08-06T07:35:49.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1404 | 2024-08-06T07:35:49.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1405 | 2024-08-06T07:35:49.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1406 | 2024-08-06T07:35:49.742Z | |
1407 | 2024-08-06T07:35:49.742Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142) |
1408 | 2024-08-06T07:35:50.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1409 | 2024-08-06T07:35:50.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1410 | 2024-08-06T07:35:50.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1411 | 2024-08-06T07:35:50.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1412 | 2024-08-06T07:35:50.200Z | |
1413 | 2024-08-06T07:35:50.200Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142) |
1414 | 2024-08-06T07:35:50.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1415 | 2024-08-06T07:35:50.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1416 | 2024-08-06T07:35:50.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1417 | 2024-08-06T07:35:50.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1418 | 2024-08-06T07:35:50.652Z | |
1419 | 2024-08-06T07:35:50.652Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142) |
1420 | 2024-08-06T07:35:51.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1421 | 2024-08-06T07:35:51.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1422 | 2024-08-06T07:35:51.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1423 | 2024-08-06T07:35:51.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1424 | 2024-08-06T07:35:51.106Z | |
1425 | 2024-08-06T07:35:51.106Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142) |
1426 | 2024-08-06T07:35:51.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1427 | 2024-08-06T07:35:51.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1428 | 2024-08-06T07:35:51.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1429 | 2024-08-06T07:35:51.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1430 | 2024-08-06T07:35:51.561Z | |
1431 | 2024-08-06T07:35:51.561Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142) |
1432 | 2024-08-06T07:35:51.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1433 | 2024-08-06T07:35:51.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1434 | 2024-08-06T07:35:51.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1435 | 2024-08-06T07:35:51.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1436 | 2024-08-06T07:35:52.016Z | |
1437 | 2024-08-06T07:35:52.016Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142) |
1438 | 2024-08-06T07:35:52.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1439 | 2024-08-06T07:35:52.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1440 | 2024-08-06T07:35:52.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1441 | 2024-08-06T07:35:52.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1442 | 2024-08-06T07:35:52.465Z | |
1443 | 2024-08-06T07:35:52.465Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142) |
1444 | 2024-08-06T07:35:52.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1445 | 2024-08-06T07:35:52.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1446 | 2024-08-06T07:35:52.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1447 | 2024-08-06T07:35:52.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1448 | 2024-08-06T07:35:52.915Z | |
1449 | 2024-08-06T07:35:52.915Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142) |
1450 | 2024-08-06T07:35:53.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1451 | 2024-08-06T07:35:53.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1452 | 2024-08-06T07:35:53.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1453 | 2024-08-06T07:35:53.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1454 | 2024-08-06T07:35:53.369Z | |
1455 | 2024-08-06T07:35:53.369Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142) |
1456 | 2024-08-06T07:35:53.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1457 | 2024-08-06T07:35:53.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1458 | 2024-08-06T07:35:53.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1459 | 2024-08-06T07:35:53.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1460 | 2024-08-06T07:35:53.822Z | |
1461 | 2024-08-06T07:35:53.822Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142) |
1462 | 2024-08-06T07:35:54.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1463 | 2024-08-06T07:35:54.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1464 | 2024-08-06T07:35:54.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1465 | 2024-08-06T07:35:54.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1466 | 2024-08-06T07:35:54.271Z | |
1467 | 2024-08-06T07:35:54.272Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142) |
1468 | 2024-08-06T07:35:54.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1469 | 2024-08-06T07:35:54.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1470 | 2024-08-06T07:35:54.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1471 | 2024-08-06T07:35:54.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1472 | 2024-08-06T07:35:54.725Z | |
1473 | 2024-08-06T07:35:54.725Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142) |
1474 | 2024-08-06T07:35:55.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1475 | 2024-08-06T07:35:55.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1476 | 2024-08-06T07:35:55.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1477 | 2024-08-06T07:35:55.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1478 | 2024-08-06T07:35:55.179Z | |
1479 | 2024-08-06T07:35:55.179Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142) |
1480 | 2024-08-06T07:35:55.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1481 | 2024-08-06T07:35:55.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1482 | 2024-08-06T07:35:55.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1483 | 2024-08-06T07:35:55.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1484 | 2024-08-06T07:35:55.637Z | |
1485 | 2024-08-06T07:35:55.637Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142) |
1486 | 2024-08-06T07:35:56.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1487 | 2024-08-06T07:35:56.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1488 | 2024-08-06T07:35:56.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1489 | 2024-08-06T07:35:56.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1490 | 2024-08-06T07:35:56.095Z | |
1491 | 2024-08-06T07:35:56.095Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142) |
1492 | 2024-08-06T07:35:56.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1493 | 2024-08-06T07:35:56.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1494 | 2024-08-06T07:35:56.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1495 | 2024-08-06T07:35:56.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1496 | 2024-08-06T07:35:56.550Z | |
1497 | 2024-08-06T07:35:56.550Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142) |
1498 | 2024-08-06T07:35:56.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1499 | 2024-08-06T07:35:57.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1500 | 2024-08-06T07:35:57.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1501 | 2024-08-06T07:35:57.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1502 | 2024-08-06T07:35:57.018Z | |
1503 | 2024-08-06T07:35:57.018Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142) |
1504 | 2024-08-06T07:35:57.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1505 | 2024-08-06T07:35:57.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1506 | 2024-08-06T07:35:57.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1507 | 2024-08-06T07:35:57.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1508 | 2024-08-06T07:35:57.463Z | |
1509 | 2024-08-06T07:35:57.463Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142) |
1510 | 2024-08-06T07:35:57.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1511 | 2024-08-06T07:35:57.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1512 | 2024-08-06T07:35:57.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1513 | 2024-08-06T07:35:57.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1514 | 2024-08-06T07:35:57.919Z | |
1515 | 2024-08-06T07:35:57.919Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142) |
1516 | 2024-08-06T07:35:58.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1517 | 2024-08-06T07:35:58.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1518 | 2024-08-06T07:35:58.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1519 | 2024-08-06T07:35:58.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1520 | 2024-08-06T07:35:58.372Z | |
1521 | 2024-08-06T07:35:58.372Z | info: running `cargo check --bins` on sled-hardware-types (25/142) |
1522 | 2024-08-06T07:35:58.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1523 | 2024-08-06T07:35:58.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1524 | 2024-08-06T07:35:58.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1525 | 2024-08-06T07:35:58.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1526 | 2024-08-06T07:35:58.993Z | |
1527 | 2024-08-06T07:35:58.993Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/142) |
1528 | 2024-08-06T07:35:59.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1529 | 2024-08-06T07:35:59.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1530 | 2024-08-06T07:35:59.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1531 | 2024-08-06T07:35:59.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1532 | 2024-08-06T07:35:59.611Z | |
1533 | 2024-08-06T07:35:59.611Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142) |
1534 | 2024-08-06T07:36:00.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1535 | 2024-08-06T07:36:00.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1536 | 2024-08-06T07:36:00.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1537 | 2024-08-06T07:36:00.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1538 | 2024-08-06T07:36:00.236Z | |
1539 | 2024-08-06T07:36:00.236Z | info: running `cargo check --bins` on oxlog (28/142) |
1540 | 2024-08-06T07:36:00.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1541 | 2024-08-06T07:36:00.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1542 | 2024-08-06T07:36:00.830Z | Checking cfg-if v1.0.0 |
1543 | 2024-08-06T07:36:00.833Z | Checking libc v0.2.155 |
1544 | 2024-08-06T07:36:00.833Z | Checking memchr v2.7.2 |
1545 | 2024-08-06T07:36:00.932Z | Checking serde v1.0.204 |
1546 | 2024-08-06T07:36:00.932Z | Checking scopeguard v1.2.0 |
1547 | 2024-08-06T07:36:00.954Z | Checking byteorder v1.5.0 |
1548 | 2024-08-06T07:36:00.954Z | Checking log v0.4.21 |
1549 | 2024-08-06T07:36:00.975Z | Checking itoa v1.0.11 |
1550 | 2024-08-06T07:36:00.985Z | Checking zeroize v1.7.0 |
1551 | 2024-08-06T07:36:01.059Z | Checking lock_api v0.4.12 |
1552 | 2024-08-06T07:36:01.169Z | Checking once_cell v1.19.0 |
1553 | 2024-08-06T07:36:01.224Z | Checking smallvec v1.13.2 |
1554 | 2024-08-06T07:36:01.246Z | Checking pin-project-lite v0.2.14 |
1555 | 2024-08-06T07:36:01.354Z | Checking typenum v1.17.0 |
1556 | 2024-08-06T07:36:01.368Z | Checking zerocopy v0.7.34 |
1557 | 2024-08-06T07:36:01.461Z | Checking spin v0.9.8 |
1558 | 2024-08-06T07:36:01.479Z | Checking futures-core v0.3.30 |
1559 | 2024-08-06T07:36:01.543Z | Checking tinyvec_macros v0.1.1 |
1560 | 2024-08-06T07:36:01.631Z | Checking tinyvec v1.6.0 |
1561 | 2024-08-06T07:36:01.657Z | Checking libm v0.2.8 |
1562 | 2024-08-06T07:36:01.754Z | Checking const-oid v0.9.6 |
1563 | 2024-08-06T07:36:01.804Z | Checking ryu v1.0.18 |
1564 | 2024-08-06T07:36:02.025Z | Checking subtle v2.5.0 |
1565 | 2024-08-06T07:36:02.045Z | Checking getrandom v0.2.14 |
1566 | 2024-08-06T07:36:02.292Z | Checking parking_lot_core v0.9.10 |
1567 | 2024-08-06T07:36:02.341Z | Checking rand_core v0.6.4 |
1568 | 2024-08-06T07:36:02.588Z | Checking signal-hook-registry v1.4.2 |
1569 | 2024-08-06T07:36:02.630Z | Checking parking_lot v0.12.2 |
1570 | 2024-08-06T07:36:02.647Z | Checking mio v0.8.11 |
1571 | 2024-08-06T07:36:02.720Z | Checking generic-array v0.14.7 |
1572 | 2024-08-06T07:36:02.765Z | Checking socket2 v0.5.7 |
1573 | 2024-08-06T07:36:02.820Z | Checking num_cpus v1.16.0 |
1574 | 2024-08-06T07:36:02.931Z | Checking ahash v0.8.11 |
1575 | 2024-08-06T07:36:02.966Z | Checking num-traits v0.2.19 |
1576 | 2024-08-06T07:36:02.979Z | Checking unicode-normalization v0.1.23 |
1577 | 2024-08-06T07:36:03.242Z | Checking unicode-bidi v0.3.15 |
1578 | 2024-08-06T07:36:03.255Z | Checking futures-sink v0.3.30 |
1579 | 2024-08-06T07:36:03.396Z | Checking allocator-api2 v0.2.18 |
1580 | 2024-08-06T07:36:03.447Z | Checking equivalent v1.0.1 |
1581 | 2024-08-06T07:36:03.549Z | Checking futures-channel v0.3.30 |
1582 | 2024-08-06T07:36:03.549Z | Checking slab v0.4.9 |
1583 | 2024-08-06T07:36:03.832Z | Checking futures-task v0.3.30 |
1584 | 2024-08-06T07:36:03.863Z | Checking crypto-common v0.1.6 |
1585 | 2024-08-06T07:36:03.878Z | Checking pin-utils v0.1.0 |
1586 | 2024-08-06T07:36:03.903Z | Checking futures-io v0.3.30 |
1587 | 2024-08-06T07:36:03.917Z | Checking block-buffer v0.10.4 |
1588 | 2024-08-06T07:36:03.959Z | Checking ppv-lite86 v0.2.17 |
1589 | 2024-08-06T07:36:04.017Z | Checking hashbrown v0.14.5 |
1590 | 2024-08-06T07:36:04.031Z | Checking percent-encoding v2.3.1 |
1591 | 2024-08-06T07:36:04.049Z | Checking tracing-core v0.1.32 |
1592 | 2024-08-06T07:36:04.066Z | Checking futures-util v0.3.30 |
1593 | 2024-08-06T07:36:04.125Z | Checking digest v0.10.7 |
1594 | 2024-08-06T07:36:04.225Z | Checking untrusted v0.9.0 |
1595 | 2024-08-06T07:36:04.377Z | Checking fnv v1.0.7 |
1596 | 2024-08-06T07:36:04.491Z | Checking ring v0.17.8 |
1597 | 2024-08-06T07:36:04.509Z | Checking thiserror v1.0.63 |
1598 | 2024-08-06T07:36:04.610Z | Checking powerfmt v0.2.0 |
1599 | 2024-08-06T07:36:04.628Z | Checking foreign-types-shared v0.1.1 |
1600 | 2024-08-06T07:36:04.674Z | Checking rand_chacha v0.3.1 |
1601 | 2024-08-06T07:36:04.703Z | Checking tracing v0.1.40 |
1602 | 2024-08-06T07:36:04.728Z | Checking base64ct v1.6.0 |
1603 | 2024-08-06T07:36:04.876Z | Checking iana-time-zone v0.1.60 |
1604 | 2024-08-06T07:36:05.013Z | Checking deranged v0.3.11 |
1605 | 2024-08-06T07:36:05.058Z | Checking rand v0.8.5 |
1606 | 2024-08-06T07:36:05.061Z | Checking foreign-types v0.3.2 |
1607 | 2024-08-06T07:36:05.151Z | Checking hmac v0.12.1 |
1608 | 2024-08-06T07:36:05.187Z | Checking pem-rfc7468 v0.7.0 |
1609 | 2024-08-06T07:36:05.246Z | Checking form_urlencoded v1.2.1 |
1610 | 2024-08-06T07:36:05.355Z | Checking openssl-sys v0.9.103 |
1611 | 2024-08-06T07:36:05.430Z | Checking try-lock v0.2.5 |
1612 | 2024-08-06T07:36:05.448Z | Checking flagset v0.4.5 |
1613 | 2024-08-06T07:36:05.563Z | Checking unicode-ident v1.0.12 |
1614 | 2024-08-06T07:36:05.644Z | Checking siphasher v0.3.11 |
1615 | 2024-08-06T07:36:05.724Z | Checking num-conv v0.1.0 |
1616 | 2024-08-06T07:36:05.946Z | Checking num_threads v0.1.7 |
1617 | 2024-08-06T07:36:05.974Z | Checking bytes v1.7.1 |
1618 | 2024-08-06T07:36:05.989Z | Checking bitflags v2.6.0 |
1619 | 2024-08-06T07:36:06.057Z | Checking serde_json v1.0.122 |
1620 | 2024-08-06T07:36:06.291Z | Checking indexmap v2.3.0 |
1621 | 2024-08-06T07:36:06.293Z | Checking uuid v1.10.0 |
1622 | 2024-08-06T07:36:06.356Z | Checking chrono v0.4.38 |
1623 | 2024-08-06T07:36:06.640Z | Checking time-core v0.1.2 |
1624 | 2024-08-06T07:36:06.748Z | Checking tokio v1.38.1 |
1625 | 2024-08-06T07:36:06.775Z | Checking http v0.2.12 |
1626 | 2024-08-06T07:36:06.791Z | Checking time v0.3.36 |
1627 | 2024-08-06T07:36:06.941Z | Checking openssl v0.10.66 |
1628 | 2024-08-06T07:36:07.592Z | Checking rustls-webpki v0.101.7 |
1629 | 2024-08-06T07:36:07.712Z | Checking sct v0.7.1 |
1630 | 2024-08-06T07:36:07.906Z | Checking proc-macro2 v1.0.86 |
1631 | 2024-08-06T07:36:08.161Z | Checking http-body v0.4.6 |
1632 | 2024-08-06T07:36:08.308Z | Checking der v0.7.9 |
1633 | 2024-08-06T07:36:08.406Z | Checking want v0.3.1 |
1634 | 2024-08-06T07:36:08.564Z | Checking idna v0.5.0 |
1635 | 2024-08-06T07:36:08.579Z | Checking httparse v1.8.0 |
1636 | 2024-08-06T07:36:08.594Z | Checking errno v0.3.9 |
1637 | 2024-08-06T07:36:08.766Z | Checking lazy_static v1.5.0 |
1638 | 2024-08-06T07:36:08.878Z | Checking aho-corasick v1.1.3 |
1639 | 2024-08-06T07:36:08.991Z | Checking scroll v0.12.0 |
1640 | 2024-08-06T07:36:09.078Z | Checking openssl-probe v0.1.5 |
1641 | 2024-08-06T07:36:09.223Z | Checking tower-service v0.3.2 |
1642 | 2024-08-06T07:36:09.265Z | Checking ucd-trie v0.1.6 |
1643 | 2024-08-06T07:36:09.342Z | Checking cpufeatures v0.2.12 |
1644 | 2024-08-06T07:36:09.427Z | Checking adler v1.0.2 |
1645 | 2024-08-06T07:36:09.430Z | Checking regex-syntax v0.8.3 |
1646 | 2024-08-06T07:36:09.449Z | Checking plain v0.2.3 |
1647 | 2024-08-06T07:36:09.461Z | Checking finl_unicode v1.2.0 |
1648 | 2024-08-06T07:36:09.573Z | Checking anstyle v1.0.8 |
1649 | 2024-08-06T07:36:09.576Z | Checking utf8parse v0.2.1 |
1650 | 2024-08-06T07:36:09.726Z | Checking httpdate v1.0.3 |
1651 | 2024-08-06T07:36:09.905Z | Checking anstyle-parse v0.2.4 |
1652 | 2024-08-06T07:36:09.948Z | Checking miniz_oxide v0.7.2 |
1653 | 2024-08-06T07:36:10.024Z | Checking stringprep v0.1.4 |
1654 | 2024-08-06T07:36:10.156Z | Checking goblin v0.8.2 |
1655 | 2024-08-06T07:36:10.172Z | Checking spki v0.7.3 |
1656 | 2024-08-06T07:36:10.287Z | Checking pest v2.7.10 |
1657 | 2024-08-06T07:36:10.450Z | Checking url v2.5.2 |
1658 | 2024-08-06T07:36:10.562Z | Checking sha2 v0.10.8 |
1659 | 2024-08-06T07:36:10.695Z | Checking rustix v0.38.34 |
1660 | 2024-08-06T07:36:11.123Z | Checking quote v1.0.36 |
1661 | 2024-08-06T07:36:11.292Z | Checking rustls v0.21.12 |
1662 | 2024-08-06T07:36:11.465Z | Checking toml_datetime v0.6.8 |
1663 | 2024-08-06T07:36:11.760Z | Checking serde_spanned v0.6.7 |
1664 | 2024-08-06T07:36:11.942Z | Checking num-integer v0.1.46 |
1665 | 2024-08-06T07:36:12.467Z | Checking md-5 v0.10.6 |
1666 | 2024-08-06T07:36:12.489Z | Checking native-tls v0.2.11 |
1667 | 2024-08-06T07:36:12.642Z | Checking regex-automata v0.4.6 |
1668 | 2024-08-06T07:36:12.675Z | Checking idna v0.3.0 |
1669 | 2024-08-06T07:36:12.745Z | Checking hash32 v0.2.1 |
1670 | 2024-08-06T07:36:12.784Z | Checking is_terminal_polyfill v1.70.0 |
1671 | 2024-08-06T07:36:12.799Z | Checking psl-types v2.0.11 |
1672 | 2024-08-06T07:36:12.890Z | Checking anstyle-query v1.0.3 |
1673 | 2024-08-06T07:36:12.973Z | Checking fallible-iterator v0.2.0 |
1674 | 2024-08-06T07:36:13.018Z | Checking dyn-clone v1.0.17 |
1675 | 2024-08-06T07:36:13.034Z | Checking base64 v0.22.1 |
1676 | 2024-08-06T07:36:13.149Z | Checking pretty-hex v0.4.1 |
1677 | 2024-08-06T07:36:13.306Z | Checking gimli v0.28.1 |
1678 | 2024-08-06T07:36:13.505Z | Checking colorchoice v1.0.1 |
1679 | 2024-08-06T07:36:13.547Z | Checking stable_deref_trait v1.2.0 |
1680 | 2024-08-06T07:36:13.549Z | Checking publicsuffix v2.2.3 |
1681 | 2024-08-06T07:36:13.624Z | Checking anstream v0.6.14 |
1682 | 2024-08-06T07:36:13.640Z | Checking heapless v0.7.17 |
1683 | 2024-08-06T07:36:13.780Z | Checking postgres-protocol v0.6.7 |
1684 | 2024-08-06T07:36:13.885Z | Checking tokio-util v0.7.11 |
1685 | 2024-08-06T07:36:13.977Z | Checking tokio-native-tls v0.3.1 |
1686 | 2024-08-06T07:36:14.225Z | Checking schemars v0.8.21 |
1687 | 2024-08-06T07:36:14.448Z | Checking dtrace-parser v0.2.0 |
1688 | 2024-08-06T07:36:14.505Z | Checking tokio-rustls v0.24.1 |
1689 | 2024-08-06T07:36:14.682Z | Checking terminal_size v0.3.0 |
1690 | 2024-08-06T07:36:14.768Z | Checking h2 v0.3.26 |
1691 | 2024-08-06T07:36:14.848Z | Checking syn v2.0.72 |
1692 | 2024-08-06T07:36:14.886Z | Checking pkcs8 v0.10.2 |
1693 | 2024-08-06T07:36:14.953Z | Checking cookie v0.17.0 |
1694 | 2024-08-06T07:36:15.096Z | Checking dof v0.3.0 |
1695 | 2024-08-06T07:36:15.111Z | Checking phf_shared v0.11.2 |
1696 | 2024-08-06T07:36:15.372Z | Checking signal-hook v0.3.17 |
1697 | 2024-08-06T07:36:15.372Z | Checking block-padding v0.3.3 |
1698 | 2024-08-06T07:36:15.684Z | Checking scheduled-thread-pool v0.2.7 |
1699 | 2024-08-06T07:36:15.697Z | Checking ff v0.13.0 |
1700 | 2024-08-06T07:36:15.708Z | Checking thread-id v4.2.1 |
1701 | 2024-08-06T07:36:15.814Z | Checking object v0.32.2 |
1702 | 2024-08-06T07:36:15.843Z | Checking clap_lex v0.7.0 |
1703 | 2024-08-06T07:36:15.881Z | Checking base64 v0.21.7 |
1704 | 2024-08-06T07:36:15.895Z | Checking winnow v0.5.40 |
1705 | 2024-08-06T07:36:16.073Z | Checking bit-vec v0.6.3 |
1706 | 2024-08-06T07:36:16.331Z | Checking strsim v0.11.1 |
1707 | 2024-08-06T07:36:16.384Z | Checking regex-automata v0.1.10 |
1708 | 2024-08-06T07:36:16.630Z | Checking managed v0.8.0 |
1709 | 2024-08-06T07:36:16.787Z | Checking either v1.12.0 |
1710 | 2024-08-06T07:36:16.998Z | Checking rustc-demangle v0.1.24 |
1711 | 2024-08-06T07:36:17.164Z | Checking matches v0.1.10 |
1712 | 2024-08-06T07:36:17.188Z | Checking addr2line v0.21.0 |
1713 | 2024-08-06T07:36:17.255Z | Checking bitflags v1.3.2 |
1714 | 2024-08-06T07:36:17.271Z | Checking ipnet v2.9.0 |
1715 | 2024-08-06T07:36:17.358Z | Checking base16ct v0.2.0 |
1716 | 2024-08-06T07:36:17.398Z | Checking smoltcp v0.9.1 |
1717 | 2024-08-06T07:36:17.539Z | Checking sec1 v0.7.3 |
1718 | 2024-08-06T07:36:17.711Z | Checking regex v1.10.6 |
1719 | 2024-08-06T07:36:17.724Z | Checking idna v0.2.3 |
1720 | 2024-08-06T07:36:17.897Z | Checking bstr v0.2.17 |
1721 | 2024-08-06T07:36:18.334Z | Checking clap_builder v4.5.13 |
1722 | 2024-08-06T07:36:18.603Z | Checking rustls-pemfile v1.0.4 |
1723 | 2024-08-06T07:36:18.768Z | Checking group v0.13.0 |
1724 | 2024-08-06T07:36:18.783Z | Checking r2d2 v0.8.10 |
1725 | 2024-08-06T07:36:18.931Z | Checking ipnetwork v0.20.0 |
1726 | 2024-08-06T07:36:18.972Z | Checking toml_edit v0.19.15 |
1727 | 2024-08-06T07:36:19.005Z | Checking signal-hook-mio v0.2.3 |
1728 | 2024-08-06T07:36:19.089Z | Checking inout v0.1.3 |
1729 | 2024-08-06T07:36:19.143Z | Checking cookie_store v0.20.0 |
1730 | 2024-08-06T07:36:19.291Z | Checking phf v0.11.2 |
1731 | 2024-08-06T07:36:19.304Z | Checking postgres-types v0.2.7 |
1732 | 2024-08-06T07:36:19.541Z | Checking num-bigint v0.4.5 |
1733 | 2024-08-06T07:36:19.806Z | Checking futures-executor v0.3.30 |
1734 | 2024-08-06T07:36:20.037Z | Checking serde_urlencoded v0.7.1 |
1735 | 2024-08-06T07:36:20.051Z | Checking hubpack v0.1.2 |
1736 | 2024-08-06T07:36:20.338Z | Checking phf_shared v0.10.0 |
1737 | 2024-08-06T07:36:20.452Z | Checking hkdf v0.12.4 |
1738 | 2024-08-06T07:36:20.616Z | Checking zerocopy v0.6.6 |
1739 | 2024-08-06T07:36:20.647Z | Checking float-cmp v0.9.0 |
1740 | 2024-08-06T07:36:20.827Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1741 | 2024-08-06T07:36:21.063Z | Checking crc32fast v1.4.0 |
1742 | 2024-08-06T07:36:21.113Z | Checking usdt-impl v0.5.0 |
1743 | 2024-08-06T07:36:21.157Z | Checking hyper v0.14.30 |
1744 | 2024-08-06T07:36:21.275Z | Checking crossbeam-utils v0.8.19 |
1745 | 2024-08-06T07:36:21.338Z | Checking crypto-bigint v0.5.5 |
1746 | 2024-08-06T07:36:21.437Z | Checking memmap v0.7.0 |
1747 | 2024-08-06T07:36:21.495Z | Checking encoding_rs v0.8.34 |
1748 | 2024-08-06T07:36:21.630Z | Checking unicode-width v0.1.13 |
1749 | 2024-08-06T07:36:21.648Z | Checking predicates-core v1.0.6 |
1750 | 2024-08-06T07:36:21.796Z | Checking winnow v0.6.18 |
1751 | 2024-08-06T07:36:21.813Z | Checking unicode-segmentation v1.11.0 |
1752 | 2024-08-06T07:36:21.944Z | Checking backtrace v0.3.71 |
1753 | 2024-08-06T07:36:21.972Z | Checking minimal-lexical v0.2.1 |
1754 | 2024-08-06T07:36:22.089Z | Checking data-encoding v2.6.0 |
1755 | 2024-08-06T07:36:22.358Z | Checking fixedbitset v0.4.2 |
1756 | 2024-08-06T07:36:22.451Z | Checking mime v0.3.17 |
1757 | 2024-08-06T07:36:22.527Z | Checking normalize-line-endings v0.3.0 |
1758 | 2024-08-06T07:36:22.656Z | Checking whoami v1.5.1 |
1759 | 2024-08-06T07:36:22.656Z | Checking sync_wrapper v0.1.2 |
1760 | 2024-08-06T07:36:22.749Z | Checking difflib v0.4.0 |
1761 | 2024-08-06T07:36:22.760Z | Checking static_assertions v1.1.0 |
1762 | 2024-08-06T07:36:22.771Z | Checking webpki-roots v0.25.4 |
1763 | 2024-08-06T07:36:22.840Z | Checking new_debug_unreachable v1.0.6 |
1764 | 2024-08-06T07:36:22.907Z | Checking precomputed-hash v0.1.1 |
1765 | 2024-08-06T07:36:22.924Z | Checking tokio-postgres v0.7.11 |
1766 | 2024-08-06T07:36:22.929Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1767 | 2024-08-06T07:36:23.010Z | Checking string_cache v0.8.7 |
1768 | 2024-08-06T07:36:23.047Z | Checking predicates v3.1.2 |
1769 | 2024-08-06T07:36:23.288Z | Checking trust-dns-proto v0.22.0 |
1770 | 2024-08-06T07:36:23.692Z | Checking petgraph v0.6.5 |
1771 | 2024-08-06T07:36:23.787Z | Checking anyhow v1.0.86 |
1772 | 2024-08-06T07:36:24.134Z | Checking similar v2.5.0 |
1773 | 2024-08-06T07:36:24.198Z | Checking elliptic-curve v0.13.8 |
1774 | 2024-08-06T07:36:24.820Z | Checking toml_edit v0.22.20 |
1775 | 2024-08-06T07:36:24.882Z | Checking nom v7.1.3 |
1776 | 2024-08-06T07:36:25.018Z | Checking yasna v0.5.2 |
1777 | 2024-08-06T07:36:25.943Z | Checking crossbeam-epoch v0.9.18 |
1778 | 2024-08-06T07:36:26.027Z | Checking console v0.15.8 |
1779 | 2024-08-06T07:36:26.381Z | Checking usdt v0.5.0 |
1780 | 2024-08-06T07:36:26.598Z | Checking toml v0.7.8 |
1781 | 2024-08-06T07:36:26.622Z | Checking clap v4.5.13 |
1782 | 2024-08-06T07:36:26.733Z | Checking flate2 v1.0.31 |
1783 | 2024-08-06T07:36:27.014Z | Checking diesel v2.1.6 |
1784 | 2024-08-06T07:36:27.282Z | Checking futures v0.3.30 |
1785 | 2024-08-06T07:36:27.316Z | Checking cipher v0.4.4 |
1786 | 2024-08-06T07:36:27.332Z | Checking crossterm v0.27.0 |
1787 | 2024-08-06T07:36:27.365Z | Checking hyper-rustls v0.24.2 |
1788 | 2024-08-06T07:36:27.379Z | Checking hyper-tls v0.5.0 |
1789 | 2024-08-06T07:36:27.499Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1790 | 2024-08-06T07:36:27.524Z | Checking bstr v1.9.1 |
1791 | 2024-08-06T07:36:27.647Z | Checking itertools v0.10.5 |
1792 | 2024-08-06T07:36:27.660Z | Checking reqwest v0.11.27 |
1793 | 2024-08-06T07:36:27.693Z | Checking itertools v0.12.1 |
1794 | 2024-08-06T07:36:27.745Z | Checking bit-set v0.5.3 |
1795 | 2024-08-06T07:36:27.986Z | Checking tokio-stream v0.1.15 |
1796 | 2024-08-06T07:36:28.018Z | Checking fs-err v2.11.0 |
1797 | 2024-08-06T07:36:28.433Z | Checking num-iter v0.1.45 |
1798 | 2024-08-06T07:36:28.563Z | Checking openapiv3 v2.0.0 |
1799 | 2024-08-06T07:36:28.591Z | Checking slog v2.7.0 |
1800 | 2024-08-06T07:36:28.762Z | Checking semver v1.0.23 |
1801 | 2024-08-06T07:36:29.084Z | Checking hex v0.4.3 |
1802 | 2024-08-06T07:36:29.163Z | Checking peg-runtime v0.8.3 |
1803 | 2024-08-06T07:36:29.191Z | Checking lalrpop-util v0.19.12 |
1804 | 2024-08-06T07:36:29.336Z | Checking camino v1.1.7 |
1805 | 2024-08-06T07:36:29.370Z | Checking sigpipe v0.1.3 |
1806 | 2024-08-06T07:36:47.501Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1807 | 2024-08-06T07:36:47.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.57s |
1808 | 2024-08-06T07:36:47.944Z | |
1809 | 2024-08-06T07:36:47.944Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142) |
1810 | 2024-08-06T07:36:48.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1811 | 2024-08-06T07:36:48.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1812 | 2024-08-06T07:36:48.589Z | Compiling regress v0.9.1 |
1813 | 2024-08-06T07:36:48.679Z | Checking sha1 v0.10.6 |
1814 | 2024-08-06T07:36:48.690Z | Checking strum v0.26.3 |
1815 | 2024-08-06T07:36:48.708Z | Checking heck v0.5.0 |
1816 | 2024-08-06T07:36:48.722Z | Compiling getopts v0.2.21 |
1817 | 2024-08-06T07:36:48.731Z | Checking dirs-sys-next v0.1.2 |
1818 | 2024-08-06T07:36:48.746Z | Compiling unsafe-libyaml v0.2.11 |
1819 | 2024-08-06T07:36:48.876Z | Checking http v1.1.0 |
1820 | 2024-08-06T07:36:48.891Z | Checking dirs-next v2.0.0 |
1821 | 2024-08-06T07:36:48.915Z | Checking thread_local v1.1.8 |
1822 | 2024-08-06T07:36:49.014Z | Checking rustls-pki-types v1.7.0 |
1823 | 2024-08-06T07:36:49.110Z | Compiling ident_case v1.0.1 |
1824 | 2024-08-06T07:36:49.169Z | Checking term v0.7.0 |
1825 | 2024-08-06T07:36:49.293Z | Compiling darling_core v0.20.9 |
1826 | 2024-08-06T07:36:49.439Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1827 | 2024-08-06T07:36:49.577Z | Checking crossbeam-channel v0.5.12 |
1828 | 2024-08-06T07:36:49.599Z | Checking is-terminal v0.4.12 |
1829 | 2024-08-06T07:36:49.722Z | Checking atty v0.2.14 |
1830 | 2024-08-06T07:36:49.772Z | Checking termcolor v1.4.1 |
1831 | 2024-08-06T07:36:49.838Z | Checking take_mut v0.2.2 |
1832 | 2024-08-06T07:36:49.982Z | Compiling rustls v0.22.4 |
1833 | 2024-08-06T07:36:50.202Z | Compiling serde_yaml v0.9.34+deprecated |
1834 | 2024-08-06T07:36:50.218Z | Checking utf-8 v0.7.6 |
1835 | 2024-08-06T07:36:50.254Z | Compiling paste v1.0.15 |
1836 | 2024-08-06T07:36:50.312Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1837 | 2024-08-06T07:36:50.405Z | Checking humantime v2.1.0 |
1838 | 2024-08-06T07:36:50.689Z | Checking env_logger v0.9.3 |
1839 | 2024-08-06T07:36:50.724Z | Checking slog-async v2.8.0 |
1840 | 2024-08-06T07:36:50.742Z | Checking slog-term v2.9.1 |
1841 | 2024-08-06T07:36:50.846Z | Checking rustls-webpki v0.102.4 |
1842 | 2024-08-06T07:36:50.995Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1843 | 2024-08-06T07:36:51.103Z | Compiling proc-macro-crate v1.3.1 |
1844 | 2024-08-06T07:36:51.224Z | Compiling bitstruct_derive v0.1.0 |
1845 | 2024-08-06T07:36:51.341Z | Compiling structmeta-derive v0.3.0 |
1846 | 2024-08-06T07:36:51.616Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1847 | 2024-08-06T07:36:51.747Z | Compiling multer v3.1.0 |
1848 | 2024-08-06T07:36:52.031Z | Checking ascii v1.1.0 |
1849 | 2024-08-06T07:36:52.156Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1850 | 2024-08-06T07:36:52.179Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1851 | 2024-08-06T07:36:52.470Z | Checking match_cfg v0.1.0 |
1852 | 2024-08-06T07:36:52.560Z | Checking hostname v0.3.1 |
1853 | 2024-08-06T07:36:52.629Z | Checking bitstruct v0.1.1 |
1854 | 2024-08-06T07:36:52.707Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1855 | 2024-08-06T07:36:52.736Z | Compiling num_enum_derive v0.5.11 |
1856 | 2024-08-06T07:36:53.697Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1857 | 2024-08-06T07:36:53.853Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1858 | 2024-08-06T07:36:54.366Z | Compiling structmeta v0.3.0 |
1859 | 2024-08-06T07:36:54.369Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1860 | 2024-08-06T07:36:54.640Z | Checking slog-json v2.6.1 |
1861 | 2024-08-06T07:36:54.655Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1862 | 2024-08-06T07:36:54.832Z | Checking serde_arrays v0.1.0 |
1863 | 2024-08-06T07:36:54.901Z | Checking erased-serde v0.3.31 |
1864 | 2024-08-06T07:36:54.918Z | Compiling async-stream-impl v0.3.5 |
1865 | 2024-08-06T07:36:54.977Z | Compiling foreign-types-macros v0.2.3 |
1866 | 2024-08-06T07:36:55.370Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1867 | 2024-08-06T07:36:55.478Z | Checking atomic-waker v1.1.2 |
1868 | 2024-08-06T07:36:55.612Z | Checking arc-swap v1.7.1 |
1869 | 2024-08-06T07:36:55.680Z | Checking foreign-types-shared v0.3.1 |
1870 | 2024-08-06T07:36:55.789Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1871 | 2024-08-06T07:36:55.960Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1872 | 2024-08-06T07:36:56.030Z | Checking slog-scope v4.4.0 |
1873 | 2024-08-06T07:36:56.167Z | Checking waitgroup v0.1.2 |
1874 | 2024-08-06T07:36:56.213Z | Checking num_enum v0.5.11 |
1875 | 2024-08-06T07:36:56.296Z | Checking foreign-types v0.5.0 |
1876 | 2024-08-06T07:36:56.298Z | Checking async-stream v0.3.5 |
1877 | 2024-08-06T07:36:56.298Z | Checking slog-bunyan v2.5.0 |
1878 | 2024-08-06T07:36:56.349Z | Compiling parse-display-derive v0.9.1 |
1879 | 2024-08-06T07:36:56.393Z | Compiling darling_macro v0.20.9 |
1880 | 2024-08-06T07:36:56.410Z | Compiling proc-macro-error v1.0.4 |
1881 | 2024-08-06T07:36:56.636Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1882 | 2024-08-06T07:36:56.747Z | Checking toml v0.8.19 |
1883 | 2024-08-06T07:36:57.041Z | Checking tungstenite v0.20.1 |
1884 | 2024-08-06T07:36:57.085Z | Checking rustls-pemfile v2.1.3 |
1885 | 2024-08-06T07:36:57.339Z | Compiling heck v0.3.3 |
1886 | 2024-08-06T07:36:57.407Z | Compiling darling v0.20.9 |
1887 | 2024-08-06T07:36:57.463Z | Checking tokio-rustls v0.25.0 |
1888 | 2024-08-06T07:36:57.493Z | Checking newtype-uuid v1.1.0 |
1889 | 2024-08-06T07:36:57.521Z | Compiling serde_with_macros v3.8.3 |
1890 | 2024-08-06T07:36:57.738Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1891 | 2024-08-06T07:36:57.778Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1892 | 2024-08-06T07:36:57.817Z | Checking serde_path_to_error v0.1.16 |
1893 | 2024-08-06T07:36:57.900Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1894 | 2024-08-06T07:36:58.461Z | Checking hostname v0.4.0 |
1895 | 2024-08-06T07:36:58.593Z | Checking cstr-argument v0.1.2 |
1896 | 2024-08-06T07:36:58.643Z | Checking instant v0.1.12 |
1897 | 2024-08-06T07:36:58.676Z | Checking fastrand v2.1.0 |
1898 | 2024-08-06T07:36:58.755Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1899 | 2024-08-06T07:36:58.772Z | Checking pretty-hex v0.2.1 |
1900 | 2024-08-06T07:36:58.925Z | Checking debug-ignore v1.0.5 |
1901 | 2024-08-06T07:36:58.994Z | Checking tempfile v3.10.1 |
1902 | 2024-08-06T07:36:59.056Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1903 | 2024-08-06T07:36:59.076Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1904 | 2024-08-06T07:36:59.334Z | Checking backoff v0.4.0 |
1905 | 2024-08-06T07:36:59.606Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1906 | 2024-08-06T07:36:59.622Z | Checking tokio-tungstenite v0.20.1 |
1907 | 2024-08-06T07:36:59.622Z | Compiling zone_cfg_derive v0.1.2 |
1908 | 2024-08-06T07:36:59.641Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1909 | 2024-08-06T07:36:59.891Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1910 | 2024-08-06T07:37:00.025Z | Checking slog-stdlog v4.1.1 |
1911 | 2024-08-06T07:37:00.196Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1912 | 2024-08-06T07:37:00.339Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1913 | 2024-08-06T07:37:00.561Z | Checking serde_with v3.8.3 |
1914 | 2024-08-06T07:37:00.652Z | Checking tungstenite v0.21.0 |
1915 | 2024-08-06T07:37:00.672Z | Checking colored v2.1.0 |
1916 | 2024-08-06T07:37:00.950Z | Checking macaddr v1.0.1 |
1917 | 2024-08-06T07:37:01.118Z | Checking socket2 v0.4.10 |
1918 | 2024-08-06T07:37:01.138Z | Checking parse-display v0.9.1 |
1919 | 2024-08-06T07:37:01.287Z | Checking base64 v0.13.1 |
1920 | 2024-08-06T07:37:01.355Z | Checking zone v0.1.8 |
1921 | 2024-08-06T07:37:01.531Z | Checking tokio-tungstenite v0.21.0 |
1922 | 2024-08-06T07:37:01.698Z | Checking ron v0.7.1 |
1923 | 2024-08-06T07:37:02.002Z | Checking slog-envlogger v2.2.0 |
1924 | 2024-08-06T07:37:02.022Z | Checking pem v3.0.4 |
1925 | 2024-08-06T07:37:02.223Z | Checking tabwriter v1.4.0 |
1926 | 2024-08-06T07:37:02.288Z | Checking xattr v1.3.1 |
1927 | 2024-08-06T07:37:02.463Z | Checking portpicker v0.1.1 |
1928 | 2024-08-06T07:37:02.478Z | Checking headers-core v0.2.0 |
1929 | 2024-08-06T07:37:02.601Z | Checking smf v0.2.3 |
1930 | 2024-08-06T07:37:02.616Z | Checking filetime v0.2.23 |
1931 | 2024-08-06T07:37:02.823Z | Checking same-file v1.0.6 |
1932 | 2024-08-06T07:37:02.848Z | Checking tar v0.4.41 |
1933 | 2024-08-06T07:37:02.997Z | Checking walkdir v2.5.0 |
1934 | 2024-08-06T07:37:03.062Z | Checking headers v0.3.9 |
1935 | 2024-08-06T07:37:03.257Z | Checking rcgen v0.12.1 |
1936 | 2024-08-06T07:37:03.326Z | Checking camino-tempfile v1.1.1 |
1937 | 2024-08-06T07:37:03.602Z | Checking atomicwrites v0.4.3 |
1938 | 2024-08-06T07:37:03.616Z | Checking subprocess v0.2.9 |
1939 | 2024-08-06T07:37:04.729Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1940 | 2024-08-06T07:37:04.980Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1941 | 2024-08-06T07:37:07.073Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1942 | 2024-08-06T07:37:09.144Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1943 | 2024-08-06T07:37:09.225Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1944 | 2024-08-06T07:37:12.422Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1945 | 2024-08-06T07:37:18.204Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1946 | 2024-08-06T07:37:18.330Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1947 | 2024-08-06T07:37:18.330Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-08-06T07:37:20.882Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1949 | 2024-08-06T07:37:21.292Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1950 | 2024-08-06T07:37:26.872Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1951 | 2024-08-06T07:37:28.284Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1952 | 2024-08-06T07:37:29.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.44s |
1953 | 2024-08-06T07:37:29.544Z | |
1954 | 2024-08-06T07:37:29.544Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142) |
1955 | 2024-08-06T07:37:30.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1956 | 2024-08-06T07:37:30.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1957 | 2024-08-06T07:37:30.192Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1958 | 2024-08-06T07:37:31.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
1959 | 2024-08-06T07:37:31.585Z | |
1960 | 2024-08-06T07:37:31.585Z | info: running `cargo check --bins` on nexus-config (31/142) |
1961 | 2024-08-06T07:37:32.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1962 | 2024-08-06T07:37:32.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1963 | 2024-08-06T07:37:32.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1964 | 2024-08-06T07:37:32.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1965 | 2024-08-06T07:37:32.196Z | |
1966 | 2024-08-06T07:37:32.197Z | info: running `cargo check --bins` on omicron-rpaths (32/142) |
1967 | 2024-08-06T07:37:32.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1968 | 2024-08-06T07:37:32.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1969 | 2024-08-06T07:37:32.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1970 | 2024-08-06T07:37:32.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1971 | 2024-08-06T07:37:32.786Z | |
1972 | 2024-08-06T07:37:32.786Z | info: running `cargo check --bins` on omicron-certificates (33/142) |
1973 | 2024-08-06T07:37:33.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1974 | 2024-08-06T07:37:33.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1975 | 2024-08-06T07:37:33.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1976 | 2024-08-06T07:37:33.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1977 | 2024-08-06T07:37:33.402Z | |
1978 | 2024-08-06T07:37:33.402Z | info: running `cargo check --bins` on bootstrap-agent-client (34/142) |
1979 | 2024-08-06T07:37:33.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1980 | 2024-08-06T07:37:33.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1981 | 2024-08-06T07:37:33.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1982 | 2024-08-06T07:37:33.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1983 | 2024-08-06T07:37:34.024Z | |
1984 | 2024-08-06T07:37:34.024Z | info: running `cargo check --bins` on cockroach-admin-client (35/142) |
1985 | 2024-08-06T07:37:34.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1986 | 2024-08-06T07:37:34.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1987 | 2024-08-06T07:37:34.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1988 | 2024-08-06T07:37:34.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1989 | 2024-08-06T07:37:34.609Z | |
1990 | 2024-08-06T07:37:34.609Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/142) |
1991 | 2024-08-06T07:37:35.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1992 | 2024-08-06T07:37:35.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1993 | 2024-08-06T07:37:35.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1994 | 2024-08-06T07:37:35.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1995 | 2024-08-06T07:37:35.245Z | |
1996 | 2024-08-06T07:37:35.245Z | info: running `cargo check --bins` on dns-service-client (37/142) |
1997 | 2024-08-06T07:37:35.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1998 | 2024-08-06T07:37:35.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1999 | 2024-08-06T07:37:35.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2000 | 2024-08-06T07:37:35.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2001 | 2024-08-06T07:37:35.828Z | |
2002 | 2024-08-06T07:37:35.828Z | info: running `cargo check --bins` on dpd-client (38/142) |
2003 | 2024-08-06T07:37:36.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2004 | 2024-08-06T07:37:36.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2005 | 2024-08-06T07:37:36.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2006 | 2024-08-06T07:37:36.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2007 | 2024-08-06T07:37:36.428Z | |
2008 | 2024-08-06T07:37:36.428Z | info: running `cargo check --bins` on gateway-client (39/142) |
2009 | 2024-08-06T07:37:36.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2010 | 2024-08-06T07:37:36.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2011 | 2024-08-06T07:37:36.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2012 | 2024-08-06T07:37:36.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2013 | 2024-08-06T07:37:37.019Z | |
2014 | 2024-08-06T07:37:37.019Z | info: running `cargo check --bins` on installinator-client (40/142) |
2015 | 2024-08-06T07:37:37.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2016 | 2024-08-06T07:37:37.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2017 | 2024-08-06T07:37:37.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2018 | 2024-08-06T07:37:37.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2019 | 2024-08-06T07:37:37.646Z | |
2020 | 2024-08-06T07:37:37.646Z | info: running `cargo check --bins` on installinator-common (41/142) |
2021 | 2024-08-06T07:37:38.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2022 | 2024-08-06T07:37:38.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2023 | 2024-08-06T07:37:38.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2024 | 2024-08-06T07:37:38.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2025 | 2024-08-06T07:37:38.273Z | |
2026 | 2024-08-06T07:37:38.273Z | info: running `cargo check --bins` on update-engine (42/142) |
2027 | 2024-08-06T07:37:38.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2028 | 2024-08-06T07:37:38.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2029 | 2024-08-06T07:37:38.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2030 | 2024-08-06T07:37:38.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2031 | 2024-08-06T07:37:38.867Z | |
2032 | 2024-08-06T07:37:38.867Z | info: running `cargo check --bins` on nexus-client (43/142) |
2033 | 2024-08-06T07:37:39.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2034 | 2024-08-06T07:37:39.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2035 | 2024-08-06T07:37:39.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2036 | 2024-08-06T07:37:39.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2037 | 2024-08-06T07:37:39.495Z | |
2038 | 2024-08-06T07:37:39.495Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/142) |
2039 | 2024-08-06T07:37:40.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2040 | 2024-08-06T07:37:40.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2041 | 2024-08-06T07:37:40.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2042 | 2024-08-06T07:37:40.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2043 | 2024-08-06T07:37:40.114Z | |
2044 | 2024-08-06T07:37:40.114Z | info: running `cargo check --bins` on omicron-passwords (45/142) |
2045 | 2024-08-06T07:37:40.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2046 | 2024-08-06T07:37:40.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2047 | 2024-08-06T07:37:40.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2048 | 2024-08-06T07:37:40.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2049 | 2024-08-06T07:37:40.704Z | |
2050 | 2024-08-06T07:37:40.705Z | info: running `cargo check --bins` on nexus-types (46/142) |
2051 | 2024-08-06T07:37:41.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2052 | 2024-08-06T07:37:41.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2053 | 2024-08-06T07:37:41.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2054 | 2024-08-06T07:37:41.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2055 | 2024-08-06T07:37:41.337Z | |
2056 | 2024-08-06T07:37:41.337Z | info: running `cargo check --bins` on oxide-client (47/142) |
2057 | 2024-08-06T07:37:41.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2058 | 2024-08-06T07:37:41.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2059 | 2024-08-06T07:37:41.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2060 | 2024-08-06T07:37:41.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2061 | 2024-08-06T07:37:41.935Z | |
2062 | 2024-08-06T07:37:41.935Z | info: running `cargo check --bins` on oximeter-client (48/142) |
2063 | 2024-08-06T07:37:42.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2064 | 2024-08-06T07:37:42.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2065 | 2024-08-06T07:37:42.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2066 | 2024-08-06T07:37:42.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2067 | 2024-08-06T07:37:42.553Z | |
2068 | 2024-08-06T07:37:42.553Z | info: running `cargo check --bins` on sled-agent-client (49/142) |
2069 | 2024-08-06T07:37:43.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2070 | 2024-08-06T07:37:43.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2071 | 2024-08-06T07:37:43.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2072 | 2024-08-06T07:37:43.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2073 | 2024-08-06T07:37:43.176Z | |
2074 | 2024-08-06T07:37:43.176Z | info: running `cargo check --bins` on wicketd-client (50/142) |
2075 | 2024-08-06T07:37:43.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2076 | 2024-08-06T07:37:43.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2077 | 2024-08-06T07:37:43.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2078 | 2024-08-06T07:37:43.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2079 | 2024-08-06T07:37:43.815Z | |
2080 | 2024-08-06T07:37:43.815Z | info: running `cargo check --bins` on wicket-common (51/142) |
2081 | 2024-08-06T07:37:44.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2082 | 2024-08-06T07:37:44.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2083 | 2024-08-06T07:37:44.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2084 | 2024-08-06T07:37:44.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2085 | 2024-08-06T07:37:44.454Z | |
2086 | 2024-08-06T07:37:44.454Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/142) |
2087 | 2024-08-06T07:37:45.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2088 | 2024-08-06T07:37:45.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2089 | 2024-08-06T07:37:45.099Z | Compiling heapless v0.8.0 |
2090 | 2024-08-06T07:37:45.102Z | Checking hash32 v0.3.1 |
2091 | 2024-08-06T07:37:45.185Z | Compiling smoltcp v0.11.0 |
2092 | 2024-08-06T07:37:45.205Z | Checking embedded-io v0.4.0 |
2093 | 2024-08-06T07:37:45.207Z | Checking cobs v0.2.3 |
2094 | 2024-08-06T07:37:45.227Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2095 | 2024-08-06T07:37:45.230Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2096 | 2024-08-06T07:37:45.252Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2097 | 2024-08-06T07:37:45.333Z | Compiling crucible-workspace-hack v0.1.0 |
2098 | 2024-08-06T07:37:45.368Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2099 | 2024-08-06T07:37:45.383Z | Checking csv-core v0.1.11 |
2100 | 2024-08-06T07:37:45.396Z | Checking postcard v1.0.8 |
2101 | 2024-08-06T07:37:45.577Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2102 | 2024-08-06T07:37:45.725Z | Checking csv v1.3.0 |
2103 | 2024-08-06T07:37:45.742Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2104 | 2024-08-06T07:37:45.785Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2105 | 2024-08-06T07:37:45.899Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2106 | 2024-08-06T07:37:46.088Z | Compiling num-derive v0.4.2 |
2107 | 2024-08-06T07:37:46.111Z | Compiling slog-dtrace v0.3.0 |
2108 | 2024-08-06T07:37:46.126Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2109 | 2024-08-06T07:37:46.209Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2110 | 2024-08-06T07:37:46.447Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2111 | 2024-08-06T07:37:46.517Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2112 | 2024-08-06T07:37:47.080Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2113 | 2024-08-06T07:37:47.092Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2114 | 2024-08-06T07:37:47.774Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2115 | 2024-08-06T07:37:48.902Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2116 | 2024-08-06T07:37:49.781Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2117 | 2024-08-06T07:37:50.869Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2118 | 2024-08-06T07:37:53.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s |
2119 | 2024-08-06T07:37:53.774Z | |
2120 | 2024-08-06T07:37:53.774Z | info: running `cargo check --bins` on cockroach-admin-api (53/142) |
2121 | 2024-08-06T07:37:54.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2122 | 2024-08-06T07:37:54.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2123 | 2024-08-06T07:37:54.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2124 | 2024-08-06T07:37:54.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2125 | 2024-08-06T07:37:54.394Z | |
2126 | 2024-08-06T07:37:54.394Z | info: running `cargo check --bins` on cockroach-admin-types (54/142) |
2127 | 2024-08-06T07:37:54.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2128 | 2024-08-06T07:37:54.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2129 | 2024-08-06T07:37:54.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2130 | 2024-08-06T07:37:54.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2131 | 2024-08-06T07:37:55.022Z | |
2132 | 2024-08-06T07:37:55.022Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142) |
2133 | 2024-08-06T07:37:55.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2134 | 2024-08-06T07:37:55.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2135 | 2024-08-06T07:37:55.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2136 | 2024-08-06T07:37:55.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2137 | 2024-08-06T07:37:55.749Z | |
2138 | 2024-08-06T07:37:55.749Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142) |
2139 | 2024-08-06T07:37:56.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2140 | 2024-08-06T07:37:56.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2141 | 2024-08-06T07:37:56.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2142 | 2024-08-06T07:37:56.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2143 | 2024-08-06T07:37:56.493Z | |
2144 | 2024-08-06T07:37:56.493Z | info: running `cargo check --bins` on dns-server (57/142) |
2145 | 2024-08-06T07:37:57.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2146 | 2024-08-06T07:37:57.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2147 | 2024-08-06T07:37:57.119Z | Compiling parking_lot_core v0.8.6 |
2148 | 2024-08-06T07:37:57.203Z | Checking nibble_vec v0.1.0 |
2149 | 2024-08-06T07:37:57.212Z | Checking endian-type v0.1.2 |
2150 | 2024-08-06T07:37:57.220Z | Checking newline-converter v0.3.0 |
2151 | 2024-08-06T07:37:57.223Z | Checking linked-hash-map v0.5.6 |
2152 | 2024-08-06T07:37:57.223Z | Checking quick-error v1.2.3 |
2153 | 2024-08-06T07:37:57.229Z | Checking toml v0.5.11 |
2154 | 2024-08-06T07:37:57.232Z | Checking fxhash v0.2.1 |
2155 | 2024-08-06T07:37:57.345Z | Checking expectorate v1.1.0 |
2156 | 2024-08-06T07:37:57.364Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2157 | 2024-08-06T07:37:57.384Z | Checking radix_trie v0.2.1 |
2158 | 2024-08-06T07:37:57.492Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2159 | 2024-08-06T07:37:57.512Z | Checking resolv-conf v0.7.0 |
2160 | 2024-08-06T07:37:57.524Z | Checking lru-cache v0.1.2 |
2161 | 2024-08-06T07:37:57.744Z | Checking trust-dns-client v0.22.0 |
2162 | 2024-08-06T07:37:57.811Z | Checking trust-dns-resolver v0.22.0 |
2163 | 2024-08-06T07:37:57.919Z | Checking parking_lot v0.11.2 |
2164 | 2024-08-06T07:37:58.246Z | Checking sled v0.34.7 |
2165 | 2024-08-06T07:37:58.618Z | Checking trust-dns-server v0.22.1 |
2166 | 2024-08-06T07:38:00.248Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2167 | 2024-08-06T07:38:01.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s |
2168 | 2024-08-06T07:38:01.486Z | |
2169 | 2024-08-06T07:38:01.486Z | info: running `cargo check --bins` on dns-server-api (58/142) |
2170 | 2024-08-06T07:38:02.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2171 | 2024-08-06T07:38:02.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2172 | 2024-08-06T07:38:02.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2173 | 2024-08-06T07:38:02.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2174 | 2024-08-06T07:38:02.095Z | |
2175 | 2024-08-06T07:38:02.095Z | info: running `cargo check --bins` on gateway-test-utils (59/142) |
2176 | 2024-08-06T07:38:02.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2177 | 2024-08-06T07:38:02.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2178 | 2024-08-06T07:38:02.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2179 | 2024-08-06T07:38:02.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2180 | 2024-08-06T07:38:02.753Z | |
2181 | 2024-08-06T07:38:02.753Z | info: running `cargo check --bins` on gateway-types (60/142) |
2182 | 2024-08-06T07:38:03.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2183 | 2024-08-06T07:38:03.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2184 | 2024-08-06T07:38:03.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2185 | 2024-08-06T07:38:03.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2186 | 2024-08-06T07:38:03.367Z | |
2187 | 2024-08-06T07:38:03.368Z | info: running `cargo check --bins` on ipcc (61/142) |
2188 | 2024-08-06T07:38:03.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2189 | 2024-08-06T07:38:03.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2190 | 2024-08-06T07:38:03.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2191 | 2024-08-06T07:38:03.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2192 | 2024-08-06T07:38:03.987Z | |
2193 | 2024-08-06T07:38:03.987Z | info: running `cargo check --bins` on omicron-gateway (62/142) |
2194 | 2024-08-06T07:38:04.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2195 | 2024-08-06T07:38:04.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2196 | 2024-08-06T07:38:04.664Z | Compiling radium v0.7.0 |
2197 | 2024-08-06T07:38:04.753Z | Checking tap v1.0.1 |
2198 | 2024-08-06T07:38:04.756Z | Compiling maybe-uninit v2.0.0 |
2199 | 2024-08-06T07:38:04.770Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2200 | 2024-08-06T07:38:04.773Z | Compiling num-bigint-dig v0.8.4 |
2201 | 2024-08-06T07:38:04.773Z | Checking crc-catalog v2.4.0 |
2202 | 2024-08-06T07:38:04.773Z | Checking funty v2.0.0 |
2203 | 2024-08-06T07:38:04.783Z | Compiling packed_struct v0.10.1 |
2204 | 2024-08-06T07:38:04.879Z | Checking wyz v0.5.1 |
2205 | 2024-08-06T07:38:04.928Z | Checking crc v3.2.1 |
2206 | 2024-08-06T07:38:05.108Z | Compiling packed_struct_codegen v0.10.1 |
2207 | 2024-08-06T07:38:05.239Z | Compiling indexmap v1.9.3 |
2208 | 2024-08-06T07:38:05.305Z | Checking half v2.4.1 |
2209 | 2024-08-06T07:38:05.322Z | Checking nodrop v0.1.14 |
2210 | 2024-08-06T07:38:05.429Z | Checking ciborium-io v0.2.2 |
2211 | 2024-08-06T07:38:05.442Z | Checking array-init v0.0.4 |
2212 | 2024-08-06T07:38:05.553Z | Checking smallvec v0.6.14 |
2213 | 2024-08-06T07:38:05.594Z | Checking pkcs1 v0.7.5 |
2214 | 2024-08-06T07:38:05.726Z | Checking bitvec v1.0.1 |
2215 | 2024-08-06T07:38:05.772Z | Checking ciborium-ll v0.2.2 |
2216 | 2024-08-06T07:38:05.951Z | Checking signature v2.2.0 |
2217 | 2024-08-06T07:38:05.968Z | Compiling memoffset v0.9.1 |
2218 | 2024-08-06T07:38:06.054Z | Checking bitfield v0.14.0 |
2219 | 2024-08-06T07:38:06.092Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2220 | 2024-08-06T07:38:06.133Z | Checking hashbrown v0.12.3 |
2221 | 2024-08-06T07:38:06.317Z | Checking env_logger v0.10.2 |
2222 | 2024-08-06T07:38:06.395Z | Checking bzip2 v0.4.4 |
2223 | 2024-08-06T07:38:06.434Z | Checking ciborium v0.2.2 |
2224 | 2024-08-06T07:38:06.449Z | Checking serde-hex v0.1.0 |
2225 | 2024-08-06T07:38:06.693Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2226 | 2024-08-06T07:38:06.723Z | Checking ron v0.8.1 |
2227 | 2024-08-06T07:38:06.935Z | Checking x509-cert v0.2.5 |
2228 | 2024-08-06T07:38:07.431Z | Checking hashbrown v0.13.2 |
2229 | 2024-08-06T07:38:07.785Z | Checking rsa v0.9.6 |
2230 | 2024-08-06T07:38:07.820Z | Checking crc-any v2.5.0 |
2231 | 2024-08-06T07:38:07.944Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2232 | 2024-08-06T07:38:08.205Z | Checking zip v0.6.6 |
2233 | 2024-08-06T07:38:08.316Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2234 | 2024-08-06T07:38:08.416Z | Checking object v0.30.4 |
2235 | 2024-08-06T07:38:08.514Z | Checking path-slash v0.1.5 |
2236 | 2024-08-06T07:38:08.579Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2237 | 2024-08-06T07:38:08.644Z | Checking nix v0.27.1 |
2238 | 2024-08-06T07:38:08.694Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2239 | 2024-08-06T07:38:08.839Z | Checking serde-big-array v0.5.1 |
2240 | 2024-08-06T07:38:08.875Z | Checking signal-hook-tokio v0.3.1 |
2241 | 2024-08-06T07:38:10.686Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2242 | 2024-08-06T07:38:11.234Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2243 | 2024-08-06T07:38:17.939Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2244 | 2024-08-06T07:38:19.176Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2245 | 2024-08-06T07:38:20.939Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2246 | 2024-08-06T07:38:22.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.72s |
2247 | 2024-08-06T07:38:22.872Z | |
2248 | 2024-08-06T07:38:22.872Z | info: running `cargo check --bins` on gateway-api (63/142) |
2249 | 2024-08-06T07:38:23.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2024-08-06T07:38:23.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2024-08-06T07:38:23.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2252 | 2024-08-06T07:38:23.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2253 | 2024-08-06T07:38:23.490Z | |
2254 | 2024-08-06T07:38:23.490Z | info: running `cargo check --bins` on sp-sim (64/142) |
2255 | 2024-08-06T07:38:24.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2256 | 2024-08-06T07:38:24.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2257 | 2024-08-06T07:38:24.111Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2258 | 2024-08-06T07:38:25.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s |
2259 | 2024-08-06T07:38:25.885Z | |
2260 | 2024-08-06T07:38:25.885Z | info: running `cargo check --bins` on internal-dns (65/142) |
2261 | 2024-08-06T07:38:26.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2262 | 2024-08-06T07:38:26.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2263 | 2024-08-06T07:38:26.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2264 | 2024-08-06T07:38:26.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2265 | 2024-08-06T07:38:26.511Z | |
2266 | 2024-08-06T07:38:26.511Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142) |
2267 | 2024-08-06T07:38:27.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2268 | 2024-08-06T07:38:27.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2269 | 2024-08-06T07:38:27.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2270 | 2024-08-06T07:38:27.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2271 | 2024-08-06T07:38:27.183Z | |
2272 | 2024-08-06T07:38:27.183Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142) |
2273 | 2024-08-06T07:38:27.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2274 | 2024-08-06T07:38:27.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2275 | 2024-08-06T07:38:27.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2276 | 2024-08-06T07:38:27.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2277 | 2024-08-06T07:38:27.852Z | |
2278 | 2024-08-06T07:38:27.852Z | info: running `cargo check --bins` on db-macros (68/142) |
2279 | 2024-08-06T07:38:28.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2280 | 2024-08-06T07:38:28.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2281 | 2024-08-06T07:38:28.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2282 | 2024-08-06T07:38:28.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2283 | 2024-08-06T07:38:28.438Z | |
2284 | 2024-08-06T07:38:28.438Z | info: running `cargo check --bins` on nexus-macros-common (69/142) |
2285 | 2024-08-06T07:38:28.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2286 | 2024-08-06T07:38:28.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2287 | 2024-08-06T07:38:28.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2288 | 2024-08-06T07:38:28.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2289 | 2024-08-06T07:38:29.028Z | |
2290 | 2024-08-06T07:38:29.028Z | info: running `cargo check --bins` on nexus-auth (70/142) |
2291 | 2024-08-06T07:38:29.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2292 | 2024-08-06T07:38:29.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2293 | 2024-08-06T07:38:29.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2294 | 2024-08-06T07:38:29.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2295 | 2024-08-06T07:38:29.682Z | |
2296 | 2024-08-06T07:38:29.682Z | info: running `cargo check --bins` on authz-macros (71/142) |
2297 | 2024-08-06T07:38:30.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2298 | 2024-08-06T07:38:30.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2299 | 2024-08-06T07:38:30.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2300 | 2024-08-06T07:38:30.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2301 | 2024-08-06T07:38:30.265Z | |
2302 | 2024-08-06T07:38:30.265Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/142) |
2303 | 2024-08-06T07:38:30.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2304 | 2024-08-06T07:38:30.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2305 | 2024-08-06T07:38:30.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2306 | 2024-08-06T07:38:30.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2307 | 2024-08-06T07:38:30.905Z | |
2308 | 2024-08-06T07:38:30.905Z | info: running `cargo check --bins` on nexus-db-model (73/142) |
2309 | 2024-08-06T07:38:31.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2310 | 2024-08-06T07:38:31.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2311 | 2024-08-06T07:38:31.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2312 | 2024-08-06T07:38:31.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2313 | 2024-08-06T07:38:31.545Z | |
2314 | 2024-08-06T07:38:31.545Z | info: running `cargo check --bins` on nexus-defaults (74/142) |
2315 | 2024-08-06T07:38:32.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2316 | 2024-08-06T07:38:32.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2317 | 2024-08-06T07:38:32.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2318 | 2024-08-06T07:38:32.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2319 | 2024-08-06T07:38:32.163Z | |
2320 | 2024-08-06T07:38:32.163Z | info: running `cargo check --bins` on oximeter (75/142) |
2321 | 2024-08-06T07:38:32.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2322 | 2024-08-06T07:38:32.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2323 | 2024-08-06T07:38:32.789Z | Compiling rustls-pki-types v1.7.0 |
2324 | 2024-08-06T07:38:32.881Z | Compiling match_cfg v0.1.0 |
2325 | 2024-08-06T07:38:32.881Z | Compiling prettyplease v0.2.20 |
2326 | 2024-08-06T07:38:32.913Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2327 | 2024-08-06T07:38:32.920Z | Compiling slog-json v2.6.1 |
2328 | 2024-08-06T07:38:32.920Z | Compiling http v1.1.0 |
2329 | 2024-08-06T07:38:32.925Z | Compiling atomic-waker v1.1.2 |
2330 | 2024-08-06T07:38:32.936Z | Compiling hostname v0.3.1 |
2331 | 2024-08-06T07:38:32.984Z | Compiling async-stream v0.3.5 |
2332 | 2024-08-06T07:38:33.118Z | Compiling waitgroup v0.1.2 |
2333 | 2024-08-06T07:38:33.168Z | Compiling slog-bunyan v2.5.0 |
2334 | 2024-08-06T07:38:33.184Z | Compiling toml v0.8.19 |
2335 | 2024-08-06T07:38:33.255Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2336 | 2024-08-06T07:38:33.271Z | Compiling sha1 v0.10.6 |
2337 | 2024-08-06T07:38:33.305Z | Compiling rustls-webpki v0.102.4 |
2338 | 2024-08-06T07:38:33.324Z | Compiling rustls-pemfile v2.1.3 |
2339 | 2024-08-06T07:38:33.359Z | Compiling newtype-uuid v1.1.0 |
2340 | 2024-08-06T07:38:33.458Z | Compiling serde_path_to_error v0.1.16 |
2341 | 2024-08-06T07:38:33.677Z | Compiling hostname v0.4.0 |
2342 | 2024-08-06T07:38:33.692Z | Compiling instant v0.1.12 |
2343 | 2024-08-06T07:38:33.706Z | Compiling debug-ignore v1.0.5 |
2344 | 2024-08-06T07:38:33.789Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2345 | 2024-08-06T07:38:33.838Z | Compiling backoff v0.4.0 |
2346 | 2024-08-06T07:38:33.852Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2347 | 2024-08-06T07:38:34.121Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2348 | 2024-08-06T07:38:34.129Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2349 | 2024-08-06T07:38:34.129Z | Compiling rustls v0.22.4 |
2350 | 2024-08-06T07:38:34.180Z | Compiling parse-display v0.9.1 |
2351 | 2024-08-06T07:38:34.283Z | Compiling serde_with v3.8.3 |
2352 | 2024-08-06T07:38:34.837Z | Compiling multer v3.1.0 |
2353 | 2024-08-06T07:38:34.948Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2354 | 2024-08-06T07:38:35.097Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2355 | 2024-08-06T07:38:35.235Z | Compiling num-rational v0.4.2 |
2356 | 2024-08-06T07:38:35.374Z | Compiling num-complex v0.4.6 |
2357 | 2024-08-06T07:38:35.390Z | Compiling macaddr v1.0.1 |
2358 | 2024-08-06T07:38:36.460Z | Compiling num v0.4.3 |
2359 | 2024-08-06T07:38:36.518Z | Compiling float-ord v0.3.2 |
2360 | 2024-08-06T07:38:37.470Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2361 | 2024-08-06T07:38:38.170Z | Compiling tokio-rustls v0.25.0 |
2362 | 2024-08-06T07:38:38.480Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2363 | 2024-08-06T07:38:41.935Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2364 | 2024-08-06T07:38:53.248Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2365 | 2024-08-06T07:38:56.373Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2366 | 2024-08-06T07:38:56.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.80s |
2367 | 2024-08-06T07:38:57.109Z | |
2368 | 2024-08-06T07:38:57.109Z | info: running `cargo check --bins` on oximeter-impl (76/142) |
2369 | 2024-08-06T07:38:57.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2024-08-06T07:38:57.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2024-08-06T07:38:57.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2372 | 2024-08-06T07:38:57.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2373 | 2024-08-06T07:38:57.731Z | |
2374 | 2024-08-06T07:38:57.731Z | info: running `cargo check --bins` on oximeter-macro-impl (77/142) |
2375 | 2024-08-06T07:38:58.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-08-06T07:38:58.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-08-06T07:38:58.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2378 | 2024-08-06T07:38:58.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2379 | 2024-08-06T07:38:58.322Z | |
2380 | 2024-08-06T07:38:58.322Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/142) |
2381 | 2024-08-06T07:38:58.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-08-06T07:38:58.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-08-06T07:38:58.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2384 | 2024-08-06T07:38:58.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2385 | 2024-08-06T07:38:58.945Z | |
2386 | 2024-08-06T07:38:58.945Z | info: running `cargo check --bins` on nexus-inventory (79/142) |
2387 | 2024-08-06T07:38:59.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-08-06T07:38:59.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-08-06T07:38:59.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2390 | 2024-08-06T07:38:59.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2391 | 2024-08-06T07:38:59.593Z | |
2392 | 2024-08-06T07:38:59.593Z | info: running `cargo check --bins` on typed-rng (80/142) |
2393 | 2024-08-06T07:39:00.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-08-06T07:39:00.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-08-06T07:39:00.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2396 | 2024-08-06T07:39:00.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2397 | 2024-08-06T07:39:00.215Z | |
2398 | 2024-08-06T07:39:00.215Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142) |
2399 | 2024-08-06T07:39:00.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-08-06T07:39:00.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-08-06T07:39:00.942Z | Checking password-hash v0.5.0 |
2402 | 2024-08-06T07:39:00.942Z | Checking blake2 v0.10.6 |
2403 | 2024-08-06T07:39:00.945Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2404 | 2024-08-06T07:39:00.945Z | Compiling semver v0.1.20 |
2405 | 2024-08-06T07:39:00.945Z | Compiling rayon-core v1.12.1 |
2406 | 2024-08-06T07:39:01.035Z | Compiling convert_case v0.4.0 |
2407 | 2024-08-06T07:39:01.067Z | Compiling crossbeam-deque v0.8.5 |
2408 | 2024-08-06T07:39:01.093Z | Compiling unicase v2.7.0 |
2409 | 2024-08-06T07:39:01.365Z | Compiling libefi-sys v0.1.0 |
2410 | 2024-08-06T07:39:01.418Z | Compiling rustc_version v0.1.7 |
2411 | 2024-08-06T07:39:01.436Z | Compiling fastrand v2.1.0 |
2412 | 2024-08-06T07:39:01.436Z | Compiling same-file v1.0.6 |
2413 | 2024-08-06T07:39:01.448Z | Checking argon2 v0.5.3 |
2414 | 2024-08-06T07:39:01.680Z | Compiling walkdir v2.5.0 |
2415 | 2024-08-06T07:39:01.737Z | Compiling curve25519-dalek v4.1.3 |
2416 | 2024-08-06T07:39:01.884Z | Compiling tempfile v3.10.1 |
2417 | 2024-08-06T07:39:01.909Z | Compiling newtype_derive v0.1.6 |
2418 | 2024-08-06T07:39:02.016Z | Compiling derive_more v0.99.18 |
2419 | 2024-08-06T07:39:02.061Z | Compiling derive-where v1.2.7 |
2420 | 2024-08-06T07:39:02.185Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2421 | 2024-08-06T07:39:02.278Z | Compiling bitfield-struct v0.6.1 |
2422 | 2024-08-06T07:39:02.354Z | Compiling ring v0.16.20 |
2423 | 2024-08-06T07:39:02.407Z | Compiling blake3 v1.5.1 |
2424 | 2024-08-06T07:39:02.451Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2425 | 2024-08-06T07:39:02.728Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2426 | 2024-08-06T07:39:03.034Z | Checking keccak v0.1.5 |
2427 | 2024-08-06T07:39:03.358Z | Checking sha3 v0.10.8 |
2428 | 2024-08-06T07:39:03.460Z | Compiling rayon v1.10.0 |
2429 | 2024-08-06T07:39:03.748Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2430 | 2024-08-06T07:39:03.830Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2431 | 2024-08-06T07:39:03.855Z | Checking universal-hash v0.5.1 |
2432 | 2024-08-06T07:39:04.038Z | Compiling thiserror-impl-no-std v2.0.2 |
2433 | 2024-08-06T07:39:04.124Z | Checking secrecy v0.8.0 |
2434 | 2024-08-06T07:39:04.140Z | Compiling curve25519-dalek-derive v0.1.1 |
2435 | 2024-08-06T07:39:04.320Z | Compiling memmap2 v0.9.4 |
2436 | 2024-08-06T07:39:04.337Z | Compiling untrusted v0.7.1 |
2437 | 2024-08-06T07:39:04.520Z | Checking opaque-debug v0.3.1 |
2438 | 2024-08-06T07:39:04.606Z | Compiling constant_time_eq v0.3.0 |
2439 | 2024-08-06T07:39:04.817Z | Compiling arrayref v0.3.7 |
2440 | 2024-08-06T07:39:04.833Z | Compiling spin v0.5.2 |
2441 | 2024-08-06T07:39:04.922Z | Compiling home v0.5.9 |
2442 | 2024-08-06T07:39:05.079Z | Compiling arrayvec v0.7.4 |
2443 | 2024-08-06T07:39:05.200Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2444 | 2024-08-06T07:39:05.314Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2445 | 2024-08-06T07:39:05.480Z | Compiling toolchain_find v0.4.0 |
2446 | 2024-08-06T07:39:05.749Z | Checking poly1305 v0.8.0 |
2447 | 2024-08-06T07:39:05.778Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2448 | 2024-08-06T07:39:06.181Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2449 | 2024-08-06T07:39:06.245Z | Checking steno v0.4.1 |
2450 | 2024-08-06T07:39:06.262Z | Compiling camino-tempfile v1.1.1 |
2451 | 2024-08-06T07:39:06.760Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2452 | 2024-08-06T07:39:06.954Z | Checking chacha20 v0.9.1 |
2453 | 2024-08-06T07:39:07.262Z | Checking gethostname v0.5.0 |
2454 | 2024-08-06T07:39:07.400Z | Checking aead v0.5.2 |
2455 | 2024-08-06T07:39:07.462Z | Checking thiserror-no-std v2.0.2 |
2456 | 2024-08-06T07:39:07.577Z | Compiling topological-sort v0.2.2 |
2457 | 2024-08-06T07:39:07.611Z | Compiling cancel-safe-futures v0.1.5 |
2458 | 2024-08-06T07:39:07.725Z | Checking vsss-rs v3.3.4 |
2459 | 2024-08-06T07:39:07.798Z | Checking chacha20poly1305 v0.10.1 |
2460 | 2024-08-06T07:39:08.015Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2461 | 2024-08-06T07:39:08.264Z | Compiling mime_guess v2.0.4 |
2462 | 2024-08-06T07:39:08.640Z | Compiling omicron-zone-package v0.11.0 |
2463 | 2024-08-06T07:39:09.267Z | Compiling rustfmt-wrapper v0.2.1 |
2464 | 2024-08-06T07:39:09.492Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2465 | 2024-08-06T07:39:09.638Z | Checking glob v0.3.1 |
2466 | 2024-08-06T07:39:09.976Z | Checking libsw v3.3.1 |
2467 | 2024-08-06T07:39:10.000Z | Checking linear-map v1.2.0 |
2468 | 2024-08-06T07:39:10.015Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2469 | 2024-08-06T07:39:10.159Z | Checking swrite v0.1.0 |
2470 | 2024-08-06T07:39:10.203Z | Checking owo-colors v4.0.0 |
2471 | 2024-08-06T07:39:10.271Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2472 | 2024-08-06T07:39:10.321Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2473 | 2024-08-06T07:39:10.929Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2474 | 2024-08-06T07:39:11.069Z | Checking kstat-rs v0.2.4 |
2475 | 2024-08-06T07:39:11.179Z | Checking nanorand v0.7.0 |
2476 | 2024-08-06T07:39:11.257Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2477 | 2024-08-06T07:39:11.425Z | Checking http-range v0.1.5 |
2478 | 2024-08-06T07:39:11.446Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2479 | 2024-08-06T07:39:11.543Z | Checking flume v0.11.0 |
2480 | 2024-08-06T07:39:11.604Z | Checking hyper-staticfile v0.9.5 |
2481 | 2024-08-06T07:39:11.974Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2482 | 2024-08-06T07:39:11.998Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2483 | 2024-08-06T07:39:12.027Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2484 | 2024-08-06T07:39:12.074Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2485 | 2024-08-06T07:39:12.133Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2486 | 2024-08-06T07:39:13.383Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2487 | 2024-08-06T07:39:13.650Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2488 | 2024-08-06T07:39:15.018Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2489 | 2024-08-06T07:39:15.073Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2490 | 2024-08-06T07:39:15.367Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2491 | 2024-08-06T07:39:15.995Z | Checking display-error-chain v0.2.0 |
2492 | 2024-08-06T07:39:22.701Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2493 | 2024-08-06T07:39:28.061Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2494 | 2024-08-06T07:39:28.061Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2495 | 2024-08-06T07:39:28.726Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2496 | 2024-08-06T07:39:43.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.37s |
2497 | 2024-08-06T07:39:43.768Z | |
2498 | 2024-08-06T07:39:43.768Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142) |
2499 | 2024-08-06T07:39:44.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-08-06T07:39:44.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-08-06T07:39:44.479Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2502 | 2024-08-06T07:39:59.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.92s |
2503 | 2024-08-06T07:39:59.855Z | |
2504 | 2024-08-06T07:39:59.855Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142) |
2505 | 2024-08-06T07:40:00.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-08-06T07:40:00.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-08-06T07:40:00.558Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2508 | 2024-08-06T07:40:15.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.75s |
2509 | 2024-08-06T07:40:15.774Z | |
2510 | 2024-08-06T07:40:15.775Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142) |
2511 | 2024-08-06T07:40:16.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-08-06T07:40:16.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-08-06T07:40:16.482Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2514 | 2024-08-06T07:40:31.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.69s |
2515 | 2024-08-06T07:40:31.632Z | |
2516 | 2024-08-06T07:40:31.632Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142) |
2517 | 2024-08-06T07:40:32.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-08-06T07:40:32.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-08-06T07:40:32.342Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2520 | 2024-08-06T07:40:47.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.84s |
2521 | 2024-08-06T07:40:47.639Z | |
2522 | 2024-08-06T07:40:47.639Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142) |
2523 | 2024-08-06T07:40:48.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-08-06T07:40:48.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-08-06T07:40:48.342Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2526 | 2024-08-06T07:41:03.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.71s |
2527 | 2024-08-06T07:41:03.516Z | |
2528 | 2024-08-06T07:41:03.516Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142) |
2529 | 2024-08-06T07:41:04.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-08-06T07:41:04.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-08-06T07:41:04.222Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2532 | 2024-08-06T07:41:19.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.61s |
2533 | 2024-08-06T07:41:19.300Z | |
2534 | 2024-08-06T07:41:19.300Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142) |
2535 | 2024-08-06T07:41:19.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-08-06T07:41:19.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-08-06T07:41:20.009Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2538 | 2024-08-06T07:41:35.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.85s |
2539 | 2024-08-06T07:41:35.323Z | |
2540 | 2024-08-06T07:41:35.323Z | info: running `cargo check --bins` on bootstrap-agent-api (89/142) |
2541 | 2024-08-06T07:41:35.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-08-06T07:41:35.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-08-06T07:41:35.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-08-06T07:41:35.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2545 | 2024-08-06T07:41:35.970Z | |
2546 | 2024-08-06T07:41:35.970Z | info: running `cargo check --bins` on sled-agent-types (90/142) |
2547 | 2024-08-06T07:41:36.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-08-06T07:41:36.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-08-06T07:41:36.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-08-06T07:41:36.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2551 | 2024-08-06T07:41:36.610Z | |
2552 | 2024-08-06T07:41:36.610Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/142) |
2553 | 2024-08-06T07:41:37.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-08-06T07:41:37.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-08-06T07:41:37.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-08-06T07:41:37.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2557 | 2024-08-06T07:41:37.245Z | |
2558 | 2024-08-06T07:41:37.245Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142) |
2559 | 2024-08-06T07:41:38.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-08-06T07:41:38.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-08-06T07:41:38.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-08-06T07:41:38.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2563 | 2024-08-06T07:41:38.820Z | |
2564 | 2024-08-06T07:41:38.820Z | info: running `cargo check --bins` on key-manager (93/142) |
2565 | 2024-08-06T07:41:38.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-08-06T07:41:38.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-08-06T07:41:38.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-08-06T07:41:38.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2569 | 2024-08-06T07:41:38.820Z | |
2570 | 2024-08-06T07:41:38.820Z | info: running `cargo check --bins` on sled-hardware (94/142) |
2571 | 2024-08-06T07:41:39.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-08-06T07:41:39.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-08-06T07:41:39.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-08-06T07:41:39.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2575 | 2024-08-06T07:41:39.121Z | |
2576 | 2024-08-06T07:41:39.121Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142) |
2577 | 2024-08-06T07:41:39.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-08-06T07:41:39.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-08-06T07:41:39.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-08-06T07:41:39.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2581 | 2024-08-06T07:41:39.709Z | |
2582 | 2024-08-06T07:41:39.709Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142) |
2583 | 2024-08-06T07:41:40.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-08-06T07:41:40.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-08-06T07:41:40.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-08-06T07:41:40.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2587 | 2024-08-06T07:41:40.331Z | |
2588 | 2024-08-06T07:41:40.331Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142) |
2589 | 2024-08-06T07:41:40.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-08-06T07:41:40.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-08-06T07:41:40.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-08-06T07:41:40.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2593 | 2024-08-06T07:41:40.953Z | |
2594 | 2024-08-06T07:41:40.953Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142) |
2595 | 2024-08-06T07:41:41.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-08-06T07:41:41.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-08-06T07:41:41.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-08-06T07:41:41.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2599 | 2024-08-06T07:41:41.574Z | |
2600 | 2024-08-06T07:41:41.575Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142) |
2601 | 2024-08-06T07:41:42.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-08-06T07:41:42.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-08-06T07:41:42.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-08-06T07:41:42.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2605 | 2024-08-06T07:41:42.197Z | |
2606 | 2024-08-06T07:41:42.197Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142) |
2607 | 2024-08-06T07:41:42.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-08-06T07:41:42.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-08-06T07:41:42.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-08-06T07:41:42.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2611 | 2024-08-06T07:41:42.814Z | |
2612 | 2024-08-06T07:41:42.814Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142) |
2613 | 2024-08-06T07:41:43.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-08-06T07:41:43.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-08-06T07:41:43.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-08-06T07:41:43.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2617 | 2024-08-06T07:41:43.432Z | |
2618 | 2024-08-06T07:41:43.432Z | info: running `cargo check --bins` on oximeter-producer (102/142) |
2619 | 2024-08-06T07:41:44.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-08-06T07:41:44.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-08-06T07:41:44.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-08-06T07:41:44.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2623 | 2024-08-06T07:41:44.067Z | |
2624 | 2024-08-06T07:41:44.067Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/142) |
2625 | 2024-08-06T07:41:44.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-08-06T07:41:44.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-08-06T07:41:44.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-08-06T07:41:44.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2629 | 2024-08-06T07:41:44.707Z | |
2630 | 2024-08-06T07:41:44.707Z | info: running `cargo check --bins` on nexus-test-interface (104/142) |
2631 | 2024-08-06T07:41:45.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-08-06T07:41:45.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-08-06T07:41:45.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-08-06T07:41:45.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2635 | 2024-08-06T07:41:45.344Z | |
2636 | 2024-08-06T07:41:45.344Z | info: running `cargo check --bins` on oximeter-collector (105/142) |
2637 | 2024-08-06T07:41:45.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-08-06T07:41:45.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-08-06T07:41:46.016Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2640 | 2024-08-06T07:41:46.020Z | Checking bcs v0.1.6 |
2641 | 2024-08-06T07:41:46.020Z | Compiling async-recursion v1.1.1 |
2642 | 2024-08-06T07:41:46.020Z | Checking highway v1.1.0 |
2643 | 2024-08-06T07:41:46.020Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2644 | 2024-08-06T07:41:46.020Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2645 | 2024-08-06T07:41:47.112Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2646 | 2024-08-06T07:41:50.382Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2647 | 2024-08-06T07:41:52.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s |
2648 | 2024-08-06T07:41:52.213Z | |
2649 | 2024-08-06T07:41:52.213Z | info: running `cargo check --bins` on oximeter-api (106/142) |
2650 | 2024-08-06T07:41:52.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-08-06T07:41:52.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-08-06T07:41:52.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2024-08-06T07:41:52.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2654 | 2024-08-06T07:41:52.824Z | |
2655 | 2024-08-06T07:41:52.824Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/142) |
2656 | 2024-08-06T07:41:53.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-08-06T07:41:53.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-08-06T07:41:53.451Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2659 | 2024-08-06T07:41:54.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
2660 | 2024-08-06T07:41:54.181Z | |
2661 | 2024-08-06T07:41:54.181Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142) |
2662 | 2024-08-06T07:41:54.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-08-06T07:41:54.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-08-06T07:41:54.825Z | Compiling cfg_aliases v0.1.1 |
2665 | 2024-08-06T07:41:54.828Z | Compiling vte_generate_state_changes v0.1.1 |
2666 | 2024-08-06T07:41:54.828Z | Checking fd-lock v4.0.2 |
2667 | 2024-08-06T07:41:54.828Z | Checking bytecount v0.6.8 |
2668 | 2024-08-06T07:41:54.941Z | Compiling tabled_derive v0.7.0 |
2669 | 2024-08-06T07:41:54.944Z | Compiling peg-macros v0.8.4 |
2670 | 2024-08-06T07:41:54.945Z | Compiling sqlparser_derive v0.2.2 |
2671 | 2024-08-06T07:41:54.945Z | Checking unicode_categories v0.1.1 |
2672 | 2024-08-06T07:41:54.994Z | Compiling nix v0.28.0 |
2673 | 2024-08-06T07:41:55.052Z | Checking papergrid v0.11.0 |
2674 | 2024-08-06T07:41:55.082Z | Checking home v0.5.9 |
2675 | 2024-08-06T07:41:55.223Z | Checking nu-ansi-term v0.50.0 |
2676 | 2024-08-06T07:41:55.264Z | Checking sqlformat v0.2.4 |
2677 | 2024-08-06T07:41:55.584Z | Checking vte v0.11.1 |
2678 | 2024-08-06T07:41:56.060Z | Checking sqlparser v0.45.0 |
2679 | 2024-08-06T07:41:56.966Z | Checking strip-ansi-escapes v0.2.0 |
2680 | 2024-08-06T07:41:57.028Z | Checking tabled v0.15.0 |
2681 | 2024-08-06T07:41:57.097Z | Checking reedline v0.31.0 |
2682 | 2024-08-06T07:41:57.668Z | Checking peg v0.8.4 |
2683 | 2024-08-06T07:41:58.067Z | Checking rustyline v14.0.0 |
2684 | 2024-08-06T07:42:02.851Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2685 | 2024-08-06T07:42:08.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s |
2686 | 2024-08-06T07:42:08.763Z | |
2687 | 2024-08-06T07:42:08.763Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142) |
2688 | 2024-08-06T07:42:09.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-08-06T07:42:09.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-08-06T07:42:09.406Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2691 | 2024-08-06T07:42:15.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s |
2692 | 2024-08-06T07:42:15.350Z | |
2693 | 2024-08-06T07:42:15.350Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142) |
2694 | 2024-08-06T07:42:15.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-08-06T07:42:15.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-08-06T07:42:15.977Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2697 | 2024-08-06T07:42:21.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s |
2698 | 2024-08-06T07:42:21.697Z | |
2699 | 2024-08-06T07:42:21.697Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142) |
2700 | 2024-08-06T07:42:22.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-08-06T07:42:22.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-08-06T07:42:22.339Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2703 | 2024-08-06T07:42:26.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
2704 | 2024-08-06T07:42:26.602Z | |
2705 | 2024-08-06T07:42:26.602Z | info: running `cargo check --bins` on crdb-seed (112/142) |
2706 | 2024-08-06T07:42:27.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-08-06T07:42:27.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-08-06T07:42:27.246Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2709 | 2024-08-06T07:42:27.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2710 | 2024-08-06T07:42:27.715Z | |
2711 | 2024-08-06T07:42:27.715Z | info: running `cargo check --bins` on xtask-downloader (113/142) |
2712 | 2024-08-06T07:42:28.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2024-08-06T07:42:28.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2024-08-06T07:42:28.312Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2715 | 2024-08-06T07:42:29.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
2716 | 2024-08-06T07:42:29.296Z | |
2717 | 2024-08-06T07:42:29.296Z | info: running `cargo check --bins` on omicron-omdb (114/142) |
2718 | 2024-08-06T07:42:29.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2024-08-06T07:42:29.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2024-08-06T07:42:30.065Z | Compiling glob v0.3.1 |
2721 | 2024-08-06T07:42:30.065Z | Compiling crunchy v0.2.2 |
2722 | 2024-08-06T07:42:30.068Z | Compiling tiny-keccak v2.0.2 |
2723 | 2024-08-06T07:42:30.181Z | Compiling ascii-canvas v3.0.0 |
2724 | 2024-08-06T07:42:30.184Z | Compiling ena v0.14.3 |
2725 | 2024-08-06T07:42:30.185Z | Compiling libloading v0.8.3 |
2726 | 2024-08-06T07:42:30.185Z | Compiling bindgen v0.69.4 |
2727 | 2024-08-06T07:42:30.193Z | Compiling diff v0.1.13 |
2728 | 2024-08-06T07:42:30.558Z | Compiling regex-syntax v0.6.29 |
2729 | 2024-08-06T07:42:30.588Z | Compiling which v4.4.2 |
2730 | 2024-08-06T07:42:30.632Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2731 | 2024-08-06T07:42:30.701Z | Compiling cexpr v0.6.0 |
2732 | 2024-08-06T07:42:30.848Z | Compiling shlex v1.3.0 |
2733 | 2024-08-06T07:42:30.903Z | Compiling ref-cast v1.0.23 |
2734 | 2024-08-06T07:42:30.961Z | Compiling lazycell v1.3.0 |
2735 | 2024-08-06T07:42:31.093Z | Compiling clang-sys v1.7.0 |
2736 | 2024-08-06T07:42:31.130Z | Compiling rustc-hash v1.1.0 |
2737 | 2024-08-06T07:42:31.180Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2738 | 2024-08-06T07:42:31.267Z | Compiling derive_builder_core v0.20.0 |
2739 | 2024-08-06T07:42:31.283Z | Compiling libxml v0.3.3 |
2740 | 2024-08-06T07:42:31.426Z | Compiling ref-cast-impl v1.0.23 |
2741 | 2024-08-06T07:42:31.467Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2742 | 2024-08-06T07:42:31.545Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2743 | 2024-08-06T07:42:31.693Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2744 | 2024-08-06T07:42:31.935Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2745 | 2024-08-06T07:42:31.986Z | Compiling strum_macros v0.24.3 |
2746 | 2024-08-06T07:42:32.285Z | Compiling cookie v0.18.1 |
2747 | 2024-08-06T07:42:32.534Z | Compiling indoc v1.0.9 |
2748 | 2024-08-06T07:42:32.723Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2749 | 2024-08-06T07:42:33.023Z | Compiling oso-derive v0.27.3 |
2750 | 2024-08-06T07:42:33.570Z | Compiling impl-trait-for-tuples v0.2.2 |
2751 | 2024-08-06T07:42:33.736Z | Compiling lalrpop v0.19.12 |
2752 | 2024-08-06T07:42:34.152Z | Compiling derive_builder_macro v0.20.0 |
2753 | 2024-08-06T07:42:34.488Z | Checking quick-xml v0.31.0 |
2754 | 2024-08-06T07:42:35.072Z | Checking derive_builder v0.20.0 |
2755 | 2024-08-06T07:42:35.228Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2756 | 2024-08-06T07:42:35.734Z | Checking maplit v1.0.2 |
2757 | 2024-08-06T07:42:36.411Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2758 | 2024-08-06T07:42:36.544Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2759 | 2024-08-06T07:42:36.600Z | Checking bb8 v0.8.5 |
2760 | 2024-08-06T07:42:36.869Z | Compiling const_format_proc_macros v0.2.32 |
2761 | 2024-08-06T07:42:37.082Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2762 | 2024-08-06T07:42:38.111Z | Checking crossbeam-deque v0.8.5 |
2763 | 2024-08-06T07:42:38.192Z | Compiling portable-atomic v1.6.0 |
2764 | 2024-08-06T07:42:38.446Z | Checking rayon-core v1.12.1 |
2765 | 2024-08-06T07:42:39.079Z | Checking const_format v0.2.32 |
2766 | 2024-08-06T07:42:39.164Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2767 | 2024-08-06T07:42:39.309Z | Checking castaway v0.2.2 |
2768 | 2024-08-06T07:42:39.471Z | Checking compact_str v0.7.1 |
2769 | 2024-08-06T07:42:39.541Z | Checking rayon v1.10.0 |
2770 | 2024-08-06T07:42:40.319Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2771 | 2024-08-06T07:42:40.575Z | Checking unicode-truncate v1.0.0 |
2772 | 2024-08-06T07:42:40.609Z | Checking itertools v0.13.0 |
2773 | 2024-08-06T07:42:40.822Z | Checking lru v0.12.3 |
2774 | 2024-08-06T07:42:41.135Z | Compiling stability v0.2.0 |
2775 | 2024-08-06T07:42:41.992Z | Checking number_prefix v0.4.0 |
2776 | 2024-08-06T07:42:42.175Z | Checking unicode-linebreak v0.1.5 |
2777 | 2024-08-06T07:42:42.200Z | Checking cassowary v0.3.0 |
2778 | 2024-08-06T07:42:42.603Z | Checking smawk v0.3.2 |
2779 | 2024-08-06T07:42:42.664Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2780 | 2024-08-06T07:42:42.810Z | Checking textwrap v0.16.1 |
2781 | 2024-08-06T07:42:43.170Z | Checking multimap v0.10.0 |
2782 | 2024-08-06T07:42:43.201Z | Checking ratatui v0.27.0 |
2783 | 2024-08-06T07:42:43.443Z | Checking indicatif v0.17.8 |
2784 | 2024-08-06T07:43:04.801Z | Compiling samael v0.0.15 |
2785 | 2024-08-06T07:43:20.005Z | Compiling polar-core v0.27.3 |
2786 | 2024-08-06T07:43:27.027Z | Checking oso v0.27.3 |
2787 | 2024-08-06T07:43:55.923Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2788 | 2024-08-06T07:44:00.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
2789 | 2024-08-06T07:44:00.958Z | |
2790 | 2024-08-06T07:44:00.958Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142) |
2791 | 2024-08-06T07:44:01.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-08-06T07:44:01.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-08-06T07:44:01.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-08-06T07:44:01.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2795 | 2024-08-06T07:44:01.636Z | |
2796 | 2024-08-06T07:44:01.636Z | info: running `cargo check --bins` on nexus-saga-recovery (116/142) |
2797 | 2024-08-06T07:44:02.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-08-06T07:44:02.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-08-06T07:44:02.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-08-06T07:44:02.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2801 | 2024-08-06T07:44:02.308Z | |
2802 | 2024-08-06T07:44:02.308Z | info: running `cargo check --bins` on nexus-test-utils-macros (117/142) |
2803 | 2024-08-06T07:44:02.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-08-06T07:44:02.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-08-06T07:44:02.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-08-06T07:44:02.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2807 | 2024-08-06T07:44:02.903Z | |
2808 | 2024-08-06T07:44:02.903Z | info: running `cargo check --bins` on omicron-nexus (118/142) |
2809 | 2024-08-06T07:44:03.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-08-06T07:44:03.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-08-06T07:44:03.670Z | Compiling pin-project-internal v1.1.5 |
2812 | 2024-08-06T07:44:03.672Z | Compiling snafu-derive v0.8.2 |
2813 | 2024-08-06T07:44:03.767Z | Compiling buf-list v1.0.3 |
2814 | 2024-08-06T07:44:03.786Z | Checking globset v0.4.14 |
2815 | 2024-08-06T07:44:03.789Z | Checking olpc-cjson v0.1.3 |
2816 | 2024-08-06T07:44:03.789Z | Checking rand_seeder v0.3.0 |
2817 | 2024-08-06T07:44:03.789Z | Checking serde_plain v1.0.2 |
2818 | 2024-08-06T07:44:03.798Z | Checking typed-path v0.7.1 |
2819 | 2024-08-06T07:44:04.007Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2820 | 2024-08-06T07:44:04.023Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2821 | 2024-08-06T07:44:04.059Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2822 | 2024-08-06T07:44:04.193Z | Checking parse-size v1.0.0 |
2823 | 2024-08-06T07:44:04.251Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2824 | 2024-08-06T07:44:04.324Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2825 | 2024-08-06T07:44:04.378Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2826 | 2024-08-06T07:44:04.418Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2827 | 2024-08-06T07:44:04.767Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2828 | 2024-08-06T07:44:05.143Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2829 | 2024-08-06T07:44:05.258Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2830 | 2024-08-06T07:44:05.346Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2831 | 2024-08-06T07:44:05.626Z | Checking fatfs v0.3.6 |
2832 | 2024-08-06T07:44:05.695Z | Checking assert_matches v1.5.0 |
2833 | 2024-08-06T07:44:06.801Z | Checking pin-project v1.1.5 |
2834 | 2024-08-06T07:44:07.541Z | Checking snafu v0.8.2 |
2835 | 2024-08-06T07:44:07.838Z | Checking tough v0.17.1 |
2836 | 2024-08-06T07:44:10.805Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2837 | 2024-08-06T07:44:11.910Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2838 | 2024-08-06T07:44:55.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.09s |
2839 | 2024-08-06T07:44:55.164Z | |
2840 | 2024-08-06T07:44:55.164Z | info: running `cargo check --bins` on nexus-internal-api (119/142) |
2841 | 2024-08-06T07:44:55.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-08-06T07:44:55.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-08-06T07:44:55.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-08-06T07:44:55.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2845 | 2024-08-06T07:44:55.812Z | |
2846 | 2024-08-06T07:44:55.812Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (120/142) |
2847 | 2024-08-06T07:44:56.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-08-06T07:44:56.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-08-06T07:44:56.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-08-06T07:44:56.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2851 | 2024-08-06T07:44:56.476Z | |
2852 | 2024-08-06T07:44:56.477Z | info: running `cargo check --bins` on nexus-networking (121/142) |
2853 | 2024-08-06T07:44:57.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-08-06T07:44:57.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-08-06T07:44:57.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-08-06T07:44:57.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2857 | 2024-08-06T07:44:57.133Z | |
2858 | 2024-08-06T07:44:57.133Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (122/142) |
2859 | 2024-08-06T07:44:57.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-08-06T07:44:57.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-08-06T07:44:57.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-08-06T07:44:57.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2863 | 2024-08-06T07:44:57.794Z | |
2864 | 2024-08-06T07:44:57.794Z | info: running `cargo check --bins` on update-common (123/142) |
2865 | 2024-08-06T07:44:58.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-08-06T07:44:58.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-08-06T07:44:58.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-08-06T07:44:58.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2869 | 2024-08-06T07:44:58.428Z | |
2870 | 2024-08-06T07:44:58.429Z | info: running `cargo check --bins` on tufaceous-lib (124/142) |
2871 | 2024-08-06T07:44:58.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-08-06T07:44:58.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-08-06T07:44:58.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-08-06T07:44:58.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2875 | 2024-08-06T07:44:59.059Z | |
2876 | 2024-08-06T07:44:59.059Z | info: running `cargo check --bins` on tufaceous (125/142) |
2877 | 2024-08-06T07:44:59.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-08-06T07:44:59.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-08-06T07:44:59.708Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2880 | 2024-08-06T07:45:00.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
2881 | 2024-08-06T07:45:00.754Z | |
2882 | 2024-08-06T07:45:00.754Z | info: running `cargo check --bins` on omicron-dev (126/142) |
2883 | 2024-08-06T07:45:01.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-08-06T07:45:01.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-08-06T07:45:01.570Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2886 | 2024-08-06T07:45:01.580Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2887 | 2024-08-06T07:45:01.580Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2888 | 2024-08-06T07:45:02.935Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2889 | 2024-08-06T07:45:05.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s |
2890 | 2024-08-06T07:45:05.721Z | |
2891 | 2024-08-06T07:45:05.721Z | info: running `cargo check --bins` on openapi-manager (127/142) |
2892 | 2024-08-06T07:45:06.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-08-06T07:45:06.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-08-06T07:45:06.403Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2895 | 2024-08-06T07:45:06.403Z | Checking is_ci v1.2.0 |
2896 | 2024-08-06T07:45:06.404Z | Checking heck v0.4.1 |
2897 | 2024-08-06T07:45:06.419Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2898 | 2024-08-06T07:45:06.420Z | Checking indent_write v2.2.0 |
2899 | 2024-08-06T07:45:06.575Z | Checking supports-color v3.0.0 |
2900 | 2024-08-06T07:45:06.681Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2901 | 2024-08-06T07:45:08.041Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2902 | 2024-08-06T07:45:08.859Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2903 | 2024-08-06T07:45:09.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
2904 | 2024-08-06T07:45:09.962Z | |
2905 | 2024-08-06T07:45:09.962Z | info: running `cargo check --bins` on installinator-api (128/142) |
2906 | 2024-08-06T07:45:10.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2024-08-06T07:45:10.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2024-08-06T07:45:10.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2909 | 2024-08-06T07:45:10.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2910 | 2024-08-06T07:45:10.860Z | |
2911 | 2024-08-06T07:45:10.860Z | info: running `cargo check --bins` on wicketd-api (129/142) |
2912 | 2024-08-06T07:45:11.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-08-06T07:45:11.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-08-06T07:45:11.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2915 | 2024-08-06T07:45:11.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2916 | 2024-08-06T07:45:11.368Z | |
2917 | 2024-08-06T07:45:11.368Z | info: running `cargo check --bins` on reconfigurator-cli (130/142) |
2918 | 2024-08-06T07:45:11.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2024-08-06T07:45:11.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2024-08-06T07:45:11.999Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2921 | 2024-08-06T07:45:13.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
2922 | 2024-08-06T07:45:13.287Z | |
2923 | 2024-08-06T07:45:13.287Z | info: running `cargo check --bins` on omicron-releng (131/142) |
2924 | 2024-08-06T07:45:16.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2024-08-06T07:45:16.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2024-08-06T07:45:16.812Z | Checking memmap2 v0.9.4 |
2927 | 2024-08-06T07:45:16.812Z | Checking arrayvec v0.7.4 |
2928 | 2024-08-06T07:45:16.812Z | Checking spin v0.5.2 |
2929 | 2024-08-06T07:45:16.812Z | Checking arrayref v0.3.7 |
2930 | 2024-08-06T07:45:16.812Z | Checking untrusted v0.7.1 |
2931 | 2024-08-06T07:45:16.812Z | Checking constant_time_eq v0.3.0 |
2932 | 2024-08-06T07:45:16.812Z | Checking cargo-platform v0.1.8 |
2933 | 2024-08-06T07:45:16.812Z | Checking topological-sort v0.2.2 |
2934 | 2024-08-06T07:45:16.812Z | Checking shell-words v1.1.0 |
2935 | 2024-08-06T07:45:16.813Z | Checking ring v0.16.20 |
2936 | 2024-08-06T07:45:16.813Z | Checking cargo_metadata v0.18.1 |
2937 | 2024-08-06T07:45:16.813Z | Checking blake3 v1.5.1 |
2938 | 2024-08-06T07:45:16.813Z | Checking omicron-zone-package v0.11.0 |
2939 | 2024-08-06T07:45:16.813Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2940 | 2024-08-06T07:45:17.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
2941 | 2024-08-06T07:45:17.563Z | |
2942 | 2024-08-06T07:45:17.563Z | info: running `cargo check --bins` on xtask (132/142) |
2943 | 2024-08-06T07:45:18.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2024-08-06T07:45:18.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2024-08-06T07:45:18.032Z | Checking serde v1.0.204 |
2946 | 2024-08-06T07:45:18.032Z | Checking thiserror v1.0.63 |
2947 | 2024-08-06T07:45:18.036Z | Checking scroll v0.12.0 |
2948 | 2024-08-06T07:45:18.036Z | Checking hashbrown v0.14.5 |
2949 | 2024-08-06T07:45:18.102Z | Checking log v0.4.21 |
2950 | 2024-08-06T07:45:18.105Z | Checking bitflags v2.6.0 |
2951 | 2024-08-06T07:45:18.105Z | Checking zerocopy v0.7.34 |
2952 | 2024-08-06T07:45:18.159Z | Checking syn v2.0.72 |
2953 | 2024-08-06T07:45:18.362Z | Checking fs-err v2.11.0 |
2954 | 2024-08-06T07:45:18.412Z | Checking rustix v0.38.34 |
2955 | 2024-08-06T07:45:18.551Z | Checking goblin v0.8.2 |
2956 | 2024-08-06T07:45:18.606Z | Checking tabled v0.15.0 |
2957 | 2024-08-06T07:45:19.105Z | Checking indexmap v2.3.0 |
2958 | 2024-08-06T07:45:19.365Z | Checking anyhow v1.0.86 |
2959 | 2024-08-06T07:45:19.413Z | Checking terminal_size v0.3.0 |
2960 | 2024-08-06T07:45:19.574Z | Checking clap_builder v4.5.13 |
2961 | 2024-08-06T07:45:21.940Z | Checking clap v4.5.13 |
2962 | 2024-08-06T07:45:22.348Z | Checking pest v2.7.10 |
2963 | 2024-08-06T07:45:22.393Z | Checking serde_json v1.0.122 |
2964 | 2024-08-06T07:45:22.393Z | Checking serde_spanned v0.6.7 |
2965 | 2024-08-06T07:45:22.396Z | Checking toml_datetime v0.6.8 |
2966 | 2024-08-06T07:45:22.396Z | Checking semver v1.0.23 |
2967 | 2024-08-06T07:45:22.396Z | Checking camino v1.1.7 |
2968 | 2024-08-06T07:45:22.396Z | Checking cargo-platform v0.1.8 |
2969 | 2024-08-06T07:45:22.396Z | Checking macaddr v1.0.1 |
2970 | 2024-08-06T07:45:22.712Z | Checking toml_edit v0.22.20 |
2971 | 2024-08-06T07:45:23.505Z | Checking dof v0.3.0 |
2972 | 2024-08-06T07:45:23.505Z | Checking cargo_metadata v0.18.1 |
2973 | 2024-08-06T07:45:24.050Z | Checking dtrace-parser v0.2.0 |
2974 | 2024-08-06T07:45:24.372Z | Checking usdt-impl v0.5.0 |
2975 | 2024-08-06T07:45:24.478Z | Checking toml v0.8.19 |
2976 | 2024-08-06T07:45:24.729Z | Checking usdt v0.5.0 |
2977 | 2024-08-06T07:45:24.978Z | Checking cargo_toml v0.20.4 |
2978 | 2024-08-06T07:45:26.196Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2979 | 2024-08-06T07:45:26.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
2980 | 2024-08-06T07:45:26.873Z | |
2981 | 2024-08-06T07:45:26.873Z | info: running `cargo check --bins` on end-to-end-tests (133/142) |
2982 | 2024-08-06T07:45:27.325Z | Downloading crates ... |
2983 | 2024-08-06T07:45:27.589Z | Downloaded option-ext v0.2.0 |
2984 | 2024-08-06T07:45:27.596Z | Downloaded dhcproto-macros v0.1.0 |
2985 | 2024-08-06T07:45:27.602Z | Downloaded aes-gcm v0.10.3 |
2986 | 2024-08-06T07:45:27.606Z | Downloaded russh-cryptovec v0.7.2 |
2987 | 2024-08-06T07:45:27.609Z | Downloaded rand_chacha v0.2.2 |
2988 | 2024-08-06T07:45:27.609Z | Downloaded primeorder v0.13.6 |
2989 | 2024-08-06T07:45:27.609Z | Downloaded cbc v0.1.2 |
2990 | 2024-08-06T07:45:27.614Z | Downloaded pbkdf2 v0.11.0 |
2991 | 2024-08-06T07:45:27.614Z | Downloaded rfc6979 v0.4.0 |
2992 | 2024-08-06T07:45:27.614Z | Downloaded polyval v0.6.2 |
2993 | 2024-08-06T07:45:27.618Z | Downloaded pbkdf2 v0.12.2 |
2994 | 2024-08-06T07:45:27.618Z | Downloaded ed25519 v2.2.3 |
2995 | 2024-08-06T07:45:27.618Z | Downloaded hex-literal v0.4.1 |
2996 | 2024-08-06T07:45:27.621Z | Downloaded bcrypt-pbkdf v0.10.0 |
2997 | 2024-08-06T07:45:27.621Z | Downloaded russh-keys v0.43.0 |
2998 | 2024-08-06T07:45:27.621Z | Downloaded ecdsa v0.16.9 |
2999 | 2024-08-06T07:45:27.625Z | Downloaded dirs v5.0.1 |
3000 | 2024-08-06T07:45:27.625Z | Downloaded password-hash v0.4.2 |
3001 | 2024-08-06T07:45:27.628Z | Downloaded ctr v0.9.2 |
3002 | 2024-08-06T07:45:27.628Z | Downloaded rand_core v0.5.1 |
3003 | 2024-08-06T07:45:27.628Z | Downloaded blowfish v0.9.1 |
3004 | 2024-08-06T07:45:27.632Z | Downloaded internet-checksum v0.2.1 |
3005 | 2024-08-06T07:45:27.632Z | Downloaded getrandom v0.1.16 |
3006 | 2024-08-06T07:45:27.635Z | Downloaded dirs-sys v0.4.1 |
3007 | 2024-08-06T07:45:27.635Z | Downloaded dhcproto v0.11.0 |
3008 | 2024-08-06T07:45:27.639Z | Downloaded md5 v0.7.0 |
3009 | 2024-08-06T07:45:27.639Z | Downloaded p256 v0.13.2 |
3010 | 2024-08-06T07:45:27.646Z | Downloaded ed25519-dalek v2.1.1 |
3011 | 2024-08-06T07:45:27.650Z | Downloaded ghash v0.5.1 |
3012 | 2024-08-06T07:45:27.650Z | Downloaded russh v0.43.0 |
3013 | 2024-08-06T07:45:27.650Z | Downloaded rand v0.7.3 |
3014 | 2024-08-06T07:45:27.654Z | Downloaded p521 v0.13.3 |
3015 | 2024-08-06T07:45:27.658Z | Downloaded aes v0.8.4 |
3016 | 2024-08-06T07:45:27.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-08-06T07:45:27.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-08-06T07:45:27.793Z | Compiling getrandom v0.1.16 |
3019 | 2024-08-06T07:45:27.894Z | Checking rfc6979 v0.4.0 |
3020 | 2024-08-06T07:45:27.905Z | Checking primeorder v0.13.6 |
3021 | 2024-08-06T07:45:27.908Z | Checking option-ext v0.2.0 |
3022 | 2024-08-06T07:45:27.909Z | Checking ed25519 v2.2.3 |
3023 | 2024-08-06T07:45:27.909Z | Checking polyval v0.6.2 |
3024 | 2024-08-06T07:45:27.909Z | Checking aes v0.8.4 |
3025 | 2024-08-06T07:45:27.909Z | Checking ctr v0.9.2 |
3026 | 2024-08-06T07:45:28.038Z | Checking ecdsa v0.16.9 |
3027 | 2024-08-06T07:45:28.118Z | Checking dirs-sys v0.4.1 |
3028 | 2024-08-06T07:45:28.197Z | Checking blowfish v0.9.1 |
3029 | 2024-08-06T07:45:28.214Z | Checking password-hash v0.4.2 |
3030 | 2024-08-06T07:45:28.230Z | Checking pbkdf2 v0.12.2 |
3031 | 2024-08-06T07:45:28.293Z | Checking dirs v5.0.1 |
3032 | 2024-08-06T07:45:28.388Z | Checking ed25519-dalek v2.1.1 |
3033 | 2024-08-06T07:45:28.405Z | Checking ghash v0.5.1 |
3034 | 2024-08-06T07:45:28.425Z | Checking bcrypt-pbkdf v0.10.0 |
3035 | 2024-08-06T07:45:28.443Z | Checking cbc v0.1.2 |
3036 | 2024-08-06T07:45:28.560Z | Checking russh-cryptovec v0.7.2 |
3037 | 2024-08-06T07:45:28.630Z | Checking pbkdf2 v0.11.0 |
3038 | 2024-08-06T07:45:28.647Z | Checking md5 v0.7.0 |
3039 | 2024-08-06T07:45:28.666Z | Checking hex-literal v0.4.1 |
3040 | 2024-08-06T07:45:28.722Z | Compiling dhcproto-macros v0.1.0 |
3041 | 2024-08-06T07:45:28.747Z | Checking p256 v0.13.2 |
3042 | 2024-08-06T07:45:28.764Z | Checking p521 v0.13.3 |
3043 | 2024-08-06T07:45:28.784Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3044 | 2024-08-06T07:45:28.810Z | Checking aes-gcm v0.10.3 |
3045 | 2024-08-06T07:45:28.856Z | Checking rand_core v0.5.1 |
3046 | 2024-08-06T07:45:28.895Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3047 | 2024-08-06T07:45:28.914Z | Checking internet-checksum v0.2.1 |
3048 | 2024-08-06T07:45:29.150Z | Checking rand_chacha v0.2.2 |
3049 | 2024-08-06T07:45:29.420Z | Checking rand v0.7.3 |
3050 | 2024-08-06T07:45:29.440Z | Checking dhcproto v0.11.0 |
3051 | 2024-08-06T07:45:30.411Z | Checking russh-keys v0.43.0 |
3052 | 2024-08-06T07:45:31.154Z | Checking russh v0.43.0 |
3053 | 2024-08-06T07:45:48.028Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3054 | 2024-08-06T07:45:49.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.44s |
3055 | 2024-08-06T07:45:49.498Z | |
3056 | 2024-08-06T07:45:49.498Z | info: running `cargo check --bins` on gateway-cli (134/142) |
3057 | 2024-08-06T07:45:50.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-08-06T07:45:50.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-08-06T07:45:50.132Z | Checking termios v0.3.3 |
3060 | 2024-08-06T07:45:50.333Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3061 | 2024-08-06T07:45:51.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
3062 | 2024-08-06T07:45:51.225Z | |
3063 | 2024-08-06T07:45:51.225Z | info: running `cargo check --bins --no-default-features` on installinator (135/142) |
3064 | 2024-08-06T07:45:51.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-08-06T07:45:51.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-08-06T07:45:51.917Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3067 | 2024-08-06T07:45:53.900Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3068 | 2024-08-06T07:45:55.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
3069 | 2024-08-06T07:45:55.807Z | |
3070 | 2024-08-06T07:45:55.807Z | info: running `cargo check --bins` on internal-dns-cli (136/142) |
3071 | 2024-08-06T07:45:56.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-08-06T07:45:56.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-08-06T07:45:56.436Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3074 | 2024-08-06T07:45:56.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
3075 | 2024-08-06T07:45:57.010Z | |
3076 | 2024-08-06T07:45:57.010Z | info: running `cargo check --bins` on omicron-package (137/142) |
3077 | 2024-08-06T07:45:57.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-08-06T07:45:57.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-08-06T07:45:57.661Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3080 | 2024-08-06T07:45:58.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
3081 | 2024-08-06T07:45:59.014Z | |
3082 | 2024-08-06T07:45:59.014Z | info: running `cargo check --bins` on wicket-dbg (138/142) |
3083 | 2024-08-06T07:45:59.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-08-06T07:45:59.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-08-06T07:45:59.696Z | Checking rtoolbox v0.0.2 |
3086 | 2024-08-06T07:45:59.699Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3087 | 2024-08-06T07:45:59.699Z | Checking tui-tree-widget v0.21.0 |
3088 | 2024-08-06T07:45:59.913Z | Checking rpassword v7.3.1 |
3089 | 2024-08-06T07:46:03.760Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3090 | 2024-08-06T07:46:06.611Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3091 | 2024-08-06T07:46:07.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.64s |
3092 | 2024-08-06T07:46:07.819Z | |
3093 | 2024-08-06T07:46:07.819Z | info: running `cargo check --bins` on wicket (139/142) |
3094 | 2024-08-06T07:46:08.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-08-06T07:46:08.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-08-06T07:46:08.493Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3097 | 2024-08-06T07:46:08.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3098 | 2024-08-06T07:46:08.997Z | |
3099 | 2024-08-06T07:46:08.997Z | info: running `cargo check --bins` on wicketd (140/142) |
3100 | 2024-08-06T07:46:09.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-08-06T07:46:09.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-08-06T07:46:09.686Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3103 | 2024-08-06T07:46:13.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
3104 | 2024-08-06T07:46:13.534Z | |
3105 | 2024-08-06T07:46:13.534Z | info: running `cargo check --bins` on omicron-workspace-hack (141/142) |
3106 | 2024-08-06T07:46:14.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-08-06T07:46:14.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-08-06T07:46:14.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3109 | 2024-08-06T07:46:14.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3110 | 2024-08-06T07:46:14.131Z | |
3111 | 2024-08-06T07:46:14.131Z | info: running `cargo check --bins` on zone-setup (142/142) |
3112 | 2024-08-06T07:46:14.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-08-06T07:46:14.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-08-06T07:46:14.850Z | Checking uzers v0.11.3 |
3115 | 2024-08-06T07:46:15.140Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3116 | 2024-08-06T07:46:16.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
3117 | 2024-08-06T07:46:16.346Z | |
3118 | 2024-08-06T07:46:16.346Z | real 10:40.822868478 |
3119 | 2024-08-06T07:46:16.346Z | user 22:37.001910479 |
3120 | 2024-08-06T07:46:16.349Z | sys 4:40.546046780 |
3121 | 2024-08-06T07:46:16.349Z | trap 0.481019982 |
3122 | 2024-08-06T07:46:16.349Z | tflt 2.656035020 |
3123 | 2024-08-06T07:46:16.349Z | dflt 2.223359696 |
3124 | 2024-08-06T07:46:16.349Z | kflt 0.002136736 |
3125 | 2024-08-06T07:46:16.349Z | lock 40:51.851851342 |
3126 | 2024-08-06T07:46:16.349Z | slp 1:50:34.228020050 |
3127 | 2024-08-06T07:46:16.349Z | lat 55.923346907 |
3128 | 2024-08-06T07:46:16.350Z | stop 2:42.421240723 |
3129 | 2024-08-06T07:46:16.350Z | process exited: duration 856442 ms, exit code 0 |
|
3130 | 2024-08-06T07:46:16.356Z | found 0 output files |