|
|
|
1 | 2024-08-06T22:19:31.792Z | job assigned to worker 01J4MWBTK6M0XMGD25PCQAV9VM (queued for 49 s) |
|
2 | 2024-08-06T22:19:40.059Z | starting task 0: "setup" |
3 | 2024-08-06T22:19:40.121Z | ++ uname -s |
4 | 2024-08-06T22:19:40.124Z | + kern=SunOS |
5 | 2024-08-06T22:19:40.124Z | + case "$kern" in |
6 | 2024-08-06T22:19:40.124Z | + groupadd -g 12345 build |
7 | 2024-08-06T22:19:40.127Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-06T22:19:42.137Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-06T22:19:42.269Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-06T22:19:42.272Z | + home_fs=zfs |
11 | 2024-08-06T22:19:42.272Z | + [[ zfs == autofs ]] |
12 | 2024-08-06T22:19:42.272Z | + mkdir -p /home/build |
13 | 2024-08-06T22:19:42.275Z | + chown build:build /home/build /work |
14 | 2024-08-06T22:19:44.277Z | + chmod 0700 /home/build /work |
15 | 2024-08-06T22:19:44.280Z | process exited: duration 4220 ms, exit code 0 |
|
16 | 2024-08-06T22:19:44.286Z | starting task 1: "rust-toolchain" |
17 | 2024-08-06T22:19:44.291Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-06T22:19:44.291Z | ' 1.80.0 |
19 | 2024-08-06T22:19:44.291Z | * toolchain channel = "1.80.0" |
20 | 2024-08-06T22:19:44.291Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-06T22:19:44.291Z | ' default |
22 | 2024-08-06T22:19:44.291Z | * toolchain profile = "default" |
23 | 2024-08-06T22:19:44.294Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-06T22:19:44.294Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-06T22:19:44.421Z | info: downloading installer |
26 | 2024-08-06T22:19:45.956Z | info: profile set to 'default' |
27 | 2024-08-06T22:19:45.956Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-06T22:19:45.961Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-06T22:19:46.113Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-06T22:19:46.113Z | info: downloading component 'cargo' |
31 | 2024-08-06T22:19:46.959Z | info: downloading component 'clippy' |
32 | 2024-08-06T22:19:47.269Z | info: downloading component 'rust-docs' |
33 | 2024-08-06T22:19:48.440Z | info: downloading component 'rust-std' |
34 | 2024-08-06T22:19:50.097Z | info: downloading component 'rustc' |
35 | 2024-08-06T22:19:54.733Z | info: downloading component 'rustfmt' |
36 | 2024-08-06T22:19:54.982Z | info: installing component 'cargo' |
37 | 2024-08-06T22:19:55.904Z | info: installing component 'clippy' |
38 | 2024-08-06T22:19:56.307Z | info: installing component 'rust-docs' |
39 | 2024-08-06T22:19:58.053Z | info: installing component 'rust-std' |
40 | 2024-08-06T22:19:59.733Z | info: installing component 'rustc' |
41 | 2024-08-06T22:20:04.550Z | info: installing component 'rustfmt' |
42 | 2024-08-06T22:20:04.909Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-06T22:20:04.910Z | |
44 | 2024-08-06T22:20:05.178Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-06T22:20:05.178Z | |
46 | 2024-08-06T22:20:05.182Z | |
47 | 2024-08-06T22:20:05.182Z | Rust is installed now. Great! |
48 | 2024-08-06T22:20:05.182Z | |
49 | 2024-08-06T22:20:05.182Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-06T22:20:05.182Z | environment variable. This has not been done automatically. |
51 | 2024-08-06T22:20:05.182Z | |
52 | 2024-08-06T22:20:05.182Z | To configure your current shell, you need to source |
53 | 2024-08-06T22:20:05.182Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-06T22:20:05.182Z | |
55 | 2024-08-06T22:20:05.182Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-06T22:20:05.182Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-06T22:20:05.182Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-06T22:20:05.257Z | + rustc --version |
59 | 2024-08-06T22:20:05.328Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-06T22:20:05.333Z | process exited: duration 21045 ms, exit code 0 |
|
61 | 2024-08-06T22:20:05.340Z | starting task 2: "authentication" |
62 | 2024-08-06T22:20:05.365Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-08-06T22:20:05.372Z | starting task 3: "clone repository" |
64 | 2024-08-06T22:20:05.378Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-06T22:20:05.381Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-06T22:20:05.603Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-06T22:20:11.460Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-06T22:20:11.460Z | + git fetch origin 46fd929772b5a38c033159a1b0ed5523d79db0e6 |
69 | 2024-08-06T22:20:11.762Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-06T22:20:11.762Z | * branch 46fd929772b5a38c033159a1b0ed5523d79db0e6 -> FETCH_HEAD |
71 | 2024-08-06T22:20:11.775Z | + [[ -n track-more-sled-datalinks ]] |
72 | 2024-08-06T22:20:11.778Z | ++ git branch --show-current |
73 | 2024-08-06T22:20:11.783Z | + current=main |
74 | 2024-08-06T22:20:11.783Z | + [[ main != track-more-sled-datalinks ]] |
75 | 2024-08-06T22:20:11.783Z | + git branch -f track-more-sled-datalinks 46fd929772b5a38c033159a1b0ed5523d79db0e6 |
76 | 2024-08-06T22:20:11.786Z | + git checkout -f track-more-sled-datalinks |
77 | 2024-08-06T22:20:11.937Z | Switched to branch 'track-more-sled-datalinks' |
78 | 2024-08-06T22:20:11.941Z | + git reset --hard 46fd929772b5a38c033159a1b0ed5523d79db0e6 |
79 | 2024-08-06T22:20:12.086Z | HEAD is now at 46fd92977 Merge branch 'main' into track-more-sled-datalinks |
80 | 2024-08-06T22:20:12.089Z | process exited: duration 6716 ms, exit code 0 |
|
81 | 2024-08-06T22:20:12.106Z | starting task 4: "build" |
82 | 2024-08-06T22:20:12.112Z | + cargo --version |
83 | 2024-08-06T22:20:12.173Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-06T22:20:12.176Z | + rustc --version |
85 | 2024-08-06T22:20:12.242Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-06T22:20:12.245Z | + source ./env.sh |
87 | 2024-08-06T22:20:12.245Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-06T22:20:12.245Z | ++ set -o xtrace |
89 | 2024-08-06T22:20:12.248Z | ++++ dirname ./env.sh |
90 | 2024-08-06T22:20:12.251Z | +++ readlink -f . |
91 | 2024-08-06T22:20:12.282Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-06T22:20:12.282Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-06T22:20:12.282Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-06T22:20:12.285Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-06T22:20:12.286Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-06T22:20:12.286Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-06T22:20:12.286Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-06T22:20:12.286Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-06T22:20:12.286Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-06T22:20:12.286Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-06T22:20:12.286Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-06T22:20:12.286Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
103 | 2024-08-06T22:20:12.286Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
104 | 2024-08-06T22:20:12.286Z | + banner prerequisites |
105 | 2024-08-06T22:20:12.302Z | |
106 | 2024-08-06T22:20:12.302Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-06T22:20:12.302Z | # # # # # # # # # # # # # # # |
108 | 2024-08-06T22:20:12.302Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-06T22:20:12.302Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-06T22:20:12.302Z | # # # # # # # # # # # # # # # |
111 | 2024-08-06T22:20:12.302Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-06T22:20:12.302Z | |
113 | 2024-08-06T22:20:12.306Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-06T22:20:24.598Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-06T22:20:27.093Z | Startup: Caching catalogs ... Done |
116 | 2024-08-06T22:20:31.364Z | Planning: Solver setup ... Done (3.587s) |
117 | 2024-08-06T22:20:31.427Z | Planning: Running solver ... Done (0.063s) |
118 | 2024-08-06T22:20:31.488Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-08-06T22:20:31.515Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-06T22:20:32.250Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-06T22:20:32.305Z | Planning: Package planning ... Done (0.056s) |
122 | 2024-08-06T22:20:32.357Z | Planning: Merging actions ... Done (0.052s) |
123 | 2024-08-06T22:20:33.689Z | Planning: Checking for conflicting actions ... Done (1.331s) |
124 | 2024-08-06T22:20:33.702Z | Planning: Consolidating action changes ... Done (0.012s) |
125 | 2024-08-06T22:20:40.285Z | Planning: Evaluating mediators ... Done (6.578s) |
126 | 2024-08-06T22:20:40.293Z | Planning: Planning completed in 13.12 seconds |
127 | 2024-08-06T22:20:40.872Z | Packages to install: 4 |
128 | 2024-08-06T22:20:40.872Z | Mediators to change: 2 |
129 | 2024-08-06T22:20:40.872Z | Services to change: 1 |
130 | 2024-08-06T22:20:40.872Z | Estimated space available: 155.76 GB |
131 | 2024-08-06T22:20:40.872Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-08-06T22:20:40.903Z | Create boot environment: No |
133 | 2024-08-06T22:20:40.904Z | Create backup boot environment: No |
134 | 2024-08-06T22:20:40.904Z | Rebuild boot archive: No |
135 | 2024-08-06T22:20:40.904Z | |
136 | 2024-08-06T22:20:40.904Z | Changed mediators: |
137 | 2024-08-06T22:20:40.904Z | mediator clang: |
138 | 2024-08-06T22:20:40.904Z | version: None -> 15 (system default) |
139 | 2024-08-06T22:20:40.904Z | |
140 | 2024-08-06T22:20:40.904Z | mediator llvm: |
141 | 2024-08-06T22:20:40.904Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-06T22:20:40.904Z | |
143 | 2024-08-06T22:20:40.904Z | Changed packages: |
144 | 2024-08-06T22:20:40.905Z | helios-dev |
145 | 2024-08-06T22:20:40.905Z | developer/build-essential |
146 | 2024-08-06T22:20:40.905Z | None -> 11-2.0 |
147 | 2024-08-06T22:20:40.905Z | library/libxmlsec1 |
148 | 2024-08-06T22:20:40.905Z | None -> 1.2.35-2.0 |
149 | 2024-08-06T22:20:40.905Z | ooce/developer/clang-15 |
150 | 2024-08-06T22:20:40.905Z | None -> 15.0.7-2.0 |
151 | 2024-08-06T22:20:40.905Z | ooce/developer/llvm-15 |
152 | 2024-08-06T22:20:40.905Z | None -> 15.0.7-2.0 |
153 | 2024-08-06T22:20:40.905Z | |
154 | 2024-08-06T22:20:40.905Z | Services: |
155 | 2024-08-06T22:20:40.905Z | restart_fmri: |
156 | 2024-08-06T22:20:40.905Z | svc:/system/update-man-index:default |
157 | 2024-08-06T22:20:41.048Z | |
158 | 2024-08-06T22:20:41.048Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-06T22:20:46.051Z | Download: 734/3290 items 18.3/212.6MB 8% complete (3.7M/s) |
160 | 2024-08-06T22:20:51.056Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s) |
161 | 2024-08-06T22:20:56.062Z | Download: 1914/3290 items 118.4/212.6MB 55% complete (10.0M/s) |
162 | 2024-08-06T22:21:01.064Z | Download: 2767/3290 items 120.9/212.6MB 56% complete (3.8M/s) |
163 | 2024-08-06T22:21:11.392Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.5M/s) |
164 | 2024-08-06T22:21:14.946Z | Download: Completed 212.60 MB in 33.90 seconds (6.3M/s) |
165 | 2024-08-06T22:21:15.212Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-08-06T22:21:20.310Z | Actions: 3550/3689 actions (Installing new actions) |
167 | 2024-08-06T22:21:21.580Z | Actions: Completed 3689 actions in 6.37 seconds. |
168 | 2024-08-06T22:21:21.883Z | Done (0.296s) |
169 | 2024-08-06T22:21:21.883Z | Done (0.000s) |
170 | 2024-08-06T22:21:22.251Z | Done (0.368s) |
171 | 2024-08-06T22:21:29.226Z | Done (6.790s) |
172 | 2024-08-06T22:21:29.509Z | Done (0.192s) |
173 | 2024-08-06T22:21:29.513Z | Done (0.000s) |
174 | 2024-08-06T22:21:29.792Z | Done (0.000s) |
175 | 2024-08-06T22:21:30.512Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-08-06T22:21:30.695Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-08-06T22:21:30.698Z | Planning: Consolidating action changes ... Done |
178 | 2024-08-06T22:21:31.003Z | Planning: Evaluating mediators ... Done |
179 | 2024-08-06T22:21:31.007Z | Planning: Planning completed in 0.49 seconds |
180 | 2024-08-06T22:21:31.042Z | Mediators to change: 2 |
181 | 2024-08-06T22:21:31.042Z | Create boot environment: No |
182 | 2024-08-06T22:21:31.042Z | Create backup boot environment: No |
183 | 2024-08-06T22:21:31.119Z | Done |
184 | 2024-08-06T22:21:31.119Z | Done |
185 | 2024-08-06T22:21:31.380Z | Done |
186 | 2024-08-06T22:21:35.734Z | Done |
187 | 2024-08-06T22:21:35.841Z | Done |
188 | 2024-08-06T22:21:35.844Z | Done |
189 | 2024-08-06T22:21:36.267Z | Done |
190 | 2024-08-06T22:21:37.009Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-08-06T22:21:37.012Z | Planning: Merging actions ... Done |
192 | 2024-08-06T22:21:37.220Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-08-06T22:21:37.223Z | Planning: Consolidating action changes ... Done |
194 | 2024-08-06T22:21:37.523Z | Planning: Evaluating mediators ... Done |
195 | 2024-08-06T22:21:37.583Z | Planning: Planning completed in 0.84 seconds |
196 | 2024-08-06T22:21:37.623Z | Packages to change: 1 |
197 | 2024-08-06T22:21:37.623Z | Mediators to change: 1 |
198 | 2024-08-06T22:21:37.623Z | Services to change: 1 |
199 | 2024-08-06T22:21:37.623Z | Create boot environment: No |
200 | 2024-08-06T22:21:37.623Z | Create backup boot environment: Yes |
201 | 2024-08-06T22:21:39.804Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-08-06T22:21:39.848Z | Actions: Completed 6 actions in 0.04 seconds. |
203 | 2024-08-06T22:21:39.848Z | Done |
204 | 2024-08-06T22:21:39.848Z | Done |
205 | 2024-08-06T22:21:39.926Z | Done |
206 | 2024-08-06T22:21:44.586Z | Done |
207 | 2024-08-06T22:21:44.692Z | Done |
208 | 2024-08-06T22:21:44.695Z | Done |
209 | 2024-08-06T22:21:44.838Z | Done |
210 | 2024-08-06T22:21:45.386Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-08-06T22:21:45.386Z | clang system 15 system |
212 | 2024-08-06T22:21:45.386Z | csh system system illumos |
213 | 2024-08-06T22:21:45.386Z | ctags system system illumos |
214 | 2024-08-06T22:21:45.386Z | gcc vendor 12 vendor |
215 | 2024-08-06T22:21:45.386Z | gcc system 10 system |
216 | 2024-08-06T22:21:45.386Z | gcc system 7 system |
217 | 2024-08-06T22:21:45.386Z | go system 1.20 system |
218 | 2024-08-06T22:21:45.386Z | go system 1.19 system |
219 | 2024-08-06T22:21:45.386Z | llvm system 15 system |
220 | 2024-08-06T22:21:45.387Z | llvm system 14 system |
221 | 2024-08-06T22:21:45.387Z | mariadb system 10.6 system |
222 | 2024-08-06T22:21:45.387Z | mta vendor vendor dma |
223 | 2024-08-06T22:21:45.387Z | openjdk system 17 system |
224 | 2024-08-06T22:21:45.387Z | openjdk system 11 system |
225 | 2024-08-06T22:21:45.387Z | openjdk system 1.8 system |
226 | 2024-08-06T22:21:45.387Z | openssl vendor 3 vendor |
227 | 2024-08-06T22:21:45.387Z | perl system 5.36 system |
228 | 2024-08-06T22:21:45.387Z | postgresql system 15 system |
229 | 2024-08-06T22:21:45.387Z | postgresql system 13 system |
230 | 2024-08-06T22:21:45.387Z | python vendor 3 vendor |
231 | 2024-08-06T22:21:45.387Z | python system 2 system |
232 | 2024-08-06T22:21:45.387Z | python3 system 3.11 system |
233 | 2024-08-06T22:21:45.387Z | ruby system 3.0 system |
234 | 2024-08-06T22:21:45.387Z | words vendor vendor american-english |
235 | 2024-08-06T22:21:45.387Z | words system system australian-english |
236 | 2024-08-06T22:21:45.387Z | words system system british-english |
237 | 2024-08-06T22:21:45.387Z | words system system canadian-english |
238 | 2024-08-06T22:21:45.387Z | words system system french |
239 | 2024-08-06T22:21:45.387Z | words system system italian |
240 | 2024-08-06T22:21:45.387Z | words system system ngerman |
241 | 2024-08-06T22:21:45.387Z | words system system ogerman |
242 | 2024-08-06T22:21:45.387Z | words system system spanish |
243 | 2024-08-06T22:21:45.812Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-08-06T22:21:45.812Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-08-06T22:21:47.656Z | FMRI IFO |
246 | 2024-08-06T22:21:47.656Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-08-06T22:21:47.656Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-08-06T22:21:47.656Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-08-06T22:21:47.656Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-08-06T22:21:47.656Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-08-06T22:21:47.656Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-08-06T22:21:47.656Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-08-06T22:21:47.656Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-08-06T22:21:47.656Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-08-06T22:21:47.656Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-08-06T22:21:47.656Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-08-06T22:21:47.656Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-08-06T22:21:48.368Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-08-06T22:21:48.614Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-08-06T22:21:48.894Z | Updating crates.io index |
261 | 2024-08-06T22:21:48.897Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-08-06T22:21:49.618Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-08-06T22:21:50.332Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-08-06T22:21:50.560Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-08-06T22:21:52.052Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-08-06T22:21:52.330Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-08-06T22:21:52.541Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-08-06T22:21:53.664Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-08-06T22:21:55.514Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-08-06T22:21:56.434Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-08-06T22:21:57.142Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-08-06T22:21:57.660Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2024-08-06T22:21:57.884Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-08-06T22:21:58.169Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-08-06T22:21:58.411Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-08-06T22:21:58.689Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-08-06T22:21:58.972Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-08-06T22:21:59.198Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-08-06T22:21:59.419Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-08-06T22:21:59.719Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2024-08-06T22:21:59.968Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
282 | 2024-08-06T22:22:00.306Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
283 | 2024-08-06T22:22:00.512Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
284 | 2024-08-06T22:22:00.892Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
285 | 2024-08-06T22:22:01.160Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-08-06T22:22:01.518Z | Updating git repository `https://github.com/oxidecomputer/typify` |
287 | 2024-08-06T22:22:03.713Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-08-06T22:22:03.968Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-08-06T22:22:04.281Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-08-06T22:22:04.627Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
291 | 2024-08-06T22:22:05.709Z | Downloading crates ... |
292 | 2024-08-06T22:22:05.774Z | Downloaded anstream v0.6.14 |
293 | 2024-08-06T22:22:05.777Z | Downloaded autocfg v1.3.0 |
294 | 2024-08-06T22:22:05.780Z | Downloaded heck v0.5.0 |
295 | 2024-08-06T22:22:05.783Z | Downloaded generic-array v0.14.7 |
296 | 2024-08-06T22:22:05.785Z | Downloaded ryu v1.0.18 |
297 | 2024-08-06T22:22:05.790Z | Downloaded pretty-hex v0.4.1 |
298 | 2024-08-06T22:22:05.793Z | Downloaded usdt-attr-macro v0.5.0 |
299 | 2024-08-06T22:22:05.793Z | Downloaded is_terminal_polyfill v1.70.0 |
300 | 2024-08-06T22:22:05.796Z | Downloaded usdt-macro v0.5.0 |
301 | 2024-08-06T22:22:05.796Z | Downloaded swrite v0.1.0 |
302 | 2024-08-06T22:22:05.797Z | Downloaded equivalent v1.0.1 |
303 | 2024-08-06T22:22:05.800Z | Downloaded crypto-common v0.1.6 |
304 | 2024-08-06T22:22:05.800Z | Downloaded block-buffer v0.10.4 |
305 | 2024-08-06T22:22:05.803Z | Downloaded proc-macro-error-attr v1.0.4 |
306 | 2024-08-06T22:22:05.803Z | Downloaded cargo-platform v0.1.8 |
307 | 2024-08-06T22:22:05.805Z | Downloaded byteorder v1.5.0 |
308 | 2024-08-06T22:22:05.808Z | Downloaded memmap v0.7.0 |
309 | 2024-08-06T22:22:05.808Z | Downloaded colorchoice v1.0.1 |
310 | 2024-08-06T22:22:05.811Z | Downloaded fnv v1.0.7 |
311 | 2024-08-06T22:22:05.811Z | Downloaded anstyle-parse v0.2.4 |
312 | 2024-08-06T22:22:05.814Z | Downloaded dof v0.3.0 |
313 | 2024-08-06T22:22:05.814Z | Downloaded macaddr v1.0.1 |
314 | 2024-08-06T22:22:05.817Z | Downloaded thiserror-impl v1.0.63 |
315 | 2024-08-06T22:22:05.817Z | Downloaded terminal_size v0.3.0 |
316 | 2024-08-06T22:22:05.817Z | Downloaded scroll v0.12.0 |
317 | 2024-08-06T22:22:05.820Z | Downloaded pest_derive v2.7.10 |
318 | 2024-08-06T22:22:05.823Z | Downloaded version_check v0.9.5 |
319 | 2024-08-06T22:22:05.826Z | Downloaded serde_spanned v0.6.7 |
320 | 2024-08-06T22:22:05.826Z | Downloaded quote v1.0.36 |
321 | 2024-08-06T22:22:05.829Z | Downloaded clap_derive v4.5.13 |
322 | 2024-08-06T22:22:05.832Z | Downloaded sha2 v0.10.8 |
323 | 2024-08-06T22:22:05.835Z | Downloaded semver v1.0.23 |
324 | 2024-08-06T22:22:05.838Z | Downloaded cargo_toml v0.20.4 |
325 | 2024-08-06T22:22:05.841Z | Downloaded dtrace-parser v0.2.0 |
326 | 2024-08-06T22:22:05.843Z | Downloaded cfg-if v1.0.0 |
327 | 2024-08-06T22:22:05.844Z | Downloaded bytecount v0.6.8 |
328 | 2024-08-06T22:22:05.846Z | Downloaded anstyle v1.0.8 |
329 | 2024-08-06T22:22:05.854Z | Downloaded scroll_derive v0.12.0 |
330 | 2024-08-06T22:22:05.858Z | Downloaded cargo_metadata v0.18.1 |
331 | 2024-08-06T22:22:05.861Z | Downloaded clap v4.5.13 |
332 | 2024-08-06T22:22:05.867Z | Downloaded ucd-trie v0.1.6 |
333 | 2024-08-06T22:22:05.870Z | Downloaded cpufeatures v0.2.12 |
334 | 2024-08-06T22:22:05.873Z | Downloaded itoa v1.0.11 |
335 | 2024-08-06T22:22:05.873Z | Downloaded plain v0.2.3 |
336 | 2024-08-06T22:22:05.873Z | Downloaded heck v0.4.1 |
337 | 2024-08-06T22:22:05.876Z | Downloaded fs-err v2.11.0 |
338 | 2024-08-06T22:22:05.879Z | Downloaded errno v0.3.9 |
339 | 2024-08-06T22:22:05.879Z | Downloaded toml v0.8.19 |
340 | 2024-08-06T22:22:05.882Z | Downloaded pest_meta v2.7.10 |
341 | 2024-08-06T22:22:05.884Z | Downloaded strsim v0.11.1 |
342 | 2024-08-06T22:22:05.887Z | Downloaded utf8parse v0.2.1 |
343 | 2024-08-06T22:22:05.887Z | Downloaded toml_datetime v0.6.8 |
344 | 2024-08-06T22:22:05.887Z | Downloaded thread-id v4.2.1 |
345 | 2024-08-06T22:22:05.890Z | Downloaded digest v0.10.7 |
346 | 2024-08-06T22:22:05.893Z | Downloaded usdt v0.5.0 |
347 | 2024-08-06T22:22:05.893Z | Downloaded serde_derive v1.0.204 |
348 | 2024-08-06T22:22:05.895Z | Downloaded tabled_derive v0.7.0 |
349 | 2024-08-06T22:22:05.896Z | Downloaded serde_tokenstream v0.2.1 |
350 | 2024-08-06T22:22:05.898Z | Downloaded pest_generator v2.7.10 |
351 | 2024-08-06T22:22:05.901Z | Downloaded proc-macro-error v1.0.4 |
352 | 2024-08-06T22:22:05.904Z | Downloaded once_cell v1.19.0 |
353 | 2024-08-06T22:22:05.907Z | Downloaded bitflags v2.6.0 |
354 | 2024-08-06T22:22:05.912Z | Downloaded clap_lex v0.7.0 |
355 | 2024-08-06T22:22:05.916Z | Downloaded thiserror v1.0.63 |
356 | 2024-08-06T22:22:05.919Z | Downloaded zerocopy-derive v0.7.34 |
357 | 2024-08-06T22:22:05.922Z | Downloaded log v0.4.21 |
358 | 2024-08-06T22:22:05.925Z | Downloaded proc-macro2 v1.0.86 |
359 | 2024-08-06T22:22:05.928Z | Downloaded usdt-impl v0.5.0 |
360 | 2024-08-06T22:22:05.931Z | Downloaded unicode-ident v1.0.12 |
361 | 2024-08-06T22:22:05.934Z | Downloaded typenum v1.17.0 |
362 | 2024-08-06T22:22:05.934Z | Downloaded camino v1.1.7 |
363 | 2024-08-06T22:22:05.937Z | Downloaded papergrid v0.11.0 |
364 | 2024-08-06T22:22:05.942Z | Downloaded anstyle-query v1.0.3 |
365 | 2024-08-06T22:22:05.945Z | Downloaded anyhow v1.0.86 |
366 | 2024-08-06T22:22:05.948Z | Downloaded toml_edit v0.22.20 |
367 | 2024-08-06T22:22:05.971Z | Downloaded indexmap v2.3.0 |
368 | 2024-08-06T22:22:05.976Z | Downloaded serde v1.0.204 |
369 | 2024-08-06T22:22:05.979Z | Downloaded memchr v2.7.2 |
370 | 2024-08-06T22:22:05.984Z | Downloaded hashbrown v0.14.5 |
371 | 2024-08-06T22:22:05.990Z | Downloaded pest v2.7.10 |
372 | 2024-08-06T22:22:06.005Z | Downloaded zerocopy v0.7.34 |
373 | 2024-08-06T22:22:06.022Z | Downloaded serde_json v1.0.122 |
374 | 2024-08-06T22:22:06.030Z | Downloaded clap_builder v4.5.13 |
375 | 2024-08-06T22:22:06.038Z | Downloaded winnow v0.6.18 |
376 | 2024-08-06T22:22:06.047Z | Downloaded tabled v0.15.0 |
377 | 2024-08-06T22:22:06.065Z | Downloaded syn v2.0.72 |
378 | 2024-08-06T22:22:06.077Z | Downloaded syn v1.0.109 |
379 | 2024-08-06T22:22:06.090Z | Downloaded goblin v0.8.2 |
380 | 2024-08-06T22:22:06.096Z | Downloaded unicode-width v0.1.13 |
381 | 2024-08-06T22:22:06.104Z | Downloaded rustix v0.38.34 |
382 | 2024-08-06T22:22:06.127Z | Downloaded libc v0.2.155 |
383 | 2024-08-06T22:22:06.439Z | Compiling proc-macro2 v1.0.86 |
384 | 2024-08-06T22:22:06.439Z | Compiling unicode-ident v1.0.12 |
385 | 2024-08-06T22:22:06.439Z | Compiling version_check v0.9.5 |
386 | 2024-08-06T22:22:06.439Z | Compiling serde v1.0.204 |
387 | 2024-08-06T22:22:06.442Z | Compiling memchr v2.7.2 |
388 | 2024-08-06T22:22:06.442Z | Compiling thiserror v1.0.63 |
389 | 2024-08-06T22:22:06.442Z | Compiling libc v0.2.155 |
390 | 2024-08-06T22:22:06.473Z | Compiling itoa v1.0.11 |
391 | 2024-08-06T22:22:06.697Z | Compiling ryu v1.0.18 |
392 | 2024-08-06T22:22:06.860Z | Compiling ucd-trie v0.1.6 |
393 | 2024-08-06T22:22:07.346Z | Compiling once_cell v1.19.0 |
394 | 2024-08-06T22:22:07.434Z | Compiling byteorder v1.5.0 |
395 | 2024-08-06T22:22:07.797Z | Compiling serde_json v1.0.122 |
396 | 2024-08-06T22:22:08.768Z | Compiling usdt-impl v0.5.0 |
397 | 2024-08-06T22:22:08.772Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2024-08-06T22:22:08.828Z | Compiling rustix v0.38.34 |
399 | 2024-08-06T22:22:08.925Z | Compiling syn v1.0.109 |
400 | 2024-08-06T22:22:08.928Z | Compiling proc-macro-error v1.0.4 |
401 | 2024-08-06T22:22:09.174Z | Compiling hashbrown v0.14.5 |
402 | 2024-08-06T22:22:09.259Z | Compiling equivalent v1.0.1 |
403 | 2024-08-06T22:22:09.286Z | Compiling utf8parse v0.2.1 |
404 | 2024-08-06T22:22:09.382Z | Compiling bitflags v2.6.0 |
405 | 2024-08-06T22:22:09.462Z | Compiling plain v0.2.3 |
406 | 2024-08-06T22:22:09.628Z | Compiling thread-id v4.2.1 |
407 | 2024-08-06T22:22:09.723Z | Compiling quote v1.0.36 |
408 | 2024-08-06T22:22:09.795Z | Compiling log v0.4.21 |
409 | 2024-08-06T22:22:09.798Z | Compiling anstyle-parse v0.2.4 |
410 | 2024-08-06T22:22:10.034Z | Compiling semver v1.0.23 |
411 | 2024-08-06T22:22:10.200Z | Compiling syn v2.0.72 |
412 | 2024-08-06T22:22:10.226Z | Compiling errno v0.3.9 |
413 | 2024-08-06T22:22:10.537Z | Compiling winnow v0.6.18 |
414 | 2024-08-06T22:22:10.567Z | Compiling indexmap v2.3.0 |
415 | 2024-08-06T22:22:10.624Z | Compiling autocfg v1.3.0 |
416 | 2024-08-06T22:22:10.676Z | Compiling colorchoice v1.0.1 |
417 | 2024-08-06T22:22:10.852Z | Compiling camino v1.1.7 |
418 | 2024-08-06T22:22:11.688Z | Compiling anstyle-query v1.0.3 |
419 | 2024-08-06T22:22:11.692Z | Compiling pretty-hex v0.4.1 |
420 | 2024-08-06T22:22:11.846Z | Compiling is_terminal_polyfill v1.70.0 |
421 | 2024-08-06T22:22:11.952Z | Compiling anstyle v1.0.8 |
422 | 2024-08-06T22:22:11.992Z | Compiling terminal_size v0.3.0 |
423 | 2024-08-06T22:22:12.097Z | Compiling fs-err v2.11.0 |
424 | 2024-08-06T22:22:12.265Z | Compiling anyhow v1.0.86 |
425 | 2024-08-06T22:22:12.371Z | Compiling anstream v0.6.14 |
426 | 2024-08-06T22:22:12.397Z | Compiling heck v0.4.1 |
427 | 2024-08-06T22:22:12.427Z | Compiling fnv v1.0.7 |
428 | 2024-08-06T22:22:12.453Z | Compiling unicode-width v0.1.13 |
429 | 2024-08-06T22:22:12.574Z | Compiling clap_lex v0.7.0 |
430 | 2024-08-06T22:22:12.730Z | Compiling heck v0.5.0 |
431 | 2024-08-06T22:22:12.947Z | Compiling bytecount v0.6.8 |
432 | 2024-08-06T22:22:12.980Z | Compiling strsim v0.11.1 |
433 | 2024-08-06T22:22:13.146Z | Compiling papergrid v0.11.0 |
434 | 2024-08-06T22:22:13.314Z | Compiling memmap v0.7.0 |
435 | 2024-08-06T22:22:13.402Z | Compiling clap_builder v4.5.13 |
436 | 2024-08-06T22:22:14.171Z | Compiling swrite v0.1.0 |
437 | 2024-08-06T22:22:15.894Z | Compiling tabled_derive v0.7.0 |
438 | 2024-08-06T22:22:17.540Z | Compiling tabled v0.15.0 |
439 | 2024-08-06T22:22:19.569Z | Compiling serde_derive v1.0.204 |
440 | 2024-08-06T22:22:19.569Z | Compiling thiserror-impl v1.0.63 |
441 | 2024-08-06T22:22:19.618Z | Compiling zerocopy-derive v0.7.34 |
442 | 2024-08-06T22:22:19.618Z | Compiling scroll_derive v0.12.0 |
443 | 2024-08-06T22:22:19.618Z | Compiling clap_derive v4.5.13 |
444 | 2024-08-06T22:22:21.045Z | Compiling scroll v0.12.0 |
445 | 2024-08-06T22:22:21.659Z | Compiling zerocopy v0.7.34 |
446 | 2024-08-06T22:22:21.683Z | Compiling goblin v0.8.2 |
447 | 2024-08-06T22:22:22.653Z | Compiling pest v2.7.10 |
448 | 2024-08-06T22:22:24.022Z | Compiling clap v4.5.13 |
449 | 2024-08-06T22:22:25.016Z | Compiling pest_meta v2.7.10 |
450 | 2024-08-06T22:22:25.978Z | Compiling pest_generator v2.7.10 |
451 | 2024-08-06T22:22:28.039Z | Compiling pest_derive v2.7.10 |
452 | 2024-08-06T22:22:28.778Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-08-06T22:22:30.923Z | Compiling serde_tokenstream v0.2.1 |
454 | 2024-08-06T22:22:30.948Z | Compiling serde_spanned v0.6.7 |
455 | 2024-08-06T22:22:30.971Z | Compiling toml_datetime v0.6.8 |
456 | 2024-08-06T22:22:30.975Z | Compiling cargo-platform v0.1.8 |
457 | 2024-08-06T22:22:31.379Z | Compiling toml_edit v0.22.20 |
458 | 2024-08-06T22:22:31.522Z | Compiling macaddr v1.0.1 |
459 | 2024-08-06T22:22:32.491Z | Compiling dof v0.3.0 |
460 | 2024-08-06T22:22:32.548Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-08-06T22:22:34.554Z | Compiling usdt-macro v0.5.0 |
462 | 2024-08-06T22:22:34.554Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-08-06T22:22:34.720Z | Compiling toml v0.8.19 |
464 | 2024-08-06T22:22:35.692Z | Compiling cargo_toml v0.20.4 |
465 | 2024-08-06T22:22:36.109Z | Compiling usdt v0.5.0 |
466 | 2024-08-06T22:22:39.785Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-08-06T22:22:44.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.04s |
468 | 2024-08-06T22:22:44.435Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-08-06T22:22:45.191Z | Downloading crates ... |
470 | 2024-08-06T22:22:45.250Z | Downloaded atomic-waker v1.1.2 |
471 | 2024-08-06T22:22:45.255Z | Downloaded adler v1.0.2 |
472 | 2024-08-06T22:22:45.255Z | Downloaded aead v0.5.2 |
473 | 2024-08-06T22:22:45.259Z | Downloaded atty v0.2.14 |
474 | 2024-08-06T22:22:45.281Z | Downloaded async-stream-impl v0.3.5 |
475 | 2024-08-06T22:22:45.281Z | Downloaded addr2line v0.21.0 |
476 | 2024-08-06T22:22:45.281Z | Downloaded crucible-workspace-hack v0.1.0 |
477 | 2024-08-06T22:22:45.281Z | Downloaded bitstruct v0.1.1 |
478 | 2024-08-06T22:22:45.281Z | Downloaded cfg_aliases v0.1.1 |
479 | 2024-08-06T22:22:45.281Z | Downloaded cstr-argument v0.1.2 |
480 | 2024-08-06T22:22:45.281Z | Downloaded bit-vec v0.6.3 |
481 | 2024-08-06T22:22:45.281Z | Downloaded darling_macro v0.20.9 |
482 | 2024-08-06T22:22:45.281Z | Downloaded bitfield-struct v0.6.1 |
483 | 2024-08-06T22:22:45.281Z | Downloaded async-recursion v1.1.1 |
484 | 2024-08-06T22:22:45.285Z | Downloaded ascii-canvas v3.0.0 |
485 | 2024-08-06T22:22:45.285Z | Downloaded matches v0.1.10 |
486 | 2024-08-06T22:22:45.289Z | Downloaded is_ci v1.2.0 |
487 | 2024-08-06T22:22:45.289Z | Downloaded crossbeam-deque v0.8.5 |
488 | 2024-08-06T22:22:45.293Z | Downloaded instant v0.1.12 |
489 | 2024-08-06T22:22:45.293Z | Downloaded oso-derive v0.27.3 |
490 | 2024-08-06T22:22:45.293Z | Downloaded colored v2.1.0 |
491 | 2024-08-06T22:22:45.302Z | Downloaded openssl-macros v0.1.1 |
492 | 2024-08-06T22:22:45.302Z | Downloaded num_threads v0.1.7 |
493 | 2024-08-06T22:22:45.306Z | Downloaded ciborium-ll v0.2.2 |
494 | 2024-08-06T22:22:45.306Z | Downloaded kstat-rs v0.2.4 |
495 | 2024-08-06T22:22:45.306Z | Downloaded lazycell v1.3.0 |
496 | 2024-08-06T22:22:45.306Z | Downloaded ipnetwork v0.20.0 |
497 | 2024-08-06T22:22:45.306Z | Downloaded indent_write v2.2.0 |
498 | 2024-08-06T22:22:45.309Z | Downloaded impl-trait-for-tuples v0.2.2 |
499 | 2024-08-06T22:22:45.313Z | Downloaded parse-size v1.0.0 |
500 | 2024-08-06T22:22:45.313Z | Downloaded mockall v0.12.1 |
501 | 2024-08-06T22:22:45.317Z | Downloaded base16ct v0.2.0 |
502 | 2024-08-06T22:22:45.317Z | Downloaded base64ct v1.6.0 |
503 | 2024-08-06T22:22:45.320Z | Downloaded num-derive v0.4.2 |
504 | 2024-08-06T22:22:45.324Z | Downloaded indoc v1.0.9 |
505 | 2024-08-06T22:22:45.324Z | Downloaded cookie v0.17.0 |
506 | 2024-08-06T22:22:45.327Z | Downloaded olpc-cjson v0.1.3 |
507 | 2024-08-06T22:22:45.330Z | Downloaded nibble_vec v0.1.0 |
508 | 2024-08-06T22:22:45.330Z | Downloaded atomicwrites v0.4.3 |
509 | 2024-08-06T22:22:45.334Z | Downloaded multer v3.1.0 |
510 | 2024-08-06T22:22:45.337Z | Downloaded is-terminal v0.4.12 |
511 | 2024-08-06T22:22:45.337Z | Downloaded parse-display v0.9.1 |
512 | 2024-08-06T22:22:45.340Z | Downloaded crunchy v0.2.2 |
513 | 2024-08-06T22:22:45.340Z | Downloaded memmap2 v0.9.4 |
514 | 2024-08-06T22:22:45.343Z | Downloaded num-complex v0.4.6 |
515 | 2024-08-06T22:22:45.347Z | Downloaded lock_api v0.4.12 |
516 | 2024-08-06T22:22:45.351Z | Downloaded num-rational v0.4.2 |
517 | 2024-08-06T22:22:45.352Z | Downloaded nu-ansi-term v0.50.0 |
518 | 2024-08-06T22:22:45.357Z | Downloaded termtree v0.4.1 |
519 | 2024-08-06T22:22:45.357Z | Downloaded try-lock v0.2.5 |
520 | 2024-08-06T22:22:45.361Z | Downloaded bit-set v0.5.3 |
521 | 2024-08-06T22:22:45.361Z | Downloaded num-conv v0.1.0 |
522 | 2024-08-06T22:22:45.361Z | Downloaded openssl-probe v0.1.5 |
523 | 2024-08-06T22:22:45.366Z | Downloaded opaque-debug v0.3.1 |
524 | 2024-08-06T22:22:45.366Z | Downloaded parking_lot_core v0.8.6 |
525 | 2024-08-06T22:22:45.369Z | Downloaded lazy_static v1.5.0 |
526 | 2024-08-06T22:22:45.374Z | Downloaded lru v0.12.3 |
527 | 2024-08-06T22:22:45.374Z | Downloaded num_cpus v1.16.0 |
528 | 2024-08-06T22:22:45.377Z | Downloaded tinyvec_macros v0.1.1 |
529 | 2024-08-06T22:22:45.377Z | Downloaded bitfield v0.14.0 |
530 | 2024-08-06T22:22:45.380Z | Downloaded arc-swap v1.7.1 |
531 | 2024-08-06T22:22:45.384Z | Downloaded cipher v0.4.4 |
532 | 2024-08-06T22:22:45.388Z | Downloaded slab v0.4.9 |
533 | 2024-08-06T22:22:45.391Z | Downloaded memoffset v0.9.1 |
534 | 2024-08-06T22:22:45.391Z | Downloaded curve25519-dalek-derive v0.1.1 |
535 | 2024-08-06T22:22:45.396Z | Downloaded cobs v0.2.3 |
536 | 2024-08-06T22:22:45.396Z | Downloaded cexpr v0.6.0 |
537 | 2024-08-06T22:22:45.399Z | Downloaded block-padding v0.3.3 |
538 | 2024-08-06T22:22:45.399Z | Downloaded phf_shared v0.10.0 |
539 | 2024-08-06T22:22:45.399Z | Downloaded endian-type v0.1.2 |
540 | 2024-08-06T22:22:45.402Z | Downloaded managed v0.8.0 |
541 | 2024-08-06T22:22:45.402Z | Downloaded defmt v0.3.8 |
542 | 2024-08-06T22:22:45.407Z | Downloaded slog-scope v4.4.0 |
543 | 2024-08-06T22:22:45.410Z | Downloaded parking_lot v0.11.2 |
544 | 2024-08-06T22:22:45.414Z | Downloaded structmeta v0.3.0 |
545 | 2024-08-06T22:22:45.417Z | Downloaded wait-timeout v0.2.0 |
546 | 2024-08-06T22:22:45.421Z | Downloaded serde_with_macros v3.8.3 |
547 | 2024-08-06T22:22:45.426Z | Downloaded paste v1.0.15 |
548 | 2024-08-06T22:22:45.430Z | Downloaded num_enum_derive v0.5.11 |
549 | 2024-08-06T22:22:45.430Z | Downloaded http-range v0.1.5 |
550 | 2024-08-06T22:22:45.430Z | Downloaded parse-display-derive v0.9.1 |
551 | 2024-08-06T22:22:45.434Z | Downloaded backoff v0.4.0 |
552 | 2024-08-06T22:22:45.434Z | Downloaded bcs v0.1.6 |
553 | 2024-08-06T22:22:45.438Z | Downloaded unicode-xid v0.2.4 |
554 | 2024-08-06T22:22:45.442Z | Downloaded openssl-sys v0.9.103 |
555 | 2024-08-06T22:22:45.445Z | Downloaded cancel-safe-futures v0.1.5 |
556 | 2024-08-06T22:22:45.450Z | Downloaded uzers v0.11.3 |
557 | 2024-08-06T22:22:45.455Z | Downloaded home v0.5.9 |
558 | 2024-08-06T22:22:45.460Z | Downloaded static_assertions v1.1.0 |
559 | 2024-08-06T22:22:45.460Z | Downloaded strum v0.26.3 |
560 | 2024-08-06T22:22:45.460Z | Downloaded hyper-tls v0.5.0 |
561 | 2024-08-06T22:22:45.464Z | Downloaded num_enum v0.5.11 |
562 | 2024-08-06T22:22:45.470Z | Downloaded rand_chacha v0.3.1 |
563 | 2024-08-06T22:22:45.474Z | Downloaded predicates-tree v1.0.9 |
564 | 2024-08-06T22:22:45.474Z | Downloaded downcast v0.11.0 |
565 | 2024-08-06T22:22:45.478Z | Downloaded xattr v1.3.1 |
566 | 2024-08-06T22:22:45.482Z | Downloaded diesel_table_macro_syntax v0.1.0 |
567 | 2024-08-06T22:22:45.483Z | Downloaded headers-core v0.2.0 |
568 | 2024-08-06T22:22:45.483Z | Downloaded rtoolbox v0.0.2 |
569 | 2024-08-06T22:22:45.486Z | Downloaded resolv-conf v0.7.0 |
570 | 2024-08-06T22:22:45.486Z | Downloaded allocator-api2 v0.2.18 |
571 | 2024-08-06T22:22:45.491Z | Downloaded predicates v3.1.2 |
572 | 2024-08-06T22:22:45.496Z | Downloaded slog-json v2.6.1 |
573 | 2024-08-06T22:22:45.501Z | Downloaded precomputed-hash v0.1.1 |
574 | 2024-08-06T22:22:45.501Z | Downloaded semver v0.1.20 |
575 | 2024-08-06T22:22:45.505Z | Downloaded sec1 v0.7.3 |
576 | 2024-08-06T22:22:45.505Z | Downloaded crossbeam-epoch v0.9.18 |
577 | 2024-08-06T22:22:45.510Z | Downloaded derive_builder_core v0.20.0 |
578 | 2024-08-06T22:22:45.510Z | Downloaded sigpipe v0.1.3 |
579 | 2024-08-06T22:22:45.518Z | Downloaded strum_macros v0.24.3 |
580 | 2024-08-06T22:22:45.527Z | Downloaded structmeta-derive v0.3.0 |
581 | 2024-08-06T22:22:45.532Z | Downloaded toolchain_find v0.4.0 |
582 | 2024-08-06T22:22:45.533Z | Downloaded display-error-chain v0.2.0 |
583 | 2024-08-06T22:22:45.536Z | Downloaded dirs-sys-next v0.1.2 |
584 | 2024-08-06T22:22:45.536Z | Downloaded untrusted v0.7.1 |
585 | 2024-08-06T22:22:45.536Z | Downloaded waitgroup v0.1.2 |
586 | 2024-08-06T22:22:45.545Z | Downloaded aho-corasick v1.1.3 |
587 | 2024-08-06T22:22:45.561Z | Downloaded vte_generate_state_changes v0.1.1 |
588 | 2024-08-06T22:22:45.561Z | Downloaded fxhash v0.2.1 |
589 | 2024-08-06T22:22:45.561Z | Downloaded want v0.3.1 |
590 | 2024-08-06T22:22:45.561Z | Downloaded phf_shared v0.11.2 |
591 | 2024-08-06T22:22:45.561Z | Downloaded stability v0.2.0 |
592 | 2024-08-06T22:22:45.561Z | Downloaded ppv-lite86 v0.2.17 |
593 | 2024-08-06T22:22:45.561Z | Downloaded powerfmt v0.2.0 |
594 | 2024-08-06T22:22:45.561Z | Downloaded rustc_version v0.4.0 |
595 | 2024-08-06T22:22:45.561Z | Downloaded psl-types v2.0.11 |
596 | 2024-08-06T22:22:45.567Z | Downloaded slog-bunyan v2.5.0 |
597 | 2024-08-06T22:22:45.567Z | Downloaded rustfmt-wrapper v0.2.1 |
598 | 2024-08-06T22:22:45.567Z | Downloaded snafu-derive v0.8.2 |
599 | 2024-08-06T22:22:45.567Z | Downloaded stable_deref_trait v1.2.0 |
600 | 2024-08-06T22:22:45.567Z | Downloaded rustc_version v0.1.7 |
601 | 2024-08-06T22:22:45.571Z | Downloaded darling_core v0.20.9 |
602 | 2024-08-06T22:22:45.575Z | Downloaded iana-time-zone v0.1.60 |
603 | 2024-08-06T22:22:45.580Z | Downloaded shlex v1.3.0 |
604 | 2024-08-06T22:22:45.580Z | Downloaded rustc-hash v1.1.0 |
605 | 2024-08-06T22:22:45.584Z | Downloaded smallvec v0.6.14 |
606 | 2024-08-06T22:22:45.584Z | Downloaded tinyvec v1.6.0 |
607 | 2024-08-06T22:22:45.588Z | Downloaded libm v0.2.8 |
608 | 2024-08-06T22:22:45.596Z | Downloaded foreign-types-shared v0.3.1 |
609 | 2024-08-06T22:22:45.601Z | Downloaded zone_cfg_derive v0.1.2 |
610 | 2024-08-06T22:22:45.601Z | Downloaded futures-core v0.3.30 |
611 | 2024-08-06T22:22:45.605Z | Downloaded which v4.4.2 |
612 | 2024-08-06T22:22:45.605Z | Downloaded httpdate v1.0.3 |
613 | 2024-08-06T22:22:45.609Z | Downloaded foreign-types-macros v0.2.3 |
614 | 2024-08-06T22:22:45.609Z | Downloaded crypto-bigint v0.5.5 |
615 | 2024-08-06T22:22:45.617Z | Downloaded socket2 v0.4.10 |
616 | 2024-08-06T22:22:45.622Z | Downloaded rusty-fork v0.3.0 |
617 | 2024-08-06T22:22:45.622Z | Downloaded rpassword v7.3.1 |
618 | 2024-08-06T22:22:45.626Z | Downloaded num-traits v0.2.19 |
619 | 2024-08-06T22:22:45.626Z | Downloaded proc-macro-crate v1.3.1 |
620 | 2024-08-06T22:22:45.630Z | Downloaded hostname v0.4.0 |
621 | 2024-08-06T22:22:45.633Z | Downloaded hostname v0.3.1 |
622 | 2024-08-06T22:22:45.633Z | Downloaded peg-runtime v0.8.3 |
623 | 2024-08-06T22:22:45.637Z | Downloaded serde-big-array v0.5.1 |
624 | 2024-08-06T22:22:45.640Z | Downloaded structmeta v0.2.0 |
625 | 2024-08-06T22:22:45.640Z | Downloaded pretty-hex v0.2.1 |
626 | 2024-08-06T22:22:45.644Z | Downloaded portpicker v0.1.1 |
627 | 2024-08-06T22:22:45.644Z | Downloaded float-ord v0.3.2 |
628 | 2024-08-06T22:22:45.648Z | Downloaded float-cmp v0.9.0 |
629 | 2024-08-06T22:22:45.648Z | Downloaded schemars v0.8.21 |
630 | 2024-08-06T22:22:45.662Z | Downloaded sqlparser_derive v0.2.2 |
631 | 2024-08-06T22:22:45.666Z | Downloaded hubpack_derive v0.1.1 |
632 | 2024-08-06T22:22:45.666Z | Downloaded crossbeam-channel v0.5.12 |
633 | 2024-08-06T22:22:45.671Z | Downloaded rand v0.8.5 |
634 | 2024-08-06T22:22:45.677Z | Downloaded tracing-core v0.1.32 |
635 | 2024-08-06T22:22:45.681Z | Downloaded snafu v0.8.2 |
636 | 2024-08-06T22:22:45.689Z | Downloaded path-slash v0.1.5 |
637 | 2024-08-06T22:22:45.693Z | Downloaded time-core v0.1.2 |
638 | 2024-08-06T22:22:45.698Z | Downloaded tabwriter v1.4.0 |
639 | 2024-08-06T22:22:45.698Z | Downloaded erased-serde v0.3.31 |
640 | 2024-08-06T22:22:45.701Z | Downloaded slog-envlogger v2.2.0 |
641 | 2024-08-06T22:22:45.701Z | Downloaded form_urlencoded v1.2.1 |
642 | 2024-08-06T22:22:45.705Z | Downloaded supports-color v3.0.0 |
643 | 2024-08-06T22:22:45.706Z | Downloaded string_cache v0.8.7 |
644 | 2024-08-06T22:22:45.710Z | Downloaded radium v0.7.0 |
645 | 2024-08-06T22:22:45.710Z | Downloaded fallible-iterator v0.2.0 |
646 | 2024-08-06T22:22:45.713Z | Downloaded tar v0.4.41 |
647 | 2024-08-06T22:22:45.713Z | Downloaded diesel_derives v2.1.4 |
648 | 2024-08-06T22:22:45.718Z | Downloaded zip v0.6.6 |
649 | 2024-08-06T22:22:45.725Z | Downloaded tower-service v0.3.2 |
650 | 2024-08-06T22:22:45.729Z | Downloaded serde_arrays v0.1.0 |
651 | 2024-08-06T22:22:45.729Z | Downloaded pin-project v1.1.5 |
652 | 2024-08-06T22:22:45.742Z | Downloaded tracing v0.1.40 |
653 | 2024-08-06T22:22:45.747Z | Downloaded unicode-truncate v1.0.0 |
654 | 2024-08-06T22:22:45.751Z | Downloaded same-file v1.0.6 |
655 | 2024-08-06T22:22:45.756Z | Downloaded sync_wrapper v0.1.2 |
656 | 2024-08-06T22:22:45.756Z | Downloaded env_logger v0.10.2 |
657 | 2024-08-06T22:22:45.760Z | Downloaded env_logger v0.9.3 |
658 | 2024-08-06T22:22:45.760Z | Downloaded group v0.13.0 |
659 | 2024-08-06T22:22:45.764Z | Downloaded subtle v2.5.0 |
660 | 2024-08-06T22:22:45.768Z | Downloaded pkcs8 v0.10.2 |
661 | 2024-08-06T22:22:45.768Z | Downloaded futures v0.3.30 |
662 | 2024-08-06T22:22:45.774Z | Downloaded hashbrown v0.12.3 |
663 | 2024-08-06T22:22:45.789Z | Downloaded futures-task v0.3.30 |
664 | 2024-08-06T22:22:45.801Z | Downloaded rustls-pki-types v1.7.0 |
665 | 2024-08-06T22:22:45.801Z | Downloaded pin-project-internal v1.1.5 |
666 | 2024-08-06T22:22:45.801Z | Downloaded trust-dns-client v0.22.0 |
667 | 2024-08-06T22:22:45.801Z | Downloaded ident_case v1.0.1 |
668 | 2024-08-06T22:22:45.801Z | Downloaded signal-hook v0.3.17 |
669 | 2024-08-06T22:22:45.801Z | Downloaded serde_with v3.8.3 |
670 | 2024-08-06T22:22:45.809Z | Downloaded itertools v0.12.1 |
671 | 2024-08-06T22:22:45.818Z | Downloaded take_mut v0.2.2 |
672 | 2024-08-06T22:22:45.821Z | Downloaded serde_plain v1.0.2 |
673 | 2024-08-06T22:22:45.821Z | Downloaded fastrand v2.1.0 |
674 | 2024-08-06T22:22:45.826Z | Downloaded rustls-pemfile v1.0.4 |
675 | 2024-08-06T22:22:45.826Z | Downloaded rand_seeder v0.3.0 |
676 | 2024-08-06T22:22:45.831Z | Downloaded serde_repr v0.1.19 |
677 | 2024-08-06T22:22:45.831Z | Downloaded tokio-tungstenite v0.21.0 |
678 | 2024-08-06T22:22:45.833Z | Downloaded heapless v0.8.0 |
679 | 2024-08-06T22:22:45.837Z | Downloaded spki v0.7.3 |
680 | 2024-08-06T22:22:45.840Z | Downloaded hubpack v0.1.2 |
681 | 2024-08-06T22:22:45.843Z | Downloaded humantime v2.1.0 |
682 | 2024-08-06T22:22:45.846Z | Downloaded untrusted v0.9.0 |
683 | 2024-08-06T22:22:45.846Z | Downloaded universal-hash v0.5.1 |
684 | 2024-08-06T22:22:45.851Z | Downloaded utf-8 v0.7.6 |
685 | 2024-08-06T22:22:45.851Z | Downloaded spin v0.9.8 |
686 | 2024-08-06T22:22:45.856Z | Downloaded tempfile v3.10.1 |
687 | 2024-08-06T22:22:45.856Z | Downloaded publicsuffix v2.2.3 |
688 | 2024-08-06T22:22:45.859Z | Downloaded toml_edit v0.19.15 |
689 | 2024-08-06T22:22:45.878Z | Downloaded term v0.7.0 |
690 | 2024-08-06T22:22:45.882Z | Downloaded pkcs1 v0.7.5 |
691 | 2024-08-06T22:22:45.885Z | Downloaded serde_path_to_error v0.1.16 |
692 | 2024-08-06T22:22:45.889Z | Downloaded crossterm v0.27.0 |
693 | 2024-08-06T22:22:45.896Z | Downloaded serde_derive_internals v0.29.1 |
694 | 2024-08-06T22:22:45.900Z | Downloaded hyper-rustls v0.24.2 |
695 | 2024-08-06T22:22:45.904Z | Downloaded futures-channel v0.3.30 |
696 | 2024-08-06T22:22:45.904Z | Downloaded ron v0.7.1 |
697 | 2024-08-06T22:22:45.910Z | Downloaded vte v0.11.1 |
698 | 2024-08-06T22:22:45.914Z | Downloaded rustls-pemfile v2.1.3 |
699 | 2024-08-06T22:22:45.917Z | Downloaded derive-where v1.2.7 |
700 | 2024-08-06T22:22:45.921Z | Downloaded http v0.2.12 |
701 | 2024-08-06T22:22:45.924Z | Downloaded winnow v0.5.40 |
702 | 2024-08-06T22:22:45.935Z | Downloaded http v1.1.0 |
703 | 2024-08-06T22:22:45.940Z | Downloaded pin-project-lite v0.2.14 |
704 | 2024-08-06T22:22:45.947Z | Downloaded headers v0.3.9 |
705 | 2024-08-06T22:22:45.954Z | Downloaded expectorate v1.1.0 |
706 | 2024-08-06T22:22:45.960Z | Downloaded tungstenite v0.21.0 |
707 | 2024-08-06T22:22:45.964Z | Downloaded tungstenite v0.20.1 |
708 | 2024-08-06T22:22:45.967Z | Downloaded fatfs v0.3.6 |
709 | 2024-08-06T22:22:45.970Z | Downloaded serde_yaml v0.9.34+deprecated |
710 | 2024-08-06T22:22:45.974Z | Downloaded bindgen v0.69.4 |
711 | 2024-08-06T22:22:45.984Z | Downloaded url v2.5.2 |
712 | 2024-08-06T22:22:48.746Z | Downloaded tough v0.17.1 |
713 | 2024-08-06T22:22:48.746Z | Downloaded tokio-util v0.7.11 |
714 | 2024-08-06T22:22:48.746Z | Downloaded portable-atomic v1.6.0 |
715 | 2024-08-06T22:22:48.746Z | Downloaded trust-dns-resolver v0.22.0 |
716 | 2024-08-06T22:22:48.746Z | Downloaded object v0.30.4 |
717 | 2024-08-06T22:22:48.746Z | Downloaded unicode-normalization v0.1.23 |
718 | 2024-08-06T22:22:48.746Z | Downloaded hashbrown v0.13.2 |
719 | 2024-08-06T22:22:48.746Z | Downloaded unicode-segmentation v1.11.0 |
720 | 2024-08-06T22:22:48.746Z | Downloaded rustls-webpki v0.101.7 |
721 | 2024-08-06T22:22:48.746Z | Downloaded futures-util v0.3.30 |
722 | 2024-08-06T22:22:48.746Z | Downloaded time v0.3.36 |
723 | 2024-08-06T22:22:48.746Z | Downloaded rustls-webpki v0.102.4 |
724 | 2024-08-06T22:22:48.746Z | Downloaded smoltcp v0.9.1 |
725 | 2024-08-06T22:22:48.747Z | Downloaded reqwest v0.11.27 |
726 | 2024-08-06T22:22:48.747Z | Downloaded bstr v0.2.17 |
727 | 2024-08-06T22:22:48.747Z | Downloaded proptest v1.4.0 |
728 | 2024-08-06T22:22:48.747Z | Downloaded h2 v0.3.26 |
729 | 2024-08-06T22:22:48.747Z | Downloaded regex v1.10.5 |
730 | 2024-08-06T22:22:48.747Z | Downloaded rayon v1.10.0 |
731 | 2024-08-06T22:22:48.747Z | Downloaded smoltcp v0.11.0 |
732 | 2024-08-06T22:22:48.747Z | Downloaded openssl v0.10.66 |
733 | 2024-08-06T22:22:48.747Z | Downloaded hyper v0.14.30 |
734 | 2024-08-06T22:22:48.747Z | Downloaded openapiv3 v2.0.0 |
735 | 2024-08-06T22:22:48.747Z | Downloaded regex-syntax v0.6.29 |
736 | 2024-08-06T22:22:48.747Z | Downloaded polar-core v0.27.3 |
737 | 2024-08-06T22:22:48.747Z | Downloaded regress v0.9.1 |
738 | 2024-08-06T22:22:48.747Z | Downloaded idna v0.3.0 |
739 | 2024-08-06T22:22:48.747Z | Downloaded regex-syntax v0.8.3 |
740 | 2024-08-06T22:22:48.747Z | Downloaded rustls v0.22.4 |
741 | 2024-08-06T22:22:48.747Z | Downloaded sled v0.34.7 |
742 | 2024-08-06T22:22:48.748Z | Downloaded idna v0.5.0 |
743 | 2024-08-06T22:22:48.748Z | Downloaded idna v0.2.3 |
744 | 2024-08-06T22:22:48.748Z | Downloaded ratatui v0.27.0 |
745 | 2024-08-06T22:22:48.748Z | Downloaded zerocopy-derive v0.6.6 |
746 | 2024-08-06T22:22:48.748Z | Downloaded finl_unicode v1.2.0 |
747 | 2024-08-06T22:22:48.748Z | Downloaded regex-automata v0.4.6 |
748 | 2024-08-06T22:22:48.748Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
749 | 2024-08-06T22:22:48.748Z | Downloaded petgraph v0.6.5 |
750 | 2024-08-06T22:22:48.748Z | Downloaded encoding_rs v0.8.34 |
751 | 2024-08-06T22:22:48.748Z | Downloaded bstr v1.9.1 |
752 | 2024-08-06T22:22:48.748Z | Downloaded tokio v1.38.1 |
753 | 2024-08-06T22:22:48.748Z | Downloaded csv v1.3.0 |
754 | 2024-08-06T22:22:48.748Z | Downloaded sha3 v0.10.8 |
755 | 2024-08-06T22:22:48.748Z | Downloaded gimli v0.28.1 |
756 | 2024-08-06T22:22:48.748Z | Downloaded radix_trie v0.2.1 |
757 | 2024-08-06T22:22:48.748Z | Downloaded webpki-roots v0.25.4 |
758 | 2024-08-06T22:22:48.748Z | Downloaded rustls v0.21.12 |
759 | 2024-08-06T22:22:48.748Z | Downloaded diesel v2.1.6 |
760 | 2024-08-06T22:22:48.748Z | Downloaded trust-dns-proto v0.22.0 |
761 | 2024-08-06T22:22:48.748Z | Downloaded object v0.32.2 |
762 | 2024-08-06T22:22:48.749Z | Downloaded nix v0.28.0 |
763 | 2024-08-06T22:22:48.749Z | Downloaded nix v0.27.1 |
764 | 2024-08-06T22:22:48.749Z | Downloaded curve25519-dalek v4.1.3 |
765 | 2024-08-06T22:22:48.749Z | Downloaded vcpkg v0.2.15 |
766 | 2024-08-06T22:22:48.749Z | Downloaded quick-xml v0.31.0 |
767 | 2024-08-06T22:22:48.749Z | Downloaded hkdf v0.12.4 |
768 | 2024-08-06T22:22:48.749Z | Downloaded lalrpop v0.19.12 |
769 | 2024-08-06T22:22:48.749Z | Downloaded chrono v0.4.38 |
770 | 2024-08-06T22:22:48.749Z | Downloaded regex-automata v0.1.10 |
771 | 2024-08-06T22:22:48.749Z | Downloaded rustyline v14.0.0 |
772 | 2024-08-06T22:22:48.749Z | Downloaded sqlparser v0.45.0 |
773 | 2024-08-06T22:22:48.749Z | Downloaded bitvec v1.0.1 |
774 | 2024-08-06T22:22:48.749Z | Downloaded reedline v0.31.0 |
775 | 2024-08-06T22:22:48.749Z | Downloaded half v2.4.1 |
776 | 2024-08-06T22:22:48.749Z | Downloaded unsafe-libyaml v0.2.11 |
777 | 2024-08-06T22:22:48.749Z | Downloaded uuid v1.10.0 |
778 | 2024-08-06T22:22:48.749Z | Downloaded typed-path v0.7.1 |
779 | 2024-08-06T22:22:48.749Z | Downloaded blake3 v1.5.1 |
780 | 2024-08-06T22:22:48.749Z | Downloaded derive_more v0.99.18 |
781 | 2024-08-06T22:22:48.749Z | Downloaded flume v0.11.0 |
782 | 2024-08-06T22:22:48.750Z | Downloaded num-bigint-dig v0.8.4 |
783 | 2024-08-06T22:22:48.750Z | Downloaded test-strategy v0.3.1 |
784 | 2024-08-06T22:22:48.750Z | Downloaded elliptic-curve v0.13.8 |
785 | 2024-08-06T22:22:48.750Z | Downloaded pin-utils v0.1.0 |
786 | 2024-08-06T22:22:48.750Z | Downloaded rand_xorshift v0.3.0 |
787 | 2024-08-06T22:22:48.750Z | Downloaded slog v2.7.0 |
788 | 2024-08-06T22:22:48.750Z | Downloaded prettyplease v0.2.20 |
789 | 2024-08-06T22:22:48.750Z | Downloaded steno v0.4.1 |
790 | 2024-08-06T22:22:48.750Z | Downloaded spin v0.5.2 |
791 | 2024-08-06T22:22:48.750Z | Downloaded glob v0.3.1 |
792 | 2024-08-06T22:22:48.750Z | Downloaded getrandom v0.2.14 |
793 | 2024-08-06T22:22:48.750Z | Downloaded tokio-stream v0.1.15 |
794 | 2024-08-06T22:22:48.750Z | Downloaded tokio-rustls v0.25.0 |
795 | 2024-08-06T22:22:48.750Z | Downloaded tokio-rustls v0.24.1 |
796 | 2024-08-06T22:22:48.750Z | Downloaded thread_local v1.1.8 |
797 | 2024-08-06T22:22:48.750Z | Downloaded poly1305 v0.8.0 |
798 | 2024-08-06T22:22:48.751Z | Downloaded textwrap v0.16.1 |
799 | 2024-08-06T22:22:48.751Z | Downloaded itertools v0.10.5 |
800 | 2024-08-06T22:22:48.751Z | Downloaded pem v3.0.4 |
801 | 2024-08-06T22:22:48.751Z | Downloaded peg-macros v0.8.4 |
802 | 2024-08-06T22:22:48.751Z | Downloaded derive_builder v0.20.0 |
803 | 2024-08-06T22:22:48.751Z | Downloaded samael v0.0.15 |
804 | 2024-08-06T22:22:48.751Z | Downloaded futures-sink v0.3.30 |
805 | 2024-08-06T22:22:48.751Z | Downloaded futures-io v0.3.30 |
806 | 2024-08-06T22:22:48.751Z | Downloaded futures-executor v0.3.30 |
807 | 2024-08-06T22:22:48.751Z | Downloaded termcolor v1.4.1 |
808 | 2024-08-06T22:22:48.751Z | Downloaded sqlformat v0.2.4 |
809 | 2024-08-06T22:22:48.751Z | Downloaded serde_urlencoded v0.7.1 |
810 | 2024-08-06T22:22:48.751Z | Downloaded ref-cast-impl v1.0.23 |
811 | 2024-08-06T22:22:48.751Z | Downloaded heapless v0.7.17 |
812 | 2024-08-06T22:22:48.973Z | Downloaded flate2 v1.0.31 |
813 | 2024-08-06T22:22:48.973Z | Downloaded toml v0.5.11 |
814 | 2024-08-06T22:22:48.973Z | Downloaded unicode-bidi v0.3.15 |
815 | 2024-08-06T22:22:48.973Z | Downloaded slog-term v2.9.1 |
816 | 2024-08-06T22:22:48.973Z | Downloaded toml v0.7.8 |
817 | 2024-08-06T22:22:48.974Z | Downloaded similar v2.5.0 |
818 | 2024-08-06T22:22:48.974Z | Downloaded peg v0.8.4 |
819 | 2024-08-06T22:22:48.974Z | Downloaded subprocess v0.2.9 |
820 | 2024-08-06T22:22:48.974Z | Downloaded socket2 v0.5.7 |
821 | 2024-08-06T22:22:48.974Z | Downloaded hmac v0.12.1 |
822 | 2024-08-06T22:22:48.974Z | Downloaded ron v0.8.1 |
823 | 2024-08-06T22:22:48.974Z | Downloaded rcgen v0.12.1 |
824 | 2024-08-06T22:22:48.974Z | Downloaded rayon-core v1.12.1 |
825 | 2024-08-06T22:22:48.974Z | Downloaded nom v7.1.3 |
826 | 2024-08-06T22:22:48.974Z | Downloaded der_derive v0.7.2 |
827 | 2024-08-06T22:22:48.974Z | Downloaded postcard v1.0.8 |
828 | 2024-08-06T22:22:48.974Z | Downloaded tokio-postgres v0.7.11 |
829 | 2024-08-06T22:22:48.974Z | Downloaded trust-dns-server v0.22.1 |
830 | 2024-08-06T22:22:48.974Z | Downloaded unarray v0.1.4 |
831 | 2024-08-06T22:22:48.974Z | Downloaded stringprep v0.1.4 |
832 | 2024-08-06T22:22:48.974Z | Downloaded r2d2 v0.8.10 |
833 | 2024-08-06T22:22:48.974Z | Downloaded ring v0.17.8 |
834 | 2024-08-06T22:22:48.974Z | Downloaded enum-as-inner v0.5.1 |
835 | 2024-08-06T22:22:48.974Z | Downloaded embedded-io v0.4.0 |
836 | 2024-08-06T22:22:48.974Z | Downloaded either v1.12.0 |
837 | 2024-08-06T22:22:48.974Z | Downloaded dyn-clone v1.0.17 |
838 | 2024-08-06T22:22:48.974Z | Downloaded time-macros v0.2.18 |
839 | 2024-08-06T22:22:48.974Z | Downloaded zerocopy v0.6.6 |
840 | 2024-08-06T22:22:48.974Z | Downloaded yasna v0.5.2 |
841 | 2024-08-06T22:22:48.974Z | Downloaded slog-async v2.8.0 |
842 | 2024-08-06T22:22:48.974Z | Downloaded shell-words v1.1.0 |
843 | 2024-08-06T22:22:48.974Z | Downloaded sha1 v0.10.6 |
844 | 2024-08-06T22:22:48.974Z | Downloaded itertools v0.13.0 |
845 | 2024-08-06T22:22:48.974Z | Downloaded slog-stdlog v4.1.1 |
846 | 2024-08-06T22:22:48.974Z | Downloaded slog-dtrace v0.3.0 |
847 | 2024-08-06T22:22:48.974Z | Downloaded siphasher v0.3.11 |
848 | 2024-08-06T22:22:48.975Z | Downloaded signal-hook-tokio v0.3.1 |
849 | 2024-08-06T22:22:48.975Z | Downloaded signal-hook-registry v1.4.2 |
850 | 2024-08-06T22:22:48.975Z | Downloaded serde-hex v0.1.0 |
851 | 2024-08-06T22:22:48.975Z | Downloaded httparse v1.8.0 |
852 | 2024-08-06T22:22:48.975Z | Downloaded ring v0.16.20 |
853 | 2024-08-06T22:22:48.975Z | Downloaded x509-cert v0.2.5 |
854 | 2024-08-06T22:22:48.975Z | Downloaded derive_builder_macro v0.20.0 |
855 | 2024-08-06T22:22:48.975Z | Downloaded rand_core v0.6.4 |
856 | 2024-08-06T22:22:48.975Z | Downloaded ff v0.13.0 |
857 | 2024-08-06T22:22:48.975Z | Downloaded fd-lock v4.0.2 |
858 | 2024-08-06T22:22:48.975Z | Downloaded deranged v0.3.11 |
859 | 2024-08-06T22:22:48.975Z | Downloaded zeroize_derive v1.4.2 |
860 | 2024-08-06T22:22:48.975Z | Downloaded zeroize v1.7.0 |
861 | 2024-08-06T22:22:48.975Z | Downloaded quick-error v1.2.3 |
862 | 2024-08-06T22:22:48.975Z | Downloaded unicode_categories v0.1.1 |
863 | 2024-08-06T22:22:48.975Z | Downloaded pkg-config v0.3.30 |
864 | 2024-08-06T22:22:48.975Z | Downloaded foreign-types v0.5.0 |
865 | 2024-08-06T22:22:48.975Z | Downloaded unicase v2.7.0 |
866 | 2024-08-06T22:22:48.975Z | Downloaded tokio-tungstenite v0.20.1 |
867 | 2024-08-06T22:22:48.975Z | Downloaded topological-sort v0.2.2 |
868 | 2024-08-06T22:22:48.975Z | Downloaded strip-ansi-escapes v0.2.0 |
869 | 2024-08-06T22:22:48.975Z | Downloaded smawk v0.3.2 |
870 | 2024-08-06T22:22:48.975Z | Downloaded signature v2.2.0 |
871 | 2024-08-06T22:22:48.975Z | Downloaded unicode-linebreak v0.1.5 |
872 | 2024-08-06T22:22:48.975Z | Downloaded smallvec v1.13.2 |
873 | 2024-08-06T22:22:48.975Z | Downloaded rsa v0.9.6 |
874 | 2024-08-06T22:22:48.975Z | Downloaded backtrace v0.3.71 |
875 | 2024-08-06T22:22:48.975Z | Downloaded libxml v0.3.3 |
876 | 2024-08-06T22:22:48.975Z | Downloaded pem-rfc7468 v0.7.0 |
877 | 2024-08-06T22:22:48.975Z | Downloaded walkdir v2.5.0 |
878 | 2024-08-06T22:22:48.975Z | Downloaded globset v0.4.14 |
879 | 2024-08-06T22:22:48.975Z | Downloaded foreign-types-shared v0.1.1 |
880 | 2024-08-06T22:22:48.975Z | Downloaded foreign-types v0.3.2 |
881 | 2024-08-06T22:22:48.975Z | Downloaded thiserror-impl-no-std v2.0.2 |
882 | 2024-08-06T22:22:48.975Z | Downloaded postgres-types v0.2.7 |
883 | 2024-08-06T22:22:48.976Z | Downloaded highway v1.1.0 |
884 | 2024-08-06T22:22:48.976Z | Downloaded vsss-rs v3.3.4 |
885 | 2024-08-06T22:22:48.976Z | Downloaded mio v0.8.11 |
886 | 2024-08-06T22:22:48.976Z | Downloaded ref-cast v1.0.23 |
887 | 2024-08-06T22:22:48.976Z | Downloaded num-bigint v0.4.5 |
888 | 2024-08-06T22:22:48.976Z | Downloaded base64 v0.22.1 |
889 | 2024-08-06T22:22:48.976Z | Downloaded compact_str v0.7.1 |
890 | 2024-08-06T22:22:48.976Z | Downloaded hex v0.4.3 |
891 | 2024-08-06T22:22:48.976Z | Downloaded heck v0.3.3 |
892 | 2024-08-06T22:22:48.976Z | Downloaded sct v0.7.1 |
893 | 2024-08-06T22:22:48.976Z | Downloaded postgres-protocol v0.6.7 |
894 | 2024-08-06T22:22:48.976Z | Downloaded bytes v1.7.1 |
895 | 2024-08-06T22:22:48.976Z | Downloaded funty v2.0.0 |
896 | 2024-08-06T22:22:48.976Z | Downloaded fragile v2.0.0 |
897 | 2024-08-06T22:22:48.976Z | Downloaded dirs-next v2.0.0 |
898 | 2024-08-06T22:22:48.976Z | Downloaded zone v0.1.8 |
899 | 2024-08-06T22:22:48.976Z | Downloaded rustc-demangle v0.1.24 |
900 | 2024-08-06T22:22:48.976Z | Downloaded diff v0.1.13 |
901 | 2024-08-06T22:22:48.976Z | Downloaded indicatif v0.17.8 |
902 | 2024-08-06T22:22:48.976Z | Downloaded tokio-native-tls v0.3.1 |
903 | 2024-08-06T22:22:48.976Z | Downloaded tokio-macros v2.3.0 |
904 | 2024-08-06T22:22:48.976Z | Downloaded thiserror-no-std v2.0.2 |
905 | 2024-08-06T22:22:48.976Z | Downloaded strum_macros v0.26.4 |
906 | 2024-08-06T22:22:48.976Z | Downloaded parking_lot v0.12.2 |
907 | 2024-08-06T22:22:48.976Z | Downloaded oso v0.27.3 |
908 | 2024-08-06T22:22:48.976Z | Downloaded omicron-zone-package v0.11.0 |
909 | 2024-08-06T22:22:48.976Z | Downloaded cc v1.0.97 |
910 | 2024-08-06T22:22:48.976Z | Downloaded base64 v0.13.1 |
911 | 2024-08-06T22:22:48.976Z | Downloaded structmeta-derive v0.2.0 |
912 | 2024-08-06T22:22:49.005Z | Downloaded smf v0.2.3 |
913 | 2024-08-06T22:22:49.005Z | Downloaded secrecy v0.8.0 |
914 | 2024-08-06T22:22:49.005Z | Downloaded scopeguard v1.2.0 |
915 | 2024-08-06T22:22:49.005Z | Downloaded schemars_derive v0.8.21 |
916 | 2024-08-06T22:22:49.005Z | Downloaded wyz v0.5.1 |
917 | 2024-08-06T22:22:49.005Z | Downloaded tracing-attributes v0.1.27 |
918 | 2024-08-06T22:22:49.005Z | Downloaded tls_codec_derive v0.4.1 |
919 | 2024-08-06T22:22:49.005Z | Downloaded const-oid v0.9.6 |
920 | 2024-08-06T22:22:49.005Z | Downloaded blake2 v0.10.6 |
921 | 2024-08-06T22:22:49.005Z | Downloaded scheduled-thread-pool v0.2.7 |
922 | 2024-08-06T22:22:49.005Z | Downloaded rustversion v1.0.17 |
923 | 2024-08-06T22:22:49.005Z | Downloaded whoami v1.5.1 |
924 | 2024-08-06T22:22:49.005Z | Downloaded cookie v0.18.1 |
925 | 2024-08-06T22:22:49.005Z | Downloaded hyper-staticfile v0.9.5 |
926 | 2024-08-06T22:22:49.005Z | Downloaded password-hash v0.5.0 |
927 | 2024-08-06T22:22:49.005Z | Downloaded minimal-lexical v0.2.1 |
928 | 2024-08-06T22:22:49.006Z | Downloaded der v0.7.9 |
929 | 2024-08-06T22:22:49.006Z | Downloaded miniz_oxide v0.7.2 |
930 | 2024-08-06T22:22:49.006Z | Downloaded tiny-keccak v2.0.2 |
931 | 2024-08-06T22:22:49.006Z | Downloaded percent-encoding v2.3.1 |
932 | 2024-08-06T22:22:49.006Z | Downloaded http-body v0.4.6 |
933 | 2024-08-06T22:22:49.006Z | Downloaded parking_lot_core v0.9.10 |
934 | 2024-08-06T22:22:49.006Z | Downloaded owo-colors v4.0.0 |
935 | 2024-08-06T22:22:49.006Z | Downloaded predicates-core v1.0.6 |
936 | 2024-08-06T22:22:49.006Z | Downloaded phf v0.11.2 |
937 | 2024-08-06T22:22:49.006Z | Downloaded packed_struct v0.10.1 |
938 | 2024-08-06T22:22:49.006Z | Downloaded mockall_derive v0.12.1 |
939 | 2024-08-06T22:22:49.006Z | Downloaded const_format v0.2.32 |
940 | 2024-08-06T22:22:49.006Z | Downloaded chacha20poly1305 v0.10.1 |
941 | 2024-08-06T22:22:49.006Z | Downloaded hash32 v0.2.1 |
942 | 2024-08-06T22:22:49.006Z | Downloaded getopts v0.2.21 |
943 | 2024-08-06T22:22:49.006Z | Downloaded gethostname v0.5.0 |
944 | 2024-08-06T22:22:49.006Z | Downloaded futures-macro v0.3.30 |
945 | 2024-08-06T22:22:49.006Z | Downloaded filetime v0.2.23 |
946 | 2024-08-06T22:22:49.006Z | Downloaded base64 v0.21.7 |
947 | 2024-08-06T22:22:49.006Z | Downloaded ascii v1.1.0 |
948 | 2024-08-06T22:22:49.006Z | Downloaded hash32 v0.3.1 |
949 | 2024-08-06T22:22:49.006Z | Downloaded flagset v0.4.5 |
950 | 2024-08-06T22:22:49.006Z | Downloaded fixedbitset v0.4.2 |
951 | 2024-08-06T22:22:49.006Z | Downloaded ena v0.14.3 |
952 | 2024-08-06T22:22:49.006Z | Downloaded difflib v0.4.0 |
953 | 2024-08-06T22:22:49.006Z | Downloaded tls_codec v0.4.1 |
954 | 2024-08-06T22:22:49.006Z | Downloaded defmt-parser v0.3.4 |
955 | 2024-08-06T22:22:49.006Z | Downloaded csv-core v0.1.11 |
956 | 2024-08-06T22:22:49.006Z | Downloaded tui-tree-widget v0.21.0 |
957 | 2024-08-06T22:22:49.006Z | Downloaded const_format_proc_macros v0.2.32 |
958 | 2024-08-06T22:22:49.006Z | Downloaded ahash v0.8.11 |
959 | 2024-08-06T22:22:49.006Z | Downloaded packed_struct_codegen v0.10.1 |
960 | 2024-08-06T22:22:49.006Z | Downloaded mime_guess v2.0.4 |
961 | 2024-08-06T22:22:49.006Z | Downloaded crc-any v2.5.0 |
962 | 2024-08-06T22:22:49.007Z | Downloaded termios v0.3.3 |
963 | 2024-08-06T22:22:49.007Z | Downloaded tap v1.0.1 |
964 | 2024-08-06T22:22:49.007Z | Downloaded strum_macros v0.25.3 |
965 | 2024-08-06T22:22:49.007Z | Downloaded num-integer v0.1.46 |
966 | 2024-08-06T22:22:49.007Z | Downloaded native-tls v0.2.11 |
967 | 2024-08-06T22:22:49.007Z | Downloaded ipnet v2.9.0 |
968 | 2024-08-06T22:22:49.007Z | Downloaded async-trait v0.1.81 |
969 | 2024-08-06T22:22:49.007Z | Downloaded argon2 v0.5.3 |
970 | 2024-08-06T22:22:49.007Z | Downloaded num-iter v0.1.45 |
971 | 2024-08-06T22:22:49.007Z | Downloaded num v0.4.3 |
972 | 2024-08-06T22:22:49.007Z | Downloaded newtype_derive v0.1.6 |
973 | 2024-08-06T22:22:49.007Z | Downloaded multimap v0.10.0 |
974 | 2024-08-06T22:22:49.007Z | Downloaded signal-hook-mio v0.2.3 |
975 | 2024-08-06T22:22:49.007Z | Downloaded crc v3.2.1 |
976 | 2024-08-06T22:22:49.007Z | Downloaded data-encoding v2.6.0 |
977 | 2024-08-06T22:22:49.007Z | Downloaded crc-catalog v2.4.0 |
978 | 2024-08-06T22:22:49.007Z | Downloaded md-5 v0.10.6 |
979 | 2024-08-06T22:22:49.007Z | Downloaded linear-map v1.2.0 |
980 | 2024-08-06T22:22:49.007Z | Downloaded convert_case v0.4.0 |
981 | 2024-08-06T22:22:49.007Z | Downloaded chacha20 v0.9.1 |
982 | 2024-08-06T22:22:49.007Z | Downloaded castaway v0.2.2 |
983 | 2024-08-06T22:22:49.007Z | Downloaded bitflags v1.3.2 |
984 | 2024-08-06T22:22:49.007Z | Downloaded linked-hash-map v0.5.6 |
985 | 2024-08-06T22:22:49.007Z | Downloaded libsw v3.3.1 |
986 | 2024-08-06T22:22:49.007Z | Downloaded ciborium v0.2.2 |
987 | 2024-08-06T22:22:49.007Z | Downloaded crossbeam-utils v0.8.19 |
988 | 2024-08-06T22:22:49.007Z | Downloaded console v0.15.8 |
989 | 2024-08-06T22:22:49.007Z | Downloaded clang-sys v1.7.0 |
990 | 2024-08-06T22:22:49.007Z | Downloaded number_prefix v0.4.0 |
991 | 2024-08-06T22:22:49.007Z | Downloaded normalize-line-endings v0.3.0 |
992 | 2024-08-06T22:22:49.007Z | Downloaded nodrop v0.1.14 |
993 | 2024-08-06T22:22:49.007Z | Downloaded darling v0.20.9 |
994 | 2024-08-06T22:22:49.007Z | Downloaded bb8 v0.8.5 |
995 | 2024-08-06T22:22:49.007Z | Downloaded async-stream v0.3.5 |
996 | 2024-08-06T22:22:49.007Z | Downloaded newline-converter v0.3.0 |
997 | 2024-08-06T22:22:49.007Z | Downloaded libefi-sys v0.1.0 |
998 | 2024-08-06T22:22:49.008Z | Downloaded keccak v0.1.5 |
999 | 2024-08-06T22:22:49.008Z | Downloaded inout v0.1.3 |
1000 | 2024-08-06T22:22:49.008Z | Downloaded indexmap v1.9.3 |
1001 | 2024-08-06T22:22:49.008Z | Downloaded defmt-macros v0.3.9 |
1002 | 2024-08-06T22:22:49.008Z | Downloaded match_cfg v0.1.0 |
1003 | 2024-08-06T22:22:49.008Z | Downloaded arrayref v0.3.7 |
1004 | 2024-08-06T22:22:49.008Z | Downloaded libloading v0.8.3 |
1005 | 2024-08-06T22:22:49.008Z | Downloaded ciborium-io v0.2.2 |
1006 | 2024-08-06T22:22:49.008Z | Downloaded bitstruct_derive v0.1.0 |
1007 | 2024-08-06T22:22:49.008Z | Downloaded nanorand v0.7.0 |
1008 | 2024-08-06T22:22:49.008Z | Downloaded crc32fast v1.4.0 |
1009 | 2024-08-06T22:22:49.008Z | Downloaded bzip2 v0.4.4 |
1010 | 2024-08-06T22:22:49.008Z | Downloaded newtype-uuid v1.1.0 |
1011 | 2024-08-06T22:22:49.008Z | Downloaded cookie_store v0.20.0 |
1012 | 2024-08-06T22:22:49.014Z | Downloaded arrayvec v0.7.4 |
1013 | 2024-08-06T22:22:49.014Z | Downloaded mime v0.3.17 |
1014 | 2024-08-06T22:22:49.014Z | Downloaded maybe-uninit v2.0.0 |
1015 | 2024-08-06T22:22:49.014Z | Downloaded lalrpop-util v0.19.12 |
1016 | 2024-08-06T22:22:49.014Z | Downloaded debug-ignore v1.0.5 |
1017 | 2024-08-06T22:22:49.014Z | Downloaded maplit v1.0.2 |
1018 | 2024-08-06T22:22:49.014Z | Downloaded lru-cache v0.1.2 |
1019 | 2024-08-06T22:22:49.014Z | Downloaded cassowary v0.3.0 |
1020 | 2024-08-06T22:22:49.014Z | Downloaded buf-list v1.0.3 |
1021 | 2024-08-06T22:22:49.014Z | Downloaded new_debug_unreachable v1.0.6 |
1022 | 2024-08-06T22:22:49.014Z | Downloaded constant_time_eq v0.3.0 |
1023 | 2024-08-06T22:22:49.014Z | Downloaded camino-tempfile v1.1.1 |
1024 | 2024-08-06T22:22:49.014Z | Downloaded array-init v0.0.4 |
1025 | 2024-08-06T22:22:49.014Z | Downloaded assert_matches v1.5.0 |
1026 | 2024-08-06T22:22:49.014Z | Compiling cfg-if v1.0.0 |
1027 | 2024-08-06T22:22:49.014Z | Compiling serde v1.0.204 |
1028 | 2024-08-06T22:22:49.014Z | Compiling lock_api v0.4.12 |
1029 | 2024-08-06T22:22:49.014Z | Compiling scopeguard v1.2.0 |
1030 | 2024-08-06T22:22:49.014Z | Compiling log v0.4.21 |
1031 | 2024-08-06T22:22:49.014Z | Compiling syn v2.0.72 |
1032 | 2024-08-06T22:22:49.014Z | Compiling cc v1.0.97 |
1033 | 2024-08-06T22:22:49.014Z | Compiling parking_lot_core v0.9.10 |
1034 | 2024-08-06T22:22:49.014Z | Compiling getrandom v0.2.14 |
1035 | 2024-08-06T22:22:49.014Z | Compiling smallvec v1.13.2 |
1036 | 2024-08-06T22:22:49.014Z | Compiling rand_core v0.6.4 |
1037 | 2024-08-06T22:22:49.014Z | Compiling typenum v1.17.0 |
1038 | 2024-08-06T22:22:49.014Z | Compiling generic-array v0.14.7 |
1039 | 2024-08-06T22:22:49.015Z | Compiling pin-project-lite v0.2.14 |
1040 | 2024-08-06T22:22:49.015Z | Compiling signal-hook-registry v1.4.2 |
1041 | 2024-08-06T22:22:49.015Z | Compiling spin v0.9.8 |
1042 | 2024-08-06T22:22:49.015Z | Compiling parking_lot v0.12.2 |
1043 | 2024-08-06T22:22:49.015Z | Compiling mio v0.8.11 |
1044 | 2024-08-06T22:22:49.049Z | Compiling libm v0.2.8 |
1045 | 2024-08-06T22:22:49.328Z | Compiling serde_json v1.0.122 |
1046 | 2024-08-06T22:22:49.400Z | Compiling num-traits v0.2.19 |
1047 | 2024-08-06T22:22:49.497Z | Compiling ahash v0.8.11 |
1048 | 2024-08-06T22:22:49.761Z | Compiling futures-core v0.3.30 |
1049 | 2024-08-06T22:22:49.794Z | Compiling tinyvec_macros v0.1.1 |
1050 | 2024-08-06T22:22:49.937Z | Compiling tinyvec v1.6.0 |
1051 | 2024-08-06T22:22:50.112Z | Compiling socket2 v0.5.7 |
1052 | 2024-08-06T22:22:50.134Z | Compiling num_cpus v1.16.0 |
1053 | 2024-08-06T22:22:50.286Z | Compiling const-oid v0.9.6 |
1054 | 2024-08-06T22:22:50.451Z | Compiling subtle v2.5.0 |
1055 | 2024-08-06T22:22:50.861Z | Compiling slab v0.4.9 |
1056 | 2024-08-06T22:22:51.233Z | Compiling futures-sink v0.3.30 |
1057 | 2024-08-06T22:22:51.396Z | Compiling allocator-api2 v0.2.18 |
1058 | 2024-08-06T22:22:51.410Z | Compiling unicode-bidi v0.3.15 |
1059 | 2024-08-06T22:22:51.660Z | Compiling unicode-normalization v0.1.23 |
1060 | 2024-08-06T22:22:51.876Z | Compiling futures-channel v0.3.30 |
1061 | 2024-08-06T22:22:52.337Z | Compiling pkg-config v0.3.30 |
1062 | 2024-08-06T22:22:52.358Z | Compiling futures-task v0.3.30 |
1063 | 2024-08-06T22:22:52.381Z | Compiling futures-io v0.3.30 |
1064 | 2024-08-06T22:22:52.407Z | Compiling vcpkg v0.2.15 |
1065 | 2024-08-06T22:22:52.697Z | Compiling pin-utils v0.1.0 |
1066 | 2024-08-06T22:22:52.768Z | Compiling ring v0.17.8 |
1067 | 2024-08-06T22:22:52.808Z | Compiling percent-encoding v2.3.1 |
1068 | 2024-08-06T22:22:52.957Z | Compiling ppv-lite86 v0.2.17 |
1069 | 2024-08-06T22:22:53.112Z | Compiling tracing-core v0.1.32 |
1070 | 2024-08-06T22:22:53.199Z | Compiling syn v1.0.109 |
1071 | 2024-08-06T22:22:53.536Z | Compiling untrusted v0.9.0 |
1072 | 2024-08-06T22:22:53.827Z | Compiling rand_chacha v0.3.1 |
1073 | 2024-08-06T22:22:53.868Z | Compiling rustix v0.38.34 |
1074 | 2024-08-06T22:22:53.971Z | Compiling powerfmt v0.2.0 |
1075 | 2024-08-06T22:22:54.133Z | Compiling num-conv v0.1.0 |
1076 | 2024-08-06T22:22:54.358Z | Compiling time-core v0.1.2 |
1077 | 2024-08-06T22:22:54.400Z | Compiling deranged v0.3.11 |
1078 | 2024-08-06T22:22:54.550Z | Compiling time-macros v0.2.18 |
1079 | 2024-08-06T22:22:54.617Z | Compiling rand v0.8.5 |
1080 | 2024-08-06T22:22:54.870Z | Compiling foreign-types-shared v0.1.1 |
1081 | 2024-08-06T22:22:54.913Z | Compiling openssl-sys v0.9.103 |
1082 | 2024-08-06T22:22:54.982Z | Compiling openssl v0.10.66 |
1083 | 2024-08-06T22:22:55.459Z | Compiling rustversion v1.0.17 |
1084 | 2024-08-06T22:22:56.182Z | Compiling iana-time-zone v0.1.60 |
1085 | 2024-08-06T22:22:56.233Z | Compiling num_threads v0.1.7 |
1086 | 2024-08-06T22:22:56.294Z | Compiling base64ct v1.6.0 |
1087 | 2024-08-06T22:22:56.348Z | Compiling httparse v1.8.0 |
1088 | 2024-08-06T22:22:56.684Z | Compiling foreign-types v0.3.2 |
1089 | 2024-08-06T22:22:56.784Z | Compiling pem-rfc7468 v0.7.0 |
1090 | 2024-08-06T22:22:56.834Z | Compiling form_urlencoded v1.2.1 |
1091 | 2024-08-06T22:22:56.850Z | Compiling rustls v0.21.12 |
1092 | 2024-08-06T22:22:57.152Z | Compiling try-lock v0.2.5 |
1093 | 2024-08-06T22:22:57.181Z | Compiling crossbeam-utils v0.8.19 |
1094 | 2024-08-06T22:22:57.310Z | Compiling flagset v0.4.5 |
1095 | 2024-08-06T22:22:57.494Z | Compiling siphasher v0.3.11 |
1096 | 2024-08-06T22:22:57.513Z | Compiling native-tls v0.2.11 |
1097 | 2024-08-06T22:22:57.860Z | Compiling time v0.3.36 |
1098 | 2024-08-06T22:22:57.907Z | Compiling want v0.3.1 |
1099 | 2024-08-06T22:22:58.220Z | Compiling serde_derive_internals v0.29.1 |
1100 | 2024-08-06T22:22:58.516Z | Compiling idna v0.5.0 |
1101 | 2024-08-06T22:22:58.660Z | Compiling lazy_static v1.5.0 |
1102 | 2024-08-06T22:22:58.799Z | Compiling aho-corasick v1.1.3 |
1103 | 2024-08-06T22:22:59.807Z | Compiling cookie v0.17.0 |
1104 | 2024-08-06T22:23:00.141Z | Compiling schemars v0.8.21 |
1105 | 2024-08-06T22:23:00.296Z | Compiling signal-hook v0.3.17 |
1106 | 2024-08-06T22:23:00.514Z | Compiling cpufeatures v0.2.12 |
1107 | 2024-08-06T22:23:00.584Z | Compiling httpdate v1.0.3 |
1108 | 2024-08-06T22:23:00.623Z | Compiling adler v1.0.2 |
1109 | 2024-08-06T22:23:00.892Z | Compiling tower-service v0.3.2 |
1110 | 2024-08-06T22:23:01.040Z | Compiling regex-syntax v0.8.3 |
1111 | 2024-08-06T22:23:01.073Z | Compiling finl_unicode v1.2.0 |
1112 | 2024-08-06T22:23:01.233Z | Compiling openssl-probe v0.1.5 |
1113 | 2024-08-06T22:23:01.590Z | Compiling slog v2.7.0 |
1114 | 2024-08-06T22:23:01.729Z | Compiling stringprep v0.1.4 |
1115 | 2024-08-06T22:23:02.276Z | Compiling miniz_oxide v0.7.2 |
1116 | 2024-08-06T22:23:03.226Z | Compiling url v2.5.2 |
1117 | 2024-08-06T22:23:03.450Z | Compiling serde_derive v1.0.204 |
1118 | 2024-08-06T22:23:03.564Z | Compiling zeroize_derive v1.4.2 |
1119 | 2024-08-06T22:23:04.056Z | Compiling zerocopy-derive v0.7.34 |
1120 | 2024-08-06T22:23:04.903Z | Compiling tokio-macros v2.3.0 |
1121 | 2024-08-06T22:23:05.306Z | Compiling thiserror-impl v1.0.63 |
1122 | 2024-08-06T22:23:05.392Z | Compiling zeroize v1.7.0 |
1123 | 2024-08-06T22:23:06.641Z | Compiling zerocopy v0.7.34 |
1124 | 2024-08-06T22:23:06.706Z | Compiling futures-macro v0.3.30 |
1125 | 2024-08-06T22:23:06.740Z | Compiling scroll_derive v0.12.0 |
1126 | 2024-08-06T22:23:07.484Z | Compiling crypto-common v0.1.6 |
1127 | 2024-08-06T22:23:07.747Z | Compiling block-buffer v0.10.4 |
1128 | 2024-08-06T22:23:08.042Z | Compiling digest v0.10.7 |
1129 | 2024-08-06T22:23:08.275Z | Compiling tracing-attributes v0.1.27 |
1130 | 2024-08-06T22:23:09.486Z | Compiling scroll v0.12.0 |
1131 | 2024-08-06T22:23:09.489Z | Compiling hmac v0.12.1 |
1132 | 2024-08-06T22:23:09.490Z | Compiling openssl-macros v0.1.1 |
1133 | 2024-08-06T22:23:09.490Z | Compiling futures-util v0.3.30 |
1134 | 2024-08-06T22:23:09.490Z | Compiling thiserror v1.0.63 |
1135 | 2024-08-06T22:23:09.490Z | Compiling hashbrown v0.14.5 |
1136 | 2024-08-06T22:23:09.490Z | Compiling goblin v0.8.2 |
1137 | 2024-08-06T22:23:09.490Z | Compiling pest v2.7.10 |
1138 | 2024-08-06T22:23:09.679Z | Compiling der_derive v0.7.2 |
1139 | 2024-08-06T22:23:10.650Z | Compiling rustls-webpki v0.101.7 |
1140 | 2024-08-06T22:23:12.111Z | Compiling pest_meta v2.7.10 |
1141 | 2024-08-06T22:23:12.527Z | Compiling sct v0.7.1 |
1142 | 2024-08-06T22:23:12.563Z | Compiling tracing v0.1.40 |
1143 | 2024-08-06T22:23:12.643Z | Compiling der v0.7.9 |
1144 | 2024-08-06T22:23:12.872Z | Compiling sha2 v0.10.8 |
1145 | 2024-08-06T22:23:13.110Z | Compiling md-5 v0.10.6 |
1146 | 2024-08-06T22:23:13.387Z | Compiling regex-automata v0.4.6 |
1147 | 2024-08-06T22:23:15.764Z | Compiling pest_generator v2.7.10 |
1148 | 2024-08-06T22:23:16.360Z | Compiling spki v0.7.3 |
1149 | 2024-08-06T22:23:16.776Z | Compiling schemars_derive v0.8.21 |
1150 | 2024-08-06T22:23:17.800Z | Compiling num-integer v0.1.46 |
1151 | 2024-08-06T22:23:18.103Z | Compiling pest_derive v2.7.10 |
1152 | 2024-08-06T22:23:18.255Z | Compiling idna v0.3.0 |
1153 | 2024-08-06T22:23:18.675Z | Compiling backtrace v0.3.71 |
1154 | 2024-08-06T22:23:18.989Z | Compiling dtrace-parser v0.2.0 |
1155 | 2024-08-06T22:23:19.191Z | Compiling hash32 v0.2.1 |
1156 | 2024-08-06T22:23:19.608Z | Compiling bytes v1.7.1 |
1157 | 2024-08-06T22:23:19.942Z | Compiling bitflags v2.6.0 |
1158 | 2024-08-06T22:23:20.458Z | Compiling indexmap v2.3.0 |
1159 | 2024-08-06T22:23:20.532Z | Compiling uuid v1.10.0 |
1160 | 2024-08-06T22:23:20.672Z | Compiling tokio v1.38.1 |
1161 | 2024-08-06T22:23:21.089Z | Compiling http v0.2.12 |
1162 | 2024-08-06T22:23:21.383Z | Compiling semver v1.0.23 |
1163 | 2024-08-06T22:23:22.083Z | Compiling rustc_version v0.4.0 |
1164 | 2024-08-06T22:23:22.220Z | Compiling chrono v0.4.38 |
1165 | 2024-08-06T22:23:22.860Z | Compiling http-body v0.4.6 |
1166 | 2024-08-06T22:23:22.917Z | Compiling heapless v0.7.17 |
1167 | 2024-08-06T22:23:23.400Z | Compiling dof v0.3.0 |
1168 | 2024-08-06T22:23:23.625Z | Compiling toml_datetime v0.6.8 |
1169 | 2024-08-06T22:23:23.889Z | Compiling serde_tokenstream v0.2.1 |
1170 | 2024-08-06T22:23:24.227Z | Compiling usdt-impl v0.5.0 |
1171 | 2024-08-06T22:23:24.514Z | Compiling serde_spanned v0.6.7 |
1172 | 2024-08-06T22:23:24.794Z | Compiling gimli v0.28.1 |
1173 | 2024-08-06T22:23:25.454Z | Compiling fallible-iterator v0.2.0 |
1174 | 2024-08-06T22:23:25.882Z | Compiling dyn-clone v1.0.17 |
1175 | 2024-08-06T22:23:26.007Z | Compiling smoltcp v0.9.1 |
1176 | 2024-08-06T22:23:26.118Z | Compiling psl-types v2.0.11 |
1177 | 2024-08-06T22:23:26.242Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1178 | 2024-08-06T22:23:26.316Z | Compiling base64 v0.22.1 |
1179 | 2024-08-06T22:23:26.507Z | Compiling stable_deref_trait v1.2.0 |
1180 | 2024-08-06T22:23:26.628Z | Compiling crc32fast v1.4.0 |
1181 | 2024-08-06T22:23:27.214Z | Compiling postgres-protocol v0.6.7 |
1182 | 2024-08-06T22:23:27.310Z | Compiling publicsuffix v2.2.3 |
1183 | 2024-08-06T22:23:27.659Z | Compiling terminal_size v0.3.0 |
1184 | 2024-08-06T22:23:27.843Z | Compiling pkcs8 v0.10.2 |
1185 | 2024-08-06T22:23:27.884Z | Compiling hubpack_derive v0.1.1 |
1186 | 2024-08-06T22:23:27.977Z | Compiling block-padding v0.3.3 |
1187 | 2024-08-06T22:23:28.261Z | Compiling zerocopy-derive v0.6.6 |
1188 | 2024-08-06T22:23:28.468Z | Compiling async-trait v0.1.81 |
1189 | 2024-08-06T22:23:29.877Z | Compiling tokio-util v0.7.11 |
1190 | 2024-08-06T22:23:29.986Z | Compiling tokio-rustls v0.24.1 |
1191 | 2024-08-06T22:23:30.463Z | Compiling addr2line v0.21.0 |
1192 | 2024-08-06T22:23:31.069Z | Compiling h2 v0.3.26 |
1193 | 2024-08-06T22:23:31.246Z | Compiling tokio-native-tls v0.3.1 |
1194 | 2024-08-06T22:23:31.472Z | Compiling phf_shared v0.11.2 |
1195 | 2024-08-06T22:23:31.534Z | Compiling diesel_table_macro_syntax v0.1.0 |
1196 | 2024-08-06T22:23:31.550Z | Compiling ff v0.13.0 |
1197 | 2024-08-06T22:23:31.610Z | Compiling scheduled-thread-pool v0.2.7 |
1198 | 2024-08-06T22:23:31.783Z | Compiling fs-err v2.11.0 |
1199 | 2024-08-06T22:23:31.820Z | Compiling object v0.32.2 |
1200 | 2024-08-06T22:23:31.888Z | Compiling rustc-demangle v0.1.24 |
1201 | 2024-08-06T22:23:31.973Z | Compiling regex-automata v0.1.10 |
1202 | 2024-08-06T22:23:32.294Z | Compiling base64 v0.21.7 |
1203 | 2024-08-06T22:23:32.308Z | Compiling ipnet v2.9.0 |
1204 | 2024-08-06T22:23:32.492Z | Compiling managed v0.8.0 |
1205 | 2024-08-06T22:23:32.960Z | Compiling bitflags v1.3.2 |
1206 | 2024-08-06T22:23:32.978Z | Compiling winnow v0.5.40 |
1207 | 2024-08-06T22:23:32.979Z | Compiling anyhow v1.0.86 |
1208 | 2024-08-06T22:23:33.027Z | Compiling bit-vec v0.6.3 |
1209 | 2024-08-06T22:23:33.069Z | Compiling matches v0.1.10 |
1210 | 2024-08-06T22:23:33.176Z | Compiling base16ct v0.2.0 |
1211 | 2024-08-06T22:23:33.527Z | Compiling either v1.12.0 |
1212 | 2024-08-06T22:23:33.550Z | Compiling clap_builder v4.5.13 |
1213 | 2024-08-06T22:23:33.592Z | Compiling sec1 v0.7.3 |
1214 | 2024-08-06T22:23:33.932Z | Compiling idna v0.2.3 |
1215 | 2024-08-06T22:23:34.221Z | Compiling rustls-pemfile v1.0.4 |
1216 | 2024-08-06T22:23:34.723Z | Compiling bstr v0.2.17 |
1217 | 2024-08-06T22:23:35.958Z | Compiling diesel_derives v2.1.4 |
1218 | 2024-08-06T22:23:36.353Z | Compiling r2d2 v0.8.10 |
1219 | 2024-08-06T22:23:36.392Z | Compiling phf v0.11.2 |
1220 | 2024-08-06T22:23:36.723Z | Compiling group v0.13.0 |
1221 | 2024-08-06T22:23:36.757Z | Compiling zerocopy v0.6.6 |
1222 | 2024-08-06T22:23:37.090Z | Compiling toml_edit v0.19.15 |
1223 | 2024-08-06T22:23:37.257Z | Compiling ipnetwork v0.20.0 |
1224 | 2024-08-06T22:23:37.572Z | Compiling signal-hook-mio v0.2.3 |
1225 | 2024-08-06T22:23:37.649Z | Compiling cookie_store v0.20.0 |
1226 | 2024-08-06T22:23:37.758Z | Compiling hubpack v0.1.2 |
1227 | 2024-08-06T22:23:38.250Z | Compiling inout v0.1.3 |
1228 | 2024-08-06T22:23:38.250Z | Compiling postgres-types v0.2.7 |
1229 | 2024-08-06T22:23:38.847Z | Compiling hyper v0.14.30 |
1230 | 2024-08-06T22:23:39.952Z | Compiling usdt-macro v0.5.0 |
1231 | 2024-08-06T22:23:40.262Z | Compiling usdt-attr-macro v0.5.0 |
1232 | 2024-08-06T22:23:41.645Z | Compiling serde_urlencoded v0.7.1 |
1233 | 2024-08-06T22:23:42.077Z | Compiling regex v1.10.5 |
1234 | 2024-08-06T22:23:42.194Z | Compiling num-bigint v0.4.5 |
1235 | 2024-08-06T22:23:42.821Z | Compiling futures-executor v0.3.30 |
1236 | 2024-08-06T22:23:43.303Z | Compiling enum-as-inner v0.5.1 |
1237 | 2024-08-06T22:23:43.323Z | Compiling hkdf v0.12.4 |
1238 | 2024-08-06T22:23:43.457Z | Compiling crypto-bigint v0.5.5 |
1239 | 2024-08-06T22:23:43.616Z | Compiling strum_macros v0.25.3 |
1240 | 2024-08-06T22:23:43.893Z | Compiling serde_repr v0.1.19 |
1241 | 2024-08-06T22:23:44.511Z | Compiling clap_derive v4.5.13 |
1242 | 2024-08-06T22:23:45.296Z | Compiling phf_shared v0.10.0 |
1243 | 2024-08-06T22:23:45.710Z | Compiling float-cmp v0.9.0 |
1244 | 2024-08-06T22:23:45.969Z | Compiling encoding_rs v0.8.34 |
1245 | 2024-08-06T22:23:46.116Z | Compiling unicode-segmentation v1.11.0 |
1246 | 2024-08-06T22:23:47.072Z | Compiling hyper-rustls v0.24.2 |
1247 | 2024-08-06T22:23:47.467Z | Compiling hyper-tls v0.5.0 |
1248 | 2024-08-06T22:23:47.881Z | Compiling precomputed-hash v0.1.1 |
1249 | 2024-08-06T22:23:48.016Z | Compiling mime v0.3.17 |
1250 | 2024-08-06T22:23:48.210Z | Compiling difflib v0.4.0 |
1251 | 2024-08-06T22:23:48.698Z | Compiling normalize-line-endings v0.3.0 |
1252 | 2024-08-06T22:23:48.848Z | Compiling data-encoding v2.6.0 |
1253 | 2024-08-06T22:23:49.993Z | Compiling fixedbitset v0.4.2 |
1254 | 2024-08-06T22:23:50.059Z | Compiling webpki-roots v0.25.4 |
1255 | 2024-08-06T22:23:50.158Z | Compiling static_assertions v1.1.0 |
1256 | 2024-08-06T22:23:50.229Z | Compiling minimal-lexical v0.2.1 |
1257 | 2024-08-06T22:23:50.251Z | Compiling predicates-core v1.0.6 |
1258 | 2024-08-06T22:23:50.290Z | Compiling whoami v1.5.1 |
1259 | 2024-08-06T22:23:50.314Z | Compiling new_debug_unreachable v1.0.6 |
1260 | 2024-08-06T22:23:50.436Z | Compiling sync_wrapper v0.1.2 |
1261 | 2024-08-06T22:23:50.519Z | Compiling predicates v3.1.2 |
1262 | 2024-08-06T22:23:50.579Z | Compiling reqwest v0.11.27 |
1263 | 2024-08-06T22:23:50.644Z | Compiling string_cache v0.8.7 |
1264 | 2024-08-06T22:23:50.806Z | Compiling tokio-postgres v0.7.11 |
1265 | 2024-08-06T22:23:51.002Z | Compiling nom v7.1.3 |
1266 | 2024-08-06T22:23:51.125Z | Compiling clap v4.5.13 |
1267 | 2024-08-06T22:23:51.147Z | Compiling petgraph v0.6.5 |
1268 | 2024-08-06T22:23:51.265Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1269 | 2024-08-06T22:23:51.505Z | Compiling diesel v2.1.6 |
1270 | 2024-08-06T22:23:52.457Z | Compiling console v0.15.8 |
1271 | 2024-08-06T22:23:54.183Z | Compiling trust-dns-proto v0.22.0 |
1272 | 2024-08-06T22:23:54.381Z | Compiling toml_edit v0.22.20 |
1273 | 2024-08-06T22:23:55.016Z | Compiling similar v2.5.0 |
1274 | 2024-08-06T22:23:55.610Z | Compiling elliptic-curve v0.13.8 |
1275 | 2024-08-06T22:23:56.520Z | Compiling usdt v0.5.0 |
1276 | 2024-08-06T22:23:57.090Z | Compiling yasna v0.5.2 |
1277 | 2024-08-06T22:23:57.146Z | Compiling futures v0.3.30 |
1278 | 2024-08-06T22:23:57.281Z | Compiling toml v0.7.8 |
1279 | 2024-08-06T22:23:58.341Z | Compiling flate2 v1.0.31 |
1280 | 2024-08-06T22:23:58.733Z | Compiling cipher v0.4.4 |
1281 | 2024-08-06T22:23:59.177Z | Compiling crossterm v0.27.0 |
1282 | 2024-08-06T22:23:59.307Z | Compiling itertools v0.10.5 |
1283 | 2024-08-06T22:23:59.411Z | Compiling itertools v0.12.1 |
1284 | 2024-08-06T22:24:00.168Z | Compiling bit-set v0.5.3 |
1285 | 2024-08-06T22:24:00.513Z | Compiling tokio-stream v0.1.15 |
1286 | 2024-08-06T22:24:01.533Z | Compiling openapiv3 v2.0.0 |
1287 | 2024-08-06T22:24:02.409Z | Compiling hex v0.4.3 |
1288 | 2024-08-06T22:24:02.909Z | Compiling bstr v1.9.1 |
1289 | 2024-08-06T22:24:03.072Z | Compiling num-iter v0.1.45 |
1290 | 2024-08-06T22:24:03.279Z | Compiling crossbeam-epoch v0.9.18 |
1291 | 2024-08-06T22:24:03.345Z | Compiling dirs-sys-next v0.1.2 |
1292 | 2024-08-06T22:24:03.547Z | Compiling unicode-xid v0.2.4 |
1293 | 2024-08-06T22:24:03.721Z | Compiling lalrpop-util v0.19.12 |
1294 | 2024-08-06T22:24:03.746Z | Compiling peg-runtime v0.8.3 |
1295 | 2024-08-06T22:24:04.075Z | Compiling dirs-next v2.0.0 |
1296 | 2024-08-06T22:24:04.115Z | Compiling thread_local v1.1.8 |
1297 | 2024-08-06T22:24:04.135Z | Compiling slog-async v2.8.0 |
1298 | 2024-08-06T22:24:04.295Z | Compiling term v0.7.0 |
1299 | 2024-08-06T22:24:04.441Z | Compiling xattr v1.3.1 |
1300 | 2024-08-06T22:24:04.765Z | Compiling crossbeam-channel v0.5.12 |
1301 | 2024-08-06T22:24:04.769Z | Compiling strum_macros v0.26.4 |
1302 | 2024-08-06T22:24:04.806Z | Compiling filetime v0.2.23 |
1303 | 2024-08-06T22:24:04.940Z | Compiling is-terminal v0.4.12 |
1304 | 2024-08-06T22:24:05.087Z | Compiling take_mut v0.2.2 |
1305 | 2024-08-06T22:24:05.150Z | Compiling slog-term v2.9.1 |
1306 | 2024-08-06T22:24:05.263Z | Compiling tar v0.4.41 |
1307 | 2024-08-06T22:24:06.066Z | Compiling camino v1.1.7 |
1308 | 2024-08-06T22:24:08.304Z | Compiling strum v0.26.3 |
1309 | 2024-08-06T22:24:22.616Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1310 | 2024-08-06T22:24:22.908Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1311 | 2024-08-06T22:24:29.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 44s |
1312 | 2024-08-06T22:24:29.240Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1313 | 2024-08-06T22:24:29.296Z | Aug 06 22:24:28.155 INFO Starting download, target: Clickhouse |
1314 | 2024-08-06T22:24:29.296Z | Aug 06 22:24:28.155 INFO Starting download, target: Cockroach |
1315 | 2024-08-06T22:24:29.296Z | Aug 06 22:24:28.155 INFO Starting download, target: Console |
1316 | 2024-08-06T22:24:29.296Z | Aug 06 22:24:28.155 INFO Starting download, target: DendriteOpenapi |
1317 | 2024-08-06T22:24:29.296Z | Aug 06 22:24:28.155 INFO Starting download, target: DendriteStub |
1318 | 2024-08-06T22:24:29.299Z | Aug 06 22:24:28.155 INFO Starting download, target: MaghemiteMgd |
1319 | 2024-08-06T22:24:29.299Z | Aug 06 22:24:28.155 INFO Starting download, target: TransceiverControl |
1320 | 2024-08-06T22:24:29.299Z | Aug 06 22:24:28.156 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1321 | 2024-08-06T22:24:29.299Z | Aug 06 22:24:28.156 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1322 | 2024-08-06T22:24:29.299Z | Aug 06 22:24:28.156 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1323 | 2024-08-06T22:24:29.299Z | Aug 06 22:24:28.156 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1324 | 2024-08-06T22:24:29.299Z | Aug 06 22:24:28.156 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1325 | 2024-08-06T22:24:29.299Z | Aug 06 22:24:28.156 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1326 | 2024-08-06T22:24:29.299Z | Aug 06 22:24:28.157 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1327 | 2024-08-06T22:24:29.442Z | Aug 06 22:24:28.300 INFO Download complete, target: DendriteOpenapi |
1328 | 2024-08-06T22:24:29.506Z | Aug 06 22:24:28.364 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1329 | 2024-08-06T22:24:29.877Z | Aug 06 22:24:28.723 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1330 | 2024-08-06T22:24:30.168Z | Aug 06 22:24:29.018 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1331 | 2024-08-06T22:24:30.261Z | Aug 06 22:24:29.120 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1332 | 2024-08-06T22:24:30.282Z | Aug 06 22:24:29.142 INFO Download complete, target: Console |
1333 | 2024-08-06T22:24:30.359Z | Aug 06 22:24:29.218 INFO Download complete, target: TransceiverControl |
1334 | 2024-08-06T22:24:31.407Z | Aug 06 22:24:30.266 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1335 | 2024-08-06T22:24:31.407Z | Aug 06 22:24:30.266 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1336 | 2024-08-06T22:24:31.646Z | Aug 06 22:24:30.505 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1337 | 2024-08-06T22:24:33.385Z | Aug 06 22:24:32.244 INFO Download complete, target: DendriteStub |
1338 | 2024-08-06T22:24:33.618Z | Aug 06 22:24:32.477 INFO Download complete, target: MaghemiteMgd |
1339 | 2024-08-06T22:24:40.096Z | Aug 06 22:24:38.955 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1340 | 2024-08-06T22:24:40.450Z | Aug 06 22:24:39.309 INFO Checking that binary works, target: Cockroach |
1341 | 2024-08-06T22:24:40.625Z | Aug 06 22:24:39.484 INFO Download complete, target: Cockroach |
1342 | 2024-08-06T22:24:46.547Z | Aug 06 22:24:45.404 INFO Checking that binary works, target: Clickhouse |
1343 | 2024-08-06T22:24:46.907Z | Aug 06 22:24:45.763 INFO Download complete, target: Clickhouse |
1344 | 2024-08-06T22:24:46.926Z | All builder prerequisites installed successfully, and PATH looks valid |
1345 | 2024-08-06T22:24:46.929Z | |
1346 | 2024-08-06T22:24:46.929Z | real 4:34.591958132 |
1347 | 2024-08-06T22:24:46.929Z | user 13:00.434723339 |
1348 | 2024-08-06T22:24:46.929Z | sys 2:38.415287357 |
1349 | 2024-08-06T22:24:46.929Z | trap 0.549085461 |
1350 | 2024-08-06T22:24:46.929Z | tflt 5.460753510 |
1351 | 2024-08-06T22:24:46.929Z | dflt 6.579937122 |
1352 | 2024-08-06T22:24:46.929Z | kflt 0.330018064 |
1353 | 2024-08-06T22:24:46.929Z | lock 27:33.086456425 |
1354 | 2024-08-06T22:24:46.929Z | slp 51:04.701018459 |
1355 | 2024-08-06T22:24:46.929Z | lat 41.067644986 |
1356 | 2024-08-06T22:24:46.929Z | stop 1:50.603202589 |
1357 | 2024-08-06T22:24:46.929Z | + banner hack-check |
1358 | 2024-08-06T22:24:46.932Z | |
1359 | 2024-08-06T22:24:46.932Z | # # ## #### # # #### # # ###### #### # # |
1360 | 2024-08-06T22:24:46.932Z | # # # # # # # # # # # # # # # # # |
1361 | 2024-08-06T22:24:46.932Z | ###### # # # #### ##### # ###### ##### # #### |
1362 | 2024-08-06T22:24:46.932Z | # # ###### # # # # # # # # # # |
1363 | 2024-08-06T22:24:46.933Z | # # # # # # # # # # # # # # # # # |
1364 | 2024-08-06T22:24:46.933Z | # # # # #### # # #### # # ###### #### # # |
1365 | 2024-08-06T22:24:46.933Z | |
1366 | 2024-08-06T22:24:46.933Z | + export CARGO_INCREMENTAL=0 |
1367 | 2024-08-06T22:24:46.933Z | + CARGO_INCREMENTAL=0 |
1368 | 2024-08-06T22:24:46.933Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1369 | 2024-08-06T22:24:47.552Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1370 | 2024-08-06T22:24:51.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
1371 | 2024-08-06T22:24:51.534Z | Running `target/debug/xtask check-features --ci` |
1372 | 2024-08-06T22:24:51.558Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1373 | 2024-08-06T22:24:51.558Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1374 | 2024-08-06T22:24:52.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1375 | 2024-08-06T22:24:52.103Z | Running `target/debug/xtask download cargo-hack` |
1376 | 2024-08-06T22:24:52.975Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1377 | 2024-08-06T22:24:53.356Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1378 | 2024-08-06T22:24:58.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.56s |
1379 | 2024-08-06T22:24:58.839Z | Running `target/debug/xtask-downloader cargo-hack` |
1380 | 2024-08-06T22:24:58.877Z | Aug 06 22:24:57.735 INFO Starting download, target: CargoHack |
1381 | 2024-08-06T22:24:58.880Z | Aug 06 22:24:57.736 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1382 | 2024-08-06T22:24:59.428Z | Aug 06 22:24:58.287 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1383 | 2024-08-06T22:24:59.533Z | Aug 06 22:24:58.391 INFO Download complete, target: CargoHack |
1384 | 2024-08-06T22:24:59.538Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1385 | 2024-08-06T22:24:59.556Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1386 | 2024-08-06T22:24:59.722Z | info: running `cargo check --bins` on api_identity (1/142) |
1387 | 2024-08-06T22:25:00.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1388 | 2024-08-06T22:25:00.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1389 | 2024-08-06T22:25:00.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1390 | 2024-08-06T22:25:00.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1391 | 2024-08-06T22:25:00.415Z | |
1392 | 2024-08-06T22:25:00.416Z | info: running `cargo check --bins` on bootstore (2/142) |
1393 | 2024-08-06T22:25:01.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1394 | 2024-08-06T22:25:01.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1395 | 2024-08-06T22:25:01.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1396 | 2024-08-06T22:25:01.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1397 | 2024-08-06T22:25:01.161Z | |
1398 | 2024-08-06T22:25:01.161Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/142) |
1399 | 2024-08-06T22:25:01.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1400 | 2024-08-06T22:25:01.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1401 | 2024-08-06T22:25:01.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1402 | 2024-08-06T22:25:01.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1403 | 2024-08-06T22:25:01.902Z | |
1404 | 2024-08-06T22:25:01.902Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142) |
1405 | 2024-08-06T22:25:02.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1406 | 2024-08-06T22:25:02.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1407 | 2024-08-06T22:25:02.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1408 | 2024-08-06T22:25:02.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1409 | 2024-08-06T22:25:02.610Z | |
1410 | 2024-08-06T22:25:02.610Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142) |
1411 | 2024-08-06T22:25:03.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1412 | 2024-08-06T22:25:03.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1413 | 2024-08-06T22:25:03.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1414 | 2024-08-06T22:25:03.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1415 | 2024-08-06T22:25:03.130Z | |
1416 | 2024-08-06T22:25:03.130Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142) |
1417 | 2024-08-06T22:25:03.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1418 | 2024-08-06T22:25:03.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1419 | 2024-08-06T22:25:03.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1420 | 2024-08-06T22:25:03.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1421 | 2024-08-06T22:25:03.645Z | |
1422 | 2024-08-06T22:25:03.645Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142) |
1423 | 2024-08-06T22:25:04.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1424 | 2024-08-06T22:25:04.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1425 | 2024-08-06T22:25:04.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1426 | 2024-08-06T22:25:04.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1427 | 2024-08-06T22:25:04.166Z | |
1428 | 2024-08-06T22:25:04.166Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142) |
1429 | 2024-08-06T22:25:04.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1430 | 2024-08-06T22:25:04.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1431 | 2024-08-06T22:25:04.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1432 | 2024-08-06T22:25:04.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1433 | 2024-08-06T22:25:04.697Z | |
1434 | 2024-08-06T22:25:04.698Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142) |
1435 | 2024-08-06T22:25:05.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1436 | 2024-08-06T22:25:05.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1437 | 2024-08-06T22:25:05.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1438 | 2024-08-06T22:25:05.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1439 | 2024-08-06T22:25:05.227Z | |
1440 | 2024-08-06T22:25:05.227Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142) |
1441 | 2024-08-06T22:25:05.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1442 | 2024-08-06T22:25:05.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1443 | 2024-08-06T22:25:05.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1444 | 2024-08-06T22:25:05.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1445 | 2024-08-06T22:25:05.745Z | |
1446 | 2024-08-06T22:25:05.745Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142) |
1447 | 2024-08-06T22:25:06.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1448 | 2024-08-06T22:25:06.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1449 | 2024-08-06T22:25:06.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1450 | 2024-08-06T22:25:06.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1451 | 2024-08-06T22:25:06.269Z | |
1452 | 2024-08-06T22:25:06.269Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142) |
1453 | 2024-08-06T22:25:06.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1454 | 2024-08-06T22:25:06.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1455 | 2024-08-06T22:25:06.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1456 | 2024-08-06T22:25:06.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1457 | 2024-08-06T22:25:06.899Z | |
1458 | 2024-08-06T22:25:06.899Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142) |
1459 | 2024-08-06T22:25:07.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1460 | 2024-08-06T22:25:07.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1461 | 2024-08-06T22:25:07.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1462 | 2024-08-06T22:25:07.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1463 | 2024-08-06T22:25:07.317Z | |
1464 | 2024-08-06T22:25:07.317Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142) |
1465 | 2024-08-06T22:25:07.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1466 | 2024-08-06T22:25:07.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1467 | 2024-08-06T22:25:07.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1468 | 2024-08-06T22:25:07.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1469 | 2024-08-06T22:25:07.844Z | |
1470 | 2024-08-06T22:25:07.844Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142) |
1471 | 2024-08-06T22:25:08.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1472 | 2024-08-06T22:25:08.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1473 | 2024-08-06T22:25:08.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1474 | 2024-08-06T22:25:08.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1475 | 2024-08-06T22:25:08.364Z | |
1476 | 2024-08-06T22:25:08.364Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142) |
1477 | 2024-08-06T22:25:08.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1478 | 2024-08-06T22:25:08.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1479 | 2024-08-06T22:25:08.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1480 | 2024-08-06T22:25:08.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1481 | 2024-08-06T22:25:08.881Z | |
1482 | 2024-08-06T22:25:08.882Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142) |
1483 | 2024-08-06T22:25:09.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1484 | 2024-08-06T22:25:09.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1485 | 2024-08-06T22:25:09.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1486 | 2024-08-06T22:25:09.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1487 | 2024-08-06T22:25:09.404Z | |
1488 | 2024-08-06T22:25:09.404Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142) |
1489 | 2024-08-06T22:25:09.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1490 | 2024-08-06T22:25:09.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1491 | 2024-08-06T22:25:09.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1492 | 2024-08-06T22:25:09.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1493 | 2024-08-06T22:25:09.918Z | |
1494 | 2024-08-06T22:25:09.918Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142) |
1495 | 2024-08-06T22:25:10.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1496 | 2024-08-06T22:25:10.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1497 | 2024-08-06T22:25:10.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1498 | 2024-08-06T22:25:10.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1499 | 2024-08-06T22:25:10.437Z | |
1500 | 2024-08-06T22:25:10.437Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142) |
1501 | 2024-08-06T22:25:10.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1502 | 2024-08-06T22:25:10.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1503 | 2024-08-06T22:25:10.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1504 | 2024-08-06T22:25:10.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1505 | 2024-08-06T22:25:10.961Z | |
1506 | 2024-08-06T22:25:10.961Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142) |
1507 | 2024-08-06T22:25:11.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1508 | 2024-08-06T22:25:11.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1509 | 2024-08-06T22:25:11.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1510 | 2024-08-06T22:25:11.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1511 | 2024-08-06T22:25:11.488Z | |
1512 | 2024-08-06T22:25:11.488Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142) |
1513 | 2024-08-06T22:25:11.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1514 | 2024-08-06T22:25:11.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1515 | 2024-08-06T22:25:11.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1516 | 2024-08-06T22:25:11.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1517 | 2024-08-06T22:25:12.025Z | |
1518 | 2024-08-06T22:25:12.025Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142) |
1519 | 2024-08-06T22:25:12.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1520 | 2024-08-06T22:25:12.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1521 | 2024-08-06T22:25:12.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1522 | 2024-08-06T22:25:12.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1523 | 2024-08-06T22:25:12.551Z | |
1524 | 2024-08-06T22:25:12.551Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142) |
1525 | 2024-08-06T22:25:13.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1526 | 2024-08-06T22:25:13.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1527 | 2024-08-06T22:25:13.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1528 | 2024-08-06T22:25:13.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1529 | 2024-08-06T22:25:13.074Z | |
1530 | 2024-08-06T22:25:13.074Z | info: running `cargo check --bins` on sled-hardware-types (25/142) |
1531 | 2024-08-06T22:25:13.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1532 | 2024-08-06T22:25:13.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1533 | 2024-08-06T22:25:13.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1534 | 2024-08-06T22:25:13.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1535 | 2024-08-06T22:25:13.806Z | |
1536 | 2024-08-06T22:25:13.806Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/142) |
1537 | 2024-08-06T22:25:14.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1538 | 2024-08-06T22:25:14.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1539 | 2024-08-06T22:25:14.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1540 | 2024-08-06T22:25:14.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1541 | 2024-08-06T22:25:14.525Z | |
1542 | 2024-08-06T22:25:14.525Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142) |
1543 | 2024-08-06T22:25:15.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1544 | 2024-08-06T22:25:15.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1545 | 2024-08-06T22:25:15.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1546 | 2024-08-06T22:25:15.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1547 | 2024-08-06T22:25:15.267Z | |
1548 | 2024-08-06T22:25:15.267Z | info: running `cargo check --bins` on oxlog (28/142) |
1549 | 2024-08-06T22:25:15.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1550 | 2024-08-06T22:25:15.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1551 | 2024-08-06T22:25:15.963Z | Checking cfg-if v1.0.0 |
1552 | 2024-08-06T22:25:15.966Z | Checking libc v0.2.155 |
1553 | 2024-08-06T22:25:16.047Z | Checking memchr v2.7.2 |
1554 | 2024-08-06T22:25:16.068Z | Checking serde v1.0.204 |
1555 | 2024-08-06T22:25:16.068Z | Checking scopeguard v1.2.0 |
1556 | 2024-08-06T22:25:16.094Z | Checking log v0.4.21 |
1557 | 2024-08-06T22:25:16.096Z | Checking byteorder v1.5.0 |
1558 | 2024-08-06T22:25:16.121Z | Checking itoa v1.0.11 |
1559 | 2024-08-06T22:25:16.137Z | Checking zeroize v1.7.0 |
1560 | 2024-08-06T22:25:16.229Z | Checking lock_api v0.4.12 |
1561 | 2024-08-06T22:25:16.353Z | Checking smallvec v1.13.2 |
1562 | 2024-08-06T22:25:16.424Z | Checking once_cell v1.19.0 |
1563 | 2024-08-06T22:25:16.441Z | Checking pin-project-lite v0.2.14 |
1564 | 2024-08-06T22:25:16.541Z | Checking typenum v1.17.0 |
1565 | 2024-08-06T22:25:16.590Z | Checking zerocopy v0.7.34 |
1566 | 2024-08-06T22:25:16.678Z | Checking spin v0.9.8 |
1567 | 2024-08-06T22:25:16.709Z | Checking tinyvec_macros v0.1.1 |
1568 | 2024-08-06T22:25:16.725Z | Checking futures-core v0.3.30 |
1569 | 2024-08-06T22:25:16.795Z | Checking tinyvec v1.6.0 |
1570 | 2024-08-06T22:25:16.912Z | Checking libm v0.2.8 |
1571 | 2024-08-06T22:25:17.049Z | Checking subtle v2.5.0 |
1572 | 2024-08-06T22:25:17.067Z | Checking const-oid v0.9.6 |
1573 | 2024-08-06T22:25:17.322Z | Checking ryu v1.0.18 |
1574 | 2024-08-06T22:25:17.367Z | Checking getrandom v0.2.14 |
1575 | 2024-08-06T22:25:17.594Z | Checking parking_lot_core v0.9.10 |
1576 | 2024-08-06T22:25:17.657Z | Checking rand_core v0.6.4 |
1577 | 2024-08-06T22:25:17.926Z | Checking signal-hook-registry v1.4.2 |
1578 | 2024-08-06T22:25:17.942Z | Checking parking_lot v0.12.2 |
1579 | 2024-08-06T22:25:17.990Z | Checking mio v0.8.11 |
1580 | 2024-08-06T22:25:18.047Z | Checking generic-array v0.14.7 |
1581 | 2024-08-06T22:25:18.161Z | Checking socket2 v0.5.7 |
1582 | 2024-08-06T22:25:18.197Z | Checking num_cpus v1.16.0 |
1583 | 2024-08-06T22:25:18.242Z | Checking unicode-normalization v0.1.23 |
1584 | 2024-08-06T22:25:18.284Z | Checking ahash v0.8.11 |
1585 | 2024-08-06T22:25:18.314Z | Checking num-traits v0.2.19 |
1586 | 2024-08-06T22:25:18.655Z | Checking futures-sink v0.3.30 |
1587 | 2024-08-06T22:25:18.672Z | Checking unicode-bidi v0.3.15 |
1588 | 2024-08-06T22:25:18.813Z | Checking allocator-api2 v0.2.18 |
1589 | 2024-08-06T22:25:18.851Z | Checking equivalent v1.0.1 |
1590 | 2024-08-06T22:25:18.937Z | Checking futures-channel v0.3.30 |
1591 | 2024-08-06T22:25:18.958Z | Checking slab v0.4.9 |
1592 | 2024-08-06T22:25:19.227Z | Checking pin-utils v0.1.0 |
1593 | 2024-08-06T22:25:19.250Z | Checking futures-io v0.3.30 |
1594 | 2024-08-06T22:25:19.311Z | Checking crypto-common v0.1.6 |
1595 | 2024-08-06T22:25:19.326Z | Checking futures-task v0.3.30 |
1596 | 2024-08-06T22:25:19.329Z | Checking block-buffer v0.10.4 |
1597 | 2024-08-06T22:25:19.358Z | Checking percent-encoding v2.3.1 |
1598 | 2024-08-06T22:25:19.435Z | Checking ppv-lite86 v0.2.17 |
1599 | 2024-08-06T22:25:19.498Z | Checking tracing-core v0.1.32 |
1600 | 2024-08-06T22:25:19.540Z | Checking hashbrown v0.14.5 |
1601 | 2024-08-06T22:25:19.570Z | Checking futures-util v0.3.30 |
1602 | 2024-08-06T22:25:19.586Z | Checking digest v0.10.7 |
1603 | 2024-08-06T22:25:19.589Z | Checking fnv v1.0.7 |
1604 | 2024-08-06T22:25:19.723Z | Checking untrusted v0.9.0 |
1605 | 2024-08-06T22:25:19.889Z | Checking ring v0.17.8 |
1606 | 2024-08-06T22:25:19.975Z | Checking thiserror v1.0.63 |
1607 | 2024-08-06T22:25:20.091Z | Checking foreign-types-shared v0.1.1 |
1608 | 2024-08-06T22:25:20.131Z | Checking iana-time-zone v0.1.60 |
1609 | 2024-08-06T22:25:20.159Z | Checking rand_chacha v0.3.1 |
1610 | 2024-08-06T22:25:20.201Z | Checking base64ct v1.6.0 |
1611 | 2024-08-06T22:25:20.217Z | Checking tracing v0.1.40 |
1612 | 2024-08-06T22:25:20.276Z | Checking powerfmt v0.2.0 |
1613 | 2024-08-06T22:25:20.554Z | Checking deranged v0.3.11 |
1614 | 2024-08-06T22:25:20.570Z | Checking foreign-types v0.3.2 |
1615 | 2024-08-06T22:25:20.594Z | Checking rand v0.8.5 |
1616 | 2024-08-06T22:25:20.651Z | Checking pem-rfc7468 v0.7.0 |
1617 | 2024-08-06T22:25:20.671Z | Checking hmac v0.12.1 |
1618 | 2024-08-06T22:25:20.810Z | Checking form_urlencoded v1.2.1 |
1619 | 2024-08-06T22:25:20.886Z | Checking openssl-sys v0.9.103 |
1620 | 2024-08-06T22:25:20.925Z | Checking flagset v0.4.5 |
1621 | 2024-08-06T22:25:21.022Z | Checking siphasher v0.3.11 |
1622 | 2024-08-06T22:25:21.148Z | Checking time-core v0.1.2 |
1623 | 2024-08-06T22:25:21.326Z | Checking num-conv v0.1.0 |
1624 | 2024-08-06T22:25:21.377Z | Checking try-lock v0.2.5 |
1625 | 2024-08-06T22:25:21.505Z | Checking bytes v1.7.1 |
1626 | 2024-08-06T22:25:21.528Z | Checking bitflags v2.6.0 |
1627 | 2024-08-06T22:25:21.595Z | Checking serde_json v1.0.122 |
1628 | 2024-08-06T22:25:21.852Z | Checking indexmap v2.3.0 |
1629 | 2024-08-06T22:25:21.977Z | Checking uuid v1.10.0 |
1630 | 2024-08-06T22:25:22.019Z | Checking chrono v0.4.38 |
1631 | 2024-08-06T22:25:22.343Z | Checking num_threads v0.1.7 |
1632 | 2024-08-06T22:25:22.373Z | Checking tokio v1.38.1 |
1633 | 2024-08-06T22:25:22.440Z | Checking http v0.2.12 |
1634 | 2024-08-06T22:25:22.468Z | Checking unicode-ident v1.0.12 |
1635 | 2024-08-06T22:25:22.640Z | Checking time v0.3.36 |
1636 | 2024-08-06T22:25:22.655Z | Checking proc-macro2 v1.0.86 |
1637 | 2024-08-06T22:25:23.245Z | Checking openssl v0.10.66 |
1638 | 2024-08-06T22:25:23.384Z | Checking rustls-webpki v0.101.7 |
1639 | 2024-08-06T22:25:23.399Z | Checking sct v0.7.1 |
1640 | 2024-08-06T22:25:23.600Z | Checking want v0.3.1 |
1641 | 2024-08-06T22:25:23.793Z | Checking der v0.7.9 |
1642 | 2024-08-06T22:25:23.938Z | Checking http-body v0.4.6 |
1643 | 2024-08-06T22:25:24.142Z | Checking idna v0.5.0 |
1644 | 2024-08-06T22:25:24.311Z | Checking httparse v1.8.0 |
1645 | 2024-08-06T22:25:24.354Z | Checking errno v0.3.9 |
1646 | 2024-08-06T22:25:24.557Z | Checking aho-corasick v1.1.3 |
1647 | 2024-08-06T22:25:24.739Z | Checking lazy_static v1.5.0 |
1648 | 2024-08-06T22:25:24.868Z | Checking scroll v0.12.0 |
1649 | 2024-08-06T22:25:25.077Z | Checking tower-service v0.3.2 |
1650 | 2024-08-06T22:25:25.129Z | Checking ucd-trie v0.1.6 |
1651 | 2024-08-06T22:25:25.204Z | Checking httpdate v1.0.3 |
1652 | 2024-08-06T22:25:25.345Z | Checking utf8parse v0.2.1 |
1653 | 2024-08-06T22:25:25.383Z | Checking openssl-probe v0.1.5 |
1654 | 2024-08-06T22:25:25.386Z | Checking plain v0.2.3 |
1655 | 2024-08-06T22:25:25.463Z | Checking regex-syntax v0.8.3 |
1656 | 2024-08-06T22:25:25.500Z | Checking anstyle v1.0.8 |
1657 | 2024-08-06T22:25:25.534Z | Checking finl_unicode v1.2.0 |
1658 | 2024-08-06T22:25:25.551Z | Checking adler v1.0.2 |
1659 | 2024-08-06T22:25:25.728Z | Checking cpufeatures v0.2.12 |
1660 | 2024-08-06T22:25:25.801Z | Checking spki v0.7.3 |
1661 | 2024-08-06T22:25:25.830Z | Checking sha2 v0.10.8 |
1662 | 2024-08-06T22:25:25.866Z | Checking miniz_oxide v0.7.2 |
1663 | 2024-08-06T22:25:26.113Z | Checking goblin v0.8.2 |
1664 | 2024-08-06T22:25:26.156Z | Checking stringprep v0.1.4 |
1665 | 2024-08-06T22:25:26.438Z | Checking anstyle-parse v0.2.4 |
1666 | 2024-08-06T22:25:26.455Z | Checking pest v2.7.10 |
1667 | 2024-08-06T22:25:26.469Z | Checking url v2.5.2 |
1668 | 2024-08-06T22:25:26.706Z | Checking rustix v0.38.34 |
1669 | 2024-08-06T22:25:26.724Z | Checking rustls v0.21.12 |
1670 | 2024-08-06T22:25:27.338Z | Checking quote v1.0.36 |
1671 | 2024-08-06T22:25:27.689Z | Checking serde_spanned v0.6.7 |
1672 | 2024-08-06T22:25:27.902Z | Checking toml_datetime v0.6.8 |
1673 | 2024-08-06T22:25:28.242Z | Checking num-integer v0.1.46 |
1674 | 2024-08-06T22:25:28.777Z | Checking md-5 v0.10.6 |
1675 | 2024-08-06T22:25:28.994Z | Checking idna v0.3.0 |
1676 | 2024-08-06T22:25:29.036Z | Checking hash32 v0.2.1 |
1677 | 2024-08-06T22:25:29.082Z | Checking pretty-hex v0.4.1 |
1678 | 2024-08-06T22:25:29.098Z | Checking regex-automata v0.4.6 |
1679 | 2024-08-06T22:25:29.178Z | Checking native-tls v0.2.11 |
1680 | 2024-08-06T22:25:29.283Z | Checking gimli v0.28.1 |
1681 | 2024-08-06T22:25:29.360Z | Checking colorchoice v1.0.1 |
1682 | 2024-08-06T22:25:29.505Z | Checking dyn-clone v1.0.17 |
1683 | 2024-08-06T22:25:29.521Z | Checking anstyle-query v1.0.3 |
1684 | 2024-08-06T22:25:29.643Z | Checking is_terminal_polyfill v1.70.0 |
1685 | 2024-08-06T22:25:29.659Z | Checking stable_deref_trait v1.2.0 |
1686 | 2024-08-06T22:25:29.766Z | Checking psl-types v2.0.11 |
1687 | 2024-08-06T22:25:29.769Z | Checking fallible-iterator v0.2.0 |
1688 | 2024-08-06T22:25:29.890Z | Checking base64 v0.22.1 |
1689 | 2024-08-06T22:25:29.958Z | Checking publicsuffix v2.2.3 |
1690 | 2024-08-06T22:25:30.157Z | Checking tokio-util v0.7.11 |
1691 | 2024-08-06T22:25:30.230Z | Checking tokio-native-tls v0.3.1 |
1692 | 2024-08-06T22:25:30.273Z | Checking tokio-rustls v0.24.1 |
1693 | 2024-08-06T22:25:30.374Z | Checking anstream v0.6.14 |
1694 | 2024-08-06T22:25:30.421Z | Checking postgres-protocol v0.6.7 |
1695 | 2024-08-06T22:25:30.503Z | Checking heapless v0.7.17 |
1696 | 2024-08-06T22:25:30.691Z | Checking schemars v0.8.21 |
1697 | 2024-08-06T22:25:30.807Z | Checking dtrace-parser v0.2.0 |
1698 | 2024-08-06T22:25:31.158Z | Checking h2 v0.3.26 |
1699 | 2024-08-06T22:25:31.189Z | Checking terminal_size v0.3.0 |
1700 | 2024-08-06T22:25:31.351Z | Checking syn v2.0.72 |
1701 | 2024-08-06T22:25:31.377Z | Checking pkcs8 v0.10.2 |
1702 | 2024-08-06T22:25:31.671Z | Checking cookie v0.17.0 |
1703 | 2024-08-06T22:25:31.686Z | Checking phf_shared v0.11.2 |
1704 | 2024-08-06T22:25:31.757Z | Checking dof v0.3.0 |
1705 | 2024-08-06T22:25:31.992Z | Checking signal-hook v0.3.17 |
1706 | 2024-08-06T22:25:32.119Z | Checking block-padding v0.3.3 |
1707 | 2024-08-06T22:25:32.356Z | Checking scheduled-thread-pool v0.2.7 |
1708 | 2024-08-06T22:25:32.372Z | Checking ff v0.13.0 |
1709 | 2024-08-06T22:25:32.419Z | Checking thread-id v4.2.1 |
1710 | 2024-08-06T22:25:32.519Z | Checking object v0.32.2 |
1711 | 2024-08-06T22:25:32.535Z | Checking managed v0.8.0 |
1712 | 2024-08-06T22:25:32.582Z | Checking winnow v0.5.40 |
1713 | 2024-08-06T22:25:32.601Z | Checking rustc-demangle v0.1.24 |
1714 | 2024-08-06T22:25:32.932Z | Checking bitflags v1.3.2 |
1715 | 2024-08-06T22:25:33.047Z | Checking clap_lex v0.7.0 |
1716 | 2024-08-06T22:25:33.078Z | Checking matches v0.1.10 |
1717 | 2024-08-06T22:25:33.182Z | Checking base16ct v0.2.0 |
1718 | 2024-08-06T22:25:33.330Z | Checking strsim v0.11.1 |
1719 | 2024-08-06T22:25:33.390Z | Checking base64 v0.21.7 |
1720 | 2024-08-06T22:25:33.477Z | Checking addr2line v0.21.0 |
1721 | 2024-08-06T22:25:33.621Z | Checking bit-vec v0.6.3 |
1722 | 2024-08-06T22:25:33.922Z | Checking regex-automata v0.1.10 |
1723 | 2024-08-06T22:25:33.990Z | Checking ipnet v2.9.0 |
1724 | 2024-08-06T22:25:34.022Z | Checking either v1.12.0 |
1725 | 2024-08-06T22:25:34.114Z | Checking regex v1.10.5 |
1726 | 2024-08-06T22:25:34.387Z | Checking bstr v0.2.17 |
1727 | 2024-08-06T22:25:34.425Z | Checking rustls-pemfile v1.0.4 |
1728 | 2024-08-06T22:25:34.494Z | Checking clap_builder v4.5.13 |
1729 | 2024-08-06T22:25:34.624Z | Checking sec1 v0.7.3 |
1730 | 2024-08-06T22:25:34.826Z | Checking idna v0.2.3 |
1731 | 2024-08-06T22:25:35.062Z | Checking smoltcp v0.9.1 |
1732 | 2024-08-06T22:25:35.320Z | Checking group v0.13.0 |
1733 | 2024-08-06T22:25:35.579Z | Checking r2d2 v0.8.10 |
1734 | 2024-08-06T22:25:35.788Z | Checking ipnetwork v0.20.0 |
1735 | 2024-08-06T22:25:35.936Z | Checking signal-hook-mio v0.2.3 |
1736 | 2024-08-06T22:25:36.003Z | Checking toml_edit v0.19.15 |
1737 | 2024-08-06T22:25:36.098Z | Checking inout v0.1.3 |
1738 | 2024-08-06T22:25:36.193Z | Checking cookie_store v0.20.0 |
1739 | 2024-08-06T22:25:36.369Z | Checking phf v0.11.2 |
1740 | 2024-08-06T22:25:36.661Z | Checking postgres-types v0.2.7 |
1741 | 2024-08-06T22:25:36.729Z | Checking num-bigint v0.4.5 |
1742 | 2024-08-06T22:25:36.891Z | Checking futures-executor v0.3.30 |
1743 | 2024-08-06T22:25:37.144Z | Checking serde_urlencoded v0.7.1 |
1744 | 2024-08-06T22:25:37.419Z | Checking hubpack v0.1.2 |
1745 | 2024-08-06T22:25:37.607Z | Checking phf_shared v0.10.0 |
1746 | 2024-08-06T22:25:37.758Z | Checking hkdf v0.12.4 |
1747 | 2024-08-06T22:25:37.897Z | Checking zerocopy v0.6.6 |
1748 | 2024-08-06T22:25:37.977Z | Checking float-cmp v0.9.0 |
1749 | 2024-08-06T22:25:37.992Z | Checking crc32fast v1.4.0 |
1750 | 2024-08-06T22:25:38.188Z | Checking crossbeam-utils v0.8.19 |
1751 | 2024-08-06T22:25:38.217Z | Checking usdt-impl v0.5.0 |
1752 | 2024-08-06T22:25:38.232Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1753 | 2024-08-06T22:25:38.302Z | Checking hyper v0.14.30 |
1754 | 2024-08-06T22:25:38.506Z | Checking crypto-bigint v0.5.5 |
1755 | 2024-08-06T22:25:38.685Z | Checking memmap v0.7.0 |
1756 | 2024-08-06T22:25:38.720Z | Checking encoding_rs v0.8.34 |
1757 | 2024-08-06T22:25:38.825Z | Checking difflib v0.4.0 |
1758 | 2024-08-06T22:25:38.898Z | Checking whoami v1.5.1 |
1759 | 2024-08-06T22:25:38.935Z | Checking mime v0.3.17 |
1760 | 2024-08-06T22:25:39.127Z | Checking backtrace v0.3.71 |
1761 | 2024-08-06T22:25:39.177Z | Checking sync_wrapper v0.1.2 |
1762 | 2024-08-06T22:25:39.209Z | Checking data-encoding v2.6.0 |
1763 | 2024-08-06T22:25:39.272Z | Checking unicode-width v0.1.13 |
1764 | 2024-08-06T22:25:39.305Z | Checking new_debug_unreachable v1.0.6 |
1765 | 2024-08-06T22:25:39.409Z | Checking minimal-lexical v0.2.1 |
1766 | 2024-08-06T22:25:39.467Z | Checking predicates-core v1.0.6 |
1767 | 2024-08-06T22:25:39.510Z | Checking fixedbitset v0.4.2 |
1768 | 2024-08-06T22:25:39.673Z | Checking unicode-segmentation v1.11.0 |
1769 | 2024-08-06T22:25:39.741Z | Checking winnow v0.6.18 |
1770 | 2024-08-06T22:25:39.792Z | Checking webpki-roots v0.25.4 |
1771 | 2024-08-06T22:25:39.837Z | Checking static_assertions v1.1.0 |
1772 | 2024-08-06T22:25:39.902Z | Checking normalize-line-endings v0.3.0 |
1773 | 2024-08-06T22:25:39.951Z | Checking precomputed-hash v0.1.1 |
1774 | 2024-08-06T22:25:39.967Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1775 | 2024-08-06T22:25:40.034Z | Checking predicates v3.1.2 |
1776 | 2024-08-06T22:25:40.072Z | Checking string_cache v0.8.7 |
1777 | 2024-08-06T22:25:40.392Z | Checking trust-dns-proto v0.22.0 |
1778 | 2024-08-06T22:25:40.420Z | Checking similar v2.5.0 |
1779 | 2024-08-06T22:25:40.774Z | Checking nom v7.1.3 |
1780 | 2024-08-06T22:25:41.291Z | Checking petgraph v0.6.5 |
1781 | 2024-08-06T22:25:41.459Z | Checking anyhow v1.0.86 |
1782 | 2024-08-06T22:25:41.759Z | Checking elliptic-curve v0.13.8 |
1783 | 2024-08-06T22:25:41.878Z | Checking yasna v0.5.2 |
1784 | 2024-08-06T22:25:42.504Z | Checking console v0.15.8 |
1785 | 2024-08-06T22:25:42.854Z | Checking tokio-postgres v0.7.11 |
1786 | 2024-08-06T22:25:43.142Z | Checking toml_edit v0.22.20 |
1787 | 2024-08-06T22:25:43.160Z | Checking crossbeam-epoch v0.9.18 |
1788 | 2024-08-06T22:25:43.630Z | Checking usdt v0.5.0 |
1789 | 2024-08-06T22:25:43.921Z | Checking toml v0.7.8 |
1790 | 2024-08-06T22:25:43.943Z | Checking diesel v2.1.6 |
1791 | 2024-08-06T22:25:44.691Z | Checking flate2 v1.0.31 |
1792 | 2024-08-06T22:25:44.727Z | Checking clap v4.5.13 |
1793 | 2024-08-06T22:25:44.857Z | Checking futures v0.3.30 |
1794 | 2024-08-06T22:25:44.969Z | Checking cipher v0.4.4 |
1795 | 2024-08-06T22:25:44.986Z | Checking crossterm v0.27.0 |
1796 | 2024-08-06T22:25:45.174Z | Checking hyper-tls v0.5.0 |
1797 | 2024-08-06T22:25:45.384Z | Checking hyper-rustls v0.24.2 |
1798 | 2024-08-06T22:25:45.407Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1799 | 2024-08-06T22:25:45.435Z | Checking itertools v0.12.1 |
1800 | 2024-08-06T22:25:45.487Z | Checking itertools v0.10.5 |
1801 | 2024-08-06T22:25:45.578Z | Checking bstr v1.9.1 |
1802 | 2024-08-06T22:25:45.705Z | Checking reqwest v0.11.27 |
1803 | 2024-08-06T22:25:46.095Z | Checking bit-set v0.5.3 |
1804 | 2024-08-06T22:25:46.176Z | Checking tokio-stream v0.1.15 |
1805 | 2024-08-06T22:25:46.378Z | Checking fs-err v2.11.0 |
1806 | 2024-08-06T22:25:46.619Z | Checking num-iter v0.1.45 |
1807 | 2024-08-06T22:25:46.822Z | Checking slog v2.7.0 |
1808 | 2024-08-06T22:25:46.978Z | Checking openapiv3 v2.0.0 |
1809 | 2024-08-06T22:25:46.978Z | Checking semver v1.0.23 |
1810 | 2024-08-06T22:25:46.981Z | Checking hex v0.4.3 |
1811 | 2024-08-06T22:25:47.354Z | Checking lalrpop-util v0.19.12 |
1812 | 2024-08-06T22:25:47.457Z | Checking peg-runtime v0.8.3 |
1813 | 2024-08-06T22:25:47.548Z | Checking camino v1.1.7 |
1814 | 2024-08-06T22:25:47.567Z | Checking sigpipe v0.1.3 |
1815 | 2024-08-06T22:26:07.395Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1816 | 2024-08-06T22:26:07.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.48s |
1817 | 2024-08-06T22:26:07.900Z | |
1818 | 2024-08-06T22:26:07.900Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142) |
1819 | 2024-08-06T22:26:08.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1820 | 2024-08-06T22:26:08.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1821 | 2024-08-06T22:26:08.675Z | Compiling regress v0.9.1 |
1822 | 2024-08-06T22:26:08.767Z | Checking sha1 v0.10.6 |
1823 | 2024-08-06T22:26:08.780Z | Checking strum v0.26.3 |
1824 | 2024-08-06T22:26:08.807Z | Checking heck v0.5.0 |
1825 | 2024-08-06T22:26:08.824Z | Compiling getopts v0.2.21 |
1826 | 2024-08-06T22:26:08.827Z | Checking dirs-sys-next v0.1.2 |
1827 | 2024-08-06T22:26:08.851Z | Compiling unsafe-libyaml v0.2.11 |
1828 | 2024-08-06T22:26:08.989Z | Checking http v1.1.0 |
1829 | 2024-08-06T22:26:09.014Z | Checking dirs-next v2.0.0 |
1830 | 2024-08-06T22:26:09.037Z | Checking thread_local v1.1.8 |
1831 | 2024-08-06T22:26:09.149Z | Compiling ident_case v1.0.1 |
1832 | 2024-08-06T22:26:09.250Z | Checking rustls-pki-types v1.7.0 |
1833 | 2024-08-06T22:26:09.337Z | Compiling darling_core v0.20.9 |
1834 | 2024-08-06T22:26:09.375Z | Checking term v0.7.0 |
1835 | 2024-08-06T22:26:09.746Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1836 | 2024-08-06T22:26:09.835Z | Checking crossbeam-channel v0.5.12 |
1837 | 2024-08-06T22:26:09.876Z | Checking is-terminal v0.4.12 |
1838 | 2024-08-06T22:26:10.010Z | Checking atty v0.2.14 |
1839 | 2024-08-06T22:26:10.110Z | Checking take_mut v0.2.2 |
1840 | 2024-08-06T22:26:10.131Z | Checking utf-8 v0.7.6 |
1841 | 2024-08-06T22:26:10.274Z | Compiling serde_yaml v0.9.34+deprecated |
1842 | 2024-08-06T22:26:10.342Z | Compiling paste v1.0.15 |
1843 | 2024-08-06T22:26:10.448Z | Checking humantime v2.1.0 |
1844 | 2024-08-06T22:26:10.644Z | Checking termcolor v1.4.1 |
1845 | 2024-08-06T22:26:10.783Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1846 | 2024-08-06T22:26:10.912Z | Compiling rustls v0.22.4 |
1847 | 2024-08-06T22:26:11.059Z | Checking slog-async v2.8.0 |
1848 | 2024-08-06T22:26:11.109Z | Checking env_logger v0.9.3 |
1849 | 2024-08-06T22:26:11.210Z | Checking slog-term v2.9.1 |
1850 | 2024-08-06T22:26:11.255Z | Checking rustls-webpki v0.102.4 |
1851 | 2024-08-06T22:26:11.392Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1852 | 2024-08-06T22:26:11.571Z | Compiling proc-macro-crate v1.3.1 |
1853 | 2024-08-06T22:26:11.766Z | Compiling bitstruct_derive v0.1.0 |
1854 | 2024-08-06T22:26:11.786Z | Compiling structmeta-derive v0.3.0 |
1855 | 2024-08-06T22:26:12.107Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1856 | 2024-08-06T22:26:12.237Z | Compiling multer v3.1.0 |
1857 | 2024-08-06T22:26:12.557Z | Checking match_cfg v0.1.0 |
1858 | 2024-08-06T22:26:12.575Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1859 | 2024-08-06T22:26:12.667Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1860 | 2024-08-06T22:26:12.985Z | Checking ascii v1.1.0 |
1861 | 2024-08-06T22:26:13.303Z | Checking bitstruct v0.1.1 |
1862 | 2024-08-06T22:26:13.428Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1863 | 2024-08-06T22:26:13.471Z | Compiling num_enum_derive v0.5.11 |
1864 | 2024-08-06T22:26:14.356Z | Checking hostname v0.3.1 |
1865 | 2024-08-06T22:26:14.498Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1866 | 2024-08-06T22:26:14.685Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1867 | 2024-08-06T22:26:14.949Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1868 | 2024-08-06T22:26:15.191Z | Compiling structmeta v0.3.0 |
1869 | 2024-08-06T22:26:15.276Z | Checking slog-json v2.6.1 |
1870 | 2024-08-06T22:26:15.319Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1871 | 2024-08-06T22:26:15.567Z | Checking serde_arrays v0.1.0 |
1872 | 2024-08-06T22:26:15.616Z | Checking erased-serde v0.3.31 |
1873 | 2024-08-06T22:26:15.647Z | Compiling foreign-types-macros v0.2.3 |
1874 | 2024-08-06T22:26:15.719Z | Compiling async-stream-impl v0.3.5 |
1875 | 2024-08-06T22:26:16.194Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1876 | 2024-08-06T22:26:16.408Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1877 | 2024-08-06T22:26:16.549Z | Checking atomic-waker v1.1.2 |
1878 | 2024-08-06T22:26:16.702Z | Checking arc-swap v1.7.1 |
1879 | 2024-08-06T22:26:16.732Z | Checking foreign-types-shared v0.3.1 |
1880 | 2024-08-06T22:26:16.801Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-08-06T22:26:16.880Z | Checking waitgroup v0.1.2 |
1882 | 2024-08-06T22:26:17.110Z | Checking foreign-types v0.5.0 |
1883 | 2024-08-06T22:26:17.127Z | Checking num_enum v0.5.11 |
1884 | 2024-08-06T22:26:17.130Z | Compiling darling_macro v0.20.9 |
1885 | 2024-08-06T22:26:17.159Z | Checking slog-scope v4.4.0 |
1886 | 2024-08-06T22:26:17.230Z | Compiling parse-display-derive v0.9.1 |
1887 | 2024-08-06T22:26:17.286Z | Checking slog-bunyan v2.5.0 |
1888 | 2024-08-06T22:26:17.321Z | Checking async-stream v0.3.5 |
1889 | 2024-08-06T22:26:17.359Z | Compiling proc-macro-error v1.0.4 |
1890 | 2024-08-06T22:26:17.688Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1891 | 2024-08-06T22:26:17.812Z | Checking toml v0.8.19 |
1892 | 2024-08-06T22:26:18.083Z | Checking tungstenite v0.20.1 |
1893 | 2024-08-06T22:26:18.112Z | Checking rustls-pemfile v2.1.3 |
1894 | 2024-08-06T22:26:18.156Z | Compiling darling v0.20.9 |
1895 | 2024-08-06T22:26:18.280Z | Compiling serde_with_macros v3.8.3 |
1896 | 2024-08-06T22:26:18.399Z | Compiling heck v0.3.3 |
1897 | 2024-08-06T22:26:18.611Z | Checking tokio-rustls v0.25.0 |
1898 | 2024-08-06T22:26:18.636Z | Checking newtype-uuid v1.1.0 |
1899 | 2024-08-06T22:26:18.880Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1900 | 2024-08-06T22:26:18.913Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1901 | 2024-08-06T22:26:19.031Z | Checking serde_path_to_error v0.1.16 |
1902 | 2024-08-06T22:26:19.052Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1903 | 2024-08-06T22:26:19.681Z | Checking hostname v0.4.0 |
1904 | 2024-08-06T22:26:19.823Z | Checking cstr-argument v0.1.2 |
1905 | 2024-08-06T22:26:19.864Z | Checking instant v0.1.12 |
1906 | 2024-08-06T22:26:19.909Z | Checking debug-ignore v1.0.5 |
1907 | 2024-08-06T22:26:19.994Z | Checking pretty-hex v0.2.1 |
1908 | 2024-08-06T22:26:20.023Z | Checking fastrand v2.1.0 |
1909 | 2024-08-06T22:26:20.074Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1910 | 2024-08-06T22:26:20.175Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1911 | 2024-08-06T22:26:20.375Z | Checking tempfile v3.10.1 |
1912 | 2024-08-06T22:26:20.461Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1913 | 2024-08-06T22:26:20.482Z | Checking backoff v0.4.0 |
1914 | 2024-08-06T22:26:20.780Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1915 | 2024-08-06T22:26:20.825Z | Checking tokio-tungstenite v0.20.1 |
1916 | 2024-08-06T22:26:20.939Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1917 | 2024-08-06T22:26:20.988Z | Compiling zone_cfg_derive v0.1.2 |
1918 | 2024-08-06T22:26:21.210Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1919 | 2024-08-06T22:26:21.420Z | Checking slog-stdlog v4.1.1 |
1920 | 2024-08-06T22:26:21.547Z | Checking serde_with v3.8.3 |
1921 | 2024-08-06T22:26:21.621Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1922 | 2024-08-06T22:26:21.776Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1923 | 2024-08-06T22:26:22.071Z | Checking tungstenite v0.21.0 |
1924 | 2024-08-06T22:26:22.166Z | Checking colored v2.1.0 |
1925 | 2024-08-06T22:26:22.497Z | Checking macaddr v1.0.1 |
1926 | 2024-08-06T22:26:22.605Z | Checking parse-display v0.9.1 |
1927 | 2024-08-06T22:26:22.743Z | Checking socket2 v0.4.10 |
1928 | 2024-08-06T22:26:22.880Z | Checking base64 v0.13.1 |
1929 | 2024-08-06T22:26:22.898Z | Checking zone v0.1.8 |
1930 | 2024-08-06T22:26:23.143Z | Checking tokio-tungstenite v0.21.0 |
1931 | 2024-08-06T22:26:23.322Z | Checking ron v0.7.1 |
1932 | 2024-08-06T22:26:23.651Z | Checking slog-envlogger v2.2.0 |
1933 | 2024-08-06T22:26:23.688Z | Checking pem v3.0.4 |
1934 | 2024-08-06T22:26:23.895Z | Checking tabwriter v1.4.0 |
1935 | 2024-08-06T22:26:23.990Z | Checking xattr v1.3.1 |
1936 | 2024-08-06T22:26:24.170Z | Checking portpicker v0.1.1 |
1937 | 2024-08-06T22:26:24.202Z | Checking headers-core v0.2.0 |
1938 | 2024-08-06T22:26:24.327Z | Checking smf v0.2.3 |
1939 | 2024-08-06T22:26:24.349Z | Checking filetime v0.2.23 |
1940 | 2024-08-06T22:26:24.583Z | Checking same-file v1.0.6 |
1941 | 2024-08-06T22:26:24.631Z | Checking tar v0.4.41 |
1942 | 2024-08-06T22:26:24.778Z | Checking walkdir v2.5.0 |
1943 | 2024-08-06T22:26:24.827Z | Checking headers v0.3.9 |
1944 | 2024-08-06T22:26:25.079Z | Checking rcgen v0.12.1 |
1945 | 2024-08-06T22:26:25.142Z | Checking camino-tempfile v1.1.1 |
1946 | 2024-08-06T22:26:25.176Z | Checking atomicwrites v0.4.3 |
1947 | 2024-08-06T22:26:25.398Z | Checking subprocess v0.2.9 |
1948 | 2024-08-06T22:26:26.740Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1949 | 2024-08-06T22:26:26.988Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1950 | 2024-08-06T22:26:29.278Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1951 | 2024-08-06T22:26:31.451Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1952 | 2024-08-06T22:26:31.529Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1953 | 2024-08-06T22:26:35.162Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1954 | 2024-08-06T22:26:42.137Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1955 | 2024-08-06T22:26:42.295Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1956 | 2024-08-06T22:26:42.295Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1957 | 2024-08-06T22:26:45.211Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1958 | 2024-08-06T22:26:45.686Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1959 | 2024-08-06T22:26:52.394Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1960 | 2024-08-06T22:26:53.990Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1961 | 2024-08-06T22:26:55.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.48s |
1962 | 2024-08-06T22:26:55.563Z | |
1963 | 2024-08-06T22:26:55.563Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142) |
1964 | 2024-08-06T22:26:56.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1965 | 2024-08-06T22:26:56.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1966 | 2024-08-06T22:26:56.341Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1967 | 2024-08-06T22:26:57.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
1968 | 2024-08-06T22:26:58.044Z | |
1969 | 2024-08-06T22:26:58.044Z | info: running `cargo check --bins` on nexus-config (31/142) |
1970 | 2024-08-06T22:26:58.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1971 | 2024-08-06T22:26:58.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1972 | 2024-08-06T22:26:58.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1973 | 2024-08-06T22:26:58.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1974 | 2024-08-06T22:26:58.777Z | |
1975 | 2024-08-06T22:26:58.777Z | info: running `cargo check --bins` on omicron-rpaths (32/142) |
1976 | 2024-08-06T22:26:59.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1977 | 2024-08-06T22:26:59.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1978 | 2024-08-06T22:26:59.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1979 | 2024-08-06T22:26:59.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1980 | 2024-08-06T22:26:59.475Z | |
1981 | 2024-08-06T22:26:59.475Z | info: running `cargo check --bins` on omicron-certificates (33/142) |
1982 | 2024-08-06T22:27:00.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1983 | 2024-08-06T22:27:00.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1984 | 2024-08-06T22:27:00.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1985 | 2024-08-06T22:27:00.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1986 | 2024-08-06T22:27:00.212Z | |
1987 | 2024-08-06T22:27:00.212Z | info: running `cargo check --bins` on bootstrap-agent-client (34/142) |
1988 | 2024-08-06T22:27:00.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1989 | 2024-08-06T22:27:00.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1990 | 2024-08-06T22:27:00.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1991 | 2024-08-06T22:27:00.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1992 | 2024-08-06T22:27:00.962Z | |
1993 | 2024-08-06T22:27:00.962Z | info: running `cargo check --bins` on cockroach-admin-client (35/142) |
1994 | 2024-08-06T22:27:01.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1995 | 2024-08-06T22:27:01.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1996 | 2024-08-06T22:27:01.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1997 | 2024-08-06T22:27:01.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1998 | 2024-08-06T22:27:01.648Z | |
1999 | 2024-08-06T22:27:01.648Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/142) |
2000 | 2024-08-06T22:27:02.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2001 | 2024-08-06T22:27:02.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2002 | 2024-08-06T22:27:02.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2003 | 2024-08-06T22:27:02.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2004 | 2024-08-06T22:27:02.399Z | |
2005 | 2024-08-06T22:27:02.399Z | info: running `cargo check --bins` on dns-service-client (37/142) |
2006 | 2024-08-06T22:27:03.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2007 | 2024-08-06T22:27:03.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2008 | 2024-08-06T22:27:03.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2009 | 2024-08-06T22:27:03.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2010 | 2024-08-06T22:27:03.105Z | |
2011 | 2024-08-06T22:27:03.105Z | info: running `cargo check --bins` on dpd-client (38/142) |
2012 | 2024-08-06T22:27:03.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2013 | 2024-08-06T22:27:03.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2014 | 2024-08-06T22:27:03.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2015 | 2024-08-06T22:27:03.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2016 | 2024-08-06T22:27:03.821Z | |
2017 | 2024-08-06T22:27:03.821Z | info: running `cargo check --bins` on gateway-client (39/142) |
2018 | 2024-08-06T22:27:04.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2019 | 2024-08-06T22:27:04.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2020 | 2024-08-06T22:27:04.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2021 | 2024-08-06T22:27:04.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2022 | 2024-08-06T22:27:04.510Z | |
2023 | 2024-08-06T22:27:04.510Z | info: running `cargo check --bins` on installinator-client (40/142) |
2024 | 2024-08-06T22:27:05.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2025 | 2024-08-06T22:27:05.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2026 | 2024-08-06T22:27:05.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2027 | 2024-08-06T22:27:05.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2028 | 2024-08-06T22:27:05.260Z | |
2029 | 2024-08-06T22:27:05.260Z | info: running `cargo check --bins` on installinator-common (41/142) |
2030 | 2024-08-06T22:27:05.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2031 | 2024-08-06T22:27:05.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2032 | 2024-08-06T22:27:05.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2033 | 2024-08-06T22:27:05.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2034 | 2024-08-06T22:27:05.998Z | |
2035 | 2024-08-06T22:27:05.998Z | info: running `cargo check --bins` on update-engine (42/142) |
2036 | 2024-08-06T22:27:06.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2037 | 2024-08-06T22:27:06.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2038 | 2024-08-06T22:27:06.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2039 | 2024-08-06T22:27:06.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2040 | 2024-08-06T22:27:06.690Z | |
2041 | 2024-08-06T22:27:06.690Z | info: running `cargo check --bins` on nexus-client (43/142) |
2042 | 2024-08-06T22:27:07.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2043 | 2024-08-06T22:27:07.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2044 | 2024-08-06T22:27:07.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2045 | 2024-08-06T22:27:07.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2046 | 2024-08-06T22:27:07.430Z | |
2047 | 2024-08-06T22:27:07.430Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/142) |
2048 | 2024-08-06T22:27:08.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2049 | 2024-08-06T22:27:08.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2050 | 2024-08-06T22:27:08.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2051 | 2024-08-06T22:27:08.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2052 | 2024-08-06T22:27:08.162Z | |
2053 | 2024-08-06T22:27:08.162Z | info: running `cargo check --bins` on omicron-passwords (45/142) |
2054 | 2024-08-06T22:27:08.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2055 | 2024-08-06T22:27:08.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2056 | 2024-08-06T22:27:08.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2057 | 2024-08-06T22:27:08.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2058 | 2024-08-06T22:27:08.871Z | |
2059 | 2024-08-06T22:27:08.871Z | info: running `cargo check --bins` on nexus-types (46/142) |
2060 | 2024-08-06T22:27:09.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2061 | 2024-08-06T22:27:09.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2062 | 2024-08-06T22:27:09.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2063 | 2024-08-06T22:27:09.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2064 | 2024-08-06T22:27:09.633Z | |
2065 | 2024-08-06T22:27:09.634Z | info: running `cargo check --bins` on oxide-client (47/142) |
2066 | 2024-08-06T22:27:10.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2067 | 2024-08-06T22:27:10.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2068 | 2024-08-06T22:27:10.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2069 | 2024-08-06T22:27:10.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2070 | 2024-08-06T22:27:10.338Z | |
2071 | 2024-08-06T22:27:10.338Z | info: running `cargo check --bins` on oximeter-client (48/142) |
2072 | 2024-08-06T22:27:10.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2073 | 2024-08-06T22:27:10.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2074 | 2024-08-06T22:27:10.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2075 | 2024-08-06T22:27:10.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2076 | 2024-08-06T22:27:11.061Z | |
2077 | 2024-08-06T22:27:11.061Z | info: running `cargo check --bins` on sled-agent-client (49/142) |
2078 | 2024-08-06T22:27:11.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2079 | 2024-08-06T22:27:11.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2080 | 2024-08-06T22:27:11.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2081 | 2024-08-06T22:27:11.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2082 | 2024-08-06T22:27:11.804Z | |
2083 | 2024-08-06T22:27:11.804Z | info: running `cargo check --bins` on wicketd-client (50/142) |
2084 | 2024-08-06T22:27:12.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2085 | 2024-08-06T22:27:12.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2086 | 2024-08-06T22:27:12.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2087 | 2024-08-06T22:27:12.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2088 | 2024-08-06T22:27:12.553Z | |
2089 | 2024-08-06T22:27:12.554Z | info: running `cargo check --bins` on wicket-common (51/142) |
2090 | 2024-08-06T22:27:13.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2091 | 2024-08-06T22:27:13.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2092 | 2024-08-06T22:27:13.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2093 | 2024-08-06T22:27:13.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2094 | 2024-08-06T22:27:13.301Z | |
2095 | 2024-08-06T22:27:13.301Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/142) |
2096 | 2024-08-06T22:27:13.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2097 | 2024-08-06T22:27:13.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2098 | 2024-08-06T22:27:14.065Z | Compiling heapless v0.8.0 |
2099 | 2024-08-06T22:27:14.155Z | Checking hash32 v0.3.1 |
2100 | 2024-08-06T22:27:14.166Z | Compiling smoltcp v0.11.0 |
2101 | 2024-08-06T22:27:14.185Z | Checking embedded-io v0.4.0 |
2102 | 2024-08-06T22:27:14.188Z | Checking cobs v0.2.3 |
2103 | 2024-08-06T22:27:14.213Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2104 | 2024-08-06T22:27:14.216Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2105 | 2024-08-06T22:27:14.244Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2106 | 2024-08-06T22:27:14.338Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2107 | 2024-08-06T22:27:14.363Z | Compiling crucible-workspace-hack v0.1.0 |
2108 | 2024-08-06T22:27:14.379Z | Checking csv-core v0.1.11 |
2109 | 2024-08-06T22:27:14.399Z | Checking postcard v1.0.8 |
2110 | 2024-08-06T22:27:14.613Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2111 | 2024-08-06T22:27:14.735Z | Checking csv v1.3.0 |
2112 | 2024-08-06T22:27:14.821Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2113 | 2024-08-06T22:27:14.837Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2114 | 2024-08-06T22:27:14.950Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2115 | 2024-08-06T22:27:15.131Z | Compiling num-derive v0.4.2 |
2116 | 2024-08-06T22:27:15.209Z | Compiling slog-dtrace v0.3.0 |
2117 | 2024-08-06T22:27:15.210Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2118 | 2024-08-06T22:27:15.285Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2119 | 2024-08-06T22:27:15.594Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2120 | 2024-08-06T22:27:15.635Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2121 | 2024-08-06T22:27:16.173Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2122 | 2024-08-06T22:27:16.351Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2123 | 2024-08-06T22:27:17.096Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2124 | 2024-08-06T22:27:18.393Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2125 | 2024-08-06T22:27:19.386Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2126 | 2024-08-06T22:27:20.623Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2127 | 2024-08-06T22:27:23.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s |
2128 | 2024-08-06T22:27:24.045Z | |
2129 | 2024-08-06T22:27:24.045Z | info: running `cargo check --bins` on cockroach-admin-api (53/142) |
2130 | 2024-08-06T22:27:24.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2131 | 2024-08-06T22:27:24.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2132 | 2024-08-06T22:27:24.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2133 | 2024-08-06T22:27:24.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2134 | 2024-08-06T22:27:24.752Z | |
2135 | 2024-08-06T22:27:24.752Z | info: running `cargo check --bins` on cockroach-admin-types (54/142) |
2136 | 2024-08-06T22:27:25.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2137 | 2024-08-06T22:27:25.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2138 | 2024-08-06T22:27:25.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2139 | 2024-08-06T22:27:25.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2140 | 2024-08-06T22:27:25.460Z | |
2141 | 2024-08-06T22:27:25.460Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142) |
2142 | 2024-08-06T22:27:26.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2143 | 2024-08-06T22:27:26.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2144 | 2024-08-06T22:27:26.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2145 | 2024-08-06T22:27:26.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2146 | 2024-08-06T22:27:26.322Z | |
2147 | 2024-08-06T22:27:26.322Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142) |
2148 | 2024-08-06T22:27:27.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2149 | 2024-08-06T22:27:27.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2150 | 2024-08-06T22:27:27.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2151 | 2024-08-06T22:27:27.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2152 | 2024-08-06T22:27:27.159Z | |
2153 | 2024-08-06T22:27:27.160Z | info: running `cargo check --bins` on dns-server (57/142) |
2154 | 2024-08-06T22:27:27.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2155 | 2024-08-06T22:27:27.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2156 | 2024-08-06T22:27:27.886Z | Compiling parking_lot_core v0.8.6 |
2157 | 2024-08-06T22:27:27.971Z | Checking nibble_vec v0.1.0 |
2158 | 2024-08-06T22:27:27.975Z | Checking endian-type v0.1.2 |
2159 | 2024-08-06T22:27:27.992Z | Checking newline-converter v0.3.0 |
2160 | 2024-08-06T22:27:27.996Z | Checking quick-error v1.2.3 |
2161 | 2024-08-06T22:27:27.996Z | Checking linked-hash-map v0.5.6 |
2162 | 2024-08-06T22:27:28.005Z | Checking toml v0.5.11 |
2163 | 2024-08-06T22:27:28.029Z | Checking fxhash v0.2.1 |
2164 | 2024-08-06T22:27:28.160Z | Checking resolv-conf v0.7.0 |
2165 | 2024-08-06T22:27:28.182Z | Checking expectorate v1.1.0 |
2166 | 2024-08-06T22:27:28.185Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2167 | 2024-08-06T22:27:28.218Z | Checking radix_trie v0.2.1 |
2168 | 2024-08-06T22:27:28.346Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2169 | 2024-08-06T22:27:28.371Z | Checking lru-cache v0.1.2 |
2170 | 2024-08-06T22:27:28.785Z | Checking trust-dns-resolver v0.22.0 |
2171 | 2024-08-06T22:27:28.790Z | Checking trust-dns-client v0.22.0 |
2172 | 2024-08-06T22:27:28.806Z | Checking parking_lot v0.11.2 |
2173 | 2024-08-06T22:27:29.096Z | Checking sled v0.34.7 |
2174 | 2024-08-06T22:27:29.635Z | Checking trust-dns-server v0.22.1 |
2175 | 2024-08-06T22:27:31.572Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2176 | 2024-08-06T22:27:32.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
2177 | 2024-08-06T22:27:33.074Z | |
2178 | 2024-08-06T22:27:33.075Z | info: running `cargo check --bins` on dns-server-api (58/142) |
2179 | 2024-08-06T22:27:33.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2180 | 2024-08-06T22:27:33.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2181 | 2024-08-06T22:27:33.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2182 | 2024-08-06T22:27:33.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2183 | 2024-08-06T22:27:33.779Z | |
2184 | 2024-08-06T22:27:33.780Z | info: running `cargo check --bins` on gateway-test-utils (59/142) |
2185 | 2024-08-06T22:27:34.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2186 | 2024-08-06T22:27:34.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2187 | 2024-08-06T22:27:34.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2188 | 2024-08-06T22:27:34.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2189 | 2024-08-06T22:27:34.548Z | |
2190 | 2024-08-06T22:27:34.548Z | info: running `cargo check --bins` on gateway-types (60/142) |
2191 | 2024-08-06T22:27:35.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2192 | 2024-08-06T22:27:35.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2193 | 2024-08-06T22:27:35.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2194 | 2024-08-06T22:27:35.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2195 | 2024-08-06T22:27:35.271Z | |
2196 | 2024-08-06T22:27:35.271Z | info: running `cargo check --bins` on ipcc (61/142) |
2197 | 2024-08-06T22:27:35.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2198 | 2024-08-06T22:27:35.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2199 | 2024-08-06T22:27:35.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2200 | 2024-08-06T22:27:35.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2201 | 2024-08-06T22:27:36.008Z | |
2202 | 2024-08-06T22:27:36.008Z | info: running `cargo check --bins` on omicron-gateway (62/142) |
2203 | 2024-08-06T22:27:36.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2204 | 2024-08-06T22:27:36.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2205 | 2024-08-06T22:27:36.781Z | Compiling radium v0.7.0 |
2206 | 2024-08-06T22:27:36.785Z | Checking tap v1.0.1 |
2207 | 2024-08-06T22:27:36.871Z | Compiling maybe-uninit v2.0.0 |
2208 | 2024-08-06T22:27:36.894Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2209 | 2024-08-06T22:27:36.897Z | Compiling num-bigint-dig v0.8.4 |
2210 | 2024-08-06T22:27:36.897Z | Checking crc-catalog v2.4.0 |
2211 | 2024-08-06T22:27:36.908Z | Checking funty v2.0.0 |
2212 | 2024-08-06T22:27:36.911Z | Compiling packed_struct v0.10.1 |
2213 | 2024-08-06T22:27:37.005Z | Checking wyz v0.5.1 |
2214 | 2024-08-06T22:27:37.047Z | Checking crc v3.2.1 |
2215 | 2024-08-06T22:27:37.287Z | Compiling packed_struct_codegen v0.10.1 |
2216 | 2024-08-06T22:27:37.416Z | Compiling indexmap v1.9.3 |
2217 | 2024-08-06T22:27:37.476Z | Checking half v2.4.1 |
2218 | 2024-08-06T22:27:37.518Z | Checking ciborium-io v0.2.2 |
2219 | 2024-08-06T22:27:37.606Z | Checking nodrop v0.1.14 |
2220 | 2024-08-06T22:27:37.655Z | Checking smallvec v0.6.14 |
2221 | 2024-08-06T22:27:37.728Z | Checking array-init v0.0.4 |
2222 | 2024-08-06T22:27:37.785Z | Checking pkcs1 v0.7.5 |
2223 | 2024-08-06T22:27:37.904Z | Checking bitvec v1.0.1 |
2224 | 2024-08-06T22:27:37.986Z | Checking ciborium-ll v0.2.2 |
2225 | 2024-08-06T22:27:38.070Z | Checking signature v2.2.0 |
2226 | 2024-08-06T22:27:38.222Z | Compiling memoffset v0.9.1 |
2227 | 2024-08-06T22:27:38.280Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2228 | 2024-08-06T22:27:38.299Z | Checking hashbrown v0.12.3 |
2229 | 2024-08-06T22:27:38.340Z | Checking bitfield v0.14.0 |
2230 | 2024-08-06T22:27:38.647Z | Checking env_logger v0.10.2 |
2231 | 2024-08-06T22:27:38.666Z | Checking bzip2 v0.4.4 |
2232 | 2024-08-06T22:27:38.719Z | Checking ciborium v0.2.2 |
2233 | 2024-08-06T22:27:38.737Z | Checking serde-hex v0.1.0 |
2234 | 2024-08-06T22:27:38.996Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2235 | 2024-08-06T22:27:39.113Z | Checking ron v0.8.1 |
2236 | 2024-08-06T22:27:39.276Z | Checking x509-cert v0.2.5 |
2237 | 2024-08-06T22:27:39.861Z | Checking hashbrown v0.13.2 |
2238 | 2024-08-06T22:27:40.132Z | Checking rsa v0.9.6 |
2239 | 2024-08-06T22:27:40.238Z | Checking crc-any v2.5.0 |
2240 | 2024-08-06T22:27:40.529Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2241 | 2024-08-06T22:27:40.650Z | Checking zip v0.6.6 |
2242 | 2024-08-06T22:27:40.957Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2243 | 2024-08-06T22:27:41.009Z | Checking object v0.30.4 |
2244 | 2024-08-06T22:27:41.095Z | Checking path-slash v0.1.5 |
2245 | 2024-08-06T22:27:41.285Z | Checking nix v0.27.1 |
2246 | 2024-08-06T22:27:41.308Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2247 | 2024-08-06T22:27:41.343Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2248 | 2024-08-06T22:27:41.402Z | Checking serde-big-array v0.5.1 |
2249 | 2024-08-06T22:27:41.406Z | Checking signal-hook-tokio v0.3.1 |
2250 | 2024-08-06T22:27:43.688Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2251 | 2024-08-06T22:27:43.978Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2252 | 2024-08-06T22:27:51.303Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2253 | 2024-08-06T22:27:52.671Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2254 | 2024-08-06T22:27:54.771Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2255 | 2024-08-06T22:27:56.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.93s |
2256 | 2024-08-06T22:27:57.135Z | |
2257 | 2024-08-06T22:27:57.135Z | info: running `cargo check --bins` on gateway-api (63/142) |
2258 | 2024-08-06T22:27:57.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2259 | 2024-08-06T22:27:57.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2260 | 2024-08-06T22:27:57.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2261 | 2024-08-06T22:27:57.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2262 | 2024-08-06T22:27:57.888Z | |
2263 | 2024-08-06T22:27:57.888Z | info: running `cargo check --bins` on sp-sim (64/142) |
2264 | 2024-08-06T22:27:58.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2265 | 2024-08-06T22:27:58.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2266 | 2024-08-06T22:27:58.628Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2267 | 2024-08-06T22:28:00.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s |
2268 | 2024-08-06T22:28:00.687Z | |
2269 | 2024-08-06T22:28:00.687Z | info: running `cargo check --bins` on internal-dns (65/142) |
2270 | 2024-08-06T22:28:01.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2271 | 2024-08-06T22:28:01.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2272 | 2024-08-06T22:28:01.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2273 | 2024-08-06T22:28:01.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2274 | 2024-08-06T22:28:01.423Z | |
2275 | 2024-08-06T22:28:01.423Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142) |
2276 | 2024-08-06T22:28:02.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2277 | 2024-08-06T22:28:02.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2278 | 2024-08-06T22:28:02.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2279 | 2024-08-06T22:28:02.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2280 | 2024-08-06T22:28:02.202Z | |
2281 | 2024-08-06T22:28:02.203Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142) |
2282 | 2024-08-06T22:28:02.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2283 | 2024-08-06T22:28:02.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2284 | 2024-08-06T22:28:02.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2285 | 2024-08-06T22:28:02.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2286 | 2024-08-06T22:28:02.993Z | |
2287 | 2024-08-06T22:28:02.994Z | info: running `cargo check --bins` on db-macros (68/142) |
2288 | 2024-08-06T22:28:03.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2289 | 2024-08-06T22:28:03.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2290 | 2024-08-06T22:28:03.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2291 | 2024-08-06T22:28:03.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2292 | 2024-08-06T22:28:03.690Z | |
2293 | 2024-08-06T22:28:03.690Z | info: running `cargo check --bins` on nexus-macros-common (69/142) |
2294 | 2024-08-06T22:28:04.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2295 | 2024-08-06T22:28:04.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2296 | 2024-08-06T22:28:04.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2297 | 2024-08-06T22:28:04.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2298 | 2024-08-06T22:28:04.380Z | |
2299 | 2024-08-06T22:28:04.380Z | info: running `cargo check --bins` on nexus-auth (70/142) |
2300 | 2024-08-06T22:28:05.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2301 | 2024-08-06T22:28:05.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2302 | 2024-08-06T22:28:05.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2303 | 2024-08-06T22:28:05.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2304 | 2024-08-06T22:28:05.152Z | |
2305 | 2024-08-06T22:28:05.152Z | info: running `cargo check --bins` on authz-macros (71/142) |
2306 | 2024-08-06T22:28:05.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2307 | 2024-08-06T22:28:05.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2308 | 2024-08-06T22:28:05.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2309 | 2024-08-06T22:28:05.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2310 | 2024-08-06T22:28:05.853Z | |
2311 | 2024-08-06T22:28:05.853Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/142) |
2312 | 2024-08-06T22:28:06.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2313 | 2024-08-06T22:28:06.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2314 | 2024-08-06T22:28:06.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2315 | 2024-08-06T22:28:06.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2316 | 2024-08-06T22:28:06.594Z | |
2317 | 2024-08-06T22:28:06.594Z | info: running `cargo check --bins` on nexus-db-model (73/142) |
2318 | 2024-08-06T22:28:07.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2319 | 2024-08-06T22:28:07.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2320 | 2024-08-06T22:28:07.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2321 | 2024-08-06T22:28:07.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2322 | 2024-08-06T22:28:07.339Z | |
2323 | 2024-08-06T22:28:07.339Z | info: running `cargo check --bins` on nexus-defaults (74/142) |
2324 | 2024-08-06T22:28:07.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2325 | 2024-08-06T22:28:07.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2326 | 2024-08-06T22:28:07.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2327 | 2024-08-06T22:28:07.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2328 | 2024-08-06T22:28:08.053Z | |
2329 | 2024-08-06T22:28:08.053Z | info: running `cargo check --bins` on oximeter (75/142) |
2330 | 2024-08-06T22:28:08.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2331 | 2024-08-06T22:28:08.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2332 | 2024-08-06T22:28:08.800Z | Compiling rustls-pki-types v1.7.0 |
2333 | 2024-08-06T22:28:08.887Z | Compiling prettyplease v0.2.20 |
2334 | 2024-08-06T22:28:08.890Z | Compiling match_cfg v0.1.0 |
2335 | 2024-08-06T22:28:08.909Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2336 | 2024-08-06T22:28:08.912Z | Compiling slog-json v2.6.1 |
2337 | 2024-08-06T22:28:08.924Z | Compiling http v1.1.0 |
2338 | 2024-08-06T22:28:08.950Z | Compiling atomic-waker v1.1.2 |
2339 | 2024-08-06T22:28:08.968Z | Compiling hostname v0.3.1 |
2340 | 2024-08-06T22:28:09.171Z | Compiling waitgroup v0.1.2 |
2341 | 2024-08-06T22:28:09.199Z | Compiling slog-bunyan v2.5.0 |
2342 | 2024-08-06T22:28:09.224Z | Compiling async-stream v0.3.5 |
2343 | 2024-08-06T22:28:09.240Z | Compiling toml v0.8.19 |
2344 | 2024-08-06T22:28:09.316Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2345 | 2024-08-06T22:28:09.368Z | Compiling rustls-webpki v0.102.4 |
2346 | 2024-08-06T22:28:09.402Z | Compiling rustls-pemfile v2.1.3 |
2347 | 2024-08-06T22:28:09.406Z | Compiling sha1 v0.10.6 |
2348 | 2024-08-06T22:28:09.551Z | Compiling newtype-uuid v1.1.0 |
2349 | 2024-08-06T22:28:09.569Z | Compiling serde_path_to_error v0.1.16 |
2350 | 2024-08-06T22:28:09.736Z | Compiling hostname v0.4.0 |
2351 | 2024-08-06T22:28:09.892Z | Compiling instant v0.1.12 |
2352 | 2024-08-06T22:28:09.911Z | Compiling debug-ignore v1.0.5 |
2353 | 2024-08-06T22:28:09.930Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2354 | 2024-08-06T22:28:10.042Z | Compiling backoff v0.4.0 |
2355 | 2024-08-06T22:28:10.062Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2356 | 2024-08-06T22:28:10.083Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2357 | 2024-08-06T22:28:10.272Z | Compiling rustls v0.22.4 |
2358 | 2024-08-06T22:28:10.289Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2359 | 2024-08-06T22:28:10.411Z | Compiling serde_with v3.8.3 |
2360 | 2024-08-06T22:28:10.489Z | Compiling parse-display v0.9.1 |
2361 | 2024-08-06T22:28:11.173Z | Compiling multer v3.1.0 |
2362 | 2024-08-06T22:28:11.244Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2363 | 2024-08-06T22:28:11.425Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2364 | 2024-08-06T22:28:11.530Z | Compiling num-rational v0.4.2 |
2365 | 2024-08-06T22:28:11.623Z | Compiling num-complex v0.4.6 |
2366 | 2024-08-06T22:28:11.683Z | Compiling macaddr v1.0.1 |
2367 | 2024-08-06T22:28:12.827Z | Compiling num v0.4.3 |
2368 | 2024-08-06T22:28:12.962Z | Compiling float-ord v0.3.2 |
2369 | 2024-08-06T22:28:14.199Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2370 | 2024-08-06T22:28:14.687Z | Compiling tokio-rustls v0.25.0 |
2371 | 2024-08-06T22:28:14.963Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2372 | 2024-08-06T22:28:18.888Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2373 | 2024-08-06T22:28:31.861Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2374 | 2024-08-06T22:28:36.399Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2375 | 2024-08-06T22:28:36.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.06s |
2376 | 2024-08-06T22:28:36.399Z | |
2377 | 2024-08-06T22:28:36.399Z | info: running `cargo check --bins` on oximeter-impl (76/142) |
2378 | 2024-08-06T22:28:36.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-08-06T22:28:36.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-08-06T22:28:36.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2381 | 2024-08-06T22:28:36.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2382 | 2024-08-06T22:28:37.043Z | |
2383 | 2024-08-06T22:28:37.043Z | info: running `cargo check --bins` on oximeter-macro-impl (77/142) |
2384 | 2024-08-06T22:28:37.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-08-06T22:28:37.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-08-06T22:28:37.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2387 | 2024-08-06T22:28:37.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2388 | 2024-08-06T22:28:37.763Z | |
2389 | 2024-08-06T22:28:37.763Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/142) |
2390 | 2024-08-06T22:28:38.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-08-06T22:28:38.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-08-06T22:28:38.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2393 | 2024-08-06T22:28:38.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2394 | 2024-08-06T22:28:38.494Z | |
2395 | 2024-08-06T22:28:38.494Z | info: running `cargo check --bins` on nexus-inventory (79/142) |
2396 | 2024-08-06T22:28:39.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-08-06T22:28:39.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-08-06T22:28:39.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2024-08-06T22:28:39.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2400 | 2024-08-06T22:28:39.269Z | |
2401 | 2024-08-06T22:28:39.269Z | info: running `cargo check --bins` on typed-rng (80/142) |
2402 | 2024-08-06T22:28:39.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-08-06T22:28:39.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-08-06T22:28:39.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2405 | 2024-08-06T22:28:39.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2406 | 2024-08-06T22:28:39.988Z | |
2407 | 2024-08-06T22:28:39.988Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142) |
2408 | 2024-08-06T22:28:40.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-08-06T22:28:40.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-08-06T22:28:40.859Z | Checking password-hash v0.5.0 |
2411 | 2024-08-06T22:28:40.859Z | Checking blake2 v0.10.6 |
2412 | 2024-08-06T22:28:40.859Z | Compiling semver v0.1.20 |
2413 | 2024-08-06T22:28:40.859Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2414 | 2024-08-06T22:28:40.863Z | Compiling rayon-core v1.12.1 |
2415 | 2024-08-06T22:28:40.863Z | Compiling convert_case v0.4.0 |
2416 | 2024-08-06T22:28:41.004Z | Compiling crossbeam-deque v0.8.5 |
2417 | 2024-08-06T22:28:41.021Z | Compiling unicase v2.7.0 |
2418 | 2024-08-06T22:28:41.310Z | Compiling same-file v1.0.6 |
2419 | 2024-08-06T22:28:41.376Z | Compiling rustc_version v0.1.7 |
2420 | 2024-08-06T22:28:41.392Z | Compiling libefi-sys v0.1.0 |
2421 | 2024-08-06T22:28:41.439Z | Compiling fastrand v2.1.0 |
2422 | 2024-08-06T22:28:41.506Z | Checking argon2 v0.5.3 |
2423 | 2024-08-06T22:28:41.623Z | Compiling walkdir v2.5.0 |
2424 | 2024-08-06T22:28:41.762Z | Compiling curve25519-dalek v4.1.3 |
2425 | 2024-08-06T22:28:41.881Z | Compiling tempfile v3.10.1 |
2426 | 2024-08-06T22:28:41.904Z | Compiling newtype_derive v0.1.6 |
2427 | 2024-08-06T22:28:42.087Z | Compiling derive-where v1.2.7 |
2428 | 2024-08-06T22:28:42.108Z | Compiling derive_more v0.99.18 |
2429 | 2024-08-06T22:28:42.313Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2430 | 2024-08-06T22:28:42.340Z | Compiling bitfield-struct v0.6.1 |
2431 | 2024-08-06T22:28:42.477Z | Compiling blake3 v1.5.1 |
2432 | 2024-08-06T22:28:42.494Z | Compiling ring v0.16.20 |
2433 | 2024-08-06T22:28:42.644Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2434 | 2024-08-06T22:28:42.844Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2435 | 2024-08-06T22:28:43.180Z | Checking keccak v0.1.5 |
2436 | 2024-08-06T22:28:43.546Z | Checking sha3 v0.10.8 |
2437 | 2024-08-06T22:28:43.664Z | Compiling rayon v1.10.0 |
2438 | 2024-08-06T22:28:44.003Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2439 | 2024-08-06T22:28:44.103Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2440 | 2024-08-06T22:28:44.245Z | Checking universal-hash v0.5.1 |
2441 | 2024-08-06T22:28:44.422Z | Compiling thiserror-impl-no-std v2.0.2 |
2442 | 2024-08-06T22:28:44.445Z | Checking secrecy v0.8.0 |
2443 | 2024-08-06T22:28:44.464Z | Compiling curve25519-dalek-derive v0.1.1 |
2444 | 2024-08-06T22:28:44.656Z | Compiling memmap2 v0.9.4 |
2445 | 2024-08-06T22:28:44.676Z | Compiling arrayvec v0.7.4 |
2446 | 2024-08-06T22:28:45.147Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2447 | 2024-08-06T22:28:45.190Z | Compiling spin v0.5.2 |
2448 | 2024-08-06T22:28:45.284Z | Compiling constant_time_eq v0.3.0 |
2449 | 2024-08-06T22:28:45.466Z | Compiling untrusted v0.7.1 |
2450 | 2024-08-06T22:28:45.500Z | Checking opaque-debug v0.3.1 |
2451 | 2024-08-06T22:28:45.620Z | Compiling home v0.5.9 |
2452 | 2024-08-06T22:28:45.695Z | Compiling arrayref v0.3.7 |
2453 | 2024-08-06T22:28:45.834Z | Compiling toolchain_find v0.4.0 |
2454 | 2024-08-06T22:28:45.917Z | Checking poly1305 v0.8.0 |
2455 | 2024-08-06T22:28:46.108Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2456 | 2024-08-06T22:28:46.574Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2457 | 2024-08-06T22:28:46.684Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2458 | 2024-08-06T22:28:46.778Z | Checking steno v0.4.1 |
2459 | 2024-08-06T22:28:46.850Z | Compiling camino-tempfile v1.1.1 |
2460 | 2024-08-06T22:28:47.338Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2461 | 2024-08-06T22:28:47.479Z | Checking chacha20 v0.9.1 |
2462 | 2024-08-06T22:28:47.870Z | Checking gethostname v0.5.0 |
2463 | 2024-08-06T22:28:48.019Z | Checking aead v0.5.2 |
2464 | 2024-08-06T22:28:48.196Z | Checking thiserror-no-std v2.0.2 |
2465 | 2024-08-06T22:28:48.273Z | Compiling cancel-safe-futures v0.1.5 |
2466 | 2024-08-06T22:28:48.319Z | Compiling topological-sort v0.2.2 |
2467 | 2024-08-06T22:28:48.426Z | Checking vsss-rs v3.3.4 |
2468 | 2024-08-06T22:28:48.701Z | Checking chacha20poly1305 v0.10.1 |
2469 | 2024-08-06T22:28:48.907Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2470 | 2024-08-06T22:28:48.942Z | Compiling mime_guess v2.0.4 |
2471 | 2024-08-06T22:28:49.494Z | Compiling omicron-zone-package v0.11.0 |
2472 | 2024-08-06T22:28:49.971Z | Compiling rustfmt-wrapper v0.2.1 |
2473 | 2024-08-06T22:28:50.435Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2474 | 2024-08-06T22:28:50.575Z | Checking glob v0.3.1 |
2475 | 2024-08-06T22:28:50.901Z | Checking libsw v3.3.1 |
2476 | 2024-08-06T22:28:51.051Z | Checking swrite v0.1.0 |
2477 | 2024-08-06T22:28:51.096Z | Checking linear-map v1.2.0 |
2478 | 2024-08-06T22:28:51.144Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2479 | 2024-08-06T22:28:51.148Z | Checking owo-colors v4.0.0 |
2480 | 2024-08-06T22:28:51.231Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2481 | 2024-08-06T22:28:51.472Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2482 | 2024-08-06T22:28:52.009Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2483 | 2024-08-06T22:28:52.222Z | Checking kstat-rs v0.2.4 |
2484 | 2024-08-06T22:28:52.317Z | Checking nanorand v0.7.0 |
2485 | 2024-08-06T22:28:52.620Z | Checking http-range v0.1.5 |
2486 | 2024-08-06T22:28:52.654Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2487 | 2024-08-06T22:28:52.768Z | Checking flume v0.11.0 |
2488 | 2024-08-06T22:28:52.784Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2489 | 2024-08-06T22:28:52.812Z | Checking hyper-staticfile v0.9.5 |
2490 | 2024-08-06T22:28:53.099Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2491 | 2024-08-06T22:28:53.278Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2492 | 2024-08-06T22:28:53.322Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2493 | 2024-08-06T22:28:53.444Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2494 | 2024-08-06T22:28:53.585Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2495 | 2024-08-06T22:28:54.968Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2496 | 2024-08-06T22:28:55.120Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2497 | 2024-08-06T22:28:56.408Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2498 | 2024-08-06T22:28:56.657Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2499 | 2024-08-06T22:28:57.096Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2500 | 2024-08-06T22:28:57.776Z | Checking display-error-chain v0.2.0 |
2501 | 2024-08-06T22:29:05.342Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2502 | 2024-08-06T22:29:11.528Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2503 | 2024-08-06T22:29:11.528Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2504 | 2024-08-06T22:29:12.302Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2505 | 2024-08-06T22:29:30.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.70s |
2506 | 2024-08-06T22:29:30.896Z | |
2507 | 2024-08-06T22:29:30.896Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142) |
2508 | 2024-08-06T22:29:31.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-08-06T22:29:31.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-08-06T22:29:31.725Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2511 | 2024-08-06T22:29:50.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s |
2512 | 2024-08-06T22:29:50.315Z | |
2513 | 2024-08-06T22:29:50.316Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142) |
2514 | 2024-08-06T22:29:51.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-08-06T22:29:51.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-08-06T22:29:51.165Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2517 | 2024-08-06T22:30:10.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.73s |
2518 | 2024-08-06T22:30:10.235Z | |
2519 | 2024-08-06T22:30:10.235Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142) |
2520 | 2024-08-06T22:30:10.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-08-06T22:30:10.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-08-06T22:30:11.086Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2523 | 2024-08-06T22:30:29.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.46s |
2524 | 2024-08-06T22:30:29.903Z | |
2525 | 2024-08-06T22:30:29.904Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142) |
2526 | 2024-08-06T22:30:30.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-08-06T22:30:30.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-08-06T22:30:30.740Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2529 | 2024-08-06T22:30:49.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.14s |
2530 | 2024-08-06T22:30:49.236Z | |
2531 | 2024-08-06T22:30:49.236Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142) |
2532 | 2024-08-06T22:30:49.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-08-06T22:30:49.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-08-06T22:30:50.103Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2535 | 2024-08-06T22:31:08.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.00s |
2536 | 2024-08-06T22:31:08.420Z | |
2537 | 2024-08-06T22:31:08.420Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142) |
2538 | 2024-08-06T22:31:09.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-08-06T22:31:09.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-08-06T22:31:09.272Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2541 | 2024-08-06T22:31:27.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.43s |
2542 | 2024-08-06T22:31:28.050Z | |
2543 | 2024-08-06T22:31:28.050Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142) |
2544 | 2024-08-06T22:31:28.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-08-06T22:31:28.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-08-06T22:31:28.928Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2547 | 2024-08-06T22:31:47.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.76s |
2548 | 2024-08-06T22:31:48.008Z | |
2549 | 2024-08-06T22:31:48.008Z | info: running `cargo check --bins` on bootstrap-agent-api (89/142) |
2550 | 2024-08-06T22:31:48.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-08-06T22:31:48.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-08-06T22:31:48.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-08-06T22:31:48.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2554 | 2024-08-06T22:31:48.777Z | |
2555 | 2024-08-06T22:31:48.777Z | info: running `cargo check --bins` on sled-agent-types (90/142) |
2556 | 2024-08-06T22:31:49.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-08-06T22:31:49.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-08-06T22:31:49.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-08-06T22:31:49.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2560 | 2024-08-06T22:31:49.565Z | |
2561 | 2024-08-06T22:31:49.565Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/142) |
2562 | 2024-08-06T22:31:50.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-08-06T22:31:50.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-08-06T22:31:50.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-08-06T22:31:50.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2566 | 2024-08-06T22:31:50.325Z | |
2567 | 2024-08-06T22:31:50.325Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142) |
2568 | 2024-08-06T22:31:50.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-08-06T22:31:50.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-08-06T22:31:50.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-08-06T22:31:50.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2572 | 2024-08-06T22:31:51.069Z | |
2573 | 2024-08-06T22:31:51.069Z | info: running `cargo check --bins` on key-manager (93/142) |
2574 | 2024-08-06T22:31:51.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-08-06T22:31:51.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-08-06T22:31:51.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-08-06T22:31:51.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2578 | 2024-08-06T22:31:51.790Z | |
2579 | 2024-08-06T22:31:51.790Z | info: running `cargo check --bins` on sled-hardware (94/142) |
2580 | 2024-08-06T22:31:52.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-08-06T22:31:52.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-08-06T22:31:52.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-08-06T22:31:52.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2584 | 2024-08-06T22:31:52.524Z | |
2585 | 2024-08-06T22:31:52.524Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142) |
2586 | 2024-08-06T22:31:53.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-08-06T22:31:53.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-08-06T22:31:53.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-08-06T22:31:53.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2590 | 2024-08-06T22:31:53.235Z | |
2591 | 2024-08-06T22:31:53.235Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142) |
2592 | 2024-08-06T22:31:53.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-08-06T22:31:53.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-08-06T22:31:53.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-08-06T22:31:53.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2596 | 2024-08-06T22:31:53.959Z | |
2597 | 2024-08-06T22:31:53.959Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142) |
2598 | 2024-08-06T22:31:54.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-08-06T22:31:54.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-08-06T22:31:54.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-08-06T22:31:54.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2602 | 2024-08-06T22:31:54.688Z | |
2603 | 2024-08-06T22:31:54.688Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142) |
2604 | 2024-08-06T22:31:55.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-08-06T22:31:55.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-08-06T22:31:55.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-08-06T22:31:55.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2608 | 2024-08-06T22:31:55.436Z | |
2609 | 2024-08-06T22:31:55.436Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142) |
2610 | 2024-08-06T22:31:56.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-08-06T22:31:56.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-08-06T22:31:56.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-08-06T22:31:56.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2614 | 2024-08-06T22:31:56.175Z | |
2615 | 2024-08-06T22:31:56.175Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142) |
2616 | 2024-08-06T22:31:56.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-08-06T22:31:56.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-08-06T22:31:56.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2024-08-06T22:31:56.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2620 | 2024-08-06T22:31:56.902Z | |
2621 | 2024-08-06T22:31:56.902Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142) |
2622 | 2024-08-06T22:31:57.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-08-06T22:31:57.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-08-06T22:31:57.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2024-08-06T22:31:57.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2626 | 2024-08-06T22:31:57.613Z | |
2627 | 2024-08-06T22:31:57.613Z | info: running `cargo check --bins` on oximeter-producer (102/142) |
2628 | 2024-08-06T22:31:58.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2024-08-06T22:31:58.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2024-08-06T22:31:58.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2024-08-06T22:31:58.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2632 | 2024-08-06T22:31:58.382Z | |
2633 | 2024-08-06T22:31:58.382Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/142) |
2634 | 2024-08-06T22:31:59.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-08-06T22:31:59.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-08-06T22:31:59.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-08-06T22:31:59.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2638 | 2024-08-06T22:31:59.150Z | |
2639 | 2024-08-06T22:31:59.150Z | info: running `cargo check --bins` on nexus-test-interface (104/142) |
2640 | 2024-08-06T22:31:59.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-08-06T22:31:59.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-08-06T22:31:59.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2024-08-06T22:31:59.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2644 | 2024-08-06T22:31:59.896Z | |
2645 | 2024-08-06T22:31:59.896Z | info: running `cargo check --bins` on oximeter-collector (105/142) |
2646 | 2024-08-06T22:32:00.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-08-06T22:32:00.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-08-06T22:32:00.681Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2649 | 2024-08-06T22:32:00.684Z | Checking bcs v0.1.6 |
2650 | 2024-08-06T22:32:00.684Z | Compiling async-recursion v1.1.1 |
2651 | 2024-08-06T22:32:00.684Z | Checking highway v1.1.0 |
2652 | 2024-08-06T22:32:00.684Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2653 | 2024-08-06T22:32:00.685Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2654 | 2024-08-06T22:32:01.914Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2655 | 2024-08-06T22:32:05.769Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2656 | 2024-08-06T22:32:07.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.96s |
2657 | 2024-08-06T22:32:08.029Z | |
2658 | 2024-08-06T22:32:08.029Z | info: running `cargo check --bins` on oximeter-api (106/142) |
2659 | 2024-08-06T22:32:08.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2024-08-06T22:32:08.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2024-08-06T22:32:08.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2662 | 2024-08-06T22:32:08.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2663 | 2024-08-06T22:32:08.759Z | |
2664 | 2024-08-06T22:32:08.759Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/142) |
2665 | 2024-08-06T22:32:09.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-08-06T22:32:09.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-08-06T22:32:09.511Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2668 | 2024-08-06T22:32:10.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
2669 | 2024-08-06T22:32:10.363Z | |
2670 | 2024-08-06T22:32:10.363Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142) |
2671 | 2024-08-06T22:32:11.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2024-08-06T22:32:11.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2024-08-06T22:32:11.139Z | Compiling cfg_aliases v0.1.1 |
2674 | 2024-08-06T22:32:11.142Z | Compiling vte_generate_state_changes v0.1.1 |
2675 | 2024-08-06T22:32:11.228Z | Checking fd-lock v4.0.2 |
2676 | 2024-08-06T22:32:11.248Z | Checking bytecount v0.6.8 |
2677 | 2024-08-06T22:32:11.251Z | Compiling tabled_derive v0.7.0 |
2678 | 2024-08-06T22:32:11.251Z | Compiling peg-macros v0.8.4 |
2679 | 2024-08-06T22:32:11.263Z | Compiling sqlparser_derive v0.2.2 |
2680 | 2024-08-06T22:32:11.266Z | Checking nu-ansi-term v0.50.0 |
2681 | 2024-08-06T22:32:11.315Z | Compiling nix v0.28.0 |
2682 | 2024-08-06T22:32:11.397Z | Checking papergrid v0.11.0 |
2683 | 2024-08-06T22:32:11.418Z | Checking home v0.5.9 |
2684 | 2024-08-06T22:32:11.591Z | Checking unicode_categories v0.1.1 |
2685 | 2024-08-06T22:32:11.921Z | Checking sqlformat v0.2.4 |
2686 | 2024-08-06T22:32:11.962Z | Checking vte v0.11.1 |
2687 | 2024-08-06T22:32:12.522Z | Checking sqlparser v0.45.0 |
2688 | 2024-08-06T22:32:13.534Z | Checking tabled v0.15.0 |
2689 | 2024-08-06T22:32:13.553Z | Checking strip-ansi-escapes v0.2.0 |
2690 | 2024-08-06T22:32:13.730Z | Checking reedline v0.31.0 |
2691 | 2024-08-06T22:32:14.277Z | Checking peg v0.8.4 |
2692 | 2024-08-06T22:32:14.640Z | Checking rustyline v14.0.0 |
2693 | 2024-08-06T22:32:20.113Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2694 | 2024-08-06T22:32:26.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.62s |
2695 | 2024-08-06T22:32:27.171Z | |
2696 | 2024-08-06T22:32:27.171Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142) |
2697 | 2024-08-06T22:32:27.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-08-06T22:32:27.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-08-06T22:32:27.898Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2700 | 2024-08-06T22:32:34.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s |
2701 | 2024-08-06T22:32:35.078Z | |
2702 | 2024-08-06T22:32:35.078Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142) |
2703 | 2024-08-06T22:32:35.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2024-08-06T22:32:35.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2024-08-06T22:32:35.831Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2706 | 2024-08-06T22:32:42.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.38s |
2707 | 2024-08-06T22:32:42.650Z | |
2708 | 2024-08-06T22:32:42.651Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142) |
2709 | 2024-08-06T22:32:43.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2024-08-06T22:32:43.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2024-08-06T22:32:43.416Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2712 | 2024-08-06T22:32:48.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s |
2713 | 2024-08-06T22:32:48.586Z | |
2714 | 2024-08-06T22:32:48.586Z | info: running `cargo check --bins` on crdb-seed (112/142) |
2715 | 2024-08-06T22:32:49.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2024-08-06T22:32:49.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2024-08-06T22:32:49.314Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2718 | 2024-08-06T22:32:49.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
2719 | 2024-08-06T22:32:49.871Z | |
2720 | 2024-08-06T22:32:49.871Z | info: running `cargo check --bins` on xtask-downloader (113/142) |
2721 | 2024-08-06T22:32:50.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2024-08-06T22:32:50.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2024-08-06T22:32:50.537Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2724 | 2024-08-06T22:32:51.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
2725 | 2024-08-06T22:32:51.739Z | |
2726 | 2024-08-06T22:32:51.739Z | info: running `cargo check --bins` on omicron-omdb (114/142) |
2727 | 2024-08-06T22:32:52.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2024-08-06T22:32:52.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2024-08-06T22:32:52.664Z | Compiling glob v0.3.1 |
2730 | 2024-08-06T22:32:52.664Z | Compiling crunchy v0.2.2 |
2731 | 2024-08-06T22:32:52.667Z | Compiling tiny-keccak v2.0.2 |
2732 | 2024-08-06T22:32:52.791Z | Compiling ascii-canvas v3.0.0 |
2733 | 2024-08-06T22:32:52.794Z | Compiling ena v0.14.3 |
2734 | 2024-08-06T22:32:52.794Z | Compiling libloading v0.8.3 |
2735 | 2024-08-06T22:32:52.794Z | Compiling bindgen v0.69.4 |
2736 | 2024-08-06T22:32:52.806Z | Compiling regex-syntax v0.6.29 |
2737 | 2024-08-06T22:32:53.126Z | Compiling diff v0.1.13 |
2738 | 2024-08-06T22:32:53.269Z | Compiling which v4.4.2 |
2739 | 2024-08-06T22:32:53.321Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2740 | 2024-08-06T22:32:53.350Z | Compiling cexpr v0.6.0 |
2741 | 2024-08-06T22:32:53.585Z | Compiling ref-cast v1.0.23 |
2742 | 2024-08-06T22:32:53.778Z | Compiling shlex v1.3.0 |
2743 | 2024-08-06T22:32:53.799Z | Compiling clang-sys v1.7.0 |
2744 | 2024-08-06T22:32:53.863Z | Compiling lazycell v1.3.0 |
2745 | 2024-08-06T22:32:53.967Z | Compiling rustc-hash v1.1.0 |
2746 | 2024-08-06T22:32:54.052Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2747 | 2024-08-06T22:32:54.138Z | Compiling derive_builder_core v0.20.0 |
2748 | 2024-08-06T22:32:54.255Z | Compiling libxml v0.3.3 |
2749 | 2024-08-06T22:32:54.274Z | Compiling ref-cast-impl v1.0.23 |
2750 | 2024-08-06T22:32:54.279Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2751 | 2024-08-06T22:32:54.417Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2752 | 2024-08-06T22:32:54.757Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2753 | 2024-08-06T22:32:54.838Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2754 | 2024-08-06T22:32:55.093Z | Compiling strum_macros v0.24.3 |
2755 | 2024-08-06T22:32:55.268Z | Compiling cookie v0.18.1 |
2756 | 2024-08-06T22:32:55.325Z | Compiling indoc v1.0.9 |
2757 | 2024-08-06T22:32:55.812Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2758 | 2024-08-06T22:32:56.162Z | Compiling impl-trait-for-tuples v0.2.2 |
2759 | 2024-08-06T22:32:56.482Z | Compiling lalrpop v0.19.12 |
2760 | 2024-08-06T22:32:56.926Z | Compiling derive_builder_macro v0.20.0 |
2761 | 2024-08-06T22:32:57.775Z | Compiling oso-derive v0.27.3 |
2762 | 2024-08-06T22:32:57.983Z | Checking derive_builder v0.20.0 |
2763 | 2024-08-06T22:32:58.158Z | Checking quick-xml v0.31.0 |
2764 | 2024-08-06T22:32:59.367Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2765 | 2024-08-06T22:32:59.574Z | Checking maplit v1.0.2 |
2766 | 2024-08-06T22:32:59.844Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2767 | 2024-08-06T22:33:00.236Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2768 | 2024-08-06T22:33:00.511Z | Checking bb8 v0.8.5 |
2769 | 2024-08-06T22:33:00.579Z | Compiling const_format_proc_macros v0.2.32 |
2770 | 2024-08-06T22:33:01.106Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2771 | 2024-08-06T22:33:01.883Z | Checking crossbeam-deque v0.8.5 |
2772 | 2024-08-06T22:33:02.261Z | Compiling portable-atomic v1.6.0 |
2773 | 2024-08-06T22:33:02.314Z | Checking rayon-core v1.12.1 |
2774 | 2024-08-06T22:33:03.124Z | Checking const_format v0.2.32 |
2775 | 2024-08-06T22:33:03.143Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2776 | 2024-08-06T22:33:03.469Z | Checking castaway v0.2.2 |
2777 | 2024-08-06T22:33:03.653Z | Checking compact_str v0.7.1 |
2778 | 2024-08-06T22:33:03.705Z | Checking rayon v1.10.0 |
2779 | 2024-08-06T22:33:04.511Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2780 | 2024-08-06T22:33:04.702Z | Checking unicode-truncate v1.0.0 |
2781 | 2024-08-06T22:33:04.861Z | Checking itertools v0.13.0 |
2782 | 2024-08-06T22:33:04.966Z | Checking lru v0.12.3 |
2783 | 2024-08-06T22:33:05.284Z | Compiling stability v0.2.0 |
2784 | 2024-08-06T22:33:05.428Z | Checking cassowary v0.3.0 |
2785 | 2024-08-06T22:33:05.925Z | Checking smawk v0.3.2 |
2786 | 2024-08-06T22:33:06.184Z | Checking number_prefix v0.4.0 |
2787 | 2024-08-06T22:33:06.416Z | Checking unicode-linebreak v0.1.5 |
2788 | 2024-08-06T22:33:06.577Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2789 | 2024-08-06T22:33:06.870Z | Checking textwrap v0.16.1 |
2790 | 2024-08-06T22:33:07.294Z | Checking multimap v0.10.0 |
2791 | 2024-08-06T22:33:07.882Z | Checking ratatui v0.27.0 |
2792 | 2024-08-06T22:33:07.942Z | Checking indicatif v0.17.8 |
2793 | 2024-08-06T22:33:30.821Z | Compiling samael v0.0.15 |
2794 | 2024-08-06T22:33:47.803Z | Compiling polar-core v0.27.3 |
2795 | 2024-08-06T22:33:55.527Z | Checking oso v0.27.3 |
2796 | 2024-08-06T22:34:33.612Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2797 | 2024-08-06T22:34:39.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s |
2798 | 2024-08-06T22:34:39.541Z | |
2799 | 2024-08-06T22:34:39.541Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142) |
2800 | 2024-08-06T22:34:40.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-08-06T22:34:40.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-08-06T22:34:40.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2024-08-06T22:34:40.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2804 | 2024-08-06T22:34:40.317Z | |
2805 | 2024-08-06T22:34:40.317Z | info: running `cargo check --bins` on nexus-saga-recovery (116/142) |
2806 | 2024-08-06T22:34:40.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-08-06T22:34:40.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-08-06T22:34:40.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2024-08-06T22:34:40.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2810 | 2024-08-06T22:34:41.066Z | |
2811 | 2024-08-06T22:34:41.067Z | info: running `cargo check --bins` on nexus-test-utils-macros (117/142) |
2812 | 2024-08-06T22:34:41.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2024-08-06T22:34:41.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2024-08-06T22:34:41.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2024-08-06T22:34:41.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2816 | 2024-08-06T22:34:41.755Z | |
2817 | 2024-08-06T22:34:41.756Z | info: running `cargo check --bins` on omicron-nexus (118/142) |
2818 | 2024-08-06T22:34:42.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2024-08-06T22:34:42.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2024-08-06T22:34:42.662Z | Compiling pin-project-internal v1.1.5 |
2821 | 2024-08-06T22:34:42.760Z | Compiling snafu-derive v0.8.2 |
2822 | 2024-08-06T22:34:42.763Z | Compiling buf-list v1.0.3 |
2823 | 2024-08-06T22:34:42.792Z | Checking globset v0.4.14 |
2824 | 2024-08-06T22:34:42.795Z | Checking olpc-cjson v0.1.3 |
2825 | 2024-08-06T22:34:42.795Z | Checking rand_seeder v0.3.0 |
2826 | 2024-08-06T22:34:42.795Z | Checking serde_plain v1.0.2 |
2827 | 2024-08-06T22:34:42.795Z | Checking typed-path v0.7.1 |
2828 | 2024-08-06T22:34:43.092Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2829 | 2024-08-06T22:34:43.112Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2830 | 2024-08-06T22:34:43.130Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2831 | 2024-08-06T22:34:43.320Z | Checking parse-size v1.0.0 |
2832 | 2024-08-06T22:34:43.370Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2833 | 2024-08-06T22:34:43.467Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2834 | 2024-08-06T22:34:43.506Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2835 | 2024-08-06T22:34:43.530Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2836 | 2024-08-06T22:34:43.917Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2837 | 2024-08-06T22:34:44.398Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2838 | 2024-08-06T22:34:44.456Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2839 | 2024-08-06T22:34:44.552Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2840 | 2024-08-06T22:34:44.857Z | Checking fatfs v0.3.6 |
2841 | 2024-08-06T22:34:44.924Z | Checking assert_matches v1.5.0 |
2842 | 2024-08-06T22:34:45.933Z | Checking pin-project v1.1.5 |
2843 | 2024-08-06T22:34:47.096Z | Checking snafu v0.8.2 |
2844 | 2024-08-06T22:34:47.440Z | Checking tough v0.17.1 |
2845 | 2024-08-06T22:34:50.842Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2846 | 2024-08-06T22:34:52.181Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2847 | 2024-08-06T22:35:57.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
2848 | 2024-08-06T22:35:57.422Z | |
2849 | 2024-08-06T22:35:57.422Z | info: running `cargo check --bins` on nexus-internal-api (119/142) |
2850 | 2024-08-06T22:35:58.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-08-06T22:35:58.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-08-06T22:35:58.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2024-08-06T22:35:58.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2854 | 2024-08-06T22:35:58.171Z | |
2855 | 2024-08-06T22:35:58.171Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (120/142) |
2856 | 2024-08-06T22:35:58.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-08-06T22:35:58.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-08-06T22:35:58.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2024-08-06T22:35:58.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2860 | 2024-08-06T22:35:58.925Z | |
2861 | 2024-08-06T22:35:58.925Z | info: running `cargo check --bins` on nexus-networking (121/142) |
2862 | 2024-08-06T22:35:59.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-08-06T22:35:59.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-08-06T22:35:59.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-08-06T22:35:59.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2866 | 2024-08-06T22:35:59.700Z | |
2867 | 2024-08-06T22:35:59.701Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (122/142) |
2868 | 2024-08-06T22:36:00.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-08-06T22:36:00.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-08-06T22:36:00.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-08-06T22:36:00.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2872 | 2024-08-06T22:36:00.450Z | |
2873 | 2024-08-06T22:36:00.450Z | info: running `cargo check --bins` on update-common (123/142) |
2874 | 2024-08-06T22:36:01.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-08-06T22:36:01.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-08-06T22:36:01.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2024-08-06T22:36:01.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2878 | 2024-08-06T22:36:01.189Z | |
2879 | 2024-08-06T22:36:01.189Z | info: running `cargo check --bins` on tufaceous-lib (124/142) |
2880 | 2024-08-06T22:36:01.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-08-06T22:36:01.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-08-06T22:36:01.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2024-08-06T22:36:01.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2884 | 2024-08-06T22:36:01.953Z | |
2885 | 2024-08-06T22:36:01.953Z | info: running `cargo check --bins` on tufaceous (125/142) |
2886 | 2024-08-06T22:36:02.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-08-06T22:36:02.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-08-06T22:36:02.714Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2889 | 2024-08-06T22:36:03.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
2890 | 2024-08-06T22:36:03.943Z | |
2891 | 2024-08-06T22:36:03.943Z | info: running `cargo check --bins` on omicron-dev (126/142) |
2892 | 2024-08-06T22:36:04.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-08-06T22:36:04.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-08-06T22:36:04.870Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2895 | 2024-08-06T22:36:04.870Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2896 | 2024-08-06T22:36:04.873Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2897 | 2024-08-06T22:36:06.561Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2898 | 2024-08-06T22:36:09.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s |
2899 | 2024-08-06T22:36:09.929Z | |
2900 | 2024-08-06T22:36:09.929Z | info: running `cargo check --bins` on openapi-manager (127/142) |
2901 | 2024-08-06T22:36:10.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2024-08-06T22:36:10.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2024-08-06T22:36:10.708Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2904 | 2024-08-06T22:36:10.708Z | Checking heck v0.4.1 |
2905 | 2024-08-06T22:36:10.708Z | Checking is_ci v1.2.0 |
2906 | 2024-08-06T22:36:10.711Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2907 | 2024-08-06T22:36:10.712Z | Checking indent_write v2.2.0 |
2908 | 2024-08-06T22:36:10.912Z | Checking supports-color v3.0.0 |
2909 | 2024-08-06T22:36:10.998Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2910 | 2024-08-06T22:36:12.626Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2911 | 2024-08-06T22:36:13.602Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2912 | 2024-08-06T22:36:14.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
2913 | 2024-08-06T22:36:14.920Z | |
2914 | 2024-08-06T22:36:14.920Z | info: running `cargo check --bins` on installinator-api (128/142) |
2915 | 2024-08-06T22:36:15.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2024-08-06T22:36:15.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2024-08-06T22:36:15.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2918 | 2024-08-06T22:36:15.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2919 | 2024-08-06T22:36:15.625Z | |
2920 | 2024-08-06T22:36:15.625Z | info: running `cargo check --bins` on wicketd-api (129/142) |
2921 | 2024-08-06T22:36:16.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2024-08-06T22:36:16.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2024-08-06T22:36:16.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2924 | 2024-08-06T22:36:16.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2925 | 2024-08-06T22:36:16.397Z | |
2926 | 2024-08-06T22:36:16.397Z | info: running `cargo check --bins` on reconfigurator-cli (130/142) |
2927 | 2024-08-06T22:36:17.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2024-08-06T22:36:17.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2024-08-06T22:36:17.237Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2930 | 2024-08-06T22:36:18.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s |
2931 | 2024-08-06T22:36:18.848Z | |
2932 | 2024-08-06T22:36:18.848Z | info: running `cargo check --bins` on omicron-releng (131/142) |
2933 | 2024-08-06T22:36:19.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2024-08-06T22:36:19.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2024-08-06T22:36:19.652Z | Checking memmap2 v0.9.4 |
2936 | 2024-08-06T22:36:19.652Z | Checking untrusted v0.7.1 |
2937 | 2024-08-06T22:36:19.652Z | Checking spin v0.5.2 |
2938 | 2024-08-06T22:36:19.655Z | Checking arrayref v0.3.7 |
2939 | 2024-08-06T22:36:19.655Z | Checking arrayvec v0.7.4 |
2940 | 2024-08-06T22:36:19.655Z | Checking constant_time_eq v0.3.0 |
2941 | 2024-08-06T22:36:19.655Z | Checking cargo-platform v0.1.8 |
2942 | 2024-08-06T22:36:19.655Z | Checking topological-sort v0.2.2 |
2943 | 2024-08-06T22:36:19.855Z | Checking shell-words v1.1.0 |
2944 | 2024-08-06T22:36:20.000Z | Checking ring v0.16.20 |
2945 | 2024-08-06T22:36:20.076Z | Checking cargo_metadata v0.18.1 |
2946 | 2024-08-06T22:36:20.136Z | Checking blake3 v1.5.1 |
2947 | 2024-08-06T22:36:21.357Z | Checking omicron-zone-package v0.11.0 |
2948 | 2024-08-06T22:36:22.668Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2949 | 2024-08-06T22:36:23.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s |
2950 | 2024-08-06T22:36:23.876Z | |
2951 | 2024-08-06T22:36:23.876Z | info: running `cargo check --bins` on xtask (132/142) |
2952 | 2024-08-06T22:36:24.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2953 | 2024-08-06T22:36:24.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2954 | 2024-08-06T22:36:24.430Z | Checking serde v1.0.204 |
2955 | 2024-08-06T22:36:24.430Z | Checking thiserror v1.0.63 |
2956 | 2024-08-06T22:36:24.430Z | Checking scroll v0.12.0 |
2957 | 2024-08-06T22:36:24.433Z | Checking bitflags v2.6.0 |
2958 | 2024-08-06T22:36:24.433Z | Checking log v0.4.21 |
2959 | 2024-08-06T22:36:24.512Z | Checking hashbrown v0.14.5 |
2960 | 2024-08-06T22:36:24.525Z | Checking zerocopy v0.7.34 |
2961 | 2024-08-06T22:36:24.574Z | Checking syn v2.0.72 |
2962 | 2024-08-06T22:36:24.650Z | Checking pest v2.7.10 |
2963 | 2024-08-06T22:36:24.798Z | Checking fs-err v2.11.0 |
2964 | 2024-08-06T22:36:24.832Z | Checking rustix v0.38.34 |
2965 | 2024-08-06T22:36:25.030Z | Checking goblin v0.8.2 |
2966 | 2024-08-06T22:36:25.135Z | Checking tabled v0.15.0 |
2967 | 2024-08-06T22:36:25.888Z | Checking indexmap v2.3.0 |
2968 | 2024-08-06T22:36:26.010Z | Checking terminal_size v0.3.0 |
2969 | 2024-08-06T22:36:26.039Z | Checking anyhow v1.0.86 |
2970 | 2024-08-06T22:36:26.189Z | Checking clap_builder v4.5.13 |
2971 | 2024-08-06T22:36:27.349Z | Checking dtrace-parser v0.2.0 |
2972 | 2024-08-06T22:36:29.220Z | Checking clap v4.5.13 |
2973 | 2024-08-06T22:36:29.384Z | Checking serde_json v1.0.122 |
2974 | 2024-08-06T22:36:29.384Z | Checking toml_datetime v0.6.8 |
2975 | 2024-08-06T22:36:29.384Z | Checking serde_spanned v0.6.7 |
2976 | 2024-08-06T22:36:29.387Z | Checking camino v1.1.7 |
2977 | 2024-08-06T22:36:29.387Z | Checking semver v1.0.23 |
2978 | 2024-08-06T22:36:29.387Z | Checking cargo-platform v0.1.8 |
2979 | 2024-08-06T22:36:29.387Z | Checking macaddr v1.0.1 |
2980 | 2024-08-06T22:36:29.700Z | Checking toml_edit v0.22.20 |
2981 | 2024-08-06T22:36:30.536Z | Checking dof v0.3.0 |
2982 | 2024-08-06T22:36:30.536Z | Checking cargo_metadata v0.18.1 |
2983 | 2024-08-06T22:36:30.988Z | Checking usdt-impl v0.5.0 |
2984 | 2024-08-06T22:36:31.427Z | Checking usdt v0.5.0 |
2985 | 2024-08-06T22:36:31.774Z | Checking toml v0.8.19 |
2986 | 2024-08-06T22:36:32.309Z | Checking cargo_toml v0.20.4 |
2987 | 2024-08-06T22:36:33.757Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2988 | 2024-08-06T22:36:34.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.53s |
2989 | 2024-08-06T22:36:34.527Z | |
2990 | 2024-08-06T22:36:34.527Z | info: running `cargo check --bins` on end-to-end-tests (133/142) |
2991 | 2024-08-06T22:36:35.072Z | Downloading crates ... |
2992 | 2024-08-06T22:36:35.326Z | Downloaded md5 v0.7.0 |
2993 | 2024-08-06T22:36:35.329Z | Downloaded russh-cryptovec v0.7.2 |
2994 | 2024-08-06T22:36:35.329Z | Downloaded dhcproto-macros v0.1.0 |
2995 | 2024-08-06T22:36:35.329Z | Downloaded rand_chacha v0.2.2 |
2996 | 2024-08-06T22:36:35.332Z | Downloaded pbkdf2 v0.12.2 |
2997 | 2024-08-06T22:36:35.337Z | Downloaded rand_core v0.5.1 |
2998 | 2024-08-06T22:36:35.337Z | Downloaded bcrypt-pbkdf v0.10.0 |
2999 | 2024-08-06T22:36:35.340Z | Downloaded dirs v5.0.1 |
3000 | 2024-08-06T22:36:35.340Z | Downloaded primeorder v0.13.6 |
3001 | 2024-08-06T22:36:35.343Z | Downloaded cbc v0.1.2 |
3002 | 2024-08-06T22:36:35.343Z | Downloaded option-ext v0.2.0 |
3003 | 2024-08-06T22:36:35.346Z | Downloaded getrandom v0.1.16 |
3004 | 2024-08-06T22:36:35.349Z | Downloaded password-hash v0.4.2 |
3005 | 2024-08-06T22:36:35.352Z | Downloaded p256 v0.13.2 |
3006 | 2024-08-06T22:36:35.355Z | Downloaded internet-checksum v0.2.1 |
3007 | 2024-08-06T22:36:35.358Z | Downloaded rfc6979 v0.4.0 |
3008 | 2024-08-06T22:36:35.358Z | Downloaded polyval v0.6.2 |
3009 | 2024-08-06T22:36:35.361Z | Downloaded ctr v0.9.2 |
3010 | 2024-08-06T22:36:35.364Z | Downloaded blowfish v0.9.1 |
3011 | 2024-08-06T22:36:35.364Z | Downloaded pbkdf2 v0.11.0 |
3012 | 2024-08-06T22:36:35.367Z | Downloaded ghash v0.5.1 |
3013 | 2024-08-06T22:36:35.367Z | Downloaded dhcproto v0.11.0 |
3014 | 2024-08-06T22:36:35.370Z | Downloaded ed25519-dalek v2.1.1 |
3015 | 2024-08-06T22:36:35.374Z | Downloaded aes v0.8.4 |
3016 | 2024-08-06T22:36:35.378Z | Downloaded russh-keys v0.43.0 |
3017 | 2024-08-06T22:36:35.502Z | Downloaded dirs-sys v0.4.1 |
3018 | 2024-08-06T22:36:35.505Z | Downloaded russh v0.43.0 |
3019 | 2024-08-06T22:36:35.505Z | Downloaded ed25519 v2.2.3 |
3020 | 2024-08-06T22:36:35.505Z | Downloaded rand v0.7.3 |
3021 | 2024-08-06T22:36:35.505Z | Downloaded p521 v0.13.3 |
3022 | 2024-08-06T22:36:35.505Z | Downloaded aes-gcm v0.10.3 |
3023 | 2024-08-06T22:36:35.505Z | Downloaded hex-literal v0.4.1 |
3024 | 2024-08-06T22:36:35.505Z | Downloaded ecdsa v0.16.9 |
3025 | 2024-08-06T22:36:35.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2024-08-06T22:36:35.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2024-08-06T22:36:35.599Z | Compiling getrandom v0.1.16 |
3028 | 2024-08-06T22:36:35.702Z | Checking rfc6979 v0.4.0 |
3029 | 2024-08-06T22:36:35.716Z | Checking primeorder v0.13.6 |
3030 | 2024-08-06T22:36:35.720Z | Checking option-ext v0.2.0 |
3031 | 2024-08-06T22:36:35.742Z | Checking ed25519 v2.2.3 |
3032 | 2024-08-06T22:36:35.746Z | Checking polyval v0.6.2 |
3033 | 2024-08-06T22:36:35.746Z | Checking ctr v0.9.2 |
3034 | 2024-08-06T22:36:35.746Z | Checking blowfish v0.9.1 |
3035 | 2024-08-06T22:36:35.846Z | Checking dirs-sys v0.4.1 |
3036 | 2024-08-06T22:36:35.869Z | Checking ecdsa v0.16.9 |
3037 | 2024-08-06T22:36:35.986Z | Checking aes v0.8.4 |
3038 | 2024-08-06T22:36:36.033Z | Checking password-hash v0.4.2 |
3039 | 2024-08-06T22:36:36.055Z | Checking pbkdf2 v0.12.2 |
3040 | 2024-08-06T22:36:36.077Z | Checking ghash v0.5.1 |
3041 | 2024-08-06T22:36:36.098Z | Checking dirs v5.0.1 |
3042 | 2024-08-06T22:36:36.250Z | Checking bcrypt-pbkdf v0.10.0 |
3043 | 2024-08-06T22:36:36.268Z | Checking ed25519-dalek v2.1.1 |
3044 | 2024-08-06T22:36:36.285Z | Checking cbc v0.1.2 |
3045 | 2024-08-06T22:36:36.288Z | Checking russh-cryptovec v0.7.2 |
3046 | 2024-08-06T22:36:36.508Z | Checking pbkdf2 v0.11.0 |
3047 | 2024-08-06T22:36:36.528Z | Checking md5 v0.7.0 |
3048 | 2024-08-06T22:36:36.562Z | Checking hex-literal v0.4.1 |
3049 | 2024-08-06T22:36:36.565Z | Compiling dhcproto-macros v0.1.0 |
3050 | 2024-08-06T22:36:36.606Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3051 | 2024-08-06T22:36:36.676Z | Checking p256 v0.13.2 |
3052 | 2024-08-06T22:36:36.702Z | Checking p521 v0.13.3 |
3053 | 2024-08-06T22:36:36.791Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3054 | 2024-08-06T22:36:36.811Z | Checking rand_core v0.5.1 |
3055 | 2024-08-06T22:36:36.828Z | Checking internet-checksum v0.2.1 |
3056 | 2024-08-06T22:36:36.959Z | Checking aes-gcm v0.10.3 |
3057 | 2024-08-06T22:36:37.157Z | Checking rand_chacha v0.2.2 |
3058 | 2024-08-06T22:36:37.438Z | Checking rand v0.7.3 |
3059 | 2024-08-06T22:36:37.456Z | Checking dhcproto v0.11.0 |
3060 | 2024-08-06T22:36:38.482Z | Checking russh-keys v0.43.0 |
3061 | 2024-08-06T22:36:39.419Z | Checking russh v0.43.0 |
3062 | 2024-08-06T22:36:59.523Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3063 | 2024-08-06T22:37:01.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.57s |
3064 | 2024-08-06T22:37:01.306Z | |
3065 | 2024-08-06T22:37:01.306Z | info: running `cargo check --bins` on gateway-cli (134/142) |
3066 | 2024-08-06T22:37:01.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-08-06T22:37:01.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-08-06T22:37:02.065Z | Checking termios v0.3.3 |
3069 | 2024-08-06T22:37:02.284Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3070 | 2024-08-06T22:37:03.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
3071 | 2024-08-06T22:37:03.396Z | |
3072 | 2024-08-06T22:37:03.396Z | info: running `cargo check --bins --no-default-features` on installinator (135/142) |
3073 | 2024-08-06T22:37:04.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2024-08-06T22:37:04.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2024-08-06T22:37:04.207Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3076 | 2024-08-06T22:37:06.568Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3077 | 2024-08-06T22:37:08.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s |
3078 | 2024-08-06T22:37:08.959Z | |
3079 | 2024-08-06T22:37:08.959Z | info: running `cargo check --bins` on internal-dns-cli (136/142) |
3080 | 2024-08-06T22:37:09.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-08-06T22:37:09.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-08-06T22:37:09.704Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3083 | 2024-08-06T22:37:10.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
3084 | 2024-08-06T22:37:10.377Z | |
3085 | 2024-08-06T22:37:10.377Z | info: running `cargo check --bins` on omicron-package (137/142) |
3086 | 2024-08-06T22:37:11.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3087 | 2024-08-06T22:37:11.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3088 | 2024-08-06T22:37:11.154Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3089 | 2024-08-06T22:37:12.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
3090 | 2024-08-06T22:37:12.812Z | |
3091 | 2024-08-06T22:37:12.813Z | info: running `cargo check --bins` on wicket-dbg (138/142) |
3092 | 2024-08-06T22:37:13.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-08-06T22:37:13.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-08-06T22:37:13.606Z | Checking rtoolbox v0.0.2 |
3095 | 2024-08-06T22:37:13.606Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3096 | 2024-08-06T22:37:13.609Z | Checking tui-tree-widget v0.21.0 |
3097 | 2024-08-06T22:37:13.832Z | Checking rpassword v7.3.1 |
3098 | 2024-08-06T22:37:18.589Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3099 | 2024-08-06T22:37:21.978Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3100 | 2024-08-06T22:37:23.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.45s |
3101 | 2024-08-06T22:37:23.450Z | |
3102 | 2024-08-06T22:37:23.450Z | info: running `cargo check --bins` on wicket (139/142) |
3103 | 2024-08-06T22:37:24.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2024-08-06T22:37:24.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2024-08-06T22:37:24.262Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3106 | 2024-08-06T22:37:24.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
3107 | 2024-08-06T22:37:24.863Z | |
3108 | 2024-08-06T22:37:24.863Z | info: running `cargo check --bins` on wicketd (140/142) |
3109 | 2024-08-06T22:37:25.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2024-08-06T22:37:25.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2024-08-06T22:37:25.698Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3112 | 2024-08-06T22:37:30.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s |
3113 | 2024-08-06T22:37:30.349Z | |
3114 | 2024-08-06T22:37:30.349Z | info: running `cargo check --bins` on omicron-workspace-hack (141/142) |
3115 | 2024-08-06T22:37:30.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2024-08-06T22:37:30.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2024-08-06T22:37:30.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3118 | 2024-08-06T22:37:30.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3119 | 2024-08-06T22:37:31.063Z | |
3120 | 2024-08-06T22:37:31.063Z | info: running `cargo check --bins` on zone-setup (142/142) |
3121 | 2024-08-06T22:37:31.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-08-06T22:37:31.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-08-06T22:37:31.926Z | Checking uzers v0.11.3 |
3124 | 2024-08-06T22:37:32.253Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3125 | 2024-08-06T22:37:33.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s |
3126 | 2024-08-06T22:37:33.716Z | |
3127 | 2024-08-06T22:37:33.716Z | real 12:46.756219463 |
3128 | 2024-08-06T22:37:33.716Z | user 26:02.795644700 |
3129 | 2024-08-06T22:37:33.716Z | sys 5:12.970435424 |
3130 | 2024-08-06T22:37:33.716Z | trap 0.686720407 |
3131 | 2024-08-06T22:37:33.716Z | tflt 2.688591870 |
3132 | 2024-08-06T22:37:33.719Z | dflt 2.000795322 |
3133 | 2024-08-06T22:37:33.719Z | kflt 0.010621328 |
3134 | 2024-08-06T22:37:33.719Z | lock 48:32.890666350 |
3135 | 2024-08-06T22:37:33.719Z | slp 2:08:47.032025793 |
3136 | 2024-08-06T22:37:33.719Z | lat 1:03.356754733 |
3137 | 2024-08-06T22:37:33.719Z | stop 3:16.397859421 |
3138 | 2024-08-06T22:37:33.719Z | process exited: duration 1041573 ms, exit code 0 |
|
3139 | 2024-08-06T22:37:33.725Z | found 0 output files |