|
|
|
1 | 2024-11-01T07:35:40.258Z | job assigned to worker 01JBKABTTHM9SQBX3XJMMQTJFY (queued for 59 s) |
|
2 | 2024-11-01T07:35:47.993Z | starting task 0: "setup" |
3 | 2024-11-01T07:35:48.007Z | ++ uname -s |
4 | 2024-11-01T07:35:48.011Z | + kern=SunOS |
5 | 2024-11-01T07:35:48.011Z | + case "$kern" in |
6 | 2024-11-01T07:35:48.011Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T07:35:48.011Z | + groupadd -g 12345 build |
8 | 2024-11-01T07:35:48.011Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T07:35:50.018Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T07:35:50.143Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T07:35:50.146Z | + home_fs=zfs |
12 | 2024-11-01T07:35:50.146Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T07:35:50.146Z | + mkdir -p /home/build |
14 | 2024-11-01T07:35:50.148Z | + chown build:build /home/build /work |
15 | 2024-11-01T07:35:52.150Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T07:35:52.153Z | process exited: duration 4163 ms, exit code 0 |
|
17 | 2024-11-01T07:35:52.158Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T07:35:52.164Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T07:35:52.164Z | * toolchain channel = "1.82.0" |
20 | 2024-11-01T07:35:52.164Z | ' 1.82.0 |
21 | 2024-11-01T07:35:52.164Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-01T07:35:52.164Z | ' default |
23 | 2024-11-01T07:35:52.164Z | * toolchain profile = "default" |
24 | 2024-11-01T07:35:52.166Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T07:35:52.166Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-01T07:35:52.281Z | info: downloading installer |
27 | 2024-11-01T07:35:53.518Z | info: profile set to 'default' |
28 | 2024-11-01T07:35:53.518Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T07:35:53.520Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-01T07:35:53.696Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T07:35:53.696Z | info: downloading component 'cargo' |
32 | 2024-11-01T07:35:54.699Z | info: downloading component 'clippy' |
33 | 2024-11-01T07:35:55.076Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T07:35:56.484Z | info: downloading component 'rust-std' |
35 | 2024-11-01T07:35:58.720Z | info: downloading component 'rustc' |
36 | 2024-11-01T07:36:06.696Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T07:36:06.979Z | info: installing component 'cargo' |
38 | 2024-11-01T07:36:07.806Z | info: installing component 'clippy' |
39 | 2024-11-01T07:36:08.196Z | info: installing component 'rust-docs' |
40 | 2024-11-01T07:36:09.948Z | info: installing component 'rust-std' |
41 | 2024-11-01T07:36:11.862Z | info: installing component 'rustc' |
42 | 2024-11-01T07:36:17.772Z | info: installing component 'rustfmt' |
43 | 2024-11-01T07:36:18.106Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-01T07:36:18.106Z | |
45 | 2024-11-01T07:36:18.480Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T07:36:18.480Z | |
47 | 2024-11-01T07:36:18.483Z | |
48 | 2024-11-01T07:36:18.483Z | Rust is installed now. Great! |
49 | 2024-11-01T07:36:18.483Z | |
50 | 2024-11-01T07:36:18.483Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T07:36:18.483Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T07:36:18.483Z | |
53 | 2024-11-01T07:36:18.483Z | To configure your current shell, you need to source |
54 | 2024-11-01T07:36:18.483Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T07:36:18.483Z | |
56 | 2024-11-01T07:36:18.483Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T07:36:18.483Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T07:36:18.483Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T07:36:18.560Z | + rustc --version |
60 | 2024-11-01T07:36:18.625Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T07:36:18.628Z | process exited: duration 26464 ms, exit code 0 |
|
62 | 2024-11-01T07:36:18.634Z | starting task 2: "authentication" |
63 | 2024-11-01T07:36:18.657Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-01T07:36:18.664Z | starting task 3: "clone repository" |
65 | 2024-11-01T07:36:18.669Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-01T07:36:18.672Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-01T07:36:18.711Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-01T07:36:26.699Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-01T07:36:26.699Z | + git fetch origin 681a93f8cb78970e57c585b8c94fd37569e80eb2 |
70 | 2024-11-01T07:36:27.031Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-01T07:36:27.031Z | * branch 681a93f8cb78970e57c585b8c94fd37569e80eb2 -> FETCH_HEAD |
72 | 2024-11-01T07:36:27.041Z | + [[ -n renovate/flume-0.x ]] |
73 | 2024-11-01T07:36:27.044Z | ++ git branch --show-current |
74 | 2024-11-01T07:36:27.047Z | + current=main |
75 | 2024-11-01T07:36:27.047Z | + [[ main != renovate/flume-0.x ]] |
76 | 2024-11-01T07:36:27.047Z | + git branch -f renovate/flume-0.x 681a93f8cb78970e57c585b8c94fd37569e80eb2 |
77 | 2024-11-01T07:36:27.050Z | + git checkout -f renovate/flume-0.x |
78 | 2024-11-01T07:36:27.216Z | Switched to branch 'renovate/flume-0.x' |
79 | 2024-11-01T07:36:27.219Z | + git reset --hard 681a93f8cb78970e57c585b8c94fd37569e80eb2 |
80 | 2024-11-01T07:36:27.232Z | HEAD is now at 681a93f8c Update Rust crate flume to 0.11.1 |
81 | 2024-11-01T07:36:27.235Z | process exited: duration 8567 ms, exit code 0 |
|
82 | 2024-11-01T07:36:27.240Z | starting task 4: "build" |
83 | 2024-11-01T07:36:27.245Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-01T07:36:27.248Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-01T07:36:27.248Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-01T07:36:27.248Z | + cargo --version |
87 | 2024-11-01T07:36:27.303Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-01T07:36:27.305Z | + rustc --version |
89 | 2024-11-01T07:36:27.367Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-01T07:36:27.369Z | + source ./env.sh |
91 | 2024-11-01T07:36:27.369Z | ++ OLD_SHELL_OPTS=ehxB |
92 | 2024-11-01T07:36:27.369Z | ++ set -o xtrace |
93 | 2024-11-01T07:36:27.372Z | ++++ dirname ./env.sh |
94 | 2024-11-01T07:36:27.375Z | +++ readlink -f . |
95 | 2024-11-01T07:36:27.377Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
96 | 2024-11-01T07:36:27.377Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-01T07:36:27.377Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-01T07:36:27.378Z | ++ 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 |
99 | 2024-11-01T07:36:27.378Z | ++ 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 |
100 | 2024-11-01T07:36:27.378Z | ++ 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 |
101 | 2024-11-01T07:36:27.378Z | ++ 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 |
102 | 2024-11-01T07:36:27.378Z | ++ 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 |
103 | 2024-11-01T07:36:27.378Z | ++ 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 |
104 | 2024-11-01T07:36:27.378Z | ++ case $OLD_SHELL_OPTS in |
105 | 2024-11-01T07:36:27.378Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
106 | 2024-11-01T07:36:27.378Z | + 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 |
107 | 2024-11-01T07:36:27.378Z | + 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 |
108 | 2024-11-01T07:36:27.379Z | + banner prerequisites |
109 | 2024-11-01T07:36:27.381Z | |
110 | 2024-11-01T07:36:27.381Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-11-01T07:36:27.381Z | # # # # # # # # # # # # # # # |
112 | 2024-11-01T07:36:27.381Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-11-01T07:36:27.381Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-11-01T07:36:27.381Z | # # # # # # # # # # # # # # # |
115 | 2024-11-01T07:36:27.381Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-11-01T07:36:27.381Z | |
117 | 2024-11-01T07:36:27.381Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
118 | 2024-11-01T07:36:35.156Z | Startup: Refreshing catalog 'helios-dev' ... Done |
119 | 2024-11-01T07:36:38.380Z | Startup: Caching catalogs ... Done |
120 | 2024-11-01T07:36:45.447Z | Planning: Solver setup ... Done (6.196s) |
121 | 2024-11-01T07:36:45.530Z | Planning: Running solver ... Done (0.094s) |
122 | 2024-11-01T07:36:45.646Z | Planning: Finding local manifests ... Done (0.004s) |
123 | 2024-11-01T07:36:45.709Z | Planning: Fetching manifests: 0/5 0% complete |
124 | 2024-11-01T07:36:45.858Z | Planning: Fetching manifests: 5/5 100% complete |
125 | 2024-11-01T07:36:45.960Z | Planning: Package planning ... Done (0.099s) |
126 | 2024-11-01T07:36:46.010Z | Planning: Merging actions ... Done (0.054s) |
127 | 2024-11-01T07:36:46.228Z | Planning: Checking for conflicting actions ... Done (0.191s) |
128 | 2024-11-01T07:36:48.210Z | Planning: Consolidating action changes ... Done (2.027s) |
129 | 2024-11-01T07:36:48.637Z | Planning: Evaluating mediators ... Done (0.426s) |
130 | 2024-11-01T07:36:48.718Z | Planning: Planning completed in 10.25 seconds |
131 | 2024-11-01T07:36:48.734Z | Packages to install: 4 |
132 | 2024-11-01T07:36:48.734Z | Packages to update: 1 |
133 | 2024-11-01T07:36:48.737Z | Mediators to change: 2 |
134 | 2024-11-01T07:36:48.737Z | Services to change: 1 |
135 | 2024-11-01T07:36:48.737Z | Estimated space available: 155.61 GB |
136 | 2024-11-01T07:36:48.737Z | Estimated space to be consumed: 1.58 GB |
137 | 2024-11-01T07:36:48.737Z | Create boot environment: No |
138 | 2024-11-01T07:36:48.737Z | Create backup boot environment: Yes |
139 | 2024-11-01T07:36:48.737Z | Rebuild boot archive: No |
140 | 2024-11-01T07:36:48.737Z | |
141 | 2024-11-01T07:36:48.737Z | Changed mediators: |
142 | 2024-11-01T07:36:48.737Z | mediator clang: |
143 | 2024-11-01T07:36:48.737Z | version: None -> 15 (system default) |
144 | 2024-11-01T07:36:48.737Z | |
145 | 2024-11-01T07:36:48.737Z | mediator llvm: |
146 | 2024-11-01T07:36:48.737Z | version: 14 (system default) -> 15 (system default) |
147 | 2024-11-01T07:36:48.737Z | |
148 | 2024-11-01T07:36:48.737Z | Changed packages: |
149 | 2024-11-01T07:36:48.737Z | helios-dev |
150 | 2024-11-01T07:36:48.737Z | developer/build-essential |
151 | 2024-11-01T07:36:48.737Z | None -> 11-2.0 |
152 | 2024-11-01T07:36:48.737Z | library/libxmlsec1 |
153 | 2024-11-01T07:36:48.738Z | None -> 1.2.35-2.0 |
154 | 2024-11-01T07:36:48.738Z | ooce/developer/clang-15 |
155 | 2024-11-01T07:36:48.738Z | None -> 15.0.7-2.0 |
156 | 2024-11-01T07:36:48.738Z | ooce/developer/llvm-15 |
157 | 2024-11-01T07:36:48.738Z | None -> 15.0.7-2.0 |
158 | 2024-11-01T07:36:48.738Z | package/pkg |
159 | 2024-11-01T07:36:48.738Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
160 | 2024-11-01T07:36:48.738Z | |
161 | 2024-11-01T07:36:48.738Z | Services: |
162 | 2024-11-01T07:36:48.738Z | restart_fmri: |
163 | 2024-11-01T07:36:48.738Z | svc:/system/update-man-index:default |
164 | 2024-11-01T07:36:48.738Z | |
165 | 2024-11-01T07:36:48.738Z | Editable files to change: |
166 | 2024-11-01T07:36:48.738Z | Update: |
167 | 2024-11-01T07:36:48.738Z | usr/share/lib/pkg/web/config.shtml |
168 | 2024-11-01T07:36:48.817Z | |
169 | 2024-11-01T07:36:48.817Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
170 | 2024-11-01T07:36:53.819Z | Download: 1201/4281 items 84.0/220.6MB 38% complete (17.1M/s) |
171 | 2024-11-01T07:36:58.823Z | Download: 2579/4281 items 120.5/220.6MB 54% complete (12.2M/s) |
172 | 2024-11-01T07:37:03.831Z | Download: 3721/4281 items 217.2/220.6MB 98% complete (13.4M/s) |
173 | 2024-11-01T07:37:05.868Z | Download: Completed 220.60 MB in 17.05 seconds (12.9M/s) |
174 | 2024-11-01T07:37:07.924Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-11-01T07:37:07.945Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-11-01T07:37:12.649Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-11-01T07:37:12.968Z | Actions: Completed 5063 actions in 5.04 seconds. |
178 | 2024-11-01T07:37:13.326Z | Done (0.350s) |
179 | 2024-11-01T07:37:13.329Z | Done (0.000s) |
180 | 2024-11-01T07:37:13.830Z | Done (0.501s) |
181 | 2024-11-01T07:37:18.322Z | Done (4.284s) |
182 | 2024-11-01T07:37:18.411Z | Done (0.017s) |
183 | 2024-11-01T07:37:18.417Z | Done (0.000s) |
184 | 2024-11-01T07:37:18.574Z | Done (0.000s) |
185 | 2024-11-01T07:37:19.229Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-11-01T07:37:19.396Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-11-01T07:37:19.406Z | Planning: Consolidating action changes ... Done |
188 | 2024-11-01T07:37:19.664Z | Planning: Evaluating mediators ... Done |
189 | 2024-11-01T07:37:19.668Z | Planning: Planning completed in 0.44 seconds |
190 | 2024-11-01T07:37:19.705Z | Mediators to change: 2 |
191 | 2024-11-01T07:37:19.707Z | Create boot environment: No |
192 | 2024-11-01T07:37:19.707Z | Create backup boot environment: No |
193 | 2024-11-01T07:37:19.780Z | Done |
194 | 2024-11-01T07:37:19.780Z | Done |
195 | 2024-11-01T07:37:20.102Z | Done |
196 | 2024-11-01T07:37:23.654Z | Done |
197 | 2024-11-01T07:37:23.724Z | Done |
198 | 2024-11-01T07:37:23.728Z | Done |
199 | 2024-11-01T07:37:23.824Z | Done |
200 | 2024-11-01T07:37:24.451Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-11-01T07:37:24.454Z | Planning: Merging actions ... Done |
202 | 2024-11-01T07:37:24.628Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-11-01T07:37:24.631Z | Planning: Consolidating action changes ... Done |
204 | 2024-11-01T07:37:24.905Z | Planning: Evaluating mediators ... Done |
205 | 2024-11-01T07:37:24.960Z | Planning: Planning completed in 0.76 seconds |
206 | 2024-11-01T07:37:25.005Z | Packages to change: 1 |
207 | 2024-11-01T07:37:25.005Z | Mediators to change: 1 |
208 | 2024-11-01T07:37:25.051Z | Services to change: 1 |
209 | 2024-11-01T07:37:25.052Z | Create boot environment: No |
210 | 2024-11-01T07:37:25.052Z | Create backup boot environment: Yes |
211 | 2024-11-01T07:37:27.196Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-11-01T07:37:27.199Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-11-01T07:37:27.199Z | Done |
214 | 2024-11-01T07:37:27.199Z | Done |
215 | 2024-11-01T07:37:27.300Z | Done |
216 | 2024-11-01T07:37:30.864Z | Done |
217 | 2024-11-01T07:37:30.959Z | Done |
218 | 2024-11-01T07:37:30.961Z | Done |
219 | 2024-11-01T07:37:31.081Z | Done |
220 | 2024-11-01T07:37:31.514Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-11-01T07:37:31.514Z | clang system 15 system |
222 | 2024-11-01T07:37:31.514Z | csh system system illumos |
223 | 2024-11-01T07:37:31.514Z | ctags system system illumos |
224 | 2024-11-01T07:37:31.514Z | gcc vendor 12 vendor |
225 | 2024-11-01T07:37:31.514Z | gcc system 10 system |
226 | 2024-11-01T07:37:31.514Z | gcc system 7 system |
227 | 2024-11-01T07:37:31.514Z | go system 1.20 system |
228 | 2024-11-01T07:37:31.514Z | go system 1.19 system |
229 | 2024-11-01T07:37:31.515Z | llvm system 15 system |
230 | 2024-11-01T07:37:31.515Z | llvm system 14 system |
231 | 2024-11-01T07:37:31.515Z | mariadb system 10.6 system |
232 | 2024-11-01T07:37:31.515Z | mta vendor vendor dma |
233 | 2024-11-01T07:37:31.515Z | openjdk system 17 system |
234 | 2024-11-01T07:37:31.515Z | openjdk system 11 system |
235 | 2024-11-01T07:37:31.515Z | openjdk system 1.8 system |
236 | 2024-11-01T07:37:31.515Z | openssl vendor 3 vendor |
237 | 2024-11-01T07:37:31.515Z | perl system 5.36 system |
238 | 2024-11-01T07:37:31.515Z | postgresql system 15 system |
239 | 2024-11-01T07:37:31.515Z | postgresql system 13 system |
240 | 2024-11-01T07:37:31.515Z | python vendor 3 vendor |
241 | 2024-11-01T07:37:31.515Z | python system 2 system |
242 | 2024-11-01T07:37:31.515Z | python3 system 3.11 system |
243 | 2024-11-01T07:37:31.515Z | ruby system 3.0 system |
244 | 2024-11-01T07:37:31.515Z | words vendor vendor american-english |
245 | 2024-11-01T07:37:31.515Z | words system system australian-english |
246 | 2024-11-01T07:37:31.515Z | words system system british-english |
247 | 2024-11-01T07:37:31.515Z | words system system canadian-english |
248 | 2024-11-01T07:37:31.515Z | words system system french |
249 | 2024-11-01T07:37:31.515Z | words system system italian |
250 | 2024-11-01T07:37:31.515Z | words system system ngerman |
251 | 2024-11-01T07:37:31.515Z | words system system ogerman |
252 | 2024-11-01T07:37:31.515Z | words system system spanish |
253 | 2024-11-01T07:37:31.848Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-11-01T07:37:31.848Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-11-01T07:37:34.261Z | FMRI IFO |
256 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-11-01T07:37:34.261Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-11-01T07:37:34.948Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-11-01T07:37:35.218Z | Updating crates.io index |
273 | 2024-11-01T07:37:35.306Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-11-01T07:37:36.138Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-11-01T07:37:36.389Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-11-01T07:37:36.636Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-11-01T07:37:36.950Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-11-01T07:37:37.787Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-11-01T07:37:40.087Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-11-01T07:37:41.126Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-11-01T07:37:41.816Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-11-01T07:37:42.078Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-11-01T07:37:42.355Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-11-01T07:37:42.950Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-11-01T07:37:43.276Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-11-01T07:37:43.587Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-11-01T07:37:43.847Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-11-01T07:37:44.095Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-11-01T07:37:44.379Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-11-01T07:37:44.804Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-11-01T07:37:45.059Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-11-01T07:37:45.429Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-11-01T07:37:45.667Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-11-01T07:37:46.174Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-11-01T07:37:46.734Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-11-01T07:37:47.081Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-11-01T07:37:47.427Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-11-01T07:37:47.620Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-11-01T07:37:47.861Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-11-01T07:37:49.047Z | Downloading crates ... |
301 | 2024-11-01T07:37:49.140Z | Downloaded equivalent v1.0.1 |
302 | 2024-11-01T07:37:49.144Z | Downloaded cargo-platform v0.1.8 |
303 | 2024-11-01T07:37:49.144Z | Downloaded cfg-if v1.0.0 |
304 | 2024-11-01T07:37:49.146Z | Downloaded anstyle v1.0.8 |
305 | 2024-11-01T07:37:49.146Z | Downloaded digest v0.10.7 |
306 | 2024-11-01T07:37:49.149Z | Downloaded clap_derive v4.5.18 |
307 | 2024-11-01T07:37:49.151Z | Downloaded camino v1.1.9 |
308 | 2024-11-01T07:37:49.153Z | Downloaded anyhow v1.0.92 |
309 | 2024-11-01T07:37:49.156Z | Downloaded block-buffer v0.10.4 |
310 | 2024-11-01T07:37:49.161Z | Downloaded usdt-macro v0.5.0 |
311 | 2024-11-01T07:37:49.163Z | Downloaded colorchoice v1.0.2 |
312 | 2024-11-01T07:37:49.163Z | Downloaded generic-array v0.14.7 |
313 | 2024-11-01T07:37:49.166Z | Downloaded fastrand v2.1.1 |
314 | 2024-11-01T07:37:49.168Z | Downloaded toml_datetime v0.6.8 |
315 | 2024-11-01T07:37:49.171Z | Downloaded thiserror-impl v1.0.64 |
316 | 2024-11-01T07:37:49.171Z | Downloaded itoa v1.0.11 |
317 | 2024-11-01T07:37:49.173Z | Downloaded terminal_size v0.4.0 |
318 | 2024-11-01T07:37:49.174Z | Downloaded serde_tokenstream v0.2.2 |
319 | 2024-11-01T07:37:49.176Z | Downloaded tabled_derive v0.7.0 |
320 | 2024-11-01T07:37:49.176Z | Downloaded memmap v0.7.0 |
321 | 2024-11-01T07:37:49.179Z | Downloaded unicode-linebreak v0.1.5 |
322 | 2024-11-01T07:37:49.179Z | Downloaded smawk v0.3.2 |
323 | 2024-11-01T07:37:49.181Z | Downloaded version_check v0.9.5 |
324 | 2024-11-01T07:37:49.184Z | Downloaded heck v0.4.1 |
325 | 2024-11-01T07:37:49.186Z | Downloaded semver v1.0.23 |
326 | 2024-11-01T07:37:49.186Z | Downloaded quote v1.0.37 |
327 | 2024-11-01T07:37:49.189Z | Downloaded anstyle-parse v0.2.5 |
328 | 2024-11-01T07:37:49.191Z | Downloaded typenum v1.17.0 |
329 | 2024-11-01T07:37:49.194Z | Downloaded proc-macro-error v1.0.4 |
330 | 2024-11-01T07:37:49.197Z | Downloaded pest_meta v2.7.14 |
331 | 2024-11-01T07:37:49.199Z | Downloaded ryu v1.0.18 |
332 | 2024-11-01T07:37:49.202Z | Downloaded log v0.4.22 |
333 | 2024-11-01T07:37:49.205Z | Downloaded zerocopy-derive v0.7.35 |
334 | 2024-11-01T07:37:49.210Z | Downloaded cargo_metadata v0.18.1 |
335 | 2024-11-01T07:37:49.212Z | Downloaded byteorder v1.5.0 |
336 | 2024-11-01T07:37:49.215Z | Downloaded anstyle-query v1.1.1 |
337 | 2024-11-01T07:37:49.215Z | Downloaded serde_derive v1.0.210 |
338 | 2024-11-01T07:37:49.219Z | Downloaded dof v0.3.0 |
339 | 2024-11-01T07:37:49.219Z | Downloaded crypto-common v0.1.6 |
340 | 2024-11-01T07:37:49.221Z | Downloaded cpufeatures v0.2.14 |
341 | 2024-11-01T07:37:49.221Z | Downloaded scroll_derive v0.12.0 |
342 | 2024-11-01T07:37:49.221Z | Downloaded camino-tempfile v1.1.1 |
343 | 2024-11-01T07:37:49.224Z | Downloaded dtrace-parser v0.2.0 |
344 | 2024-11-01T07:37:49.224Z | Downloaded anstream v0.6.15 |
345 | 2024-11-01T07:37:49.226Z | Downloaded swrite v0.1.0 |
346 | 2024-11-01T07:37:49.226Z | Downloaded usdt-attr-macro v0.5.0 |
347 | 2024-11-01T07:37:49.229Z | Downloaded usdt v0.5.0 |
348 | 2024-11-01T07:37:49.229Z | Downloaded plain v0.2.3 |
349 | 2024-11-01T07:37:49.229Z | Downloaded pretty-hex v0.4.1 |
350 | 2024-11-01T07:37:49.233Z | Downloaded clap_lex v0.7.2 |
351 | 2024-11-01T07:37:49.233Z | Downloaded bytecount v0.6.8 |
352 | 2024-11-01T07:37:49.235Z | Downloaded thread-id v4.2.2 |
353 | 2024-11-01T07:37:49.235Z | Downloaded proc-macro-error-attr v1.0.4 |
354 | 2024-11-01T07:37:49.235Z | Downloaded fnv v1.0.7 |
355 | 2024-11-01T07:37:49.238Z | Downloaded cargo_toml v0.20.5 |
356 | 2024-11-01T07:37:49.238Z | Downloaded autocfg v1.4.0 |
357 | 2024-11-01T07:37:49.241Z | Downloaded heck v0.5.0 |
358 | 2024-11-01T07:37:49.241Z | Downloaded is_terminal_polyfill v1.70.1 |
359 | 2024-11-01T07:37:49.243Z | Downloaded errno v0.3.9 |
360 | 2024-11-01T07:37:49.246Z | Downloaded macaddr v1.0.1 |
361 | 2024-11-01T07:37:49.248Z | Downloaded fs-err v2.11.0 |
362 | 2024-11-01T07:37:49.252Z | Downloaded scroll v0.12.0 |
363 | 2024-11-01T07:37:49.254Z | Downloaded strsim v0.11.1 |
364 | 2024-11-01T07:37:49.254Z | Downloaded serde_spanned v0.6.8 |
365 | 2024-11-01T07:37:49.257Z | Downloaded thiserror v1.0.64 |
366 | 2024-11-01T07:37:49.261Z | Downloaded utf8parse v0.2.2 |
367 | 2024-11-01T07:37:49.263Z | Downloaded sha2 v0.10.8 |
368 | 2024-11-01T07:37:49.266Z | Downloaded clap v4.5.20 |
369 | 2024-11-01T07:37:49.273Z | Downloaded pest_derive v2.7.14 |
370 | 2024-11-01T07:37:49.275Z | Downloaded pest_generator v2.7.14 |
371 | 2024-11-01T07:37:49.278Z | Downloaded indexmap v2.6.0 |
372 | 2024-11-01T07:37:49.281Z | Downloaded bitflags v2.6.0 |
373 | 2024-11-01T07:37:49.284Z | Downloaded usdt-impl v0.5.0 |
374 | 2024-11-01T07:37:49.288Z | Downloaded ucd-trie v0.1.7 |
375 | 2024-11-01T07:37:49.291Z | Downloaded toml v0.8.19 |
376 | 2024-11-01T07:37:49.295Z | Downloaded tempfile v3.13.0 |
377 | 2024-11-01T07:37:49.298Z | Downloaded unicode-ident v1.0.13 |
378 | 2024-11-01T07:37:49.301Z | Downloaded proc-macro2 v1.0.87 |
379 | 2024-11-01T07:37:49.301Z | Downloaded once_cell v1.20.2 |
380 | 2024-11-01T07:37:49.307Z | Downloaded textwrap v0.16.1 |
381 | 2024-11-01T07:37:49.316Z | Downloaded papergrid v0.11.0 |
382 | 2024-11-01T07:37:49.323Z | Downloaded pest v2.7.14 |
383 | 2024-11-01T07:37:49.333Z | Downloaded serde v1.0.210 |
384 | 2024-11-01T07:37:49.333Z | Downloaded memchr v2.7.4 |
385 | 2024-11-01T07:37:49.342Z | Downloaded toml_edit v0.22.22 |
386 | 2024-11-01T07:37:49.374Z | Downloaded hashbrown v0.15.0 |
387 | 2024-11-01T07:37:49.403Z | Downloaded serde_json v1.0.128 |
388 | 2024-11-01T07:37:49.403Z | Downloaded zerocopy v0.7.35 |
389 | 2024-11-01T07:37:49.418Z | Downloaded winnow v0.6.20 |
390 | 2024-11-01T07:37:49.423Z | Downloaded goblin v0.8.2 |
391 | 2024-11-01T07:37:49.424Z | Downloaded syn v1.0.109 |
392 | 2024-11-01T07:37:49.432Z | Downloaded tabled v0.15.0 |
393 | 2024-11-01T07:37:49.450Z | Downloaded clap_builder v4.5.20 |
394 | 2024-11-01T07:37:49.462Z | Downloaded unicode-width v0.1.14 |
395 | 2024-11-01T07:37:49.463Z | Downloaded syn v2.0.79 |
396 | 2024-11-01T07:37:49.481Z | Downloaded rustix v0.38.37 |
397 | 2024-11-01T07:37:49.509Z | Downloaded libc v0.2.161 |
398 | 2024-11-01T07:37:49.817Z | Compiling proc-macro2 v1.0.87 |
399 | 2024-11-01T07:37:49.818Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-01T07:37:49.828Z | Compiling serde v1.0.210 |
401 | 2024-11-01T07:37:49.828Z | Compiling version_check v0.9.5 |
402 | 2024-11-01T07:37:49.828Z | Compiling thiserror v1.0.64 |
403 | 2024-11-01T07:37:49.828Z | Compiling memchr v2.7.4 |
404 | 2024-11-01T07:37:49.828Z | Compiling libc v0.2.161 |
405 | 2024-11-01T07:37:49.828Z | Compiling itoa v1.0.11 |
406 | 2024-11-01T07:37:50.120Z | Compiling ucd-trie v0.1.7 |
407 | 2024-11-01T07:37:50.430Z | Compiling ryu v1.0.18 |
408 | 2024-11-01T07:37:50.553Z | Compiling once_cell v1.20.2 |
409 | 2024-11-01T07:37:50.686Z | Compiling byteorder v1.5.0 |
410 | 2024-11-01T07:37:50.762Z | Compiling serde_json v1.0.128 |
411 | 2024-11-01T07:37:50.954Z | Compiling rustix v0.38.37 |
412 | 2024-11-01T07:37:51.166Z | Compiling bitflags v2.6.0 |
413 | 2024-11-01T07:37:51.310Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-11-01T07:37:51.589Z | Compiling usdt-impl v0.5.0 |
415 | 2024-11-01T07:37:51.615Z | Compiling syn v1.0.109 |
416 | 2024-11-01T07:37:51.617Z | Compiling proc-macro-error v1.0.4 |
417 | 2024-11-01T07:37:51.714Z | Compiling quote v1.0.37 |
418 | 2024-11-01T07:37:51.886Z | Compiling plain v0.2.3 |
419 | 2024-11-01T07:37:51.956Z | Compiling log v0.4.22 |
420 | 2024-11-01T07:37:52.056Z | Compiling syn v2.0.79 |
421 | 2024-11-01T07:37:52.090Z | Compiling errno v0.3.9 |
422 | 2024-11-01T07:37:52.281Z | Compiling utf8parse v0.2.2 |
423 | 2024-11-01T07:37:52.323Z | Compiling hashbrown v0.15.0 |
424 | 2024-11-01T07:37:52.349Z | Compiling camino v1.1.9 |
425 | 2024-11-01T07:37:52.391Z | Compiling equivalent v1.0.1 |
426 | 2024-11-01T07:37:52.465Z | Compiling anstyle-parse v0.2.5 |
427 | 2024-11-01T07:37:52.559Z | Compiling thread-id v4.2.2 |
428 | 2024-11-01T07:37:52.835Z | Compiling unicode-width v0.1.14 |
429 | 2024-11-01T07:37:53.065Z | Compiling colorchoice v1.0.2 |
430 | 2024-11-01T07:37:53.176Z | Compiling anstyle-query v1.1.1 |
431 | 2024-11-01T07:37:53.225Z | Compiling semver v1.0.23 |
432 | 2024-11-01T07:37:53.342Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2024-11-01T07:37:53.376Z | Compiling pretty-hex v0.4.1 |
434 | 2024-11-01T07:37:53.405Z | Compiling anstyle v1.0.8 |
435 | 2024-11-01T07:37:53.477Z | Compiling autocfg v1.4.0 |
436 | 2024-11-01T07:37:53.589Z | Compiling indexmap v2.6.0 |
437 | 2024-11-01T07:37:53.614Z | Compiling winnow v0.6.20 |
438 | 2024-11-01T07:37:53.823Z | Compiling anstream v0.6.15 |
439 | 2024-11-01T07:37:54.183Z | Compiling anyhow v1.0.92 |
440 | 2024-11-01T07:37:54.573Z | Compiling terminal_size v0.4.0 |
441 | 2024-11-01T07:37:54.598Z | Compiling fs-err v2.11.0 |
442 | 2024-11-01T07:37:54.791Z | Compiling clap_lex v0.7.2 |
443 | 2024-11-01T07:37:54.817Z | Compiling strsim v0.11.1 |
444 | 2024-11-01T07:37:54.960Z | Compiling bytecount v0.6.8 |
445 | 2024-11-01T07:37:55.133Z | Compiling cfg-if v1.0.0 |
446 | 2024-11-01T07:37:55.190Z | Compiling heck v0.5.0 |
447 | 2024-11-01T07:37:55.240Z | Compiling fastrand v2.1.1 |
448 | 2024-11-01T07:37:55.285Z | Compiling fnv v1.0.7 |
449 | 2024-11-01T07:37:55.315Z | Compiling heck v0.4.1 |
450 | 2024-11-01T07:37:55.664Z | Compiling tempfile v3.13.0 |
451 | 2024-11-01T07:37:55.700Z | Compiling papergrid v0.11.0 |
452 | 2024-11-01T07:37:55.762Z | Compiling clap_builder v4.5.20 |
453 | 2024-11-01T07:37:56.080Z | Compiling memmap v0.7.0 |
454 | 2024-11-01T07:37:56.418Z | Compiling smawk v0.3.2 |
455 | 2024-11-01T07:37:56.496Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-11-01T07:37:56.976Z | Compiling textwrap v0.16.1 |
457 | 2024-11-01T07:37:57.201Z | Compiling swrite v0.1.0 |
458 | 2024-11-01T07:37:58.025Z | Compiling tabled_derive v0.7.0 |
459 | 2024-11-01T07:37:59.639Z | Compiling tabled v0.15.0 |
460 | 2024-11-01T07:38:00.178Z | Compiling serde_derive v1.0.210 |
461 | 2024-11-01T07:38:00.186Z | Compiling thiserror-impl v1.0.64 |
462 | 2024-11-01T07:38:00.186Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-11-01T07:38:00.208Z | Compiling scroll_derive v0.12.0 |
464 | 2024-11-01T07:38:00.232Z | Compiling clap_derive v4.5.18 |
465 | 2024-11-01T07:38:01.689Z | Compiling scroll v0.12.0 |
466 | 2024-11-01T07:38:02.279Z | Compiling goblin v0.8.2 |
467 | 2024-11-01T07:38:02.326Z | Compiling zerocopy v0.7.35 |
468 | 2024-11-01T07:38:03.116Z | Compiling pest v2.7.14 |
469 | 2024-11-01T07:38:03.882Z | Compiling clap v4.5.20 |
470 | 2024-11-01T07:38:05.342Z | Compiling pest_meta v2.7.14 |
471 | 2024-11-01T07:38:06.209Z | Compiling pest_generator v2.7.14 |
472 | 2024-11-01T07:38:07.861Z | Compiling pest_derive v2.7.14 |
473 | 2024-11-01T07:38:08.620Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-11-01T07:38:10.004Z | Compiling serde_tokenstream v0.2.2 |
475 | 2024-11-01T07:38:10.042Z | Compiling serde_spanned v0.6.8 |
476 | 2024-11-01T07:38:10.042Z | Compiling toml_datetime v0.6.8 |
477 | 2024-11-01T07:38:10.334Z | Compiling cargo-platform v0.1.8 |
478 | 2024-11-01T07:38:10.417Z | Compiling toml_edit v0.22.22 |
479 | 2024-11-01T07:38:10.589Z | Compiling macaddr v1.0.1 |
480 | 2024-11-01T07:38:10.642Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-11-01T07:38:11.528Z | Compiling dof v0.3.0 |
482 | 2024-11-01T07:38:11.552Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-11-01T07:38:13.270Z | Compiling toml v0.8.19 |
484 | 2024-11-01T07:38:13.307Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-11-01T07:38:13.310Z | Compiling usdt-macro v0.5.0 |
486 | 2024-11-01T07:38:14.112Z | Compiling cargo_toml v0.20.5 |
487 | 2024-11-01T07:38:14.639Z | Compiling usdt v0.5.0 |
488 | 2024-11-01T07:38:17.601Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-11-01T07:38:21.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.70s |
490 | 2024-11-01T07:38:21.720Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-11-01T07:38:22.234Z | Downloading crates ... |
492 | 2024-11-01T07:38:22.345Z | Downloaded atty v0.2.14 |
493 | 2024-11-01T07:38:22.354Z | Downloaded adler2 v2.0.0 |
494 | 2024-11-01T07:38:22.366Z | Downloaded hubpack_derive v0.1.1 |
495 | 2024-11-01T07:38:22.369Z | Downloaded hostname v0.3.1 |
496 | 2024-11-01T07:38:22.371Z | Downloaded ciborium-io v0.2.2 |
497 | 2024-11-01T07:38:22.374Z | Downloaded http-body-util v0.1.2 |
498 | 2024-11-01T07:38:22.379Z | Downloaded httparse v1.9.5 |
499 | 2024-11-01T07:38:22.384Z | Downloaded matches v0.1.10 |
500 | 2024-11-01T07:38:22.386Z | Downloaded instant v0.1.13 |
501 | 2024-11-01T07:38:22.386Z | Downloaded async-recursion v1.1.1 |
502 | 2024-11-01T07:38:22.390Z | Downloaded cfg_aliases v0.1.1 |
503 | 2024-11-01T07:38:22.393Z | Downloaded ascii-canvas v3.0.0 |
504 | 2024-11-01T07:38:22.395Z | Downloaded bitflags v1.3.2 |
505 | 2024-11-01T07:38:22.398Z | Downloaded new_debug_unreachable v1.0.6 |
506 | 2024-11-01T07:38:22.398Z | Downloaded bit-vec v0.6.3 |
507 | 2024-11-01T07:38:22.401Z | Downloaded lru-cache v0.1.2 |
508 | 2024-11-01T07:38:22.403Z | Downloaded linked-hash-map v0.5.6 |
509 | 2024-11-01T07:38:22.405Z | Downloaded constant_time_eq v0.3.1 |
510 | 2024-11-01T07:38:22.405Z | Downloaded bb8 v0.8.5 |
511 | 2024-11-01T07:38:22.408Z | Downloaded indoc v1.0.9 |
512 | 2024-11-01T07:38:22.410Z | Downloaded newtype_derive v0.1.6 |
513 | 2024-11-01T07:38:22.413Z | Downloaded debug-ignore v1.0.5 |
514 | 2024-11-01T07:38:22.415Z | Downloaded aead v0.5.2 |
515 | 2024-11-01T07:38:22.415Z | Downloaded md-5 v0.10.6 |
516 | 2024-11-01T07:38:22.418Z | Downloaded lazy_static v1.5.0 |
517 | 2024-11-01T07:38:22.421Z | Downloaded maplit v1.0.2 |
518 | 2024-11-01T07:38:22.424Z | Downloaded home v0.5.9 |
519 | 2024-11-01T07:38:22.424Z | Downloaded csv-core v0.1.11 |
520 | 2024-11-01T07:38:22.426Z | Downloaded async-stream-impl v0.3.6 |
521 | 2024-11-01T07:38:22.426Z | Downloaded mockall v0.13.0 |
522 | 2024-11-01T07:38:22.429Z | Downloaded multer v3.1.0 |
523 | 2024-11-01T07:38:22.432Z | Downloaded memoffset v0.9.1 |
524 | 2024-11-01T07:38:22.435Z | Downloaded cancel-safe-futures v0.1.5 |
525 | 2024-11-01T07:38:22.438Z | Downloaded num-complex v0.4.6 |
526 | 2024-11-01T07:38:22.441Z | Downloaded atomicwrites v0.4.4 |
527 | 2024-11-01T07:38:22.441Z | Downloaded native-tls v0.2.12 |
528 | 2024-11-01T07:38:22.444Z | Downloaded bcs v0.1.6 |
529 | 2024-11-01T07:38:22.446Z | Downloaded http-body v1.0.1 |
530 | 2024-11-01T07:38:22.449Z | Downloaded assert_matches v1.5.0 |
531 | 2024-11-01T07:38:22.449Z | Downloaded arrayref v0.3.9 |
532 | 2024-11-01T07:38:22.452Z | Downloaded buf-list v1.0.3 |
533 | 2024-11-01T07:38:22.455Z | Downloaded http-body v0.4.6 |
534 | 2024-11-01T07:38:22.458Z | Downloaded http-range v0.1.5 |
535 | 2024-11-01T07:38:22.458Z | Downloaded cfg_aliases v0.2.1 |
536 | 2024-11-01T07:38:22.458Z | Downloaded addr2line v0.24.2 |
537 | 2024-11-01T07:38:22.460Z | Downloaded indent_write v2.2.0 |
538 | 2024-11-01T07:38:22.463Z | Downloaded jobserver v0.1.32 |
539 | 2024-11-01T07:38:22.468Z | Downloaded async-trait v0.1.83 |
540 | 2024-11-01T07:38:22.471Z | Downloaded ipnetwork v0.20.0 |
541 | 2024-11-01T07:38:22.475Z | Downloaded darling_macro v0.20.10 |
542 | 2024-11-01T07:38:22.475Z | Downloaded crunchy v0.2.2 |
543 | 2024-11-01T07:38:22.475Z | Downloaded crossbeam-deque v0.8.5 |
544 | 2024-11-01T07:38:22.478Z | Downloaded blowfish v0.9.1 |
545 | 2024-11-01T07:38:22.478Z | Downloaded impl-trait-for-tuples v0.2.2 |
546 | 2024-11-01T07:38:22.483Z | Downloaded ident_case v1.0.1 |
547 | 2024-11-01T07:38:22.488Z | Downloaded cstr-argument v0.1.2 |
548 | 2024-11-01T07:38:22.488Z | Downloaded crucible-workspace-hack v0.1.0 |
549 | 2024-11-01T07:38:22.488Z | Downloaded is_ci v1.2.0 |
550 | 2024-11-01T07:38:22.488Z | Downloaded castaway v0.2.3 |
551 | 2024-11-01T07:38:22.491Z | Downloaded match_cfg v0.1.0 |
552 | 2024-11-01T07:38:22.491Z | Downloaded bcrypt-pbkdf v0.10.0 |
553 | 2024-11-01T07:38:22.491Z | Downloaded atomic-waker v1.1.2 |
554 | 2024-11-01T07:38:22.493Z | Downloaded base16ct v0.2.0 |
555 | 2024-11-01T07:38:22.493Z | Downloaded async-stream v0.3.6 |
556 | 2024-11-01T07:38:22.497Z | Downloaded humantime v2.1.0 |
557 | 2024-11-01T07:38:22.501Z | Downloaded mime v0.3.17 |
558 | 2024-11-01T07:38:22.501Z | Downloaded hostname v0.4.0 |
559 | 2024-11-01T07:38:22.503Z | Downloaded signal-hook-tokio v0.3.1 |
560 | 2024-11-01T07:38:22.503Z | Downloaded const-oid v0.9.6 |
561 | 2024-11-01T07:38:22.506Z | Downloaded nodrop v0.1.14 |
562 | 2024-11-01T07:38:22.508Z | Downloaded cookie_store v0.21.0 |
563 | 2024-11-01T07:38:22.512Z | Downloaded clang-sys v1.8.1 |
564 | 2024-11-01T07:38:22.515Z | Downloaded normalize-line-endings v0.3.0 |
565 | 2024-11-01T07:38:22.515Z | Downloaded newline-converter v0.3.0 |
566 | 2024-11-01T07:38:22.519Z | Downloaded md5 v0.7.0 |
567 | 2024-11-01T07:38:22.519Z | Downloaded hubpack v0.1.2 |
568 | 2024-11-01T07:38:22.519Z | Downloaded httpdate v1.0.3 |
569 | 2024-11-01T07:38:22.522Z | Downloaded hyper-tls v0.6.0 |
570 | 2024-11-01T07:38:22.522Z | Downloaded strum v0.26.3 |
571 | 2024-11-01T07:38:22.524Z | Downloaded ciborium-ll v0.2.2 |
572 | 2024-11-01T07:38:22.524Z | Downloaded sigpipe v0.1.3 |
573 | 2024-11-01T07:38:22.527Z | Downloaded chrono-tz-build v0.4.0 |
574 | 2024-11-01T07:38:22.527Z | Downloaded convert_case v0.4.0 |
575 | 2024-11-01T07:38:22.530Z | Downloaded bitfield-struct v0.6.2 |
576 | 2024-11-01T07:38:22.530Z | Downloaded smallvec v0.6.14 |
577 | 2024-11-01T07:38:22.532Z | Downloaded colored v2.1.0 |
578 | 2024-11-01T07:38:22.535Z | Downloaded chacha20 v0.9.1 |
579 | 2024-11-01T07:38:22.538Z | Downloaded cobs v0.2.3 |
580 | 2024-11-01T07:38:22.538Z | Downloaded hyper-rustls v0.27.3 |
581 | 2024-11-01T07:38:22.541Z | Downloaded slog-scope v4.4.0 |
582 | 2024-11-01T07:38:22.544Z | Downloaded is-terminal v0.4.13 |
583 | 2024-11-01T07:38:22.544Z | Downloaded crc v3.2.1 |
584 | 2024-11-01T07:38:22.547Z | Downloaded tiny-keccak v2.0.2 |
585 | 2024-11-01T07:38:22.550Z | Downloaded async-bb8-diesel v0.2.1 |
586 | 2024-11-01T07:38:22.553Z | Downloaded arrayvec v0.7.6 |
587 | 2024-11-01T07:38:22.556Z | Downloaded diesel_table_macro_syntax v0.2.0 |
588 | 2024-11-01T07:38:22.559Z | Downloaded vte_generate_state_changes v0.1.2 |
589 | 2024-11-01T07:38:22.559Z | Downloaded nanorand v0.7.0 |
590 | 2024-11-01T07:38:22.561Z | Downloaded zone_cfg_derive v0.1.2 |
591 | 2024-11-01T07:38:22.564Z | Downloaded allocator-api2 v0.2.18 |
592 | 2024-11-01T07:38:22.567Z | Downloaded multimap v0.10.0 |
593 | 2024-11-01T07:38:22.569Z | Downloaded lalrpop-util v0.19.12 |
594 | 2024-11-01T07:38:22.569Z | Downloaded base64ct v1.6.0 |
595 | 2024-11-01T07:38:22.572Z | Downloaded maybe-uninit v2.0.0 |
596 | 2024-11-01T07:38:22.574Z | Downloaded schemars_derive v0.8.21 |
597 | 2024-11-01T07:38:22.577Z | Downloaded rustfmt-wrapper v0.2.1 |
598 | 2024-11-01T07:38:22.577Z | Downloaded rustc_version v0.4.1 |
599 | 2024-11-01T07:38:22.579Z | Downloaded serde_path_to_error v0.1.16 |
600 | 2024-11-01T07:38:22.582Z | Downloaded backtrace v0.3.74 |
601 | 2024-11-01T07:38:22.587Z | Downloaded aes-gcm v0.10.3 |
602 | 2024-11-01T07:38:22.592Z | Downloaded fxhash v0.2.1 |
603 | 2024-11-01T07:38:22.594Z | Downloaded foreign-types-shared v0.1.1 |
604 | 2024-11-01T07:38:22.594Z | Downloaded foreign-types-macros v0.2.3 |
605 | 2024-11-01T07:38:22.597Z | Downloaded structmeta-derive v0.3.0 |
606 | 2024-11-01T07:38:22.597Z | Downloaded openssl-probe v0.1.5 |
607 | 2024-11-01T07:38:22.599Z | Downloaded universal-hash v0.5.1 |
608 | 2024-11-01T07:38:22.602Z | Downloaded xz2 v0.1.7 |
609 | 2024-11-01T07:38:22.602Z | Downloaded structmeta-derive v0.2.0 |
610 | 2024-11-01T07:38:22.605Z | Downloaded iana-time-zone v0.1.61 |
611 | 2024-11-01T07:38:22.623Z | Downloaded russh-keys v0.45.0 |
612 | 2024-11-01T07:38:22.623Z | Downloaded num-bigint v0.4.6 |
613 | 2024-11-01T07:38:22.623Z | Downloaded path-slash v0.1.5 |
614 | 2024-11-01T07:38:22.633Z | Downloaded crc32fast v1.4.2 |
615 | 2024-11-01T07:38:22.633Z | Downloaded const_format_proc_macros v0.2.33 |
616 | 2024-11-01T07:38:22.633Z | Downloaded console v0.15.8 |
617 | 2024-11-01T07:38:22.633Z | Downloaded phf_shared v0.10.0 |
618 | 2024-11-01T07:38:22.633Z | Downloaded peg-runtime v0.8.3 |
619 | 2024-11-01T07:38:22.634Z | Downloaded deranged v0.3.11 |
620 | 2024-11-01T07:38:22.634Z | Downloaded wait-timeout v0.2.0 |
621 | 2024-11-01T07:38:22.637Z | Downloaded embedded-io v0.6.1 |
622 | 2024-11-01T07:38:22.637Z | Downloaded arc-swap v1.7.1 |
623 | 2024-11-01T07:38:22.640Z | Downloaded mime_guess v2.0.5 |
624 | 2024-11-01T07:38:22.642Z | Downloaded nu-ansi-term v0.50.1 |
625 | 2024-11-01T07:38:22.645Z | Downloaded precomputed-hash v0.1.1 |
626 | 2024-11-01T07:38:22.645Z | Downloaded serde_derive_internals v0.29.1 |
627 | 2024-11-01T07:38:22.648Z | Downloaded chacha20poly1305 v0.10.1 |
628 | 2024-11-01T07:38:22.650Z | Downloaded num-integer v0.1.46 |
629 | 2024-11-01T07:38:22.652Z | Downloaded tokio-tungstenite v0.21.0 |
630 | 2024-11-01T07:38:22.655Z | Downloaded rpassword v7.3.1 |
631 | 2024-11-01T07:38:22.659Z | Downloaded darling_core v0.20.10 |
632 | 2024-11-01T07:38:22.661Z | Downloaded take_mut v0.2.2 |
633 | 2024-11-01T07:38:22.664Z | Downloaded gethostname v0.5.0 |
634 | 2024-11-01T07:38:22.666Z | Downloaded fallible-streaming-iterator v0.1.9 |
635 | 2024-11-01T07:38:22.667Z | Downloaded fallible-iterator v0.3.0 |
636 | 2024-11-01T07:38:22.669Z | Downloaded blake2 v0.10.6 |
637 | 2024-11-01T07:38:22.672Z | Downloaded tokio-stream v0.1.16 |
638 | 2024-11-01T07:38:22.676Z | Downloaded waitgroup v0.1.2 |
639 | 2024-11-01T07:38:22.678Z | Downloaded toolchain_find v0.4.0 |
640 | 2024-11-01T07:38:22.680Z | Downloaded base64 v0.13.1 |
641 | 2024-11-01T07:38:22.683Z | Downloaded num_threads v0.1.7 |
642 | 2024-11-01T07:38:22.685Z | Downloaded predicates-core v1.0.8 |
643 | 2024-11-01T07:38:22.687Z | Downloaded predicates v3.1.2 |
644 | 2024-11-01T07:38:22.690Z | Downloaded phf_generator v0.11.2 |
645 | 2024-11-01T07:38:22.693Z | Downloaded phf_codegen v0.11.2 |
646 | 2024-11-01T07:38:22.693Z | Downloaded scrypt v0.11.0 |
647 | 2024-11-01T07:38:22.695Z | Downloaded der_derive v0.7.3 |
648 | 2024-11-01T07:38:22.698Z | Downloaded nibble_vec v0.1.0 |
649 | 2024-11-01T07:38:22.698Z | Downloaded parse-display-derive v0.10.0 |
650 | 2024-11-01T07:38:22.700Z | Downloaded mockall_derive v0.13.0 |
651 | 2024-11-01T07:38:22.703Z | Downloaded radium v0.7.0 |
652 | 2024-11-01T07:38:22.705Z | Downloaded powerfmt v0.2.0 |
653 | 2024-11-01T07:38:22.705Z | Downloaded signature v2.2.0 |
654 | 2024-11-01T07:38:22.708Z | Downloaded miniz_oxide v0.8.0 |
655 | 2024-11-01T07:38:22.710Z | Downloaded pin-utils v0.1.0 |
656 | 2024-11-01T07:38:22.713Z | Downloaded hyper v1.4.1 |
657 | 2024-11-01T07:38:22.720Z | Downloaded tap v1.0.1 |
658 | 2024-11-01T07:38:22.723Z | Downloaded progenitor-client v0.8.0 |
659 | 2024-11-01T07:38:22.723Z | Downloaded tabwriter v1.4.0 |
660 | 2024-11-01T07:38:22.725Z | Downloaded slab v0.4.9 |
661 | 2024-11-01T07:38:22.728Z | Downloaded nom v7.1.3 |
662 | 2024-11-01T07:38:22.733Z | Downloaded supports-color v3.0.1 |
663 | 2024-11-01T07:38:22.736Z | Downloaded twox-hash v1.6.3 |
664 | 2024-11-01T07:38:22.738Z | Downloaded cookie v0.18.1 |
665 | 2024-11-01T07:38:22.740Z | Downloaded compact_str v0.8.0 |
666 | 2024-11-01T07:38:22.745Z | Downloaded russh-cryptovec v0.7.3 |
667 | 2024-11-01T07:38:22.748Z | Downloaded tui-tree-widget v0.22.0 |
668 | 2024-11-01T07:38:22.748Z | Downloaded zone v0.1.8 |
669 | 2024-11-01T07:38:22.751Z | Downloaded zeroize_derive v1.4.2 |
670 | 2024-11-01T07:38:22.751Z | Downloaded termtree v0.4.1 |
671 | 2024-11-01T07:38:22.753Z | Downloaded float-cmp v0.9.0 |
672 | 2024-11-01T07:38:22.755Z | Downloaded sct v0.7.1 |
673 | 2024-11-01T07:38:22.757Z | Downloaded dyn-clone v1.0.17 |
674 | 2024-11-01T07:38:22.760Z | Downloaded enum-as-inner v0.5.1 |
675 | 2024-11-01T07:38:22.763Z | Downloaded schemars v0.8.21 |
676 | 2024-11-01T07:38:22.776Z | Downloaded packed_struct_codegen v0.10.1 |
677 | 2024-11-01T07:38:22.789Z | Downloaded dhcproto-macros v0.1.0 |
678 | 2024-11-01T07:38:22.792Z | Downloaded http v0.2.12 |
679 | 2024-11-01T07:38:22.794Z | Downloaded derive_builder_macro v0.20.2 |
680 | 2024-11-01T07:38:22.797Z | Downloaded progenitor v0.8.0 |
681 | 2024-11-01T07:38:22.799Z | Downloaded want v0.3.1 |
682 | 2024-11-01T07:38:22.799Z | Downloaded progenitor-macro v0.8.0 |
683 | 2024-11-01T07:38:22.802Z | Downloaded const_format v0.2.33 |
684 | 2024-11-01T07:38:22.805Z | Downloaded num-conv v0.1.0 |
685 | 2024-11-01T07:38:22.808Z | Downloaded spin v0.5.2 |
686 | 2024-11-01T07:38:22.810Z | Downloaded stringprep v0.1.5 |
687 | 2024-11-01T07:38:22.813Z | Downloaded string_cache v0.8.7 |
688 | 2024-11-01T07:38:22.813Z | Downloaded semver v0.1.20 |
689 | 2024-11-01T07:38:22.815Z | Downloaded secrecy v0.8.0 |
690 | 2024-11-01T07:38:22.817Z | Downloaded time-core v0.1.2 |
691 | 2024-11-01T07:38:22.817Z | Downloaded vsss-rs v3.3.4 |
692 | 2024-11-01T07:38:22.820Z | Downloaded termios v0.3.3 |
693 | 2024-11-01T07:38:22.822Z | Downloaded smf v0.2.3 |
694 | 2024-11-01T07:38:22.825Z | Downloaded zeroize v1.8.1 |
695 | 2024-11-01T07:38:22.827Z | Downloaded base64 v0.22.1 |
696 | 2024-11-01T07:38:22.830Z | Downloaded sec1 v0.7.3 |
697 | 2024-11-01T07:38:22.832Z | Downloaded same-file v1.0.6 |
698 | 2024-11-01T07:38:22.834Z | Downloaded try-lock v0.2.5 |
699 | 2024-11-01T07:38:22.837Z | Downloaded unicode_categories v0.1.1 |
700 | 2024-11-01T07:38:22.839Z | Downloaded rsa v0.9.6 |
701 | 2024-11-01T07:38:22.844Z | Downloaded downcast v0.11.0 |
702 | 2024-11-01T07:38:22.846Z | Downloaded aes v0.8.4 |
703 | 2024-11-01T07:38:22.849Z | Downloaded ron v0.7.1 |
704 | 2024-11-01T07:38:22.855Z | Downloaded futures-core v0.3.31 |
705 | 2024-11-01T07:38:22.857Z | Downloaded whoami v1.5.2 |
706 | 2024-11-01T07:38:22.860Z | Downloaded endian-type v0.1.2 |
707 | 2024-11-01T07:38:22.862Z | Downloaded group v0.13.0 |
708 | 2024-11-01T07:38:22.862Z | Downloaded which v4.4.2 |
709 | 2024-11-01T07:38:22.865Z | Downloaded pin-project-lite v0.2.14 |
710 | 2024-11-01T07:38:22.870Z | Downloaded pin-project-internal v1.1.6 |
711 | 2024-11-01T07:38:22.872Z | Downloaded display-error-chain v0.2.1 |
712 | 2024-11-01T07:38:22.876Z | Downloaded crossbeam-channel v0.5.13 |
713 | 2024-11-01T07:38:22.879Z | Downloaded pretty-hex v0.2.1 |
714 | 2024-11-01T07:38:22.881Z | Downloaded parse-size v1.1.0 |
715 | 2024-11-01T07:38:22.881Z | Downloaded oso-derive v0.27.3 |
716 | 2024-11-01T07:38:22.884Z | Downloaded pem v3.0.4 |
717 | 2024-11-01T07:38:22.884Z | Downloaded parking_lot v0.11.2 |
718 | 2024-11-01T07:38:22.887Z | Downloaded num-derive v0.4.2 |
719 | 2024-11-01T07:38:22.889Z | Downloaded ref-cast v1.0.23 |
720 | 2024-11-01T07:38:22.892Z | Downloaded tungstenite v0.23.0 |
721 | 2024-11-01T07:38:22.896Z | Downloaded slog-bunyan v2.5.0 |
722 | 2024-11-01T07:38:22.899Z | Downloaded slog-async v2.8.0 |
723 | 2024-11-01T07:38:22.902Z | Downloaded shlex v1.3.0 |
724 | 2024-11-01T07:38:22.902Z | Downloaded tokio-tungstenite v0.24.0 |
725 | 2024-11-01T07:38:22.905Z | Downloaded ref-cast-impl v1.0.23 |
726 | 2024-11-01T07:38:22.907Z | Downloaded rand_xorshift v0.3.0 |
727 | 2024-11-01T07:38:22.907Z | Downloaded rand_seeder v0.3.0 |
728 | 2024-11-01T07:38:22.910Z | Downloaded hickory-resolver v0.24.1 |
729 | 2024-11-01T07:38:22.914Z | Downloaded serde-big-array v0.5.1 |
730 | 2024-11-01T07:38:22.918Z | Downloaded structmeta v0.2.0 |
731 | 2024-11-01T07:38:22.926Z | Downloaded foreign-types-shared v0.3.1 |
732 | 2024-11-01T07:38:22.926Z | Downloaded unicode-truncate v1.1.0 |
733 | 2024-11-01T07:38:22.928Z | Downloaded thread_local v1.1.8 |
734 | 2024-11-01T07:38:22.933Z | Downloaded thiserror-no-std v2.0.2 |
735 | 2024-11-01T07:38:22.934Z | Downloaded crossterm v0.28.1 |
736 | 2024-11-01T07:38:22.941Z | Downloaded des v0.8.1 |
737 | 2024-11-01T07:38:22.941Z | Downloaded derive_builder_core v0.20.2 |
738 | 2024-11-01T07:38:22.946Z | Downloaded fatfs v0.3.6 |
739 | 2024-11-01T07:38:22.946Z | Downloaded unicase v2.7.0 |
740 | 2024-11-01T07:38:22.951Z | Downloaded pkg-config v0.3.31 |
741 | 2024-11-01T07:38:22.951Z | Downloaded globset v0.4.15 |
742 | 2024-11-01T07:38:22.951Z | Downloaded pkcs8 v0.10.2 |
743 | 2024-11-01T07:38:22.955Z | Downloaded futures-sink v0.3.31 |
744 | 2024-11-01T07:38:22.956Z | Downloaded parse-display v0.10.0 |
745 | 2024-11-01T07:38:22.960Z | Downloaded hickory-client v0.24.1 |
746 | 2024-11-01T07:38:22.960Z | Downloaded unarray v0.1.4 |
747 | 2024-11-01T07:38:22.964Z | Downloaded parking_lot_core v0.8.6 |
748 | 2024-11-01T07:38:22.964Z | Downloaded tokio-native-tls v0.3.1 |
749 | 2024-11-01T07:38:22.968Z | Downloaded serde_plain v1.0.2 |
750 | 2024-11-01T07:38:22.968Z | Downloaded serde-hex v0.1.0 |
751 | 2024-11-01T07:38:22.972Z | Downloaded rustls-pemfile v2.2.0 |
752 | 2024-11-01T07:38:22.976Z | Downloaded tokio-rustls v0.24.1 |
753 | 2024-11-01T07:38:22.976Z | Downloaded tungstenite v0.21.0 |
754 | 2024-11-01T07:38:22.981Z | Downloaded tinyvec_macros v0.1.1 |
755 | 2024-11-01T07:38:22.985Z | Downloaded rfc6979 v0.4.0 |
756 | 2024-11-01T07:38:22.986Z | Downloaded test-strategy v0.3.1 |
757 | 2024-11-01T07:38:22.990Z | Downloaded defmt-macros v0.3.9 |
758 | 2024-11-01T07:38:22.994Z | Downloaded foldhash v0.1.3 |
759 | 2024-11-01T07:38:22.994Z | Downloaded tokio-macros v2.4.0 |
760 | 2024-11-01T07:38:22.994Z | Downloaded salsa20 v0.10.2 |
761 | 2024-11-01T07:38:22.994Z | Downloaded rusty-fork v0.3.0 |
762 | 2024-11-01T07:38:22.999Z | Downloaded xattr v1.3.1 |
763 | 2024-11-01T07:38:23.004Z | Downloaded peg v0.8.4 |
764 | 2024-11-01T07:38:23.004Z | Downloaded num_enum_derive v0.5.11 |
765 | 2024-11-01T07:38:23.019Z | Downloaded funty v2.0.0 |
766 | 2024-11-01T07:38:23.019Z | Downloaded parking_lot v0.12.3 |
767 | 2024-11-01T07:38:23.019Z | Downloaded num-traits v0.2.19 |
768 | 2024-11-01T07:38:23.019Z | Downloaded dhcproto v0.12.0 |
769 | 2024-11-01T07:38:23.022Z | Downloaded ed25519 v2.2.3 |
770 | 2024-11-01T07:38:23.023Z | Downloaded pkcs5 v0.7.1 |
771 | 2024-11-01T07:38:23.044Z | Downloaded spki v0.7.3 |
772 | 2024-11-01T07:38:23.050Z | Downloaded futures-channel v0.3.31 |
773 | 2024-11-01T07:38:23.050Z | Downloaded rustc-hash v1.1.0 |
774 | 2024-11-01T07:38:23.050Z | Downloaded tower-service v0.3.3 |
775 | 2024-11-01T07:38:23.050Z | Downloaded primeorder v0.13.6 |
776 | 2024-11-01T07:38:23.050Z | Downloaded zone_cfg_derive v0.3.0 |
777 | 2024-11-01T07:38:23.050Z | Downloaded defmt-parser v0.3.4 |
778 | 2024-11-01T07:38:23.051Z | Downloaded slog v2.7.0 |
779 | 2024-11-01T07:38:23.051Z | Downloaded signal-hook v0.3.17 |
780 | 2024-11-01T07:38:23.051Z | Downloaded rcgen v0.12.1 |
781 | 2024-11-01T07:38:23.051Z | Downloaded rtoolbox v0.0.2 |
782 | 2024-11-01T07:38:23.051Z | Downloaded quinn-udp v0.5.5 |
783 | 2024-11-01T07:38:23.055Z | Downloaded predicates-tree v1.0.11 |
784 | 2024-11-01T07:38:23.056Z | Downloaded ena v0.14.3 |
785 | 2024-11-01T07:38:23.056Z | Downloaded embedded-io v0.4.0 |
786 | 2024-11-01T07:38:23.056Z | Downloaded elliptic-curve v0.13.8 |
787 | 2024-11-01T07:38:23.060Z | Downloaded sqlparser_derive v0.2.2 |
788 | 2024-11-01T07:38:23.063Z | Downloaded env_logger v0.11.5 |
789 | 2024-11-01T07:38:23.063Z | Downloaded pin-project v1.1.6 |
790 | 2024-11-01T07:38:23.077Z | Downloaded headers-core v0.3.0 |
791 | 2024-11-01T07:38:23.081Z | Downloaded psl-types v2.0.11 |
792 | 2024-11-01T07:38:23.081Z | Downloaded derive_more v0.99.18 |
793 | 2024-11-01T07:38:23.088Z | Downloaded ghash v0.5.1 |
794 | 2024-11-01T07:38:23.088Z | Downloaded serde_repr v0.1.19 |
795 | 2024-11-01T07:38:23.090Z | Downloaded ecdsa v0.16.9 |
796 | 2024-11-01T07:38:23.090Z | Downloaded toml_edit v0.19.15 |
797 | 2024-11-01T07:38:23.109Z | Downloaded zone v0.3.0 |
798 | 2024-11-01T07:38:23.112Z | Downloaded slog-json v2.6.1 |
799 | 2024-11-01T07:38:23.114Z | Downloaded utf-8 v0.7.6 |
800 | 2024-11-01T07:38:23.115Z | Downloaded spin v0.9.8 |
801 | 2024-11-01T07:38:23.117Z | Downloaded snafu-derive v0.8.5 |
802 | 2024-11-01T07:38:23.120Z | Downloaded postgres-protocol v0.6.7 |
803 | 2024-11-01T07:38:23.123Z | Downloaded topological-sort v0.2.2 |
804 | 2024-11-01T07:38:23.123Z | Downloaded value-bag v1.9.0 |
805 | 2024-11-01T07:38:23.125Z | Downloaded oso v0.27.3 |
806 | 2024-11-01T07:38:23.128Z | Downloaded hmac v0.12.1 |
807 | 2024-11-01T07:38:23.131Z | Downloaded blake3 v1.5.4 |
808 | 2024-11-01T07:38:23.139Z | Downloaded opaque-debug v0.3.1 |
809 | 2024-11-01T07:38:23.142Z | Downloaded slog-envlogger v2.2.0 |
810 | 2024-11-01T07:38:23.144Z | Downloaded proc-macro-crate v1.3.1 |
811 | 2024-11-01T07:38:23.144Z | Downloaded sqlformat v0.2.6 |
812 | 2024-11-01T07:38:23.147Z | Downloaded hashlink v0.9.1 |
813 | 2024-11-01T07:38:23.149Z | Downloaded typed-path v0.7.1 |
814 | 2024-11-01T07:38:23.156Z | Downloaded quick-error v1.2.3 |
815 | 2024-11-01T07:38:23.159Z | Downloaded itertools v0.12.1 |
816 | 2024-11-01T07:38:23.163Z | Downloaded rand_chacha v0.3.1 |
817 | 2024-11-01T07:38:23.166Z | Downloaded hash32 v0.3.1 |
818 | 2024-11-01T07:38:23.166Z | Downloaded hash32 v0.2.1 |
819 | 2024-11-01T07:38:23.169Z | Downloaded prettyplease v0.2.22 |
820 | 2024-11-01T07:38:23.173Z | Downloaded derive_builder v0.20.2 |
821 | 2024-11-01T07:38:23.177Z | Downloaded pbkdf2 v0.12.2 |
822 | 2024-11-01T07:38:23.179Z | Downloaded termcolor v1.4.1 |
823 | 2024-11-01T07:38:23.182Z | Downloaded enum-as-inner v0.6.1 |
824 | 2024-11-01T07:38:23.184Z | Downloaded rustyline v14.0.0 |
825 | 2024-11-01T07:38:23.188Z | Downloaded thiserror-impl-no-std v2.0.2 |
826 | 2024-11-01T07:38:23.190Z | Downloaded strip-ansi-escapes v0.2.0 |
827 | 2024-11-01T07:38:23.190Z | Downloaded slog-dtrace v0.3.0 |
828 | 2024-11-01T07:38:23.193Z | Downloaded smallvec v1.13.2 |
829 | 2024-11-01T07:38:23.196Z | Downloaded postcard v1.0.10 |
830 | 2024-11-01T07:38:23.198Z | Downloaded paste v1.0.15 |
831 | 2024-11-01T07:38:23.201Z | Downloaded hashbrown v0.14.5 |
832 | 2024-11-01T07:38:23.208Z | Downloaded difflib v0.4.0 |
833 | 2024-11-01T07:38:23.212Z | Downloaded highway v1.2.0 |
834 | 2024-11-01T07:38:23.213Z | Downloaded defmt v0.3.8 |
835 | 2024-11-01T07:38:23.216Z | Downloaded itertools v0.13.0 |
836 | 2024-11-01T07:38:23.223Z | Downloaded lalrpop v0.19.12 |
837 | 2024-11-01T07:38:23.234Z | Downloaded untrusted v0.7.1 |
838 | 2024-11-01T07:38:23.238Z | Downloaded r2d2 v0.8.10 |
839 | 2024-11-01T07:38:23.245Z | Downloaded wyz v0.5.1 |
840 | 2024-11-01T07:38:23.245Z | Downloaded snafu v0.8.5 |
841 | 2024-11-01T07:38:23.249Z | Downloaded futures v0.3.31 |
842 | 2024-11-01T07:38:23.252Z | Downloaded phf_shared v0.11.2 |
843 | 2024-11-01T07:38:23.255Z | Downloaded env_filter v0.1.2 |
844 | 2024-11-01T07:38:23.255Z | Downloaded either v1.13.0 |
845 | 2024-11-01T07:38:23.258Z | Downloaded futures-macro v0.3.31 |
846 | 2024-11-01T07:38:23.258Z | Downloaded serde_urlencoded v0.7.1 |
847 | 2024-11-01T07:38:23.261Z | Downloaded dirs-sys-next v0.1.2 |
848 | 2024-11-01T07:38:23.261Z | Downloaded dirs-next v2.0.0 |
849 | 2024-11-01T07:38:23.266Z | Downloaded percent-encoding v2.3.1 |
850 | 2024-11-01T07:38:23.266Z | Downloaded pbkdf2 v0.11.0 |
851 | 2024-11-01T07:38:23.269Z | Downloaded futures-executor v0.3.31 |
852 | 2024-11-01T07:38:23.270Z | Downloaded tls_codec v0.4.1 |
853 | 2024-11-01T07:38:23.273Z | Downloaded quinn v0.11.5 |
854 | 2024-11-01T07:38:23.276Z | Downloaded password-hash v0.5.0 |
855 | 2024-11-01T07:38:23.276Z | Downloaded num_enum v0.5.11 |
856 | 2024-11-01T07:38:23.281Z | Downloaded futures-io v0.3.31 |
857 | 2024-11-01T07:38:23.284Z | Downloaded half v2.4.1 |
858 | 2024-11-01T07:38:23.287Z | Downloaded uzers v0.12.1 |
859 | 2024-11-01T07:38:23.292Z | Downloaded sha1 v0.10.6 |
860 | 2024-11-01T07:38:23.292Z | Downloaded rand_core v0.6.4 |
861 | 2024-11-01T07:38:23.292Z | Downloaded expectorate v1.1.0 |
862 | 2024-11-01T07:38:23.296Z | Downloaded phf v0.11.2 |
863 | 2024-11-01T07:38:23.296Z | Downloaded password-hash v0.4.2 |
864 | 2024-11-01T07:38:23.300Z | Downloaded poly1305 v0.8.0 |
865 | 2024-11-01T07:38:23.304Z | Downloaded getrandom v0.2.15 |
866 | 2024-11-01T07:38:23.304Z | Downloaded zerocopy v0.6.6 |
867 | 2024-11-01T07:38:23.307Z | Downloaded vergen v8.3.2 |
868 | 2024-11-01T07:38:23.312Z | Downloaded hyper v0.14.30 |
869 | 2024-11-01T07:38:23.318Z | Downloaded tinyvec v1.8.0 |
870 | 2024-11-01T07:38:23.322Z | Downloaded unicode-segmentation v1.12.0 |
871 | 2024-11-01T07:38:23.330Z | Downloaded url v2.5.2 |
872 | 2024-11-01T07:38:23.333Z | Downloaded h2 v0.4.6 |
873 | 2024-11-01T07:38:23.337Z | Downloaded uuid v1.10.0 |
874 | 2024-11-01T07:38:23.343Z | Downloaded toml v0.7.8 |
875 | 2024-11-01T07:38:23.346Z | Downloaded omicron-zone-package v0.11.1 |
876 | 2024-11-01T07:38:23.350Z | Downloaded subprocess v0.2.9 |
877 | 2024-11-01T07:38:23.351Z | Downloaded der v0.7.9 |
878 | 2024-11-01T07:38:23.358Z | Downloaded russh v0.45.0 |
879 | 2024-11-01T07:38:23.362Z | Downloaded p521 v0.13.3 |
880 | 2024-11-01T07:38:23.367Z | Downloaded tar v0.4.42 |
881 | 2024-11-01T07:38:23.371Z | Downloaded unicode-normalization v0.1.24 |
882 | 2024-11-01T07:38:23.374Z | Downloaded time v0.3.36 |
883 | 2024-11-01T07:38:23.382Z | Downloaded aho-corasick v1.1.3 |
884 | 2024-11-01T07:38:23.389Z | Downloaded serde_with_macros v3.11.0 |
885 | 2024-11-01T07:38:23.392Z | Downloaded reedline v0.35.0 |
886 | 2024-11-01T07:38:23.398Z | Downloaded serde_yaml v0.9.34+deprecated |
887 | 2024-11-01T07:38:23.411Z | Downloaded unsafe-libyaml v0.2.11 |
888 | 2024-11-01T07:38:23.415Z | Downloaded tracing v0.1.40 |
889 | 2024-11-01T07:38:23.415Z | Downloaded rand v0.8.5 |
890 | 2024-11-01T07:38:23.421Z | Downloaded qorb v0.2.0 |
891 | 2024-11-01T07:38:23.427Z | Downloaded diesel_derives v2.2.3 |
892 | 2024-11-01T07:38:23.432Z | Downloaded heapless v0.7.17 |
893 | 2024-11-01T07:38:23.432Z | Downloaded idna v0.3.0 |
894 | 2024-11-01T07:38:23.439Z | Downloaded x509-cert v0.2.5 |
895 | 2024-11-01T07:38:23.444Z | Downloaded publicsuffix v2.2.3 |
896 | 2024-11-01T07:38:23.453Z | Downloaded nix v0.28.0 |
897 | 2024-11-01T07:38:23.466Z | Downloaded ed25519-dalek v2.1.1 |
898 | 2024-11-01T07:38:23.473Z | Downloaded bindgen v0.69.5 |
899 | 2024-11-01T07:38:23.477Z | Downloaded tough v0.17.1 |
900 | 2024-11-01T07:38:23.485Z | Downloaded openssl-sys v0.9.103 |
901 | 2024-11-01T07:38:23.490Z | Downloaded hashbrown v0.12.3 |
902 | 2024-11-01T07:38:23.502Z | Downloaded serde_with v3.11.0 |
903 | 2024-11-01T07:38:23.505Z | Downloaded chrono v0.4.38 |
904 | 2024-11-01T07:38:23.509Z | Downloaded h2 v0.3.26 |
905 | 2024-11-01T07:38:23.525Z | Downloaded rusqlite v0.32.1 |
906 | 2024-11-01T07:38:23.526Z | Downloaded hkdf v0.12.4 |
907 | 2024-11-01T07:38:23.529Z | Downloaded bitvec v1.0.1 |
908 | 2024-11-01T07:38:23.543Z | Downloaded parse-zoneinfo v0.3.1 |
909 | 2024-11-01T07:38:23.546Z | Downloaded curve25519-dalek v4.1.3 |
910 | 2024-11-01T07:38:23.555Z | Downloaded regex v1.11.0 |
911 | 2024-11-01T07:38:23.570Z | Downloaded regress v0.10.1 |
912 | 2024-11-01T07:38:23.579Z | Downloaded winnow v0.5.40 |
913 | 2024-11-01T07:38:23.589Z | Downloaded quick-xml v0.33.0 |
914 | 2024-11-01T07:38:23.596Z | Downloaded nix v0.27.1 |
915 | 2024-11-01T07:38:23.607Z | Downloaded futures-util v0.3.31 |
916 | 2024-11-01T07:38:23.619Z | Downloaded rustls v0.21.12 |
917 | 2024-11-01T07:38:23.632Z | Downloaded proptest v1.5.0 |
918 | 2024-11-01T07:38:23.643Z | Downloaded rustls-webpki v0.102.8 |
919 | 2024-11-01T07:38:23.664Z | Downloaded reqwest v0.12.8 |
920 | 2024-11-01T07:38:23.671Z | Downloaded webpki-roots v0.26.6 |
921 | 2024-11-01T07:38:23.676Z | Downloaded object v0.30.4 |
922 | 2024-11-01T07:38:23.686Z | Downloaded chrono-tz v0.10.0 |
923 | 2024-11-01T07:38:23.694Z | Downloaded nix v0.29.0 |
924 | 2024-11-01T07:38:23.708Z | Downloaded sqlparser v0.45.0 |
925 | 2024-11-01T07:38:23.713Z | Downloaded rustls v0.22.4 |
926 | 2024-11-01T07:38:23.728Z | Downloaded polar-core v0.27.3 |
927 | 2024-11-01T07:38:23.736Z | Downloaded gimli v0.31.1 |
928 | 2024-11-01T07:38:23.746Z | Downloaded vcpkg v0.2.15 |
929 | 2024-11-01T07:38:23.786Z | Downloaded radix_trie v0.2.1 |
930 | 2024-11-01T07:38:23.791Z | Downloaded regex-syntax v0.6.29 |
931 | 2024-11-01T07:38:23.799Z | Downloaded smoltcp v0.9.1 |
932 | 2024-11-01T07:38:23.811Z | Downloaded rustls v0.23.14 |
933 | 2024-11-01T07:38:23.823Z | Downloaded dropshot v0.12.0 |
934 | 2024-11-01T07:38:23.844Z | Downloaded smoltcp v0.11.0 |
935 | 2024-11-01T07:38:23.858Z | Downloaded object v0.36.5 |
936 | 2024-11-01T07:38:23.871Z | Downloaded regress v0.9.1 |
937 | 2024-11-01T07:38:23.880Z | Downloaded typify-impl v0.2.0 |
938 | 2024-11-01T07:38:23.896Z | Downloaded regex-syntax v0.8.5 |
939 | 2024-11-01T07:38:23.905Z | Downloaded sled v0.34.7 |
940 | 2024-11-01T07:38:23.917Z | Downloaded ratatui v0.28.1 |
941 | 2024-11-01T07:38:23.936Z | Downloaded hickory-proto v0.24.1 |
942 | 2024-11-01T07:38:23.951Z | Downloaded diesel v2.2.4 |
943 | 2024-11-01T07:38:23.971Z | Downloaded openapiv3 v2.0.0 |
944 | 2024-11-01T07:38:23.984Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
945 | 2024-11-01T07:38:23.997Z | Downloaded bstr v1.10.0 |
946 | 2024-11-01T07:38:24.008Z | Downloaded trust-dns-proto v0.22.0 |
947 | 2024-11-01T07:38:24.023Z | Downloaded quinn-proto v0.11.8 |
948 | 2024-11-01T07:38:24.027Z | Downloaded git2 v0.19.0 |
949 | 2024-11-01T07:38:24.036Z | Downloaded p384 v0.13.0 |
950 | 2024-11-01T07:38:24.042Z | Downloaded openssl v0.10.66 |
951 | 2024-11-01T07:38:24.053Z | Downloaded idna v0.2.3 |
952 | 2024-11-01T07:38:24.060Z | Downloaded zerocopy-derive v0.6.6 |
953 | 2024-11-01T07:38:24.070Z | Downloaded portable-atomic v1.9.0 |
954 | 2024-11-01T07:38:24.076Z | Downloaded rustls-webpki v0.101.7 |
955 | 2024-11-01T07:38:24.091Z | Downloaded idna v0.4.0 |
956 | 2024-11-01T07:38:24.098Z | Downloaded tokio-util v0.7.12 |
957 | 2024-11-01T07:38:24.104Z | Downloaded idna v0.5.0 |
958 | 2024-11-01T07:38:24.112Z | Downloaded regex-automata v0.4.8 |
959 | 2024-11-01T07:38:24.129Z | Downloaded tokio v1.40.0 |
960 | 2024-11-01T07:38:24.167Z | Downloaded lzma-sys v0.1.20 |
961 | 2024-11-01T07:38:24.196Z | Downloaded csv v1.3.0 |
962 | 2024-11-01T07:38:24.216Z | Downloaded petgraph v0.6.5 |
963 | 2024-11-01T07:38:24.234Z | Downloaded rayon v1.10.0 |
964 | 2024-11-01T07:38:24.243Z | Downloaded steno v0.4.1 |
965 | 2024-11-01T07:38:24.246Z | Downloaded hashbrown v0.13.2 |
966 | 2024-11-01T07:38:24.253Z | Downloaded salty v0.3.0 |
967 | 2024-11-01T07:38:24.258Z | Downloaded reqwest v0.11.27 |
968 | 2024-11-01T07:38:24.266Z | Downloaded libz-sys v1.1.20 |
969 | 2024-11-01T07:38:24.288Z | Downloaded headers v0.4.0 |
970 | 2024-11-01T07:38:24.293Z | Downloaded term v0.7.0 |
971 | 2024-11-01T07:38:24.296Z | Downloaded sha3 v0.10.8 |
972 | 2024-11-01T07:38:24.301Z | Downloaded static_assertions v1.1.0 |
973 | 2024-11-01T07:38:24.304Z | Downloaded resolv-conf v0.7.0 |
974 | 2024-11-01T07:38:24.307Z | Downloaded env_logger v0.10.2 |
975 | 2024-11-01T07:38:24.309Z | Downloaded ssh-key v0.6.6 |
976 | 2024-11-01T07:38:24.315Z | Downloaded diff v0.1.13 |
977 | 2024-11-01T07:38:24.317Z | Downloaded tracing-core v0.1.32 |
978 | 2024-11-01T07:38:24.320Z | Downloaded structmeta v0.3.0 |
979 | 2024-11-01T07:38:24.322Z | Downloaded shell-words v1.1.0 |
980 | 2024-11-01T07:38:24.322Z | Downloaded pem-rfc7468 v0.7.0 |
981 | 2024-11-01T07:38:24.325Z | Downloaded olpc-cjson v0.1.4 |
982 | 2024-11-01T07:38:24.325Z | Downloaded futures-task v0.3.31 |
983 | 2024-11-01T07:38:24.328Z | Downloaded flate2 v1.0.34 |
984 | 2024-11-01T07:38:24.332Z | Downloaded unicode-bidi v0.3.17 |
985 | 2024-11-01T07:38:24.335Z | Downloaded flume v0.11.1 |
986 | 2024-11-01T07:38:24.338Z | Downloaded tokio-postgres v0.7.12 |
987 | 2024-11-01T07:38:24.342Z | Downloaded polyval v0.6.2 |
988 | 2024-11-01T07:38:24.345Z | Downloaded parking_lot_core v0.9.10 |
989 | 2024-11-01T07:38:24.348Z | Downloaded socket2 v0.5.7 |
990 | 2024-11-01T07:38:24.350Z | Downloaded peg-macros v0.8.4 |
991 | 2024-11-01T07:38:24.350Z | Downloaded tls_codec_derive v0.4.1 |
992 | 2024-11-01T07:38:24.353Z | Downloaded p256 v0.13.2 |
993 | 2024-11-01T07:38:24.356Z | Downloaded heapless v0.8.0 |
994 | 2024-11-01T07:38:24.359Z | Downloaded tungstenite v0.24.0 |
995 | 2024-11-01T07:38:24.363Z | Downloaded num-bigint-dig v0.8.4 |
996 | 2024-11-01T07:38:24.368Z | Downloaded hickory-server v0.24.1 |
997 | 2024-11-01T07:38:24.373Z | Downloaded fragile v2.0.0 |
998 | 2024-11-01T07:38:24.377Z | Downloaded encoding_rs v0.8.34 |
999 | 2024-11-01T07:38:24.397Z | Downloaded untrusted v0.9.0 |
1000 | 2024-11-01T07:38:24.399Z | Downloaded owo-colors v4.1.0 |
1001 | 2024-11-01T07:38:24.402Z | Downloaded typify v0.2.0 |
1002 | 2024-11-01T07:38:24.405Z | Downloaded tracing-attributes v0.1.27 |
1003 | 2024-11-01T07:38:24.409Z | Downloaded samael v0.0.17 |
1004 | 2024-11-01T07:38:24.412Z | Downloaded unicode-properties v0.1.3 |
1005 | 2024-11-01T07:38:24.416Z | Downloaded form_urlencoded v1.2.1 |
1006 | 2024-11-01T07:38:24.416Z | Downloaded float-ord v0.3.2 |
1007 | 2024-11-01T07:38:24.416Z | Downloaded libm v0.2.8 |
1008 | 2024-11-01T07:38:24.424Z | Downloaded rustversion v1.0.17 |
1009 | 2024-11-01T07:38:24.427Z | Downloaded rustc_version v0.1.7 |
1010 | 2024-11-01T07:38:24.427Z | Downloaded rustc-hash v2.0.0 |
1011 | 2024-11-01T07:38:24.427Z | Downloaded similar v2.6.0 |
1012 | 2024-11-01T07:38:24.431Z | Downloaded rustc-demangle v0.1.24 |
1013 | 2024-11-01T07:38:24.434Z | Downloaded mio v1.0.2 |
1014 | 2024-11-01T07:38:24.439Z | Downloaded zip v0.6.6 |
1015 | 2024-11-01T07:38:24.443Z | Downloaded glob v0.3.1 |
1016 | 2024-11-01T07:38:24.446Z | Downloaded progenitor-impl v0.8.0 |
1017 | 2024-11-01T07:38:24.449Z | Downloaded rustls-pki-types v1.9.0 |
1018 | 2024-11-01T07:38:24.452Z | Downloaded cc v1.1.30 |
1019 | 2024-11-01T07:38:24.455Z | Downloaded ron v0.8.1 |
1020 | 2024-11-01T07:38:24.459Z | Downloaded pkcs1 v0.7.5 |
1021 | 2024-11-01T07:38:24.462Z | Downloaded tokio-rustls v0.25.0 |
1022 | 2024-11-01T07:38:24.464Z | Downloaded rustls-pemfile v1.0.4 |
1023 | 2024-11-01T07:38:24.466Z | Downloaded num-rational v0.4.2 |
1024 | 2024-11-01T07:38:24.467Z | Downloaded packed_struct v0.10.1 |
1025 | 2024-11-01T07:38:24.469Z | Downloaded hex-literal v0.4.1 |
1026 | 2024-11-01T07:38:24.469Z | Downloaded hex v0.4.3 |
1027 | 2024-11-01T07:38:24.472Z | Downloaded ff v0.13.0 |
1028 | 2024-11-01T07:38:24.472Z | Downloaded fd-lock v4.0.2 |
1029 | 2024-11-01T07:38:24.474Z | Downloaded fallible-iterator v0.2.0 |
1030 | 2024-11-01T07:38:24.477Z | Downloaded ppv-lite86 v0.2.20 |
1031 | 2024-11-01T07:38:24.477Z | Downloaded postgres-types v0.2.8 |
1032 | 2024-11-01T07:38:24.480Z | Downloaded dropshot_endpoint v0.12.0 |
1033 | 2024-11-01T07:38:24.482Z | Downloaded diesel-dtrace v0.3.0 |
1034 | 2024-11-01T07:38:24.485Z | Downloaded hyper-util v0.1.9 |
1035 | 2024-11-01T07:38:24.487Z | Downloaded flagset v0.4.6 |
1036 | 2024-11-01T07:38:24.491Z | Downloaded fixedbitset v0.4.2 |
1037 | 2024-11-01T07:38:24.491Z | Downloaded filetime v0.2.25 |
1038 | 2024-11-01T07:38:24.494Z | Downloaded derive-where v1.2.7 |
1039 | 2024-11-01T07:38:24.496Z | Downloaded vte v0.11.1 |
1040 | 2024-11-01T07:38:24.499Z | Downloaded rayon-core v1.12.1 |
1041 | 2024-11-01T07:38:24.503Z | Downloaded walkdir v2.5.0 |
1042 | 2024-11-01T07:38:24.506Z | Downloaded libxml v0.3.3 |
1043 | 2024-11-01T07:38:24.508Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1044 | 2024-11-01T07:38:24.567Z | Downloaded subtle v2.6.1 |
1045 | 2024-11-01T07:38:24.569Z | Downloaded stable_deref_trait v1.2.0 |
1046 | 2024-11-01T07:38:24.570Z | Downloaded signal-hook-mio v0.2.4 |
1047 | 2024-11-01T07:38:24.572Z | Downloaded scopeguard v1.2.0 |
1048 | 2024-11-01T07:38:24.572Z | Downloaded scheduled-thread-pool v0.2.7 |
1049 | 2024-11-01T07:38:24.572Z | Downloaded tokio-rustls v0.26.0 |
1050 | 2024-11-01T07:38:24.574Z | Downloaded indexmap v1.9.3 |
1051 | 2024-11-01T07:38:24.577Z | Downloaded bytes v1.7.2 |
1052 | 2024-11-01T07:38:24.581Z | Downloaded keccak v0.1.5 |
1053 | 2024-11-01T07:38:24.583Z | Downloaded itertools v0.10.5 |
1054 | 2024-11-01T07:38:24.588Z | Downloaded indicatif v0.17.8 |
1055 | 2024-11-01T07:38:24.592Z | Downloaded siphasher v0.3.11 |
1056 | 2024-11-01T07:38:24.594Z | Downloaded yasna v0.5.2 |
1057 | 2024-11-01T07:38:24.597Z | Downloaded number_prefix v0.4.0 |
1058 | 2024-11-01T07:38:24.597Z | Downloaded signal-hook-registry v1.4.2 |
1059 | 2024-11-01T07:38:24.601Z | Downloaded heck v0.3.3 |
1060 | 2024-11-01T07:38:24.601Z | Downloaded darling v0.20.10 |
1061 | 2024-11-01T07:38:24.604Z | Downloaded http v1.1.0 |
1062 | 2024-11-01T07:38:24.607Z | Downloaded crossbeam-utils v0.8.20 |
1063 | 2024-11-01T07:38:24.610Z | Downloaded crossbeam-epoch v0.9.18 |
1064 | 2024-11-01T07:38:24.613Z | Downloaded crc-any v2.5.0 |
1065 | 2024-11-01T07:38:24.615Z | Downloaded time-macros v0.2.18 |
1066 | 2024-11-01T07:38:24.618Z | Downloaded bzip2 v0.4.4 |
1067 | 2024-11-01T07:38:24.620Z | Downloaded sync_wrapper v1.0.1 |
1068 | 2024-11-01T07:38:24.620Z | Downloaded sync_wrapper v0.1.2 |
1069 | 2024-11-01T07:38:24.620Z | Downloaded num-iter v0.1.45 |
1070 | 2024-11-01T07:38:24.623Z | Downloaded crypto-bigint v0.5.5 |
1071 | 2024-11-01T07:38:24.627Z | Downloaded strum_macros v0.26.4 |
1072 | 2024-11-01T07:38:24.630Z | Downloaded slog-term v2.9.1 |
1073 | 2024-11-01T07:38:24.632Z | Downloaded memmap2 v0.9.5 |
1074 | 2024-11-01T07:38:24.635Z | Downloaded ipnet v2.10.1 |
1075 | 2024-11-01T07:38:24.637Z | Downloaded dsl_auto_type v0.1.2 |
1076 | 2024-11-01T07:38:24.637Z | Downloaded tokio-tungstenite v0.23.1 |
1077 | 2024-11-01T07:38:24.640Z | Downloaded lru v0.12.5 |
1078 | 2024-11-01T07:38:24.640Z | Downloaded lock_api v0.4.12 |
1079 | 2024-11-01T07:38:24.642Z | Downloaded libloading v0.8.5 |
1080 | 2024-11-01T07:38:24.645Z | Downloaded ahash v0.8.11 |
1081 | 2024-11-01T07:38:24.648Z | Downloaded libsw v3.3.1 |
1082 | 2024-11-01T07:38:24.650Z | Downloaded curve25519-dalek-derive v0.1.1 |
1083 | 2024-11-01T07:38:24.650Z | Downloaded ciborium v0.2.2 |
1084 | 2024-11-01T07:38:24.653Z | Downloaded hyper-staticfile v0.10.1 |
1085 | 2024-11-01T07:38:24.656Z | Downloaded openssl-macros v0.1.1 |
1086 | 2024-11-01T07:38:24.656Z | Downloaded minimal-lexical v0.2.1 |
1087 | 2024-11-01T07:38:24.661Z | Downloaded ssh-encoding v0.2.0 |
1088 | 2024-11-01T07:38:24.663Z | Downloaded ssh-cipher v0.2.0 |
1089 | 2024-11-01T07:38:24.663Z | Downloaded foreign-types v0.5.0 |
1090 | 2024-11-01T07:38:24.666Z | Downloaded foreign-types v0.3.2 |
1091 | 2024-11-01T07:38:24.666Z | Downloaded unicode-xid v0.2.6 |
1092 | 2024-11-01T07:38:24.666Z | Downloaded typify-macro v0.2.0 |
1093 | 2024-11-01T07:38:24.669Z | Downloaded strum_macros v0.24.3 |
1094 | 2024-11-01T07:38:24.671Z | Downloaded slog-stdlog v4.1.1 |
1095 | 2024-11-01T07:38:24.671Z | Downloaded base64 v0.21.7 |
1096 | 2024-11-01T07:38:24.674Z | Downloaded num v0.4.3 |
1097 | 2024-11-01T07:38:24.677Z | Downloaded newtype-uuid v1.1.2 |
1098 | 2024-11-01T07:38:24.677Z | Downloaded libefi-sys v0.1.0 |
1099 | 2024-11-01T07:38:24.679Z | Downloaded lazycell v1.3.0 |
1100 | 2024-11-01T07:38:24.679Z | Downloaded instability v0.3.2 |
1101 | 2024-11-01T07:38:24.682Z | Downloaded backoff v0.4.0 |
1102 | 2024-11-01T07:38:24.682Z | Downloaded argon2 v0.5.3 |
1103 | 2024-11-01T07:38:24.685Z | Downloaded managed v0.8.0 |
1104 | 2024-11-01T07:38:24.685Z | Downloaded linear-map v1.2.0 |
1105 | 2024-11-01T07:38:24.687Z | Downloaded data-encoding v2.6.0 |
1106 | 2024-11-01T07:38:24.687Z | Downloaded ctr v0.9.2 |
1107 | 2024-11-01T07:38:24.690Z | Downloaded strum_macros v0.25.3 |
1108 | 2024-11-01T07:38:24.692Z | Downloaded kstat-rs v0.2.4 |
1109 | 2024-11-01T07:38:24.692Z | Downloaded internet-checksum v0.2.1 |
1110 | 2024-11-01T07:38:24.695Z | Downloaded inout v0.1.3 |
1111 | 2024-11-01T07:38:24.695Z | Downloaded bit-set v0.5.3 |
1112 | 2024-11-01T07:38:24.698Z | Downloaded cipher v0.4.4 |
1113 | 2024-11-01T07:38:24.698Z | Downloaded cassowary v0.3.0 |
1114 | 2024-11-01T07:38:24.700Z | Downloaded cexpr v0.6.0 |
1115 | 2024-11-01T07:38:24.700Z | Downloaded block-padding v0.3.3 |
1116 | 2024-11-01T07:38:24.703Z | Downloaded bitfield v0.14.0 |
1117 | 2024-11-01T07:38:24.703Z | Downloaded crc-catalog v2.4.0 |
1118 | 2024-11-01T07:38:24.705Z | Downloaded cbc v0.1.2 |
1119 | 2024-11-01T07:38:24.706Z | Downloaded array-init v0.0.4 |
1120 | 2024-11-01T07:38:24.843Z | Downloaded ring v0.16.20 |
1121 | 2024-11-01T07:38:24.971Z | Downloaded ring v0.17.8 |
1122 | 2024-11-01T07:38:25.077Z | Downloaded libsqlite3-sys v0.30.1 |
1123 | 2024-11-01T07:38:25.252Z | Compiling serde v1.0.210 |
1124 | 2024-11-01T07:38:25.259Z | Compiling typenum v1.17.0 |
1125 | 2024-11-01T07:38:25.259Z | Compiling generic-array v0.14.7 |
1126 | 2024-11-01T07:38:25.259Z | Compiling lock_api v0.4.12 |
1127 | 2024-11-01T07:38:25.259Z | Compiling scopeguard v1.2.0 |
1128 | 2024-11-01T07:38:25.259Z | Compiling subtle v2.6.1 |
1129 | 2024-11-01T07:38:25.424Z | Compiling syn v2.0.79 |
1130 | 2024-11-01T07:38:25.437Z | Compiling getrandom v0.2.15 |
1131 | 2024-11-01T07:38:25.523Z | Compiling value-bag v1.9.0 |
1132 | 2024-11-01T07:38:25.684Z | Compiling rand_core v0.6.4 |
1133 | 2024-11-01T07:38:25.811Z | Compiling const-oid v0.9.6 |
1134 | 2024-11-01T07:38:25.827Z | Compiling pin-project-lite v0.2.14 |
1135 | 2024-11-01T07:38:25.938Z | Compiling log v0.4.22 |
1136 | 2024-11-01T07:38:25.955Z | Compiling smallvec v1.13.2 |
1137 | 2024-11-01T07:38:26.224Z | Compiling jobserver v0.1.32 |
1138 | 2024-11-01T07:38:26.376Z | Compiling parking_lot_core v0.9.10 |
1139 | 2024-11-01T07:38:26.447Z | Compiling shlex v1.3.0 |
1140 | 2024-11-01T07:38:26.529Z | Compiling futures-core v0.3.31 |
1141 | 2024-11-01T07:38:26.775Z | Compiling cc v1.1.30 |
1142 | 2024-11-01T07:38:26.886Z | Compiling signal-hook-registry v1.4.2 |
1143 | 2024-11-01T07:38:27.023Z | Compiling mio v1.0.2 |
1144 | 2024-11-01T07:38:27.142Z | Compiling cpufeatures v0.2.14 |
1145 | 2024-11-01T07:38:27.251Z | Compiling parking_lot v0.12.3 |
1146 | 2024-11-01T07:38:27.520Z | Compiling futures-sink v0.3.31 |
1147 | 2024-11-01T07:38:27.685Z | Compiling spin v0.9.8 |
1148 | 2024-11-01T07:38:27.749Z | Compiling socket2 v0.5.7 |
1149 | 2024-11-01T07:38:28.069Z | Compiling slab v0.4.9 |
1150 | 2024-11-01T07:38:28.119Z | Compiling serde_json v1.0.128 |
1151 | 2024-11-01T07:38:28.205Z | Compiling futures-channel v0.3.31 |
1152 | 2024-11-01T07:38:28.231Z | Compiling allocator-api2 v0.2.18 |
1153 | 2024-11-01T07:38:28.310Z | Compiling pin-utils v0.1.0 |
1154 | 2024-11-01T07:38:28.423Z | Compiling foldhash v0.1.3 |
1155 | 2024-11-01T07:38:28.498Z | Compiling tinyvec_macros v0.1.1 |
1156 | 2024-11-01T07:38:28.633Z | Compiling futures-io v0.3.31 |
1157 | 2024-11-01T07:38:28.676Z | Compiling futures-task v0.3.31 |
1158 | 2024-11-01T07:38:28.753Z | Compiling tinyvec v1.8.0 |
1159 | 2024-11-01T07:38:28.771Z | Compiling libm v0.2.8 |
1160 | 2024-11-01T07:38:28.855Z | Compiling num-traits v0.2.19 |
1161 | 2024-11-01T07:38:28.980Z | Compiling hashbrown v0.15.0 |
1162 | 2024-11-01T07:38:29.000Z | Compiling unicode-bidi v0.3.17 |
1163 | 2024-11-01T07:38:29.080Z | Compiling base64ct v1.6.0 |
1164 | 2024-11-01T07:38:29.391Z | Compiling flagset v0.4.6 |
1165 | 2024-11-01T07:38:29.604Z | Compiling pem-rfc7468 v0.7.0 |
1166 | 2024-11-01T07:38:29.664Z | Compiling httparse v1.9.5 |
1167 | 2024-11-01T07:38:30.271Z | Compiling unicode-normalization v0.1.24 |
1168 | 2024-11-01T07:38:30.338Z | Compiling tracing-core v0.1.32 |
1169 | 2024-11-01T07:38:30.355Z | Compiling crossbeam-utils v0.8.20 |
1170 | 2024-11-01T07:38:30.488Z | Compiling rustls-pki-types v1.9.0 |
1171 | 2024-11-01T07:38:30.517Z | Compiling percent-encoding v2.3.1 |
1172 | 2024-11-01T07:38:30.871Z | Compiling ring v0.17.8 |
1173 | 2024-11-01T07:38:30.961Z | Compiling powerfmt v0.2.0 |
1174 | 2024-11-01T07:38:31.393Z | Compiling num-conv v0.1.0 |
1175 | 2024-11-01T07:38:31.396Z | Compiling pkg-config v0.3.31 |
1176 | 2024-11-01T07:38:31.647Z | Compiling untrusted v0.9.0 |
1177 | 2024-11-01T07:38:31.666Z | Compiling time-core v0.1.2 |
1178 | 2024-11-01T07:38:31.686Z | Compiling vcpkg v0.2.15 |
1179 | 2024-11-01T07:38:31.743Z | Compiling deranged v0.3.11 |
1180 | 2024-11-01T07:38:31.840Z | Compiling time-macros v0.2.18 |
1181 | 2024-11-01T07:38:32.367Z | Compiling num_threads v0.1.7 |
1182 | 2024-11-01T07:38:32.516Z | Compiling atomic-waker v1.1.2 |
1183 | 2024-11-01T07:38:32.691Z | Compiling form_urlencoded v1.2.1 |
1184 | 2024-11-01T07:38:32.843Z | Compiling rustix v0.38.37 |
1185 | 2024-11-01T07:38:33.017Z | Compiling slog v2.7.0 |
1186 | 2024-11-01T07:38:33.059Z | Compiling try-lock v0.2.5 |
1187 | 2024-11-01T07:38:33.200Z | Compiling want v0.3.1 |
1188 | 2024-11-01T07:38:33.474Z | Compiling httpdate v1.0.3 |
1189 | 2024-11-01T07:38:33.623Z | Compiling openssl-sys v0.9.103 |
1190 | 2024-11-01T07:38:33.643Z | Compiling idna v0.5.0 |
1191 | 2024-11-01T07:38:33.706Z | Compiling foreign-types-shared v0.1.1 |
1192 | 2024-11-01T07:38:33.802Z | Compiling tower-service v0.3.3 |
1193 | 2024-11-01T07:38:33.915Z | Compiling rustversion v1.0.17 |
1194 | 2024-11-01T07:38:33.936Z | Compiling match_cfg v0.1.0 |
1195 | 2024-11-01T07:38:34.029Z | Compiling iana-time-zone v0.1.61 |
1196 | 2024-11-01T07:38:34.359Z | Compiling base64 v0.22.1 |
1197 | 2024-11-01T07:38:34.486Z | Compiling openssl v0.10.66 |
1198 | 2024-11-01T07:38:34.677Z | Compiling url v2.5.2 |
1199 | 2024-11-01T07:38:34.769Z | Compiling time v0.3.36 |
1200 | 2024-11-01T07:38:34.942Z | Compiling hostname v0.3.1 |
1201 | 2024-11-01T07:38:35.083Z | Compiling foreign-types v0.3.2 |
1202 | 2024-11-01T07:38:35.170Z | Compiling dirs-sys-next v0.1.2 |
1203 | 2024-11-01T07:38:35.187Z | Compiling aho-corasick v1.1.3 |
1204 | 2024-11-01T07:38:35.203Z | Compiling adler2 v2.0.0 |
1205 | 2024-11-01T07:38:35.415Z | Compiling syn v1.0.109 |
1206 | 2024-11-01T07:38:35.758Z | Compiling native-tls v0.2.12 |
1207 | 2024-11-01T07:38:36.013Z | Compiling rustls v0.22.4 |
1208 | 2024-11-01T07:38:36.107Z | Compiling regex-syntax v0.8.5 |
1209 | 2024-11-01T07:38:36.199Z | Compiling rustls v0.23.14 |
1210 | 2024-11-01T07:38:36.292Z | Compiling data-encoding v2.6.0 |
1211 | 2024-11-01T07:38:36.387Z | Compiling siphasher v0.3.11 |
1212 | 2024-11-01T07:38:36.579Z | Compiling dirs-next v2.0.0 |
1213 | 2024-11-01T07:38:36.764Z | Compiling miniz_oxide v0.8.0 |
1214 | 2024-11-01T07:38:38.133Z | Compiling serde_derive_internals v0.29.1 |
1215 | 2024-11-01T07:38:38.252Z | Compiling crossbeam-epoch v0.9.18 |
1216 | 2024-11-01T07:38:38.492Z | Compiling lazy_static v1.5.0 |
1217 | 2024-11-01T07:38:38.624Z | Compiling thread_local v1.1.8 |
1218 | 2024-11-01T07:38:39.020Z | Compiling cookie v0.18.1 |
1219 | 2024-11-01T07:38:39.152Z | Compiling encoding_rs v0.8.34 |
1220 | 2024-11-01T07:38:39.256Z | Compiling serde_derive v1.0.210 |
1221 | 2024-11-01T07:38:39.302Z | Compiling zeroize_derive v1.4.2 |
1222 | 2024-11-01T07:38:39.763Z | Compiling zerocopy-derive v0.7.35 |
1223 | 2024-11-01T07:38:40.138Z | Compiling tokio-macros v2.4.0 |
1224 | 2024-11-01T07:38:40.661Z | Compiling thiserror-impl v1.0.64 |
1225 | 2024-11-01T07:38:40.826Z | Compiling zeroize v1.8.1 |
1226 | 2024-11-01T07:38:41.506Z | Compiling futures-macro v0.3.31 |
1227 | 2024-11-01T07:38:41.761Z | Compiling der_derive v0.7.3 |
1228 | 2024-11-01T07:38:41.999Z | Compiling zerocopy v0.7.35 |
1229 | 2024-11-01T07:38:42.544Z | Compiling tracing-attributes v0.1.27 |
1230 | 2024-11-01T07:38:42.814Z | Compiling crypto-common v0.1.6 |
1231 | 2024-11-01T07:38:43.069Z | Compiling block-buffer v0.10.4 |
1232 | 2024-11-01T07:38:43.353Z | Compiling digest v0.10.7 |
1233 | 2024-11-01T07:38:43.390Z | Compiling block-padding v0.3.3 |
1234 | 2024-11-01T07:38:43.414Z | Compiling futures-util v0.3.31 |
1235 | 2024-11-01T07:38:43.647Z | Compiling inout v0.1.3 |
1236 | 2024-11-01T07:38:43.665Z | Compiling ppv-lite86 v0.2.20 |
1237 | 2024-11-01T07:38:43.890Z | Compiling hmac v0.12.1 |
1238 | 2024-11-01T07:38:43.908Z | Compiling thiserror v1.0.64 |
1239 | 2024-11-01T07:38:43.942Z | Compiling cipher v0.4.4 |
1240 | 2024-11-01T07:38:44.042Z | Compiling sha2 v0.10.8 |
1241 | 2024-11-01T07:38:44.149Z | Compiling der v0.7.9 |
1242 | 2024-11-01T07:38:44.169Z | Compiling pbkdf2 v0.12.2 |
1243 | 2024-11-01T07:38:44.347Z | Compiling pest v2.7.14 |
1244 | 2024-11-01T07:38:44.459Z | Compiling salsa20 v0.10.2 |
1245 | 2024-11-01T07:38:44.565Z | Compiling rand_chacha v0.3.1 |
1246 | 2024-11-01T07:38:44.706Z | Compiling scrypt v0.11.0 |
1247 | 2024-11-01T07:38:45.271Z | Compiling rand v0.8.5 |
1248 | 2024-11-01T07:38:46.111Z | Compiling tracing v0.1.40 |
1249 | 2024-11-01T07:38:46.666Z | Compiling spki v0.7.3 |
1250 | 2024-11-01T07:38:46.980Z | Compiling aes v0.8.4 |
1251 | 2024-11-01T07:38:47.031Z | Compiling pest_meta v2.7.14 |
1252 | 2024-11-01T07:38:47.480Z | Compiling cbc v0.1.2 |
1253 | 2024-11-01T07:38:47.483Z | Compiling scroll_derive v0.12.0 |
1254 | 2024-11-01T07:38:47.520Z | Compiling rustls-webpki v0.102.8 |
1255 | 2024-11-01T07:38:47.663Z | Compiling openssl-macros v0.1.1 |
1256 | 2024-11-01T07:38:47.732Z | Compiling async-trait v0.1.83 |
1257 | 2024-11-01T07:38:48.394Z | Compiling pest_generator v2.7.14 |
1258 | 2024-11-01T07:38:48.909Z | Compiling scroll v0.12.0 |
1259 | 2024-11-01T07:38:49.491Z | Compiling pkcs5 v0.7.1 |
1260 | 2024-11-01T07:38:49.533Z | Compiling goblin v0.8.2 |
1261 | 2024-11-01T07:38:49.824Z | Compiling signature v2.2.0 |
1262 | 2024-11-01T07:38:49.964Z | Compiling sha1 v0.10.6 |
1263 | 2024-11-01T07:38:50.129Z | Compiling pkcs8 v0.10.2 |
1264 | 2024-11-01T07:38:50.304Z | Compiling regex-automata v0.4.8 |
1265 | 2024-11-01T07:38:50.322Z | Compiling multer v3.1.0 |
1266 | 2024-11-01T07:38:50.369Z | Compiling mime v0.3.17 |
1267 | 2024-11-01T07:38:50.618Z | Compiling paste v1.0.15 |
1268 | 2024-11-01T07:38:50.681Z | Compiling gimli v0.31.1 |
1269 | 2024-11-01T07:38:50.827Z | Compiling either v1.13.0 |
1270 | 2024-11-01T07:38:50.932Z | Compiling rayon-core v1.12.1 |
1271 | 2024-11-01T07:38:51.220Z | Compiling schemars v0.8.21 |
1272 | 2024-11-01T07:38:51.266Z | Compiling openssl-probe v0.1.5 |
1273 | 2024-11-01T07:38:51.302Z | Compiling ipnet v2.10.1 |
1274 | 2024-11-01T07:38:51.570Z | Compiling signal-hook v0.3.17 |
1275 | 2024-11-01T07:38:51.642Z | Compiling slog-async v2.8.0 |
1276 | 2024-11-01T07:38:51.719Z | Compiling pest_derive v2.7.14 |
1277 | 2024-11-01T07:38:51.855Z | Compiling unicode-properties v0.1.3 |
1278 | 2024-11-01T07:38:52.245Z | Compiling stringprep v0.1.5 |
1279 | 2024-11-01T07:38:52.495Z | Compiling futures-executor v0.3.31 |
1280 | 2024-11-01T07:38:52.550Z | Compiling dtrace-parser v0.2.0 |
1281 | 2024-11-01T07:38:53.049Z | Compiling bytes v1.7.2 |
1282 | 2024-11-01T07:38:53.436Z | Compiling indexmap v2.6.0 |
1283 | 2024-11-01T07:38:54.323Z | Compiling tokio v1.40.0 |
1284 | 2024-11-01T07:38:54.637Z | Compiling http v1.1.0 |
1285 | 2024-11-01T07:38:54.958Z | Compiling bitflags v2.6.0 |
1286 | 2024-11-01T07:38:55.371Z | Compiling semver v1.0.23 |
1287 | 2024-11-01T07:38:55.736Z | Compiling dof v0.3.0 |
1288 | 2024-11-01T07:38:56.113Z | Compiling rustc_version v0.4.1 |
1289 | 2024-11-01T07:38:56.653Z | Compiling http-body v1.0.1 |
1290 | 2024-11-01T07:38:56.899Z | Compiling serde_spanned v0.6.8 |
1291 | 2024-11-01T07:38:57.135Z | Compiling toml_datetime v0.6.8 |
1292 | 2024-11-01T07:38:57.153Z | Compiling serde_tokenstream v0.2.2 |
1293 | 2024-11-01T07:38:57.670Z | Compiling uuid v1.10.0 |
1294 | 2024-11-01T07:38:57.760Z | Compiling usdt-impl v0.5.0 |
1295 | 2024-11-01T07:38:57.817Z | Compiling chrono v0.4.38 |
1296 | 2024-11-01T07:38:59.215Z | Compiling heapless v0.7.17 |
1297 | 2024-11-01T07:38:59.245Z | Compiling http-body-util v0.1.2 |
1298 | 2024-11-01T07:38:59.732Z | Compiling usdt-macro v0.5.0 |
1299 | 2024-11-01T07:38:59.754Z | Compiling usdt-attr-macro v0.5.0 |
1300 | 2024-11-01T07:39:01.192Z | Compiling toml_edit v0.22.22 |
1301 | 2024-11-01T07:39:01.400Z | Compiling curve25519-dalek v4.1.3 |
1302 | 2024-11-01T07:39:01.531Z | Compiling slog-json v2.6.1 |
1303 | 2024-11-01T07:39:01.930Z | Compiling addr2line v0.24.2 |
1304 | 2024-11-01T07:39:02.092Z | Compiling serde_urlencoded v0.7.1 |
1305 | 2024-11-01T07:39:02.348Z | Compiling md-5 v0.10.6 |
1306 | 2024-11-01T07:39:02.367Z | Compiling schemars_derive v0.8.21 |
1307 | 2024-11-01T07:39:02.608Z | Compiling async-stream-impl v0.3.6 |
1308 | 2024-11-01T07:39:02.659Z | Compiling enum-as-inner v0.6.1 |
1309 | 2024-11-01T07:39:02.684Z | Compiling crossbeam-deque v0.8.5 |
1310 | 2024-11-01T07:39:03.019Z | Compiling tokio-util v0.7.12 |
1311 | 2024-11-01T07:39:03.714Z | Compiling term v0.7.0 |
1312 | 2024-11-01T07:39:04.039Z | Compiling h2 v0.4.6 |
1313 | 2024-11-01T07:39:05.165Z | Compiling crossbeam-channel v0.5.13 |
1314 | 2024-11-01T07:39:05.495Z | Compiling num-integer v0.1.46 |
1315 | 2024-11-01T07:39:06.344Z | Compiling idna v0.3.0 |
1316 | 2024-11-01T07:39:06.969Z | Compiling idna v0.4.0 |
1317 | 2024-11-01T07:39:07.989Z | Compiling rustls-pemfile v2.2.0 |
1318 | 2024-11-01T07:39:08.260Z | Compiling ff v0.13.0 |
1319 | 2024-11-01T07:39:08.341Z | Compiling hash32 v0.2.1 |
1320 | 2024-11-01T07:39:08.494Z | Compiling is-terminal v0.4.13 |
1321 | 2024-11-01T07:39:08.567Z | Compiling object v0.36.5 |
1322 | 2024-11-01T07:39:08.628Z | Compiling dropshot v0.12.0 |
1323 | 2024-11-01T07:39:08.728Z | Compiling take_mut v0.2.2 |
1324 | 2024-11-01T07:39:08.894Z | Compiling quick-error v1.2.3 |
1325 | 2024-11-01T07:39:08.939Z | Compiling psl-types v2.0.11 |
1326 | 2024-11-01T07:39:08.961Z | Compiling linked-hash-map v0.5.6 |
1327 | 2024-11-01T07:39:09.034Z | Compiling stable_deref_trait v1.2.0 |
1328 | 2024-11-01T07:39:09.136Z | Compiling num-bigint-dig v0.8.4 |
1329 | 2024-11-01T07:39:09.157Z | Compiling anyhow v1.0.92 |
1330 | 2024-11-01T07:39:09.159Z | Compiling base16ct v0.2.0 |
1331 | 2024-11-01T07:39:09.306Z | Compiling rustc-demangle v0.1.24 |
1332 | 2024-11-01T07:39:09.429Z | Compiling portable-atomic v1.9.0 |
1333 | 2024-11-01T07:39:09.473Z | Compiling dyn-clone v1.0.17 |
1334 | 2024-11-01T07:39:09.706Z | Compiling utf-8 v0.7.6 |
1335 | 2024-11-01T07:39:09.789Z | Compiling smoltcp v0.9.1 |
1336 | 2024-11-01T07:39:10.039Z | Compiling fallible-iterator v0.2.0 |
1337 | 2024-11-01T07:39:10.258Z | Compiling tungstenite v0.24.0 |
1338 | 2024-11-01T07:39:10.749Z | Compiling postgres-protocol v0.6.7 |
1339 | 2024-11-01T07:39:10.916Z | Compiling sec1 v0.7.3 |
1340 | 2024-11-01T07:39:11.568Z | Compiling hyper v1.4.1 |
1341 | 2024-11-01T07:39:12.112Z | Compiling lru-cache v0.1.2 |
1342 | 2024-11-01T07:39:12.505Z | Compiling publicsuffix v2.2.3 |
1343 | 2024-11-01T07:39:12.776Z | Compiling resolv-conf v0.7.0 |
1344 | 2024-11-01T07:39:13.611Z | Compiling slog-term v2.9.1 |
1345 | 2024-11-01T07:39:14.341Z | Compiling hyper-util v0.1.9 |
1346 | 2024-11-01T07:39:14.629Z | Compiling usdt v0.5.0 |
1347 | 2024-11-01T07:39:14.702Z | Compiling tokio-rustls v0.26.0 |
1348 | 2024-11-01T07:39:14.808Z | Compiling group v0.13.0 |
1349 | 2024-11-01T07:39:15.130Z | Compiling hickory-proto v0.24.1 |
1350 | 2024-11-01T07:39:15.150Z | Compiling tokio-native-tls v0.3.1 |
1351 | 2024-11-01T07:39:15.176Z | Compiling num-iter v0.1.45 |
1352 | 2024-11-01T07:39:15.373Z | Compiling toml v0.8.19 |
1353 | 2024-11-01T07:39:15.427Z | Compiling async-stream v0.3.6 |
1354 | 2024-11-01T07:39:15.616Z | Compiling tokio-rustls v0.25.0 |
1355 | 2024-11-01T07:39:16.175Z | Compiling backtrace v0.3.74 |
1356 | 2024-11-01T07:39:16.775Z | Compiling slog-bunyan v2.5.0 |
1357 | 2024-11-01T07:39:16.845Z | Compiling terminal_size v0.4.0 |
1358 | 2024-11-01T07:39:17.004Z | Compiling dropshot_endpoint v0.12.0 |
1359 | 2024-11-01T07:39:17.093Z | Compiling openapiv3 v2.0.0 |
1360 | 2024-11-01T07:39:17.322Z | Compiling camino v1.1.9 |
1361 | 2024-11-01T07:39:17.660Z | Compiling serde_path_to_error v0.1.16 |
1362 | 2024-11-01T07:39:18.097Z | Compiling hubpack_derive v0.1.1 |
1363 | 2024-11-01T07:39:18.136Z | Compiling futures v0.3.31 |
1364 | 2024-11-01T07:39:18.561Z | Compiling hkdf v0.12.4 |
1365 | 2024-11-01T07:39:18.825Z | Compiling crypto-bigint v0.5.5 |
1366 | 2024-11-01T07:39:18.986Z | Compiling curve25519-dalek-derive v0.1.1 |
1367 | 2024-11-01T07:39:19.319Z | Compiling zerocopy-derive v0.6.6 |
1368 | 2024-11-01T07:39:19.425Z | Compiling phf_shared v0.11.2 |
1369 | 2024-11-01T07:39:19.612Z | Compiling waitgroup v0.1.2 |
1370 | 2024-11-01T07:39:19.788Z | Compiling webpki-roots v0.26.6 |
1371 | 2024-11-01T07:39:19.830Z | Compiling hostname v0.4.0 |
1372 | 2024-11-01T07:39:20.008Z | Compiling ahash v0.8.11 |
1373 | 2024-11-01T07:39:20.111Z | Compiling fs-err v2.11.0 |
1374 | 2024-11-01T07:39:20.355Z | Compiling winnow v0.5.40 |
1375 | 2024-11-01T07:39:20.424Z | Compiling bitflags v1.3.2 |
1376 | 2024-11-01T07:39:20.443Z | Compiling managed v0.8.0 |
1377 | 2024-11-01T07:39:20.539Z | Compiling debug-ignore v1.0.5 |
1378 | 2024-11-01T07:39:20.689Z | Compiling clap_builder v4.5.20 |
1379 | 2024-11-01T07:39:21.416Z | Compiling hickory-resolver v0.24.1 |
1380 | 2024-11-01T07:39:21.455Z | Compiling zerocopy v0.6.6 |
1381 | 2024-11-01T07:39:22.370Z | Compiling elliptic-curve v0.13.8 |
1382 | 2024-11-01T07:39:23.117Z | Compiling strum_macros v0.25.3 |
1383 | 2024-11-01T07:39:24.280Z | Compiling toml_edit v0.19.15 |
1384 | 2024-11-01T07:39:25.160Z | Compiling console v0.15.8 |
1385 | 2024-11-01T07:39:25.516Z | Compiling hyper-rustls v0.27.3 |
1386 | 2024-11-01T07:39:26.182Z | Compiling phf v0.11.2 |
1387 | 2024-11-01T07:39:26.503Z | Compiling hubpack v0.1.2 |
1388 | 2024-11-01T07:39:26.728Z | Compiling signal-hook-mio v0.2.4 |
1389 | 2024-11-01T07:39:26.952Z | Compiling hyper-tls v0.6.0 |
1390 | 2024-11-01T07:39:26.987Z | Compiling rayon v1.10.0 |
1391 | 2024-11-01T07:39:27.385Z | Compiling cookie_store v0.21.0 |
1392 | 2024-11-01T07:39:27.882Z | Compiling postgres-types v0.2.8 |
1393 | 2024-11-01T07:39:28.927Z | Compiling tokio-tungstenite v0.24.0 |
1394 | 2024-11-01T07:39:29.482Z | Compiling tokio-stream v0.1.16 |
1395 | 2024-11-01T07:39:29.724Z | Compiling bstr v1.10.0 |
1396 | 2024-11-01T07:39:30.538Z | Compiling regex v1.11.0 |
1397 | 2024-11-01T07:39:30.746Z | Compiling serde-big-array v0.5.1 |
1398 | 2024-11-01T07:39:30.825Z | Compiling ed25519 v2.2.3 |
1399 | 2024-11-01T07:39:30.975Z | Compiling pkcs1 v0.7.5 |
1400 | 2024-11-01T07:39:31.299Z | Compiling rfc6979 v0.4.0 |
1401 | 2024-11-01T07:39:31.495Z | Compiling clap_derive v4.5.18 |
1402 | 2024-11-01T07:39:31.516Z | Compiling derive-where v1.2.7 |
1403 | 2024-11-01T07:39:31.702Z | Compiling serde_repr v0.1.19 |
1404 | 2024-11-01T07:39:31.907Z | Compiling phf_shared v0.10.0 |
1405 | 2024-11-01T07:39:31.996Z | Compiling float-cmp v0.9.0 |
1406 | 2024-11-01T07:39:32.023Z | Compiling sync_wrapper v1.0.1 |
1407 | 2024-11-01T07:39:32.177Z | Compiling crc32fast v1.4.2 |
1408 | 2024-11-01T07:39:32.216Z | Compiling minimal-lexical v0.2.1 |
1409 | 2024-11-01T07:39:32.296Z | Compiling number_prefix v0.4.0 |
1410 | 2024-11-01T07:39:32.533Z | Compiling new_debug_unreachable v1.0.6 |
1411 | 2024-11-01T07:39:32.552Z | Compiling fixedbitset v0.4.2 |
1412 | 2024-11-01T07:39:32.633Z | Compiling unicode-segmentation v1.12.0 |
1413 | 2024-11-01T07:39:32.730Z | Compiling difflib v0.4.0 |
1414 | 2024-11-01T07:39:32.750Z | Compiling predicates-core v1.0.8 |
1415 | 2024-11-01T07:39:32.851Z | Compiling static_assertions v1.1.0 |
1416 | 2024-11-01T07:39:32.961Z | Compiling precomputed-hash v0.1.1 |
1417 | 2024-11-01T07:39:33.000Z | Compiling normalize-line-endings v0.3.0 |
1418 | 2024-11-01T07:39:33.086Z | Compiling whoami v1.5.2 |
1419 | 2024-11-01T07:39:33.108Z | Compiling bit-vec v0.6.3 |
1420 | 2024-11-01T07:39:33.126Z | Compiling predicates v3.1.2 |
1421 | 2024-11-01T07:39:33.543Z | Compiling bit-set v0.5.3 |
1422 | 2024-11-01T07:39:33.568Z | Compiling tokio-postgres v0.7.12 |
1423 | 2024-11-01T07:39:33.726Z | Compiling similar v2.6.0 |
1424 | 2024-11-01T07:39:33.837Z | Compiling string_cache v0.8.7 |
1425 | 2024-11-01T07:39:34.274Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1426 | 2024-11-01T07:39:34.294Z | Compiling petgraph v0.6.5 |
1427 | 2024-11-01T07:39:34.830Z | Compiling nom v7.1.3 |
1428 | 2024-11-01T07:39:34.873Z | Compiling qorb v0.2.0 |
1429 | 2024-11-01T07:39:36.102Z | Compiling indicatif v0.17.8 |
1430 | 2024-11-01T07:39:36.203Z | Compiling clap v4.5.20 |
1431 | 2024-11-01T07:39:36.344Z | Compiling flate2 v1.0.34 |
1432 | 2024-11-01T07:39:37.348Z | Compiling reqwest v0.12.8 |
1433 | 2024-11-01T07:39:38.224Z | Compiling ecdsa v0.16.9 |
1434 | 2024-11-01T07:39:38.448Z | Compiling rsa v0.9.6 |
1435 | 2024-11-01T07:39:38.623Z | Compiling ed25519-dalek v2.1.1 |
1436 | 2024-11-01T07:39:39.095Z | Compiling toml v0.7.8 |
1437 | 2024-11-01T07:39:39.347Z | Compiling crossterm v0.28.1 |
1438 | 2024-11-01T07:39:40.772Z | Compiling hex v0.4.3 |
1439 | 2024-11-01T07:39:41.294Z | Compiling itertools v0.10.5 |
1440 | 2024-11-01T07:39:41.417Z | Compiling itertools v0.12.1 |
1441 | 2024-11-01T07:39:41.493Z | Compiling x509-cert v0.2.5 |
1442 | 2024-11-01T07:39:41.511Z | Compiling unicode-xid v0.2.6 |
1443 | 2024-11-01T07:39:41.695Z | Compiling lalrpop-util v0.19.12 |
1444 | 2024-11-01T07:39:41.827Z | Compiling peg-runtime v0.8.3 |
1445 | 2024-11-01T07:39:42.074Z | Compiling xattr v1.3.1 |
1446 | 2024-11-01T07:39:42.353Z | Compiling strum_macros v0.26.4 |
1447 | 2024-11-01T07:39:42.506Z | Compiling filetime v0.2.25 |
1448 | 2024-11-01T07:39:42.832Z | Compiling tar v0.4.42 |
1449 | 2024-11-01T07:39:45.890Z | Compiling strum v0.26.3 |
1450 | 2024-11-01T07:39:46.515Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1451 | 2024-11-01T07:39:46.764Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1452 | 2024-11-01T07:39:52.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1453 | 2024-11-01T07:39:52.440Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1454 | 2024-11-01T07:39:52.488Z | Nov 01 07:39:51.734 INFO Starting download, target: Clickhouse |
1455 | 2024-11-01T07:39:52.488Z | Nov 01 07:39:51.734 INFO Starting download, target: Console |
1456 | 2024-11-01T07:39:52.491Z | Nov 01 07:39:51.734 INFO Starting download, target: DendriteOpenapi |
1457 | 2024-11-01T07:39:52.491Z | Nov 01 07:39:51.734 INFO Starting download, target: Cockroach |
1458 | 2024-11-01T07:39:52.491Z | Nov 01 07:39:51.734 INFO Starting download, target: DendriteStub |
1459 | 2024-11-01T07:39:52.491Z | Nov 01 07:39:51.734 INFO Starting download, target: MaghemiteMgd |
1460 | 2024-11-01T07:39:52.491Z | Nov 01 07:39:51.734 INFO Starting download, target: TransceiverControl |
1461 | 2024-11-01T07:39:52.491Z | Nov 01 07:39:51.735 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1462 | 2024-11-01T07:39:52.491Z | Nov 01 07:39:51.735 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1463 | 2024-11-01T07:39:52.491Z | Nov 01 07:39:51.735 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1464 | 2024-11-01T07:39:52.491Z | Nov 01 07:39:51.735 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1465 | 2024-11-01T07:39:52.491Z | Nov 01 07:39:51.735 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1466 | 2024-11-01T07:39:52.491Z | Nov 01 07:39:51.735 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1467 | 2024-11-01T07:39:52.491Z | Nov 01 07:39:51.735 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1468 | 2024-11-01T07:39:52.744Z | Nov 01 07:39:51.987 INFO Download complete, target: DendriteOpenapi |
1469 | 2024-11-01T07:39:53.061Z | Nov 01 07:39:52.270 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1470 | 2024-11-01T07:39:53.137Z | Nov 01 07:39:52.378 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1471 | 2024-11-01T07:39:53.452Z | Nov 01 07:39:52.694 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1472 | 2024-11-01T07:39:53.470Z | Nov 01 07:39:52.712 INFO Download complete, target: Console |
1473 | 2024-11-01T07:39:53.572Z | Nov 01 07:39:52.816 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1474 | 2024-11-01T07:39:53.733Z | Nov 01 07:39:52.978 INFO Download complete, target: TransceiverControl |
1475 | 2024-11-01T07:39:54.173Z | Nov 01 07:39:53.419 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1476 | 2024-11-01T07:39:54.173Z | Nov 01 07:39:53.419 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1477 | 2024-11-01T07:39:54.817Z | Nov 01 07:39:54.063 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1478 | 2024-11-01T07:39:56.180Z | Nov 01 07:39:55.426 INFO Download complete, target: DendriteStub |
1479 | 2024-11-01T07:39:56.367Z | Nov 01 07:39:55.612 INFO Download complete, target: MaghemiteMgd |
1480 | 2024-11-01T07:40:01.412Z | Nov 01 07:40:00.656 INFO Checking that binary works, target: Cockroach |
1481 | 2024-11-01T07:40:01.572Z | Nov 01 07:40:00.817 INFO Download complete, target: Cockroach |
1482 | 2024-11-01T07:40:06.775Z | Nov 01 07:40:06.018 INFO Checking that binary works, target: Clickhouse |
1483 | 2024-11-01T07:40:06.929Z | Nov 01 07:40:06.171 INFO Download complete, target: Clickhouse |
1484 | 2024-11-01T07:40:06.950Z | All builder prerequisites installed successfully, and PATH looks valid |
1485 | 2024-11-01T07:40:06.952Z | |
1486 | 2024-11-01T07:40:06.952Z | real 3:39.519203966 |
1487 | 2024-11-01T07:40:06.952Z | user 12:16.763255832 |
1488 | 2024-11-01T07:40:06.952Z | sys 2:43.662432727 |
1489 | 2024-11-01T07:40:06.952Z | trap 0.439415427 |
1490 | 2024-11-01T07:40:06.952Z | tflt 1.187981979 |
1491 | 2024-11-01T07:40:06.952Z | dflt 1.231108642 |
1492 | 2024-11-01T07:40:06.952Z | kflt 0.026432136 |
1493 | 2024-11-01T07:40:06.952Z | lock 22:15.812052154 |
1494 | 2024-11-01T07:40:06.952Z | slp 47:07.943204839 |
1495 | 2024-11-01T07:40:06.952Z | lat 47.813835600 |
1496 | 2024-11-01T07:40:06.953Z | stop 2:07.637380917 |
1497 | 2024-11-01T07:40:06.953Z | + banner hack-check |
1498 | 2024-11-01T07:40:06.955Z | |
1499 | 2024-11-01T07:40:06.955Z | # # ## #### # # #### # # ###### #### # # |
1500 | 2024-11-01T07:40:06.955Z | # # # # # # # # # # # # # # # # # |
1501 | 2024-11-01T07:40:06.955Z | ###### # # # #### ##### # ###### ##### # #### |
1502 | 2024-11-01T07:40:06.955Z | # # ###### # # # # # # # # # # |
1503 | 2024-11-01T07:40:06.955Z | # # # # # # # # # # # # # # # # # |
1504 | 2024-11-01T07:40:06.955Z | # # # # #### # # #### # # ###### #### # # |
1505 | 2024-11-01T07:40:06.955Z | |
1506 | 2024-11-01T07:40:06.955Z | + export CARGO_INCREMENTAL=0 |
1507 | 2024-11-01T07:40:06.955Z | + CARGO_INCREMENTAL=0 |
1508 | 2024-11-01T07:40:06.955Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1509 | 2024-11-01T07:40:07.465Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1510 | 2024-11-01T07:40:10.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
1511 | 2024-11-01T07:40:10.998Z | Running `target/debug/xtask check-features --ci` |
1512 | 2024-11-01T07:40:11.019Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1513 | 2024-11-01T07:40:11.019Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1514 | 2024-11-01T07:40:11.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1515 | 2024-11-01T07:40:11.468Z | Running `target/debug/xtask download cargo-hack` |
1516 | 2024-11-01T07:40:12.248Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1517 | 2024-11-01T07:40:12.620Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1518 | 2024-11-01T07:40:17.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s |
1519 | 2024-11-01T07:40:17.545Z | Running `target/debug/xtask-downloader cargo-hack` |
1520 | 2024-11-01T07:40:17.582Z | Nov 01 07:40:16.821 INFO Starting download, target: CargoHack |
1521 | 2024-11-01T07:40:17.585Z | Nov 01 07:40:16.822 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1522 | 2024-11-01T07:40:17.965Z | Nov 01 07:40:17.206 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1523 | 2024-11-01T07:40:18.055Z | Nov 01 07:40:17.295 INFO Download complete, target: CargoHack |
1524 | 2024-11-01T07:40:18.059Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1525 | 2024-11-01T07:40:18.075Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1526 | 2024-11-01T07:40:18.239Z | info: running `cargo check --bins` on api_identity (1/168) |
1527 | 2024-11-01T07:40:18.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1528 | 2024-11-01T07:40:18.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1529 | 2024-11-01T07:40:18.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1530 | 2024-11-01T07:40:18.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1531 | 2024-11-01T07:40:18.810Z | |
1532 | 2024-11-01T07:40:18.810Z | info: running `cargo check --bins` on bootstore (2/168) |
1533 | 2024-11-01T07:40:19.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1534 | 2024-11-01T07:40:19.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1535 | 2024-11-01T07:40:19.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1536 | 2024-11-01T07:40:19.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1537 | 2024-11-01T07:40:19.405Z | |
1538 | 2024-11-01T07:40:19.405Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/168) |
1539 | 2024-11-01T07:40:19.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1540 | 2024-11-01T07:40:19.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1541 | 2024-11-01T07:40:19.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1542 | 2024-11-01T07:40:19.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1543 | 2024-11-01T07:40:20.011Z | |
1544 | 2024-11-01T07:40:20.011Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168) |
1545 | 2024-11-01T07:40:20.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1546 | 2024-11-01T07:40:20.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1547 | 2024-11-01T07:40:20.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1548 | 2024-11-01T07:40:20.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1549 | 2024-11-01T07:40:20.595Z | |
1550 | 2024-11-01T07:40:20.595Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168) |
1551 | 2024-11-01T07:40:20.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1552 | 2024-11-01T07:40:20.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1553 | 2024-11-01T07:40:20.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1554 | 2024-11-01T07:40:20.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1555 | 2024-11-01T07:40:20.999Z | |
1556 | 2024-11-01T07:40:20.999Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168) |
1557 | 2024-11-01T07:40:21.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1558 | 2024-11-01T07:40:21.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1559 | 2024-11-01T07:40:21.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1560 | 2024-11-01T07:40:21.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1561 | 2024-11-01T07:40:21.401Z | |
1562 | 2024-11-01T07:40:21.401Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168) |
1563 | 2024-11-01T07:40:21.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1564 | 2024-11-01T07:40:21.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1565 | 2024-11-01T07:40:21.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1566 | 2024-11-01T07:40:21.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1567 | 2024-11-01T07:40:21.799Z | |
1568 | 2024-11-01T07:40:21.799Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168) |
1569 | 2024-11-01T07:40:22.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1570 | 2024-11-01T07:40:22.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1571 | 2024-11-01T07:40:22.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1572 | 2024-11-01T07:40:22.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1573 | 2024-11-01T07:40:22.209Z | |
1574 | 2024-11-01T07:40:22.209Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168) |
1575 | 2024-11-01T07:40:22.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1576 | 2024-11-01T07:40:22.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1577 | 2024-11-01T07:40:22.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1578 | 2024-11-01T07:40:22.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1579 | 2024-11-01T07:40:22.614Z | |
1580 | 2024-11-01T07:40:22.614Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168) |
1581 | 2024-11-01T07:40:22.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1582 | 2024-11-01T07:40:22.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1583 | 2024-11-01T07:40:22.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1584 | 2024-11-01T07:40:22.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1585 | 2024-11-01T07:40:23.020Z | |
1586 | 2024-11-01T07:40:23.020Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168) |
1587 | 2024-11-01T07:40:23.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1588 | 2024-11-01T07:40:23.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1589 | 2024-11-01T07:40:23.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1590 | 2024-11-01T07:40:23.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1591 | 2024-11-01T07:40:23.420Z | |
1592 | 2024-11-01T07:40:23.420Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168) |
1593 | 2024-11-01T07:40:23.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1594 | 2024-11-01T07:40:23.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1595 | 2024-11-01T07:40:23.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1596 | 2024-11-01T07:40:23.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1597 | 2024-11-01T07:40:23.834Z | |
1598 | 2024-11-01T07:40:23.834Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168) |
1599 | 2024-11-01T07:40:24.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1600 | 2024-11-01T07:40:24.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1601 | 2024-11-01T07:40:24.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1602 | 2024-11-01T07:40:24.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1603 | 2024-11-01T07:40:24.243Z | |
1604 | 2024-11-01T07:40:24.243Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168) |
1605 | 2024-11-01T07:40:24.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1606 | 2024-11-01T07:40:24.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1607 | 2024-11-01T07:40:24.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1608 | 2024-11-01T07:40:24.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1609 | 2024-11-01T07:40:24.647Z | |
1610 | 2024-11-01T07:40:24.647Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168) |
1611 | 2024-11-01T07:40:25.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1612 | 2024-11-01T07:40:25.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1613 | 2024-11-01T07:40:25.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1614 | 2024-11-01T07:40:25.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1615 | 2024-11-01T07:40:25.055Z | |
1616 | 2024-11-01T07:40:25.055Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168) |
1617 | 2024-11-01T07:40:25.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-11-01T07:40:25.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-11-01T07:40:25.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-11-01T07:40:25.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1621 | 2024-11-01T07:40:25.467Z | |
1622 | 2024-11-01T07:40:25.467Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168) |
1623 | 2024-11-01T07:40:25.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-11-01T07:40:25.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-11-01T07:40:25.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1626 | 2024-11-01T07:40:25.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1627 | 2024-11-01T07:40:25.877Z | |
1628 | 2024-11-01T07:40:25.877Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168) |
1629 | 2024-11-01T07:40:26.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-11-01T07:40:26.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-11-01T07:40:26.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-11-01T07:40:26.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1633 | 2024-11-01T07:40:26.292Z | |
1634 | 2024-11-01T07:40:26.292Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168) |
1635 | 2024-11-01T07:40:26.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-11-01T07:40:26.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-11-01T07:40:26.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-11-01T07:40:26.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1639 | 2024-11-01T07:40:26.707Z | |
1640 | 2024-11-01T07:40:26.707Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168) |
1641 | 2024-11-01T07:40:27.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2024-11-01T07:40:27.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2024-11-01T07:40:27.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2024-11-01T07:40:27.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1645 | 2024-11-01T07:40:27.119Z | |
1646 | 2024-11-01T07:40:27.119Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168) |
1647 | 2024-11-01T07:40:27.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2024-11-01T07:40:27.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2024-11-01T07:40:27.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2024-11-01T07:40:27.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1651 | 2024-11-01T07:40:27.529Z | |
1652 | 2024-11-01T07:40:27.529Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168) |
1653 | 2024-11-01T07:40:27.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2024-11-01T07:40:27.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2024-11-01T07:40:27.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2024-11-01T07:40:27.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1657 | 2024-11-01T07:40:27.946Z | |
1658 | 2024-11-01T07:40:27.946Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168) |
1659 | 2024-11-01T07:40:28.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2024-11-01T07:40:28.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2024-11-01T07:40:28.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2024-11-01T07:40:28.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1663 | 2024-11-01T07:40:28.364Z | |
1664 | 2024-11-01T07:40:28.364Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168) |
1665 | 2024-11-01T07:40:28.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2024-11-01T07:40:28.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2024-11-01T07:40:28.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2024-11-01T07:40:28.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1669 | 2024-11-01T07:40:28.773Z | |
1670 | 2024-11-01T07:40:28.773Z | info: running `cargo check --bins` on sled-hardware-types (25/168) |
1671 | 2024-11-01T07:40:29.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2024-11-01T07:40:29.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2024-11-01T07:40:29.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2024-11-01T07:40:29.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1675 | 2024-11-01T07:40:29.381Z | |
1676 | 2024-11-01T07:40:29.381Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/168) |
1677 | 2024-11-01T07:40:29.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2024-11-01T07:40:29.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2024-11-01T07:40:29.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2024-11-01T07:40:29.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1681 | 2024-11-01T07:40:29.981Z | |
1682 | 2024-11-01T07:40:29.981Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168) |
1683 | 2024-11-01T07:40:30.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2024-11-01T07:40:30.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2024-11-01T07:40:30.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2024-11-01T07:40:30.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1687 | 2024-11-01T07:40:30.585Z | |
1688 | 2024-11-01T07:40:30.585Z | info: running `cargo check --bins` on oxlog (28/168) |
1689 | 2024-11-01T07:40:31.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2024-11-01T07:40:31.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2024-11-01T07:40:31.175Z | Checking cfg-if v1.0.0 |
1692 | 2024-11-01T07:40:31.177Z | Checking libc v0.2.161 |
1693 | 2024-11-01T07:40:31.281Z | Checking serde v1.0.210 |
1694 | 2024-11-01T07:40:31.281Z | Checking zeroize v1.8.1 |
1695 | 2024-11-01T07:40:31.294Z | Checking memchr v2.7.4 |
1696 | 2024-11-01T07:40:31.305Z | Checking typenum v1.17.0 |
1697 | 2024-11-01T07:40:31.308Z | Checking scopeguard v1.2.0 |
1698 | 2024-11-01T07:40:31.316Z | Checking subtle v2.6.1 |
1699 | 2024-11-01T07:40:31.342Z | Checking value-bag v1.9.0 |
1700 | 2024-11-01T07:40:31.440Z | Checking lock_api v0.4.12 |
1701 | 2024-11-01T07:40:31.521Z | Checking itoa v1.0.11 |
1702 | 2024-11-01T07:40:31.588Z | Checking const-oid v0.9.6 |
1703 | 2024-11-01T07:40:31.714Z | Checking pin-project-lite v0.2.14 |
1704 | 2024-11-01T07:40:31.740Z | Checking log v0.4.22 |
1705 | 2024-11-01T07:40:31.826Z | Checking smallvec v1.13.2 |
1706 | 2024-11-01T07:40:31.860Z | Checking byteorder v1.5.0 |
1707 | 2024-11-01T07:40:32.165Z | Checking futures-core v0.3.31 |
1708 | 2024-11-01T07:40:32.174Z | Checking once_cell v1.20.2 |
1709 | 2024-11-01T07:40:32.285Z | Checking cpufeatures v0.2.14 |
1710 | 2024-11-01T07:40:32.289Z | Checking futures-sink v0.3.31 |
1711 | 2024-11-01T07:40:32.352Z | Checking spin v0.9.8 |
1712 | 2024-11-01T07:40:32.372Z | Checking zerocopy v0.7.35 |
1713 | 2024-11-01T07:40:32.439Z | Checking slab v0.4.9 |
1714 | 2024-11-01T07:40:32.454Z | Checking getrandom v0.2.15 |
1715 | 2024-11-01T07:40:32.497Z | Checking signal-hook-registry v1.4.2 |
1716 | 2024-11-01T07:40:32.650Z | Checking generic-array v0.14.7 |
1717 | 2024-11-01T07:40:32.680Z | Checking rand_core v0.6.4 |
1718 | 2024-11-01T07:40:32.693Z | Checking parking_lot_core v0.9.10 |
1719 | 2024-11-01T07:40:32.706Z | Checking mio v1.0.2 |
1720 | 2024-11-01T07:40:32.753Z | Checking socket2 v0.5.7 |
1721 | 2024-11-01T07:40:32.997Z | Checking futures-channel v0.3.31 |
1722 | 2024-11-01T07:40:33.026Z | Checking parking_lot v0.12.3 |
1723 | 2024-11-01T07:40:33.265Z | Checking equivalent v1.0.1 |
1724 | 2024-11-01T07:40:33.309Z | Checking futures-io v0.3.31 |
1725 | 2024-11-01T07:40:33.353Z | Checking allocator-api2 v0.2.18 |
1726 | 2024-11-01T07:40:33.356Z | Checking pin-utils v0.1.0 |
1727 | 2024-11-01T07:40:33.380Z | Checking futures-task v0.3.31 |
1728 | 2024-11-01T07:40:33.382Z | Checking foldhash v0.1.3 |
1729 | 2024-11-01T07:40:33.443Z | Checking tinyvec_macros v0.1.1 |
1730 | 2024-11-01T07:40:33.480Z | Checking ryu v1.0.18 |
1731 | 2024-11-01T07:40:33.525Z | Checking tinyvec v1.8.0 |
1732 | 2024-11-01T07:40:33.589Z | Checking fnv v1.0.7 |
1733 | 2024-11-01T07:40:33.603Z | Checking futures-util v0.3.31 |
1734 | 2024-11-01T07:40:33.702Z | Checking unicode-bidi v0.3.17 |
1735 | 2024-11-01T07:40:33.718Z | Checking libm v0.2.8 |
1736 | 2024-11-01T07:40:33.828Z | Checking base64ct v1.6.0 |
1737 | 2024-11-01T07:40:33.847Z | Checking crypto-common v0.1.6 |
1738 | 2024-11-01T07:40:34.010Z | Checking block-buffer v0.10.4 |
1739 | 2024-11-01T07:40:34.024Z | Checking hashbrown v0.15.0 |
1740 | 2024-11-01T07:40:34.240Z | Checking digest v0.10.7 |
1741 | 2024-11-01T07:40:34.271Z | Checking block-padding v0.3.3 |
1742 | 2024-11-01T07:40:34.334Z | Checking pem-rfc7468 v0.7.0 |
1743 | 2024-11-01T07:40:34.457Z | Checking inout v0.1.3 |
1744 | 2024-11-01T07:40:34.584Z | Checking num-traits v0.2.19 |
1745 | 2024-11-01T07:40:34.598Z | Checking ppv-lite86 v0.2.20 |
1746 | 2024-11-01T07:40:34.625Z | Checking hmac v0.12.1 |
1747 | 2024-11-01T07:40:34.674Z | Checking cipher v0.4.4 |
1748 | 2024-11-01T07:40:34.844Z | Checking sha2 v0.10.8 |
1749 | 2024-11-01T07:40:34.860Z | Checking unicode-normalization v0.1.24 |
1750 | 2024-11-01T07:40:35.091Z | Checking flagset v0.4.6 |
1751 | 2024-11-01T07:40:35.172Z | Checking tracing-core v0.1.32 |
1752 | 2024-11-01T07:40:35.294Z | Checking der v0.7.9 |
1753 | 2024-11-01T07:40:35.392Z | Checking rand_chacha v0.3.1 |
1754 | 2024-11-01T07:40:35.458Z | Checking thiserror v1.0.64 |
1755 | 2024-11-01T07:40:35.591Z | Checking percent-encoding v2.3.1 |
1756 | 2024-11-01T07:40:35.781Z | Checking rustls-pki-types v1.9.0 |
1757 | 2024-11-01T07:40:35.811Z | Checking rand v0.8.5 |
1758 | 2024-11-01T07:40:35.814Z | Checking salsa20 v0.10.2 |
1759 | 2024-11-01T07:40:35.862Z | Checking tracing v0.1.40 |
1760 | 2024-11-01T07:40:36.031Z | Checking pbkdf2 v0.12.2 |
1761 | 2024-11-01T07:40:36.190Z | Checking httparse v1.9.5 |
1762 | 2024-11-01T07:40:36.206Z | Checking untrusted v0.9.0 |
1763 | 2024-11-01T07:40:36.295Z | Checking powerfmt v0.2.0 |
1764 | 2024-11-01T07:40:36.332Z | Checking bytes v1.7.2 |
1765 | 2024-11-01T07:40:36.352Z | Checking indexmap v2.6.0 |
1766 | 2024-11-01T07:40:36.371Z | Checking serde_json v1.0.128 |
1767 | 2024-11-01T07:40:36.576Z | Checking bitflags v2.6.0 |
1768 | 2024-11-01T07:40:36.618Z | Checking deranged v0.3.11 |
1769 | 2024-11-01T07:40:36.879Z | Checking ring v0.17.8 |
1770 | 2024-11-01T07:40:37.058Z | Checking scrypt v0.11.0 |
1771 | 2024-11-01T07:40:37.159Z | Checking tokio v1.40.0 |
1772 | 2024-11-01T07:40:37.193Z | Checking http v1.1.0 |
1773 | 2024-11-01T07:40:37.287Z | Checking spki v0.7.3 |
1774 | 2024-11-01T07:40:37.581Z | Checking aes v0.8.4 |
1775 | 2024-11-01T07:40:37.654Z | Checking cbc v0.1.2 |
1776 | 2024-11-01T07:40:37.844Z | Checking crossbeam-utils v0.8.20 |
1777 | 2024-11-01T07:40:38.100Z | Checking num-conv v0.1.0 |
1778 | 2024-11-01T07:40:38.352Z | Checking num_threads v0.1.7 |
1779 | 2024-11-01T07:40:38.386Z | Checking time-core v0.1.2 |
1780 | 2024-11-01T07:40:38.459Z | Checking atomic-waker v1.1.2 |
1781 | 2024-11-01T07:40:38.516Z | Checking pkcs5 v0.7.1 |
1782 | 2024-11-01T07:40:38.535Z | Checking time v0.3.36 |
1783 | 2024-11-01T07:40:38.548Z | Checking form_urlencoded v1.2.1 |
1784 | 2024-11-01T07:40:38.551Z | Checking http-body v1.0.1 |
1785 | 2024-11-01T07:40:38.580Z | Checking try-lock v0.2.5 |
1786 | 2024-11-01T07:40:38.708Z | Checking want v0.3.1 |
1787 | 2024-11-01T07:40:38.724Z | Checking rustls-webpki v0.102.8 |
1788 | 2024-11-01T07:40:38.738Z | Checking httpdate v1.0.3 |
1789 | 2024-11-01T07:40:38.753Z | Checking unicode-ident v1.0.13 |
1790 | 2024-11-01T07:40:38.889Z | Checking toml_datetime v0.6.8 |
1791 | 2024-11-01T07:40:38.909Z | Checking proc-macro2 v1.0.87 |
1792 | 2024-11-01T07:40:38.979Z | Checking serde_spanned v0.6.8 |
1793 | 2024-11-01T07:40:38.996Z | Checking uuid v1.10.0 |
1794 | 2024-11-01T07:40:39.031Z | Checking pkcs8 v0.10.2 |
1795 | 2024-11-01T07:40:39.159Z | Checking idna v0.5.0 |
1796 | 2024-11-01T07:40:39.177Z | Checking slog v2.7.0 |
1797 | 2024-11-01T07:40:39.343Z | Checking scroll v0.12.0 |
1798 | 2024-11-01T07:40:39.508Z | Checking ucd-trie v0.1.7 |
1799 | 2024-11-01T07:40:39.590Z | Checking plain v0.2.3 |
1800 | 2024-11-01T07:40:39.608Z | Checking iana-time-zone v0.1.61 |
1801 | 2024-11-01T07:40:39.665Z | Checking match_cfg v0.1.0 |
1802 | 2024-11-01T07:40:39.721Z | Checking tower-service v0.3.3 |
1803 | 2024-11-01T07:40:39.737Z | Checking foreign-types-shared v0.1.1 |
1804 | 2024-11-01T07:40:39.751Z | Checking base64 v0.22.1 |
1805 | 2024-11-01T07:40:39.763Z | Checking chrono v0.4.38 |
1806 | 2024-11-01T07:40:39.832Z | Checking foreign-types v0.3.2 |
1807 | 2024-11-01T07:40:39.847Z | Checking goblin v0.8.2 |
1808 | 2024-11-01T07:40:39.862Z | Checking hostname v0.3.1 |
1809 | 2024-11-01T07:40:39.918Z | Checking pest v2.7.14 |
1810 | 2024-11-01T07:40:39.989Z | Checking quote v1.0.37 |
1811 | 2024-11-01T07:40:40.031Z | Checking url v2.5.2 |
1812 | 2024-11-01T07:40:40.256Z | Checking openssl-sys v0.9.103 |
1813 | 2024-11-01T07:40:40.328Z | Checking errno v0.3.9 |
1814 | 2024-11-01T07:40:40.509Z | Checking dirs-sys-next v0.1.2 |
1815 | 2024-11-01T07:40:40.688Z | Checking aho-corasick v1.1.3 |
1816 | 2024-11-01T07:40:40.877Z | Checking pretty-hex v0.4.1 |
1817 | 2024-11-01T07:40:41.052Z | Checking siphasher v0.3.11 |
1818 | 2024-11-01T07:40:41.069Z | Checking regex-syntax v0.8.5 |
1819 | 2024-11-01T07:40:41.372Z | Checking adler2 v2.0.0 |
1820 | 2024-11-01T07:40:41.475Z | Checking data-encoding v2.6.0 |
1821 | 2024-11-01T07:40:41.537Z | Checking miniz_oxide v0.8.0 |
1822 | 2024-11-01T07:40:41.875Z | Checking openssl v0.10.66 |
1823 | 2024-11-01T07:40:42.181Z | Checking dirs-next v2.0.0 |
1824 | 2024-11-01T07:40:42.286Z | Checking rustix v0.38.37 |
1825 | 2024-11-01T07:40:42.318Z | Checking syn v2.0.79 |
1826 | 2024-11-01T07:40:42.373Z | Checking http-body-util v0.1.2 |
1827 | 2024-11-01T07:40:42.477Z | Checking dtrace-parser v0.2.0 |
1828 | 2024-11-01T07:40:42.842Z | Checking crossbeam-epoch v0.9.18 |
1829 | 2024-11-01T07:40:42.938Z | Checking signature v2.2.0 |
1830 | 2024-11-01T07:40:43.132Z | Checking sha1 v0.10.6 |
1831 | 2024-11-01T07:40:43.322Z | Checking lazy_static v1.5.0 |
1832 | 2024-11-01T07:40:43.441Z | Checking thread_local v1.1.8 |
1833 | 2024-11-01T07:40:43.444Z | Checking thread-id v4.2.2 |
1834 | 2024-11-01T07:40:43.565Z | Checking encoding_rs v0.8.34 |
1835 | 2024-11-01T07:40:43.737Z | Checking gimli v0.31.1 |
1836 | 2024-11-01T07:40:44.275Z | Checking tokio-util v0.7.12 |
1837 | 2024-11-01T07:40:44.372Z | Checking regex-automata v0.4.8 |
1838 | 2024-11-01T07:40:44.904Z | Checking dof v0.3.0 |
1839 | 2024-11-01T07:40:45.138Z | Checking h2 v0.4.6 |
1840 | 2024-11-01T07:40:45.529Z | Checking anstyle v1.0.8 |
1841 | 2024-11-01T07:40:45.878Z | Checking unicode-properties v0.1.3 |
1842 | 2024-11-01T07:40:45.907Z | Checking either v1.13.0 |
1843 | 2024-11-01T07:40:45.924Z | Checking ipnet v2.10.1 |
1844 | 2024-11-01T07:40:46.251Z | Checking mime v0.3.17 |
1845 | 2024-11-01T07:40:46.264Z | Checking utf8parse v0.2.2 |
1846 | 2024-11-01T07:40:46.403Z | Checking openssl-probe v0.1.5 |
1847 | 2024-11-01T07:40:46.418Z | Checking winnow v0.6.20 |
1848 | 2024-11-01T07:40:46.546Z | Checking anstyle-parse v0.2.5 |
1849 | 2024-11-01T07:40:46.561Z | Checking stringprep v0.1.5 |
1850 | 2024-11-01T07:40:46.825Z | Checking crossbeam-deque v0.8.5 |
1851 | 2024-11-01T07:40:46.840Z | Checking term v0.7.0 |
1852 | 2024-11-01T07:40:47.147Z | Checking slog-json v2.6.1 |
1853 | 2024-11-01T07:40:47.263Z | Checking rustls v0.22.4 |
1854 | 2024-11-01T07:40:47.423Z | Checking rustls v0.23.14 |
1855 | 2024-11-01T07:40:47.461Z | Checking native-tls v0.2.12 |
1856 | 2024-11-01T07:40:47.783Z | Checking futures-executor v0.3.31 |
1857 | 2024-11-01T07:40:47.835Z | Checking addr2line v0.24.2 |
1858 | 2024-11-01T07:40:48.013Z | Checking serde_urlencoded v0.7.1 |
1859 | 2024-11-01T07:40:48.373Z | Checking crossbeam-channel v0.5.13 |
1860 | 2024-11-01T07:40:48.458Z | Checking rustls-pemfile v2.2.0 |
1861 | 2024-11-01T07:40:48.670Z | Checking num-integer v0.1.46 |
1862 | 2024-11-01T07:40:48.893Z | Checking usdt-impl v0.5.0 |
1863 | 2024-11-01T07:40:49.059Z | Checking idna v0.3.0 |
1864 | 2024-11-01T07:40:49.118Z | Checking idna v0.4.0 |
1865 | 2024-11-01T07:40:49.170Z | Checking md-5 v0.10.6 |
1866 | 2024-11-01T07:40:49.343Z | Checking toml_edit v0.22.22 |
1867 | 2024-11-01T07:40:49.390Z | Checking ff v0.13.0 |
1868 | 2024-11-01T07:40:49.416Z | Checking memmap v0.7.0 |
1869 | 2024-11-01T07:40:49.587Z | Checking is-terminal v0.4.13 |
1870 | 2024-11-01T07:40:49.630Z | Checking hash32 v0.2.1 |
1871 | 2024-11-01T07:40:49.709Z | Checking object v0.36.5 |
1872 | 2024-11-01T07:40:49.876Z | Checking stable_deref_trait v1.2.0 |
1873 | 2024-11-01T07:40:49.963Z | Checking fallible-iterator v0.2.0 |
1874 | 2024-11-01T07:40:49.975Z | Checking utf-8 v0.7.6 |
1875 | 2024-11-01T07:40:49.987Z | Checking colorchoice v1.0.2 |
1876 | 2024-11-01T07:40:50.126Z | Checking is_terminal_polyfill v1.70.1 |
1877 | 2024-11-01T07:40:50.168Z | Checking dyn-clone v1.0.17 |
1878 | 2024-11-01T07:40:50.245Z | Checking rustc-demangle v0.1.24 |
1879 | 2024-11-01T07:40:50.314Z | Checking psl-types v2.0.11 |
1880 | 2024-11-01T07:40:50.491Z | Checking take_mut v0.2.2 |
1881 | 2024-11-01T07:40:50.563Z | Checking linked-hash-map v0.5.6 |
1882 | 2024-11-01T07:40:50.640Z | Checking anstyle-query v1.1.1 |
1883 | 2024-11-01T07:40:50.680Z | Checking base16ct v0.2.0 |
1884 | 2024-11-01T07:40:50.777Z | Checking quick-error v1.2.3 |
1885 | 2024-11-01T07:40:50.877Z | Checking sec1 v0.7.3 |
1886 | 2024-11-01T07:40:50.896Z | Checking lru-cache v0.1.2 |
1887 | 2024-11-01T07:40:50.911Z | Checking resolv-conf v0.7.0 |
1888 | 2024-11-01T07:40:50.940Z | Checking tokio-rustls v0.25.0 |
1889 | 2024-11-01T07:40:51.081Z | Checking anstream v0.6.15 |
1890 | 2024-11-01T07:40:51.257Z | Checking slog-async v2.8.0 |
1891 | 2024-11-01T07:40:51.283Z | Checking postgres-protocol v0.6.7 |
1892 | 2024-11-01T07:40:51.313Z | Checking publicsuffix v2.2.3 |
1893 | 2024-11-01T07:40:51.435Z | Checking schemars v0.8.21 |
1894 | 2024-11-01T07:40:51.465Z | Checking hyper v1.4.1 |
1895 | 2024-11-01T07:40:51.550Z | Checking tungstenite v0.24.0 |
1896 | 2024-11-01T07:40:51.553Z | Checking heapless v0.7.17 |
1897 | 2024-11-01T07:40:51.997Z | Checking hickory-proto v0.24.1 |
1898 | 2024-11-01T07:40:52.038Z | Checking toml v0.8.19 |
1899 | 2024-11-01T07:40:52.462Z | Checking tokio-rustls v0.26.0 |
1900 | 2024-11-01T07:40:52.478Z | Checking slog-term v2.9.1 |
1901 | 2024-11-01T07:40:52.615Z | Checking usdt v0.5.0 |
1902 | 2024-11-01T07:40:52.777Z | Checking group v0.13.0 |
1903 | 2024-11-01T07:40:52.864Z | Checking num-iter v0.1.45 |
1904 | 2024-11-01T07:40:52.878Z | Checking futures v0.3.31 |
1905 | 2024-11-01T07:40:52.942Z | Checking tokio-native-tls v0.3.1 |
1906 | 2024-11-01T07:40:52.987Z | Checking slog-bunyan v2.5.0 |
1907 | 2024-11-01T07:40:53.022Z | Checking rayon-core v1.12.1 |
1908 | 2024-11-01T07:40:53.038Z | Checking multer v3.1.0 |
1909 | 2024-11-01T07:40:53.053Z | Checking terminal_size v0.4.0 |
1910 | 2024-11-01T07:40:53.157Z | Checking phf_shared v0.11.2 |
1911 | 2024-11-01T07:40:53.190Z | Checking cookie v0.18.1 |
1912 | 2024-11-01T07:40:53.224Z | Checking async-stream v0.3.6 |
1913 | 2024-11-01T07:40:53.413Z | Checking waitgroup v0.1.2 |
1914 | 2024-11-01T07:40:53.431Z | Checking camino v1.1.9 |
1915 | 2024-11-01T07:40:53.447Z | Checking signal-hook v0.3.17 |
1916 | 2024-11-01T07:40:53.557Z | Checking openapiv3 v2.0.0 |
1917 | 2024-11-01T07:40:53.573Z | Checking hyper-util v0.1.9 |
1918 | 2024-11-01T07:40:53.652Z | Checking webpki-roots v0.26.6 |
1919 | 2024-11-01T07:40:53.684Z | Checking serde_path_to_error v0.1.16 |
1920 | 2024-11-01T07:40:53.848Z | Checking hkdf v0.12.4 |
1921 | 2024-11-01T07:40:53.861Z | Checking crypto-bigint v0.5.5 |
1922 | 2024-11-01T07:40:53.979Z | Checking hostname v0.4.0 |
1923 | 2024-11-01T07:40:53.995Z | Checking managed v0.8.0 |
1924 | 2024-11-01T07:40:54.108Z | Checking winnow v0.5.40 |
1925 | 2024-11-01T07:40:54.310Z | Checking debug-ignore v1.0.5 |
1926 | 2024-11-01T07:40:54.378Z | Checking strsim v0.11.1 |
1927 | 2024-11-01T07:40:54.442Z | Checking clap_lex v0.7.2 |
1928 | 2024-11-01T07:40:54.649Z | Checking bitflags v1.3.2 |
1929 | 2024-11-01T07:40:54.705Z | Checking unicode-width v0.1.14 |
1930 | 2024-11-01T07:40:54.753Z | Checking smoltcp v0.9.1 |
1931 | 2024-11-01T07:40:55.213Z | Checking console v0.15.8 |
1932 | 2024-11-01T07:40:55.751Z | Checking hyper-rustls v0.27.3 |
1933 | 2024-11-01T07:40:55.787Z | Checking hyper-tls v0.6.0 |
1934 | 2024-11-01T07:40:56.076Z | Checking clap_builder v4.5.20 |
1935 | 2024-11-01T07:40:56.102Z | Checking signal-hook-mio v0.2.4 |
1936 | 2024-11-01T07:40:56.248Z | Checking rayon v1.10.0 |
1937 | 2024-11-01T07:40:56.295Z | Checking cookie_store v0.21.0 |
1938 | 2024-11-01T07:40:56.535Z | Checking backtrace v0.3.74 |
1939 | 2024-11-01T07:40:56.766Z | Checking elliptic-curve v0.13.8 |
1940 | 2024-11-01T07:40:56.884Z | Checking hickory-resolver v0.24.1 |
1941 | 2024-11-01T07:40:56.902Z | Checking phf v0.11.2 |
1942 | 2024-11-01T07:40:56.969Z | Checking dropshot v0.12.0 |
1943 | 2024-11-01T07:40:57.075Z | Checking anyhow v1.0.92 |
1944 | 2024-11-01T07:40:57.179Z | Checking num-bigint-dig v0.8.4 |
1945 | 2024-11-01T07:40:57.195Z | Checking toml_edit v0.19.15 |
1946 | 2024-11-01T07:40:57.418Z | Checking tokio-tungstenite v0.24.0 |
1947 | 2024-11-01T07:40:57.453Z | Checking postgres-types v0.2.8 |
1948 | 2024-11-01T07:40:57.916Z | Checking regex v1.11.0 |
1949 | 2024-11-01T07:40:58.267Z | Checking bstr v1.10.0 |
1950 | 2024-11-01T07:40:58.490Z | Checking tokio-stream v0.1.16 |
1951 | 2024-11-01T07:40:58.512Z | Checking ed25519 v2.2.3 |
1952 | 2024-11-01T07:40:58.817Z | Checking phf_shared v0.10.0 |
1953 | 2024-11-01T07:40:59.103Z | Checking zerocopy v0.6.6 |
1954 | 2024-11-01T07:40:59.234Z | Checking curve25519-dalek v4.1.3 |
1955 | 2024-11-01T07:40:59.237Z | Checking pkcs1 v0.7.5 |
1956 | 2024-11-01T07:40:59.349Z | Checking hubpack v0.1.2 |
1957 | 2024-11-01T07:40:59.400Z | Checking portable-atomic v1.9.0 |
1958 | 2024-11-01T07:40:59.658Z | Checking serde-big-array v0.5.1 |
1959 | 2024-11-01T07:40:59.681Z | Checking float-cmp v0.9.0 |
1960 | 2024-11-01T07:40:59.702Z | Checking rfc6979 v0.4.0 |
1961 | 2024-11-01T07:40:59.858Z | Checking sync_wrapper v1.0.1 |
1962 | 2024-11-01T07:40:59.876Z | Checking crc32fast v1.4.2 |
1963 | 2024-11-01T07:40:59.876Z | Checking difflib v0.4.0 |
1964 | 2024-11-01T07:40:59.901Z | Checking new_debug_unreachable v1.0.6 |
1965 | 2024-11-01T07:40:59.990Z | Checking number_prefix v0.4.0 |
1966 | 2024-11-01T07:41:00.005Z | Checking minimal-lexical v0.2.1 |
1967 | 2024-11-01T07:41:00.117Z | Checking precomputed-hash v0.1.1 |
1968 | 2024-11-01T07:41:00.179Z | Checking predicates-core v1.0.8 |
1969 | 2024-11-01T07:41:00.196Z | Checking fixedbitset v0.4.2 |
1970 | 2024-11-01T07:41:00.207Z | Checking bit-vec v0.6.3 |
1971 | 2024-11-01T07:41:00.229Z | Checking unicode-segmentation v1.12.0 |
1972 | 2024-11-01T07:41:00.358Z | Checking normalize-line-endings v0.3.0 |
1973 | 2024-11-01T07:41:00.381Z | Checking static_assertions v1.1.0 |
1974 | 2024-11-01T07:41:00.443Z | Checking whoami v1.5.2 |
1975 | 2024-11-01T07:41:00.468Z | Checking indicatif v0.17.8 |
1976 | 2024-11-01T07:41:00.485Z | Checking predicates v3.1.2 |
1977 | 2024-11-01T07:41:00.485Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1978 | 2024-11-01T07:41:00.532Z | Checking bit-set v0.5.3 |
1979 | 2024-11-01T07:41:00.750Z | Checking tokio-postgres v0.7.12 |
1980 | 2024-11-01T07:41:00.788Z | Checking petgraph v0.6.5 |
1981 | 2024-11-01T07:41:00.791Z | Checking qorb v0.2.0 |
1982 | 2024-11-01T07:41:00.895Z | Checking similar v2.6.0 |
1983 | 2024-11-01T07:41:01.136Z | Checking nom v7.1.3 |
1984 | 2024-11-01T07:41:01.156Z | Checking ed25519-dalek v2.1.1 |
1985 | 2024-11-01T07:41:01.212Z | Checking string_cache v0.8.7 |
1986 | 2024-11-01T07:41:01.509Z | Checking flate2 v1.0.34 |
1987 | 2024-11-01T07:41:01.574Z | Checking reqwest v0.12.8 |
1988 | 2024-11-01T07:41:01.765Z | Checking ecdsa v0.16.9 |
1989 | 2024-11-01T07:41:02.182Z | Checking toml v0.7.8 |
1990 | 2024-11-01T07:41:02.535Z | Checking rsa v0.9.6 |
1991 | 2024-11-01T07:41:02.952Z | Checking clap v4.5.20 |
1992 | 2024-11-01T07:41:03.075Z | Checking crossterm v0.28.1 |
1993 | 2024-11-01T07:41:03.484Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1994 | 2024-11-01T07:41:03.511Z | Checking itertools v0.10.5 |
1995 | 2024-11-01T07:41:03.536Z | Checking itertools v0.12.1 |
1996 | 2024-11-01T07:41:03.590Z | Checking fs-err v2.11.0 |
1997 | 2024-11-01T07:41:03.964Z | Checking ahash v0.8.11 |
1998 | 2024-11-01T07:41:04.038Z | Checking x509-cert v0.2.5 |
1999 | 2024-11-01T07:41:04.084Z | Checking semver v1.0.23 |
2000 | 2024-11-01T07:41:04.162Z | Checking hex v0.4.3 |
2001 | 2024-11-01T07:41:04.507Z | Checking peg-runtime v0.8.3 |
2002 | 2024-11-01T07:41:04.529Z | Checking lalrpop-util v0.19.12 |
2003 | 2024-11-01T07:41:04.686Z | Checking sigpipe v0.1.3 |
2004 | 2024-11-01T07:41:05.753Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2005 | 2024-11-01T07:41:06.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.47s |
2006 | 2024-11-01T07:41:06.218Z | |
2007 | 2024-11-01T07:41:06.218Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168) |
2008 | 2024-11-01T07:41:06.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2009 | 2024-11-01T07:41:06.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2010 | 2024-11-01T07:41:06.827Z | Compiling hashbrown v0.14.5 |
2011 | 2024-11-01T07:41:06.938Z | Checking heck v0.5.0 |
2012 | 2024-11-01T07:41:06.951Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-11-01T07:41:06.966Z | Compiling ident_case v1.0.1 |
2014 | 2024-11-01T07:41:06.979Z | Checking progenitor-client v0.8.0 |
2015 | 2024-11-01T07:41:06.989Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2016 | 2024-11-01T07:41:07.004Z | Compiling proc-macro-crate v1.3.1 |
2017 | 2024-11-01T07:41:07.096Z | Compiling darling_core v0.20.10 |
2018 | 2024-11-01T07:41:07.121Z | Checking ipnetwork v0.20.0 |
2019 | 2024-11-01T07:41:07.286Z | Compiling structmeta-derive v0.3.0 |
2020 | 2024-11-01T07:41:07.373Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2021 | 2024-11-01T07:41:07.486Z | Compiling newtype-uuid v1.1.2 |
2022 | 2024-11-01T07:41:07.681Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2023 | 2024-11-01T07:41:07.814Z | Compiling lzma-sys v0.1.20 |
2024 | 2024-11-01T07:41:07.982Z | Compiling num_enum_derive v0.5.11 |
2025 | 2024-11-01T07:41:08.041Z | Compiling foreign-types-macros v0.2.3 |
2026 | 2024-11-01T07:41:08.080Z | Checking regress v0.10.1 |
2027 | 2024-11-01T07:41:08.564Z | Compiling serde_yaml v0.9.34+deprecated |
2028 | 2024-11-01T07:41:08.814Z | Checking arc-swap v1.7.1 |
2029 | 2024-11-01T07:41:09.258Z | Checking foreign-types-shared v0.3.1 |
2030 | 2024-11-01T07:41:09.281Z | Checking slog-scope v4.4.0 |
2031 | 2024-11-01T07:41:09.371Z | Checking foreign-types v0.5.0 |
2032 | 2024-11-01T07:41:09.493Z | Compiling proc-macro-error v1.0.4 |
2033 | 2024-11-01T07:41:10.126Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2034 | 2024-11-01T07:41:10.142Z | Compiling structmeta v0.3.0 |
2035 | 2024-11-01T07:41:10.169Z | Checking tungstenite v0.21.0 |
2036 | 2024-11-01T07:41:10.238Z | Compiling heck v0.3.3 |
2037 | 2024-11-01T07:41:10.420Z | Checking num_enum v0.5.11 |
2038 | 2024-11-01T07:41:10.570Z | Compiling parse-display-derive v0.10.0 |
2039 | 2024-11-01T07:41:10.584Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2040 | 2024-11-01T07:41:10.639Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2024-11-01T07:41:11.060Z | Checking cstr-argument v0.1.2 |
2042 | 2024-11-01T07:41:11.245Z | Checking instant v0.1.13 |
2043 | 2024-11-01T07:41:11.367Z | Checking pretty-hex v0.2.1 |
2044 | 2024-11-01T07:41:11.418Z | Checking base64 v0.21.7 |
2045 | 2024-11-01T07:41:11.420Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2046 | 2024-11-01T07:41:11.528Z | Checking fastrand v2.1.1 |
2047 | 2024-11-01T07:41:11.621Z | Checking typify-impl v0.2.0 |
2048 | 2024-11-01T07:41:11.722Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2049 | 2024-11-01T07:41:11.897Z | Checking tempfile v3.13.0 |
2050 | 2024-11-01T07:41:12.003Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2051 | 2024-11-01T07:41:12.160Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2052 | 2024-11-01T07:41:12.280Z | Checking backoff v0.4.0 |
2053 | 2024-11-01T07:41:12.305Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2054 | 2024-11-01T07:41:12.575Z | Checking tokio-tungstenite v0.21.0 |
2055 | 2024-11-01T07:41:12.588Z | Compiling zone_cfg_derive v0.1.2 |
2056 | 2024-11-01T07:41:12.613Z | Checking strum v0.26.3 |
2057 | 2024-11-01T07:41:12.776Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2058 | 2024-11-01T07:41:13.068Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2059 | 2024-11-01T07:41:13.268Z | Checking slog-stdlog v4.1.1 |
2060 | 2024-11-01T07:41:13.308Z | Checking regress v0.9.1 |
2061 | 2024-11-01T07:41:13.443Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2062 | 2024-11-01T07:41:13.511Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2063 | 2024-11-01T07:41:13.585Z | Checking colored v2.1.0 |
2064 | 2024-11-01T07:41:13.603Z | Compiling darling_macro v0.20.10 |
2065 | 2024-11-01T07:41:13.794Z | Checking macaddr v1.0.1 |
2066 | 2024-11-01T07:41:13.868Z | Checking base64 v0.13.1 |
2067 | 2024-11-01T07:41:14.021Z | Checking zone v0.1.8 |
2068 | 2024-11-01T07:41:14.135Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2069 | 2024-11-01T07:41:14.266Z | Checking ron v0.7.1 |
2070 | 2024-11-01T07:41:14.519Z | Compiling darling v0.20.10 |
2071 | 2024-11-01T07:41:14.622Z | Checking slog-envlogger v2.2.0 |
2072 | 2024-11-01T07:41:14.639Z | Compiling serde_with_macros v3.11.0 |
2073 | 2024-11-01T07:41:14.695Z | Checking xz2 v0.1.7 |
2074 | 2024-11-01T07:41:14.895Z | Checking tabwriter v1.4.0 |
2075 | 2024-11-01T07:41:14.957Z | Checking parse-display v0.10.0 |
2076 | 2024-11-01T07:41:15.034Z | Checking xattr v1.3.1 |
2077 | 2024-11-01T07:41:15.127Z | Checking pem v3.0.4 |
2078 | 2024-11-01T07:41:15.194Z | Checking yasna v0.5.2 |
2079 | 2024-11-01T07:41:15.228Z | Checking headers-core v0.3.0 |
2080 | 2024-11-01T07:41:15.373Z | Checking smf v0.2.3 |
2081 | 2024-11-01T07:41:15.412Z | Checking filetime v0.2.25 |
2082 | 2024-11-01T07:41:15.451Z | Checking same-file v1.0.6 |
2083 | 2024-11-01T07:41:15.619Z | Checking tar v0.4.42 |
2084 | 2024-11-01T07:41:15.638Z | Checking walkdir v2.5.0 |
2085 | 2024-11-01T07:41:15.815Z | Checking headers v0.4.0 |
2086 | 2024-11-01T07:41:15.936Z | Checking camino-tempfile v1.1.1 |
2087 | 2024-11-01T07:41:16.124Z | Checking rcgen v0.12.1 |
2088 | 2024-11-01T07:41:16.191Z | Checking atomicwrites v0.4.4 |
2089 | 2024-11-01T07:41:16.206Z | Checking subprocess v0.2.9 |
2090 | 2024-11-01T07:41:17.149Z | Checking serde_with v3.11.0 |
2091 | 2024-11-01T07:41:20.455Z | Compiling typify-macro v0.2.0 |
2092 | 2024-11-01T07:41:22.299Z | Compiling typify v0.2.0 |
2093 | 2024-11-01T07:41:22.366Z | Compiling progenitor-impl v0.8.0 |
2094 | 2024-11-01T07:41:25.513Z | Compiling progenitor-macro v0.8.0 |
2095 | 2024-11-01T07:41:30.787Z | Checking progenitor v0.8.0 |
2096 | 2024-11-01T07:41:30.917Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2097 | 2024-11-01T07:41:30.919Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2098 | 2024-11-01T07:41:33.604Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2099 | 2024-11-01T07:41:33.871Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2100 | 2024-11-01T07:41:40.291Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2101 | 2024-11-01T07:41:41.840Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2102 | 2024-11-01T07:41:43.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.83s |
2103 | 2024-11-01T07:41:43.223Z | |
2104 | 2024-11-01T07:41:43.223Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168) |
2105 | 2024-11-01T07:41:43.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2106 | 2024-11-01T07:41:43.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2107 | 2024-11-01T07:41:43.824Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2108 | 2024-11-01T07:41:45.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
2109 | 2024-11-01T07:41:45.387Z | |
2110 | 2024-11-01T07:41:45.387Z | info: running `cargo check --bins` on nexus-config (31/168) |
2111 | 2024-11-01T07:41:45.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2112 | 2024-11-01T07:41:45.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2113 | 2024-11-01T07:41:45.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2114 | 2024-11-01T07:41:45.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2115 | 2024-11-01T07:41:45.969Z | |
2116 | 2024-11-01T07:41:45.969Z | info: running `cargo check --bins` on omicron-rpaths (32/168) |
2117 | 2024-11-01T07:41:46.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2118 | 2024-11-01T07:41:46.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2119 | 2024-11-01T07:41:46.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2120 | 2024-11-01T07:41:46.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2121 | 2024-11-01T07:41:46.536Z | |
2122 | 2024-11-01T07:41:46.536Z | info: running `cargo check --bins` on omicron-certificates (33/168) |
2123 | 2024-11-01T07:41:47.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2124 | 2024-11-01T07:41:47.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2125 | 2024-11-01T07:41:47.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2126 | 2024-11-01T07:41:47.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2127 | 2024-11-01T07:41:47.118Z | |
2128 | 2024-11-01T07:41:47.118Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/168) |
2129 | 2024-11-01T07:41:47.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2130 | 2024-11-01T07:41:47.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2131 | 2024-11-01T07:41:47.723Z | Compiling heapless v0.8.0 |
2132 | 2024-11-01T07:41:47.726Z | Checking hash32 v0.3.1 |
2133 | 2024-11-01T07:41:47.828Z | Compiling smoltcp v0.11.0 |
2134 | 2024-11-01T07:41:47.837Z | Checking cobs v0.2.3 |
2135 | 2024-11-01T07:41:47.848Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2136 | 2024-11-01T07:41:47.851Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2137 | 2024-11-01T07:41:47.874Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2138 | 2024-11-01T07:41:47.876Z | Compiling crucible-workspace-hack v0.1.0 |
2139 | 2024-11-01T07:41:47.968Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2140 | 2024-11-01T07:41:47.990Z | Checking postcard v1.0.10 |
2141 | 2024-11-01T07:41:47.993Z | Checking newline-converter v0.3.0 |
2142 | 2024-11-01T07:41:48.152Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2143 | 2024-11-01T07:41:48.182Z | Compiling convert_case v0.4.0 |
2144 | 2024-11-01T07:41:48.293Z | Checking expectorate v1.1.0 |
2145 | 2024-11-01T07:41:48.387Z | Compiling zone_cfg_derive v0.3.0 |
2146 | 2024-11-01T07:41:48.442Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2147 | 2024-11-01T07:41:48.518Z | Checking itertools v0.13.0 |
2148 | 2024-11-01T07:41:48.552Z | Compiling num-derive v0.4.2 |
2149 | 2024-11-01T07:41:48.720Z | Compiling slog-dtrace v0.3.0 |
2150 | 2024-11-01T07:41:48.792Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2151 | 2024-11-01T07:41:49.076Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2152 | 2024-11-01T07:41:49.105Z | Compiling derive_more v0.99.18 |
2153 | 2024-11-01T07:41:49.786Z | Checking zone v0.3.0 |
2154 | 2024-11-01T07:41:50.397Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2155 | 2024-11-01T07:41:51.913Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2156 | 2024-11-01T07:41:52.754Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2157 | 2024-11-01T07:41:52.825Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2158 | 2024-11-01T07:41:53.888Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2159 | 2024-11-01T07:41:54.038Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2160 | 2024-11-01T07:41:55.713Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2161 | 2024-11-01T07:41:56.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s |
2162 | 2024-11-01T07:41:56.746Z | |
2163 | 2024-11-01T07:41:56.747Z | info: running `cargo check --bins` on clickhouse-admin-api (35/168) |
2164 | 2024-11-01T07:41:57.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2165 | 2024-11-01T07:41:57.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2166 | 2024-11-01T07:41:57.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2167 | 2024-11-01T07:41:57.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2168 | 2024-11-01T07:41:57.336Z | |
2169 | 2024-11-01T07:41:57.336Z | info: running `cargo check --bins` on clickhouse-admin-types (36/168) |
2170 | 2024-11-01T07:41:57.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2171 | 2024-11-01T07:41:57.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2172 | 2024-11-01T07:41:57.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2173 | 2024-11-01T07:41:57.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2174 | 2024-11-01T07:41:57.922Z | |
2175 | 2024-11-01T07:41:57.922Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168) |
2176 | 2024-11-01T07:41:58.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2177 | 2024-11-01T07:41:58.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2178 | 2024-11-01T07:41:58.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2179 | 2024-11-01T07:41:58.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2180 | 2024-11-01T07:41:58.616Z | |
2181 | 2024-11-01T07:41:58.616Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168) |
2182 | 2024-11-01T07:41:59.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2183 | 2024-11-01T07:41:59.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2184 | 2024-11-01T07:41:59.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2185 | 2024-11-01T07:41:59.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2186 | 2024-11-01T07:41:59.310Z | |
2187 | 2024-11-01T07:41:59.311Z | info: running `cargo check --bins` on dns-server (39/168) |
2188 | 2024-11-01T07:41:59.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2189 | 2024-11-01T07:41:59.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2190 | 2024-11-01T07:41:59.908Z | Compiling parking_lot_core v0.8.6 |
2191 | 2024-11-01T07:41:59.912Z | Checking nibble_vec v0.1.0 |
2192 | 2024-11-01T07:41:59.912Z | Checking endian-type v0.1.2 |
2193 | 2024-11-01T07:41:59.912Z | Checking fxhash v0.2.1 |
2194 | 2024-11-01T07:41:59.912Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2195 | 2024-11-01T07:41:59.912Z | Checking hickory-server v0.24.1 |
2196 | 2024-11-01T07:42:00.204Z | Checking radix_trie v0.2.1 |
2197 | 2024-11-01T07:42:00.484Z | Checking hickory-client v0.24.1 |
2198 | 2024-11-01T07:42:00.631Z | Checking parking_lot v0.11.2 |
2199 | 2024-11-01T07:42:00.743Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2200 | 2024-11-01T07:42:00.747Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2201 | 2024-11-01T07:42:00.868Z | Checking sled v0.34.7 |
2202 | 2024-11-01T07:42:02.665Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2203 | 2024-11-01T07:42:03.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
2204 | 2024-11-01T07:42:04.037Z | |
2205 | 2024-11-01T07:42:04.037Z | info: running `cargo check --bins` on dns-server-api (40/168) |
2206 | 2024-11-01T07:42:04.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2207 | 2024-11-01T07:42:04.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2208 | 2024-11-01T07:42:04.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2209 | 2024-11-01T07:42:04.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2210 | 2024-11-01T07:42:04.617Z | |
2211 | 2024-11-01T07:42:04.617Z | info: running `cargo check --bins` on internal-dns-types (41/168) |
2212 | 2024-11-01T07:42:05.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2213 | 2024-11-01T07:42:05.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2214 | 2024-11-01T07:42:05.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2215 | 2024-11-01T07:42:05.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2216 | 2024-11-01T07:42:05.206Z | |
2217 | 2024-11-01T07:42:05.206Z | info: running `cargo check --bins` on dns-service-client (42/168) |
2218 | 2024-11-01T07:42:05.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2219 | 2024-11-01T07:42:05.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2220 | 2024-11-01T07:42:05.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2221 | 2024-11-01T07:42:05.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2222 | 2024-11-01T07:42:05.787Z | |
2223 | 2024-11-01T07:42:05.787Z | info: running `cargo check --bins` on gateway-test-utils (43/168) |
2224 | 2024-11-01T07:42:06.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2225 | 2024-11-01T07:42:06.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2226 | 2024-11-01T07:42:06.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2227 | 2024-11-01T07:42:06.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2228 | 2024-11-01T07:42:06.420Z | |
2229 | 2024-11-01T07:42:06.420Z | info: running `cargo check --bins` on gateway-types (44/168) |
2230 | 2024-11-01T07:42:06.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2231 | 2024-11-01T07:42:06.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2232 | 2024-11-01T07:42:06.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2233 | 2024-11-01T07:42:06.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2234 | 2024-11-01T07:42:07.010Z | |
2235 | 2024-11-01T07:42:07.010Z | info: running `cargo check --bins` on ipcc (45/168) |
2236 | 2024-11-01T07:42:07.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2237 | 2024-11-01T07:42:07.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2238 | 2024-11-01T07:42:07.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2239 | 2024-11-01T07:42:07.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2240 | 2024-11-01T07:42:07.594Z | |
2241 | 2024-11-01T07:42:07.594Z | info: running `cargo check --bins` on omicron-gateway (46/168) |
2242 | 2024-11-01T07:42:08.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2243 | 2024-11-01T07:42:08.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2244 | 2024-11-01T07:42:08.247Z | Checking num-rational v0.4.2 |
2245 | 2024-11-01T07:42:08.247Z | Compiling progenitor-client v0.8.0 |
2246 | 2024-11-01T07:42:08.247Z | Checking num-complex v0.4.6 |
2247 | 2024-11-01T07:42:08.250Z | Compiling prettyplease v0.2.22 |
2248 | 2024-11-01T07:42:08.250Z | Compiling newtype-uuid v1.1.2 |
2249 | 2024-11-01T07:42:08.250Z | Compiling ipnetwork v0.20.0 |
2250 | 2024-11-01T07:42:08.250Z | Compiling instant v0.1.13 |
2251 | 2024-11-01T07:42:08.250Z | Compiling semver v0.1.20 |
2252 | 2024-11-01T07:42:08.536Z | Checking float-ord v0.3.2 |
2253 | 2024-11-01T07:42:08.657Z | Compiling progenitor v0.8.0 |
2254 | 2024-11-01T07:42:08.675Z | Compiling radium v0.7.0 |
2255 | 2024-11-01T07:42:08.689Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2256 | 2024-11-01T07:42:08.763Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2257 | 2024-11-01T07:42:08.882Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2258 | 2024-11-01T07:42:08.959Z | Compiling rustc_version v0.1.7 |
2259 | 2024-11-01T07:42:09.013Z | Compiling backoff v0.4.0 |
2260 | 2024-11-01T07:42:09.036Z | Compiling parse-display v0.10.0 |
2261 | 2024-11-01T07:42:09.167Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2262 | 2024-11-01T07:42:09.233Z | Checking num v0.4.3 |
2263 | 2024-11-01T07:42:09.249Z | Compiling serde_with v3.11.0 |
2264 | 2024-11-01T07:42:09.331Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2265 | 2024-11-01T07:42:09.347Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2266 | 2024-11-01T07:42:09.380Z | Compiling regress v0.9.1 |
2267 | 2024-11-01T07:42:09.498Z | Compiling macaddr v1.0.1 |
2268 | 2024-11-01T07:42:09.666Z | Compiling maybe-uninit v2.0.0 |
2269 | 2024-11-01T07:42:09.946Z | Checking tap v1.0.1 |
2270 | 2024-11-01T07:42:10.111Z | Checking wyz v0.5.1 |
2271 | 2024-11-01T07:42:10.251Z | Compiling newtype_derive v0.1.6 |
2272 | 2024-11-01T07:42:10.557Z | Checking password-hash v0.5.0 |
2273 | 2024-11-01T07:42:10.628Z | Checking blake2 v0.10.6 |
2274 | 2024-11-01T07:42:10.937Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2275 | 2024-11-01T07:42:11.122Z | Compiling packed_struct v0.10.1 |
2276 | 2024-11-01T07:42:11.154Z | Checking funty v2.0.0 |
2277 | 2024-11-01T07:42:11.170Z | Compiling owo-colors v4.1.0 |
2278 | 2024-11-01T07:42:11.433Z | Compiling cancel-safe-futures v0.1.5 |
2279 | 2024-11-01T07:42:11.455Z | Checking crc-catalog v2.4.0 |
2280 | 2024-11-01T07:42:11.616Z | Checking crc v3.2.1 |
2281 | 2024-11-01T07:42:11.831Z | Checking argon2 v0.5.3 |
2282 | 2024-11-01T07:42:12.105Z | Checking bitvec v1.0.1 |
2283 | 2024-11-01T07:42:12.442Z | Compiling packed_struct_codegen v0.10.1 |
2284 | 2024-11-01T07:42:12.774Z | Checking half v2.4.1 |
2285 | 2024-11-01T07:42:13.100Z | Compiling indexmap v1.9.3 |
2286 | 2024-11-01T07:42:13.266Z | Checking nodrop v0.1.14 |
2287 | 2024-11-01T07:42:13.283Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2288 | 2024-11-01T07:42:13.387Z | Checking ciborium-io v0.2.2 |
2289 | 2024-11-01T07:42:13.439Z | Checking array-init v0.0.4 |
2290 | 2024-11-01T07:42:13.512Z | Checking ciborium-ll v0.2.2 |
2291 | 2024-11-01T07:42:13.741Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2292 | 2024-11-01T07:42:13.835Z | Checking smallvec v0.6.14 |
2293 | 2024-11-01T07:42:14.161Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2294 | 2024-11-01T07:42:14.256Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2295 | 2024-11-01T07:42:14.964Z | Checking libsw v3.3.1 |
2296 | 2024-11-01T07:42:14.981Z | Compiling memoffset v0.9.1 |
2297 | 2024-11-01T07:42:15.041Z | Checking termcolor v1.4.1 |
2298 | 2024-11-01T07:42:15.234Z | Checking indent_write v2.2.0 |
2299 | 2024-11-01T07:42:15.319Z | Checking linear-map v1.2.0 |
2300 | 2024-11-01T07:42:15.433Z | Checking highway v1.2.0 |
2301 | 2024-11-01T07:42:15.500Z | Checking hashbrown v0.12.3 |
2302 | 2024-11-01T07:42:15.654Z | Checking bitfield v0.14.0 |
2303 | 2024-11-01T07:42:15.872Z | Checking swrite v0.1.0 |
2304 | 2024-11-01T07:42:15.930Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2305 | 2024-11-01T07:42:15.997Z | Checking ron v0.8.1 |
2306 | 2024-11-01T07:42:16.024Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2307 | 2024-11-01T07:42:16.403Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2308 | 2024-11-01T07:42:16.427Z | Checking env_logger v0.10.2 |
2309 | 2024-11-01T07:42:17.020Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2310 | 2024-11-01T07:42:17.053Z | Checking serde-hex v0.1.0 |
2311 | 2024-11-01T07:42:17.231Z | Checking steno v0.4.1 |
2312 | 2024-11-01T07:42:17.287Z | Checking ciborium v0.2.2 |
2313 | 2024-11-01T07:42:17.356Z | Checking bzip2 v0.4.4 |
2314 | 2024-11-01T07:42:17.882Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2315 | 2024-11-01T07:42:18.145Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2316 | 2024-11-01T07:42:18.308Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2317 | 2024-11-01T07:42:18.547Z | Checking hashbrown v0.13.2 |
2318 | 2024-11-01T07:42:18.698Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2319 | 2024-11-01T07:42:19.420Z | Checking humantime v2.1.0 |
2320 | 2024-11-01T07:42:19.532Z | Checking crc-any v2.5.0 |
2321 | 2024-11-01T07:42:19.574Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2322 | 2024-11-01T07:42:19.611Z | Checking object v0.30.4 |
2323 | 2024-11-01T07:42:19.716Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2324 | 2024-11-01T07:42:19.954Z | Checking zip v0.6.6 |
2325 | 2024-11-01T07:42:20.129Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2326 | 2024-11-01T07:42:20.161Z | Checking path-slash v0.1.5 |
2327 | 2024-11-01T07:42:20.334Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2328 | 2024-11-01T07:42:20.505Z | Checking nix v0.27.1 |
2329 | 2024-11-01T07:42:20.662Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2330 | 2024-11-01T07:42:21.021Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2331 | 2024-11-01T07:42:21.271Z | Checking tungstenite v0.23.0 |
2332 | 2024-11-01T07:42:21.379Z | Checking kstat-rs v0.2.4 |
2333 | 2024-11-01T07:42:21.727Z | Checking signal-hook-tokio v0.3.1 |
2334 | 2024-11-01T07:42:22.217Z | Checking tokio-tungstenite v0.23.1 |
2335 | 2024-11-01T07:42:22.741Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2336 | 2024-11-01T07:42:23.013Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2337 | 2024-11-01T07:42:28.131Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2338 | 2024-11-01T07:42:29.878Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2339 | 2024-11-01T07:42:30.162Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2340 | 2024-11-01T07:42:33.309Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2341 | 2024-11-01T07:42:33.557Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2342 | 2024-11-01T07:42:34.902Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2343 | 2024-11-01T07:42:40.861Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2344 | 2024-11-01T07:42:41.513Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2345 | 2024-11-01T07:42:45.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.60s |
2346 | 2024-11-01T07:42:45.385Z | |
2347 | 2024-11-01T07:42:45.385Z | info: running `cargo check --bins` on gateway-api (47/168) |
2348 | 2024-11-01T07:42:45.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-11-01T07:42:45.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-11-01T07:42:45.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2351 | 2024-11-01T07:42:45.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2352 | 2024-11-01T07:42:45.982Z | |
2353 | 2024-11-01T07:42:45.982Z | info: running `cargo check --bins` on oximeter (48/168) |
2354 | 2024-11-01T07:42:46.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2024-11-01T07:42:46.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2024-11-01T07:42:46.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2357 | 2024-11-01T07:42:46.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2358 | 2024-11-01T07:42:46.571Z | |
2359 | 2024-11-01T07:42:46.571Z | info: running `cargo check --bins` on oximeter-macro-impl (49/168) |
2360 | 2024-11-01T07:42:47.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2361 | 2024-11-01T07:42:47.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2362 | 2024-11-01T07:42:47.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2363 | 2024-11-01T07:42:47.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2364 | 2024-11-01T07:42:47.143Z | |
2365 | 2024-11-01T07:42:47.143Z | info: running `cargo check --bins` on oximeter-schema (50/168) |
2366 | 2024-11-01T07:42:47.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2367 | 2024-11-01T07:42:47.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2368 | 2024-11-01T07:42:47.733Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2369 | 2024-11-01T07:42:48.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2370 | 2024-11-01T07:42:48.298Z | |
2371 | 2024-11-01T07:42:48.298Z | info: running `cargo check --bins` on oximeter-types (51/168) |
2372 | 2024-11-01T07:42:48.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2373 | 2024-11-01T07:42:48.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2374 | 2024-11-01T07:42:48.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2375 | 2024-11-01T07:42:48.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2376 | 2024-11-01T07:42:48.889Z | |
2377 | 2024-11-01T07:42:48.889Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/168) |
2378 | 2024-11-01T07:42:49.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-11-01T07:42:49.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-11-01T07:42:49.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2381 | 2024-11-01T07:42:49.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2382 | 2024-11-01T07:42:49.498Z | |
2383 | 2024-11-01T07:42:49.498Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168) |
2384 | 2024-11-01T07:42:49.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-11-01T07:42:49.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-11-01T07:42:49.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2387 | 2024-11-01T07:42:50.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2388 | 2024-11-01T07:42:50.069Z | |
2389 | 2024-11-01T07:42:50.069Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168) |
2390 | 2024-11-01T07:42:50.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-11-01T07:42:50.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-11-01T07:42:50.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2393 | 2024-11-01T07:42:50.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2394 | 2024-11-01T07:42:50.663Z | |
2395 | 2024-11-01T07:42:50.663Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168) |
2396 | 2024-11-01T07:42:51.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-11-01T07:42:51.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-11-01T07:42:51.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2024-11-01T07:42:51.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2400 | 2024-11-01T07:42:51.259Z | |
2401 | 2024-11-01T07:42:51.259Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168) |
2402 | 2024-11-01T07:42:51.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-11-01T07:42:51.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-11-01T07:42:51.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2405 | 2024-11-01T07:42:51.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2406 | 2024-11-01T07:42:51.854Z | |
2407 | 2024-11-01T07:42:51.854Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168) |
2408 | 2024-11-01T07:42:52.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-11-01T07:42:52.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-11-01T07:42:52.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2411 | 2024-11-01T07:42:52.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2412 | 2024-11-01T07:42:52.451Z | |
2413 | 2024-11-01T07:42:52.451Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168) |
2414 | 2024-11-01T07:42:52.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-11-01T07:42:52.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-11-01T07:42:52.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2417 | 2024-11-01T07:42:52.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2418 | 2024-11-01T07:42:53.047Z | |
2419 | 2024-11-01T07:42:53.047Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168) |
2420 | 2024-11-01T07:42:53.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-11-01T07:42:53.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-11-01T07:42:53.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2423 | 2024-11-01T07:42:53.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2424 | 2024-11-01T07:42:53.640Z | |
2425 | 2024-11-01T07:42:53.640Z | info: running `cargo check --bins` on oximeter-producer (60/168) |
2426 | 2024-11-01T07:42:54.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-11-01T07:42:54.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-11-01T07:42:54.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2024-11-01T07:42:54.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2430 | 2024-11-01T07:42:54.260Z | |
2431 | 2024-11-01T07:42:54.260Z | info: running `cargo check --bins` on internal-dns-resolver (61/168) |
2432 | 2024-11-01T07:42:54.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-11-01T07:42:54.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-11-01T07:42:54.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2435 | 2024-11-01T07:42:54.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2436 | 2024-11-01T07:42:54.844Z | |
2437 | 2024-11-01T07:42:54.844Z | info: running `cargo check --bins` on nexus-client (62/168) |
2438 | 2024-11-01T07:42:55.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-11-01T07:42:55.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-11-01T07:42:55.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2024-11-01T07:42:55.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2442 | 2024-11-01T07:42:55.452Z | |
2443 | 2024-11-01T07:42:55.452Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/168) |
2444 | 2024-11-01T07:42:55.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-11-01T07:42:55.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-11-01T07:42:55.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-11-01T07:42:55.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2448 | 2024-11-01T07:42:56.052Z | |
2449 | 2024-11-01T07:42:56.052Z | info: running `cargo check --bins` on omicron-passwords (64/168) |
2450 | 2024-11-01T07:42:56.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-11-01T07:42:56.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-11-01T07:42:56.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-11-01T07:42:56.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2454 | 2024-11-01T07:42:56.632Z | |
2455 | 2024-11-01T07:42:56.632Z | info: running `cargo check --bins` on nexus-types (65/168) |
2456 | 2024-11-01T07:42:57.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-11-01T07:42:57.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-11-01T07:42:57.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2024-11-01T07:42:57.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2460 | 2024-11-01T07:42:57.246Z | |
2461 | 2024-11-01T07:42:57.246Z | info: running `cargo check --bins` on gateway-client (66/168) |
2462 | 2024-11-01T07:42:57.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-11-01T07:42:57.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-11-01T07:42:57.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2024-11-01T07:42:57.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2466 | 2024-11-01T07:42:57.837Z | |
2467 | 2024-11-01T07:42:57.837Z | info: running `cargo check --bins` on oxql-types (67/168) |
2468 | 2024-11-01T07:42:58.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2024-11-01T07:42:58.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2024-11-01T07:42:58.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2024-11-01T07:42:58.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2472 | 2024-11-01T07:42:58.414Z | |
2473 | 2024-11-01T07:42:58.414Z | info: running `cargo check --bins` on update-engine (68/168) |
2474 | 2024-11-01T07:42:58.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-11-01T07:42:58.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-11-01T07:42:58.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2024-11-01T07:42:58.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2478 | 2024-11-01T07:42:58.994Z | |
2479 | 2024-11-01T07:42:58.994Z | info: running `cargo check --bins` on sp-sim (69/168) |
2480 | 2024-11-01T07:42:59.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-11-01T07:42:59.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-11-01T07:42:59.587Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2483 | 2024-11-01T07:43:01.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
2484 | 2024-11-01T07:43:01.574Z | |
2485 | 2024-11-01T07:43:01.574Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168) |
2486 | 2024-11-01T07:43:02.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-11-01T07:43:02.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-11-01T07:43:02.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2024-11-01T07:43:02.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2490 | 2024-11-01T07:43:02.186Z | |
2491 | 2024-11-01T07:43:02.186Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168) |
2492 | 2024-11-01T07:43:02.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-11-01T07:43:02.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-11-01T07:43:02.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2024-11-01T07:43:02.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2496 | 2024-11-01T07:43:02.828Z | |
2497 | 2024-11-01T07:43:02.828Z | info: running `cargo check --bins` on db-macros (72/168) |
2498 | 2024-11-01T07:43:03.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2024-11-01T07:43:03.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2024-11-01T07:43:03.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2024-11-01T07:43:03.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2502 | 2024-11-01T07:43:03.409Z | |
2503 | 2024-11-01T07:43:03.409Z | info: running `cargo check --bins` on nexus-macros-common (73/168) |
2504 | 2024-11-01T07:43:03.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-11-01T07:43:03.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-11-01T07:43:03.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2024-11-01T07:43:03.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2508 | 2024-11-01T07:43:03.976Z | |
2509 | 2024-11-01T07:43:03.976Z | info: running `cargo check --bins` on nexus-auth (74/168) |
2510 | 2024-11-01T07:43:04.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-11-01T07:43:04.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-11-01T07:43:04.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2024-11-01T07:43:04.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2514 | 2024-11-01T07:43:04.615Z | |
2515 | 2024-11-01T07:43:04.615Z | info: running `cargo check --bins` on authz-macros (75/168) |
2516 | 2024-11-01T07:43:05.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-11-01T07:43:05.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-11-01T07:43:05.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2024-11-01T07:43:05.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2520 | 2024-11-01T07:43:05.198Z | |
2521 | 2024-11-01T07:43:05.198Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/168) |
2522 | 2024-11-01T07:43:05.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-11-01T07:43:05.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-11-01T07:43:05.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2024-11-01T07:43:05.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2526 | 2024-11-01T07:43:05.817Z | |
2527 | 2024-11-01T07:43:05.817Z | info: running `cargo check --bins` on nexus-db-model (77/168) |
2528 | 2024-11-01T07:43:06.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-11-01T07:43:06.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-11-01T07:43:06.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2024-11-01T07:43:06.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2532 | 2024-11-01T07:43:06.431Z | |
2533 | 2024-11-01T07:43:06.431Z | info: running `cargo check --bins` on nexus-defaults (78/168) |
2534 | 2024-11-01T07:43:06.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-11-01T07:43:06.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-11-01T07:43:06.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-11-01T07:43:06.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2538 | 2024-11-01T07:43:07.024Z | |
2539 | 2024-11-01T07:43:07.024Z | info: running `cargo check --bins` on sled-agent-client (79/168) |
2540 | 2024-11-01T07:43:07.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-11-01T07:43:07.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-11-01T07:43:07.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2024-11-01T07:43:07.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2544 | 2024-11-01T07:43:07.624Z | |
2545 | 2024-11-01T07:43:07.624Z | info: running `cargo check --bins` on nexus-inventory (80/168) |
2546 | 2024-11-01T07:43:08.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-11-01T07:43:08.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-11-01T07:43:08.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2024-11-01T07:43:08.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2550 | 2024-11-01T07:43:08.237Z | |
2551 | 2024-11-01T07:43:08.237Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168) |
2552 | 2024-11-01T07:43:08.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-11-01T07:43:08.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-11-01T07:43:08.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2024-11-01T07:43:08.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2556 | 2024-11-01T07:43:08.833Z | |
2557 | 2024-11-01T07:43:08.833Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/168) |
2558 | 2024-11-01T07:43:09.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-11-01T07:43:09.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-11-01T07:43:09.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2024-11-01T07:43:09.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2562 | 2024-11-01T07:43:09.430Z | |
2563 | 2024-11-01T07:43:09.431Z | info: running `cargo check --bins` on typed-rng (83/168) |
2564 | 2024-11-01T07:43:09.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-11-01T07:43:09.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-11-01T07:43:09.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2024-11-01T07:43:09.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2568 | 2024-11-01T07:43:10.008Z | |
2569 | 2024-11-01T07:43:10.008Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168) |
2570 | 2024-11-01T07:43:10.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-11-01T07:43:10.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-11-01T07:43:10.720Z | Checking keccak v0.1.5 |
2573 | 2024-11-01T07:43:10.824Z | Checking secrecy v0.8.0 |
2574 | 2024-11-01T07:43:10.827Z | Compiling unicase v2.7.0 |
2575 | 2024-11-01T07:43:10.827Z | Compiling same-file v1.0.6 |
2576 | 2024-11-01T07:43:10.827Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2577 | 2024-11-01T07:43:10.845Z | Compiling tempfile v3.13.0 |
2578 | 2024-11-01T07:43:10.876Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2579 | 2024-11-01T07:43:10.878Z | Compiling thiserror-impl-no-std v2.0.2 |
2580 | 2024-11-01T07:43:11.025Z | Compiling walkdir v2.5.0 |
2581 | 2024-11-01T07:43:11.094Z | Checking universal-hash v0.5.1 |
2582 | 2024-11-01T07:43:11.110Z | Checking sha3 v0.10.8 |
2583 | 2024-11-01T07:43:11.196Z | Compiling ring v0.16.20 |
2584 | 2024-11-01T07:43:11.289Z | Compiling blake3 v1.5.4 |
2585 | 2024-11-01T07:43:11.326Z | Checking opaque-debug v0.3.1 |
2586 | 2024-11-01T07:43:11.451Z | Checking poly1305 v0.8.0 |
2587 | 2024-11-01T07:43:11.517Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2588 | 2024-11-01T07:43:11.692Z | Checking chacha20 v0.9.1 |
2589 | 2024-11-01T07:43:11.713Z | Checking aead v0.5.2 |
2590 | 2024-11-01T07:43:11.748Z | Compiling memmap2 v0.9.5 |
2591 | 2024-11-01T07:43:11.812Z | Compiling spin v0.5.2 |
2592 | 2024-11-01T07:43:11.933Z | Compiling constant_time_eq v0.3.1 |
2593 | 2024-11-01T07:43:11.970Z | Compiling salty v0.3.0 |
2594 | 2024-11-01T07:43:12.045Z | Compiling home v0.5.9 |
2595 | 2024-11-01T07:43:12.051Z | Compiling arrayref v0.3.9 |
2596 | 2024-11-01T07:43:12.103Z | Compiling arrayvec v0.7.6 |
2597 | 2024-11-01T07:43:12.170Z | Compiling untrusted v0.7.1 |
2598 | 2024-11-01T07:43:12.174Z | Compiling libefi-sys v0.1.0 |
2599 | 2024-11-01T07:43:12.307Z | Compiling toolchain_find v0.4.0 |
2600 | 2024-11-01T07:43:12.339Z | Checking chacha20poly1305 v0.10.1 |
2601 | 2024-11-01T07:43:12.495Z | Compiling camino-tempfile v1.1.1 |
2602 | 2024-11-01T07:43:12.521Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2603 | 2024-11-01T07:43:12.685Z | Compiling bitfield-struct v0.6.2 |
2604 | 2024-11-01T07:43:12.846Z | Compiling topological-sort v0.2.2 |
2605 | 2024-11-01T07:43:12.918Z | Compiling mime_guess v2.0.5 |
2606 | 2024-11-01T07:43:12.951Z | Compiling rustfmt-wrapper v0.2.1 |
2607 | 2024-11-01T07:43:13.454Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2608 | 2024-11-01T07:43:13.522Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2609 | 2024-11-01T07:43:13.603Z | Checking primeorder v0.13.6 |
2610 | 2024-11-01T07:43:13.769Z | Checking env_filter v0.1.2 |
2611 | 2024-11-01T07:43:13.812Z | Checking thiserror-no-std v2.0.2 |
2612 | 2024-11-01T07:43:13.815Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2613 | 2024-11-01T07:43:13.920Z | Checking vsss-rs v3.3.4 |
2614 | 2024-11-01T07:43:13.990Z | Checking env_logger v0.11.5 |
2615 | 2024-11-01T07:43:14.065Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2616 | 2024-11-01T07:43:14.082Z | Checking p384 v0.13.0 |
2617 | 2024-11-01T07:43:14.168Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2618 | 2024-11-01T07:43:14.224Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2619 | 2024-11-01T07:43:14.450Z | Checking gethostname v0.5.0 |
2620 | 2024-11-01T07:43:14.564Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2621 | 2024-11-01T07:43:14.579Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2622 | 2024-11-01T07:43:14.640Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2623 | 2024-11-01T07:43:14.943Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2624 | 2024-11-01T07:43:14.997Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2625 | 2024-11-01T07:43:15.274Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2626 | 2024-11-01T07:43:15.282Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2627 | 2024-11-01T07:43:15.495Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2628 | 2024-11-01T07:43:15.565Z | Checking nanorand v0.7.0 |
2629 | 2024-11-01T07:43:15.583Z | Checking atty v0.2.14 |
2630 | 2024-11-01T07:43:15.596Z | Checking glob v0.3.1 |
2631 | 2024-11-01T07:43:15.696Z | Checking http-range v0.1.5 |
2632 | 2024-11-01T07:43:15.884Z | Checking hyper-staticfile v0.10.1 |
2633 | 2024-11-01T07:43:15.905Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2634 | 2024-11-01T07:43:15.925Z | Checking flume v0.11.1 |
2635 | 2024-11-01T07:43:16.415Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2636 | 2024-11-01T07:43:16.495Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2637 | 2024-11-01T07:43:16.675Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2638 | 2024-11-01T07:43:17.112Z | Compiling omicron-zone-package v0.11.1 |
2639 | 2024-11-01T07:43:17.367Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2640 | 2024-11-01T07:43:17.848Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2641 | 2024-11-01T07:43:18.353Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2642 | 2024-11-01T07:43:18.369Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2643 | 2024-11-01T07:43:18.575Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2644 | 2024-11-01T07:43:19.074Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2645 | 2024-11-01T07:43:19.137Z | Checking display-error-chain v0.2.1 |
2646 | 2024-11-01T07:43:19.811Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2647 | 2024-11-01T07:43:21.061Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2648 | 2024-11-01T07:43:22.485Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2649 | 2024-11-01T07:43:22.489Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2650 | 2024-11-01T07:43:34.161Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2651 | 2024-11-01T07:44:22.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
2652 | 2024-11-01T07:44:22.938Z | |
2653 | 2024-11-01T07:44:22.938Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168) |
2654 | 2024-11-01T07:44:23.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-11-01T07:44:23.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-11-01T07:44:23.635Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2657 | 2024-11-01T07:45:12.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.49s |
2658 | 2024-11-01T07:45:12.644Z | |
2659 | 2024-11-01T07:45:12.644Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168) |
2660 | 2024-11-01T07:45:13.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-11-01T07:45:13.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-11-01T07:45:13.338Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2663 | 2024-11-01T07:46:02.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.75s |
2664 | 2024-11-01T07:46:02.598Z | |
2665 | 2024-11-01T07:46:02.598Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168) |
2666 | 2024-11-01T07:46:03.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-11-01T07:46:03.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-11-01T07:46:03.278Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2669 | 2024-11-01T07:46:51.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.20s |
2670 | 2024-11-01T07:46:51.989Z | |
2671 | 2024-11-01T07:46:51.989Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168) |
2672 | 2024-11-01T07:46:52.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-11-01T07:46:52.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-11-01T07:46:52.668Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2675 | 2024-11-01T07:47:41.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.46s |
2676 | 2024-11-01T07:47:41.643Z | |
2677 | 2024-11-01T07:47:41.643Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168) |
2678 | 2024-11-01T07:47:42.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-11-01T07:47:42.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-11-01T07:47:42.334Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2681 | 2024-11-01T07:48:30.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.98s |
2682 | 2024-11-01T07:48:30.836Z | |
2683 | 2024-11-01T07:48:30.836Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168) |
2684 | 2024-11-01T07:48:31.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-11-01T07:48:31.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-11-01T07:48:31.524Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2687 | 2024-11-01T07:49:20.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.64s |
2688 | 2024-11-01T07:49:20.677Z | |
2689 | 2024-11-01T07:49:20.677Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168) |
2690 | 2024-11-01T07:49:21.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2024-11-01T07:49:21.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2024-11-01T07:49:21.356Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2693 | 2024-11-01T07:50:10.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.95s |
2694 | 2024-11-01T07:50:10.821Z | |
2695 | 2024-11-01T07:50:10.821Z | info: running `cargo check --bins` on bootstrap-agent-api (92/168) |
2696 | 2024-11-01T07:50:11.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2024-11-01T07:50:11.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2024-11-01T07:50:11.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2024-11-01T07:50:11.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2700 | 2024-11-01T07:50:11.444Z | |
2701 | 2024-11-01T07:50:11.444Z | info: running `cargo check --bins` on sled-agent-types (93/168) |
2702 | 2024-11-01T07:50:11.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2024-11-01T07:50:11.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2024-11-01T07:50:11.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2024-11-01T07:50:11.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2706 | 2024-11-01T07:50:12.058Z | |
2707 | 2024-11-01T07:50:12.058Z | info: running `cargo check --bins` on bootstrap-agent-client (94/168) |
2708 | 2024-11-01T07:50:12.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2024-11-01T07:50:12.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2024-11-01T07:50:12.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2024-11-01T07:50:12.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2712 | 2024-11-01T07:50:12.662Z | |
2713 | 2024-11-01T07:50:12.662Z | info: running `cargo check --bins` on dpd-client (95/168) |
2714 | 2024-11-01T07:50:13.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2024-11-01T07:50:13.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2024-11-01T07:50:13.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2024-11-01T07:50:13.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2718 | 2024-11-01T07:50:13.252Z | |
2719 | 2024-11-01T07:50:13.252Z | info: running `cargo check --bins` on installinator-common (96/168) |
2720 | 2024-11-01T07:50:13.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2024-11-01T07:50:13.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2024-11-01T07:50:13.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2024-11-01T07:50:13.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2724 | 2024-11-01T07:50:13.863Z | |
2725 | 2024-11-01T07:50:13.863Z | info: running `cargo check --bins` on key-manager (97/168) |
2726 | 2024-11-01T07:50:14.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2024-11-01T07:50:14.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2024-11-01T07:50:14.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2024-11-01T07:50:14.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2730 | 2024-11-01T07:50:14.453Z | |
2731 | 2024-11-01T07:50:14.453Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/168) |
2732 | 2024-11-01T07:50:14.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2024-11-01T07:50:14.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2024-11-01T07:50:14.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2024-11-01T07:50:14.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2736 | 2024-11-01T07:50:15.054Z | |
2737 | 2024-11-01T07:50:15.054Z | info: running `cargo check --bins` on repo-depot-api (99/168) |
2738 | 2024-11-01T07:50:15.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2024-11-01T07:50:15.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2024-11-01T07:50:15.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2024-11-01T07:50:15.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2742 | 2024-11-01T07:50:15.641Z | |
2743 | 2024-11-01T07:50:15.641Z | info: running `cargo check --bins` on repo-depot-client (100/168) |
2744 | 2024-11-01T07:50:16.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2024-11-01T07:50:16.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2024-11-01T07:50:16.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2024-11-01T07:50:16.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2748 | 2024-11-01T07:50:16.218Z | |
2749 | 2024-11-01T07:50:16.218Z | info: running `cargo check --bins` on sled-agent-api (101/168) |
2750 | 2024-11-01T07:50:16.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2024-11-01T07:50:16.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2024-11-01T07:50:16.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2024-11-01T07:50:16.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2754 | 2024-11-01T07:50:16.824Z | |
2755 | 2024-11-01T07:50:16.824Z | info: running `cargo check --bins` on sled-hardware (102/168) |
2756 | 2024-11-01T07:50:17.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2024-11-01T07:50:17.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2024-11-01T07:50:17.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2024-11-01T07:50:17.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2760 | 2024-11-01T07:50:17.428Z | |
2761 | 2024-11-01T07:50:17.428Z | info: running `cargo check --bins --no-default-features` on sled-storage (103/168) |
2762 | 2024-11-01T07:50:17.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-11-01T07:50:17.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-11-01T07:50:17.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2024-11-01T07:50:17.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2766 | 2024-11-01T07:50:18.035Z | |
2767 | 2024-11-01T07:50:18.035Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168) |
2768 | 2024-11-01T07:50:18.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-11-01T07:50:18.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-11-01T07:50:18.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2024-11-01T07:50:18.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2772 | 2024-11-01T07:50:18.640Z | |
2773 | 2024-11-01T07:50:18.640Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (105/168) |
2774 | 2024-11-01T07:50:19.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-11-01T07:50:19.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-11-01T07:50:19.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2024-11-01T07:50:19.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2778 | 2024-11-01T07:50:19.255Z | |
2779 | 2024-11-01T07:50:19.255Z | info: running `cargo check --bins` on nexus-test-interface (106/168) |
2780 | 2024-11-01T07:50:19.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-11-01T07:50:19.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-11-01T07:50:19.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-11-01T07:50:19.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2784 | 2024-11-01T07:50:19.870Z | |
2785 | 2024-11-01T07:50:19.870Z | info: running `cargo check --bins` on oximeter-collector (107/168) |
2786 | 2024-11-01T07:50:20.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-11-01T07:50:20.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-11-01T07:50:20.518Z | Compiling phf_generator v0.11.2 |
2789 | 2024-11-01T07:50:20.520Z | Compiling parse-zoneinfo v0.3.1 |
2790 | 2024-11-01T07:50:20.628Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2791 | 2024-11-01T07:50:20.632Z | Checking bcs v0.1.6 |
2792 | 2024-11-01T07:50:20.632Z | Compiling async-recursion v1.1.1 |
2793 | 2024-11-01T07:50:20.632Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2794 | 2024-11-01T07:50:20.632Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2795 | 2024-11-01T07:50:20.719Z | Compiling phf_codegen v0.11.2 |
2796 | 2024-11-01T07:50:21.202Z | Compiling chrono-tz-build v0.4.0 |
2797 | 2024-11-01T07:50:22.138Z | Compiling chrono-tz v0.10.0 |
2798 | 2024-11-01T07:50:29.383Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2799 | 2024-11-01T07:50:33.629Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2800 | 2024-11-01T07:50:36.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.19s |
2801 | 2024-11-01T07:50:36.233Z | |
2802 | 2024-11-01T07:50:36.233Z | info: running `cargo check --bins` on oximeter-api (108/168) |
2803 | 2024-11-01T07:50:36.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-11-01T07:50:36.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-11-01T07:50:36.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-11-01T07:50:36.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2807 | 2024-11-01T07:50:36.820Z | |
2808 | 2024-11-01T07:50:36.820Z | info: running `cargo check --bins` on oximeter-client (109/168) |
2809 | 2024-11-01T07:50:37.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-11-01T07:50:37.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-11-01T07:50:37.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2024-11-01T07:50:37.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2813 | 2024-11-01T07:50:37.402Z | |
2814 | 2024-11-01T07:50:37.402Z | info: running `cargo check --bins --no-default-features` on oximeter-db (110/168) |
2815 | 2024-11-01T07:50:37.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-11-01T07:50:37.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-11-01T07:50:38.001Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2818 | 2024-11-01T07:50:38.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
2819 | 2024-11-01T07:50:38.781Z | |
2820 | 2024-11-01T07:50:38.781Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168) |
2821 | 2024-11-01T07:50:39.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2024-11-01T07:50:39.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2024-11-01T07:50:39.398Z | Compiling cfg_aliases v0.1.1 |
2824 | 2024-11-01T07:50:39.401Z | Compiling vte_generate_state_changes v0.1.2 |
2825 | 2024-11-01T07:50:39.401Z | Checking fd-lock v4.0.2 |
2826 | 2024-11-01T07:50:39.401Z | Checking bytecount v0.6.8 |
2827 | 2024-11-01T07:50:39.495Z | Compiling tabled_derive v0.7.0 |
2828 | 2024-11-01T07:50:39.504Z | Compiling peg-macros v0.8.4 |
2829 | 2024-11-01T07:50:39.512Z | Compiling sqlparser_derive v0.2.2 |
2830 | 2024-11-01T07:50:39.514Z | Checking nu-ansi-term v0.50.1 |
2831 | 2024-11-01T07:50:39.572Z | Compiling nix v0.28.0 |
2832 | 2024-11-01T07:50:39.622Z | Checking papergrid v0.11.0 |
2833 | 2024-11-01T07:50:39.692Z | Checking home v0.5.9 |
2834 | 2024-11-01T07:50:39.837Z | Checking unicode_categories v0.1.1 |
2835 | 2024-11-01T07:50:40.127Z | Checking vte v0.11.1 |
2836 | 2024-11-01T07:50:40.142Z | Checking sqlformat v0.2.6 |
2837 | 2024-11-01T07:50:40.556Z | Checking sqlparser v0.45.0 |
2838 | 2024-11-01T07:50:41.420Z | Checking strip-ansi-escapes v0.2.0 |
2839 | 2024-11-01T07:50:41.452Z | Checking tabled v0.15.0 |
2840 | 2024-11-01T07:50:41.571Z | Checking reedline v0.35.0 |
2841 | 2024-11-01T07:50:42.044Z | Checking peg v0.8.4 |
2842 | 2024-11-01T07:50:43.023Z | Checking rustyline v14.0.0 |
2843 | 2024-11-01T07:50:46.749Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2844 | 2024-11-01T07:50:53.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
2845 | 2024-11-01T07:50:53.262Z | |
2846 | 2024-11-01T07:50:53.262Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168) |
2847 | 2024-11-01T07:50:53.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-11-01T07:50:53.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-11-01T07:50:53.875Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2850 | 2024-11-01T07:51:00.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.05s |
2851 | 2024-11-01T07:51:00.499Z | |
2852 | 2024-11-01T07:51:00.499Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168) |
2853 | 2024-11-01T07:51:01.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-11-01T07:51:01.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-11-01T07:51:01.111Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2856 | 2024-11-01T07:51:06.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2857 | 2024-11-01T07:51:06.297Z | |
2858 | 2024-11-01T07:51:06.298Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168) |
2859 | 2024-11-01T07:51:06.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-11-01T07:51:06.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-11-01T07:51:06.909Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2862 | 2024-11-01T07:51:12.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s |
2863 | 2024-11-01T07:51:13.163Z | |
2864 | 2024-11-01T07:51:13.163Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168) |
2865 | 2024-11-01T07:51:13.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-11-01T07:51:13.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-11-01T07:51:13.778Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2868 | 2024-11-01T07:51:20.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s |
2869 | 2024-11-01T07:51:20.169Z | |
2870 | 2024-11-01T07:51:20.169Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168) |
2871 | 2024-11-01T07:51:20.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-11-01T07:51:20.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-11-01T07:51:20.782Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2874 | 2024-11-01T07:51:25.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
2875 | 2024-11-01T07:51:26.124Z | |
2876 | 2024-11-01T07:51:26.124Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168) |
2877 | 2024-11-01T07:51:26.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-11-01T07:51:26.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-11-01T07:51:26.746Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2880 | 2024-11-01T07:51:31.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
2881 | 2024-11-01T07:51:32.167Z | |
2882 | 2024-11-01T07:51:32.167Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168) |
2883 | 2024-11-01T07:51:32.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-11-01T07:51:32.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-11-01T07:51:32.790Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2886 | 2024-11-01T07:51:39.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.00s |
2887 | 2024-11-01T07:51:39.352Z | |
2888 | 2024-11-01T07:51:39.352Z | info: running `cargo check --bins` on oximeter-test-utils (119/168) |
2889 | 2024-11-01T07:51:39.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-11-01T07:51:39.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-11-01T07:51:39.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2024-11-01T07:51:39.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2893 | 2024-11-01T07:51:39.967Z | |
2894 | 2024-11-01T07:51:39.967Z | info: running `cargo check --bins` on cockroach-admin-client (120/168) |
2895 | 2024-11-01T07:51:40.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2024-11-01T07:51:40.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2024-11-01T07:51:40.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2898 | 2024-11-01T07:51:40.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2899 | 2024-11-01T07:51:40.553Z | |
2900 | 2024-11-01T07:51:40.553Z | info: running `cargo check --bins` on installinator-client (121/168) |
2901 | 2024-11-01T07:51:41.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2024-11-01T07:51:41.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2024-11-01T07:51:41.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2904 | 2024-11-01T07:51:41.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2905 | 2024-11-01T07:51:41.157Z | |
2906 | 2024-11-01T07:51:41.157Z | info: running `cargo check --bins` on oxide-client (122/168) |
2907 | 2024-11-01T07:51:41.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2908 | 2024-11-01T07:51:41.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2909 | 2024-11-01T07:51:41.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2910 | 2024-11-01T07:51:41.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2911 | 2024-11-01T07:51:41.737Z | |
2912 | 2024-11-01T07:51:41.737Z | info: running `cargo check --bins` on wicketd-client (123/168) |
2913 | 2024-11-01T07:51:42.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2024-11-01T07:51:42.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2024-11-01T07:51:42.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2916 | 2024-11-01T07:51:42.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2917 | 2024-11-01T07:51:42.364Z | |
2918 | 2024-11-01T07:51:42.364Z | info: running `cargo check --bins` on wicket-common (124/168) |
2919 | 2024-11-01T07:51:42.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2024-11-01T07:51:42.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2024-11-01T07:51:42.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2922 | 2024-11-01T07:51:42.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2923 | 2024-11-01T07:51:42.974Z | |
2924 | 2024-11-01T07:51:42.974Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/168) |
2925 | 2024-11-01T07:51:43.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2024-11-01T07:51:43.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2024-11-01T07:51:43.590Z | Checking csv-core v0.1.11 |
2928 | 2024-11-01T07:51:43.592Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2929 | 2024-11-01T07:51:43.894Z | Checking csv v1.3.0 |
2930 | 2024-11-01T07:51:44.415Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2931 | 2024-11-01T07:51:44.768Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2932 | 2024-11-01T07:51:45.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
2933 | 2024-11-01T07:51:46.151Z | |
2934 | 2024-11-01T07:51:46.151Z | info: running `cargo check --bins` on cockroach-admin-api (126/168) |
2935 | 2024-11-01T07:51:46.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2024-11-01T07:51:46.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2024-11-01T07:51:46.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2938 | 2024-11-01T07:51:46.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2939 | 2024-11-01T07:51:46.742Z | |
2940 | 2024-11-01T07:51:46.742Z | info: running `cargo check --bins` on cockroach-admin-types (127/168) |
2941 | 2024-11-01T07:51:47.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2024-11-01T07:51:47.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2024-11-01T07:51:47.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2944 | 2024-11-01T07:51:47.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2945 | 2024-11-01T07:51:47.331Z | |
2946 | 2024-11-01T07:51:47.331Z | info: running `cargo check --bins` on cert-dev (128/168) |
2947 | 2024-11-01T07:51:47.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2024-11-01T07:51:47.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2024-11-01T07:51:47.900Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2950 | 2024-11-01T07:51:48.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2951 | 2024-11-01T07:51:48.322Z | |
2952 | 2024-11-01T07:51:48.322Z | info: running `cargo check --bins` on ch-dev (129/168) |
2953 | 2024-11-01T07:51:48.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2024-11-01T07:51:48.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2024-11-01T07:51:48.937Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2956 | 2024-11-01T07:51:49.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2957 | 2024-11-01T07:51:49.808Z | |
2958 | 2024-11-01T07:51:49.808Z | info: running `cargo check --bins` on crdb-seed (130/168) |
2959 | 2024-11-01T07:51:50.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2024-11-01T07:51:50.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2024-11-01T07:51:50.424Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2962 | 2024-11-01T07:51:50.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2963 | 2024-11-01T07:51:50.920Z | |
2964 | 2024-11-01T07:51:50.920Z | info: running `cargo check --bins` on db-dev (131/168) |
2965 | 2024-11-01T07:51:51.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2024-11-01T07:51:51.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2024-11-01T07:51:51.526Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2968 | 2024-11-01T07:51:52.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2969 | 2024-11-01T07:51:52.398Z | |
2970 | 2024-11-01T07:51:52.398Z | info: running `cargo check --bins` on omicron-dev-lib (132/168) |
2971 | 2024-11-01T07:51:52.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2024-11-01T07:51:52.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2024-11-01T07:51:52.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2974 | 2024-11-01T07:51:52.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2975 | 2024-11-01T07:51:53.001Z | |
2976 | 2024-11-01T07:51:53.001Z | info: running `cargo check --bins` on xtask-downloader (133/168) |
2977 | 2024-11-01T07:51:53.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2024-11-01T07:51:53.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2024-11-01T07:51:53.567Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2980 | 2024-11-01T07:51:54.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
2981 | 2024-11-01T07:51:54.654Z | |
2982 | 2024-11-01T07:51:54.654Z | info: running `cargo check --bins` on omicron-ls-apis (134/168) |
2983 | 2024-11-01T07:51:55.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-11-01T07:51:55.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-11-01T07:51:55.242Z | Checking cargo-platform v0.1.8 |
2986 | 2024-11-01T07:51:55.506Z | Checking cargo_metadata v0.18.1 |
2987 | 2024-11-01T07:51:56.466Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2988 | 2024-11-01T07:51:57.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
2989 | 2024-11-01T07:51:57.360Z | |
2990 | 2024-11-01T07:51:57.361Z | info: running `cargo check --bins` on mgs-dev (135/168) |
2991 | 2024-11-01T07:51:57.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-11-01T07:51:57.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-11-01T07:51:58.029Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2994 | 2024-11-01T07:51:58.706Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2995 | 2024-11-01T07:51:59.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
2996 | 2024-11-01T07:51:59.396Z | |
2997 | 2024-11-01T07:51:59.396Z | info: running `cargo check --bins` on omicron-omdb (136/168) |
2998 | 2024-11-01T07:51:59.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-11-01T07:51:59.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-11-01T07:52:00.138Z | Compiling glob v0.3.1 |
3001 | 2024-11-01T07:52:00.138Z | Compiling crunchy v0.2.2 |
3002 | 2024-11-01T07:52:00.141Z | Compiling tiny-keccak v2.0.2 |
3003 | 2024-11-01T07:52:00.141Z | Compiling dsl_auto_type v0.1.2 |
3004 | 2024-11-01T07:52:00.141Z | Checking scheduled-thread-pool v0.2.7 |
3005 | 2024-11-01T07:52:00.142Z | Compiling diesel_table_macro_syntax v0.2.0 |
3006 | 2024-11-01T07:52:00.257Z | Compiling ascii-canvas v3.0.0 |
3007 | 2024-11-01T07:52:00.266Z | Compiling ena v0.14.3 |
3008 | 2024-11-01T07:52:00.469Z | Checking r2d2 v0.8.10 |
3009 | 2024-11-01T07:52:00.594Z | Compiling libloading v0.8.5 |
3010 | 2024-11-01T07:52:00.660Z | Compiling bindgen v0.69.5 |
3011 | 2024-11-01T07:52:00.722Z | Compiling regex-syntax v0.6.29 |
3012 | 2024-11-01T07:52:00.797Z | Compiling diff v0.1.13 |
3013 | 2024-11-01T07:52:00.800Z | Compiling which v4.4.2 |
3014 | 2024-11-01T07:52:00.997Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3015 | 2024-11-01T07:52:01.124Z | Compiling clang-sys v1.8.1 |
3016 | 2024-11-01T07:52:01.232Z | Compiling cexpr v0.6.0 |
3017 | 2024-11-01T07:52:01.415Z | Compiling rustc-hash v1.1.0 |
3018 | 2024-11-01T07:52:01.432Z | Compiling lazycell v1.3.0 |
3019 | 2024-11-01T07:52:01.473Z | Compiling ref-cast v1.0.23 |
3020 | 2024-11-01T07:52:01.572Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3021 | 2024-11-01T07:52:01.590Z | Compiling derive_builder_core v0.20.2 |
3022 | 2024-11-01T07:52:01.593Z | Compiling libxml v0.3.3 |
3023 | 2024-11-01T07:52:01.817Z | Compiling diesel_derives v2.2.3 |
3024 | 2024-11-01T07:52:01.855Z | Compiling ref-cast-impl v1.0.23 |
3025 | 2024-11-01T07:52:01.986Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3026 | 2024-11-01T07:52:02.145Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3027 | 2024-11-01T07:52:02.505Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3028 | 2024-11-01T07:52:02.806Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3029 | 2024-11-01T07:52:02.863Z | Compiling strum_macros v0.24.3 |
3030 | 2024-11-01T07:52:03.142Z | Compiling indoc v1.0.9 |
3031 | 2024-11-01T07:52:03.788Z | Compiling derive_builder_macro v0.20.2 |
3032 | 2024-11-01T07:52:04.115Z | Compiling lalrpop v0.19.12 |
3033 | 2024-11-01T07:52:04.671Z | Checking derive_builder v0.20.2 |
3034 | 2024-11-01T07:52:04.830Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3035 | 2024-11-01T07:52:05.068Z | Compiling oso-derive v0.27.3 |
3036 | 2024-11-01T07:52:05.146Z | Compiling impl-trait-for-tuples v0.2.2 |
3037 | 2024-11-01T07:52:05.426Z | Checking quick-xml v0.33.0 |
3038 | 2024-11-01T07:52:06.304Z | Compiling diesel-dtrace v0.3.0 |
3039 | 2024-11-01T07:52:06.503Z | Checking maplit v1.0.2 |
3040 | 2024-11-01T07:52:06.655Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3041 | 2024-11-01T07:52:06.700Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3042 | 2024-11-01T07:52:07.023Z | Checking bb8 v0.8.5 |
3043 | 2024-11-01T07:52:07.548Z | Compiling const_format_proc_macros v0.2.33 |
3044 | 2024-11-01T07:52:07.675Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3045 | 2024-11-01T07:52:07.978Z | Checking castaway v0.2.3 |
3046 | 2024-11-01T07:52:08.158Z | Checking rand_seeder v0.3.0 |
3047 | 2024-11-01T07:52:08.311Z | Checking compact_str v0.8.0 |
3048 | 2024-11-01T07:52:08.413Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3049 | 2024-11-01T07:52:08.664Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3050 | 2024-11-01T07:52:09.199Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3051 | 2024-11-01T07:52:09.537Z | Checking const_format v0.2.33 |
3052 | 2024-11-01T07:52:09.970Z | Checking unicode-truncate v1.1.0 |
3053 | 2024-11-01T07:52:10.069Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3054 | 2024-11-01T07:52:10.234Z | Checking lru v0.12.5 |
3055 | 2024-11-01T07:52:10.380Z | Compiling instability v0.3.2 |
3056 | 2024-11-01T07:52:10.532Z | Checking smawk v0.3.2 |
3057 | 2024-11-01T07:52:10.750Z | Checking is_ci v1.2.0 |
3058 | 2024-11-01T07:52:10.894Z | Checking unicode-linebreak v0.1.5 |
3059 | 2024-11-01T07:52:11.148Z | Checking cassowary v0.3.0 |
3060 | 2024-11-01T07:52:11.317Z | Checking textwrap v0.16.1 |
3061 | 2024-11-01T07:52:11.432Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3062 | 2024-11-01T07:52:11.583Z | Checking ratatui v0.28.1 |
3063 | 2024-11-01T07:52:11.738Z | Checking supports-color v3.0.1 |
3064 | 2024-11-01T07:52:11.975Z | Checking multimap v0.10.0 |
3065 | 2024-11-01T07:52:13.434Z | Checking diesel v2.2.4 |
3066 | 2024-11-01T07:52:36.619Z | Compiling samael v0.0.17 |
3067 | 2024-11-01T07:52:49.506Z | Compiling polar-core v0.27.3 |
3068 | 2024-11-01T07:52:49.645Z | Checking async-bb8-diesel v0.2.1 |
3069 | 2024-11-01T07:52:57.035Z | Checking oso v0.27.3 |
3070 | 2024-11-01T07:54:33.343Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3071 | 2024-11-01T07:54:41.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s |
3072 | 2024-11-01T07:54:41.487Z | |
3073 | 2024-11-01T07:54:41.487Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168) |
3074 | 2024-11-01T07:54:42.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2024-11-01T07:54:42.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2024-11-01T07:54:42.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3077 | 2024-11-01T07:54:42.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3078 | 2024-11-01T07:54:42.134Z | |
3079 | 2024-11-01T07:54:42.134Z | info: running `cargo check --bins` on nexus-saga-recovery (138/168) |
3080 | 2024-11-01T07:54:42.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-11-01T07:54:42.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-11-01T07:54:42.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3083 | 2024-11-01T07:54:42.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3084 | 2024-11-01T07:54:42.767Z | |
3085 | 2024-11-01T07:54:42.767Z | info: running `cargo check --bins` on nexus-test-utils-macros (139/168) |
3086 | 2024-11-01T07:54:43.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3087 | 2024-11-01T07:54:43.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3088 | 2024-11-01T07:54:43.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3089 | 2024-11-01T07:54:43.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3090 | 2024-11-01T07:54:43.341Z | |
3091 | 2024-11-01T07:54:43.341Z | info: running `cargo check --bins` on omicron-nexus (140/168) |
3092 | 2024-11-01T07:54:43.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-11-01T07:54:43.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-11-01T07:54:44.103Z | Compiling libz-sys v1.1.20 |
3095 | 2024-11-01T07:54:44.211Z | Checking http v0.2.12 |
3096 | 2024-11-01T07:54:44.214Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3097 | 2024-11-01T07:54:44.233Z | Compiling vergen v8.3.2 |
3098 | 2024-11-01T07:54:44.236Z | Compiling cargo-platform v0.1.8 |
3099 | 2024-11-01T07:54:44.236Z | Compiling pin-project-internal v1.1.6 |
3100 | 2024-11-01T07:54:44.273Z | Compiling libsqlite3-sys v0.30.1 |
3101 | 2024-11-01T07:54:44.273Z | Compiling snafu-derive v0.8.5 |
3102 | 2024-11-01T07:54:44.538Z | Compiling cfg_aliases v0.2.1 |
3103 | 2024-11-01T07:54:44.655Z | Compiling cargo_metadata v0.18.1 |
3104 | 2024-11-01T07:54:44.788Z | Compiling buf-list v1.0.3 |
3105 | 2024-11-01T07:54:44.810Z | Checking sync_wrapper v0.1.2 |
3106 | 2024-11-01T07:54:44.935Z | Compiling rustls v0.21.12 |
3107 | 2024-11-01T07:54:45.238Z | Compiling nix v0.29.0 |
3108 | 2024-11-01T07:54:45.279Z | Checking globset v0.4.15 |
3109 | 2024-11-01T07:54:45.513Z | Checking rustls-webpki v0.101.7 |
3110 | 2024-11-01T07:54:45.558Z | Checking http-body v0.4.6 |
3111 | 2024-11-01T07:54:45.786Z | Checking h2 v0.3.26 |
3112 | 2024-11-01T07:54:45.948Z | Checking olpc-cjson v0.1.4 |
3113 | 2024-11-01T07:54:46.083Z | Checking sct v0.7.1 |
3114 | 2024-11-01T07:54:46.181Z | Checking serde_plain v1.0.2 |
3115 | 2024-11-01T07:54:46.223Z | Checking typed-path v0.7.1 |
3116 | 2024-11-01T07:54:47.142Z | Checking pin-project v1.1.6 |
3117 | 2024-11-01T07:54:47.215Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3118 | 2024-11-01T07:54:47.263Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3119 | 2024-11-01T07:54:47.512Z | Checking hashlink v0.9.1 |
3120 | 2024-11-01T07:54:47.552Z | Checking fallible-iterator v0.3.0 |
3121 | 2024-11-01T07:54:48.129Z | Checking parse-size v1.1.0 |
3122 | 2024-11-01T07:54:48.132Z | Checking fallible-streaming-iterator v0.1.9 |
3123 | 2024-11-01T07:54:48.231Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3124 | 2024-11-01T07:54:48.290Z | Checking rustls-pemfile v1.0.4 |
3125 | 2024-11-01T07:54:48.357Z | Checking rusqlite v0.32.1 |
3126 | 2024-11-01T07:54:48.479Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3127 | 2024-11-01T07:54:48.698Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3128 | 2024-11-01T07:54:48.765Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3129 | 2024-11-01T07:54:48.896Z | Checking twox-hash v1.6.3 |
3130 | 2024-11-01T07:54:49.209Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3131 | 2024-11-01T07:54:49.415Z | Checking tokio-rustls v0.24.1 |
3132 | 2024-11-01T07:54:49.554Z | Checking snafu v0.8.5 |
3133 | 2024-11-01T07:54:49.769Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3134 | 2024-11-01T07:54:49.912Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3135 | 2024-11-01T07:54:50.067Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3136 | 2024-11-01T07:54:50.260Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3137 | 2024-11-01T07:54:50.480Z | Checking fatfs v0.3.6 |
3138 | 2024-11-01T07:54:51.080Z | Checking assert_matches v1.5.0 |
3139 | 2024-11-01T07:54:51.761Z | Checking hyper v0.14.30 |
3140 | 2024-11-01T07:54:55.774Z | Checking reqwest v0.11.27 |
3141 | 2024-11-01T07:54:56.533Z | Checking tough v0.17.1 |
3142 | 2024-11-01T07:54:57.169Z | Compiling git2 v0.19.0 |
3143 | 2024-11-01T07:54:59.655Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3144 | 2024-11-01T07:55:00.851Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3145 | 2024-11-01T07:55:02.420Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3146 | 2024-11-01T07:58:34.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 50s |
3147 | 2024-11-01T07:58:34.455Z | |
3148 | 2024-11-01T07:58:34.455Z | info: running `cargo check --bins` on nexus-external-api (141/168) |
3149 | 2024-11-01T07:58:35.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2024-11-01T07:58:35.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2024-11-01T07:58:35.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3152 | 2024-11-01T07:58:35.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3153 | 2024-11-01T07:58:35.108Z | |
3154 | 2024-11-01T07:58:35.108Z | info: running `cargo check --bins` on openapi-manager-types (142/168) |
3155 | 2024-11-01T07:58:35.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-11-01T07:58:35.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-11-01T07:58:35.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3158 | 2024-11-01T07:58:35.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3159 | 2024-11-01T07:58:35.683Z | |
3160 | 2024-11-01T07:58:35.683Z | info: running `cargo check --bins` on nexus-internal-api (143/168) |
3161 | 2024-11-01T07:58:36.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2024-11-01T07:58:36.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2024-11-01T07:58:36.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3164 | 2024-11-01T07:58:36.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3165 | 2024-11-01T07:58:36.299Z | |
3166 | 2024-11-01T07:58:36.299Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (144/168) |
3167 | 2024-11-01T07:58:36.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2024-11-01T07:58:36.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2024-11-01T07:58:36.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3170 | 2024-11-01T07:58:36.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3171 | 2024-11-01T07:58:36.942Z | |
3172 | 2024-11-01T07:58:36.942Z | info: running `cargo check --bins` on nexus-networking (145/168) |
3173 | 2024-11-01T07:58:37.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2024-11-01T07:58:37.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2024-11-01T07:58:37.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3176 | 2024-11-01T07:58:37.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3177 | 2024-11-01T07:58:37.575Z | |
3178 | 2024-11-01T07:58:37.575Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (146/168) |
3179 | 2024-11-01T07:58:38.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2024-11-01T07:58:38.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2024-11-01T07:58:38.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3182 | 2024-11-01T07:58:38.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3183 | 2024-11-01T07:58:38.210Z | |
3184 | 2024-11-01T07:58:38.210Z | info: running `cargo check --bins` on update-common (147/168) |
3185 | 2024-11-01T07:58:38.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2024-11-01T07:58:38.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2024-11-01T07:58:38.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3188 | 2024-11-01T07:58:38.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3189 | 2024-11-01T07:58:38.829Z | |
3190 | 2024-11-01T07:58:38.829Z | info: running `cargo check --bins` on tufaceous-lib (148/168) |
3191 | 2024-11-01T07:58:39.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2024-11-01T07:58:39.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2024-11-01T07:58:39.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3194 | 2024-11-01T07:58:39.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3195 | 2024-11-01T07:58:39.443Z | |
3196 | 2024-11-01T07:58:39.443Z | info: running `cargo check --bins` on tufaceous (149/168) |
3197 | 2024-11-01T07:58:39.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3198 | 2024-11-01T07:58:39.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3199 | 2024-11-01T07:58:40.077Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3200 | 2024-11-01T07:58:40.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
3201 | 2024-11-01T07:58:41.161Z | |
3202 | 2024-11-01T07:58:41.161Z | info: running `cargo check --bins` on omicron-dev (150/168) |
3203 | 2024-11-01T07:58:41.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2024-11-01T07:58:41.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2024-11-01T07:58:41.961Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3206 | 2024-11-01T07:58:42.081Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3207 | 2024-11-01T07:58:42.084Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3208 | 2024-11-01T07:58:42.084Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3209 | 2024-11-01T07:59:37.195Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3210 | 2024-11-01T07:59:37.198Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3211 | 2024-11-01T07:59:37.198Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3212 | 2024-11-01T07:59:37.198Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3213 | 2024-11-01T07:59:37.198Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3214 | 2024-11-01T07:59:37.940Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3215 | 2024-11-01T07:59:39.188Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3216 | 2024-11-01T08:02:59.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 18s |
3217 | 2024-11-01T08:02:59.587Z | |
3218 | 2024-11-01T08:02:59.587Z | info: running `cargo check --bins` on openapi-manager (151/168) |
3219 | 2024-11-01T08:03:00.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2024-11-01T08:03:00.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2024-11-01T08:03:00.271Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3222 | 2024-11-01T08:03:00.274Z | Checking heck v0.4.1 |
3223 | 2024-11-01T08:03:00.274Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3224 | 2024-11-01T08:03:00.513Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3225 | 2024-11-01T08:03:01.897Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3226 | 2024-11-01T08:03:02.711Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3227 | 2024-11-01T08:03:03.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
3228 | 2024-11-01T08:03:03.903Z | |
3229 | 2024-11-01T08:03:03.903Z | info: running `cargo check --bins` on installinator-api (152/168) |
3230 | 2024-11-01T08:03:04.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2024-11-01T08:03:04.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2024-11-01T08:03:04.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3233 | 2024-11-01T08:03:04.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3234 | 2024-11-01T08:03:04.521Z | |
3235 | 2024-11-01T08:03:04.521Z | info: running `cargo check --bins` on wicketd-api (153/168) |
3236 | 2024-11-01T08:03:05.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2024-11-01T08:03:05.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2024-11-01T08:03:05.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3239 | 2024-11-01T08:03:05.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3240 | 2024-11-01T08:03:05.144Z | |
3241 | 2024-11-01T08:03:05.144Z | info: running `cargo check --bins` on reconfigurator-cli (154/168) |
3242 | 2024-11-01T08:03:05.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2024-11-01T08:03:05.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2024-11-01T08:03:05.783Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3245 | 2024-11-01T08:03:06.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
3246 | 2024-11-01T08:03:07.116Z | |
3247 | 2024-11-01T08:03:07.116Z | info: running `cargo check --bins` on omicron-releng (155/168) |
3248 | 2024-11-01T08:03:07.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2024-11-01T08:03:07.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2024-11-01T08:03:07.760Z | Checking memmap2 v0.9.5 |
3251 | 2024-11-01T08:03:07.763Z | Checking arrayvec v0.7.6 |
3252 | 2024-11-01T08:03:07.763Z | Checking untrusted v0.7.1 |
3253 | 2024-11-01T08:03:07.764Z | Checking spin v0.5.2 |
3254 | 2024-11-01T08:03:07.764Z | Checking constant_time_eq v0.3.1 |
3255 | 2024-11-01T08:03:07.764Z | Checking arrayref v0.3.9 |
3256 | 2024-11-01T08:03:07.869Z | Checking topological-sort v0.2.2 |
3257 | 2024-11-01T08:03:07.890Z | Checking shell-words v1.1.0 |
3258 | 2024-11-01T08:03:08.045Z | Checking ring v0.16.20 |
3259 | 2024-11-01T08:03:08.145Z | Checking blake3 v1.5.4 |
3260 | 2024-11-01T08:03:09.186Z | Checking omicron-zone-package v0.11.1 |
3261 | 2024-11-01T08:03:10.304Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3262 | 2024-11-01T08:03:11.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
3263 | 2024-11-01T08:03:11.370Z | |
3264 | 2024-11-01T08:03:11.370Z | info: running `cargo check --bins` on xtask (156/168) |
3265 | 2024-11-01T08:03:11.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2024-11-01T08:03:11.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2024-11-01T08:03:11.797Z | Checking bitflags v2.6.0 |
3268 | 2024-11-01T08:03:11.800Z | Checking serde v1.0.210 |
3269 | 2024-11-01T08:03:11.800Z | Checking thiserror v1.0.64 |
3270 | 2024-11-01T08:03:11.887Z | Checking scroll v0.12.0 |
3271 | 2024-11-01T08:03:11.894Z | Checking log v0.4.22 |
3272 | 2024-11-01T08:03:11.896Z | Checking hashbrown v0.15.0 |
3273 | 2024-11-01T08:03:11.896Z | Checking zerocopy v0.7.35 |
3274 | 2024-11-01T08:03:11.924Z | Checking syn v2.0.79 |
3275 | 2024-11-01T08:03:11.981Z | Checking pest v2.7.14 |
3276 | 2024-11-01T08:03:12.119Z | Checking rustix v0.38.37 |
3277 | 2024-11-01T08:03:12.139Z | Checking once_cell v1.20.2 |
3278 | 2024-11-01T08:03:12.329Z | Checking goblin v0.8.2 |
3279 | 2024-11-01T08:03:12.440Z | Checking fs-err v2.11.0 |
3280 | 2024-11-01T08:03:12.770Z | Checking anyhow v1.0.92 |
3281 | 2024-11-01T08:03:12.981Z | Checking indexmap v2.6.0 |
3282 | 2024-11-01T08:03:13.168Z | Checking tabled v0.15.0 |
3283 | 2024-11-01T08:03:14.161Z | Checking terminal_size v0.4.0 |
3284 | 2024-11-01T08:03:14.161Z | Checking tempfile v3.13.0 |
3285 | 2024-11-01T08:03:14.317Z | Checking clap_builder v4.5.20 |
3286 | 2024-11-01T08:03:14.361Z | Checking dtrace-parser v0.2.0 |
3287 | 2024-11-01T08:03:16.217Z | Checking serde_json v1.0.128 |
3288 | 2024-11-01T08:03:16.217Z | Checking serde_spanned v0.6.8 |
3289 | 2024-11-01T08:03:16.217Z | Checking toml_datetime v0.6.8 |
3290 | 2024-11-01T08:03:16.220Z | Checking camino v1.1.9 |
3291 | 2024-11-01T08:03:16.221Z | Checking semver v1.0.23 |
3292 | 2024-11-01T08:03:16.449Z | Checking cargo-platform v0.1.8 |
3293 | 2024-11-01T08:03:16.473Z | Checking macaddr v1.0.1 |
3294 | 2024-11-01T08:03:16.537Z | Checking toml_edit v0.22.22 |
3295 | 2024-11-01T08:03:16.640Z | Checking clap v4.5.20 |
3296 | 2024-11-01T08:03:16.776Z | Checking camino-tempfile v1.1.1 |
3297 | 2024-11-01T08:03:17.382Z | Checking dof v0.3.0 |
3298 | 2024-11-01T08:03:17.382Z | Checking cargo_metadata v0.18.1 |
3299 | 2024-11-01T08:03:17.784Z | Checking usdt-impl v0.5.0 |
3300 | 2024-11-01T08:03:18.145Z | Checking usdt v0.5.0 |
3301 | 2024-11-01T08:03:18.364Z | Checking toml v0.8.19 |
3302 | 2024-11-01T08:03:18.831Z | Checking cargo_toml v0.20.5 |
3303 | 2024-11-01T08:03:20.042Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3304 | 2024-11-01T08:03:20.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s |
3305 | 2024-11-01T08:03:20.767Z | |
3306 | 2024-11-01T08:03:20.767Z | info: running `cargo check --bins` on end-to-end-tests (157/168) |
3307 | 2024-11-01T08:03:21.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2024-11-01T08:03:21.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2024-11-01T08:03:21.491Z | Checking polyval v0.6.2 |
3310 | 2024-11-01T08:03:21.598Z | Checking ctr v0.9.2 |
3311 | 2024-11-01T08:03:21.610Z | Checking ssh-encoding v0.2.0 |
3312 | 2024-11-01T08:03:21.613Z | Checking blowfish v0.9.1 |
3313 | 2024-11-01T08:03:21.632Z | Checking password-hash v0.4.2 |
3314 | 2024-11-01T08:03:21.635Z | Checking matches v0.1.10 |
3315 | 2024-11-01T08:03:21.662Z | Checking p521 v0.13.3 |
3316 | 2024-11-01T08:03:21.662Z | Checking p256 v0.13.2 |
3317 | 2024-11-01T08:03:21.722Z | Checking idna v0.2.3 |
3318 | 2024-11-01T08:03:21.829Z | Checking bcrypt-pbkdf v0.10.0 |
3319 | 2024-11-01T08:03:21.847Z | Checking ghash v0.5.1 |
3320 | 2024-11-01T08:03:21.863Z | Compiling enum-as-inner v0.5.1 |
3321 | 2024-11-01T08:03:21.928Z | Checking russh-cryptovec v0.7.3 |
3322 | 2024-11-01T08:03:22.007Z | Checking aes-gcm v0.10.3 |
3323 | 2024-11-01T08:03:22.043Z | Checking pbkdf2 v0.11.0 |
3324 | 2024-11-01T08:03:22.066Z | Checking md5 v0.7.0 |
3325 | 2024-11-01T08:03:22.131Z | Checking num-bigint v0.4.6 |
3326 | 2024-11-01T08:03:22.221Z | Checking ssh-cipher v0.2.0 |
3327 | 2024-11-01T08:03:22.315Z | Checking des v0.8.1 |
3328 | 2024-11-01T08:03:22.318Z | Checking hex-literal v0.4.1 |
3329 | 2024-11-01T08:03:22.452Z | Compiling dhcproto-macros v0.1.0 |
3330 | 2024-11-01T08:03:22.500Z | Checking ssh-key v0.6.6 |
3331 | 2024-11-01T08:03:22.547Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3332 | 2024-11-01T08:03:22.574Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3333 | 2024-11-01T08:03:22.836Z | Checking trust-dns-proto v0.22.0 |
3334 | 2024-11-01T08:03:22.946Z | Checking internet-checksum v0.2.1 |
3335 | 2024-11-01T08:03:23.834Z | Checking russh-keys v0.45.0 |
3336 | 2024-11-01T08:03:24.750Z | Checking russh v0.45.0 |
3337 | 2024-11-01T08:03:25.389Z | Checking dhcproto v0.12.0 |
3338 | 2024-11-01T08:03:46.950Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3339 | 2024-11-01T08:03:48.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.54s |
3340 | 2024-11-01T08:03:48.504Z | |
3341 | 2024-11-01T08:03:48.504Z | info: running `cargo check --bins` on gateway-cli (158/168) |
3342 | 2024-11-01T08:03:49.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2024-11-01T08:03:49.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2024-11-01T08:03:49.113Z | Checking termios v0.3.3 |
3345 | 2024-11-01T08:03:49.325Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3346 | 2024-11-01T08:03:50.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3347 | 2024-11-01T08:03:50.257Z | |
3348 | 2024-11-01T08:03:50.257Z | info: running `cargo check --bins --no-default-features` on installinator (159/168) |
3349 | 2024-11-01T08:03:50.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2024-11-01T08:03:50.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2024-11-01T08:03:50.924Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3352 | 2024-11-01T08:03:52.916Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3353 | 2024-11-01T08:03:54.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
3354 | 2024-11-01T08:03:55.071Z | |
3355 | 2024-11-01T08:03:55.071Z | info: running `cargo check --bins` on internal-dns-cli (160/168) |
3356 | 2024-11-01T08:03:55.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3357 | 2024-11-01T08:03:55.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3358 | 2024-11-01T08:03:55.671Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3359 | 2024-11-01T08:03:56.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3360 | 2024-11-01T08:03:56.274Z | |
3361 | 2024-11-01T08:03:56.274Z | info: running `cargo check --bins` on omicron-live-tests (161/168) |
3362 | 2024-11-01T08:03:56.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2024-11-01T08:03:56.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2024-11-01T08:03:56.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3365 | 2024-11-01T08:03:56.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3366 | 2024-11-01T08:03:56.849Z | |
3367 | 2024-11-01T08:03:56.849Z | info: running `cargo check --bins` on live-tests-macros (162/168) |
3368 | 2024-11-01T08:03:57.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3369 | 2024-11-01T08:03:57.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3370 | 2024-11-01T08:03:57.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3371 | 2024-11-01T08:03:57.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3372 | 2024-11-01T08:03:57.433Z | |
3373 | 2024-11-01T08:03:57.433Z | info: running `cargo check --bins` on omicron-package (163/168) |
3374 | 2024-11-01T08:03:57.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3375 | 2024-11-01T08:03:57.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3376 | 2024-11-01T08:03:58.064Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3377 | 2024-11-01T08:03:59.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
3378 | 2024-11-01T08:03:59.475Z | |
3379 | 2024-11-01T08:03:59.475Z | info: running `cargo check --bins` on wicket-dbg (164/168) |
3380 | 2024-11-01T08:04:00.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3381 | 2024-11-01T08:04:00.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3382 | 2024-11-01T08:04:00.140Z | Checking rtoolbox v0.0.2 |
3383 | 2024-11-01T08:04:00.143Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3384 | 2024-11-01T08:04:00.143Z | Checking tui-tree-widget v0.22.0 |
3385 | 2024-11-01T08:04:00.360Z | Checking rpassword v7.3.1 |
3386 | 2024-11-01T08:04:04.371Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3387 | 2024-11-01T08:04:07.523Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3388 | 2024-11-01T08:04:08.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s |
3389 | 2024-11-01T08:04:08.823Z | |
3390 | 2024-11-01T08:04:08.823Z | info: running `cargo check --bins` on wicket (165/168) |
3391 | 2024-11-01T08:04:09.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2024-11-01T08:04:09.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2024-11-01T08:04:09.476Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3394 | 2024-11-01T08:04:09.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3395 | 2024-11-01T08:04:10.044Z | |
3396 | 2024-11-01T08:04:10.045Z | info: running `cargo check --bins` on wicketd (166/168) |
3397 | 2024-11-01T08:04:10.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2024-11-01T08:04:10.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2024-11-01T08:04:10.728Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3400 | 2024-11-01T08:04:20.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s |
3401 | 2024-11-01T08:04:20.361Z | |
3402 | 2024-11-01T08:04:20.361Z | info: running `cargo check --bins` on omicron-workspace-hack (167/168) |
3403 | 2024-11-01T08:04:20.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2024-11-01T08:04:20.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2024-11-01T08:04:20.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3406 | 2024-11-01T08:04:20.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3407 | 2024-11-01T08:04:20.940Z | |
3408 | 2024-11-01T08:04:20.940Z | info: running `cargo check --bins` on zone-setup (168/168) |
3409 | 2024-11-01T08:04:21.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3410 | 2024-11-01T08:04:21.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3411 | 2024-11-01T08:04:21.635Z | Checking uzers v0.12.1 |
3412 | 2024-11-01T08:04:21.975Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3413 | 2024-11-01T08:04:23.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
3414 | 2024-11-01T08:04:23.219Z | |
3415 | 2024-11-01T08:04:23.219Z | real 24:15.944919836 |
3416 | 2024-11-01T08:04:23.219Z | user 36:32.440633614 |
3417 | 2024-11-01T08:04:23.219Z | sys 5:19.136441222 |
3418 | 2024-11-01T08:04:23.219Z | trap 0.568693341 |
3419 | 2024-11-01T08:04:23.219Z | tflt 2.875590734 |
3420 | 2024-11-01T08:04:23.219Z | dflt 2.651178761 |
3421 | 2024-11-01T08:04:23.219Z | kflt 0.001975441 |
3422 | 2024-11-01T08:04:23.219Z | lock 1:28:37.411757569 |
3423 | 2024-11-01T08:04:23.222Z | slp 3:26:41.714777088 |
3424 | 2024-11-01T08:04:23.222Z | lat 1:00.908170763 |
3425 | 2024-11-01T08:04:23.222Z | stop 3:04.807394535 |
3426 | 2024-11-01T08:04:23.222Z | process exited: duration 1675613 ms, exit code 0 |
|
3427 | 2024-11-01T08:04:23.229Z | found 0 output files |