|
|
|
1 | 2024-09-04T16:07:03.610Z | job assigned to worker 01J6YWKEGSYCZZA8G04D6ZP2BB (queued for 23 s) |
|
2 | 2024-09-04T16:07:03.961Z | starting task 0: "setup" |
3 | 2024-09-04T16:07:03.984Z | ++ uname -s |
4 | 2024-09-04T16:07:03.984Z | + kern=SunOS |
5 | 2024-09-04T16:07:03.984Z | + case "$kern" in |
6 | 2024-09-04T16:07:03.984Z | + groupadd -g 12345 build |
7 | 2024-09-04T16:07:03.984Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-04T16:07:05.990Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-04T16:07:06.030Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-04T16:07:06.053Z | + home_fs=zfs |
11 | 2024-09-04T16:07:06.053Z | + [[ zfs == autofs ]] |
12 | 2024-09-04T16:07:06.054Z | + mkdir -p /home/build |
13 | 2024-09-04T16:07:06.054Z | + chown build:build /home/build /work |
14 | 2024-09-04T16:07:08.040Z | + chmod 0700 /home/build /work |
15 | 2024-09-04T16:07:08.063Z | process exited: duration 4083 ms, exit code 0 |
|
16 | 2024-09-04T16:07:08.110Z | starting task 1: "rust-toolchain" |
17 | 2024-09-04T16:07:08.134Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-04T16:07:08.134Z | * toolchain channel = "1.80.1" |
19 | 2024-09-04T16:07:08.134Z | * toolchain profile = "default" |
20 | 2024-09-04T16:07:08.134Z | ' 1.80.1 |
21 | 2024-09-04T16:07:08.134Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-04T16:07:08.134Z | ' default |
23 | 2024-09-04T16:07:08.134Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-04T16:07:08.134Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-04T16:07:08.260Z | info: downloading installer |
26 | 2024-09-04T16:07:08.671Z | info: profile set to 'default' |
27 | 2024-09-04T16:07:08.671Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-04T16:07:08.694Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-04T16:07:08.757Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-04T16:07:08.757Z | info: downloading component 'cargo' |
31 | 2024-09-04T16:07:08.895Z | info: downloading component 'clippy' |
32 | 2024-09-04T16:07:08.939Z | info: downloading component 'rust-docs' |
33 | 2024-09-04T16:07:09.111Z | info: downloading component 'rust-std' |
34 | 2024-09-04T16:07:09.345Z | info: downloading component 'rustc' |
35 | 2024-09-04T16:07:10.875Z | info: downloading component 'rustfmt' |
36 | 2024-09-04T16:07:10.986Z | info: installing component 'cargo' |
37 | 2024-09-04T16:07:12.064Z | info: installing component 'clippy' |
38 | 2024-09-04T16:07:12.506Z | info: installing component 'rust-docs' |
39 | 2024-09-04T16:07:15.143Z | info: installing component 'rust-std' |
40 | 2024-09-04T16:07:17.155Z | info: installing component 'rustc' |
41 | 2024-09-04T16:07:22.371Z | info: installing component 'rustfmt' |
42 | 2024-09-04T16:07:22.755Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-04T16:07:22.755Z | |
44 | 2024-09-04T16:07:22.901Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-04T16:07:22.901Z | |
46 | 2024-09-04T16:07:22.901Z | |
47 | 2024-09-04T16:07:22.901Z | Rust is installed now. Great! |
48 | 2024-09-04T16:07:22.901Z | |
49 | 2024-09-04T16:07:22.901Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-04T16:07:22.901Z | environment variable. This has not been done automatically. |
51 | 2024-09-04T16:07:22.901Z | |
52 | 2024-09-04T16:07:22.901Z | To configure your current shell, you need to source |
53 | 2024-09-04T16:07:22.901Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-04T16:07:22.901Z | |
55 | 2024-09-04T16:07:22.901Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-04T16:07:22.901Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-04T16:07:22.901Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-04T16:07:22.975Z | + rustc --version |
59 | 2024-09-04T16:07:23.083Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-04T16:07:23.108Z | process exited: duration 14976 ms, exit code 0 |
|
61 | 2024-09-04T16:07:23.160Z | starting task 2: "authentication" |
62 | 2024-09-04T16:07:23.212Z | process exited: duration 55 ms, exit code 0 |
|
63 | 2024-09-04T16:07:23.259Z | starting task 3: "clone repository" |
64 | 2024-09-04T16:07:23.283Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-04T16:07:23.283Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-04T16:07:23.306Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-04T16:07:28.628Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-04T16:07:28.629Z | + git fetch origin 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e |
69 | 2024-09-04T16:07:29.064Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-04T16:07:29.064Z | * branch 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e -> FETCH_HEAD |
71 | 2024-09-04T16:07:29.087Z | + [[ -n eliza/boot-on-fault-isnt-just-a-bool ]] |
72 | 2024-09-04T16:07:29.088Z | ++ git branch --show-current |
73 | 2024-09-04T16:07:29.088Z | + current=main |
74 | 2024-09-04T16:07:29.088Z | + [[ main != eliza/boot-on-fault-isnt-just-a-bool ]] |
75 | 2024-09-04T16:07:29.088Z | + git branch -f eliza/boot-on-fault-isnt-just-a-bool 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e |
76 | 2024-09-04T16:07:29.111Z | + git checkout -f eliza/boot-on-fault-isnt-just-a-bool |
77 | 2024-09-04T16:07:29.271Z | Switched to branch 'eliza/boot-on-fault-isnt-just-a-bool' |
78 | 2024-09-04T16:07:29.294Z | + git reset --hard 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e |
79 | 2024-09-04T16:07:29.317Z | HEAD is now at 86b0ae678 actually we can just leave it null for now |
80 | 2024-09-04T16:07:29.317Z | process exited: duration 6040 ms, exit code 0 |
|
81 | 2024-09-04T16:07:29.364Z | starting task 4: "build" |
82 | 2024-09-04T16:07:29.388Z | + cargo --version |
83 | 2024-09-04T16:07:29.437Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-04T16:07:29.460Z | + rustc --version |
85 | 2024-09-04T16:07:29.512Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-04T16:07:29.536Z | + source ./env.sh |
87 | 2024-09-04T16:07:29.536Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-04T16:07:29.536Z | ++ set -o xtrace |
89 | 2024-09-04T16:07:29.536Z | ++++ dirname ./env.sh |
90 | 2024-09-04T16:07:29.536Z | +++ readlink -f . |
91 | 2024-09-04T16:07:29.536Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-04T16:07:29.536Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-09-04T16:07:29.536Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-09-04T16:07:29.536Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-09-04T16:07:29.536Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-09-04T16:07:29.536Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-09-04T16:07:29.536Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-09-04T16:07:29.536Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-09-04T16:07:29.536Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-09-04T16:07:29.536Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-04T16:07:29.536Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-04T16:07:29.536Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
103 | 2024-09-04T16:07:29.536Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
104 | 2024-09-04T16:07:29.536Z | + banner prerequisites |
105 | 2024-09-04T16:07:29.536Z | |
106 | 2024-09-04T16:07:29.536Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-09-04T16:07:29.536Z | # # # # # # # # # # # # # # # |
108 | 2024-09-04T16:07:29.536Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-09-04T16:07:29.536Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-09-04T16:07:29.536Z | # # # # # # # # # # # # # # # |
111 | 2024-09-04T16:07:29.536Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-09-04T16:07:29.536Z | |
113 | 2024-09-04T16:07:29.536Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-09-04T16:07:34.870Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-09-04T16:07:37.680Z | Startup: Caching catalogs ... Done |
116 | 2024-09-04T16:07:40.068Z | Planning: Solver setup ... Done (1.698s) |
117 | 2024-09-04T16:07:40.098Z | Planning: Running solver ... Done (0.030s) |
118 | 2024-09-04T16:07:40.134Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-09-04T16:07:40.230Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-09-04T16:07:40.688Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-09-04T16:07:40.815Z | Planning: Package planning ... Done (0.127s) |
122 | 2024-09-04T16:07:40.884Z | Planning: Merging actions ... Done (0.068s) |
123 | 2024-09-04T16:07:41.146Z | Planning: Checking for conflicting actions ... Done (0.262s) |
124 | 2024-09-04T16:07:42.193Z | Planning: Consolidating action changes ... Done (1.047s) |
125 | 2024-09-04T16:07:42.611Z | Planning: Evaluating mediators ... Done (0.417s) |
126 | 2024-09-04T16:07:42.706Z | Planning: Planning completed in 4.96 seconds |
127 | 2024-09-04T16:07:42.729Z | Packages to install: 4 |
128 | 2024-09-04T16:07:42.730Z | Packages to update: 1 |
129 | 2024-09-04T16:07:42.730Z | Mediators to change: 2 |
130 | 2024-09-04T16:07:42.730Z | Services to change: 1 |
131 | 2024-09-04T16:07:42.730Z | Estimated space available: 148.82 GB |
132 | 2024-09-04T16:07:42.730Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-09-04T16:07:42.730Z | Create boot environment: No |
134 | 2024-09-04T16:07:42.730Z | Create backup boot environment: Yes |
135 | 2024-09-04T16:07:42.730Z | Rebuild boot archive: No |
136 | 2024-09-04T16:07:42.730Z | |
137 | 2024-09-04T16:07:42.730Z | Changed mediators: |
138 | 2024-09-04T16:07:42.730Z | mediator clang: |
139 | 2024-09-04T16:07:42.730Z | version: None -> 15 (system default) |
140 | 2024-09-04T16:07:42.730Z | |
141 | 2024-09-04T16:07:42.730Z | mediator llvm: |
142 | 2024-09-04T16:07:42.730Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-09-04T16:07:42.730Z | |
144 | 2024-09-04T16:07:42.730Z | Changed packages: |
145 | 2024-09-04T16:07:42.730Z | helios-dev |
146 | 2024-09-04T16:07:42.730Z | developer/build-essential |
147 | 2024-09-04T16:07:42.730Z | None -> 11-2.0 |
148 | 2024-09-04T16:07:42.730Z | library/libxmlsec1 |
149 | 2024-09-04T16:07:42.730Z | None -> 1.2.35-2.0 |
150 | 2024-09-04T16:07:42.730Z | ooce/developer/clang-15 |
151 | 2024-09-04T16:07:42.730Z | None -> 15.0.7-2.0 |
152 | 2024-09-04T16:07:42.730Z | ooce/developer/llvm-15 |
153 | 2024-09-04T16:07:42.730Z | None -> 15.0.7-2.0 |
154 | 2024-09-04T16:07:42.730Z | package/pkg |
155 | 2024-09-04T16:07:42.730Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-09-04T16:07:42.730Z | |
157 | 2024-09-04T16:07:42.730Z | Services: |
158 | 2024-09-04T16:07:42.730Z | restart_fmri: |
159 | 2024-09-04T16:07:42.730Z | svc:/system/update-man-index:default |
160 | 2024-09-04T16:07:42.730Z | |
161 | 2024-09-04T16:07:42.730Z | Editable files to change: |
162 | 2024-09-04T16:07:42.730Z | Update: |
163 | 2024-09-04T16:07:42.730Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-09-04T16:07:42.797Z | |
165 | 2024-09-04T16:07:42.797Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-09-04T16:07:47.799Z | Download: 651/4281 items 18.0/220.6MB 8% complete (3.8M/s) |
167 | 2024-09-04T16:07:52.799Z | Download: 1192/4281 items 71.7/220.6MB 32% complete (7.2M/s) |
168 | 2024-09-04T16:07:57.804Z | Download: 2100/4281 items 118.9/220.6MB 53% complete (10.1M/s) |
169 | 2024-09-04T16:08:02.805Z | Download: 3187/4281 items 152.6/220.6MB 69% complete (8.1M/s) |
170 | 2024-09-04T16:08:07.805Z | Download: 3891/4281 items 218.9/220.6MB 99% complete (10.0M/s) |
171 | 2024-09-04T16:08:09.001Z | Download: Completed 220.60 MB in 26.20 seconds (8.4M/s) |
172 | 2024-09-04T16:08:10.470Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-09-04T16:08:10.493Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-09-04T16:08:15.482Z | Actions: 2944/5063 actions (Installing new actions) |
175 | 2024-09-04T16:08:16.153Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-09-04T16:08:16.523Z | Actions: Completed 5063 actions in 6.05 seconds. |
177 | 2024-09-04T16:08:16.917Z | Done (0.384s) |
178 | 2024-09-04T16:08:16.940Z | Done (0.000s) |
179 | 2024-09-04T16:08:17.373Z | Done (0.455s) |
180 | 2024-09-04T16:08:22.526Z | Done (5.011s) |
181 | 2024-09-04T16:08:22.630Z | Done (0.019s) |
182 | 2024-09-04T16:08:22.654Z | Done (0.000s) |
183 | 2024-09-04T16:08:22.811Z | Done (0.000s) |
184 | 2024-09-04T16:08:23.462Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-09-04T16:08:23.689Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-09-04T16:08:23.712Z | Planning: Consolidating action changes ... Done |
187 | 2024-09-04T16:08:24.056Z | Planning: Evaluating mediators ... Done |
188 | 2024-09-04T16:08:24.080Z | Planning: Planning completed in 0.59 seconds |
189 | 2024-09-04T16:08:24.103Z | Mediators to change: 2 |
190 | 2024-09-04T16:08:24.103Z | Create boot environment: No |
191 | 2024-09-04T16:08:24.103Z | Create backup boot environment: No |
192 | 2024-09-04T16:08:24.165Z | Done |
193 | 2024-09-04T16:08:24.165Z | Done |
194 | 2024-09-04T16:08:24.449Z | Done |
195 | 2024-09-04T16:08:28.766Z | Done |
196 | 2024-09-04T16:08:28.862Z | Done |
197 | 2024-09-04T16:08:28.886Z | Done |
198 | 2024-09-04T16:08:28.950Z | Done |
199 | 2024-09-04T16:08:29.691Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-09-04T16:08:29.716Z | Planning: Merging actions ... Done |
201 | 2024-09-04T16:08:29.929Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-09-04T16:08:29.953Z | Planning: Consolidating action changes ... Done |
203 | 2024-09-04T16:08:30.254Z | Planning: Evaluating mediators ... Done |
204 | 2024-09-04T16:08:30.323Z | Planning: Planning completed in 0.93 seconds |
205 | 2024-09-04T16:08:30.370Z | Packages to change: 1 |
206 | 2024-09-04T16:08:30.370Z | Mediators to change: 1 |
207 | 2024-09-04T16:08:30.370Z | Services to change: 1 |
208 | 2024-09-04T16:08:30.370Z | Create boot environment: No |
209 | 2024-09-04T16:08:30.394Z | Create backup boot environment: Yes |
210 | 2024-09-04T16:08:31.881Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-09-04T16:08:31.907Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-09-04T16:08:31.907Z | Done |
213 | 2024-09-04T16:08:31.907Z | Done |
214 | 2024-09-04T16:08:31.977Z | Done |
215 | 2024-09-04T16:08:36.338Z | Done |
216 | 2024-09-04T16:08:36.441Z | Done |
217 | 2024-09-04T16:08:36.465Z | Done |
218 | 2024-09-04T16:08:36.527Z | Done |
219 | 2024-09-04T16:08:37.035Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-09-04T16:08:37.035Z | clang system 15 system |
221 | 2024-09-04T16:08:37.036Z | csh system system illumos |
222 | 2024-09-04T16:08:37.036Z | ctags system system illumos |
223 | 2024-09-04T16:08:37.036Z | gcc vendor 12 vendor |
224 | 2024-09-04T16:08:37.036Z | gcc system 10 system |
225 | 2024-09-04T16:08:37.036Z | gcc system 7 system |
226 | 2024-09-04T16:08:37.036Z | go system 1.20 system |
227 | 2024-09-04T16:08:37.036Z | go system 1.19 system |
228 | 2024-09-04T16:08:37.036Z | llvm system 15 system |
229 | 2024-09-04T16:08:37.036Z | llvm system 14 system |
230 | 2024-09-04T16:08:37.036Z | mariadb system 10.6 system |
231 | 2024-09-04T16:08:37.036Z | mta vendor vendor dma |
232 | 2024-09-04T16:08:37.036Z | openjdk system 17 system |
233 | 2024-09-04T16:08:37.036Z | openjdk system 11 system |
234 | 2024-09-04T16:08:37.036Z | openjdk system 1.8 system |
235 | 2024-09-04T16:08:37.036Z | openssl vendor 3 vendor |
236 | 2024-09-04T16:08:37.036Z | perl system 5.36 system |
237 | 2024-09-04T16:08:37.036Z | postgresql system 15 system |
238 | 2024-09-04T16:08:37.036Z | postgresql system 13 system |
239 | 2024-09-04T16:08:37.036Z | python vendor 3 vendor |
240 | 2024-09-04T16:08:37.036Z | python system 2 system |
241 | 2024-09-04T16:08:37.036Z | python3 system 3.11 system |
242 | 2024-09-04T16:08:37.036Z | ruby system 3.0 system |
243 | 2024-09-04T16:08:37.036Z | words vendor vendor american-english |
244 | 2024-09-04T16:08:37.036Z | words system system australian-english |
245 | 2024-09-04T16:08:37.036Z | words system system british-english |
246 | 2024-09-04T16:08:37.036Z | words system system canadian-english |
247 | 2024-09-04T16:08:37.036Z | words system system french |
248 | 2024-09-04T16:08:37.036Z | words system system italian |
249 | 2024-09-04T16:08:37.036Z | words system system ngerman |
250 | 2024-09-04T16:08:37.036Z | words system system ogerman |
251 | 2024-09-04T16:08:37.036Z | words system system spanish |
252 | 2024-09-04T16:08:37.431Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-09-04T16:08:37.431Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-09-04T16:08:39.606Z | FMRI IFO |
255 | 2024-09-04T16:08:39.606Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-09-04T16:08:39.606Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-09-04T16:08:39.606Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-09-04T16:08:39.606Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-09-04T16:08:39.606Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-09-04T16:08:39.606Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-09-04T16:08:39.606Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-09-04T16:08:39.606Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-09-04T16:08:39.606Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-09-04T16:08:39.606Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-09-04T16:08:39.606Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-09-04T16:08:39.606Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-09-04T16:08:39.606Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-09-04T16:08:40.288Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-09-04T16:08:40.735Z | Updating crates.io index |
270 | 2024-09-04T16:08:40.799Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
271 | 2024-09-04T16:08:41.662Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-09-04T16:08:42.532Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-09-04T16:08:43.022Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
274 | 2024-09-04T16:08:44.742Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-09-04T16:08:45.098Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-09-04T16:08:45.431Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-09-04T16:08:46.754Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-09-04T16:08:49.168Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-09-04T16:08:50.321Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-09-04T16:08:51.060Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-09-04T16:08:51.464Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-09-04T16:08:52.166Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2024-09-04T16:08:52.544Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
284 | 2024-09-04T16:08:53.051Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
285 | 2024-09-04T16:08:53.524Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-09-04T16:08:53.947Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-09-04T16:08:54.317Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-09-04T16:08:54.641Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-09-04T16:08:55.005Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2024-09-04T16:08:55.390Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-09-04T16:08:55.848Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-09-04T16:08:56.288Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-09-04T16:08:56.726Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-09-04T16:08:57.245Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-09-04T16:08:57.725Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-09-04T16:08:58.425Z | Updating git repository `https://github.com/oxidecomputer/typify` |
297 | 2024-09-04T16:09:00.969Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-09-04T16:09:01.337Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-09-04T16:09:01.730Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-09-04T16:09:02.191Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
301 | 2024-09-04T16:09:03.627Z | Downloading crates ... |
302 | 2024-09-04T16:09:03.711Z | Downloaded bytecount v0.6.8 |
303 | 2024-09-04T16:09:03.736Z | Downloaded anstyle-query v1.0.3 |
304 | 2024-09-04T16:09:03.736Z | Downloaded swrite v0.1.0 |
305 | 2024-09-04T16:09:03.736Z | Downloaded is_terminal_polyfill v1.70.0 |
306 | 2024-09-04T16:09:03.736Z | Downloaded scroll v0.12.0 |
307 | 2024-09-04T16:09:03.736Z | Downloaded dof v0.3.0 |
308 | 2024-09-04T16:09:03.736Z | Downloaded usdt v0.5.0 |
309 | 2024-09-04T16:09:03.736Z | Downloaded thiserror v1.0.63 |
310 | 2024-09-04T16:09:03.736Z | Downloaded utf8parse v0.2.1 |
311 | 2024-09-04T16:09:03.760Z | Downloaded zerocopy-derive v0.7.34 |
312 | 2024-09-04T16:09:03.760Z | Downloaded semver v1.0.23 |
313 | 2024-09-04T16:09:03.760Z | Downloaded version_check v0.9.5 |
314 | 2024-09-04T16:09:03.760Z | Downloaded ucd-trie v0.1.6 |
315 | 2024-09-04T16:09:03.760Z | Downloaded thiserror-impl v1.0.63 |
316 | 2024-09-04T16:09:03.760Z | Downloaded sha2 v0.10.8 |
317 | 2024-09-04T16:09:03.760Z | Downloaded toml_datetime v0.6.8 |
318 | 2024-09-04T16:09:03.760Z | Downloaded toml v0.8.19 |
319 | 2024-09-04T16:09:03.783Z | Downloaded unicode-ident v1.0.12 |
320 | 2024-09-04T16:09:03.783Z | Downloaded winnow v0.6.18 |
321 | 2024-09-04T16:09:03.783Z | Downloaded serde v1.0.208 |
322 | 2024-09-04T16:09:03.806Z | Downloaded zerocopy v0.7.34 |
323 | 2024-09-04T16:09:03.807Z | Downloaded unicode-width v0.1.13 |
324 | 2024-09-04T16:09:03.833Z | Downloaded rustix v0.38.34 |
325 | 2024-09-04T16:09:03.856Z | Downloaded libc v0.2.158 |
326 | 2024-09-04T16:09:03.879Z | Downloaded tabled v0.15.0 |
327 | 2024-09-04T16:09:03.902Z | Downloaded syn v2.0.74 |
328 | 2024-09-04T16:09:03.902Z | Downloaded syn v1.0.109 |
329 | 2024-09-04T16:09:03.902Z | Downloaded serde_json v1.0.125 |
330 | 2024-09-04T16:09:03.926Z | Downloaded goblin v0.8.2 |
331 | 2024-09-04T16:09:03.926Z | Downloaded clap_builder v4.5.15 |
332 | 2024-09-04T16:09:03.926Z | Downloaded pest v2.7.10 |
333 | 2024-09-04T16:09:03.949Z | Downloaded memchr v2.7.2 |
334 | 2024-09-04T16:09:03.949Z | Downloaded hashbrown v0.14.5 |
335 | 2024-09-04T16:09:03.949Z | Downloaded typenum v1.17.0 |
336 | 2024-09-04T16:09:03.949Z | Downloaded toml_edit v0.22.20 |
337 | 2024-09-04T16:09:03.989Z | Downloaded ryu v1.0.18 |
338 | 2024-09-04T16:09:03.989Z | Downloaded quote v1.0.36 |
339 | 2024-09-04T16:09:03.990Z | Downloaded pest_meta v2.7.10 |
340 | 2024-09-04T16:09:03.990Z | Downloaded indexmap v2.4.0 |
341 | 2024-09-04T16:09:03.990Z | Downloaded textwrap v0.16.1 |
342 | 2024-09-04T16:09:03.990Z | Downloaded papergrid v0.11.0 |
343 | 2024-09-04T16:09:03.990Z | Downloaded log v0.4.21 |
344 | 2024-09-04T16:09:03.990Z | Downloaded tempfile v3.10.1 |
345 | 2024-09-04T16:09:03.990Z | Downloaded serde_tokenstream v0.2.2 |
346 | 2024-09-04T16:09:04.014Z | Downloaded serde_derive v1.0.208 |
347 | 2024-09-04T16:09:04.014Z | Downloaded proc-macro2 v1.0.86 |
348 | 2024-09-04T16:09:04.014Z | Downloaded proc-macro-error-attr v1.0.4 |
349 | 2024-09-04T16:09:04.014Z | Downloaded once_cell v1.19.0 |
350 | 2024-09-04T16:09:04.014Z | Downloaded clap v4.5.16 |
351 | 2024-09-04T16:09:04.014Z | Downloaded cargo_metadata v0.18.1 |
352 | 2024-09-04T16:09:04.014Z | Downloaded camino-tempfile v1.1.1 |
353 | 2024-09-04T16:09:04.014Z | Downloaded pest_generator v2.7.10 |
354 | 2024-09-04T16:09:04.014Z | Downloaded usdt-macro v0.5.0 |
355 | 2024-09-04T16:09:04.039Z | Downloaded usdt-impl v0.5.0 |
356 | 2024-09-04T16:09:04.039Z | Downloaded usdt-attr-macro v0.5.0 |
357 | 2024-09-04T16:09:04.039Z | Downloaded smawk v0.3.2 |
358 | 2024-09-04T16:09:04.039Z | Downloaded serde_spanned v0.6.7 |
359 | 2024-09-04T16:09:04.039Z | Downloaded scroll_derive v0.12.0 |
360 | 2024-09-04T16:09:04.040Z | Downloaded proc-macro-error v1.0.4 |
361 | 2024-09-04T16:09:04.040Z | Downloaded pretty-hex v0.4.1 |
362 | 2024-09-04T16:09:04.040Z | Downloaded pest_derive v2.7.10 |
363 | 2024-09-04T16:09:04.040Z | Downloaded itoa v1.0.11 |
364 | 2024-09-04T16:09:04.040Z | Downloaded heck v0.4.1 |
365 | 2024-09-04T16:09:04.040Z | Downloaded generic-array v0.14.7 |
366 | 2024-09-04T16:09:04.040Z | Downloaded errno v0.3.9 |
367 | 2024-09-04T16:09:04.040Z | Downloaded cpufeatures v0.2.12 |
368 | 2024-09-04T16:09:04.040Z | Downloaded clap_lex v0.7.0 |
369 | 2024-09-04T16:09:04.040Z | Downloaded clap_derive v4.5.13 |
370 | 2024-09-04T16:09:04.040Z | Downloaded unicode-linebreak v0.1.5 |
371 | 2024-09-04T16:09:04.040Z | Downloaded terminal_size v0.3.0 |
372 | 2024-09-04T16:09:04.065Z | Downloaded plain v0.2.3 |
373 | 2024-09-04T16:09:04.065Z | Downloaded fnv v1.0.7 |
374 | 2024-09-04T16:09:04.065Z | Downloaded cfg-if v1.0.0 |
375 | 2024-09-04T16:09:04.065Z | Downloaded cargo_toml v0.20.4 |
376 | 2024-09-04T16:09:04.065Z | Downloaded camino v1.1.9 |
377 | 2024-09-04T16:09:04.065Z | Downloaded bitflags v2.6.0 |
378 | 2024-09-04T16:09:04.065Z | Downloaded anyhow v1.0.86 |
379 | 2024-09-04T16:09:04.065Z | Downloaded tabled_derive v0.7.0 |
380 | 2024-09-04T16:09:04.065Z | Downloaded heck v0.5.0 |
381 | 2024-09-04T16:09:04.065Z | Downloaded fs-err v2.11.0 |
382 | 2024-09-04T16:09:04.065Z | Downloaded dtrace-parser v0.2.0 |
383 | 2024-09-04T16:09:04.065Z | Downloaded thread-id v4.2.1 |
384 | 2024-09-04T16:09:04.065Z | Downloaded strsim v0.11.1 |
385 | 2024-09-04T16:09:04.065Z | Downloaded memmap v0.7.0 |
386 | 2024-09-04T16:09:04.065Z | Downloaded fastrand v2.1.0 |
387 | 2024-09-04T16:09:04.065Z | Downloaded digest v0.10.7 |
388 | 2024-09-04T16:09:04.089Z | Downloaded crypto-common v0.1.6 |
389 | 2024-09-04T16:09:04.089Z | Downloaded cargo-platform v0.1.8 |
390 | 2024-09-04T16:09:04.089Z | Downloaded macaddr v1.0.1 |
391 | 2024-09-04T16:09:04.090Z | Downloaded colorchoice v1.0.1 |
392 | 2024-09-04T16:09:04.090Z | Downloaded anstyle-parse v0.2.4 |
393 | 2024-09-04T16:09:04.090Z | Downloaded anstream v0.6.14 |
394 | 2024-09-04T16:09:04.090Z | Downloaded equivalent v1.0.1 |
395 | 2024-09-04T16:09:04.090Z | Downloaded byteorder v1.5.0 |
396 | 2024-09-04T16:09:04.090Z | Downloaded block-buffer v0.10.4 |
397 | 2024-09-04T16:09:04.090Z | Downloaded autocfg v1.3.0 |
398 | 2024-09-04T16:09:04.090Z | Downloaded anstyle v1.0.8 |
399 | 2024-09-04T16:09:04.198Z | Compiling proc-macro2 v1.0.86 |
400 | 2024-09-04T16:09:04.198Z | Compiling unicode-ident v1.0.12 |
401 | 2024-09-04T16:09:04.199Z | Compiling serde v1.0.208 |
402 | 2024-09-04T16:09:04.223Z | Compiling version_check v0.9.5 |
403 | 2024-09-04T16:09:04.223Z | Compiling memchr v2.7.2 |
404 | 2024-09-04T16:09:04.223Z | Compiling thiserror v1.0.63 |
405 | 2024-09-04T16:09:04.223Z | Compiling libc v0.2.158 |
406 | 2024-09-04T16:09:04.223Z | Compiling itoa v1.0.11 |
407 | 2024-09-04T16:09:04.475Z | Compiling ucd-trie v0.1.6 |
408 | 2024-09-04T16:09:04.560Z | Compiling ryu v1.0.18 |
409 | 2024-09-04T16:09:04.896Z | Compiling once_cell v1.19.0 |
410 | 2024-09-04T16:09:05.062Z | Compiling byteorder v1.5.0 |
411 | 2024-09-04T16:09:05.122Z | Compiling rustix v0.38.34 |
412 | 2024-09-04T16:09:05.272Z | Compiling serde_json v1.0.125 |
413 | 2024-09-04T16:09:05.575Z | Compiling bitflags v2.6.0 |
414 | 2024-09-04T16:09:05.612Z | Compiling usdt-impl v0.5.0 |
415 | 2024-09-04T16:09:05.768Z | Compiling quote v1.0.36 |
416 | 2024-09-04T16:09:05.825Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-09-04T16:09:05.915Z | Compiling syn v1.0.109 |
418 | 2024-09-04T16:09:05.991Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-09-04T16:09:06.116Z | Compiling errno v0.3.9 |
420 | 2024-09-04T16:09:06.140Z | Compiling syn v2.0.74 |
421 | 2024-09-04T16:09:06.334Z | Compiling hashbrown v0.14.5 |
422 | 2024-09-04T16:09:06.358Z | Compiling plain v0.2.3 |
423 | 2024-09-04T16:09:06.418Z | Compiling log v0.4.21 |
424 | 2024-09-04T16:09:06.567Z | Compiling thread-id v4.2.1 |
425 | 2024-09-04T16:09:06.622Z | Compiling utf8parse v0.2.1 |
426 | 2024-09-04T16:09:06.650Z | Compiling equivalent v1.0.1 |
427 | 2024-09-04T16:09:06.674Z | Compiling camino v1.1.9 |
428 | 2024-09-04T16:09:06.755Z | Compiling anstyle-parse v0.2.4 |
429 | 2024-09-04T16:09:07.046Z | Compiling is_terminal_polyfill v1.70.0 |
430 | 2024-09-04T16:09:07.172Z | Compiling colorchoice v1.0.1 |
431 | 2024-09-04T16:09:07.319Z | Compiling unicode-width v0.1.13 |
432 | 2024-09-04T16:09:07.346Z | Compiling semver v1.0.23 |
433 | 2024-09-04T16:09:07.371Z | Compiling pretty-hex v0.4.1 |
434 | 2024-09-04T16:09:07.398Z | Compiling autocfg v1.3.0 |
435 | 2024-09-04T16:09:07.563Z | Compiling indexmap v2.4.0 |
436 | 2024-09-04T16:09:07.603Z | Compiling winnow v0.6.18 |
437 | 2024-09-04T16:09:07.637Z | Compiling anstyle v1.0.8 |
438 | 2024-09-04T16:09:07.871Z | Compiling anstyle-query v1.0.3 |
439 | 2024-09-04T16:09:08.016Z | Compiling anstream v0.6.14 |
440 | 2024-09-04T16:09:08.336Z | Compiling fs-err v2.11.0 |
441 | 2024-09-04T16:09:08.361Z | Compiling terminal_size v0.3.0 |
442 | 2024-09-04T16:09:08.626Z | Compiling fnv v1.0.7 |
443 | 2024-09-04T16:09:08.665Z | Compiling heck v0.5.0 |
444 | 2024-09-04T16:09:08.719Z | Compiling bytecount v0.6.8 |
445 | 2024-09-04T16:09:08.765Z | Compiling fastrand v2.1.0 |
446 | 2024-09-04T16:09:08.849Z | Compiling cfg-if v1.0.0 |
447 | 2024-09-04T16:09:08.931Z | Compiling strsim v0.11.1 |
448 | 2024-09-04T16:09:08.956Z | Compiling clap_lex v0.7.0 |
449 | 2024-09-04T16:09:08.994Z | Compiling anyhow v1.0.86 |
450 | 2024-09-04T16:09:09.152Z | Compiling heck v0.4.1 |
451 | 2024-09-04T16:09:09.438Z | Compiling clap_builder v4.5.15 |
452 | 2024-09-04T16:09:09.618Z | Compiling tempfile v3.10.1 |
453 | 2024-09-04T16:09:09.747Z | Compiling papergrid v0.11.0 |
454 | 2024-09-04T16:09:09.905Z | Compiling memmap v0.7.0 |
455 | 2024-09-04T16:09:09.930Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-09-04T16:09:10.235Z | Compiling smawk v0.3.2 |
457 | 2024-09-04T16:09:10.428Z | Compiling textwrap v0.16.1 |
458 | 2024-09-04T16:09:10.784Z | Compiling swrite v0.1.0 |
459 | 2024-09-04T16:09:11.794Z | Compiling tabled_derive v0.7.0 |
460 | 2024-09-04T16:09:13.282Z | Compiling tabled v0.15.0 |
461 | 2024-09-04T16:09:13.986Z | Compiling serde_derive v1.0.208 |
462 | 2024-09-04T16:09:13.986Z | Compiling thiserror-impl v1.0.63 |
463 | 2024-09-04T16:09:13.986Z | Compiling zerocopy-derive v0.7.34 |
464 | 2024-09-04T16:09:13.986Z | Compiling scroll_derive v0.12.0 |
465 | 2024-09-04T16:09:13.986Z | Compiling clap_derive v4.5.13 |
466 | 2024-09-04T16:09:15.114Z | Compiling scroll v0.12.0 |
467 | 2024-09-04T16:09:15.578Z | Compiling goblin v0.8.2 |
468 | 2024-09-04T16:09:15.818Z | Compiling zerocopy v0.7.34 |
469 | 2024-09-04T16:09:16.626Z | Compiling pest v2.7.10 |
470 | 2024-09-04T16:09:17.234Z | Compiling clap v4.5.16 |
471 | 2024-09-04T16:09:18.597Z | Compiling pest_meta v2.7.10 |
472 | 2024-09-04T16:09:19.569Z | Compiling pest_generator v2.7.10 |
473 | 2024-09-04T16:09:21.282Z | Compiling pest_derive v2.7.10 |
474 | 2024-09-04T16:09:21.928Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-09-04T16:09:23.269Z | Compiling serde_spanned v0.6.7 |
476 | 2024-09-04T16:09:23.269Z | Compiling toml_datetime v0.6.8 |
477 | 2024-09-04T16:09:23.292Z | Compiling cargo-platform v0.1.8 |
478 | 2024-09-04T16:09:23.666Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-09-04T16:09:23.691Z | Compiling toml_edit v0.22.20 |
480 | 2024-09-04T16:09:23.776Z | Compiling macaddr v1.0.1 |
481 | 2024-09-04T16:09:23.922Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-09-04T16:09:24.802Z | Compiling dof v0.3.0 |
483 | 2024-09-04T16:09:24.802Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-09-04T16:09:26.180Z | Compiling toml v0.8.19 |
485 | 2024-09-04T16:09:26.487Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-09-04T16:09:26.487Z | Compiling usdt-macro v0.5.0 |
487 | 2024-09-04T16:09:26.956Z | Compiling cargo_toml v0.20.4 |
488 | 2024-09-04T16:09:27.687Z | Compiling usdt v0.5.0 |
489 | 2024-09-04T16:09:31.086Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-09-04T16:09:35.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.99s |
491 | 2024-09-04T16:09:36.228Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-09-04T16:09:36.978Z | Downloading crates ... |
493 | 2024-09-04T16:09:37.104Z | Downloaded adler v1.0.2 |
494 | 2024-09-04T16:09:37.696Z | Downloaded argon2 v0.5.3 |
495 | 2024-09-04T16:09:37.696Z | Downloaded nodrop v0.1.14 |
496 | 2024-09-04T16:09:37.696Z | Downloaded rustfmt-wrapper v0.2.1 |
497 | 2024-09-04T16:09:37.696Z | Downloaded rusty-fork v0.3.0 |
498 | 2024-09-04T16:09:37.696Z | Downloaded schemars_derive v0.8.21 |
499 | 2024-09-04T16:09:37.696Z | Downloaded scrypt v0.11.0 |
500 | 2024-09-04T16:09:37.696Z | Downloaded tower-service v0.3.2 |
501 | 2024-09-04T16:09:37.696Z | Downloaded zone_cfg_derive v0.1.2 |
502 | 2024-09-04T16:09:37.696Z | Downloaded xattr v1.3.1 |
503 | 2024-09-04T16:09:37.697Z | Downloaded whoami v1.5.1 |
504 | 2024-09-04T16:09:37.697Z | Downloaded derive_builder_macro v0.20.0 |
505 | 2024-09-04T16:09:37.697Z | Downloaded unicase v2.7.0 |
506 | 2024-09-04T16:09:37.697Z | Downloaded strum_macros v0.25.3 |
507 | 2024-09-04T16:09:37.697Z | Downloaded deranged v0.3.11 |
508 | 2024-09-04T16:09:37.697Z | Downloaded precomputed-hash v0.1.1 |
509 | 2024-09-04T16:09:37.697Z | Downloaded difflib v0.4.0 |
510 | 2024-09-04T16:09:37.697Z | Downloaded diesel_table_macro_syntax v0.2.0 |
511 | 2024-09-04T16:09:37.697Z | Downloaded foreign-types-shared v0.3.1 |
512 | 2024-09-04T16:09:37.697Z | Downloaded phf_shared v0.10.0 |
513 | 2024-09-04T16:09:37.697Z | Downloaded sha1 v0.10.6 |
514 | 2024-09-04T16:09:37.697Z | Downloaded fallible-iterator v0.3.0 |
515 | 2024-09-04T16:09:37.697Z | Downloaded fallible-iterator v0.2.0 |
516 | 2024-09-04T16:09:37.697Z | Downloaded fallible-streaming-iterator v0.1.9 |
517 | 2024-09-04T16:09:37.697Z | Downloaded filetime v0.2.25 |
518 | 2024-09-04T16:09:37.697Z | Downloaded foreign-types v0.3.2 |
519 | 2024-09-04T16:09:37.697Z | Downloaded fxhash v0.2.1 |
520 | 2024-09-04T16:09:37.697Z | Downloaded slab v0.4.9 |
521 | 2024-09-04T16:09:37.697Z | Downloaded siphasher v0.3.11 |
522 | 2024-09-04T16:09:37.697Z | Downloaded slog-json v2.6.1 |
523 | 2024-09-04T16:09:37.697Z | Downloaded futures-core v0.3.30 |
524 | 2024-09-04T16:09:37.697Z | Downloaded serde-big-array v0.5.1 |
525 | 2024-09-04T16:09:37.697Z | Downloaded semver v0.1.20 |
526 | 2024-09-04T16:09:37.697Z | Downloaded oso v0.27.3 |
527 | 2024-09-04T16:09:37.697Z | Downloaded ref-cast v1.0.23 |
528 | 2024-09-04T16:09:37.697Z | Downloaded peg-runtime v0.8.3 |
529 | 2024-09-04T16:09:37.697Z | Downloaded num_threads v0.1.7 |
530 | 2024-09-04T16:09:37.697Z | Downloaded number_prefix v0.4.0 |
531 | 2024-09-04T16:09:37.697Z | Downloaded paste v1.0.15 |
532 | 2024-09-04T16:09:37.697Z | Downloaded postgres-types v0.2.7 |
533 | 2024-09-04T16:09:37.697Z | Downloaded pkg-config v0.3.30 |
534 | 2024-09-04T16:09:37.697Z | Downloaded num_enum_derive v0.5.11 |
535 | 2024-09-04T16:09:37.697Z | Downloaded reqwest v0.11.27 |
536 | 2024-09-04T16:09:37.697Z | Downloaded num-rational v0.4.2 |
537 | 2024-09-04T16:09:37.697Z | Downloaded password-hash v0.5.0 |
538 | 2024-09-04T16:09:37.697Z | Downloaded smoltcp v0.11.0 |
539 | 2024-09-04T16:09:37.697Z | Downloaded rayon-core v1.12.1 |
540 | 2024-09-04T16:09:37.697Z | Downloaded polar-core v0.27.3 |
541 | 2024-09-04T16:09:37.697Z | Downloaded openapiv3 v2.0.0 |
542 | 2024-09-04T16:09:37.697Z | Downloaded rayon v1.10.0 |
543 | 2024-09-04T16:09:37.698Z | Downloaded petgraph v0.6.5 |
544 | 2024-09-04T16:09:37.698Z | Downloaded sled v0.34.7 |
545 | 2024-09-04T16:09:37.698Z | Downloaded hickory-proto v0.24.1 |
546 | 2024-09-04T16:09:37.698Z | Downloaded ratatui v0.28.0 |
547 | 2024-09-04T16:09:37.698Z | Downloaded finl_unicode v1.2.0 |
548 | 2024-09-04T16:09:37.698Z | Downloaded sha3 v0.10.8 |
549 | 2024-09-04T16:09:37.698Z | Downloaded zerocopy-derive v0.6.6 |
550 | 2024-09-04T16:09:37.698Z | Downloaded encoding_rs v0.8.34 |
551 | 2024-09-04T16:09:37.698Z | Downloaded tokio v1.39.3 |
552 | 2024-09-04T16:09:37.721Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
553 | 2024-09-04T16:09:37.775Z | Downloaded regex-automata v0.4.6 |
554 | 2024-09-04T16:09:37.798Z | Downloaded radix_trie v0.2.1 |
555 | 2024-09-04T16:09:37.823Z | Downloaded webpki-roots v0.25.4 |
556 | 2024-09-04T16:09:37.823Z | Downloaded vcpkg v0.2.15 |
557 | 2024-09-04T16:09:37.867Z | Downloaded portable-atomic v1.6.0 |
558 | 2024-09-04T16:09:37.890Z | Downloaded h2 v0.3.26 |
559 | 2024-09-04T16:09:37.890Z | Downloaded quick-xml v0.31.0 |
560 | 2024-09-04T16:09:37.913Z | Downloaded csv v1.3.0 |
561 | 2024-09-04T16:09:37.937Z | Downloaded ring v0.17.8 |
562 | 2024-09-04T16:09:38.008Z | Downloaded regex v1.10.6 |
563 | 2024-09-04T16:09:38.031Z | Downloaded hickory-resolver v0.24.1 |
564 | 2024-09-04T16:09:38.055Z | Downloaded libz-sys v1.1.16 |
565 | 2024-09-04T16:09:38.122Z | Downloaded p384 v0.13.0 |
566 | 2024-09-04T16:09:38.146Z | Downloaded openssl v0.10.66 |
567 | 2024-09-04T16:09:38.146Z | Downloaded object v0.32.2 |
568 | 2024-09-04T16:09:38.169Z | Downloaded ring v0.16.20 |
569 | 2024-09-04T16:09:38.257Z | Downloaded object v0.30.4 |
570 | 2024-09-04T16:09:38.280Z | Downloaded libsqlite3-sys v0.28.0 |
571 | 2024-09-04T16:09:38.362Z | Downloaded dropshot v0.10.1 |
572 | 2024-09-04T16:09:38.385Z | Downloaded regress v0.9.1 |
573 | 2024-09-04T16:09:38.385Z | Downloaded regex-syntax v0.8.4 |
574 | 2024-09-04T16:09:38.408Z | Downloaded regex-syntax v0.6.29 |
575 | 2024-09-04T16:09:38.408Z | Downloaded diesel v2.2.3 |
576 | 2024-09-04T16:09:38.431Z | Downloaded nix v0.28.0 |
577 | 2024-09-04T16:09:38.455Z | Downloaded idna v0.2.3 |
578 | 2024-09-04T16:09:38.455Z | Downloaded password-hash v0.4.2 |
579 | 2024-09-04T16:09:38.455Z | Downloaded num-traits v0.2.19 |
580 | 2024-09-04T16:09:38.478Z | Downloaded packed_struct v0.10.1 |
581 | 2024-09-04T16:09:38.478Z | Downloaded smoltcp v0.9.1 |
582 | 2024-09-04T16:09:38.478Z | Downloaded winnow v0.5.40 |
583 | 2024-09-04T16:09:38.502Z | Downloaded reedline v0.33.0 |
584 | 2024-09-04T16:09:38.502Z | Downloaded futures-util v0.3.30 |
585 | 2024-09-04T16:09:38.527Z | Downloaded rusqlite v0.31.0 |
586 | 2024-09-04T16:09:38.527Z | Downloaded elliptic-curve v0.13.8 |
587 | 2024-09-04T16:09:38.527Z | Downloaded ed25519-dalek v2.1.1 |
588 | 2024-09-04T16:09:38.527Z | Downloaded rsa v0.9.6 |
589 | 2024-09-04T16:09:38.550Z | Downloaded hashbrown v0.13.2 |
590 | 2024-09-04T16:09:38.550Z | Downloaded git2 v0.19.0 |
591 | 2024-09-04T16:09:38.550Z | Downloaded gimli v0.28.1 |
592 | 2024-09-04T16:09:38.573Z | Downloaded rustls-webpki v0.102.4 |
593 | 2024-09-04T16:09:38.596Z | Downloaded hashbrown v0.12.3 |
594 | 2024-09-04T16:09:38.596Z | Downloaded idna v0.4.0 |
595 | 2024-09-04T16:09:38.596Z | Downloaded num_enum v0.5.11 |
596 | 2024-09-04T16:09:38.596Z | Downloaded rand_xorshift v0.3.0 |
597 | 2024-09-04T16:09:38.620Z | Downloaded powerfmt v0.2.0 |
598 | 2024-09-04T16:09:38.620Z | Downloaded postcard v1.0.8 |
599 | 2024-09-04T16:09:38.620Z | Downloaded num-iter v0.1.45 |
600 | 2024-09-04T16:09:38.620Z | Downloaded russh v0.45.0 |
601 | 2024-09-04T16:09:38.620Z | Downloaded peg-macros v0.8.4 |
602 | 2024-09-04T16:09:38.620Z | Downloaded slog v2.7.0 |
603 | 2024-09-04T16:09:38.620Z | Downloaded russh-keys v0.45.0 |
604 | 2024-09-04T16:09:38.620Z | Downloaded futures-channel v0.3.30 |
605 | 2024-09-04T16:09:38.620Z | Downloaded futures v0.3.30 |
606 | 2024-09-04T16:09:38.643Z | Downloaded flate2 v1.0.31 |
607 | 2024-09-04T16:09:38.643Z | Downloaded trust-dns-proto v0.22.0 |
608 | 2024-09-04T16:09:38.667Z | Downloaded nix v0.27.1 |
609 | 2024-09-04T16:09:38.667Z | Downloaded idna v0.3.0 |
610 | 2024-09-04T16:09:38.667Z | Downloaded postgres-protocol v0.6.7 |
611 | 2024-09-04T16:09:38.690Z | Downloaded slog-bunyan v2.5.0 |
612 | 2024-09-04T16:09:38.690Z | Downloaded hickory-client v0.24.1 |
613 | 2024-09-04T16:09:38.690Z | Downloaded hex-literal v0.4.1 |
614 | 2024-09-04T16:09:38.690Z | Downloaded proptest v1.5.0 |
615 | 2024-09-04T16:09:38.690Z | Downloaded rcgen v0.12.1 |
616 | 2024-09-04T16:09:38.690Z | Downloaded unicode-normalization v0.1.23 |
617 | 2024-09-04T16:09:38.715Z | Downloaded peg v0.8.4 |
618 | 2024-09-04T16:09:38.715Z | Downloaded pbkdf2 v0.12.2 |
619 | 2024-09-04T16:09:38.715Z | Downloaded pbkdf2 v0.11.0 |
620 | 2024-09-04T16:09:38.715Z | Downloaded heapless v0.8.0 |
621 | 2024-09-04T16:09:38.715Z | Downloaded heapless v0.7.17 |
622 | 2024-09-04T16:09:38.715Z | Downloaded parking_lot v0.12.2 |
623 | 2024-09-04T16:09:38.715Z | Downloaded signal-hook v0.3.17 |
624 | 2024-09-04T16:09:38.738Z | Downloaded serde_yaml v0.9.34+deprecated |
625 | 2024-09-04T16:09:38.738Z | Downloaded serde_with v3.9.0 |
626 | 2024-09-04T16:09:38.738Z | Downloaded sqlparser v0.45.0 |
627 | 2024-09-04T16:09:38.738Z | Downloaded unicode-segmentation v1.11.0 |
628 | 2024-09-04T16:09:38.763Z | Downloaded idna v0.5.0 |
629 | 2024-09-04T16:09:38.763Z | Downloaded path-slash v0.1.5 |
630 | 2024-09-04T16:09:38.763Z | Downloaded num-integer v0.1.46 |
631 | 2024-09-04T16:09:38.763Z | Downloaded num-derive v0.4.2 |
632 | 2024-09-04T16:09:38.763Z | Downloaded slog-async v2.8.0 |
633 | 2024-09-04T16:09:38.763Z | Downloaded sct v0.7.1 |
634 | 2024-09-04T16:09:38.763Z | Downloaded futures-executor v0.3.30 |
635 | 2024-09-04T16:09:38.763Z | Downloaded p521 v0.13.3 |
636 | 2024-09-04T16:09:38.786Z | Downloaded ena v0.14.3 |
637 | 2024-09-04T16:09:38.786Z | Downloaded similar v2.6.0 |
638 | 2024-09-04T16:09:38.786Z | Downloaded hex v0.4.3 |
639 | 2024-09-04T16:09:38.786Z | Downloaded secrecy v0.8.0 |
640 | 2024-09-04T16:09:38.786Z | Downloaded flume v0.11.0 |
641 | 2024-09-04T16:09:38.786Z | Downloaded ecdsa v0.16.9 |
642 | 2024-09-04T16:09:38.786Z | Downloaded headers v0.3.9 |
643 | 2024-09-04T16:09:38.810Z | Downloaded rand v0.8.5 |
644 | 2024-09-04T16:09:38.810Z | Downloaded serde_derive_internals v0.29.1 |
645 | 2024-09-04T16:09:38.810Z | Downloaded sec1 v0.7.3 |
646 | 2024-09-04T16:09:38.810Z | Downloaded futures-macro v0.3.30 |
647 | 2024-09-04T16:09:38.810Z | Downloaded p256 v0.13.2 |
648 | 2024-09-04T16:09:38.810Z | Downloaded openssl-sys v0.9.103 |
649 | 2024-09-04T16:09:38.810Z | Downloaded x509-cert v0.2.5 |
650 | 2024-09-04T16:09:38.834Z | Downloaded ref-cast-impl v1.0.23 |
651 | 2024-09-04T16:09:38.834Z | Downloaded slog-stdlog v4.1.1 |
652 | 2024-09-04T16:09:38.834Z | Downloaded slog-scope v4.4.0 |
653 | 2024-09-04T16:09:38.834Z | Downloaded slog-envlogger v2.2.0 |
654 | 2024-09-04T16:09:38.834Z | Downloaded slog-dtrace v0.3.0 |
655 | 2024-09-04T16:09:38.834Z | Downloaded signal-hook-mio v0.2.4 |
656 | 2024-09-04T16:09:38.834Z | Downloaded futures-sink v0.3.30 |
657 | 2024-09-04T16:09:38.834Z | Downloaded futures-io v0.3.30 |
658 | 2024-09-04T16:09:38.834Z | Downloaded pkcs5 v0.7.1 |
659 | 2024-09-04T16:09:38.834Z | Downloaded pin-project v1.1.5 |
660 | 2024-09-04T16:09:38.857Z | Downloaded der v0.7.9 |
661 | 2024-09-04T16:09:38.857Z | Downloaded url v2.5.2 |
662 | 2024-09-04T16:09:38.857Z | Downloaded typed-path v0.7.1 |
663 | 2024-09-04T16:09:38.883Z | Downloaded funty v2.0.0 |
664 | 2024-09-04T16:09:38.883Z | Downloaded fragile v2.0.0 |
665 | 2024-09-04T16:09:38.883Z | Downloaded form_urlencoded v1.2.1 |
666 | 2024-09-04T16:09:38.883Z | Downloaded owo-colors v4.0.0 |
667 | 2024-09-04T16:09:38.883Z | Downloaded signal-hook-tokio v0.3.1 |
668 | 2024-09-04T16:09:38.883Z | Downloaded signal-hook-registry v1.4.2 |
669 | 2024-09-04T16:09:38.883Z | Downloaded serde_arrays v0.1.0 |
670 | 2024-09-04T16:09:38.883Z | Downloaded serde-hex v0.1.0 |
671 | 2024-09-04T16:09:38.883Z | Downloaded parse-display-derive v0.10.0 |
672 | 2024-09-04T16:09:38.884Z | Downloaded parse-display v0.10.0 |
673 | 2024-09-04T16:09:38.884Z | Downloaded half v2.4.1 |
674 | 2024-09-04T16:09:38.884Z | Downloaded lalrpop v0.19.12 |
675 | 2024-09-04T16:09:38.907Z | Downloaded omicron-zone-package v0.11.0 |
676 | 2024-09-04T16:09:38.907Z | Downloaded embedded-io v0.4.0 |
677 | 2024-09-04T16:09:38.907Z | Downloaded dropshot_endpoint v0.10.1 |
678 | 2024-09-04T16:09:38.907Z | Downloaded expectorate v1.1.0 |
679 | 2024-09-04T16:09:38.907Z | Downloaded ssh-key v0.6.6 |
680 | 2024-09-04T16:09:38.931Z | Downloaded sigpipe v0.1.3 |
681 | 2024-09-04T16:09:38.931Z | Downloaded signature v2.2.0 |
682 | 2024-09-04T16:09:38.931Z | Downloaded serde_path_to_error v0.1.16 |
683 | 2024-09-04T16:09:38.931Z | Downloaded heck v0.3.3 |
684 | 2024-09-04T16:09:38.931Z | Downloaded headers-core v0.2.0 |
685 | 2024-09-04T16:09:38.931Z | Downloaded futures-task v0.3.30 |
686 | 2024-09-04T16:09:38.931Z | Downloaded russh-cryptovec v0.7.2 |
687 | 2024-09-04T16:09:38.931Z | Downloaded float-ord v0.3.2 |
688 | 2024-09-04T16:09:38.931Z | Downloaded parking_lot_core v0.9.10 |
689 | 2024-09-04T16:09:38.931Z | Downloaded parking_lot_core v0.8.6 |
690 | 2024-09-04T16:09:38.931Z | Downloaded olpc-cjson v0.1.3 |
691 | 2024-09-04T16:09:38.931Z | Downloaded ed25519 v2.2.3 |
692 | 2024-09-04T16:09:38.931Z | Downloaded dsl_auto_type v0.1.2 |
693 | 2024-09-04T16:09:38.931Z | Downloaded ron v0.7.1 |
694 | 2024-09-04T16:09:38.955Z | Downloaded ff v0.13.0 |
695 | 2024-09-04T16:09:38.955Z | Downloaded serde_with_macros v3.9.0 |
696 | 2024-09-04T16:09:38.955Z | Downloaded diff v0.1.13 |
697 | 2024-09-04T16:09:38.955Z | Downloaded dhcproto v0.12.0 |
698 | 2024-09-04T16:09:38.955Z | Downloaded des v0.8.1 |
699 | 2024-09-04T16:09:38.955Z | Downloaded tough v0.17.1 |
700 | 2024-09-04T16:09:38.978Z | Downloaded endian-type v0.1.2 |
701 | 2024-09-04T16:09:38.978Z | Downloaded rtoolbox v0.0.2 |
702 | 2024-09-04T16:09:38.978Z | Downloaded parse-size v1.0.0 |
703 | 2024-09-04T16:09:38.978Z | Downloaded oso-derive v0.27.3 |
704 | 2024-09-04T16:09:38.978Z | Downloaded openssl-probe v0.1.5 |
705 | 2024-09-04T16:09:38.978Z | Downloaded openssl-macros v0.1.1 |
706 | 2024-09-04T16:09:38.979Z | Downloaded opaque-debug v0.3.1 |
707 | 2024-09-04T16:09:38.979Z | Downloaded either v1.13.0 |
708 | 2024-09-04T16:09:39.002Z | Downloaded dyn-clone v1.0.17 |
709 | 2024-09-04T16:09:39.002Z | Downloaded smallvec v1.13.2 |
710 | 2024-09-04T16:09:39.002Z | Downloaded smallvec v0.6.14 |
711 | 2024-09-04T16:09:39.002Z | Downloaded slog-term v2.9.1 |
712 | 2024-09-04T16:09:39.002Z | Downloaded rfc6979 v0.4.0 |
713 | 2024-09-04T16:09:39.002Z | Downloaded flagset v0.4.5 |
714 | 2024-09-04T16:09:39.002Z | Downloaded fixedbitset v0.4.2 |
715 | 2024-09-04T16:09:39.002Z | Downloaded fatfs v0.3.6 |
716 | 2024-09-04T16:09:39.002Z | Downloaded pkcs8 v0.10.2 |
717 | 2024-09-04T16:09:39.002Z | Downloaded tungstenite v0.21.0 |
718 | 2024-09-04T16:09:39.002Z | Downloaded float-cmp v0.9.0 |
719 | 2024-09-04T16:09:39.002Z | Downloaded enum-as-inner v0.5.1 |
720 | 2024-09-04T16:09:39.002Z | Downloaded portpicker v0.1.1 |
721 | 2024-09-04T16:09:39.002Z | Downloaded polyval v0.6.2 |
722 | 2024-09-04T16:09:39.002Z | Downloaded poly1305 v0.8.0 |
723 | 2024-09-04T16:09:39.002Z | Downloaded parking_lot v0.11.2 |
724 | 2024-09-04T16:09:39.002Z | Downloaded packed_struct_codegen v0.10.1 |
725 | 2024-09-04T16:09:39.002Z | Downloaded fd-lock v4.0.2 |
726 | 2024-09-04T16:09:39.002Z | Downloaded erased-serde v0.3.31 |
727 | 2024-09-04T16:09:39.026Z | Downloaded env_logger v0.9.3 |
728 | 2024-09-04T16:09:39.026Z | Downloaded shlex v1.3.0 |
729 | 2024-09-04T16:09:39.026Z | Downloaded pkcs1 v0.7.5 |
730 | 2024-09-04T16:09:39.026Z | Downloaded pin-project-lite v0.2.14 |
731 | 2024-09-04T16:09:39.026Z | Downloaded pin-project-internal v1.1.5 |
732 | 2024-09-04T16:09:39.026Z | Downloaded hashlink v0.9.1 |
733 | 2024-09-04T16:09:39.026Z | Downloaded hash32 v0.3.1 |
734 | 2024-09-04T16:09:39.026Z | Downloaded diesel_derives v2.2.2 |
735 | 2024-09-04T16:09:39.050Z | Downloaded publicsuffix v2.2.3 |
736 | 2024-09-04T16:09:39.050Z | Downloaded derive-where v1.2.7 |
737 | 2024-09-04T16:09:39.050Z | Downloaded zone v0.1.8 |
738 | 2024-09-04T16:09:39.050Z | Downloaded zip v0.6.6 |
739 | 2024-09-04T16:09:39.050Z | Downloaded snafu v0.8.2 |
740 | 2024-09-04T16:09:39.050Z | Downloaded unicode_categories v0.1.1 |
741 | 2024-09-04T16:09:39.050Z | Downloaded rustyline v14.0.0 |
742 | 2024-09-04T16:09:39.073Z | Downloaded derive_more v0.99.18 |
743 | 2024-09-04T16:09:39.073Z | Downloaded env_logger v0.10.2 |
744 | 2024-09-04T16:09:39.073Z | Downloaded enum-as-inner v0.6.0 |
745 | 2024-09-04T16:09:39.073Z | Downloaded serde_repr v0.1.19 |
746 | 2024-09-04T16:09:39.074Z | Downloaded pin-utils v0.1.0 |
747 | 2024-09-04T16:09:39.074Z | Downloaded phf_shared v0.11.2 |
748 | 2024-09-04T16:09:39.074Z | Downloaded globset v0.4.14 |
749 | 2024-09-04T16:09:39.074Z | Downloaded getrandom v0.2.14 |
750 | 2024-09-04T16:09:39.074Z | Downloaded prettyplease v0.2.20 |
751 | 2024-09-04T16:09:39.097Z | Downloaded serde_urlencoded v0.7.1 |
752 | 2024-09-04T16:09:39.097Z | Downloaded hash32 v0.2.1 |
753 | 2024-09-04T16:09:39.097Z | Downloaded rand_core v0.6.4 |
754 | 2024-09-04T16:09:39.097Z | Downloaded steno v0.4.1 |
755 | 2024-09-04T16:09:39.097Z | Downloaded unicode-bidi v0.3.15 |
756 | 2024-09-04T16:09:39.097Z | Downloaded tungstenite v0.23.0 |
757 | 2024-09-04T16:09:39.097Z | Downloaded tracing v0.1.40 |
758 | 2024-09-04T16:09:39.121Z | Downloaded time v0.3.36 |
759 | 2024-09-04T16:09:39.121Z | Downloaded shell-words v1.1.0 |
760 | 2024-09-04T16:09:39.121Z | Downloaded serde_plain v1.0.2 |
761 | 2024-09-04T16:09:39.121Z | Downloaded group v0.13.0 |
762 | 2024-09-04T16:09:39.121Z | Downloaded glob v0.3.1 |
763 | 2024-09-04T16:09:39.121Z | Downloaded getopts v0.2.21 |
764 | 2024-09-04T16:09:39.121Z | Downloaded gethostname v0.5.0 |
765 | 2024-09-04T16:09:39.121Z | Downloaded derive_builder_core v0.20.0 |
766 | 2024-09-04T16:09:39.121Z | Downloaded structmeta v0.2.0 |
767 | 2024-09-04T16:09:39.121Z | Downloaded spin v0.9.8 |
768 | 2024-09-04T16:09:39.145Z | Downloaded socket2 v0.5.7 |
769 | 2024-09-04T16:09:39.145Z | Downloaded snafu-derive v0.8.2 |
770 | 2024-09-04T16:09:39.145Z | Downloaded zerocopy v0.6.6 |
771 | 2024-09-04T16:09:39.145Z | Downloaded unsafe-libyaml v0.2.11 |
772 | 2024-09-04T16:09:39.145Z | Downloaded tokio-util v0.7.11 |
773 | 2024-09-04T16:09:39.145Z | Downloaded cookie v0.17.0 |
774 | 2024-09-04T16:09:39.145Z | Downloaded phf v0.11.2 |
775 | 2024-09-04T16:09:39.145Z | Downloaded percent-encoding v2.3.1 |
776 | 2024-09-04T16:09:39.145Z | Downloaded pem-rfc7468 v0.7.0 |
777 | 2024-09-04T16:09:39.168Z | Downloaded pem v3.0.4 |
778 | 2024-09-04T16:09:39.168Z | Downloaded ghash v0.5.1 |
779 | 2024-09-04T16:09:39.168Z | Downloaded foreign-types-macros v0.2.3 |
780 | 2024-09-04T16:09:39.169Z | Downloaded foreign-types v0.5.0 |
781 | 2024-09-04T16:09:39.169Z | Downloaded der_derive v0.7.2 |
782 | 2024-09-04T16:09:39.169Z | Downloaded defmt v0.3.8 |
783 | 2024-09-04T16:09:39.169Z | Downloaded tracing-core v0.1.32 |
784 | 2024-09-04T16:09:39.169Z | Downloaded toml_edit v0.19.15 |
785 | 2024-09-04T16:09:39.192Z | Downloaded display-error-chain v0.2.1 |
786 | 2024-09-04T16:09:39.192Z | Downloaded dirs-next v2.0.0 |
787 | 2024-09-04T16:09:39.193Z | Downloaded smf v0.2.3 |
788 | 2024-09-04T16:09:39.193Z | Downloaded quick-error v1.2.3 |
789 | 2024-09-04T16:09:39.193Z | Downloaded predicates v3.1.2 |
790 | 2024-09-04T16:09:39.193Z | Downloaded derive_builder v0.20.0 |
791 | 2024-09-04T16:09:39.193Z | Downloaded schemars v0.8.21 |
792 | 2024-09-04T16:09:39.216Z | Downloaded foreign-types-shared v0.1.1 |
793 | 2024-09-04T16:09:39.216Z | Downloaded downcast v0.11.0 |
794 | 2024-09-04T16:09:39.216Z | Downloaded dirs-sys-next v0.1.2 |
795 | 2024-09-04T16:09:39.216Z | Downloaded rand_seeder v0.3.0 |
796 | 2024-09-04T16:09:39.216Z | Downloaded rand_chacha v0.3.1 |
797 | 2024-09-04T16:09:39.216Z | Downloaded radium v0.7.0 |
798 | 2024-09-04T16:09:39.216Z | Downloaded r2d2 v0.8.10 |
799 | 2024-09-04T16:09:39.216Z | Downloaded psl-types v2.0.11 |
800 | 2024-09-04T16:09:39.216Z | Downloaded proc-macro-crate v1.3.1 |
801 | 2024-09-04T16:09:39.240Z | Downloaded yasna v0.5.2 |
802 | 2024-09-04T16:09:39.240Z | Downloaded vte v0.11.1 |
803 | 2024-09-04T16:09:39.240Z | Downloaded vergen v8.3.2 |
804 | 2024-09-04T16:09:39.240Z | Downloaded tungstenite v0.20.1 |
805 | 2024-09-04T16:09:39.240Z | Downloaded tokio-postgres v0.7.11 |
806 | 2024-09-04T16:09:39.240Z | Downloaded dhcproto-macros v0.1.0 |
807 | 2024-09-04T16:09:39.240Z | Downloaded primeorder v0.13.6 |
808 | 2024-09-04T16:09:39.240Z | Downloaded predicates-tree v1.0.9 |
809 | 2024-09-04T16:09:39.240Z | Downloaded predicates-core v1.0.6 |
810 | 2024-09-04T16:09:39.240Z | Downloaded ppv-lite86 v0.2.17 |
811 | 2024-09-04T16:09:39.264Z | Downloaded strum_macros v0.26.4 |
812 | 2024-09-04T16:09:39.264Z | Downloaded strum_macros v0.24.3 |
813 | 2024-09-04T16:09:39.264Z | Downloaded structmeta-derive v0.3.0 |
814 | 2024-09-04T16:09:39.264Z | Downloaded structmeta v0.3.0 |
815 | 2024-09-04T16:09:39.264Z | Downloaded strip-ansi-escapes v0.2.0 |
816 | 2024-09-04T16:09:39.264Z | Downloaded string_cache v0.8.7 |
817 | 2024-09-04T16:09:39.264Z | Downloaded static_assertions v1.1.0 |
818 | 2024-09-04T16:09:39.264Z | Downloaded ssh-cipher v0.2.0 |
819 | 2024-09-04T16:09:39.264Z | Downloaded spki v0.7.3 |
820 | 2024-09-04T16:09:39.264Z | Downloaded socket2 v0.4.10 |
821 | 2024-09-04T16:09:39.264Z | Downloaded vsss-rs v3.3.4 |
822 | 2024-09-04T16:09:39.264Z | Downloaded uuid v1.10.0 |
823 | 2024-09-04T16:09:39.264Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
824 | 2024-09-04T16:09:39.288Z | Downloaded pretty-hex v0.2.1 |
825 | 2024-09-04T16:09:39.288Z | Downloaded defmt-parser v0.3.4 |
826 | 2024-09-04T16:09:39.288Z | Downloaded defmt-macros v0.3.9 |
827 | 2024-09-04T16:09:39.288Z | Downloaded debug-ignore v1.0.5 |
828 | 2024-09-04T16:09:39.288Z | Downloaded data-encoding v2.6.0 |
829 | 2024-09-04T16:09:39.288Z | Downloaded zone v0.3.0 |
830 | 2024-09-04T16:09:39.288Z | Downloaded zeroize_derive v1.4.2 |
831 | 2024-09-04T16:09:39.312Z | Downloaded ssh-encoding v0.2.0 |
832 | 2024-09-04T16:09:39.312Z | Downloaded toml v0.7.8 |
833 | 2024-09-04T16:09:39.312Z | Downloaded test-strategy v0.3.1 |
834 | 2024-09-04T16:09:39.312Z | Downloaded itertools v0.12.1 |
835 | 2024-09-04T16:09:39.312Z | Downloaded hyper v0.14.30 |
836 | 2024-09-04T16:09:39.336Z | Downloaded structmeta-derive v0.2.0 |
837 | 2024-09-04T16:09:39.336Z | Downloaded spin v0.5.2 |
838 | 2024-09-04T16:09:39.336Z | Downloaded tokio-tungstenite v0.23.1 |
839 | 2024-09-04T16:09:39.336Z | Downloaded tokio-tungstenite v0.20.1 |
840 | 2024-09-04T16:09:39.336Z | Downloaded tokio-stream v0.1.15 |
841 | 2024-09-04T16:09:39.336Z | Downloaded tokio-rustls v0.25.0 |
842 | 2024-09-04T16:09:39.336Z | Downloaded tinyvec v1.6.0 |
843 | 2024-09-04T16:09:39.336Z | Downloaded time-macros v0.2.18 |
844 | 2024-09-04T16:09:39.361Z | Downloaded lru-cache v0.1.2 |
845 | 2024-09-04T16:09:39.361Z | Downloaded zeroize v1.7.0 |
846 | 2024-09-04T16:09:39.361Z | Downloaded stringprep v0.1.4 |
847 | 2024-09-04T16:09:39.361Z | Downloaded sqlformat v0.2.4 |
848 | 2024-09-04T16:09:39.361Z | Downloaded stable_deref_trait v1.2.0 |
849 | 2024-09-04T16:09:39.361Z | Downloaded which v4.4.2 |
850 | 2024-09-04T16:09:39.362Z | Downloaded tokio-tungstenite v0.21.0 |
851 | 2024-09-04T16:09:39.362Z | Downloaded tar v0.4.41 |
852 | 2024-09-04T16:09:39.362Z | Downloaded zone_cfg_derive v0.3.0 |
853 | 2024-09-04T16:09:39.362Z | Downloaded strum v0.26.3 |
854 | 2024-09-04T16:09:39.362Z | Downloaded sqlparser_derive v0.2.2 |
855 | 2024-09-04T16:09:39.362Z | Downloaded untrusted v0.7.1 |
856 | 2024-09-04T16:09:39.362Z | Downloaded tui-tree-widget v0.22.0 |
857 | 2024-09-04T16:09:39.362Z | Downloaded try-lock v0.2.5 |
858 | 2024-09-04T16:09:39.362Z | Downloaded tracing-attributes v0.1.27 |
859 | 2024-09-04T16:09:39.362Z | Downloaded toolchain_find v0.4.0 |
860 | 2024-09-04T16:09:39.386Z | Downloaded tls_codec v0.4.1 |
861 | 2024-09-04T16:09:39.386Z | Downloaded thiserror-no-std v2.0.2 |
862 | 2024-09-04T16:09:39.386Z | Downloaded subprocess v0.2.9 |
863 | 2024-09-04T16:09:39.386Z | Downloaded nom v7.1.3 |
864 | 2024-09-04T16:09:39.386Z | Downloaded itertools v0.13.0 |
865 | 2024-09-04T16:09:39.386Z | Downloaded hkdf v0.12.4 |
866 | 2024-09-04T16:09:39.410Z | Downloaded walkdir v2.5.0 |
867 | 2024-09-04T16:09:39.411Z | Downloaded wait-timeout v0.2.0 |
868 | 2024-09-04T16:09:39.411Z | Downloaded uzers v0.11.3 |
869 | 2024-09-04T16:09:39.411Z | Downloaded universal-hash v0.5.1 |
870 | 2024-09-04T16:09:39.411Z | Downloaded unicode-xid v0.2.4 |
871 | 2024-09-04T16:09:39.411Z | Downloaded unarray v0.1.4 |
872 | 2024-09-04T16:09:39.411Z | Downloaded topological-sort v0.2.2 |
873 | 2024-09-04T16:09:39.411Z | Downloaded tokio-rustls v0.24.1 |
874 | 2024-09-04T16:09:39.411Z | Downloaded termtree v0.4.1 |
875 | 2024-09-04T16:09:39.411Z | Downloaded term v0.7.0 |
876 | 2024-09-04T16:09:39.411Z | Downloaded wyz v0.5.1 |
877 | 2024-09-04T16:09:39.411Z | Downloaded want v0.3.1 |
878 | 2024-09-04T16:09:39.411Z | Downloaded waitgroup v0.1.2 |
879 | 2024-09-04T16:09:39.411Z | Downloaded vte_generate_state_changes v0.1.1 |
880 | 2024-09-04T16:09:39.411Z | Downloaded utf-8 v0.7.6 |
881 | 2024-09-04T16:09:39.411Z | Downloaded unicode-truncate v1.0.0 |
882 | 2024-09-04T16:09:39.435Z | Downloaded tokio-native-tls v0.3.1 |
883 | 2024-09-04T16:09:39.435Z | Downloaded tokio-macros v2.4.0 |
884 | 2024-09-04T16:09:39.435Z | Downloaded tls_codec_derive v0.4.1 |
885 | 2024-09-04T16:09:39.435Z | Downloaded tiny-keccak v2.0.2 |
886 | 2024-09-04T16:09:39.435Z | Downloaded thread_local v1.1.8 |
887 | 2024-09-04T16:09:39.435Z | Downloaded thiserror-impl-no-std v2.0.2 |
888 | 2024-09-04T16:09:39.436Z | Downloaded libm v0.2.8 |
889 | 2024-09-04T16:09:39.436Z | Downloaded untrusted v0.9.0 |
890 | 2024-09-04T16:09:39.436Z | Downloaded twox-hash v1.6.3 |
891 | 2024-09-04T16:09:39.436Z | Downloaded time-core v0.1.2 |
892 | 2024-09-04T16:09:39.459Z | Downloaded termios v0.3.3 |
893 | 2024-09-04T16:09:39.459Z | Downloaded termcolor v1.4.1 |
894 | 2024-09-04T16:09:39.459Z | Downloaded tap v1.0.1 |
895 | 2024-09-04T16:09:39.459Z | Downloaded take_mut v0.2.2 |
896 | 2024-09-04T16:09:39.460Z | Downloaded tabwriter v1.4.0 |
897 | 2024-09-04T16:09:39.460Z | Downloaded sync_wrapper v0.1.2 |
898 | 2024-09-04T16:09:39.460Z | Downloaded supports-color v3.0.0 |
899 | 2024-09-04T16:09:39.460Z | Downloaded subtle v2.5.0 |
900 | 2024-09-04T16:09:39.460Z | Downloaded samael v0.0.15 |
901 | 2024-09-04T16:09:39.460Z | Downloaded num-bigint-dig v0.8.4 |
902 | 2024-09-04T16:09:39.460Z | Downloaded num-bigint v0.4.5 |
903 | 2024-09-04T16:09:39.484Z | Downloaded mio v1.0.2 |
904 | 2024-09-04T16:09:39.484Z | Downloaded minimal-lexical v0.2.1 |
905 | 2024-09-04T16:09:39.484Z | Downloaded tinyvec_macros v0.1.1 |
906 | 2024-09-04T16:09:39.484Z | Downloaded rustls v0.22.4 |
907 | 2024-09-04T16:09:39.522Z | Downloaded rustls v0.21.12 |
908 | 2024-09-04T16:09:39.522Z | Downloaded scopeguard v1.2.0 |
909 | 2024-09-04T16:09:39.522Z | Downloaded salsa20 v0.10.2 |
910 | 2024-09-04T16:09:39.522Z | Downloaded rustls-webpki v0.101.7 |
911 | 2024-09-04T16:09:39.553Z | Downloaded mio v0.8.11 |
912 | 2024-09-04T16:09:39.553Z | Downloaded libxml v0.3.3 |
913 | 2024-09-04T16:09:39.553Z | Downloaded http v1.1.0 |
914 | 2024-09-04T16:09:39.553Z | Downloaded curve25519-dalek v4.1.3 |
915 | 2024-09-04T16:09:39.553Z | Downloaded bstr v1.9.1 |
916 | 2024-09-04T16:09:39.577Z | Downloaded blake3 v1.5.1 |
917 | 2024-09-04T16:09:39.577Z | Downloaded bitvec v1.0.1 |
918 | 2024-09-04T16:09:39.600Z | Downloaded scheduled-thread-pool v0.2.7 |
919 | 2024-09-04T16:09:39.600Z | Downloaded same-file v1.0.6 |
920 | 2024-09-04T16:09:39.600Z | Downloaded rustls-pki-types v1.7.0 |
921 | 2024-09-04T16:09:39.600Z | Downloaded rustls-pemfile v1.0.4 |
922 | 2024-09-04T16:09:39.600Z | Downloaded num-complex v0.4.6 |
923 | 2024-09-04T16:09:39.624Z | Downloaded nu-ansi-term v0.50.0 |
924 | 2024-09-04T16:09:39.624Z | Downloaded mockall_derive v0.13.0 |
925 | 2024-09-04T16:09:39.624Z | Downloaded itertools v0.10.5 |
926 | 2024-09-04T16:09:39.624Z | Downloaded indexmap v1.9.3 |
927 | 2024-09-04T16:09:39.624Z | Downloaded http v0.2.12 |
928 | 2024-09-04T16:09:39.624Z | Downloaded darling_core v0.20.9 |
929 | 2024-09-04T16:09:39.648Z | Downloaded crypto-bigint v0.5.5 |
930 | 2024-09-04T16:09:39.648Z | Downloaded crossterm v0.28.1 |
931 | 2024-09-04T16:09:39.648Z | Downloaded crossterm v0.27.0 |
932 | 2024-09-04T16:09:39.673Z | Downloaded crossbeam-epoch v0.9.18 |
933 | 2024-09-04T16:09:39.673Z | Downloaded cookie_store v0.20.0 |
934 | 2024-09-04T16:09:39.673Z | Downloaded const_format v0.2.32 |
935 | 2024-09-04T16:09:39.673Z | Downloaded clang-sys v1.7.0 |
936 | 2024-09-04T16:09:39.673Z | Downloaded chrono v0.4.38 |
937 | 2024-09-04T16:09:39.673Z | Downloaded cancel-safe-futures v0.1.5 |
938 | 2024-09-04T16:09:39.697Z | Downloaded rustversion v1.0.17 |
939 | 2024-09-04T16:09:39.697Z | Downloaded rustls-pemfile v2.1.3 |
940 | 2024-09-04T16:09:39.697Z | Downloaded rustc_version v0.4.0 |
941 | 2024-09-04T16:09:39.697Z | Downloaded rustc_version v0.1.7 |
942 | 2024-09-04T16:09:39.697Z | Downloaded rustc-hash v1.1.0 |
943 | 2024-09-04T16:09:39.697Z | Downloaded rustc-demangle v0.1.24 |
944 | 2024-09-04T16:09:39.697Z | Downloaded rpassword v7.3.1 |
945 | 2024-09-04T16:09:39.697Z | Downloaded ron v0.8.1 |
946 | 2024-09-04T16:09:39.697Z | Downloaded miniz_oxide v0.7.2 |
947 | 2024-09-04T16:09:39.697Z | Downloaded mime v0.3.17 |
948 | 2024-09-04T16:09:39.722Z | Downloaded memmap2 v0.9.4 |
949 | 2024-09-04T16:09:39.722Z | Downloaded md-5 v0.10.6 |
950 | 2024-09-04T16:09:39.722Z | Downloaded match_cfg v0.1.0 |
951 | 2024-09-04T16:09:39.722Z | Downloaded managed v0.8.0 |
952 | 2024-09-04T16:09:39.722Z | Downloaded lru v0.12.3 |
953 | 2024-09-04T16:09:39.722Z | Downloaded linear-map v1.2.0 |
954 | 2024-09-04T16:09:39.722Z | Downloaded lazycell v1.3.0 |
955 | 2024-09-04T16:09:39.722Z | Downloaded lalrpop-util v0.19.12 |
956 | 2024-09-04T16:09:39.722Z | Downloaded jobserver v0.1.32 |
957 | 2024-09-04T16:09:39.722Z | Downloaded ipnetwork v0.20.0 |
958 | 2024-09-04T16:09:39.722Z | Downloaded internet-checksum v0.2.1 |
959 | 2024-09-04T16:09:39.722Z | Downloaded instability v0.3.2 |
960 | 2024-09-04T16:09:39.722Z | Downloaded indoc v1.0.9 |
961 | 2024-09-04T16:09:39.722Z | Downloaded indicatif v0.17.8 |
962 | 2024-09-04T16:09:39.746Z | Downloaded impl-trait-for-tuples v0.2.2 |
963 | 2024-09-04T16:09:39.746Z | Downloaded iana-time-zone v0.1.60 |
964 | 2024-09-04T16:09:39.746Z | Downloaded httparse v1.8.0 |
965 | 2024-09-04T16:09:39.746Z | Downloaded hmac v0.12.1 |
966 | 2024-09-04T16:09:39.746Z | Downloaded hickory-server v0.24.1 |
967 | 2024-09-04T16:09:39.746Z | Downloaded ctr v0.9.2 |
968 | 2024-09-04T16:09:39.746Z | Downloaded crossbeam-channel v0.5.12 |
969 | 2024-09-04T16:09:39.746Z | Downloaded crc32fast v1.4.0 |
970 | 2024-09-04T16:09:39.771Z | Downloaded crc-any v2.5.0 |
971 | 2024-09-04T16:09:39.771Z | Downloaded cookie v0.18.1 |
972 | 2024-09-04T16:09:39.771Z | Downloaded constant_time_eq v0.3.0 |
973 | 2024-09-04T16:09:39.771Z | Downloaded const-oid v0.9.6 |
974 | 2024-09-04T16:09:39.771Z | Downloaded console v0.15.8 |
975 | 2024-09-04T16:09:39.771Z | Downloaded compact_str v0.8.0 |
976 | 2024-09-04T16:09:39.771Z | Downloaded colored v2.1.0 |
977 | 2024-09-04T16:09:39.771Z | Downloaded bit-set v0.5.3 |
978 | 2024-09-04T16:09:39.771Z | Downloaded bindgen v0.69.4 |
979 | 2024-09-04T16:09:39.795Z | Downloaded bcs v0.1.6 |
980 | 2024-09-04T16:09:39.795Z | Downloaded base64ct v1.6.0 |
981 | 2024-09-04T16:09:39.795Z | Downloaded base64 v0.22.1 |
982 | 2024-09-04T16:09:39.795Z | Downloaded base64 v0.13.1 |
983 | 2024-09-04T16:09:39.795Z | Downloaded backtrace v0.3.71 |
984 | 2024-09-04T16:09:39.818Z | Downloaded allocator-api2 v0.2.18 |
985 | 2024-09-04T16:09:39.818Z | Downloaded aho-corasick v1.1.3 |
986 | 2024-09-04T16:09:39.818Z | Downloaded aes-gcm v0.10.3 |
987 | 2024-09-04T16:09:39.818Z | Downloaded aes v0.8.4 |
988 | 2024-09-04T16:09:39.818Z | Downloaded resolv-conf v0.7.0 |
989 | 2024-09-04T16:09:39.818Z | Downloaded num-conv v0.1.0 |
990 | 2024-09-04T16:09:39.818Z | Downloaded num v0.4.3 |
991 | 2024-09-04T16:09:39.843Z | Downloaded normalize-line-endings v0.3.0 |
992 | 2024-09-04T16:09:39.843Z | Downloaded nibble_vec v0.1.0 |
993 | 2024-09-04T16:09:39.843Z | Downloaded newtype-uuid v1.1.0 |
994 | 2024-09-04T16:09:39.843Z | Downloaded newline-converter v0.3.0 |
995 | 2024-09-04T16:09:39.843Z | Downloaded new_debug_unreachable v1.0.6 |
996 | 2024-09-04T16:09:39.843Z | Downloaded native-tls v0.2.11 |
997 | 2024-09-04T16:09:39.843Z | Downloaded nanorand v0.7.0 |
998 | 2024-09-04T16:09:39.843Z | Downloaded multimap v0.10.0 |
999 | 2024-09-04T16:09:39.843Z | Downloaded multer v3.1.0 |
1000 | 2024-09-04T16:09:39.843Z | Downloaded mockall v0.13.0 |
1001 | 2024-09-04T16:09:39.843Z | Downloaded mime_guess v2.0.4 |
1002 | 2024-09-04T16:09:39.843Z | Downloaded memoffset v0.9.1 |
1003 | 2024-09-04T16:09:39.843Z | Downloaded md5 v0.7.0 |
1004 | 2024-09-04T16:09:39.843Z | Downloaded maybe-uninit v2.0.0 |
1005 | 2024-09-04T16:09:39.843Z | Downloaded matches v0.1.10 |
1006 | 2024-09-04T16:09:39.843Z | Downloaded maplit v1.0.2 |
1007 | 2024-09-04T16:09:39.867Z | Downloaded lock_api v0.4.12 |
1008 | 2024-09-04T16:09:39.867Z | Downloaded linked-hash-map v0.5.6 |
1009 | 2024-09-04T16:09:39.867Z | Downloaded libsw v3.3.1 |
1010 | 2024-09-04T16:09:39.867Z | Downloaded lazy_static v1.5.0 |
1011 | 2024-09-04T16:09:39.867Z | Downloaded kstat-rs v0.2.4 |
1012 | 2024-09-04T16:09:39.867Z | Downloaded keccak v0.1.5 |
1013 | 2024-09-04T16:09:39.867Z | Downloaded is_ci v1.2.0 |
1014 | 2024-09-04T16:09:39.867Z | Downloaded is-terminal v0.4.12 |
1015 | 2024-09-04T16:09:39.867Z | Downloaded instant v0.1.12 |
1016 | 2024-09-04T16:09:39.867Z | Downloaded indent_write v2.2.0 |
1017 | 2024-09-04T16:09:39.867Z | Downloaded ident_case v1.0.1 |
1018 | 2024-09-04T16:09:39.867Z | Downloaded hyper-tls v0.5.0 |
1019 | 2024-09-04T16:09:39.867Z | Downloaded hyper-staticfile v0.9.5 |
1020 | 2024-09-04T16:09:39.867Z | Downloaded hyper-rustls v0.24.2 |
1021 | 2024-09-04T16:09:39.867Z | Downloaded hubpack_derive v0.1.1 |
1022 | 2024-09-04T16:09:39.868Z | Downloaded hubpack v0.1.2 |
1023 | 2024-09-04T16:09:39.891Z | Downloaded httpdate v1.0.3 |
1024 | 2024-09-04T16:09:39.891Z | Downloaded http-range v0.1.5 |
1025 | 2024-09-04T16:09:39.891Z | Downloaded http-body v0.4.6 |
1026 | 2024-09-04T16:09:39.891Z | Downloaded darling v0.20.9 |
1027 | 2024-09-04T16:09:39.891Z | Downloaded curve25519-dalek-derive v0.1.1 |
1028 | 2024-09-04T16:09:39.891Z | Downloaded csv-core v0.1.11 |
1029 | 2024-09-04T16:09:39.891Z | Downloaded crucible-workspace-hack v0.1.0 |
1030 | 2024-09-04T16:09:39.891Z | Downloaded crossbeam-utils v0.8.19 |
1031 | 2024-09-04T16:09:39.891Z | Downloaded crossbeam-deque v0.8.5 |
1032 | 2024-09-04T16:09:39.891Z | Downloaded crc-catalog v2.4.0 |
1033 | 2024-09-04T16:09:39.892Z | Downloaded crc v3.2.1 |
1034 | 2024-09-04T16:09:39.892Z | Downloaded convert_case v0.4.0 |
1035 | 2024-09-04T16:09:39.892Z | Downloaded const_format_proc_macros v0.2.32 |
1036 | 2024-09-04T16:09:39.915Z | Downloaded cobs v0.2.3 |
1037 | 2024-09-04T16:09:39.915Z | Downloaded cipher v0.4.4 |
1038 | 2024-09-04T16:09:39.915Z | Downloaded ciborium-ll v0.2.2 |
1039 | 2024-09-04T16:09:39.915Z | Downloaded ciborium-io v0.2.2 |
1040 | 2024-09-04T16:09:39.915Z | Downloaded ciborium v0.2.2 |
1041 | 2024-09-04T16:09:39.915Z | Downloaded chacha20poly1305 v0.10.1 |
1042 | 2024-09-04T16:09:39.915Z | Downloaded chacha20 v0.9.1 |
1043 | 2024-09-04T16:09:39.915Z | Downloaded cfg_aliases v0.1.1 |
1044 | 2024-09-04T16:09:39.916Z | Downloaded cc v1.0.97 |
1045 | 2024-09-04T16:09:39.916Z | Downloaded castaway v0.2.3 |
1046 | 2024-09-04T16:09:39.916Z | Downloaded bzip2 v0.4.4 |
1047 | 2024-09-04T16:09:39.916Z | Downloaded bytes v1.7.1 |
1048 | 2024-09-04T16:09:39.940Z | Downloaded buf-list v1.0.3 |
1049 | 2024-09-04T16:09:39.940Z | Downloaded blowfish v0.9.1 |
1050 | 2024-09-04T16:09:39.940Z | Downloaded block-padding v0.3.3 |
1051 | 2024-09-04T16:09:39.940Z | Downloaded blake2 v0.10.6 |
1052 | 2024-09-04T16:09:39.940Z | Downloaded bitflags v1.3.2 |
1053 | 2024-09-04T16:09:39.940Z | Downloaded bitfield v0.14.0 |
1054 | 2024-09-04T16:09:39.940Z | Downloaded bcrypt-pbkdf v0.10.0 |
1055 | 2024-09-04T16:09:39.940Z | Downloaded bb8 v0.8.5 |
1056 | 2024-09-04T16:09:39.940Z | Downloaded base64 v0.21.7 |
1057 | 2024-09-04T16:09:39.940Z | Downloaded base16ct v0.2.0 |
1058 | 2024-09-04T16:09:39.940Z | Downloaded backoff v0.4.0 |
1059 | 2024-09-04T16:09:39.940Z | Downloaded atty v0.2.14 |
1060 | 2024-09-04T16:09:39.964Z | Downloaded atomicwrites v0.4.3 |
1061 | 2024-09-04T16:09:39.964Z | Downloaded atomic-waker v1.1.2 |
1062 | 2024-09-04T16:09:39.964Z | Downloaded async-trait v0.1.81 |
1063 | 2024-09-04T16:09:39.964Z | Downloaded async-stream-impl v0.3.5 |
1064 | 2024-09-04T16:09:39.964Z | Downloaded async-recursion v1.1.1 |
1065 | 2024-09-04T16:09:39.964Z | Downloaded async-bb8-diesel v0.2.1 |
1066 | 2024-09-04T16:09:39.964Z | Downloaded assert_matches v1.5.0 |
1067 | 2024-09-04T16:09:39.964Z | Downloaded ascii-canvas v3.0.0 |
1068 | 2024-09-04T16:09:39.964Z | Downloaded ascii v1.1.0 |
1069 | 2024-09-04T16:09:39.964Z | Downloaded arrayvec v0.7.4 |
1070 | 2024-09-04T16:09:39.964Z | Downloaded arrayref v0.3.7 |
1071 | 2024-09-04T16:09:39.964Z | Downloaded array-init v0.0.4 |
1072 | 2024-09-04T16:09:39.987Z | Downloaded arc-swap v1.7.1 |
1073 | 2024-09-04T16:09:39.987Z | Downloaded ahash v0.8.11 |
1074 | 2024-09-04T16:09:39.987Z | Downloaded newtype_derive v0.1.6 |
1075 | 2024-09-04T16:09:39.987Z | Downloaded libloading v0.8.3 |
1076 | 2024-09-04T16:09:39.987Z | Downloaded libefi-sys v0.1.0 |
1077 | 2024-09-04T16:09:39.987Z | Downloaded ipnet v2.9.0 |
1078 | 2024-09-04T16:09:39.987Z | Downloaded inout v0.1.3 |
1079 | 2024-09-04T16:09:39.987Z | Downloaded humantime v2.1.0 |
1080 | 2024-09-04T16:09:39.988Z | Downloaded hostname v0.4.0 |
1081 | 2024-09-04T16:09:39.988Z | Downloaded hostname v0.3.1 |
1082 | 2024-09-04T16:09:39.988Z | Downloaded home v0.5.9 |
1083 | 2024-09-04T16:09:39.988Z | Downloaded highway v1.2.0 |
1084 | 2024-09-04T16:09:40.011Z | Downloaded darling_macro v0.20.9 |
1085 | 2024-09-04T16:09:40.011Z | Downloaded cstr-argument v0.1.2 |
1086 | 2024-09-04T16:09:40.011Z | Downloaded crunchy v0.2.2 |
1087 | 2024-09-04T16:09:40.011Z | Downloaded cexpr v0.6.0 |
1088 | 2024-09-04T16:09:40.011Z | Downloaded cbc v0.1.2 |
1089 | 2024-09-04T16:09:40.011Z | Downloaded cassowary v0.3.0 |
1090 | 2024-09-04T16:09:40.011Z | Downloaded bitstruct_derive v0.1.0 |
1091 | 2024-09-04T16:09:40.011Z | Downloaded bitstruct v0.1.1 |
1092 | 2024-09-04T16:09:40.011Z | Downloaded bitfield-struct v0.6.1 |
1093 | 2024-09-04T16:09:40.012Z | Downloaded bit-vec v0.6.3 |
1094 | 2024-09-04T16:09:40.012Z | Downloaded async-stream v0.3.5 |
1095 | 2024-09-04T16:09:40.012Z | Downloaded addr2line v0.21.0 |
1096 | 2024-09-04T16:09:40.012Z | Downloaded aead v0.5.2 |
1097 | 2024-09-04T16:09:40.116Z | Compiling serde v1.0.208 |
1098 | 2024-09-04T16:09:40.140Z | Compiling typenum v1.17.0 |
1099 | 2024-09-04T16:09:40.140Z | Compiling lock_api v0.4.12 |
1100 | 2024-09-04T16:09:40.140Z | Compiling generic-array v0.14.7 |
1101 | 2024-09-04T16:09:40.140Z | Compiling scopeguard v1.2.0 |
1102 | 2024-09-04T16:09:40.163Z | Compiling log v0.4.21 |
1103 | 2024-09-04T16:09:40.218Z | Compiling syn v2.0.74 |
1104 | 2024-09-04T16:09:40.242Z | Compiling getrandom v0.2.14 |
1105 | 2024-09-04T16:09:40.438Z | Compiling jobserver v0.1.32 |
1106 | 2024-09-04T16:09:40.483Z | Compiling rand_core v0.6.4 |
1107 | 2024-09-04T16:09:40.623Z | Compiling subtle v2.5.0 |
1108 | 2024-09-04T16:09:40.685Z | Compiling const-oid v0.9.6 |
1109 | 2024-09-04T16:09:40.709Z | Compiling pin-project-lite v0.2.14 |
1110 | 2024-09-04T16:09:40.895Z | Compiling cc v1.0.97 |
1111 | 2024-09-04T16:09:40.964Z | Compiling smallvec v1.13.2 |
1112 | 2024-09-04T16:09:40.989Z | Compiling parking_lot_core v0.9.10 |
1113 | 2024-09-04T16:09:41.099Z | Compiling signal-hook-registry v1.4.2 |
1114 | 2024-09-04T16:09:41.264Z | Compiling spin v0.9.8 |
1115 | 2024-09-04T16:09:41.343Z | Compiling mio v1.0.2 |
1116 | 2024-09-04T16:09:41.935Z | Compiling ahash v0.8.11 |
1117 | 2024-09-04T16:09:42.087Z | Compiling parking_lot v0.12.2 |
1118 | 2024-09-04T16:09:42.260Z | Compiling tinyvec_macros v0.1.1 |
1119 | 2024-09-04T16:09:42.360Z | Compiling tinyvec v1.6.0 |
1120 | 2024-09-04T16:09:42.383Z | Compiling socket2 v0.5.7 |
1121 | 2024-09-04T16:09:42.558Z | Compiling futures-core v0.3.30 |
1122 | 2024-09-04T16:09:42.852Z | Compiling libm v0.2.8 |
1123 | 2024-09-04T16:09:42.924Z | Compiling serde_json v1.0.125 |
1124 | 2024-09-04T16:09:42.947Z | Compiling futures-sink v0.3.30 |
1125 | 2024-09-04T16:09:43.085Z | Compiling cpufeatures v0.2.12 |
1126 | 2024-09-04T16:09:43.166Z | Compiling num-traits v0.2.19 |
1127 | 2024-09-04T16:09:43.193Z | Compiling slab v0.4.9 |
1128 | 2024-09-04T16:09:43.298Z | Compiling allocator-api2 v0.2.18 |
1129 | 2024-09-04T16:09:43.336Z | Compiling unicode-bidi v0.3.15 |
1130 | 2024-09-04T16:09:43.679Z | Compiling futures-channel v0.3.30 |
1131 | 2024-09-04T16:09:43.827Z | Compiling unicode-normalization v0.1.23 |
1132 | 2024-09-04T16:09:43.917Z | Compiling pkg-config v0.3.30 |
1133 | 2024-09-04T16:09:44.025Z | Compiling vcpkg v0.2.15 |
1134 | 2024-09-04T16:09:44.057Z | Compiling futures-io v0.3.30 |
1135 | 2024-09-04T16:09:44.617Z | Compiling pin-utils v0.1.0 |
1136 | 2024-09-04T16:09:44.649Z | Compiling futures-task v0.3.30 |
1137 | 2024-09-04T16:09:44.713Z | Compiling base64ct v1.6.0 |
1138 | 2024-09-04T16:09:44.736Z | Compiling ppv-lite86 v0.2.17 |
1139 | 2024-09-04T16:09:44.787Z | Compiling ring v0.17.8 |
1140 | 2024-09-04T16:09:44.916Z | Compiling percent-encoding v2.3.1 |
1141 | 2024-09-04T16:09:45.191Z | Compiling pem-rfc7468 v0.7.0 |
1142 | 2024-09-04T16:09:45.218Z | Compiling flagset v0.4.5 |
1143 | 2024-09-04T16:09:45.241Z | Compiling tracing-core v0.1.32 |
1144 | 2024-09-04T16:09:45.355Z | Compiling rand_chacha v0.3.1 |
1145 | 2024-09-04T16:09:45.411Z | Compiling rustix v0.38.34 |
1146 | 2024-09-04T16:09:45.807Z | Compiling openssl-sys v0.9.103 |
1147 | 2024-09-04T16:09:45.832Z | Compiling untrusted v0.9.0 |
1148 | 2024-09-04T16:09:45.987Z | Compiling rand v0.8.5 |
1149 | 2024-09-04T16:09:46.018Z | Compiling foreign-types-shared v0.1.1 |
1150 | 2024-09-04T16:09:46.116Z | Compiling time-core v0.1.2 |
1151 | 2024-09-04T16:09:46.188Z | Compiling openssl v0.10.66 |
1152 | 2024-09-04T16:09:46.278Z | Compiling powerfmt v0.2.0 |
1153 | 2024-09-04T16:09:46.399Z | Compiling httparse v1.8.0 |
1154 | 2024-09-04T16:09:46.613Z | Compiling num-conv v0.1.0 |
1155 | 2024-09-04T16:09:46.682Z | Compiling rustversion v1.0.17 |
1156 | 2024-09-04T16:09:46.887Z | Compiling time-macros v0.2.18 |
1157 | 2024-09-04T16:09:46.910Z | Compiling deranged v0.3.11 |
1158 | 2024-09-04T16:09:47.166Z | Compiling foreign-types v0.3.2 |
1159 | 2024-09-04T16:09:47.262Z | Compiling form_urlencoded v1.2.1 |
1160 | 2024-09-04T16:09:47.376Z | Compiling aho-corasick v1.1.3 |
1161 | 2024-09-04T16:09:47.553Z | Compiling syn v1.0.109 |
1162 | 2024-09-04T16:09:47.706Z | Compiling rustls v0.21.12 |
1163 | 2024-09-04T16:09:47.933Z | Compiling try-lock v0.2.5 |
1164 | 2024-09-04T16:09:47.956Z | Compiling crossbeam-utils v0.8.19 |
1165 | 2024-09-04T16:09:48.077Z | Compiling regex-syntax v0.8.4 |
1166 | 2024-09-04T16:09:48.102Z | Compiling num_threads v0.1.7 |
1167 | 2024-09-04T16:09:48.219Z | Compiling siphasher v0.3.11 |
1168 | 2024-09-04T16:09:48.488Z | Compiling native-tls v0.2.11 |
1169 | 2024-09-04T16:09:48.567Z | Compiling want v0.3.1 |
1170 | 2024-09-04T16:09:48.830Z | Compiling idna v0.5.0 |
1171 | 2024-09-04T16:09:49.394Z | Compiling cookie v0.17.0 |
1172 | 2024-09-04T16:09:49.480Z | Compiling time v0.3.36 |
1173 | 2024-09-04T16:09:49.640Z | Compiling openssl-probe v0.1.5 |
1174 | 2024-09-04T16:09:49.784Z | Compiling adler v1.0.2 |
1175 | 2024-09-04T16:09:49.946Z | Compiling slog v2.7.0 |
1176 | 2024-09-04T16:09:49.978Z | Compiling finl_unicode v1.2.0 |
1177 | 2024-09-04T16:09:50.077Z | Compiling iana-time-zone v0.1.60 |
1178 | 2024-09-04T16:09:50.406Z | Compiling tower-service v0.3.2 |
1179 | 2024-09-04T16:09:50.468Z | Compiling httpdate v1.0.3 |
1180 | 2024-09-04T16:09:50.522Z | Compiling stringprep v0.1.4 |
1181 | 2024-09-04T16:09:50.548Z | Compiling miniz_oxide v0.7.2 |
1182 | 2024-09-04T16:09:50.942Z | Compiling regex-automata v0.4.6 |
1183 | 2024-09-04T16:09:51.456Z | Compiling url v2.5.2 |
1184 | 2024-09-04T16:09:52.493Z | Compiling serde_derive v1.0.208 |
1185 | 2024-09-04T16:09:52.955Z | Compiling zeroize_derive v1.4.2 |
1186 | 2024-09-04T16:09:53.019Z | Compiling zerocopy-derive v0.7.34 |
1187 | 2024-09-04T16:09:53.488Z | Compiling tokio-macros v2.4.0 |
1188 | 2024-09-04T16:09:53.856Z | Compiling thiserror-impl v1.0.63 |
1189 | 2024-09-04T16:09:53.890Z | Compiling futures-macro v0.3.30 |
1190 | 2024-09-04T16:09:54.271Z | Compiling zeroize v1.7.0 |
1191 | 2024-09-04T16:09:54.894Z | Compiling der_derive v0.7.2 |
1192 | 2024-09-04T16:09:54.920Z | Compiling zerocopy v0.7.34 |
1193 | 2024-09-04T16:09:55.485Z | Compiling futures-util v0.3.30 |
1194 | 2024-09-04T16:09:55.783Z | Compiling crypto-common v0.1.6 |
1195 | 2024-09-04T16:09:55.990Z | Compiling block-buffer v0.10.4 |
1196 | 2024-09-04T16:09:56.227Z | Compiling digest v0.10.7 |
1197 | 2024-09-04T16:09:56.499Z | Compiling block-padding v0.3.3 |
1198 | 2024-09-04T16:09:56.719Z | Compiling hmac v0.12.1 |
1199 | 2024-09-04T16:09:56.759Z | Compiling inout v0.1.3 |
1200 | 2024-09-04T16:09:56.847Z | Compiling hashbrown v0.14.5 |
1201 | 2024-09-04T16:09:56.947Z | Compiling thiserror v1.0.63 |
1202 | 2024-09-04T16:09:56.985Z | Compiling cipher v0.4.4 |
1203 | 2024-09-04T16:09:57.011Z | Compiling sha2 v0.10.8 |
1204 | 2024-09-04T16:09:57.090Z | Compiling pest v2.7.10 |
1205 | 2024-09-04T16:09:57.430Z | Compiling salsa20 v0.10.2 |
1206 | 2024-09-04T16:09:57.630Z | Compiling der v0.7.9 |
1207 | 2024-09-04T16:09:58.136Z | Compiling pbkdf2 v0.12.2 |
1208 | 2024-09-04T16:09:58.304Z | Compiling scroll_derive v0.12.0 |
1209 | 2024-09-04T16:09:59.617Z | Compiling pest_meta v2.7.10 |
1210 | 2024-09-04T16:09:59.654Z | Compiling tracing-attributes v0.1.27 |
1211 | 2024-09-04T16:09:59.819Z | Compiling scroll v0.12.0 |
1212 | 2024-09-04T16:10:00.309Z | Compiling spki v0.7.3 |
1213 | 2024-09-04T16:10:00.599Z | Compiling scrypt v0.11.0 |
1214 | 2024-09-04T16:10:00.659Z | Compiling pest_generator v2.7.10 |
1215 | 2024-09-04T16:10:00.704Z | Compiling aes v0.8.4 |
1216 | 2024-09-04T16:10:01.097Z | Compiling cbc v0.1.2 |
1217 | 2024-09-04T16:10:01.289Z | Compiling goblin v0.8.2 |
1218 | 2024-09-04T16:10:01.525Z | Compiling pkcs5 v0.7.1 |
1219 | 2024-09-04T16:10:02.267Z | Compiling openssl-macros v0.1.1 |
1220 | 2024-09-04T16:10:02.502Z | Compiling pkcs8 v0.10.2 |
1221 | 2024-09-04T16:10:02.810Z | Compiling rustls-webpki v0.101.7 |
1222 | 2024-09-04T16:10:02.834Z | Compiling tracing v0.1.40 |
1223 | 2024-09-04T16:10:02.864Z | Compiling sct v0.7.1 |
1224 | 2024-09-04T16:10:03.125Z | Compiling md-5 v0.10.6 |
1225 | 2024-09-04T16:10:03.148Z | Compiling num-integer v0.1.46 |
1226 | 2024-09-04T16:10:03.266Z | Compiling backtrace v0.3.71 |
1227 | 2024-09-04T16:10:03.362Z | Compiling idna v0.3.0 |
1228 | 2024-09-04T16:10:03.705Z | Compiling lazy_static v1.5.0 |
1229 | 2024-09-04T16:10:03.802Z | Compiling pest_derive v2.7.10 |
1230 | 2024-09-04T16:10:03.827Z | Compiling hash32 v0.2.1 |
1231 | 2024-09-04T16:10:03.851Z | Compiling gimli v0.28.1 |
1232 | 2024-09-04T16:10:04.158Z | Compiling bytes v1.7.1 |
1233 | 2024-09-04T16:10:04.380Z | Compiling bitflags v2.6.0 |
1234 | 2024-09-04T16:10:04.488Z | Compiling indexmap v2.4.0 |
1235 | 2024-09-04T16:10:04.634Z | Compiling semver v1.0.23 |
1236 | 2024-09-04T16:10:05.231Z | Compiling tokio v1.39.3 |
1237 | 2024-09-04T16:10:05.258Z | Compiling http v0.2.12 |
1238 | 2024-09-04T16:10:05.677Z | Compiling rustc_version v0.4.0 |
1239 | 2024-09-04T16:10:06.335Z | Compiling heapless v0.7.17 |
1240 | 2024-09-04T16:10:06.753Z | Compiling http-body v0.4.6 |
1241 | 2024-09-04T16:10:07.009Z | Compiling dof v0.3.0 |
1242 | 2024-09-04T16:10:07.272Z | Compiling dtrace-parser v0.2.0 |
1243 | 2024-09-04T16:10:07.444Z | Compiling uuid v1.10.0 |
1244 | 2024-09-04T16:10:07.789Z | Compiling usdt-impl v0.5.0 |
1245 | 2024-09-04T16:10:08.664Z | Compiling toml_datetime v0.6.8 |
1246 | 2024-09-04T16:10:08.805Z | Compiling serde_tokenstream v0.2.2 |
1247 | 2024-09-04T16:10:09.056Z | Compiling chrono v0.4.38 |
1248 | 2024-09-04T16:10:09.112Z | Compiling serde_spanned v0.6.7 |
1249 | 2024-09-04T16:10:09.135Z | Compiling signal-hook v0.3.17 |
1250 | 2024-09-04T16:10:09.315Z | Compiling stable_deref_trait v1.2.0 |
1251 | 2024-09-04T16:10:09.338Z | Compiling cfg_aliases v0.1.1 |
1252 | 2024-09-04T16:10:09.367Z | Compiling base64 v0.22.1 |
1253 | 2024-09-04T16:10:09.413Z | Compiling psl-types v2.0.11 |
1254 | 2024-09-04T16:10:09.437Z | Compiling crc32fast v1.4.0 |
1255 | 2024-09-04T16:10:09.584Z | Compiling num-bigint-dig v0.8.4 |
1256 | 2024-09-04T16:10:09.658Z | Compiling smoltcp v0.9.1 |
1257 | 2024-09-04T16:10:09.839Z | Compiling fallible-iterator v0.2.0 |
1258 | 2024-09-04T16:10:09.961Z | Compiling publicsuffix v2.2.3 |
1259 | 2024-09-04T16:10:09.995Z | Compiling nix v0.28.0 |
1260 | 2024-09-04T16:10:10.313Z | Compiling addr2line v0.21.0 |
1261 | 2024-09-04T16:10:10.417Z | Compiling postgres-protocol v0.6.7 |
1262 | 2024-09-04T16:10:10.646Z | Compiling terminal_size v0.3.0 |
1263 | 2024-09-04T16:10:10.762Z | Compiling num-iter v0.1.45 |
1264 | 2024-09-04T16:10:10.825Z | Compiling hubpack_derive v0.1.1 |
1265 | 2024-09-04T16:10:10.902Z | Compiling async-trait v0.1.81 |
1266 | 2024-09-04T16:10:10.925Z | Compiling zerocopy-derive v0.6.6 |
1267 | 2024-09-04T16:10:11.660Z | Compiling phf_shared v0.11.2 |
1268 | 2024-09-04T16:10:11.980Z | Compiling serde_derive_internals v0.29.1 |
1269 | 2024-09-04T16:10:12.163Z | Compiling tokio-util v0.7.11 |
1270 | 2024-09-04T16:10:12.286Z | Compiling tokio-rustls v0.24.1 |
1271 | 2024-09-04T16:10:12.625Z | Compiling tokio-native-tls v0.3.1 |
1272 | 2024-09-04T16:10:12.738Z | Compiling ff v0.13.0 |
1273 | 2024-09-04T16:10:12.761Z | Compiling object v0.32.2 |
1274 | 2024-09-04T16:10:12.864Z | Compiling fs-err v2.11.0 |
1275 | 2024-09-04T16:10:12.937Z | Compiling base16ct v0.2.0 |
1276 | 2024-09-04T16:10:13.115Z | Compiling h2 v0.3.26 |
1277 | 2024-09-04T16:10:13.218Z | Compiling rustc-demangle v0.1.24 |
1278 | 2024-09-04T16:10:13.241Z | Compiling either v1.13.0 |
1279 | 2024-09-04T16:10:13.316Z | Compiling anyhow v1.0.86 |
1280 | 2024-09-04T16:10:13.616Z | Compiling winnow v0.5.40 |
1281 | 2024-09-04T16:10:13.842Z | Compiling ipnet v2.9.0 |
1282 | 2024-09-04T16:10:14.043Z | Compiling schemars v0.8.21 |
1283 | 2024-09-04T16:10:14.272Z | Compiling bitflags v1.3.2 |
1284 | 2024-09-04T16:10:14.328Z | Compiling managed v0.8.0 |
1285 | 2024-09-04T16:10:14.353Z | Compiling base64 v0.21.7 |
1286 | 2024-09-04T16:10:14.404Z | Compiling clap_builder v4.5.15 |
1287 | 2024-09-04T16:10:14.837Z | Compiling rustls-pemfile v1.0.4 |
1288 | 2024-09-04T16:10:14.975Z | Compiling schemars_derive v0.8.21 |
1289 | 2024-09-04T16:10:15.371Z | Compiling sec1 v0.7.3 |
1290 | 2024-09-04T16:10:15.985Z | Compiling group v0.13.0 |
1291 | 2024-09-04T16:10:16.260Z | Compiling zerocopy v0.6.6 |
1292 | 2024-09-04T16:10:16.415Z | Compiling toml_edit v0.19.15 |
1293 | 2024-09-04T16:10:16.738Z | Compiling phf v0.11.2 |
1294 | 2024-09-04T16:10:16.984Z | Compiling hubpack v0.1.2 |
1295 | 2024-09-04T16:10:17.008Z | Compiling cookie_store v0.20.0 |
1296 | 2024-09-04T16:10:17.364Z | Compiling postgres-types v0.2.7 |
1297 | 2024-09-04T16:10:18.763Z | Compiling hyper v0.14.30 |
1298 | 2024-09-04T16:10:18.903Z | Compiling usdt-macro v0.5.0 |
1299 | 2024-09-04T16:10:18.926Z | Compiling usdt-attr-macro v0.5.0 |
1300 | 2024-09-04T16:10:20.162Z | Compiling serde_urlencoded v0.7.1 |
1301 | 2024-09-04T16:10:20.267Z | Compiling pkcs1 v0.7.5 |
1302 | 2024-09-04T16:10:20.606Z | Compiling futures-executor v0.3.30 |
1303 | 2024-09-04T16:10:21.078Z | Compiling hkdf v0.12.4 |
1304 | 2024-09-04T16:10:21.103Z | Compiling signature v2.2.0 |
1305 | 2024-09-04T16:10:21.270Z | Compiling crypto-bigint v0.5.5 |
1306 | 2024-09-04T16:10:21.313Z | Compiling regex v1.10.6 |
1307 | 2024-09-04T16:10:21.352Z | Compiling bstr v1.9.1 |
1308 | 2024-09-04T16:10:21.646Z | Compiling clap_derive v4.5.13 |
1309 | 2024-09-04T16:10:22.055Z | Compiling strum_macros v0.25.3 |
1310 | 2024-09-04T16:10:22.252Z | Compiling serde_repr v0.1.19 |
1311 | 2024-09-04T16:10:22.832Z | Compiling enum-as-inner v0.6.0 |
1312 | 2024-09-04T16:10:23.007Z | Compiling phf_shared v0.10.0 |
1313 | 2024-09-04T16:10:23.191Z | Compiling float-cmp v0.9.0 |
1314 | 2024-09-04T16:10:23.368Z | Compiling idna v0.4.0 |
1315 | 2024-09-04T16:10:23.392Z | Compiling mio v0.8.11 |
1316 | 2024-09-04T16:10:23.738Z | Compiling encoding_rs v0.8.34 |
1317 | 2024-09-04T16:10:24.536Z | Compiling hyper-tls v0.5.0 |
1318 | 2024-09-04T16:10:24.608Z | Compiling hyper-rustls v0.24.2 |
1319 | 2024-09-04T16:10:24.833Z | Compiling minimal-lexical v0.2.1 |
1320 | 2024-09-04T16:10:24.908Z | Compiling precomputed-hash v0.1.1 |
1321 | 2024-09-04T16:10:25.008Z | Compiling whoami v1.5.1 |
1322 | 2024-09-04T16:10:25.256Z | Compiling data-encoding v2.6.0 |
1323 | 2024-09-04T16:10:25.284Z | Compiling difflib v0.4.0 |
1324 | 2024-09-04T16:10:25.569Z | Compiling static_assertions v1.1.0 |
1325 | 2024-09-04T16:10:25.593Z | Compiling new_debug_unreachable v1.0.6 |
1326 | 2024-09-04T16:10:25.667Z | Compiling normalize-line-endings v0.3.0 |
1327 | 2024-09-04T16:10:25.690Z | Compiling webpki-roots v0.25.4 |
1328 | 2024-09-04T16:10:25.790Z | Compiling dyn-clone v1.0.17 |
1329 | 2024-09-04T16:10:25.837Z | Compiling unicode-segmentation v1.11.0 |
1330 | 2024-09-04T16:10:25.980Z | Compiling fixedbitset v0.4.2 |
1331 | 2024-09-04T16:10:26.098Z | Compiling mime v0.3.17 |
1332 | 2024-09-04T16:10:26.379Z | Compiling predicates-core v1.0.6 |
1333 | 2024-09-04T16:10:26.508Z | Compiling bit-vec v0.6.3 |
1334 | 2024-09-04T16:10:26.621Z | Compiling sync_wrapper v0.1.2 |
1335 | 2024-09-04T16:10:26.661Z | Compiling console v0.15.8 |
1336 | 2024-09-04T16:10:26.741Z | Compiling reqwest v0.11.27 |
1337 | 2024-09-04T16:10:26.772Z | Compiling predicates v3.1.2 |
1338 | 2024-09-04T16:10:26.943Z | Compiling bit-set v0.5.3 |
1339 | 2024-09-04T16:10:26.972Z | Compiling similar v2.6.0 |
1340 | 2024-09-04T16:10:27.195Z | Compiling petgraph v0.6.5 |
1341 | 2024-09-04T16:10:27.293Z | Compiling hickory-proto v0.24.1 |
1342 | 2024-09-04T16:10:27.941Z | Compiling string_cache v0.8.7 |
1343 | 2024-09-04T16:10:28.166Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1344 | 2024-09-04T16:10:28.347Z | Compiling clap v4.5.16 |
1345 | 2024-09-04T16:10:28.458Z | Compiling tokio-postgres v0.7.11 |
1346 | 2024-09-04T16:10:28.985Z | Compiling toml_edit v0.22.20 |
1347 | 2024-09-04T16:10:29.162Z | Compiling nom v7.1.3 |
1348 | 2024-09-04T16:10:30.306Z | Compiling signal-hook-mio v0.2.4 |
1349 | 2024-09-04T16:10:30.455Z | Compiling elliptic-curve v0.13.8 |
1350 | 2024-09-04T16:10:30.478Z | Compiling usdt v0.5.0 |
1351 | 2024-09-04T16:10:30.898Z | Compiling rsa v0.9.6 |
1352 | 2024-09-04T16:10:31.139Z | Compiling futures v0.3.30 |
1353 | 2024-09-04T16:10:31.994Z | Compiling toml v0.7.8 |
1354 | 2024-09-04T16:10:32.075Z | Compiling flate2 v1.0.31 |
1355 | 2024-09-04T16:10:33.172Z | Compiling itertools v0.12.1 |
1356 | 2024-09-04T16:10:33.432Z | Compiling itertools v0.10.5 |
1357 | 2024-09-04T16:10:33.635Z | Compiling tokio-stream v0.1.15 |
1358 | 2024-09-04T16:10:34.477Z | Compiling openapiv3 v2.0.0 |
1359 | 2024-09-04T16:10:35.564Z | Compiling hex v0.4.3 |
1360 | 2024-09-04T16:10:35.707Z | Compiling sha1 v0.10.6 |
1361 | 2024-09-04T16:10:35.793Z | Compiling crossbeam-epoch v0.9.18 |
1362 | 2024-09-04T16:10:35.822Z | Compiling dirs-sys-next v0.1.2 |
1363 | 2024-09-04T16:10:36.078Z | Compiling lalrpop-util v0.19.12 |
1364 | 2024-09-04T16:10:36.103Z | Compiling peg-runtime v0.8.3 |
1365 | 2024-09-04T16:10:36.212Z | Compiling unicode-xid v0.2.4 |
1366 | 2024-09-04T16:10:36.374Z | Compiling dirs-next v2.0.0 |
1367 | 2024-09-04T16:10:36.398Z | Compiling thread_local v1.1.8 |
1368 | 2024-09-04T16:10:36.398Z | Compiling slog-async v2.8.0 |
1369 | 2024-09-04T16:10:36.440Z | Compiling xattr v1.3.1 |
1370 | 2024-09-04T16:10:36.601Z | Compiling term v0.7.0 |
1371 | 2024-09-04T16:10:36.714Z | Compiling crossbeam-channel v0.5.12 |
1372 | 2024-09-04T16:10:36.741Z | Compiling strum_macros v0.26.4 |
1373 | 2024-09-04T16:10:36.930Z | Compiling is-terminal v0.4.12 |
1374 | 2024-09-04T16:10:36.979Z | Compiling filetime v0.2.25 |
1375 | 2024-09-04T16:10:37.056Z | Compiling take_mut v0.2.2 |
1376 | 2024-09-04T16:10:37.192Z | Compiling tar v0.4.41 |
1377 | 2024-09-04T16:10:37.246Z | Compiling slog-term v2.9.1 |
1378 | 2024-09-04T16:10:37.667Z | Compiling camino v1.1.9 |
1379 | 2024-09-04T16:10:38.597Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1380 | 2024-09-04T16:10:39.767Z | Compiling strum v0.26.3 |
1381 | 2024-09-04T16:10:39.880Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1382 | 2024-09-04T16:10:46.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
1383 | 2024-09-04T16:10:46.769Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1384 | 2024-09-04T16:10:46.833Z | Sep 04 16:10:46.192 INFO Starting download, target: Clickhouse |
1385 | 2024-09-04T16:10:46.833Z | Sep 04 16:10:46.192 INFO Starting download, target: Cockroach |
1386 | 2024-09-04T16:10:46.833Z | Sep 04 16:10:46.192 INFO Starting download, target: Console |
1387 | 2024-09-04T16:10:46.833Z | Sep 04 16:10:46.192 INFO Starting download, target: DendriteOpenapi |
1388 | 2024-09-04T16:10:46.833Z | Sep 04 16:10:46.192 INFO Starting download, target: DendriteStub |
1389 | 2024-09-04T16:10:46.833Z | Sep 04 16:10:46.192 INFO Starting download, target: MaghemiteMgd |
1390 | 2024-09-04T16:10:46.833Z | Sep 04 16:10:46.192 INFO Starting download, target: TransceiverControl |
1391 | 2024-09-04T16:10:46.857Z | Sep 04 16:10:46.194 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1392 | 2024-09-04T16:10:46.857Z | Sep 04 16:10:46.194 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1393 | 2024-09-04T16:10:46.857Z | Sep 04 16:10:46.194 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1394 | 2024-09-04T16:10:46.857Z | Sep 04 16:10:46.194 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1395 | 2024-09-04T16:10:46.857Z | Sep 04 16:10:46.195 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1396 | 2024-09-04T16:10:46.857Z | Sep 04 16:10:46.195 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1397 | 2024-09-04T16:10:46.857Z | Sep 04 16:10:46.195 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1398 | 2024-09-04T16:10:47.236Z | Sep 04 16:10:46.595 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1399 | 2024-09-04T16:10:47.602Z | Sep 04 16:10:46.960 INFO Download complete, target: DendriteOpenapi |
1400 | 2024-09-04T16:10:47.628Z | Sep 04 16:10:46.961 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1401 | 2024-09-04T16:10:47.752Z | Sep 04 16:10:47.110 INFO Download complete, target: Console |
1402 | 2024-09-04T16:10:48.282Z | Sep 04 16:10:47.641 INFO Download complete, target: TransceiverControl |
1403 | 2024-09-04T16:10:48.763Z | Sep 04 16:10:48.122 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1404 | 2024-09-04T16:10:51.296Z | Sep 04 16:10:50.655 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1405 | 2024-09-04T16:10:51.296Z | Sep 04 16:10:50.655 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1406 | 2024-09-04T16:10:52.572Z | Sep 04 16:10:51.523 INFO Download complete, target: MaghemiteMgd |
1407 | 2024-09-04T16:10:56.286Z | Sep 04 16:10:55.645 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1408 | 2024-09-04T16:10:57.206Z | Sep 04 16:10:56.565 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1409 | 2024-09-04T16:10:59.698Z | Sep 04 16:10:59.057 INFO Download complete, target: DendriteStub |
1410 | 2024-09-04T16:11:00.627Z | Sep 04 16:10:59.986 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1411 | 2024-09-04T16:11:01.183Z | Sep 04 16:11:00.542 INFO Checking that binary works, target: Cockroach |
1412 | 2024-09-04T16:11:01.467Z | Sep 04 16:11:00.826 INFO Download complete, target: Cockroach |
1413 | 2024-09-04T16:11:13.090Z | Sep 04 16:11:12.449 INFO Checking that binary works, target: Clickhouse |
1414 | 2024-09-04T16:11:13.305Z | Sep 04 16:11:12.664 INFO Download complete, target: Clickhouse |
1415 | 2024-09-04T16:11:13.330Z | All builder prerequisites installed successfully, and PATH looks valid |
1416 | 2024-09-04T16:11:13.354Z | |
1417 | 2024-09-04T16:11:13.354Z | real 3:43.800942646 |
1418 | 2024-09-04T16:11:13.354Z | user 9:53.910237611 |
1419 | 2024-09-04T16:11:13.354Z | sys 2:22.239520371 |
1420 | 2024-09-04T16:11:13.354Z | trap 0.323680012 |
1421 | 2024-09-04T16:11:13.354Z | tflt 0.654880650 |
1422 | 2024-09-04T16:11:13.354Z | dflt 1.464117668 |
1423 | 2024-09-04T16:11:13.354Z | kflt 0.007524222 |
1424 | 2024-09-04T16:11:13.354Z | lock 21:19.480965828 |
1425 | 2024-09-04T16:11:13.354Z | slp 37:37.448545046 |
1426 | 2024-09-04T16:11:13.354Z | lat 45.147296891 |
1427 | 2024-09-04T16:11:13.354Z | stop 1:49.058451563 |
1428 | 2024-09-04T16:11:13.354Z | + banner hack-check |
1429 | 2024-09-04T16:11:13.354Z | |
1430 | 2024-09-04T16:11:13.354Z | # # ## #### # # #### # # ###### #### # # |
1431 | 2024-09-04T16:11:13.354Z | # # # # # # # # # # # # # # # # # |
1432 | 2024-09-04T16:11:13.354Z | ###### # # # #### ##### # ###### ##### # #### |
1433 | 2024-09-04T16:11:13.354Z | # # ###### # # # # # # # # # # |
1434 | 2024-09-04T16:11:13.354Z | # # # # # # # # # # # # # # # # # |
1435 | 2024-09-04T16:11:13.354Z | # # # # #### # # #### # # ###### #### # # |
1436 | 2024-09-04T16:11:13.354Z | |
1437 | 2024-09-04T16:11:13.354Z | + export CARGO_INCREMENTAL=0 |
1438 | 2024-09-04T16:11:13.354Z | + CARGO_INCREMENTAL=0 |
1439 | 2024-09-04T16:11:13.354Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1440 | 2024-09-04T16:11:14.161Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1441 | 2024-09-04T16:11:18.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
1442 | 2024-09-04T16:11:18.985Z | Running `target/debug/xtask check-features --ci` |
1443 | 2024-09-04T16:11:19.010Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1444 | 2024-09-04T16:11:19.010Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1445 | 2024-09-04T16:11:19.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1446 | 2024-09-04T16:11:19.666Z | Running `target/debug/xtask download cargo-hack` |
1447 | 2024-09-04T16:11:20.736Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1448 | 2024-09-04T16:11:21.039Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1449 | 2024-09-04T16:11:26.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.18s |
1450 | 2024-09-04T16:11:26.994Z | Running `target/debug/xtask-downloader cargo-hack` |
1451 | 2024-09-04T16:11:27.052Z | Sep 04 16:11:26.411 INFO Starting download, target: CargoHack |
1452 | 2024-09-04T16:11:27.076Z | Sep 04 16:11:26.413 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1453 | 2024-09-04T16:11:27.713Z | Sep 04 16:11:27.072 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1454 | 2024-09-04T16:11:27.834Z | Sep 04 16:11:27.193 INFO Download complete, target: CargoHack |
1455 | 2024-09-04T16:11:27.858Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1456 | 2024-09-04T16:11:27.881Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1457 | 2024-09-04T16:11:28.108Z | info: running `cargo check --bins` on api_identity (1/158) |
1458 | 2024-09-04T16:11:28.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1459 | 2024-09-04T16:11:28.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1460 | 2024-09-04T16:11:28.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1461 | 2024-09-04T16:11:28.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1462 | 2024-09-04T16:11:28.989Z | |
1463 | 2024-09-04T16:11:28.989Z | info: running `cargo check --bins` on bootstore (2/158) |
1464 | 2024-09-04T16:11:29.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1465 | 2024-09-04T16:11:29.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1466 | 2024-09-04T16:11:29.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1467 | 2024-09-04T16:11:29.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
1468 | 2024-09-04T16:11:29.928Z | |
1469 | 2024-09-04T16:11:29.928Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1470 | 2024-09-04T16:11:30.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1471 | 2024-09-04T16:11:30.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1472 | 2024-09-04T16:11:30.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1473 | 2024-09-04T16:11:30.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1474 | 2024-09-04T16:11:30.837Z | |
1475 | 2024-09-04T16:11:30.837Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1476 | 2024-09-04T16:11:31.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1477 | 2024-09-04T16:11:31.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1478 | 2024-09-04T16:11:31.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1479 | 2024-09-04T16:11:31.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1480 | 2024-09-04T16:11:31.621Z | |
1481 | 2024-09-04T16:11:31.621Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1482 | 2024-09-04T16:11:32.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1483 | 2024-09-04T16:11:32.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1484 | 2024-09-04T16:11:32.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1485 | 2024-09-04T16:11:32.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1486 | 2024-09-04T16:11:32.239Z | |
1487 | 2024-09-04T16:11:32.239Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1488 | 2024-09-04T16:11:32.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1489 | 2024-09-04T16:11:32.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1490 | 2024-09-04T16:11:32.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1491 | 2024-09-04T16:11:32.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1492 | 2024-09-04T16:11:32.825Z | |
1493 | 2024-09-04T16:11:32.825Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1494 | 2024-09-04T16:11:33.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1495 | 2024-09-04T16:11:33.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1496 | 2024-09-04T16:11:33.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1497 | 2024-09-04T16:11:33.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1498 | 2024-09-04T16:11:33.420Z | |
1499 | 2024-09-04T16:11:33.420Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1500 | 2024-09-04T16:11:33.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1501 | 2024-09-04T16:11:33.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1502 | 2024-09-04T16:11:33.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1503 | 2024-09-04T16:11:34.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1504 | 2024-09-04T16:11:34.027Z | |
1505 | 2024-09-04T16:11:34.027Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1506 | 2024-09-04T16:11:34.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1507 | 2024-09-04T16:11:34.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1508 | 2024-09-04T16:11:34.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1509 | 2024-09-04T16:11:34.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1510 | 2024-09-04T16:11:34.595Z | |
1511 | 2024-09-04T16:11:34.595Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1512 | 2024-09-04T16:11:35.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1513 | 2024-09-04T16:11:35.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1514 | 2024-09-04T16:11:35.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1515 | 2024-09-04T16:11:35.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1516 | 2024-09-04T16:11:35.177Z | |
1517 | 2024-09-04T16:11:35.177Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1518 | 2024-09-04T16:11:35.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1519 | 2024-09-04T16:11:35.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1520 | 2024-09-04T16:11:35.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1521 | 2024-09-04T16:11:35.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1522 | 2024-09-04T16:11:35.786Z | |
1523 | 2024-09-04T16:11:35.786Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1524 | 2024-09-04T16:11:36.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1525 | 2024-09-04T16:11:36.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1526 | 2024-09-04T16:11:36.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1527 | 2024-09-04T16:11:36.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1528 | 2024-09-04T16:11:36.399Z | |
1529 | 2024-09-04T16:11:36.399Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1530 | 2024-09-04T16:11:36.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1531 | 2024-09-04T16:11:36.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1532 | 2024-09-04T16:11:36.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1533 | 2024-09-04T16:11:36.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1534 | 2024-09-04T16:11:37.001Z | |
1535 | 2024-09-04T16:11:37.001Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1536 | 2024-09-04T16:11:37.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1537 | 2024-09-04T16:11:37.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1538 | 2024-09-04T16:11:37.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1539 | 2024-09-04T16:11:37.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1540 | 2024-09-04T16:11:37.623Z | |
1541 | 2024-09-04T16:11:37.623Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1542 | 2024-09-04T16:11:38.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1543 | 2024-09-04T16:11:38.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1544 | 2024-09-04T16:11:38.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1545 | 2024-09-04T16:11:38.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1546 | 2024-09-04T16:11:38.212Z | |
1547 | 2024-09-04T16:11:38.213Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1548 | 2024-09-04T16:11:38.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1549 | 2024-09-04T16:11:38.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1550 | 2024-09-04T16:11:38.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1551 | 2024-09-04T16:11:38.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1552 | 2024-09-04T16:11:38.801Z | |
1553 | 2024-09-04T16:11:38.801Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1554 | 2024-09-04T16:11:39.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1555 | 2024-09-04T16:11:39.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1556 | 2024-09-04T16:11:39.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1557 | 2024-09-04T16:11:39.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1558 | 2024-09-04T16:11:39.385Z | |
1559 | 2024-09-04T16:11:39.385Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1560 | 2024-09-04T16:11:39.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1561 | 2024-09-04T16:11:39.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1562 | 2024-09-04T16:11:39.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1563 | 2024-09-04T16:11:39.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1564 | 2024-09-04T16:11:39.981Z | |
1565 | 2024-09-04T16:11:39.981Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1566 | 2024-09-04T16:11:40.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1567 | 2024-09-04T16:11:40.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1568 | 2024-09-04T16:11:40.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1569 | 2024-09-04T16:11:40.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1570 | 2024-09-04T16:11:40.592Z | |
1571 | 2024-09-04T16:11:40.592Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1572 | 2024-09-04T16:11:41.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1573 | 2024-09-04T16:11:41.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1574 | 2024-09-04T16:11:41.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1575 | 2024-09-04T16:11:41.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1576 | 2024-09-04T16:11:41.177Z | |
1577 | 2024-09-04T16:11:41.177Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1578 | 2024-09-04T16:11:41.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1579 | 2024-09-04T16:11:41.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1580 | 2024-09-04T16:11:41.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1581 | 2024-09-04T16:11:41.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1582 | 2024-09-04T16:11:41.775Z | |
1583 | 2024-09-04T16:11:41.775Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1584 | 2024-09-04T16:11:42.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1585 | 2024-09-04T16:11:42.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1586 | 2024-09-04T16:11:42.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1587 | 2024-09-04T16:11:42.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1588 | 2024-09-04T16:11:42.395Z | |
1589 | 2024-09-04T16:11:42.395Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1590 | 2024-09-04T16:11:42.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1591 | 2024-09-04T16:11:42.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1592 | 2024-09-04T16:11:42.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1593 | 2024-09-04T16:11:42.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1594 | 2024-09-04T16:11:42.989Z | |
1595 | 2024-09-04T16:11:42.989Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1596 | 2024-09-04T16:11:43.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1597 | 2024-09-04T16:11:43.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1598 | 2024-09-04T16:11:43.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1599 | 2024-09-04T16:11:43.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1600 | 2024-09-04T16:11:43.609Z | |
1601 | 2024-09-04T16:11:43.609Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1602 | 2024-09-04T16:11:44.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1603 | 2024-09-04T16:11:44.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1604 | 2024-09-04T16:11:44.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1605 | 2024-09-04T16:11:44.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1606 | 2024-09-04T16:11:44.454Z | |
1607 | 2024-09-04T16:11:44.454Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1608 | 2024-09-04T16:11:45.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1609 | 2024-09-04T16:11:45.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1610 | 2024-09-04T16:11:45.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1611 | 2024-09-04T16:11:45.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1612 | 2024-09-04T16:11:45.284Z | |
1613 | 2024-09-04T16:11:45.284Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1614 | 2024-09-04T16:11:46.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1615 | 2024-09-04T16:11:46.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1616 | 2024-09-04T16:11:46.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1617 | 2024-09-04T16:11:46.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1618 | 2024-09-04T16:11:46.116Z | |
1619 | 2024-09-04T16:11:46.116Z | info: running `cargo check --bins` on oxlog (28/158) |
1620 | 2024-09-04T16:11:46.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2024-09-04T16:11:46.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2024-09-04T16:11:46.908Z | Checking cfg-if v1.0.0 |
1623 | 2024-09-04T16:11:46.931Z | Checking libc v0.2.158 |
1624 | 2024-09-04T16:11:46.931Z | Checking memchr v2.7.2 |
1625 | 2024-09-04T16:11:46.962Z | Checking serde v1.0.208 |
1626 | 2024-09-04T16:11:46.985Z | Checking zeroize v1.7.0 |
1627 | 2024-09-04T16:11:47.009Z | Checking typenum v1.17.0 |
1628 | 2024-09-04T16:11:47.009Z | Checking scopeguard v1.2.0 |
1629 | 2024-09-04T16:11:47.009Z | Checking byteorder v1.5.0 |
1630 | 2024-09-04T16:11:47.033Z | Checking log v0.4.21 |
1631 | 2024-09-04T16:11:47.142Z | Checking lock_api v0.4.12 |
1632 | 2024-09-04T16:11:47.204Z | Checking subtle v2.5.0 |
1633 | 2024-09-04T16:11:47.294Z | Checking const-oid v0.9.6 |
1634 | 2024-09-04T16:11:47.341Z | Checking once_cell v1.19.0 |
1635 | 2024-09-04T16:11:47.418Z | Checking itoa v1.0.11 |
1636 | 2024-09-04T16:11:47.490Z | Checking pin-project-lite v0.2.14 |
1637 | 2024-09-04T16:11:47.590Z | Checking smallvec v1.13.2 |
1638 | 2024-09-04T16:11:47.613Z | Checking zerocopy v0.7.34 |
1639 | 2024-09-04T16:11:47.636Z | Checking spin v0.9.8 |
1640 | 2024-09-04T16:11:47.667Z | Checking tinyvec_macros v0.1.1 |
1641 | 2024-09-04T16:11:47.740Z | Checking tinyvec v1.6.0 |
1642 | 2024-09-04T16:11:47.881Z | Checking getrandom v0.2.14 |
1643 | 2024-09-04T16:11:47.905Z | Checking parking_lot_core v0.9.10 |
1644 | 2024-09-04T16:11:47.928Z | Checking signal-hook-registry v1.4.2 |
1645 | 2024-09-04T16:11:47.951Z | Checking generic-array v0.14.7 |
1646 | 2024-09-04T16:11:48.089Z | Checking rand_core v0.6.4 |
1647 | 2024-09-04T16:11:48.127Z | Checking mio v1.0.2 |
1648 | 2024-09-04T16:11:48.171Z | Checking parking_lot v0.12.2 |
1649 | 2024-09-04T16:11:48.343Z | Checking socket2 v0.5.7 |
1650 | 2024-09-04T16:11:48.456Z | Checking futures-core v0.3.30 |
1651 | 2024-09-04T16:11:48.606Z | Checking futures-sink v0.3.30 |
1652 | 2024-09-04T16:11:48.606Z | Checking cpufeatures v0.2.12 |
1653 | 2024-09-04T16:11:48.657Z | Checking allocator-api2 v0.2.18 |
1654 | 2024-09-04T16:11:48.702Z | Checking unicode-bidi v0.3.15 |
1655 | 2024-09-04T16:11:48.732Z | Checking libm v0.2.8 |
1656 | 2024-09-04T16:11:48.756Z | Checking ryu v1.0.18 |
1657 | 2024-09-04T16:11:48.779Z | Checking ahash v0.8.11 |
1658 | 2024-09-04T16:11:48.779Z | Checking unicode-normalization v0.1.23 |
1659 | 2024-09-04T16:11:48.857Z | Checking crypto-common v0.1.6 |
1660 | 2024-09-04T16:11:48.945Z | Checking block-buffer v0.10.4 |
1661 | 2024-09-04T16:11:49.012Z | Checking block-padding v0.3.3 |
1662 | 2024-09-04T16:11:49.134Z | Checking digest v0.10.7 |
1663 | 2024-09-04T16:11:49.176Z | Checking equivalent v1.0.1 |
1664 | 2024-09-04T16:11:49.200Z | Checking inout v0.1.3 |
1665 | 2024-09-04T16:11:49.200Z | Checking hashbrown v0.14.5 |
1666 | 2024-09-04T16:11:49.224Z | Checking futures-channel v0.3.30 |
1667 | 2024-09-04T16:11:49.273Z | Checking slab v0.4.9 |
1668 | 2024-09-04T16:11:49.383Z | Checking cipher v0.4.4 |
1669 | 2024-09-04T16:11:49.433Z | Checking hmac v0.12.1 |
1670 | 2024-09-04T16:11:49.494Z | Checking num-traits v0.2.19 |
1671 | 2024-09-04T16:11:49.518Z | Checking sha2 v0.10.8 |
1672 | 2024-09-04T16:11:49.542Z | Checking futures-io v0.3.30 |
1673 | 2024-09-04T16:11:49.542Z | Checking pin-utils v0.1.0 |
1674 | 2024-09-04T16:11:49.620Z | Checking futures-task v0.3.30 |
1675 | 2024-09-04T16:11:49.644Z | Checking base64ct v1.6.0 |
1676 | 2024-09-04T16:11:49.671Z | Checking ppv-lite86 v0.2.17 |
1677 | 2024-09-04T16:11:49.714Z | Checking percent-encoding v2.3.1 |
1678 | 2024-09-04T16:11:49.808Z | Checking futures-util v0.3.30 |
1679 | 2024-09-04T16:11:49.883Z | Checking flagset v0.4.5 |
1680 | 2024-09-04T16:11:49.945Z | Checking salsa20 v0.10.2 |
1681 | 2024-09-04T16:11:49.975Z | Checking pem-rfc7468 v0.7.0 |
1682 | 2024-09-04T16:11:50.051Z | Checking pbkdf2 v0.12.2 |
1683 | 2024-09-04T16:11:50.118Z | Checking tracing-core v0.1.32 |
1684 | 2024-09-04T16:11:50.156Z | Checking untrusted v0.9.0 |
1685 | 2024-09-04T16:11:50.193Z | Checking fnv v1.0.7 |
1686 | 2024-09-04T16:11:50.217Z | Checking der v0.7.9 |
1687 | 2024-09-04T16:11:50.241Z | Checking rand_chacha v0.3.1 |
1688 | 2024-09-04T16:11:50.286Z | Checking ring v0.17.8 |
1689 | 2024-09-04T16:11:50.310Z | Checking scrypt v0.11.0 |
1690 | 2024-09-04T16:11:50.485Z | Checking aes v0.8.4 |
1691 | 2024-09-04T16:11:50.533Z | Checking rand v0.8.5 |
1692 | 2024-09-04T16:11:50.681Z | Checking tracing v0.1.40 |
1693 | 2024-09-04T16:11:50.867Z | Checking cbc v0.1.2 |
1694 | 2024-09-04T16:11:50.986Z | Checking thiserror v1.0.63 |
1695 | 2024-09-04T16:11:51.010Z | Checking bytes v1.7.1 |
1696 | 2024-09-04T16:11:51.034Z | Checking bitflags v2.6.0 |
1697 | 2024-09-04T16:11:51.095Z | Checking indexmap v2.4.0 |
1698 | 2024-09-04T16:11:51.221Z | Checking serde_json v1.0.125 |
1699 | 2024-09-04T16:11:51.278Z | Checking foreign-types-shared v0.1.1 |
1700 | 2024-09-04T16:11:51.362Z | Checking foreign-types v0.3.2 |
1701 | 2024-09-04T16:11:51.437Z | Checking form_urlencoded v1.2.1 |
1702 | 2024-09-04T16:11:51.529Z | Checking openssl-sys v0.9.103 |
1703 | 2024-09-04T16:11:51.604Z | Checking aho-corasick v1.1.3 |
1704 | 2024-09-04T16:11:51.684Z | Checking tokio v1.39.3 |
1705 | 2024-09-04T16:11:51.731Z | Checking spki v0.7.3 |
1706 | 2024-09-04T16:11:51.821Z | Checking http v0.2.12 |
1707 | 2024-09-04T16:11:51.966Z | Checking pkcs5 v0.7.1 |
1708 | 2024-09-04T16:11:52.141Z | Checking unicode-ident v1.0.12 |
1709 | 2024-09-04T16:11:52.269Z | Checking powerfmt v0.2.0 |
1710 | 2024-09-04T16:11:52.394Z | Checking siphasher v0.3.11 |
1711 | 2024-09-04T16:11:52.487Z | Checking regex-syntax v0.8.4 |
1712 | 2024-09-04T16:11:52.545Z | Checking try-lock v0.2.5 |
1713 | 2024-09-04T16:11:52.579Z | Checking openssl v0.10.66 |
1714 | 2024-09-04T16:11:52.649Z | Checking deranged v0.3.11 |
1715 | 2024-09-04T16:11:52.672Z | Checking want v0.3.1 |
1716 | 2024-09-04T16:11:52.813Z | Checking pkcs8 v0.10.2 |
1717 | 2024-09-04T16:11:52.931Z | Checking http-body v0.4.6 |
1718 | 2024-09-04T16:11:52.981Z | Checking proc-macro2 v1.0.86 |
1719 | 2024-09-04T16:11:53.077Z | Checking sct v0.7.1 |
1720 | 2024-09-04T16:11:53.243Z | Checking rustls-webpki v0.101.7 |
1721 | 2024-09-04T16:11:53.281Z | Checking uuid v1.10.0 |
1722 | 2024-09-04T16:11:53.525Z | Checking idna v0.5.0 |
1723 | 2024-09-04T16:11:53.762Z | Checking httparse v1.8.0 |
1724 | 2024-09-04T16:11:53.812Z | Checking errno v0.3.9 |
1725 | 2024-09-04T16:11:53.954Z | Checking scroll v0.12.0 |
1726 | 2024-09-04T16:11:53.986Z | Checking iana-time-zone v0.1.60 |
1727 | 2024-09-04T16:11:54.053Z | Checking plain v0.2.3 |
1728 | 2024-09-04T16:11:54.099Z | Checking tower-service v0.3.2 |
1729 | 2024-09-04T16:11:54.123Z | Checking finl_unicode v1.2.0 |
1730 | 2024-09-04T16:11:54.146Z | Checking ucd-trie v0.1.6 |
1731 | 2024-09-04T16:11:54.181Z | Checking httpdate v1.0.3 |
1732 | 2024-09-04T16:11:54.208Z | Checking openssl-probe v0.1.5 |
1733 | 2024-09-04T16:11:54.306Z | Checking adler v1.0.2 |
1734 | 2024-09-04T16:11:54.340Z | Checking utf8parse v0.2.1 |
1735 | 2024-09-04T16:11:54.364Z | Checking anstyle v1.0.8 |
1736 | 2024-09-04T16:11:54.388Z | Checking time-core v0.1.2 |
1737 | 2024-09-04T16:11:54.436Z | Checking num-conv v0.1.0 |
1738 | 2024-09-04T16:11:54.471Z | Checking num_threads v0.1.7 |
1739 | 2024-09-04T16:11:54.511Z | Checking anstyle-parse v0.2.4 |
1740 | 2024-09-04T16:11:54.572Z | Checking miniz_oxide v0.7.2 |
1741 | 2024-09-04T16:11:54.595Z | Checking stringprep v0.1.4 |
1742 | 2024-09-04T16:11:54.646Z | Checking time v0.3.36 |
1743 | 2024-09-04T16:11:54.670Z | Checking goblin v0.8.2 |
1744 | 2024-09-04T16:11:54.734Z | Checking pest v2.7.10 |
1745 | 2024-09-04T16:11:54.802Z | Checking url v2.5.2 |
1746 | 2024-09-04T16:11:55.007Z | Checking regex-automata v0.4.6 |
1747 | 2024-09-04T16:11:55.189Z | Checking chrono v0.4.38 |
1748 | 2024-09-04T16:11:55.433Z | Checking rustix v0.38.34 |
1749 | 2024-09-04T16:11:56.700Z | Checking rustls v0.21.12 |
1750 | 2024-09-04T16:11:56.817Z | Checking quote v1.0.36 |
1751 | 2024-09-04T16:11:56.873Z | Checking toml_datetime v0.6.8 |
1752 | 2024-09-04T16:11:56.952Z | Checking native-tls v0.2.11 |
1753 | 2024-09-04T16:11:57.111Z | Checking serde_spanned v0.6.7 |
1754 | 2024-09-04T16:11:57.135Z | Checking num-integer v0.1.46 |
1755 | 2024-09-04T16:11:57.158Z | Checking idna v0.3.0 |
1756 | 2024-09-04T16:11:57.223Z | Checking md-5 v0.10.6 |
1757 | 2024-09-04T16:11:57.268Z | Checking lazy_static v1.5.0 |
1758 | 2024-09-04T16:11:57.365Z | Checking hash32 v0.2.1 |
1759 | 2024-09-04T16:11:57.411Z | Checking stable_deref_trait v1.2.0 |
1760 | 2024-09-04T16:11:57.498Z | Checking colorchoice v1.0.1 |
1761 | 2024-09-04T16:11:57.533Z | Checking is_terminal_polyfill v1.70.0 |
1762 | 2024-09-04T16:11:57.611Z | Checking gimli v0.28.1 |
1763 | 2024-09-04T16:11:57.635Z | Checking psl-types v2.0.11 |
1764 | 2024-09-04T16:11:57.660Z | Checking anstyle-query v1.0.3 |
1765 | 2024-09-04T16:11:57.683Z | Checking tokio-util v0.7.11 |
1766 | 2024-09-04T16:11:57.767Z | Checking fallible-iterator v0.2.0 |
1767 | 2024-09-04T16:11:57.792Z | Checking pretty-hex v0.4.1 |
1768 | 2024-09-04T16:11:57.815Z | Checking base64 v0.22.1 |
1769 | 2024-09-04T16:11:57.935Z | Checking publicsuffix v2.2.3 |
1770 | 2024-09-04T16:11:58.118Z | Checking anstream v0.6.14 |
1771 | 2024-09-04T16:11:58.199Z | Checking tokio-native-tls v0.3.1 |
1772 | 2024-09-04T16:11:58.279Z | Checking postgres-protocol v0.6.7 |
1773 | 2024-09-04T16:11:58.376Z | Checking h2 v0.3.26 |
1774 | 2024-09-04T16:11:58.413Z | Checking heapless v0.7.17 |
1775 | 2024-09-04T16:11:58.436Z | Checking num-iter v0.1.45 |
1776 | 2024-09-04T16:11:58.584Z | Checking terminal_size v0.3.0 |
1777 | 2024-09-04T16:11:58.671Z | Checking dof v0.3.0 |
1778 | 2024-09-04T16:11:58.730Z | Checking syn v2.0.74 |
1779 | 2024-09-04T16:11:58.810Z | Checking dtrace-parser v0.2.0 |
1780 | 2024-09-04T16:11:58.833Z | Checking cookie v0.17.0 |
1781 | 2024-09-04T16:11:59.162Z | Checking phf_shared v0.11.2 |
1782 | 2024-09-04T16:11:59.187Z | Checking ff v0.13.0 |
1783 | 2024-09-04T16:11:59.212Z | Checking thread-id v4.2.1 |
1784 | 2024-09-04T16:11:59.279Z | Checking object v0.32.2 |
1785 | 2024-09-04T16:11:59.310Z | Checking base64 v0.21.7 |
1786 | 2024-09-04T16:11:59.334Z | Checking tokio-rustls v0.24.1 |
1787 | 2024-09-04T16:11:59.366Z | Checking ipnet v2.9.0 |
1788 | 2024-09-04T16:11:59.408Z | Checking bitflags v1.3.2 |
1789 | 2024-09-04T16:11:59.491Z | Checking either v1.13.0 |
1790 | 2024-09-04T16:11:59.616Z | Checking strsim v0.11.1 |
1791 | 2024-09-04T16:11:59.706Z | Checking rustc-demangle v0.1.24 |
1792 | 2024-09-04T16:11:59.736Z | Checking winnow v0.5.40 |
1793 | 2024-09-04T16:11:59.800Z | Checking clap_lex v0.7.0 |
1794 | 2024-09-04T16:11:59.852Z | Checking managed v0.8.0 |
1795 | 2024-09-04T16:12:00.004Z | Checking base16ct v0.2.0 |
1796 | 2024-09-04T16:12:00.072Z | Checking clap_builder v4.5.15 |
1797 | 2024-09-04T16:12:00.162Z | Checking smoltcp v0.9.1 |
1798 | 2024-09-04T16:12:00.186Z | Checking sec1 v0.7.3 |
1799 | 2024-09-04T16:12:00.487Z | Checking rustls-pemfile v1.0.4 |
1800 | 2024-09-04T16:12:00.602Z | Checking addr2line v0.21.0 |
1801 | 2024-09-04T16:12:00.650Z | Checking phf v0.11.2 |
1802 | 2024-09-04T16:12:00.889Z | Checking group v0.13.0 |
1803 | 2024-09-04T16:12:01.020Z | Checking cookie_store v0.20.0 |
1804 | 2024-09-04T16:12:01.092Z | Checking postgres-types v0.2.7 |
1805 | 2024-09-04T16:12:01.377Z | Checking bstr v1.9.1 |
1806 | 2024-09-04T16:12:01.534Z | Checking regex v1.10.6 |
1807 | 2024-09-04T16:12:01.643Z | Checking num-bigint-dig v0.8.4 |
1808 | 2024-09-04T16:12:02.038Z | Checking futures-executor v0.3.30 |
1809 | 2024-09-04T16:12:02.153Z | Checking pkcs1 v0.7.5 |
1810 | 2024-09-04T16:12:02.200Z | Checking toml_edit v0.19.15 |
1811 | 2024-09-04T16:12:02.223Z | Checking phf_shared v0.10.0 |
1812 | 2024-09-04T16:12:02.440Z | Checking serde_urlencoded v0.7.1 |
1813 | 2024-09-04T16:12:02.473Z | Checking zerocopy v0.6.6 |
1814 | 2024-09-04T16:12:02.585Z | Checking hubpack v0.1.2 |
1815 | 2024-09-04T16:12:02.787Z | Checking float-cmp v0.9.0 |
1816 | 2024-09-04T16:12:02.833Z | Checking crc32fast v1.4.0 |
1817 | 2024-09-04T16:12:02.941Z | Checking crossbeam-utils v0.8.19 |
1818 | 2024-09-04T16:12:03.019Z | Checking signal-hook v0.3.17 |
1819 | 2024-09-04T16:12:03.098Z | Checking hkdf v0.12.4 |
1820 | 2024-09-04T16:12:03.267Z | Checking idna v0.4.0 |
1821 | 2024-09-04T16:12:03.301Z | Checking hyper v0.14.30 |
1822 | 2024-09-04T16:12:03.324Z | Checking signature v2.2.0 |
1823 | 2024-09-04T16:12:03.380Z | Checking crypto-bigint v0.5.5 |
1824 | 2024-09-04T16:12:03.489Z | Checking mio v0.8.11 |
1825 | 2024-09-04T16:12:03.518Z | Checking memmap v0.7.0 |
1826 | 2024-09-04T16:12:03.695Z | Checking encoding_rs v0.8.34 |
1827 | 2024-09-04T16:12:03.865Z | Checking usdt-impl v0.5.0 |
1828 | 2024-09-04T16:12:03.888Z | Checking precomputed-hash v0.1.1 |
1829 | 2024-09-04T16:12:03.986Z | Checking normalize-line-endings v0.3.0 |
1830 | 2024-09-04T16:12:04.022Z | Checking static_assertions v1.1.0 |
1831 | 2024-09-04T16:12:04.075Z | Checking backtrace v0.3.71 |
1832 | 2024-09-04T16:12:04.098Z | Checking unicode-width v0.1.13 |
1833 | 2024-09-04T16:12:04.122Z | Checking data-encoding v2.6.0 |
1834 | 2024-09-04T16:12:04.200Z | Checking new_debug_unreachable v1.0.6 |
1835 | 2024-09-04T16:12:04.246Z | Checking winnow v0.6.18 |
1836 | 2024-09-04T16:12:04.284Z | Checking difflib v0.4.0 |
1837 | 2024-09-04T16:12:04.307Z | Checking fixedbitset v0.4.2 |
1838 | 2024-09-04T16:12:04.508Z | Checking minimal-lexical v0.2.1 |
1839 | 2024-09-04T16:12:04.538Z | Checking sync_wrapper v0.1.2 |
1840 | 2024-09-04T16:12:04.561Z | Checking mime v0.3.17 |
1841 | 2024-09-04T16:12:04.634Z | Checking predicates-core v1.0.6 |
1842 | 2024-09-04T16:12:04.658Z | Checking unicode-segmentation v1.11.0 |
1843 | 2024-09-04T16:12:04.784Z | Checking dyn-clone v1.0.17 |
1844 | 2024-09-04T16:12:04.827Z | Checking bit-vec v0.6.3 |
1845 | 2024-09-04T16:12:04.851Z | Checking whoami v1.5.1 |
1846 | 2024-09-04T16:12:04.907Z | Checking webpki-roots v0.25.4 |
1847 | 2024-09-04T16:12:05.029Z | Checking schemars v0.8.21 |
1848 | 2024-09-04T16:12:05.087Z | Checking tokio-postgres v0.7.11 |
1849 | 2024-09-04T16:12:05.110Z | Checking bit-set v0.5.3 |
1850 | 2024-09-04T16:12:05.152Z | Checking similar v2.6.0 |
1851 | 2024-09-04T16:12:05.314Z | Checking nom v7.1.3 |
1852 | 2024-09-04T16:12:05.474Z | Checking predicates v3.1.2 |
1853 | 2024-09-04T16:12:05.626Z | Checking elliptic-curve v0.13.8 |
1854 | 2024-09-04T16:12:05.834Z | Checking hickory-proto v0.24.1 |
1855 | 2024-09-04T16:12:06.017Z | Checking anyhow v1.0.86 |
1856 | 2024-09-04T16:12:06.168Z | Checking petgraph v0.6.5 |
1857 | 2024-09-04T16:12:06.296Z | Checking usdt v0.5.0 |
1858 | 2024-09-04T16:12:06.320Z | Checking string_cache v0.8.7 |
1859 | 2024-09-04T16:12:06.511Z | Checking console v0.15.8 |
1860 | 2024-09-04T16:12:06.542Z | Checking toml v0.7.8 |
1861 | 2024-09-04T16:12:06.616Z | Checking toml_edit v0.22.20 |
1862 | 2024-09-04T16:12:06.966Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1863 | 2024-09-04T16:12:07.133Z | Checking signal-hook-mio v0.2.4 |
1864 | 2024-09-04T16:12:07.257Z | Checking crossbeam-epoch v0.9.18 |
1865 | 2024-09-04T16:12:07.377Z | Checking rsa v0.9.6 |
1866 | 2024-09-04T16:12:07.527Z | Checking flate2 v1.0.31 |
1867 | 2024-09-04T16:12:07.625Z | Checking clap v4.5.16 |
1868 | 2024-09-04T16:12:07.720Z | Checking futures v0.3.30 |
1869 | 2024-09-04T16:12:07.813Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1870 | 2024-09-04T16:12:07.836Z | Checking itertools v0.10.5 |
1871 | 2024-09-04T16:12:08.082Z | Checking itertools v0.12.1 |
1872 | 2024-09-04T16:12:08.197Z | Checking tokio-stream v0.1.15 |
1873 | 2024-09-04T16:12:08.220Z | Checking hyper-rustls v0.24.2 |
1874 | 2024-09-04T16:12:08.467Z | Checking hyper-tls v0.5.0 |
1875 | 2024-09-04T16:12:08.699Z | Checking reqwest v0.11.27 |
1876 | 2024-09-04T16:12:08.723Z | Checking fs-err v2.11.0 |
1877 | 2024-09-04T16:12:08.876Z | Checking nix v0.28.0 |
1878 | 2024-09-04T16:12:08.918Z | Checking slog v2.7.0 |
1879 | 2024-09-04T16:12:09.198Z | Checking openapiv3 v2.0.0 |
1880 | 2024-09-04T16:12:09.308Z | Checking hex v0.4.3 |
1881 | 2024-09-04T16:12:09.540Z | Checking semver v1.0.23 |
1882 | 2024-09-04T16:12:09.663Z | Checking sha1 v0.10.6 |
1883 | 2024-09-04T16:12:09.725Z | Checking lalrpop-util v0.19.12 |
1884 | 2024-09-04T16:12:09.872Z | Checking peg-runtime v0.8.3 |
1885 | 2024-09-04T16:12:09.896Z | Checking camino v1.1.9 |
1886 | 2024-09-04T16:12:09.960Z | Checking sigpipe v0.1.3 |
1887 | 2024-09-04T16:12:11.809Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1888 | 2024-09-04T16:12:12.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.08s |
1889 | 2024-09-04T16:12:12.329Z | |
1890 | 2024-09-04T16:12:12.329Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1891 | 2024-09-04T16:12:13.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1892 | 2024-09-04T16:12:13.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1893 | 2024-09-04T16:12:13.186Z | Compiling regress v0.9.1 |
1894 | 2024-09-04T16:12:13.215Z | Checking strum v0.26.3 |
1895 | 2024-09-04T16:12:13.238Z | Checking heck v0.5.0 |
1896 | 2024-09-04T16:12:13.262Z | Compiling getopts v0.2.21 |
1897 | 2024-09-04T16:12:13.262Z | Checking dirs-sys-next v0.1.2 |
1898 | 2024-09-04T16:12:13.285Z | Compiling unsafe-libyaml v0.2.11 |
1899 | 2024-09-04T16:12:13.355Z | Checking http v1.1.0 |
1900 | 2024-09-04T16:12:13.412Z | Checking thread_local v1.1.8 |
1901 | 2024-09-04T16:12:13.435Z | Checking dirs-next v2.0.0 |
1902 | 2024-09-04T16:12:13.539Z | Checking rustls-pki-types v1.7.0 |
1903 | 2024-09-04T16:12:13.563Z | Compiling ident_case v1.0.1 |
1904 | 2024-09-04T16:12:13.648Z | Checking term v0.7.0 |
1905 | 2024-09-04T16:12:13.709Z | Compiling darling_core v0.20.9 |
1906 | 2024-09-04T16:12:13.897Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1907 | 2024-09-04T16:12:13.990Z | Checking crossbeam-channel v0.5.12 |
1908 | 2024-09-04T16:12:14.030Z | Checking atty v0.2.14 |
1909 | 2024-09-04T16:12:14.139Z | Checking is-terminal v0.4.12 |
1910 | 2024-09-04T16:12:14.166Z | Checking termcolor v1.4.1 |
1911 | 2024-09-04T16:12:14.248Z | Compiling serde_yaml v0.9.34+deprecated |
1912 | 2024-09-04T16:12:14.510Z | Compiling paste v1.0.15 |
1913 | 2024-09-04T16:12:14.533Z | Checking utf-8 v0.7.6 |
1914 | 2024-09-04T16:12:14.609Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1915 | 2024-09-04T16:12:14.701Z | Checking humantime v2.1.0 |
1916 | 2024-09-04T16:12:14.767Z | Checking take_mut v0.2.2 |
1917 | 2024-09-04T16:12:14.896Z | Compiling rustls v0.22.4 |
1918 | 2024-09-04T16:12:14.941Z | Checking slog-async v2.8.0 |
1919 | 2024-09-04T16:12:14.964Z | Checking env_logger v0.9.3 |
1920 | 2024-09-04T16:12:15.035Z | Checking slog-term v2.9.1 |
1921 | 2024-09-04T16:12:15.150Z | Checking rustls-webpki v0.102.4 |
1922 | 2024-09-04T16:12:15.189Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1923 | 2024-09-04T16:12:15.327Z | Compiling proc-macro-crate v1.3.1 |
1924 | 2024-09-04T16:12:15.429Z | Compiling bitstruct_derive v0.1.0 |
1925 | 2024-09-04T16:12:15.473Z | Compiling structmeta-derive v0.3.0 |
1926 | 2024-09-04T16:12:15.779Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1927 | 2024-09-04T16:12:15.896Z | Compiling multer v3.1.0 |
1928 | 2024-09-04T16:12:15.919Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1929 | 2024-09-04T16:12:16.226Z | Checking match_cfg v0.1.0 |
1930 | 2024-09-04T16:12:16.311Z | Checking ascii v1.1.0 |
1931 | 2024-09-04T16:12:16.558Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1932 | 2024-09-04T16:12:16.645Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1933 | 2024-09-04T16:12:16.815Z | Checking bitstruct v0.1.1 |
1934 | 2024-09-04T16:12:16.906Z | Checking hostname v0.3.1 |
1935 | 2024-09-04T16:12:17.013Z | Compiling num_enum_derive v0.5.11 |
1936 | 2024-09-04T16:12:17.211Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1937 | 2024-09-04T16:12:17.373Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1938 | 2024-09-04T16:12:17.747Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1939 | 2024-09-04T16:12:17.793Z | Checking slog-json v2.6.1 |
1940 | 2024-09-04T16:12:17.892Z | Compiling structmeta v0.3.0 |
1941 | 2024-09-04T16:12:17.996Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1942 | 2024-09-04T16:12:18.021Z | Checking erased-serde v0.3.31 |
1943 | 2024-09-04T16:12:18.212Z | Checking serde_arrays v0.1.0 |
1944 | 2024-09-04T16:12:18.264Z | Compiling foreign-types-macros v0.2.3 |
1945 | 2024-09-04T16:12:18.344Z | Compiling async-stream-impl v0.3.5 |
1946 | 2024-09-04T16:12:18.585Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1947 | 2024-09-04T16:12:18.832Z | Checking foreign-types-shared v0.3.1 |
1948 | 2024-09-04T16:12:18.899Z | Checking arc-swap v1.7.1 |
1949 | 2024-09-04T16:12:18.927Z | Checking atomic-waker v1.1.2 |
1950 | 2024-09-04T16:12:19.046Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1951 | 2024-09-04T16:12:19.133Z | Checking num_enum v0.5.11 |
1952 | 2024-09-04T16:12:19.255Z | Checking slog-scope v4.4.0 |
1953 | 2024-09-04T16:12:19.278Z | Checking waitgroup v0.1.2 |
1954 | 2024-09-04T16:12:19.310Z | Checking foreign-types v0.5.0 |
1955 | 2024-09-04T16:12:19.333Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1956 | 2024-09-04T16:12:19.417Z | Compiling parse-display-derive v0.10.0 |
1957 | 2024-09-04T16:12:19.441Z | Compiling darling_macro v0.20.9 |
1958 | 2024-09-04T16:12:19.441Z | Checking slog-bunyan v2.5.0 |
1959 | 2024-09-04T16:12:19.464Z | Compiling proc-macro-error v1.0.4 |
1960 | 2024-09-04T16:12:19.487Z | Checking async-stream v0.3.5 |
1961 | 2024-09-04T16:12:19.774Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1962 | 2024-09-04T16:12:19.870Z | Checking toml v0.8.19 |
1963 | 2024-09-04T16:12:20.051Z | Checking tungstenite v0.20.1 |
1964 | 2024-09-04T16:12:20.078Z | Checking rustls-pemfile v2.1.3 |
1965 | 2024-09-04T16:12:20.212Z | Compiling darling v0.20.9 |
1966 | 2024-09-04T16:12:20.285Z | Compiling heck v0.3.3 |
1967 | 2024-09-04T16:12:20.314Z | Compiling serde_with_macros v3.9.0 |
1968 | 2024-09-04T16:12:20.356Z | Checking tokio-rustls v0.25.0 |
1969 | 2024-09-04T16:12:20.482Z | Checking ipnetwork v0.20.0 |
1970 | 2024-09-04T16:12:20.651Z | Checking newtype-uuid v1.1.0 |
1971 | 2024-09-04T16:12:20.674Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1972 | 2024-09-04T16:12:20.878Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1973 | 2024-09-04T16:12:20.901Z | Checking serde_path_to_error v0.1.16 |
1974 | 2024-09-04T16:12:20.925Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1975 | 2024-09-04T16:12:21.407Z | Checking hostname v0.4.0 |
1976 | 2024-09-04T16:12:21.537Z | Checking cstr-argument v0.1.2 |
1977 | 2024-09-04T16:12:21.574Z | Checking instant v0.1.12 |
1978 | 2024-09-04T16:12:21.598Z | Checking debug-ignore v1.0.5 |
1979 | 2024-09-04T16:12:21.684Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1980 | 2024-09-04T16:12:21.708Z | Checking fastrand v2.1.0 |
1981 | 2024-09-04T16:12:21.731Z | Checking pretty-hex v0.2.1 |
1982 | 2024-09-04T16:12:21.858Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1983 | 2024-09-04T16:12:21.956Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1984 | 2024-09-04T16:12:21.983Z | Checking tempfile v3.10.1 |
1985 | 2024-09-04T16:12:22.096Z | Checking backoff v0.4.0 |
1986 | 2024-09-04T16:12:22.306Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1987 | 2024-09-04T16:12:22.348Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1988 | 2024-09-04T16:12:22.372Z | Checking tokio-tungstenite v0.20.1 |
1989 | 2024-09-04T16:12:22.439Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1990 | 2024-09-04T16:12:22.545Z | Compiling zone_cfg_derive v0.1.2 |
1991 | 2024-09-04T16:12:22.742Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1992 | 2024-09-04T16:12:22.767Z | Checking slog-stdlog v4.1.1 |
1993 | 2024-09-04T16:12:22.795Z | Checking serde_with v3.9.0 |
1994 | 2024-09-04T16:12:22.908Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1995 | 2024-09-04T16:12:23.047Z | Checking tungstenite v0.21.0 |
1996 | 2024-09-04T16:12:23.208Z | Checking parse-display v0.10.0 |
1997 | 2024-09-04T16:12:23.419Z | Checking colored v2.1.0 |
1998 | 2024-09-04T16:12:23.444Z | Checking macaddr v1.0.1 |
1999 | 2024-09-04T16:12:23.710Z | Checking socket2 v0.4.10 |
2000 | 2024-09-04T16:12:23.762Z | Checking base64 v0.13.1 |
2001 | 2024-09-04T16:12:23.855Z | Checking tokio-tungstenite v0.21.0 |
2002 | 2024-09-04T16:12:23.883Z | Checking zone v0.1.8 |
2003 | 2024-09-04T16:12:24.132Z | Checking ron v0.7.1 |
2004 | 2024-09-04T16:12:24.301Z | Checking slog-envlogger v2.2.0 |
2005 | 2024-09-04T16:12:24.485Z | Checking pem v3.0.4 |
2006 | 2024-09-04T16:12:24.509Z | Checking tabwriter v1.4.0 |
2007 | 2024-09-04T16:12:24.724Z | Checking xattr v1.3.1 |
2008 | 2024-09-04T16:12:24.748Z | Checking portpicker v0.1.1 |
2009 | 2024-09-04T16:12:24.863Z | Checking yasna v0.5.2 |
2010 | 2024-09-04T16:12:24.900Z | Checking headers-core v0.2.0 |
2011 | 2024-09-04T16:12:25.020Z | Checking smf v0.2.3 |
2012 | 2024-09-04T16:12:25.130Z | Checking filetime v0.2.25 |
2013 | 2024-09-04T16:12:25.299Z | Checking same-file v1.0.6 |
2014 | 2024-09-04T16:12:25.425Z | Checking tar v0.4.41 |
2015 | 2024-09-04T16:12:25.449Z | Checking walkdir v2.5.0 |
2016 | 2024-09-04T16:12:25.515Z | Checking headers v0.3.9 |
2017 | 2024-09-04T16:12:25.566Z | Checking atomicwrites v0.4.3 |
2018 | 2024-09-04T16:12:25.607Z | Checking rcgen v0.12.1 |
2019 | 2024-09-04T16:12:25.682Z | Checking camino-tempfile v1.1.1 |
2020 | 2024-09-04T16:12:25.739Z | Checking subprocess v0.2.9 |
2021 | 2024-09-04T16:12:26.758Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2022 | 2024-09-04T16:12:26.995Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2023 | 2024-09-04T16:12:28.614Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2024 | 2024-09-04T16:12:30.959Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2025 | 2024-09-04T16:12:31.047Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2026 | 2024-09-04T16:12:35.155Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2027 | 2024-09-04T16:12:43.237Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2028 | 2024-09-04T16:12:43.407Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2029 | 2024-09-04T16:12:43.407Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2030 | 2024-09-04T16:12:46.549Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2031 | 2024-09-04T16:12:47.063Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2032 | 2024-09-04T16:12:54.508Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2033 | 2024-09-04T16:12:56.323Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2034 | 2024-09-04T16:12:57.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.35s |
2035 | 2024-09-04T16:12:57.822Z | |
2036 | 2024-09-04T16:12:57.822Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2037 | 2024-09-04T16:12:58.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2038 | 2024-09-04T16:12:58.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2039 | 2024-09-04T16:12:58.698Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2040 | 2024-09-04T16:13:00.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s |
2041 | 2024-09-04T16:13:00.318Z | |
2042 | 2024-09-04T16:13:00.318Z | info: running `cargo check --bins` on nexus-config (31/158) |
2043 | 2024-09-04T16:13:01.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2044 | 2024-09-04T16:13:01.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2045 | 2024-09-04T16:13:01.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2046 | 2024-09-04T16:13:01.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2047 | 2024-09-04T16:13:01.150Z | |
2048 | 2024-09-04T16:13:01.150Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2049 | 2024-09-04T16:13:01.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2050 | 2024-09-04T16:13:01.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2051 | 2024-09-04T16:13:01.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2052 | 2024-09-04T16:13:01.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2053 | 2024-09-04T16:13:01.960Z | |
2054 | 2024-09-04T16:13:01.960Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2055 | 2024-09-04T16:13:02.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2056 | 2024-09-04T16:13:02.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2057 | 2024-09-04T16:13:02.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2058 | 2024-09-04T16:13:02.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2059 | 2024-09-04T16:13:02.782Z | |
2060 | 2024-09-04T16:13:02.782Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2061 | 2024-09-04T16:13:03.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2062 | 2024-09-04T16:13:03.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2063 | 2024-09-04T16:13:03.639Z | Compiling heapless v0.8.0 |
2064 | 2024-09-04T16:13:03.664Z | Checking hash32 v0.3.1 |
2065 | 2024-09-04T16:13:03.688Z | Compiling smoltcp v0.11.0 |
2066 | 2024-09-04T16:13:03.712Z | Checking cobs v0.2.3 |
2067 | 2024-09-04T16:13:03.712Z | Checking embedded-io v0.4.0 |
2068 | 2024-09-04T16:13:03.737Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2069 | 2024-09-04T16:13:03.737Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2070 | 2024-09-04T16:13:03.762Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2071 | 2024-09-04T16:13:03.838Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2072 | 2024-09-04T16:13:03.863Z | Compiling crucible-workspace-hack v0.1.0 |
2073 | 2024-09-04T16:13:03.888Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2074 | 2024-09-04T16:13:03.912Z | Checking postcard v1.0.8 |
2075 | 2024-09-04T16:13:04.054Z | Compiling zone_cfg_derive v0.3.0 |
2076 | 2024-09-04T16:13:04.079Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2077 | 2024-09-04T16:13:04.228Z | Checking newline-converter v0.3.0 |
2078 | 2024-09-04T16:13:04.321Z | Compiling num-derive v0.4.2 |
2079 | 2024-09-04T16:13:04.362Z | Compiling slog-dtrace v0.3.0 |
2080 | 2024-09-04T16:13:04.386Z | Compiling convert_case v0.4.0 |
2081 | 2024-09-04T16:13:04.481Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2082 | 2024-09-04T16:13:04.526Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2083 | 2024-09-04T16:13:04.683Z | Checking expectorate v1.1.0 |
2084 | 2024-09-04T16:13:04.760Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2085 | 2024-09-04T16:13:05.132Z | Compiling derive_more v0.99.18 |
2086 | 2024-09-04T16:13:05.275Z | Checking zone v0.3.0 |
2087 | 2024-09-04T16:13:05.780Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2088 | 2024-09-04T16:13:07.551Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2089 | 2024-09-04T16:13:08.634Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2090 | 2024-09-04T16:13:09.484Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2091 | 2024-09-04T16:13:09.942Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2092 | 2024-09-04T16:13:12.139Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2093 | 2024-09-04T16:13:12.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s |
2094 | 2024-09-04T16:13:13.106Z | |
2095 | 2024-09-04T16:13:13.106Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2096 | 2024-09-04T16:13:13.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2097 | 2024-09-04T16:13:13.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2098 | 2024-09-04T16:13:13.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2099 | 2024-09-04T16:13:13.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2100 | 2024-09-04T16:13:13.922Z | |
2101 | 2024-09-04T16:13:13.922Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2102 | 2024-09-04T16:13:14.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2103 | 2024-09-04T16:13:14.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2104 | 2024-09-04T16:13:14.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2105 | 2024-09-04T16:13:14.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2106 | 2024-09-04T16:13:14.747Z | |
2107 | 2024-09-04T16:13:14.747Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2108 | 2024-09-04T16:13:15.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2109 | 2024-09-04T16:13:15.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2110 | 2024-09-04T16:13:15.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2111 | 2024-09-04T16:13:15.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2112 | 2024-09-04T16:13:15.691Z | |
2113 | 2024-09-04T16:13:15.691Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2114 | 2024-09-04T16:13:16.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2115 | 2024-09-04T16:13:16.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2116 | 2024-09-04T16:13:16.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2117 | 2024-09-04T16:13:16.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2118 | 2024-09-04T16:13:16.701Z | |
2119 | 2024-09-04T16:13:16.701Z | info: running `cargo check --bins` on dns-server (39/158) |
2120 | 2024-09-04T16:13:17.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2121 | 2024-09-04T16:13:17.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2122 | 2024-09-04T16:13:17.598Z | Compiling parking_lot_core v0.8.6 |
2123 | 2024-09-04T16:13:17.623Z | Checking nibble_vec v0.1.0 |
2124 | 2024-09-04T16:13:17.623Z | Checking endian-type v0.1.2 |
2125 | 2024-09-04T16:13:17.623Z | Checking linked-hash-map v0.5.6 |
2126 | 2024-09-04T16:13:17.623Z | Checking quick-error v1.2.3 |
2127 | 2024-09-04T16:13:17.647Z | Checking fxhash v0.2.1 |
2128 | 2024-09-04T16:13:17.647Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2129 | 2024-09-04T16:13:17.648Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2130 | 2024-09-04T16:13:17.804Z | Checking hickory-server v0.24.1 |
2131 | 2024-09-04T16:13:17.829Z | Checking resolv-conf v0.7.0 |
2132 | 2024-09-04T16:13:17.829Z | Checking radix_trie v0.2.1 |
2133 | 2024-09-04T16:13:17.934Z | Checking lru-cache v0.1.2 |
2134 | 2024-09-04T16:13:18.149Z | Checking hickory-resolver v0.24.1 |
2135 | 2024-09-04T16:13:18.186Z | Checking hickory-client v0.24.1 |
2136 | 2024-09-04T16:13:18.332Z | Checking parking_lot v0.11.2 |
2137 | 2024-09-04T16:13:18.616Z | Checking sled v0.34.7 |
2138 | 2024-09-04T16:13:20.829Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2139 | 2024-09-04T16:13:22.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
2140 | 2024-09-04T16:13:22.340Z | |
2141 | 2024-09-04T16:13:22.340Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2142 | 2024-09-04T16:13:23.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2143 | 2024-09-04T16:13:23.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2144 | 2024-09-04T16:13:23.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2145 | 2024-09-04T16:13:23.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2146 | 2024-09-04T16:13:23.170Z | |
2147 | 2024-09-04T16:13:23.170Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2148 | 2024-09-04T16:13:23.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2149 | 2024-09-04T16:13:23.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2150 | 2024-09-04T16:13:23.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2151 | 2024-09-04T16:13:23.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2152 | 2024-09-04T16:13:23.987Z | |
2153 | 2024-09-04T16:13:23.987Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2154 | 2024-09-04T16:13:24.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2155 | 2024-09-04T16:13:24.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2156 | 2024-09-04T16:13:24.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2157 | 2024-09-04T16:13:24.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2158 | 2024-09-04T16:13:24.882Z | |
2159 | 2024-09-04T16:13:24.882Z | info: running `cargo check --bins` on gateway-types (43/158) |
2160 | 2024-09-04T16:13:25.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2161 | 2024-09-04T16:13:25.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2162 | 2024-09-04T16:13:25.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2163 | 2024-09-04T16:13:25.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2164 | 2024-09-04T16:13:25.697Z | |
2165 | 2024-09-04T16:13:25.697Z | info: running `cargo check --bins` on ipcc (44/158) |
2166 | 2024-09-04T16:13:26.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2167 | 2024-09-04T16:13:26.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2168 | 2024-09-04T16:13:26.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2169 | 2024-09-04T16:13:26.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2170 | 2024-09-04T16:13:26.508Z | |
2171 | 2024-09-04T16:13:26.508Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2172 | 2024-09-04T16:13:27.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2173 | 2024-09-04T16:13:27.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2174 | 2024-09-04T16:13:27.425Z | Compiling rustls-pki-types v1.7.0 |
2175 | 2024-09-04T16:13:27.449Z | Compiling match_cfg v0.1.0 |
2176 | 2024-09-04T16:13:27.449Z | Checking num-rational v0.4.2 |
2177 | 2024-09-04T16:13:27.449Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2178 | 2024-09-04T16:13:27.474Z | Compiling slog-json v2.6.1 |
2179 | 2024-09-04T16:13:27.498Z | Compiling http v1.1.0 |
2180 | 2024-09-04T16:13:27.499Z | Checking num-complex v0.4.6 |
2181 | 2024-09-04T16:13:27.523Z | Compiling atomic-waker v1.1.2 |
2182 | 2024-09-04T16:13:27.547Z | Compiling hostname v0.3.1 |
2183 | 2024-09-04T16:13:27.709Z | Compiling prettyplease v0.2.20 |
2184 | 2024-09-04T16:13:27.767Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2185 | 2024-09-04T16:13:27.812Z | Compiling rustls-webpki v0.102.4 |
2186 | 2024-09-04T16:13:27.848Z | Compiling rustls-pemfile v2.1.3 |
2187 | 2024-09-04T16:13:27.953Z | Compiling slog-bunyan v2.5.0 |
2188 | 2024-09-04T16:13:27.989Z | Compiling waitgroup v0.1.2 |
2189 | 2024-09-04T16:13:28.017Z | Compiling async-stream v0.3.5 |
2190 | 2024-09-04T16:13:28.126Z | Compiling toml v0.8.19 |
2191 | 2024-09-04T16:13:28.150Z | Compiling ipnetwork v0.20.0 |
2192 | 2024-09-04T16:13:28.179Z | Compiling newtype-uuid v1.1.0 |
2193 | 2024-09-04T16:13:28.262Z | Checking num v0.4.3 |
2194 | 2024-09-04T16:13:28.286Z | Compiling serde_path_to_error v0.1.16 |
2195 | 2024-09-04T16:13:28.286Z | Compiling hostname v0.4.0 |
2196 | 2024-09-04T16:13:28.354Z | Compiling instant v0.1.12 |
2197 | 2024-09-04T16:13:28.436Z | Checking float-ord v0.3.2 |
2198 | 2024-09-04T16:13:28.488Z | Compiling rustls v0.22.4 |
2199 | 2024-09-04T16:13:28.526Z | Compiling debug-ignore v1.0.5 |
2200 | 2024-09-04T16:13:28.571Z | Compiling radium v0.7.0 |
2201 | 2024-09-04T16:13:28.658Z | Compiling semver v0.1.20 |
2202 | 2024-09-04T16:13:28.884Z | Compiling multer v3.1.0 |
2203 | 2024-09-04T16:13:28.988Z | Compiling rustc_version v0.1.7 |
2204 | 2024-09-04T16:13:29.014Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2205 | 2024-09-04T16:13:29.212Z | Compiling backoff v0.4.0 |
2206 | 2024-09-04T16:13:29.412Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2207 | 2024-09-04T16:13:29.515Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2208 | 2024-09-04T16:13:29.539Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2209 | 2024-09-04T16:13:29.588Z | Compiling parse-display v0.10.0 |
2210 | 2024-09-04T16:13:29.644Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2211 | 2024-09-04T16:13:29.813Z | Compiling serde_with v3.9.0 |
2212 | 2024-09-04T16:13:29.837Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2213 | 2024-09-04T16:13:30.087Z | Compiling macaddr v1.0.1 |
2214 | 2024-09-04T16:13:30.195Z | Compiling maybe-uninit v2.0.0 |
2215 | 2024-09-04T16:13:30.451Z | Checking tap v1.0.1 |
2216 | 2024-09-04T16:13:30.598Z | Checking wyz v0.5.1 |
2217 | 2024-09-04T16:13:30.722Z | Compiling newtype_derive v0.1.6 |
2218 | 2024-09-04T16:13:30.974Z | Checking password-hash v0.5.0 |
2219 | 2024-09-04T16:13:31.019Z | Checking blake2 v0.10.6 |
2220 | 2024-09-04T16:13:31.309Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2221 | 2024-09-04T16:13:31.334Z | Compiling packed_struct v0.10.1 |
2222 | 2024-09-04T16:13:31.391Z | Checking crc-catalog v2.4.0 |
2223 | 2024-09-04T16:13:31.513Z | Checking funty v2.0.0 |
2224 | 2024-09-04T16:13:31.538Z | Checking crc v3.2.1 |
2225 | 2024-09-04T16:13:31.785Z | Checking argon2 v0.5.3 |
2226 | 2024-09-04T16:13:31.955Z | Compiling packed_struct_codegen v0.10.1 |
2227 | 2024-09-04T16:13:32.329Z | Compiling tokio-rustls v0.25.0 |
2228 | 2024-09-04T16:13:32.353Z | Checking bitvec v1.0.1 |
2229 | 2024-09-04T16:13:32.694Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2230 | 2024-09-04T16:13:33.077Z | Compiling indexmap v1.9.3 |
2231 | 2024-09-04T16:13:33.338Z | Compiling cookie v0.18.1 |
2232 | 2024-09-04T16:13:33.363Z | Checking half v2.4.1 |
2233 | 2024-09-04T16:13:33.593Z | Checking nodrop v0.1.14 |
2234 | 2024-09-04T16:13:33.692Z | Checking ciborium-io v0.2.2 |
2235 | 2024-09-04T16:13:33.756Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2236 | 2024-09-04T16:13:33.800Z | Checking ciborium-ll v0.2.2 |
2237 | 2024-09-04T16:13:34.041Z | Checking array-init v0.0.4 |
2238 | 2024-09-04T16:13:34.259Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2239 | 2024-09-04T16:13:34.284Z | Checking smallvec v0.6.14 |
2240 | 2024-09-04T16:13:34.470Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2241 | 2024-09-04T16:13:34.633Z | Compiling memoffset v0.9.1 |
2242 | 2024-09-04T16:13:34.888Z | Checking hashbrown v0.12.3 |
2243 | 2024-09-04T16:13:34.913Z | Checking highway v1.2.0 |
2244 | 2024-09-04T16:13:35.073Z | Checking bitfield v0.14.0 |
2245 | 2024-09-04T16:13:35.272Z | Checking env_logger v0.10.2 |
2246 | 2024-09-04T16:13:35.304Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2247 | 2024-09-04T16:13:35.428Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2248 | 2024-09-04T16:13:35.632Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2249 | 2024-09-04T16:13:36.104Z | Checking serde-hex v0.1.0 |
2250 | 2024-09-04T16:13:36.270Z | Checking steno v0.4.1 |
2251 | 2024-09-04T16:13:36.384Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2252 | 2024-09-04T16:13:36.527Z | Checking bzip2 v0.4.4 |
2253 | 2024-09-04T16:13:36.811Z | Checking ciborium v0.2.2 |
2254 | 2024-09-04T16:13:37.134Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2255 | 2024-09-04T16:13:37.159Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2256 | 2024-09-04T16:13:37.349Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2257 | 2024-09-04T16:13:37.626Z | Checking ron v0.8.1 |
2258 | 2024-09-04T16:13:37.739Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2259 | 2024-09-04T16:13:38.099Z | Checking x509-cert v0.2.5 |
2260 | 2024-09-04T16:13:38.269Z | Checking hashbrown v0.13.2 |
2261 | 2024-09-04T16:13:38.643Z | Compiling derive-where v1.2.7 |
2262 | 2024-09-04T16:13:39.085Z | Checking crc-any v2.5.0 |
2263 | 2024-09-04T16:13:39.241Z | Checking object v0.30.4 |
2264 | 2024-09-04T16:13:39.357Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2265 | 2024-09-04T16:13:39.395Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2266 | 2024-09-04T16:13:39.576Z | Checking zip v0.6.6 |
2267 | 2024-09-04T16:13:39.923Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2268 | 2024-09-04T16:13:39.955Z | Checking path-slash v0.1.5 |
2269 | 2024-09-04T16:13:40.087Z | Checking nix v0.27.1 |
2270 | 2024-09-04T16:13:40.187Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2271 | 2024-09-04T16:13:40.231Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2272 | 2024-09-04T16:13:40.695Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2273 | 2024-09-04T16:13:40.888Z | Checking kstat-rs v0.2.4 |
2274 | 2024-09-04T16:13:40.913Z | Checking serde-big-array v0.5.1 |
2275 | 2024-09-04T16:13:41.103Z | Checking signal-hook-tokio v0.3.1 |
2276 | 2024-09-04T16:13:41.447Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2277 | 2024-09-04T16:13:42.560Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2278 | 2024-09-04T16:13:46.546Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2279 | 2024-09-04T16:13:48.122Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2280 | 2024-09-04T16:13:50.473Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2281 | 2024-09-04T16:13:53.191Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2282 | 2024-09-04T16:13:53.947Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2283 | 2024-09-04T16:13:54.236Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2284 | 2024-09-04T16:14:00.091Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2285 | 2024-09-04T16:14:00.856Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2286 | 2024-09-04T16:14:04.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.62s |
2287 | 2024-09-04T16:14:04.282Z | |
2288 | 2024-09-04T16:14:04.282Z | info: running `cargo check --bins` on gateway-api (46/158) |
2289 | 2024-09-04T16:14:05.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2290 | 2024-09-04T16:14:05.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2291 | 2024-09-04T16:14:05.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2292 | 2024-09-04T16:14:05.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2293 | 2024-09-04T16:14:05.197Z | |
2294 | 2024-09-04T16:14:05.197Z | info: running `cargo check --bins` on oximeter (47/158) |
2295 | 2024-09-04T16:14:05.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2296 | 2024-09-04T16:14:05.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2297 | 2024-09-04T16:14:05.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2298 | 2024-09-04T16:14:05.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2299 | 2024-09-04T16:14:06.036Z | |
2300 | 2024-09-04T16:14:06.036Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2301 | 2024-09-04T16:14:06.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2302 | 2024-09-04T16:14:06.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2303 | 2024-09-04T16:14:06.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2304 | 2024-09-04T16:14:06.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2305 | 2024-09-04T16:14:06.836Z | |
2306 | 2024-09-04T16:14:06.836Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2307 | 2024-09-04T16:14:07.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2308 | 2024-09-04T16:14:07.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2309 | 2024-09-04T16:14:07.685Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2310 | 2024-09-04T16:14:08.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
2311 | 2024-09-04T16:14:08.223Z | |
2312 | 2024-09-04T16:14:08.223Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2313 | 2024-09-04T16:14:08.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2314 | 2024-09-04T16:14:08.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2315 | 2024-09-04T16:14:08.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2316 | 2024-09-04T16:14:08.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2317 | 2024-09-04T16:14:09.032Z | |
2318 | 2024-09-04T16:14:09.032Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2319 | 2024-09-04T16:14:09.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2320 | 2024-09-04T16:14:09.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2321 | 2024-09-04T16:14:09.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2322 | 2024-09-04T16:14:09.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2323 | 2024-09-04T16:14:09.892Z | |
2324 | 2024-09-04T16:14:09.892Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2325 | 2024-09-04T16:14:10.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2326 | 2024-09-04T16:14:10.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2327 | 2024-09-04T16:14:10.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2328 | 2024-09-04T16:14:10.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2329 | 2024-09-04T16:14:10.688Z | |
2330 | 2024-09-04T16:14:10.689Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2331 | 2024-09-04T16:14:11.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2332 | 2024-09-04T16:14:11.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2333 | 2024-09-04T16:14:11.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2334 | 2024-09-04T16:14:11.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2335 | 2024-09-04T16:14:11.517Z | |
2336 | 2024-09-04T16:14:11.517Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2337 | 2024-09-04T16:14:12.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2338 | 2024-09-04T16:14:12.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2339 | 2024-09-04T16:14:12.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2340 | 2024-09-04T16:14:12.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2341 | 2024-09-04T16:14:12.344Z | |
2342 | 2024-09-04T16:14:12.344Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2343 | 2024-09-04T16:14:13.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2024-09-04T16:14:13.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2024-09-04T16:14:13.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2346 | 2024-09-04T16:14:13.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2347 | 2024-09-04T16:14:13.170Z | |
2348 | 2024-09-04T16:14:13.170Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2349 | 2024-09-04T16:14:13.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2024-09-04T16:14:13.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2024-09-04T16:14:13.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2352 | 2024-09-04T16:14:13.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2353 | 2024-09-04T16:14:14.007Z | |
2354 | 2024-09-04T16:14:14.007Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2355 | 2024-09-04T16:14:14.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2356 | 2024-09-04T16:14:14.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2357 | 2024-09-04T16:14:14.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2358 | 2024-09-04T16:14:14.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2359 | 2024-09-04T16:14:14.849Z | |
2360 | 2024-09-04T16:14:14.849Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2361 | 2024-09-04T16:14:15.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2024-09-04T16:14:15.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2024-09-04T16:14:15.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2364 | 2024-09-04T16:14:15.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2365 | 2024-09-04T16:14:15.671Z | |
2366 | 2024-09-04T16:14:15.671Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2367 | 2024-09-04T16:14:16.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2024-09-04T16:14:16.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2024-09-04T16:14:16.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2370 | 2024-09-04T16:14:16.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2371 | 2024-09-04T16:14:16.527Z | |
2372 | 2024-09-04T16:14:16.527Z | info: running `cargo check --bins` on internal-dns (60/158) |
2373 | 2024-09-04T16:14:17.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-09-04T16:14:17.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-09-04T16:14:17.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2376 | 2024-09-04T16:14:17.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2377 | 2024-09-04T16:14:17.343Z | |
2378 | 2024-09-04T16:14:17.343Z | info: running `cargo check --bins` on nexus-client (61/158) |
2379 | 2024-09-04T16:14:18.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-09-04T16:14:18.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-09-04T16:14:18.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2382 | 2024-09-04T16:14:18.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2383 | 2024-09-04T16:14:18.182Z | |
2384 | 2024-09-04T16:14:18.182Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2385 | 2024-09-04T16:14:18.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-09-04T16:14:18.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-09-04T16:14:18.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2388 | 2024-09-04T16:14:18.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2389 | 2024-09-04T16:14:19.000Z | |
2390 | 2024-09-04T16:14:19.001Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2391 | 2024-09-04T16:14:19.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-09-04T16:14:19.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-09-04T16:14:19.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2394 | 2024-09-04T16:14:19.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2395 | 2024-09-04T16:14:19.792Z | |
2396 | 2024-09-04T16:14:19.792Z | info: running `cargo check --bins` on nexus-types (64/158) |
2397 | 2024-09-04T16:14:20.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-09-04T16:14:20.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-09-04T16:14:20.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2400 | 2024-09-04T16:14:20.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2401 | 2024-09-04T16:14:20.637Z | |
2402 | 2024-09-04T16:14:20.637Z | info: running `cargo check --bins` on gateway-client (65/158) |
2403 | 2024-09-04T16:14:21.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-09-04T16:14:21.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-09-04T16:14:21.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2406 | 2024-09-04T16:14:21.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2407 | 2024-09-04T16:14:21.430Z | |
2408 | 2024-09-04T16:14:21.430Z | info: running `cargo check --bins` on oxql-types (66/158) |
2409 | 2024-09-04T16:14:22.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-09-04T16:14:22.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-09-04T16:14:22.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2412 | 2024-09-04T16:14:22.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2413 | 2024-09-04T16:14:22.252Z | |
2414 | 2024-09-04T16:14:22.252Z | info: running `cargo check --bins` on sp-sim (67/158) |
2415 | 2024-09-04T16:14:22.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-09-04T16:14:23.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-09-04T16:14:23.089Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2418 | 2024-09-04T16:14:25.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
2419 | 2024-09-04T16:14:25.375Z | |
2420 | 2024-09-04T16:14:25.375Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158) |
2421 | 2024-09-04T16:14:26.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-09-04T16:14:26.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-09-04T16:14:26.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-09-04T16:14:26.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2425 | 2024-09-04T16:14:26.275Z | |
2426 | 2024-09-04T16:14:26.275Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158) |
2427 | 2024-09-04T16:14:27.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-09-04T16:14:27.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-09-04T16:14:27.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-09-04T16:14:27.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2431 | 2024-09-04T16:14:27.207Z | |
2432 | 2024-09-04T16:14:27.207Z | info: running `cargo check --bins` on db-macros (70/158) |
2433 | 2024-09-04T16:14:27.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-09-04T16:14:27.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-09-04T16:14:27.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-09-04T16:14:27.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2437 | 2024-09-04T16:14:27.982Z | |
2438 | 2024-09-04T16:14:27.982Z | info: running `cargo check --bins` on nexus-macros-common (71/158) |
2439 | 2024-09-04T16:14:28.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-09-04T16:14:28.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-09-04T16:14:28.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-09-04T16:14:28.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2443 | 2024-09-04T16:14:28.771Z | |
2444 | 2024-09-04T16:14:28.771Z | info: running `cargo check --bins` on nexus-auth (72/158) |
2445 | 2024-09-04T16:14:29.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-09-04T16:14:29.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-09-04T16:14:29.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-09-04T16:14:29.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2449 | 2024-09-04T16:14:29.628Z | |
2450 | 2024-09-04T16:14:29.628Z | info: running `cargo check --bins` on authz-macros (73/158) |
2451 | 2024-09-04T16:14:30.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-09-04T16:14:30.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-09-04T16:14:30.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-09-04T16:14:30.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2455 | 2024-09-04T16:14:30.422Z | |
2456 | 2024-09-04T16:14:30.422Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/158) |
2457 | 2024-09-04T16:14:31.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-09-04T16:14:31.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-09-04T16:14:31.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-09-04T16:14:31.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2461 | 2024-09-04T16:14:31.291Z | |
2462 | 2024-09-04T16:14:31.291Z | info: running `cargo check --bins` on nexus-db-model (75/158) |
2463 | 2024-09-04T16:14:32.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-09-04T16:14:32.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-09-04T16:14:32.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-09-04T16:14:32.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2467 | 2024-09-04T16:14:32.135Z | |
2468 | 2024-09-04T16:14:32.135Z | info: running `cargo check --bins` on nexus-defaults (76/158) |
2469 | 2024-09-04T16:14:32.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-09-04T16:14:32.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-09-04T16:14:32.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-09-04T16:14:32.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2473 | 2024-09-04T16:14:32.945Z | |
2474 | 2024-09-04T16:14:32.945Z | info: running `cargo check --bins` on sled-agent-client (77/158) |
2475 | 2024-09-04T16:14:33.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-09-04T16:14:33.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-09-04T16:14:33.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-09-04T16:14:33.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2479 | 2024-09-04T16:14:33.804Z | |
2480 | 2024-09-04T16:14:33.804Z | info: running `cargo check --bins` on nexus-inventory (78/158) |
2481 | 2024-09-04T16:14:34.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-09-04T16:14:34.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-09-04T16:14:34.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-09-04T16:14:34.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2485 | 2024-09-04T16:14:34.714Z | |
2486 | 2024-09-04T16:14:34.714Z | info: running `cargo check --bins` on typed-rng (79/158) |
2487 | 2024-09-04T16:14:35.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-09-04T16:14:35.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-09-04T16:14:35.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-09-04T16:14:35.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2491 | 2024-09-04T16:14:35.538Z | |
2492 | 2024-09-04T16:14:35.538Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158) |
2493 | 2024-09-04T16:14:36.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-09-04T16:14:36.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-09-04T16:14:36.468Z | Compiling rayon-core v1.12.1 |
2496 | 2024-09-04T16:14:36.492Z | Compiling crossbeam-deque v0.8.5 |
2497 | 2024-09-04T16:14:36.492Z | Compiling curve25519-dalek v4.1.3 |
2498 | 2024-09-04T16:14:36.492Z | Compiling unicase v2.7.0 |
2499 | 2024-09-04T16:14:36.492Z | Compiling same-file v1.0.6 |
2500 | 2024-09-04T16:14:36.492Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2501 | 2024-09-04T16:14:36.492Z | Checking keccak v0.1.5 |
2502 | 2024-09-04T16:14:36.517Z | Compiling tempfile v3.10.1 |
2503 | 2024-09-04T16:14:36.742Z | Compiling walkdir v2.5.0 |
2504 | 2024-09-04T16:14:36.771Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2505 | 2024-09-04T16:14:36.811Z | Checking sha3 v0.10.8 |
2506 | 2024-09-04T16:14:36.961Z | Compiling thiserror-impl-no-std v2.0.2 |
2507 | 2024-09-04T16:14:37.054Z | Checking universal-hash v0.5.1 |
2508 | 2024-09-04T16:14:37.137Z | Checking secrecy v0.8.0 |
2509 | 2024-09-04T16:14:37.212Z | Compiling blake3 v1.5.1 |
2510 | 2024-09-04T16:14:37.237Z | Compiling ring v0.16.20 |
2511 | 2024-09-04T16:14:37.274Z | Compiling curve25519-dalek-derive v0.1.1 |
2512 | 2024-09-04T16:14:37.305Z | Checking opaque-debug v0.3.1 |
2513 | 2024-09-04T16:14:37.329Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2514 | 2024-09-04T16:14:37.388Z | Checking poly1305 v0.8.0 |
2515 | 2024-09-04T16:14:37.412Z | Checking chacha20 v0.9.1 |
2516 | 2024-09-04T16:14:37.578Z | Compiling rayon v1.10.0 |
2517 | 2024-09-04T16:14:37.697Z | Checking aead v0.5.2 |
2518 | 2024-09-04T16:14:37.802Z | Compiling memmap2 v0.9.4 |
2519 | 2024-09-04T16:14:37.888Z | Compiling home v0.5.9 |
2520 | 2024-09-04T16:14:38.121Z | Compiling arrayref v0.3.7 |
2521 | 2024-09-04T16:14:38.203Z | Compiling constant_time_eq v0.3.0 |
2522 | 2024-09-04T16:14:38.228Z | Compiling untrusted v0.7.1 |
2523 | 2024-09-04T16:14:38.335Z | Compiling spin v0.5.2 |
2524 | 2024-09-04T16:14:38.378Z | Compiling libefi-sys v0.1.0 |
2525 | 2024-09-04T16:14:38.403Z | Compiling arrayvec v0.7.4 |
2526 | 2024-09-04T16:14:38.427Z | Compiling toolchain_find v0.4.0 |
2527 | 2024-09-04T16:14:38.547Z | Checking chacha20poly1305 v0.10.1 |
2528 | 2024-09-04T16:14:38.755Z | Compiling camino-tempfile v1.1.1 |
2529 | 2024-09-04T16:14:38.891Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2530 | 2024-09-04T16:14:38.996Z | Compiling bitfield-struct v0.6.1 |
2531 | 2024-09-04T16:14:39.037Z | Compiling topological-sort v0.2.2 |
2532 | 2024-09-04T16:14:39.144Z | Compiling cancel-safe-futures v0.1.5 |
2533 | 2024-09-04T16:14:39.248Z | Compiling mime_guess v2.0.4 |
2534 | 2024-09-04T16:14:39.477Z | Compiling rustfmt-wrapper v0.2.1 |
2535 | 2024-09-04T16:14:39.591Z | Checking thiserror-no-std v2.0.2 |
2536 | 2024-09-04T16:14:39.701Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2537 | 2024-09-04T16:14:39.726Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2538 | 2024-09-04T16:14:39.991Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2539 | 2024-09-04T16:14:40.042Z | Checking vsss-rs v3.3.4 |
2540 | 2024-09-04T16:14:40.102Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2541 | 2024-09-04T16:14:40.216Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2542 | 2024-09-04T16:14:40.443Z | Checking gethostname v0.5.0 |
2543 | 2024-09-04T16:14:40.546Z | Checking libsw v3.3.1 |
2544 | 2024-09-04T16:14:40.571Z | Checking linear-map v1.2.0 |
2545 | 2024-09-04T16:14:40.621Z | Checking owo-colors v4.0.0 |
2546 | 2024-09-04T16:14:40.717Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2547 | 2024-09-04T16:14:40.827Z | Checking swrite v0.1.0 |
2548 | 2024-09-04T16:14:40.942Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2549 | 2024-09-04T16:14:41.162Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2550 | 2024-09-04T16:14:41.446Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2551 | 2024-09-04T16:14:41.605Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2552 | 2024-09-04T16:14:41.843Z | Checking nanorand v0.7.0 |
2553 | 2024-09-04T16:14:42.074Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2554 | 2024-09-04T16:14:42.150Z | Checking http-range v0.1.5 |
2555 | 2024-09-04T16:14:42.306Z | Compiling omicron-zone-package v0.11.0 |
2556 | 2024-09-04T16:14:42.339Z | Checking glob v0.3.1 |
2557 | 2024-09-04T16:14:42.364Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2558 | 2024-09-04T16:14:42.388Z | Checking hyper-staticfile v0.9.5 |
2559 | 2024-09-04T16:14:42.613Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2560 | 2024-09-04T16:14:42.749Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2561 | 2024-09-04T16:14:42.936Z | Checking flume v0.11.0 |
2562 | 2024-09-04T16:14:43.230Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2563 | 2024-09-04T16:14:43.362Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2564 | 2024-09-04T16:14:43.674Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2565 | 2024-09-04T16:14:44.088Z | Checking itertools v0.13.0 |
2566 | 2024-09-04T16:14:44.502Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2567 | 2024-09-04T16:14:44.526Z | Checking display-error-chain v0.2.1 |
2568 | 2024-09-04T16:14:44.943Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2569 | 2024-09-04T16:14:46.415Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2570 | 2024-09-04T16:14:47.694Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2571 | 2024-09-04T16:14:47.694Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2572 | 2024-09-04T16:15:01.091Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2573 | 2024-09-04T16:15:15.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.99s |
2574 | 2024-09-04T16:15:15.689Z | |
2575 | 2024-09-04T16:15:15.689Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158) |
2576 | 2024-09-04T16:15:16.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-09-04T16:15:16.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-09-04T16:15:16.629Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2579 | 2024-09-04T16:15:30.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.10s |
2580 | 2024-09-04T16:15:30.946Z | |
2581 | 2024-09-04T16:15:30.946Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158) |
2582 | 2024-09-04T16:15:31.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-09-04T16:15:31.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-09-04T16:15:31.937Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2585 | 2024-09-04T16:15:46.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.53s |
2586 | 2024-09-04T16:15:46.629Z | |
2587 | 2024-09-04T16:15:46.629Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158) |
2588 | 2024-09-04T16:15:47.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-09-04T16:15:47.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-09-04T16:15:47.636Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2591 | 2024-09-04T16:16:02.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.51s |
2592 | 2024-09-04T16:16:02.315Z | |
2593 | 2024-09-04T16:16:02.315Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158) |
2594 | 2024-09-04T16:16:03.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-09-04T16:16:03.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-09-04T16:16:03.299Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2597 | 2024-09-04T16:16:17.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.51s |
2598 | 2024-09-04T16:16:17.992Z | |
2599 | 2024-09-04T16:16:17.992Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158) |
2600 | 2024-09-04T16:16:18.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-09-04T16:16:18.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-09-04T16:16:18.944Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2603 | 2024-09-04T16:16:33.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.58s |
2604 | 2024-09-04T16:16:33.740Z | |
2605 | 2024-09-04T16:16:33.740Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158) |
2606 | 2024-09-04T16:16:34.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-09-04T16:16:34.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-09-04T16:16:34.759Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2609 | 2024-09-04T16:16:49.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.52s |
2610 | 2024-09-04T16:16:49.454Z | |
2611 | 2024-09-04T16:16:49.454Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158) |
2612 | 2024-09-04T16:16:50.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-09-04T16:16:50.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-09-04T16:16:50.465Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2615 | 2024-09-04T16:17:05.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.83s |
2616 | 2024-09-04T16:17:05.451Z | |
2617 | 2024-09-04T16:17:05.451Z | info: running `cargo check --bins` on bootstrap-agent-api (88/158) |
2618 | 2024-09-04T16:17:06.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2024-09-04T16:17:06.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2024-09-04T16:17:06.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2024-09-04T16:17:06.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2622 | 2024-09-04T16:17:06.382Z | |
2623 | 2024-09-04T16:17:06.382Z | info: running `cargo check --bins` on sled-agent-types (89/158) |
2624 | 2024-09-04T16:17:07.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2024-09-04T16:17:07.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2024-09-04T16:17:07.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2024-09-04T16:17:07.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2628 | 2024-09-04T16:17:07.273Z | |
2629 | 2024-09-04T16:17:07.273Z | info: running `cargo check --bins` on bootstrap-agent-client (90/158) |
2630 | 2024-09-04T16:17:08.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2024-09-04T16:17:08.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2024-09-04T16:17:08.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2024-09-04T16:17:08.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2634 | 2024-09-04T16:17:08.132Z | |
2635 | 2024-09-04T16:17:08.133Z | info: running `cargo check --bins` on dpd-client (91/158) |
2636 | 2024-09-04T16:17:08.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-09-04T16:17:08.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-09-04T16:17:08.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-09-04T16:17:08.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2640 | 2024-09-04T16:17:08.986Z | |
2641 | 2024-09-04T16:17:08.986Z | info: running `cargo check --bins` on installinator-common (92/158) |
2642 | 2024-09-04T16:17:09.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-09-04T16:17:09.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-09-04T16:17:09.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-09-04T16:17:09.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2646 | 2024-09-04T16:17:09.836Z | |
2647 | 2024-09-04T16:17:09.836Z | info: running `cargo check --bins` on update-engine (93/158) |
2648 | 2024-09-04T16:17:10.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-09-04T16:17:10.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-09-04T16:17:10.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2024-09-04T16:17:10.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2652 | 2024-09-04T16:17:10.661Z | |
2653 | 2024-09-04T16:17:10.661Z | info: running `cargo check --bins` on key-manager (94/158) |
2654 | 2024-09-04T16:17:11.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-09-04T16:17:11.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-09-04T16:17:11.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2024-09-04T16:17:11.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2658 | 2024-09-04T16:17:11.472Z | |
2659 | 2024-09-04T16:17:11.472Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2660 | 2024-09-04T16:17:12.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-09-04T16:17:12.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-09-04T16:17:12.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2024-09-04T16:17:12.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2664 | 2024-09-04T16:17:12.341Z | |
2665 | 2024-09-04T16:17:12.341Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2666 | 2024-09-04T16:17:13.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-09-04T16:17:13.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-09-04T16:17:13.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2024-09-04T16:17:13.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2670 | 2024-09-04T16:17:13.226Z | |
2671 | 2024-09-04T16:17:13.226Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2672 | 2024-09-04T16:17:14.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-09-04T16:17:14.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-09-04T16:17:14.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2024-09-04T16:17:14.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2676 | 2024-09-04T16:17:14.094Z | |
2677 | 2024-09-04T16:17:14.095Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2678 | 2024-09-04T16:17:14.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-09-04T16:17:14.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-09-04T16:17:14.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2024-09-04T16:17:14.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2682 | 2024-09-04T16:17:14.974Z | |
2683 | 2024-09-04T16:17:14.974Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2684 | 2024-09-04T16:17:15.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-09-04T16:17:15.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-09-04T16:17:15.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2024-09-04T16:17:15.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2688 | 2024-09-04T16:17:15.843Z | |
2689 | 2024-09-04T16:17:15.843Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2690 | 2024-09-04T16:17:16.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2024-09-04T16:17:16.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2024-09-04T16:17:16.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2024-09-04T16:17:16.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2694 | 2024-09-04T16:17:16.715Z | |
2695 | 2024-09-04T16:17:16.716Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2696 | 2024-09-04T16:17:17.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2024-09-04T16:17:17.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2024-09-04T16:17:17.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2024-09-04T16:17:17.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2700 | 2024-09-04T16:17:17.575Z | |
2701 | 2024-09-04T16:17:17.575Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2702 | 2024-09-04T16:17:18.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2024-09-04T16:17:18.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2024-09-04T16:17:18.487Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2705 | 2024-09-04T16:17:18.487Z | Checking bcs v0.1.6 |
2706 | 2024-09-04T16:17:18.487Z | Compiling async-recursion v1.1.1 |
2707 | 2024-09-04T16:17:18.511Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2708 | 2024-09-04T16:17:18.512Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2709 | 2024-09-04T16:17:19.635Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2710 | 2024-09-04T16:17:23.607Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2711 | 2024-09-04T16:17:25.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.16s |
2712 | 2024-09-04T16:17:25.887Z | |
2713 | 2024-09-04T16:17:25.887Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2714 | 2024-09-04T16:17:26.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2024-09-04T16:17:26.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2024-09-04T16:17:26.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2024-09-04T16:17:26.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2718 | 2024-09-04T16:17:26.738Z | |
2719 | 2024-09-04T16:17:26.738Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2720 | 2024-09-04T16:17:27.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2024-09-04T16:17:27.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2024-09-04T16:17:27.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2024-09-04T16:17:27.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2724 | 2024-09-04T16:17:27.561Z | |
2725 | 2024-09-04T16:17:27.561Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2726 | 2024-09-04T16:17:28.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2024-09-04T16:17:28.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2024-09-04T16:17:28.400Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2729 | 2024-09-04T16:17:29.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
2730 | 2024-09-04T16:17:29.158Z | |
2731 | 2024-09-04T16:17:29.158Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2732 | 2024-09-04T16:17:29.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2024-09-04T16:17:30.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2024-09-04T16:17:30.077Z | Compiling vte_generate_state_changes v0.1.1 |
2735 | 2024-09-04T16:17:30.077Z | Checking fd-lock v4.0.2 |
2736 | 2024-09-04T16:17:30.077Z | Checking bytecount v0.6.8 |
2737 | 2024-09-04T16:17:30.101Z | Compiling tabled_derive v0.7.0 |
2738 | 2024-09-04T16:17:30.101Z | Checking crossterm v0.27.0 |
2739 | 2024-09-04T16:17:30.101Z | Compiling peg-macros v0.8.4 |
2740 | 2024-09-04T16:17:30.101Z | Compiling sqlparser_derive v0.2.2 |
2741 | 2024-09-04T16:17:30.101Z | Checking nu-ansi-term v0.50.0 |
2742 | 2024-09-04T16:17:30.275Z | Checking papergrid v0.11.0 |
2743 | 2024-09-04T16:17:30.329Z | Checking home v0.5.9 |
2744 | 2024-09-04T16:17:30.464Z | Checking unicode_categories v0.1.1 |
2745 | 2024-09-04T16:17:30.488Z | Checking rustyline v14.0.0 |
2746 | 2024-09-04T16:17:30.641Z | Checking vte v0.11.1 |
2747 | 2024-09-04T16:17:30.716Z | Checking sqlformat v0.2.4 |
2748 | 2024-09-04T16:17:31.090Z | Checking sqlparser v0.45.0 |
2749 | 2024-09-04T16:17:31.489Z | Checking crossterm v0.28.1 |
2750 | 2024-09-04T16:17:31.662Z | Checking strip-ansi-escapes v0.2.0 |
2751 | 2024-09-04T16:17:31.792Z | Checking reedline v0.33.0 |
2752 | 2024-09-04T16:17:32.214Z | Checking tabled v0.15.0 |
2753 | 2024-09-04T16:17:32.760Z | Checking peg v0.8.4 |
2754 | 2024-09-04T16:17:38.191Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2755 | 2024-09-04T16:17:44.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.35s |
2756 | 2024-09-04T16:17:44.678Z | |
2757 | 2024-09-04T16:17:44.678Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2758 | 2024-09-04T16:17:45.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-09-04T16:17:45.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-09-04T16:17:45.581Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2761 | 2024-09-04T16:17:51.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.08s |
2762 | 2024-09-04T16:17:51.916Z | |
2763 | 2024-09-04T16:17:51.916Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2764 | 2024-09-04T16:17:52.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-09-04T16:17:52.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-09-04T16:17:52.762Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2767 | 2024-09-04T16:17:58.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.78s |
2768 | 2024-09-04T16:17:58.846Z | |
2769 | 2024-09-04T16:17:58.846Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2770 | 2024-09-04T16:17:59.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-09-04T16:17:59.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-09-04T16:17:59.727Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2773 | 2024-09-04T16:18:04.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
2774 | 2024-09-04T16:18:04.783Z | |
2775 | 2024-09-04T16:18:04.783Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2776 | 2024-09-04T16:18:05.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-09-04T16:18:05.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-09-04T16:18:05.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2024-09-04T16:18:05.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2780 | 2024-09-04T16:18:05.608Z | |
2781 | 2024-09-04T16:18:05.608Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2782 | 2024-09-04T16:18:06.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-09-04T16:18:06.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-09-04T16:18:06.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-09-04T16:18:06.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2786 | 2024-09-04T16:18:06.427Z | |
2787 | 2024-09-04T16:18:06.427Z | info: running `cargo check --bins` on installinator-client (112/158) |
2788 | 2024-09-04T16:18:07.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-09-04T16:18:07.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-09-04T16:18:07.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-09-04T16:18:07.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2792 | 2024-09-04T16:18:07.252Z | |
2793 | 2024-09-04T16:18:07.252Z | info: running `cargo check --bins` on oxide-client (113/158) |
2794 | 2024-09-04T16:18:07.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-09-04T16:18:07.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-09-04T16:18:07.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2024-09-04T16:18:07.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2798 | 2024-09-04T16:18:08.043Z | |
2799 | 2024-09-04T16:18:08.043Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2800 | 2024-09-04T16:18:08.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-09-04T16:18:08.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-09-04T16:18:08.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2024-09-04T16:18:08.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2804 | 2024-09-04T16:18:08.918Z | |
2805 | 2024-09-04T16:18:08.918Z | info: running `cargo check --bins` on wicket-common (115/158) |
2806 | 2024-09-04T16:18:09.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-09-04T16:18:09.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-09-04T16:18:09.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2024-09-04T16:18:09.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2810 | 2024-09-04T16:18:09.807Z | |
2811 | 2024-09-04T16:18:09.807Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2812 | 2024-09-04T16:18:10.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2024-09-04T16:18:10.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2024-09-04T16:18:10.685Z | Checking csv-core v0.1.11 |
2815 | 2024-09-04T16:18:10.709Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2816 | 2024-09-04T16:18:10.970Z | Checking csv v1.3.0 |
2817 | 2024-09-04T16:18:11.665Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2818 | 2024-09-04T16:18:12.106Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2819 | 2024-09-04T16:18:13.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s |
2820 | 2024-09-04T16:18:13.727Z | |
2821 | 2024-09-04T16:18:13.727Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2822 | 2024-09-04T16:18:14.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-09-04T16:18:14.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-09-04T16:18:14.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2024-09-04T16:18:14.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2826 | 2024-09-04T16:18:14.572Z | |
2827 | 2024-09-04T16:18:14.572Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2828 | 2024-09-04T16:18:15.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-09-04T16:18:15.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-09-04T16:18:15.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2024-09-04T16:18:15.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2832 | 2024-09-04T16:18:15.401Z | |
2833 | 2024-09-04T16:18:15.401Z | info: running `cargo check --bins` on cert-dev (119/158) |
2834 | 2024-09-04T16:18:16.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-09-04T16:18:16.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-09-04T16:18:16.205Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2837 | 2024-09-04T16:18:16.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
2838 | 2024-09-04T16:18:16.582Z | |
2839 | 2024-09-04T16:18:16.582Z | info: running `cargo check --bins` on ch-dev (120/158) |
2840 | 2024-09-04T16:18:17.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-09-04T16:18:17.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-09-04T16:18:17.463Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2843 | 2024-09-04T16:18:18.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
2844 | 2024-09-04T16:18:18.376Z | |
2845 | 2024-09-04T16:18:18.376Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2846 | 2024-09-04T16:18:19.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-09-04T16:18:19.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-09-04T16:18:19.242Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2849 | 2024-09-04T16:18:19.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
2850 | 2024-09-04T16:18:19.700Z | |
2851 | 2024-09-04T16:18:19.700Z | info: running `cargo check --bins` on db-dev (122/158) |
2852 | 2024-09-04T16:18:20.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-09-04T16:18:20.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-09-04T16:18:20.561Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2855 | 2024-09-04T16:18:21.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
2856 | 2024-09-04T16:18:21.494Z | |
2857 | 2024-09-04T16:18:21.494Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2858 | 2024-09-04T16:18:22.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-09-04T16:18:22.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-09-04T16:18:22.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2024-09-04T16:18:22.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2862 | 2024-09-04T16:18:22.360Z | |
2863 | 2024-09-04T16:18:22.360Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2864 | 2024-09-04T16:18:23.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-09-04T16:18:23.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-09-04T16:18:23.200Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2867 | 2024-09-04T16:18:24.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
2868 | 2024-09-04T16:18:24.307Z | |
2869 | 2024-09-04T16:18:24.307Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2870 | 2024-09-04T16:18:25.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-09-04T16:18:25.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-09-04T16:18:25.281Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2873 | 2024-09-04T16:18:25.989Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2874 | 2024-09-04T16:18:26.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s |
2875 | 2024-09-04T16:18:26.745Z | |
2876 | 2024-09-04T16:18:26.745Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2877 | 2024-09-04T16:18:27.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-09-04T16:18:27.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-09-04T16:18:27.836Z | Compiling crunchy v0.2.2 |
2880 | 2024-09-04T16:18:27.836Z | Compiling glob v0.3.1 |
2881 | 2024-09-04T16:18:27.836Z | Compiling tiny-keccak v2.0.2 |
2882 | 2024-09-04T16:18:27.860Z | Compiling dsl_auto_type v0.1.2 |
2883 | 2024-09-04T16:18:27.860Z | Checking scheduled-thread-pool v0.2.7 |
2884 | 2024-09-04T16:18:27.860Z | Compiling diesel_table_macro_syntax v0.2.0 |
2885 | 2024-09-04T16:18:27.860Z | Compiling ascii-canvas v3.0.0 |
2886 | 2024-09-04T16:18:27.860Z | Compiling ena v0.14.3 |
2887 | 2024-09-04T16:18:28.069Z | Checking r2d2 v0.8.10 |
2888 | 2024-09-04T16:18:28.177Z | Compiling libloading v0.8.3 |
2889 | 2024-09-04T16:18:28.291Z | Compiling diff v0.1.13 |
2890 | 2024-09-04T16:18:28.315Z | Compiling regex-syntax v0.6.29 |
2891 | 2024-09-04T16:18:28.354Z | Compiling bindgen v0.69.4 |
2892 | 2024-09-04T16:18:28.449Z | Compiling which v4.4.2 |
2893 | 2024-09-04T16:18:28.556Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2894 | 2024-09-04T16:18:28.759Z | Compiling cexpr v0.6.0 |
2895 | 2024-09-04T16:18:28.795Z | Compiling clang-sys v1.7.0 |
2896 | 2024-09-04T16:18:28.903Z | Compiling ref-cast v1.0.23 |
2897 | 2024-09-04T16:18:28.995Z | Compiling shlex v1.3.0 |
2898 | 2024-09-04T16:18:29.024Z | Compiling lazycell v1.3.0 |
2899 | 2024-09-04T16:18:29.049Z | Compiling rustc-hash v1.1.0 |
2900 | 2024-09-04T16:18:29.180Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2901 | 2024-09-04T16:18:29.204Z | Compiling derive_builder_core v0.20.0 |
2902 | 2024-09-04T16:18:29.375Z | Compiling diesel_derives v2.2.2 |
2903 | 2024-09-04T16:18:29.398Z | Compiling libxml v0.3.3 |
2904 | 2024-09-04T16:18:29.451Z | Compiling ref-cast-impl v1.0.23 |
2905 | 2024-09-04T16:18:29.522Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2906 | 2024-09-04T16:18:29.796Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2907 | 2024-09-04T16:18:29.949Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2908 | 2024-09-04T16:18:30.187Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2909 | 2024-09-04T16:18:30.298Z | Compiling strum_macros v0.24.3 |
2910 | 2024-09-04T16:18:30.520Z | Compiling dropshot v0.10.1 |
2911 | 2024-09-04T16:18:30.579Z | Compiling indoc v1.0.9 |
2912 | 2024-09-04T16:18:31.258Z | Compiling lalrpop v0.19.12 |
2913 | 2024-09-04T16:18:31.431Z | Compiling derive_builder_macro v0.20.0 |
2914 | 2024-09-04T16:18:32.154Z | Checking derive_builder v0.20.0 |
2915 | 2024-09-04T16:18:32.287Z | Checking tungstenite v0.23.0 |
2916 | 2024-09-04T16:18:32.354Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2917 | 2024-09-04T16:18:32.630Z | Compiling dropshot_endpoint v0.10.1 |
2918 | 2024-09-04T16:18:33.108Z | Compiling oso-derive v0.27.3 |
2919 | 2024-09-04T16:18:33.283Z | Compiling impl-trait-for-tuples v0.2.2 |
2920 | 2024-09-04T16:18:33.307Z | Checking quick-xml v0.31.0 |
2921 | 2024-09-04T16:18:33.995Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2922 | 2024-09-04T16:18:34.258Z | Checking maplit v1.0.2 |
2923 | 2024-09-04T16:18:34.427Z | Checking tokio-tungstenite v0.23.1 |
2924 | 2024-09-04T16:18:34.878Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2925 | 2024-09-04T16:18:35.032Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2926 | 2024-09-04T16:18:35.326Z | Checking bb8 v0.8.5 |
2927 | 2024-09-04T16:18:35.806Z | Compiling const_format_proc_macros v0.2.32 |
2928 | 2024-09-04T16:18:36.517Z | Checking crossbeam-deque v0.8.5 |
2929 | 2024-09-04T16:18:36.832Z | Compiling portable-atomic v1.6.0 |
2930 | 2024-09-04T16:18:37.648Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2931 | 2024-09-04T16:18:37.696Z | Checking const_format v0.2.32 |
2932 | 2024-09-04T16:18:37.849Z | Checking rayon-core v1.12.1 |
2933 | 2024-09-04T16:18:38.132Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2934 | 2024-09-04T16:18:38.385Z | Checking castaway v0.2.3 |
2935 | 2024-09-04T16:18:38.459Z | Checking rayon v1.10.0 |
2936 | 2024-09-04T16:18:38.539Z | Checking compact_str v0.8.0 |
2937 | 2024-09-04T16:18:39.352Z | Checking diesel v2.2.3 |
2938 | 2024-09-04T16:18:39.500Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2939 | 2024-09-04T16:18:39.756Z | Checking unicode-truncate v1.0.0 |
2940 | 2024-09-04T16:18:39.836Z | Checking lru v0.12.3 |
2941 | 2024-09-04T16:18:39.960Z | Compiling instability v0.3.2 |
2942 | 2024-09-04T16:18:40.101Z | Checking unicode-linebreak v0.1.5 |
2943 | 2024-09-04T16:18:40.216Z | Checking smawk v0.3.2 |
2944 | 2024-09-04T16:18:40.240Z | Checking cassowary v0.3.0 |
2945 | 2024-09-04T16:18:40.400Z | Checking number_prefix v0.4.0 |
2946 | 2024-09-04T16:18:40.456Z | Checking textwrap v0.16.1 |
2947 | 2024-09-04T16:18:40.607Z | Checking multimap v0.10.0 |
2948 | 2024-09-04T16:18:40.871Z | Checking ratatui v0.28.0 |
2949 | 2024-09-04T16:18:41.755Z | Checking indicatif v0.17.8 |
2950 | 2024-09-04T16:18:57.805Z | Compiling samael v0.0.15 |
2951 | 2024-09-04T16:19:08.996Z | Checking async-bb8-diesel v0.2.1 |
2952 | 2024-09-04T16:19:11.596Z | Compiling polar-core v0.27.3 |
2953 | 2024-09-04T16:19:20.371Z | Checking oso v0.27.3 |
2954 | 2024-09-04T16:20:33.775Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2955 | 2024-09-04T16:20:40.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
2956 | 2024-09-04T16:20:40.680Z | |
2957 | 2024-09-04T16:20:40.680Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2958 | 2024-09-04T16:20:41.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2959 | 2024-09-04T16:20:41.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2960 | 2024-09-04T16:20:41.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2961 | 2024-09-04T16:20:41.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2962 | 2024-09-04T16:20:41.599Z | |
2963 | 2024-09-04T16:20:41.599Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
2964 | 2024-09-04T16:20:42.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2965 | 2024-09-04T16:20:42.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2966 | 2024-09-04T16:20:42.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2967 | 2024-09-04T16:20:42.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2968 | 2024-09-04T16:20:42.522Z | |
2969 | 2024-09-04T16:20:42.522Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
2970 | 2024-09-04T16:20:43.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2971 | 2024-09-04T16:20:43.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2972 | 2024-09-04T16:20:43.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2973 | 2024-09-04T16:20:43.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2974 | 2024-09-04T16:20:43.323Z | |
2975 | 2024-09-04T16:20:43.323Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
2976 | 2024-09-04T16:20:44.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2977 | 2024-09-04T16:20:44.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2978 | 2024-09-04T16:20:44.380Z | Compiling libz-sys v1.1.16 |
2979 | 2024-09-04T16:20:44.404Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2980 | 2024-09-04T16:20:44.428Z | Compiling vergen v8.3.2 |
2981 | 2024-09-04T16:20:44.428Z | Compiling cargo-platform v0.1.8 |
2982 | 2024-09-04T16:20:44.428Z | Compiling pin-project-internal v1.1.5 |
2983 | 2024-09-04T16:20:44.473Z | Compiling snafu-derive v0.8.2 |
2984 | 2024-09-04T16:20:44.473Z | Compiling libsqlite3-sys v0.28.0 |
2985 | 2024-09-04T16:20:44.496Z | Compiling buf-list v1.0.3 |
2986 | 2024-09-04T16:20:44.720Z | Checking globset v0.4.14 |
2987 | 2024-09-04T16:20:44.928Z | Compiling cargo_metadata v0.18.1 |
2988 | 2024-09-04T16:20:44.991Z | Checking olpc-cjson v0.1.3 |
2989 | 2024-09-04T16:20:45.131Z | Checking rand_seeder v0.3.0 |
2990 | 2024-09-04T16:20:45.154Z | Checking serde_plain v1.0.2 |
2991 | 2024-09-04T16:20:45.183Z | Checking typed-path v0.7.1 |
2992 | 2024-09-04T16:20:45.339Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2993 | 2024-09-04T16:20:45.502Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2994 | 2024-09-04T16:20:45.526Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2995 | 2024-09-04T16:20:45.734Z | Checking hashlink v0.9.1 |
2996 | 2024-09-04T16:20:45.757Z | Checking fallible-iterator v0.3.0 |
2997 | 2024-09-04T16:20:45.799Z | Checking parse-size v1.0.0 |
2998 | 2024-09-04T16:20:45.957Z | Checking fallible-streaming-iterator v0.1.9 |
2999 | 2024-09-04T16:20:46.217Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3000 | 2024-09-04T16:20:46.277Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3001 | 2024-09-04T16:20:46.301Z | Checking rusqlite v0.31.0 |
3002 | 2024-09-04T16:20:46.781Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3003 | 2024-09-04T16:20:46.948Z | Checking pin-project v1.1.5 |
3004 | 2024-09-04T16:20:47.007Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3005 | 2024-09-04T16:20:47.031Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3006 | 2024-09-04T16:20:47.067Z | Checking twox-hash v1.6.3 |
3007 | 2024-09-04T16:20:47.155Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3008 | 2024-09-04T16:20:47.454Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3009 | 2024-09-04T16:20:47.614Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3010 | 2024-09-04T16:20:47.957Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3011 | 2024-09-04T16:20:48.016Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3012 | 2024-09-04T16:20:48.040Z | Checking fatfs v0.3.6 |
3013 | 2024-09-04T16:20:48.562Z | Checking assert_matches v1.5.0 |
3014 | 2024-09-04T16:20:49.081Z | Checking snafu v0.8.2 |
3015 | 2024-09-04T16:20:49.494Z | Checking tough v0.17.1 |
3016 | 2024-09-04T16:20:53.324Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3017 | 2024-09-04T16:20:54.769Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3018 | 2024-09-04T16:20:55.487Z | Compiling git2 v0.19.0 |
3019 | 2024-09-04T16:21:01.573Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3020 | 2024-09-04T16:22:01.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
3021 | 2024-09-04T16:22:01.543Z | |
3022 | 2024-09-04T16:22:01.544Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
3023 | 2024-09-04T16:22:02.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-09-04T16:22:02.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-09-04T16:22:02.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2024-09-04T16:22:02.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3027 | 2024-09-04T16:22:02.429Z | |
3028 | 2024-09-04T16:22:02.429Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
3029 | 2024-09-04T16:22:03.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2024-09-04T16:22:03.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2024-09-04T16:22:03.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2024-09-04T16:22:03.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3033 | 2024-09-04T16:22:03.211Z | |
3034 | 2024-09-04T16:22:03.211Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
3035 | 2024-09-04T16:22:03.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-09-04T16:22:03.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-09-04T16:22:03.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2024-09-04T16:22:03.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3039 | 2024-09-04T16:22:04.069Z | |
3040 | 2024-09-04T16:22:04.069Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3041 | 2024-09-04T16:22:04.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-09-04T16:22:04.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-09-04T16:22:04.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-09-04T16:22:04.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3045 | 2024-09-04T16:22:04.942Z | |
3046 | 2024-09-04T16:22:04.942Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3047 | 2024-09-04T16:22:05.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-09-04T16:22:05.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-09-04T16:22:05.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-09-04T16:22:05.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3051 | 2024-09-04T16:22:05.816Z | |
3052 | 2024-09-04T16:22:05.816Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3053 | 2024-09-04T16:22:06.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-09-04T16:22:06.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-09-04T16:22:06.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-09-04T16:22:06.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3057 | 2024-09-04T16:22:06.688Z | |
3058 | 2024-09-04T16:22:06.688Z | info: running `cargo check --bins` on update-common (137/158) |
3059 | 2024-09-04T16:22:07.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-09-04T16:22:07.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-09-04T16:22:07.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-09-04T16:22:07.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3063 | 2024-09-04T16:22:07.511Z | |
3064 | 2024-09-04T16:22:07.511Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3065 | 2024-09-04T16:22:08.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-09-04T16:22:08.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-09-04T16:22:08.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2024-09-04T16:22:08.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3069 | 2024-09-04T16:22:08.337Z | |
3070 | 2024-09-04T16:22:08.337Z | info: running `cargo check --bins` on tufaceous (139/158) |
3071 | 2024-09-04T16:22:09.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-09-04T16:22:09.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-09-04T16:22:09.217Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3074 | 2024-09-04T16:22:10.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3075 | 2024-09-04T16:22:10.520Z | |
3076 | 2024-09-04T16:22:10.520Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3077 | 2024-09-04T16:22:11.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-09-04T16:22:11.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-09-04T16:22:11.618Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3080 | 2024-09-04T16:22:11.618Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3081 | 2024-09-04T16:22:11.642Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3082 | 2024-09-04T16:22:13.206Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3083 | 2024-09-04T16:22:16.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
3084 | 2024-09-04T16:22:16.336Z | |
3085 | 2024-09-04T16:22:16.336Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3086 | 2024-09-04T16:22:17.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3087 | 2024-09-04T16:22:17.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3088 | 2024-09-04T16:22:17.266Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3089 | 2024-09-04T16:22:17.266Z | Checking is_ci v1.2.0 |
3090 | 2024-09-04T16:22:17.266Z | Checking heck v0.4.1 |
3091 | 2024-09-04T16:22:17.290Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3092 | 2024-09-04T16:22:17.290Z | Checking indent_write v2.2.0 |
3093 | 2024-09-04T16:22:17.430Z | Checking supports-color v3.0.0 |
3094 | 2024-09-04T16:22:17.512Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3095 | 2024-09-04T16:22:19.189Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3096 | 2024-09-04T16:22:20.216Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3097 | 2024-09-04T16:22:21.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
3098 | 2024-09-04T16:22:21.608Z | |
3099 | 2024-09-04T16:22:21.608Z | info: running `cargo check --bins` on installinator-api (142/158) |
3100 | 2024-09-04T16:22:22.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-09-04T16:22:22.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-09-04T16:22:22.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3103 | 2024-09-04T16:22:22.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3104 | 2024-09-04T16:22:22.452Z | |
3105 | 2024-09-04T16:22:22.452Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3106 | 2024-09-04T16:22:23.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-09-04T16:22:23.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-09-04T16:22:23.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3109 | 2024-09-04T16:22:23.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3110 | 2024-09-04T16:22:23.296Z | |
3111 | 2024-09-04T16:22:23.296Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3112 | 2024-09-04T16:22:24.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-09-04T16:22:24.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-09-04T16:22:24.242Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3115 | 2024-09-04T16:22:25.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
3116 | 2024-09-04T16:22:25.829Z | |
3117 | 2024-09-04T16:22:25.829Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3118 | 2024-09-04T16:22:26.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-09-04T16:22:26.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-09-04T16:22:26.692Z | Checking memmap2 v0.9.4 |
3121 | 2024-09-04T16:22:26.692Z | Checking spin v0.5.2 |
3122 | 2024-09-04T16:22:26.692Z | Checking arrayref v0.3.7 |
3123 | 2024-09-04T16:22:26.692Z | Checking untrusted v0.7.1 |
3124 | 2024-09-04T16:22:26.717Z | Checking constant_time_eq v0.3.0 |
3125 | 2024-09-04T16:22:26.717Z | Checking arrayvec v0.7.4 |
3126 | 2024-09-04T16:22:26.717Z | Checking cargo-platform v0.1.8 |
3127 | 2024-09-04T16:22:26.717Z | Checking topological-sort v0.2.2 |
3128 | 2024-09-04T16:22:26.827Z | Checking shell-words v1.1.0 |
3129 | 2024-09-04T16:22:26.940Z | Checking ring v0.16.20 |
3130 | 2024-09-04T16:22:27.016Z | Checking cargo_metadata v0.18.1 |
3131 | 2024-09-04T16:22:27.050Z | Checking blake3 v1.5.1 |
3132 | 2024-09-04T16:22:28.369Z | Checking omicron-zone-package v0.11.0 |
3133 | 2024-09-04T16:22:29.724Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3134 | 2024-09-04T16:22:30.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s |
3135 | 2024-09-04T16:22:30.916Z | |
3136 | 2024-09-04T16:22:30.916Z | info: running `cargo check --bins` on xtask (146/158) |
3137 | 2024-09-04T16:22:31.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2024-09-04T16:22:31.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2024-09-04T16:22:31.522Z | Checking bitflags v2.6.0 |
3140 | 2024-09-04T16:22:31.522Z | Checking serde v1.0.208 |
3141 | 2024-09-04T16:22:31.522Z | Checking thiserror v1.0.63 |
3142 | 2024-09-04T16:22:31.523Z | Checking scroll v0.12.0 |
3143 | 2024-09-04T16:22:31.555Z | Checking hashbrown v0.14.5 |
3144 | 2024-09-04T16:22:31.579Z | Checking log v0.4.21 |
3145 | 2024-09-04T16:22:31.602Z | Checking zerocopy v0.7.34 |
3146 | 2024-09-04T16:22:31.626Z | Checking syn v2.0.74 |
3147 | 2024-09-04T16:22:31.679Z | Checking pest v2.7.10 |
3148 | 2024-09-04T16:22:31.771Z | Checking rustix v0.38.34 |
3149 | 2024-09-04T16:22:31.827Z | Checking fs-err v2.11.0 |
3150 | 2024-09-04T16:22:31.953Z | Checking goblin v0.8.2 |
3151 | 2024-09-04T16:22:32.088Z | Checking tabled v0.15.0 |
3152 | 2024-09-04T16:22:32.504Z | Checking indexmap v2.4.0 |
3153 | 2024-09-04T16:22:32.730Z | Checking anyhow v1.0.86 |
3154 | 2024-09-04T16:22:33.338Z | Checking terminal_size v0.3.0 |
3155 | 2024-09-04T16:22:33.339Z | Checking tempfile v3.10.1 |
3156 | 2024-09-04T16:22:33.489Z | Checking clap_builder v4.5.15 |
3157 | 2024-09-04T16:22:33.694Z | Checking dtrace-parser v0.2.0 |
3158 | 2024-09-04T16:22:35.629Z | Checking serde_json v1.0.125 |
3159 | 2024-09-04T16:22:35.629Z | Checking toml_datetime v0.6.8 |
3160 | 2024-09-04T16:22:35.653Z | Checking serde_spanned v0.6.7 |
3161 | 2024-09-04T16:22:35.653Z | Checking camino v1.1.9 |
3162 | 2024-09-04T16:22:35.653Z | Checking cargo-platform v0.1.8 |
3163 | 2024-09-04T16:22:35.653Z | Checking semver v1.0.23 |
3164 | 2024-09-04T16:22:35.814Z | Checking macaddr v1.0.1 |
3165 | 2024-09-04T16:22:35.931Z | Checking toml_edit v0.22.20 |
3166 | 2024-09-04T16:22:35.978Z | Checking clap v4.5.16 |
3167 | 2024-09-04T16:22:36.143Z | Checking camino-tempfile v1.1.1 |
3168 | 2024-09-04T16:22:36.810Z | Checking dof v0.3.0 |
3169 | 2024-09-04T16:22:36.810Z | Checking cargo_metadata v0.18.1 |
3170 | 2024-09-04T16:22:37.287Z | Checking usdt-impl v0.5.0 |
3171 | 2024-09-04T16:22:37.696Z | Checking usdt v0.5.0 |
3172 | 2024-09-04T16:22:38.051Z | Checking toml v0.8.19 |
3173 | 2024-09-04T16:22:38.601Z | Checking cargo_toml v0.20.4 |
3174 | 2024-09-04T16:22:40.102Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3175 | 2024-09-04T16:22:40.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.95s |
3176 | 2024-09-04T16:22:40.973Z | |
3177 | 2024-09-04T16:22:40.973Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3178 | 2024-09-04T16:22:41.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2024-09-04T16:22:41.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2024-09-04T16:22:41.969Z | Checking polyval v0.6.2 |
3181 | 2024-09-04T16:22:41.970Z | Checking rfc6979 v0.4.0 |
3182 | 2024-09-04T16:22:42.016Z | Checking primeorder v0.13.6 |
3183 | 2024-09-04T16:22:42.041Z | Checking ctr v0.9.2 |
3184 | 2024-09-04T16:22:42.041Z | Checking ed25519 v2.2.3 |
3185 | 2024-09-04T16:22:42.041Z | Checking ssh-encoding v0.2.0 |
3186 | 2024-09-04T16:22:42.041Z | Checking blowfish v0.9.1 |
3187 | 2024-09-04T16:22:42.041Z | Checking password-hash v0.4.2 |
3188 | 2024-09-04T16:22:42.163Z | Checking ecdsa v0.16.9 |
3189 | 2024-09-04T16:22:42.217Z | Checking ghash v0.5.1 |
3190 | 2024-09-04T16:22:42.279Z | Checking bcrypt-pbkdf v0.10.0 |
3191 | 2024-09-04T16:22:42.323Z | Checking ed25519-dalek v2.1.1 |
3192 | 2024-09-04T16:22:42.354Z | Checking matches v0.1.10 |
3193 | 2024-09-04T16:22:42.378Z | Checking aes-gcm v0.10.3 |
3194 | 2024-09-04T16:22:42.402Z | Compiling enum-as-inner v0.5.1 |
3195 | 2024-09-04T16:22:42.437Z | Checking pbkdf2 v0.11.0 |
3196 | 2024-09-04T16:22:42.460Z | Checking idna v0.2.3 |
3197 | 2024-09-04T16:22:42.461Z | Checking russh-cryptovec v0.7.2 |
3198 | 2024-09-04T16:22:42.509Z | Checking md5 v0.7.0 |
3199 | 2024-09-04T16:22:42.583Z | Checking ssh-cipher v0.2.0 |
3200 | 2024-09-04T16:22:42.653Z | Checking num-bigint v0.4.5 |
3201 | 2024-09-04T16:22:42.677Z | Checking des v0.8.1 |
3202 | 2024-09-04T16:22:42.701Z | Compiling dhcproto-macros v0.1.0 |
3203 | 2024-09-04T16:22:42.752Z | Checking hex-literal v0.4.1 |
3204 | 2024-09-04T16:22:42.787Z | Checking p256 v0.13.2 |
3205 | 2024-09-04T16:22:42.842Z | Checking ssh-key v0.6.6 |
3206 | 2024-09-04T16:22:42.875Z | Checking p521 v0.13.3 |
3207 | 2024-09-04T16:22:42.915Z | Checking p384 v0.13.0 |
3208 | 2024-09-04T16:22:43.111Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3209 | 2024-09-04T16:22:43.197Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3210 | 2024-09-04T16:22:43.259Z | Checking trust-dns-proto v0.22.0 |
3211 | 2024-09-04T16:22:43.516Z | Checking internet-checksum v0.2.1 |
3212 | 2024-09-04T16:22:44.174Z | Checking russh-keys v0.45.0 |
3213 | 2024-09-04T16:22:45.245Z | Checking russh v0.45.0 |
3214 | 2024-09-04T16:22:46.280Z | Checking dhcproto v0.12.0 |
3215 | 2024-09-04T16:23:06.903Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3216 | 2024-09-04T16:23:08.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s |
3217 | 2024-09-04T16:23:08.703Z | |
3218 | 2024-09-04T16:23:08.703Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3219 | 2024-09-04T16:23:09.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2024-09-04T16:23:09.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2024-09-04T16:23:09.532Z | Checking termios v0.3.3 |
3222 | 2024-09-04T16:23:09.710Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3223 | 2024-09-04T16:23:10.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
3224 | 2024-09-04T16:23:10.768Z | |
3225 | 2024-09-04T16:23:10.768Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3226 | 2024-09-04T16:23:11.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2024-09-04T16:23:11.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2024-09-04T16:23:11.667Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3229 | 2024-09-04T16:23:14.004Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3230 | 2024-09-04T16:23:16.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s |
3231 | 2024-09-04T16:23:16.260Z | |
3232 | 2024-09-04T16:23:16.260Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3233 | 2024-09-04T16:23:16.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2024-09-04T16:23:17.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2024-09-04T16:23:17.081Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3236 | 2024-09-04T16:23:17.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
3237 | 2024-09-04T16:23:17.687Z | |
3238 | 2024-09-04T16:23:17.687Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3239 | 2024-09-04T16:23:18.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2024-09-04T16:23:18.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2024-09-04T16:23:18.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3242 | 2024-09-04T16:23:18.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3243 | 2024-09-04T16:23:18.487Z | |
3244 | 2024-09-04T16:23:18.487Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3245 | 2024-09-04T16:23:19.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2024-09-04T16:23:19.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2024-09-04T16:23:19.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3248 | 2024-09-04T16:23:19.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3249 | 2024-09-04T16:23:19.271Z | |
3250 | 2024-09-04T16:23:19.271Z | info: running `cargo check --bins` on omicron-package (153/158) |
3251 | 2024-09-04T16:23:20.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2024-09-04T16:23:20.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2024-09-04T16:23:20.117Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3254 | 2024-09-04T16:23:21.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s |
3255 | 2024-09-04T16:23:21.683Z | |
3256 | 2024-09-04T16:23:21.683Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3257 | 2024-09-04T16:23:22.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2024-09-04T16:23:22.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2024-09-04T16:23:22.596Z | Checking rtoolbox v0.0.2 |
3260 | 2024-09-04T16:23:22.620Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3261 | 2024-09-04T16:23:22.620Z | Checking tui-tree-widget v0.22.0 |
3262 | 2024-09-04T16:23:22.777Z | Checking rpassword v7.3.1 |
3263 | 2024-09-04T16:23:27.732Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3264 | 2024-09-04T16:23:31.248Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3265 | 2024-09-04T16:23:32.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s |
3266 | 2024-09-04T16:23:32.738Z | |
3267 | 2024-09-04T16:23:32.738Z | info: running `cargo check --bins` on wicket (155/158) |
3268 | 2024-09-04T16:23:33.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2024-09-04T16:23:33.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2024-09-04T16:23:33.627Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3271 | 2024-09-04T16:23:33.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
3272 | 2024-09-04T16:23:34.124Z | |
3273 | 2024-09-04T16:23:34.125Z | info: running `cargo check --bins` on wicketd (156/158) |
3274 | 2024-09-04T16:23:34.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2024-09-04T16:23:34.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2024-09-04T16:23:35.030Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3277 | 2024-09-04T16:23:39.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s |
3278 | 2024-09-04T16:23:39.446Z | |
3279 | 2024-09-04T16:23:39.446Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3280 | 2024-09-04T16:23:40.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2024-09-04T16:23:40.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2024-09-04T16:23:40.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3283 | 2024-09-04T16:23:40.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3284 | 2024-09-04T16:23:40.228Z | |
3285 | 2024-09-04T16:23:40.228Z | info: running `cargo check --bins` on zone-setup (158/158) |
3286 | 2024-09-04T16:23:41.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2024-09-04T16:23:41.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2024-09-04T16:23:41.163Z | Checking uzers v0.11.3 |
3289 | 2024-09-04T16:23:41.448Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3290 | 2024-09-04T16:23:42.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
3291 | 2024-09-04T16:23:42.899Z | |
3292 | 2024-09-04T16:23:42.899Z | real 12:29.559746993 |
3293 | 2024-09-04T16:23:42.899Z | user 22:40.277758462 |
3294 | 2024-09-04T16:23:42.899Z | sys 5:22.327000100 |
3295 | 2024-09-04T16:23:42.899Z | trap 0.518018198 |
3296 | 2024-09-04T16:23:42.899Z | tflt 1.606996200 |
3297 | 2024-09-04T16:23:42.899Z | dflt 2.631162431 |
3298 | 2024-09-04T16:23:42.899Z | kflt 0.001167264 |
3299 | 2024-09-04T16:23:42.923Z | lock 42:23.183801520 |
3300 | 2024-09-04T16:23:42.923Z | slp 1:58:30.671320686 |
3301 | 2024-09-04T16:23:42.923Z | lat 1:03.112351786 |
3302 | 2024-09-04T16:23:42.923Z | stop 2:43.021423451 |
3303 | 2024-09-04T16:23:42.923Z | process exited: duration 973537 ms, exit code 0 |
|
3304 | 2024-09-04T16:23:42.972Z | found 0 output files |